* Replace body.c by body.obj in pith/makefile.wnt to fix
[alpine.git] / pith / pine.hlp
blob6127908d82e596881c8923a35fdd74194a0862c0
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-2018 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 260 2018-02-26 01:38:04
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-2018 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:
182 <UL>
183 <LI> PC-Alpine builds with LibreSSL and supports S/MIME.
185 <LI> NTLM authentication support with the ntlm library, in Unix systems.
186 Based on code provided by Maciej W. Rozycki.
188 <LI> Add -dict option to PC-Pico, which allows users to choose a dictionary
189 when spelling. Sample usage: -dict "en_US, de_DE, fr_FR".
191 <LI> Improvements to the configure stage of compilation. Some of
192 these contributed by Helmut Grohne. See
193 <A href="https://bugs.debian.org/876164">Bug 876164</A> in Debian.
195 <LI> Add &quot;remove password&quot; command to the management screen for the 
196 password file encryption key. This allows users to use their password file
197 without entering a master password.
199 </UL>
202 Bugs that have been addressed include:
203 <UL>
204    <LI> Crash when attempting to bounce a message due to lack of space in
205         allocated space for key menu array. Reported by David Sewell.
207    <LI> Crash when a CA certificate failed to load, and user attempted to
208         view certificate information of other certificate authorities.
210    <LI> Deactivate some color code from Pico (as standalone editor in the
211         windows version) until I find a way to activate it again. This is 
212         not critical and it is not something that PC-Pico must have (some 
213         of it already exists in other ways, like color support, what does 
214         not exist is the more complex code that Unix-Pico has with color 
215         codes for specific colors.)
217    <LI> Update build.bat file to add /DWINVER=0x0501 so that Alpine can 
218         build when using Visual Studio 2017. Fix contributed by 
219         Ulf-Dietrich Braunmann.
221    <LI> When the locale is not set up to UTF-8, alpine might determine the 
222         width of a character incorrectly. Reported by Alexandre Fedotov.
224    <LI> When colors are edited from the main setup configuration screen, some
225         color settings are not updated until Alpine is restarted. Reported by
226         Andrew Hill.
228    <LI> If the first part of a message is multipart/alternative, and the 
229         first part of this is also a multipart type, then Alpine might 
230         fail to select the first text part when replying to a message. 
231         Reported by Lucio Chiappetti.
233    <LI> TLS 1.2 works does not work if Alpine is compiled with openssl &gt;= 1.1.0.
234         Reported and patched by Kyle George.
236    <LI> If the directory where Alpine saves the certificates if empty,
237         alpine would not create a self-signed certificate to encrypt the 
238         password file.
239 </UL>
242 Version 2.21 addresses bugs found in previous releases and has several 
243 additions as well.
246 Additions include:
247 <UL>
248   <LI> PC-Alpine: New configuration option "Aspell Dictionaries" allows a
249        user to choose the dictionary used to spell check, in case the user 
250        communicates in more than one language. Examples of values for the 
251        variable are "en_US" or "de_DE", etc. Only the first 10 
252        dictionaries are offered.
254   <LI> Unix-Alpine: Connect securely to a LDAP server on a secure port. 
255        Based on a contribution by Wang Kang.
257   <LI> Colors configured in Alpine are inherited in the composer.
259   <LI> When Alpine is compiled with password file and SMIME support 
260        the password file is encrypted using a private key/public 
261        certificate pair. If one such pair cannot be found, one will be 
262        created. <A HREF="h_password_file_support">Learn more</A>.
264   <LI> Alpine builds with any version of OpenSSL greater than or equal
265        to 1.0.0c. This includes version 1.1.0. Alpine also builds with
266        LibreSSL.
268   <LI> New SHORTSUBJECT, SHORTSUBJKEY and SHORTSUBJKEYINIT token for index 
269        format, which removes text in the SUBJECT between &quot;[&quot; and 
270        &quot;]&quot;.
272   <LI> New SMARTTIME24 token for index screen. It is close to SMARTDATETIME
273        but it differns in that it gives the time in which the message was
274        sent for messages that are less than a week old. it uses a 24 hour
275        format.
277   <LI> Alpine will include attachments when forwarding some 
278        multipart/alternative messages for which it did not use to include 
279        attachments.
281   <LI> New configuration option 
282        <a href="h_config_alt_reply_menu"><!--#echo var="FEAT_alternate-reply-menu"--></a>
283        which adds more ways to control features and variables when you
284        start to reply to a message.
286   <LI> Added support for RFC 2971 - IMAP ID extension.
288   <LI> Add configuration <A href="h_config_ignore_size"><!--#echo var="FEAT_ignore-size-changes"--></A>
289        that allows users to ignore errors in the computation of the size
290        of a message from defective servers.
292   <LI> SMIME: Upgrade the default signature digest from sha1 to sha-256, since 
293        clients such as Thunderbird do not validate signatures that use sha1 digest.
295   <LI> Add the configuration variable "default-directories", which is called
296        <A href="h_config_history"><!--#echo var="VAR_default-directories"--></A>
297        variable saves a list of directories that are readily accessible 
298        for save or export of attachments. This makes it easier to save 
299        attachments in directories that are hard to navigate to, or that 
300        are accessed frequently.
302   <LI> When a filename is attached and its name is encoded, the save 
303        attachment command will offer to save the file in the encoded form. 
304        This might work for some users, but the save command will have a 
305        subcommand ^N to decode the file name and save the file with the 
306        decoded name.
308   <LI> The TAB key allows autocomplete in the Fcc field in the composer headers,
309        as well as autocompletes automatically when only one possibility exists 
310        for the ^J attach command.
312   <LI> Add support for the &quot;TYPE&quot; and &quot;VALUE&quot; attributes of
313        the html OL tag.
315   <LI> Ignore message from smtp server after a successful authentication
316        challenge.
318   <LI> When a message is saved in the Form Letter folder, add the ability
319        to save the role being used to compose such message so that settings
320        such as the SMTP server set in the role can be used when sending
321        such form message. Suggested and patched by Frank Doepper.
323   <LI> If SSLDIR is defined somehow, do not disable S/MIME if the
324        SSLCERTSDIR is not found.
326   <LI> When Alpine sends an attachment, it will set the boundary attribute
327        in lower case, as some SMTP servers, such as those of libero.it 
328        reject messages if the boundary attribute is in uppercase.
330   <LI> Add the ability to change the private key and certificates used
331        to encrypt a password file in the SMIME setup configuration screen.
332        <A HREF="h_config_smime_password_file_certificates">Learn more</A>
334   <LI> SMIME: The ctrl-E command that gives information on the certificate
335        is only available for messages that have a signed or encrypted 
336        part.
338   <LI> SMIME: If a message contains a RFC822 attachment that is
339        signed/decrypted add the ability to view its SMIME information.
341   <LI> SMIME: Certificate information in the S/MIME screen is available 
342        for certificates stored in a container.
344   <LI> SMIME: Offer the common name of the person, instead of the name of
345        file containing the certificate, as the name to be displayed in the 
346        certificate management screen for certificate authorities. 
347        Suggested by Matthias Rieber.
349   <LI> SMIME: Management of several alternate name (SAN) certificates is 
350        improved. When importing a SAN certificate, also import a certificate
351        for the filename, besides for the e-mail addresses in the
352        certificate. Suggested by Matthias Rieber.
354   <LI> SMIME: add full year when displaying information about a certificate
355        in the certificate management screen. Suggested by Matthias Rieber.
357   <LI> SMIME: sort certificates by some type of alphabetical order in the
358        displayed name.
360   <LI> SMIME: Alpine will ask users if they wish to save S/MIME 
361        certificates included in signatures, when the option "Validate 
362        Using Certificate Store Only" is enabled. If the user does not wish 
363        to save it, validation will fail.
365   <LI> HTML: Add support for decoding entities in hexadecimal notation.
366        Suggested by Tulip&aacute;nt Gergely.
368   <LI> The &quot;#&quot; command, when used as part of an aggregate
369        operation will allow users to select the role used in either 
370        replying, forwarding or replying to the group of selected messages, 
371        Suggested by Hisashi T Fujinaka.
373   <LI> If the charset of a message can not be determined, use the value set
374        in the <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A> for its value.
376   <LI> Resizing setup screen will redraw screen.
378   <LI> Unix Alpine only. Experimental: If Alpine/Pico finds a UCS4 code
379        in the width ambiguous zone, it will use other means to determine
380        the width, such as call wcwidth.
382   <LI> Pico: Code reorganization in the search command to make it easier to
383        add subcommands of the search command.
385   <LI> Pico: Search command can do a case sensitive match. Use the Ctrl-^
386        subcommand of the search command to bring this choice into view.
388   <LI> Pico: Add the ability to search for strings in the beginning or end
389        of a line. Use the Ctrl-^ subcommand of the search command to bring 
390        this choice into view.
392   <LI> For a multipart/alternative message, the Take Address command will 
393        work on the part that is being read.
395   <LI> When sending a message, allow for 512 characters of consecutive 
396        non-white space before folding the subject line.
398   <LI> Make sure titlebar (the line at the top of the screen) always 
399        contains the name of the folder/newsgroup that is open, if this 
400        fits in the title.
402   <LI> The feature <a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
403        will also scramble the name, version and operating system in the 
404        message-id header. Based on a contribution by Dennis Davis, which 
405        is itself based on a contribution by Mark Hills.
407   <LI> Change in logic in imap_set_password function to make Alpine ask if
408        a user wants to save a password before reading the password file.
410   <LI> When exporting all parts of a message, if two attachments have the same
411        name, do not overwrite a file more than once, but instead add a counter
412        number to the filename to make a new file that does not exist in the file
413        system.
415   <LI> Add the Control-R subcommand to the save command for attachments. 
416        This subcommand toggles if the saving will be done in binary mode 
417        for text attachments. When a user saves an attachment using binary
418        mode it will be saved as it was sent, otherwise the attachment will
419        be transformed to UTF-8 for further transformation through internal
420        and user defined filters for saving.
422   <LI> Add command line argument -smimedir, which allows to specify
423        the default path for a directory that contains the public, private, 
424        and ca directories. This is useful in case a user has a backup of 
425        old certificates that cannot be installed in the ~/.alpine-smime 
426        dir.
428   <LI> Reimplementation of the code that allows the .pinerc file to be a
429        symbolic link by Kyle George from tcpsoft.com to use realpath.
431   <LI> When saving an attachment, the "^T" command leads to a screen where the
432        "A" command can be used to add a file. A directory can be added by
433        pressing "^X" after the "A" command. Added after a suggestion by
434        Stefan Goessling.
436   <LI> When saving an attachment, the ^Y and ^V commands allow a user to 
437        scroll through the history of directories used to save attachments, 
438        while preserving the given name of the file. Suggested by Peter 
439        Koellner.
441   <LI> SMIME: Turn off automatic signing and encrypting of a message when
442        bouncing. Suggested after a discussion with Matthias Rieber.
444   <LI> When messages are selected, warn the user if a message that is not
445        selected will be bounced, or if not all selected messages will be 
446        bounced. Suggested by Ulf-Dietrich Braumann.
448   <LI> The bounce command adds a subcommand to choose a role.
450   <LI> When selecting messages by number, the &quot;.&quot; character can 
451        be used to specify the message on which the cursor is on.
453   <LI> When Alpine opens an attachment, it sometimes changes the extension 
454        of the file that is being opened and replaces it by another for the 
455        same mime type. If Alpine finds that the extension of the file 
456        corresponds with the mime type, according to the mime-types file, 
457        then it will keep it, and no substitution will be made.
459   <LI> Set no restrictions on the length of encoded subjects, but encode
460        words in length of no more than 75 characters.
461 </UL>
465 Bugs that have been addressed include:
466 <UL>
467   <LI> SMIME: Crash when a certificate has an invalid date of validity. Also
468        Alpine will use the function ASN1_TIME_print to determine the date 
469        of validity. Reported by Ben Stienstra.
471   <LI> SMIME: Crash when attempting to unlock the password file and an
472        incorrect password is entered.
474   <LI> SMIME: Crash when checking the signature of a message that contains
475        a RFC822 attached message. Reported by Holger Trapp and Bj&ouml;rn 
476        Krellner.
478   <LI> SMIME: Cancelling entering password to unlock key will not reprompt.
480   <LI> SMIME: fix a bug that did not allow users to transfer certificates to
481        remote containers. Reported by Matthias Rieber.
483   <LI> SMIME: certificates included in messages were not being transferred
484        to a remote container.
486   <LI> SMIME: Crash if public certificates are located in an inaccessible
487        remote server and the private key is not available.
489   <LI> SMIME: Alpine does not remove temporary files created when adding a 
490        CA certificate to a container. Reported by Holger Trapp.
492   <LI> SMIME: When reading a local certificate, Alpine converts the name 
493        of the certificate to lowercase, which may make Alpine not be able 
494        to read such certificate. Reported by Dennis Davis.
496   <LI> SMIME: If the option "Remember S/MIME Passphrase" is disabled, then
497        entering a password to read an encrypted message will make Alpine 
498        forget the key and not ask the password to unlock it again in case 
499        it is necessary to unlock it again. Reported by Ulf-Dietrich 
500        Braumann.
502   <LI> Alpine would use freed memory while trying to compute the color
503        of the titlebar. This happened when trying to continue a postponed 
504        message.
506   <LI> Alpine failed to read an encrypted password file if too many
507        passwords were saved in the password file.
509   <LI> When selecting messages while in Threaded Index Screen, some 
510        messages other than top of threads could appear in the index, making
511        Alpine display messages &quot;out of the screen.&quot;
513   <LI> The index format would be chopped at the position of an unrecognized 
514        token, instead of skipping the token as intended.
516   <LI> Work in progress: Avoid calling non-safe functions when Alpine
517        receives a signal. See bug report 
518        <A HREF="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825772">here.</A>
520   <LI> Crash when attempting to read a message after a bounce command. 
521        In order to produce a crash one needed to use the ^T subcommand and 
522        do a search in a LDAP directory. The crash is produced by changes 
523        to the text in the title bar. Reported by Heinrich Mislik in the 
524        Alpine-info list.
526   <LI> HTML messages that contain UTF-8 may wrap at the wrong position,
527        making Alpine not display the correct character at the position 
528        that wrapping is done. Reported by Wang Kang.
530   <LI> Pico: Searching for a string that is too long causes Pico to crash
531        in the next search.
533   <LI> Fix vulnerability in regex library. This only affects those who use
534        this library, such as the windows version of Alpine. See 
535        <A HREF="http://www.kb.cert.org/vuls/id/695940">http://www.kb.cert.org/vuls/id/695940</A>
536        for more details.
538   <LI> Alpine would not set include and lib paths for OpenSSL if this was
539        installed in /usr/local/ssl.
541   <LI> If the .pinerc file is a symbolic link, Alpine might not write its
542        contents when saving its configuration.
544   <LI> The _INIT_ token does not skip over non-alphanumeric characters in
545        the name. Reported by Andreas Fehr.
547   <LI> When opening an INBOX folder in a context different from the 
548        incoming folders collection, from the command line, Alpine would 
549        open the INBOX folder from the incoming folders collection.
551   <LI> Mismatch in size of UCS and CELL caused a corruption in the
552        content of a pointer, which made the speller in PC-Alpine get the 
553        content of a word incorrectly.
555   <LI> Skip testing openssl compatibility version when cross-compilation
556        is detected. Fix contributed by Antti Sepp&auml;l&auml;
558   <LI> Alpine fails to remove temporary files used during a display or sending
559        filter. Fix contributed by Phil Brooke.
561   <LI> When the index is in zoomed state, adding new messages to the 
562        selection would not show those messages if those messages are on 
563        top of the current message in the top of the screen. Reported by
564        Ulf-Dietrich Braumann. In addition, when the user scrolls through
565        the index, this scroll smoothly, without jumping pages. Reported
566        by Holger Trapp.
568   <LI> Crash when reviewing history of saving attachments.
570   <LI> Crash when canceling a goto command on a local collection that has
571        not been expanded and attempting to expand such collection.
573   <LI> Crash in Pico when forwarding messages that contain a direction mark
574        at the end of a line. Reported by James Mingo.
576   <LI> Solve compilation errors when Alpine is built with Visual Studio 2015.
577 </UL>
581 Version 2.20 addresses bugs found in previous releases and has several 
582 additions as well.
585 Additions include:
588 <UL>
589   <LI> Upgrade UW-IMAP to Panda IMAP from 
590        <A HREF="https://github.com/jonabbey/panda-imap">https://github.com/jonabbey/panda-imap</A>.
591   <LI> S/MIME: Add screen to manage certificates.
592   <LI> S/MIME: Signatures are validated using the user's certificates instead
593        of the ones included in the message. Behavior can be disabled by
594        disabling the option <A href="h_config_smime_use_cert_store">
595         <!--#echo var="FEAT_smime-use-storey-only"--></A>, which is enabled
596        by default.
597   <LI> S/MIME: sign messages using intermediate certificates when needed 
598        and possible.
599   <LI> S/MIME: validation of certificates for servers that modify signed 
600        content.
601   <LI> S/MIME: signed and encrypted messages will be signed first and 
602        encrypted second, so that they can be decoded by other clients.
603   <LI> S/MIME: add the sender certificate to the list of certificates in
604        encrypted messages to make it possible for the sender to decrypt
605        the message they sent.
606   <LI> S/MIME: When transferring certificates to a local container, create 
607        container with default names PublicContainer, PrivateContainer and 
608        CAContainer, as appropriate for these files, unless the user has 
609        provided some other names.
610   <LI> S/MIME: Forwarding a message will include the signed part as part
611        of the text and not as a multipart message, just as the reply
612        command does.
613   <LI> HTML: Style tag in body of html message causes Alpine to not write
614        its content until a new &lt;/style&gt;
615   <LI> HTML: &lt;BR&gt;, &lt;BR /&gt;, and &lt;BR/&gt; are considered
616        the same inline tag; the same is valid for the &lt;HR&gt; tag.
617   <LI> Add support to selective expunge through a subcommand of the 
618        select-apply commands. Read more in the <A 
619        HREF="h_index_cmd_expunge">help</A> for the expunge command.
620   <LI> Pico: New subcommand of the search command, allows to reverse the
621        direction of search.
622   <LI> Unix Alpine: If a password file is defined, and S/MIME is enabled, 
623        the key and certificate used to encrypt the password file are saved 
624        in the ~/.alpine-smime/.pwd directory, or in the directory specified
625        by the -pwdcertdir command line option. 
626        <A HREF="h_password_file_support">Learn more</A>.
627   <LI> Add /tls1, /tls1_1, /tls1_2 and /dtls1 to the definition of a 
628        server to use different ways to connect using ssl, for 
629        example {server.com/tls1} will attempt to connect to 
630        server.com at the ssl imap port (port 993) and establish a 
631        connection using TLSv1. These flags can be used in 
632        conjunction with the /ssl flag, the ssl flag is redundant. 
633        Conversely, however, the /ssl flag does not imply any of 
634        these flags; the /ssl flag means SSLv3 or, if not available, 
635        SSLv2 in the SSL port.
636   <LI> Alpine does not attempt to automatically reopen a collection 
637        that was not opened due to cancellation by the user. 
638        Instead, the user must try to open it explicitly.
639   <LI> Alpine searches for a certificate that matches an email address in
640        all addresses in a certificate (instead of just the first 
641        one) but when it tries to unlock the certificate, it asks 
642        for the password for the first email address in that 
643        certificate.
644   <LI> Style tag in body of html message causes Alpine to not write its content
645        until a new &lt;/style&gt;
646   <LI> Experimental: Write the content-type of a message in 
647        lowercase, as some non-compliant servers do not understand 
648        uppercase content-type, such as those of GMX.de.
649   <LI> Experimental: Do not send the RSET command before attempting
650        to send a message, as this causes a delay in some evily managed
651        servers.
652   <LI> Opening a folder updates recent count in maildrops (this 
653        already works for other types of folders)
654   <LI> Automatically redraw screen after opening an attachment 
655        instead of simply clearing it.
656   <LI> Pico: Justification works without need of a predefined quote 
657        string. This allows justification of blocks of text that are 
658        indented with spaces.
659   <LI> Decode the name of attachment names, so they can be written as part   
660        of the description of the part. 
661   <LI> Check bounds and tie strings off to improve security. Contributed 
662        by James Jerkins.
663   <LI> Replace tabs by spaces in From and Subject fields to control for
664        size in screen of these fields. Change only in index screen display.
665   <LI> Aggregate operations allows bouncing a list of messages using a role.
666        Suggested by Ulf-Dietrich Braumann.
667   <LI> Disable saving new passwords to the password file. Implemented
668        by Louis Raphael from dpslabs.com. <A HREF="h_config_disable_password_file_saving">Learn more.</A>
669   <LI> Makefile: Add $(LIBINTL) to the flags to link rpdump, rpload, 
670      alpined and alpineldap because MAC OSX 10.8 x86_64 needs it. Reported by
671      Charles M. Register.
672 </UL>
676 Bugs that have been addressed include:
677 <UL>
678   <LI> Fix _INIT_ token for reply quote string to include support for 8-bit
679        in personal names. Reported by Lev Gorenstein.
680   <LI> When writing the .pinerc file, lines were truncated if they were longer
681        than 10,000 characters. This could cause data corruption, so now lines
682        are allowed to be of any length.
683   <LI> In Unix Alpine (but not in MAC OSX) fix a problem that made Alpine 
684        remove attachments before they were open by a mailcap viewer. It 
685        requires that the user has an equivalent to a command such as "ps 
686        auxww" to list the list of processes, and check if there is any 
687        program using the attachment. The default is "/bin/ps auxww", but 
688        it can be changed at compile time with the option --with-ps-cmd. 
689        See the help of the variable 
690        <a href="h_config_psleep"><!--#echo var="VAR_mailcap-check-interval"--></a> 
691        for more information.
692   <LI> S/MIME: signed messages that contained an attachment would not validate.
693   <LI> S/MIME: signed and encrypted messages from Thunderbird would not 
694        validate. Thanks to Andreas Schamanek for testing, debugging and 
695        advising during the process of fixing this problem.
696   <LI> S/MIME: Forwarding messages with multipart content-type failed to be signed
697        with &quot;Error writing pipe&quot; message. Reported by Andreas Schamanek
698        and Stefan Mueller.
699   <LI> S/MIME: Certificates are lost when using a pinerc file outside of the 
700        home directory.
701   <LI> S/MIME: Accessing the S/MIME configuration screen would deinitialize
702        SMIME making it not possible to sign or encrypt messages.
703   <LI> S/MIME: Forwarding a signed message might make the body contain mime 
704        information that is not part of the body, and hence making the body
705        of the message seem wrong.
706   <LI> S/MIME Alpine would compute incorrectly the signature of a message 
707        that contains 8bit if the option "Enable 8bit ESMTP Negotiation" is 
708        enabled, the message contains 8bit characters and the smtp server 
709        supports 8bit sending.
710   <LI> When replying to several messages, subject will be decoded first,
711        and then stripped from re/fwd before they are compared to determine
712        the subject of the replied message.
713   <LI> Crash when tcp connection to NNTP server was lost after connection
714        had been established, but lost immediately afterwards.
715   <LI> Crash with message &quot;lock when already locked&quot;, when painting
716        an index was based on scores that needed information from a remote
717        addressbook in the same server as the folder opened. Reported by
718        Peter Koellner.
719   <LI> Crash in message/rfc822 attachments encoded in base64.
720   <LI> Postponed messages whose content-type is text/html, text/enriched and
721        text/richtext are sent with that content-type, even though, after
722        resuming composition, Alpine had changed its type to text/plain.
723   <LI> Alpine cannot handle correctly some characters in the Windows-1256 
724        character set, which might lead to a crash or a corruption in the 
725        screen. Work was done to contain the bug. A more complete fix will 
726        be done in a future release. Reported by Professor Robert Funnell.
727   <LI> WebAlpine: add _GNU_SOURCE to make pubcookie build.
728   <LI> WebAlpine: fail to build with debug disabled. Fix from Sam Hathaway.
729   <LI> Save command did not warn of existence of a message with a deleted 
730        attachment in an aggregate save, unless cursor was positioned on a message 
731        with a deleted attachment. Reported by Florian Herzig.
732   <LI> Transformation of UTF-8 to MUTF7 was not being done when creating a folder
733        in an IMAP server.
734   <LI> DATE tokens were not internally transformed to UTF-8, which made their
735        values not appear complete in the screen. Reported by Werner Scheinast.
736   <LI> Fixes to configure script so that it will not require PAM for every system.
737   <LI> Fix to configure script so that it will use CPPFLAGS instead of 
738        CPPCFLAGS, and so the --with-ssl-include-dir option take effect 
739        during the build. Fix by Ulf-Dietrich Braumann.
740   <LI> Fix in WebAlpine: do not use deprecated dereference in pointer, 
741        needs to use tcl_getstringresult() instead. Reported by 
742        Ulf-Dietrich Braumann.
743   <LI> Quoted string in URL Viewers configuration variable were not 
744        unquoted before passing to viewer.
745   <LI> Fix in configure script to detect location of tcl library; add
746        /usr/local in FreeBSD and fix a bug in configure script that used 
747        $alpine_TCLINC instead of $alpine_TCLINC/tcl.h. Reported and fixed 
748        by Werner Scheinast.
749   <LI> Move SSL configurations from UW-IMAP to configure script, and
750        update OpenSSL configuration for Mac OS X.
751   <LI> Remove -lregex from linker flags when building --with-supplied-regex.
752   <LI> When the download of an attachment is interrumpted, Alpine stills
753      caches what was downloaded, making the download incomplete for 
754      subsequent calls of Alpine attempting to open the attachment. In the 
755      future, Alpine will not cache any downloaded part of the attachment 
756      when it is interrupted.
757 </UL>
762 Version 2.11 addresses bugs found in previous releases and has a few 
763 additions as well.
766 Additions include:
769 <UL>
770    <LI> Alpine requires version 1.0.0c of Openssl to build.
771    <LI> Increase encryption of S/MIME encrypted messages.
772    <LI> Pico: Improvements in justification of paragraphs: lines that begin
773 with a quote string, followed by a space were considered individual paragraphs,
774 now they are considered part of a paragraph. Based on earlier joint work
775 with Jeff Franklin.
776    <LI> Unix Alpine: Allow local .pinerc file to be a symbolic link.
777    <LI> Experimental extended support of recognition of UTF-8 in urls based on 
778 information from <A HREF="http://url.spec.whatwg.org">http://url.spec.whatwg.org</A>.
779    <LI> Added recognition of ws and wss URIs.
780    <LI> Add ability to <A HREF="h_config_folder_color">color folder names</A>, 
781  <A HREF="h_config_directory_color">directory names</A>,
782  and <A HREF="h_config_folder_list_color">text</A> in the FOLDER SCREEN.
783    <LI> Add the ability to <A HREF="h_config_indextoken_color">color any token</A>
784 used in the display of the INDEX SCREEN.
785    <LI> New option <A HREF="h_config_preserve_field"><!--#echo var="FEAT_preserve-original-fields"--></A>
786 that adds the ability to preserve To: and Cc: fields when replying to a 
787 message, as specified by original sender.
788    <LI> Add a _SILENT_ token to the <A HREF="h_config_display_filters">list of tokens</A>
789  for a display filter, so that Alpine will not redraw the screen when it is unnecessary.
790    <LI> Quota command includes subcommands for printing, forwarding, etc.
791 </UL>
794 Bugs that have been addressed include:
796 <UL>
797   <LI> Crash when a non-compliant SMTP server closes a connection without a QUIT command.
798   <LI> Crash when resizing the screen in a configuration screen.
799   <LI> Do not bail out during a tcp timeout, instead close connection and avoid crash.
800   <LI> Do not use a shell to open a browser.
801   <LI> Configure script did not test for crypto or pam libraries.
802   <LI> Configure script attempted to build web component, even if header file tcl.h was not present.
803   <LI> Change Cygwin directory separator to &quot;/&quot;.
804   <LI> Alpine could set List- headers, contrary to RFC 2369.
805 </UL>
808 Version 2.10 addresses bugs found in previous releases and has a few 
809 additions as well.
812 Additions include:
815 <UL>
816    <LI> Quota report for IMAP folders that support it (press the &quot;@&quot; command in the index screen of such folder).
817    <LI> Search a folder for the content of any header with the &quot;;&quot; command. 
818    <LI> Foreign characters are decoded correctly in IMAP folder names.
819    <LI> Question about breaking connection to slow servers includes their name.
820    <LI> Internal x-alpine-help: resource locator for sending links to internal help.
821    <LI> OpenSuse: Alpine find location of OpenSSL certificates.
822    <LI> Cygwin: Alpine builds without need of patch.
823    <LI> Recognition of proper mime type for docx, xlsx, and pptx files.
824    <LI> When composing a message, Alpine will create a new thread when the subject is erased.
825    <LI> Add support for strong encryption of password file when S/MIME is built in.
826 </UL>
829 Bugs that have been addressed include:
832 <UL>
833    <LI> Alpine will close a folder after confirming with user their intention and not reopen it.
834    <LI> Double allocation of memory in Pico.
835    <LI> Alpine does not give warning of message sent and posted upon receipt by email of message posted in newsgroup.
836    <LI> Handling of STYLE html parameter may make Alpine not display the content of a message.
837    <LI> Not recognition of environment variables in some options.
838    <LI> Not display of login prompt during initial keystrokes.
839    <LI> justification of long urls breaks them.
840    <LI> Incorrect New Mail message when envelope is not available.
841    <LI> Incorrect display of PREFDATE, PREFDATETIME and PREFTIME tokens.
842    <LI> Crash when resizing the screen after display of LDAP search.
843    <LI> Crash when redrawing screen while opening a remote folder collection.
844    <LI> Infinite loop in scrolltool function during notification of new mail.
845    <LI> No repaint of the screen after midnight was done when the SMARTDATE token is used in the index screen.
846    <LI> No display of signed and encrypted S/MIME messages.
847    <LI> Alpine will not build with OpenSSL.
848    <LI> Crash for double locking in calls to c-client.
849    <LI> Bad recognition of mime-encoded text may make Alpine not print the subject of a message.
850    <LI> Ignore the references header when threading messages
851    <LI> No update of colors in index screen after update to addressbook.
852 </UL>
855 Version 2.01 addresses bugs found in previous releases and has a few 
856 additions as well.
859 Additions include:
862 <UL>
863    <LI> Fixed non-ASCII web alpine handling
864    <LI> Added web alpine help.
865    <LI> Allow web alpine inbox on second IMAP server.
866    <LI> Allow web alpine config reset after bad inbox-path gets set.
867    <LI> Added web alpine ability to create group contact from contact list members.
868    <LI> Backed out web alpine coercing of default sort-key of arrival to date/reverse.
869    <LI> Tidied up web alpine script layout.
870    <LI> Fixed web alpine status message ordering
871    <LI> Added web alpine Fcc setting via Contacts in Compose
872    <LI> Fixed web alpine autodraft attachment issues
873    <LI> Fixed web alpine problems with recent count maintenance
874    <LI> Fixed web alpine newmail arrival display in message list
875    <LI> Added web alpine confirmation to folder create for Move/Copy
876    <LI> Added web alpine user-domain support
877    <LI> Fixed web alpine to support INBOX-within-a-collection deletion
878 </UL>
881 Bugs that have been addressed include:
884 <UL>
885    <LI> In web alpine fixed delete all selected within a search result to reorient
886         correctly to whole-mailbox message list.
887    <LI> Fixed web alpine delete in view page to be sensitive to sort
888    <LI> Fixed web alpine open of folder within directory from folder manager page.
889    <LI> Fixed web alpine open of folder within directory from left column's recent cache.
890    <LI> Fixed web alpine problems with spaces in special folder names like Drafts
891    <LI> Fixed web alpine adding contacts from message list and view
892    <LI> Fixed web alpine create of non-existent fcc
893    <LI> Remove mistakenly left debugger statement in web alpine javascript.
894    <LI> Some UNIX alpine build problems fixed
895    <LI> Crash in pico and pilot when nl_langinfo returned something unrecognizable
896         or NULL. Add recognition of "646" to nl_langinfo wrapper. This is returned
897         by locale charmap call on some Solaris 8 systems.
898    <LI> MacOS Keychain logins were not working correctly with generic host names, like
899         imap.gmail.com, as opposed to specific instances like rx-in-209.google.com, causing
900         new password requests when not needed
901    <LI> Possible crash in WhereIs command while in FOLDER LIST when cursor is located on the
902         last folder in the list
903    <LI> Change to S/MIME get_x509_subject_email so that X509v3 alternative names are
904         looked for along with the email address
905    <LI> Changes to configure to get spellcheck options with work with arguments.
906    <LI> Add change from Mark Crispin of panda.com to at least minimally handle non-ascii hostname
907         returned by gethostname (iPhone can do this)
908    <LI> Fixed a bug that prevents a filter that moves a message into a local folder
909         from also setting the DELETE flag in that moved message. Fix from Eduardo Chappa.
910    <LI> Changed size of shellpath in open_system_pipe from 32 to MAXPATH. Fix from
911         Jake Scott of marganstanley.com.
912    <LI> Buffer overflow bug in c-client's tmail/dmail, fix from Mark Crispin. This
913         is not used in alpine.
914    <LI> Imapd server crash from unguarded fs_give in IDLE code, fix from Crispin.
915         Apparently this causes RIM Blackberry BIS service problems. This is not
916         used in alpine.
917    <LI> Tmail uninitialized pointer fix from Neil Hoggarth. Not used in alpine.
918    <LI> Buffer overflow possibility in RFC822BUFFER routines in c-client library.
919         Fix from Ludwig Nussel of SUSE and from Crispin.
920    <LI> Include whole filename in export filename history
921    <LI> Fix display bug in pico when Replace command is canceled. Fix from Eduardo Chappa.
922 </UL>
925 Version 2.00
926 addressed bugs found in previous releases and had a few additions as well.
928 Additions included:
931 <UL>
932    <LI> Redesigned Web Alpine interface
933    <LI> Experimental <A HREF="h_mainhelp_smime">S/MIME support</A> added
934         in UNIX versions of Alpine
935    <LI> Attempt to include the attachment filename as part of the name of the
936         temporary file used when viewing an attachment with an external program.
937         Add some randomness to that filename to make it hard to predict the filename.
938         Add a filename extension, usually derived from the type/subtype, to the
939         temporary filename. This was previously done only on Windows and MacOS X.
940    <LI> Enhance address completion in the composer (TAB command) so that it looks
941         through nicknames, fullnames, and addresses from the address book; addresses
942         from the message being viewed, if any; and the results from
943         <A HREF="h_direct_config">LDAP Directory Server</A>
944         lookups for all of the defined directory servers that have the
945         <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
946         feature set.
947    <LI> Make the default character set setting more liberal in what it will accept
948         from the UNIX nl_langinfo call and the various values of LANG seen in the wild
949    <LI> Remove the Alpine revision number from the titlebar in released versions
950         while leaving it there in snapshot versions
951    <LI> Add a <A HREF="h_config_quell_asterisks">feature</A> to suppress the
952         display of asterisks when you type a password for Alpine
953    <LI> Add line wrapping when displaying <EM>PRE</EM> formatted sections of HTML
954    <LI> When the
955         <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
956         feature is turned on convert not only the dates in the index screen but also
957         the dates in the MESSAGE VIEW
958 </UL>
961 Bugs addressed in the 2.00 release included:
964 <UL>
965    <LI> Crash when using tab-completion for selecting a Save filename
966    <LI> Make Web Alpine help text images relative for more portability
967    <LI> Fixed attach save of html parts in Web Alpine
968    <LI> Viewing, printing, exporting, replying, and bouncing of message
969         digests was broken. Replying and bouncing should not have been
970         allowed at all for digests. It would be nice to have a more standard
971         index-like view of a message digest but that has not been addressed
972         with this minor bug fix.
973    <LI> Adjust wrapping of HTML messages so that the margins specified by
974         <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
975         <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>
976         are observed correctly
977    <LI> Interrupt of WhereIs command in index was broken
978    <LI> The <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
979         option did not work correctly interpreting unknown characters in message headers
980    <LI> Long address lines could cause blank continuation lines
981    <LI> Save to a local default INBOX failed if the primary collection was also local,
982         which it is by default. The save went to  ~/mail/inbox instead.
983    <LI> Make a default save folder of &quot;inbox&quot; always mean the real
984         inbox, not the inbox in the primary collection
985    <LI> Address book entries with lots of addresses would be truncated when
986         entered in the composer with a screen size wider than 270 or so charcters
987    <LI> Some fields in the index screen were truncated when the screen width was
988         wider than 256 characters
989    <LI> Crash when TABing to next folder, the next folder with new mail is a POP
990         folder, and there is a more than 10 minute pause between typing the TAB
991         and typing the Yes
992 </UL>
995 Version 1.10(962)
996 addressed bugs found in previous releases and had a few additions as well.
998 Additions included:
1001 <UL>
1002    <LI> Add the possibility of setting a default role
1003         (see <A HREF="h_role_select">Roles Screen</A>)
1004         which may be convenient if your work flow involves acting in one
1005         role for a while then switching to another role and staying in the
1006         new role for another period of time
1007    <LI> When Saving and the IMAP server problem &quot;Message to save shrank!&quot;
1008         is encountered, ask the user if he or she wants to continue with the
1009         risky Save anyway instead of aborting. This may be helpful if your
1010         IMAP server is broken in this way but be aware that it is possible there
1011         was a real error instead of just a broken server implementation.
1012    <LI> Some configure adjustments for Kerberos detection and
1013         for SCO OpenServer 5 support
1014    <LI> Hide INBOX in a collection if it also appears as an
1015         <A HREF="h_config_enable_incoming">Incoming Folder</A>
1016    <LI> Show asterisks for feedback when the user is typing a password
1017    <LI> Performance improvement for threading of large folders
1018    <LI> Previously, the search used to find
1019         Pattern matches containing To patterns searched for both To
1020         and Resent-To headers. The relatively complicated search this
1021         produces causes problems when using some deficient IMAP servers.
1022         Now the default is to look only for To headers and ignore the
1023         presence of Resent-To. The previous behavior may be restored
1024         with the <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> feature.
1025    <LI> Add an
1026         <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
1027         to help with reading malformed unlabeled messages
1028    <LI><A HREF="h_config_suppress_user_agent"><!--#echo var="FEAT_suppress-user-agent-when-sending"--></A> option added
1029    <LI> Map some Shift-LeftArrow escape sequences to LeftArrow
1030    <LI> Add feature <A HREF="h_config_warn_if_fcc_blank"><!--#echo var="FEAT_warn-if-blank-fcc"--></A>
1031 </UL>
1034 Bugs addressed in the 1.10(962) release included:
1037 <UL>
1038    <LI> Crash when encountering certain errors from an SMTP server
1039    <LI> Crash in composer caused by overflow in replace_pat()
1040    <LI> Hang when authenticating to an SMTP server that fails with a
1041         &quot;connection disconnected&quot; error
1042    <LI> Bug in handling of trailing tab character in flowed text
1043    <LI> Security enhancement for mailcap parameter substitution
1044    <LI> <A HREF="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></A>
1045         did not work if the message being replied to was not flowed text
1046         and <A HREF="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></A>
1047         was not turned on
1048    <LI> Don't allow printer to be changed through hidden config screen
1049         if system administrator didn't want it to be allowed
1050    <LI> Attempts are sometimes made to set the Forwarded flag when alpine
1051         should know that it won't work, causing error messages to appear
1052    <LI> A <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
1053         of double-quote double-quote didn't work right
1054    <LI> Quoting wasn't being done to protect special characters from the
1055         MacOS X shell when
1056         <A HREF="h_config_browser"><!--#echo var="VAR_url-viewers"--></A>
1057         was not defined
1058    <LI> On MacOS X message attachments should be shown internally instead of
1059         being shown using the Mail application
1060    <LI> When replying to a message with a charset of X-UNKNOWN Alpine would
1061         sometimes set the outgoing charset to X-UNKNOWN, making the result
1062         unreadable
1063    <LI> When the sending of a message failed lines with leading spaces had one
1064         additional space inserted in each of those lines when the user
1065         was returned to the composer
1066    <LI> The <A HREF="h_index_cmd_whereis">WhereIs</A> command missed some index lines
1067         that contained non-ascii characters because it was truncating the
1068         line being searched so that it was shorter than what was visible on
1069         the screen
1070    <LI> When composing, an attachment with a long name that causes wrapping in
1071         just the wrong place would generate an error and cause the send
1072         of the attachment to fail
1073    <LI> After calling the file browser to attach a file in the composer, a resize
1074         of the window when back in the composer would redraw the last screen that
1075         had been shown in the browser instead of the current composer screen
1076    <LI> Possible crash in index screen when encountering unparseable addresses
1077         or when using one of the PRIORITY tokens or the HEADER token in the
1078         <a href="h_config_index_format"><!--#echo var="VAR_index-format"--></a>
1079    <LI> Problems with Header Color editing if the configuration option
1080         <a href="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></a>
1081         was inadvertently changed to the Empty Value in the hidden config screen
1082    <LI> When resuming the final postponed message from an Exchange server the user
1083         could get a certificate validation failure because alpine was trying
1084         to validate the canonical name of the folder instead of the name the
1085         user used
1086    <LI> Windows line endings in a mimetypes file on a Unix system cause a
1087         failure to find a match
1088    <LI> Make matching of extension names case independent in mimetypes files
1089    <LI> Windows dialog boxes for entering text were not working correctly
1090    <LI> Replying to or Forwarding multipart/alternative messages which had a
1091         single text/html part did not work well
1092    <LI> Printing the print confirmation page caused a crash
1093    <LI> A To line with a long, quoted personal name could display incorrectly
1094         if it was close to the same width as the screen
1095    <LI> When <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
1096         and <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
1097         are turned on hide (0/0) when the folder is empty
1098    <LI> Folder completion while Saving didn't work if the collection being
1099         saved to was the local home directory
1100 </UL>
1103 Version 1.00
1104 was an evolutionary release based on
1105 <A HREF="http://www.washington.edu/pine/">Pine</A>, which was also
1106 developed at the University of Washington.
1107 It is upwards-compatible for existing Pine users.
1110 Changes included:
1112 <UL>
1113    <LI> Ground-up reorganization of source code around addition
1114         of "pith/" core routine library.
1115    <LI> Fundamental improvement in Alpine's internal text handling, which
1116         is now based exclusively on Unicode. This allows displaying incoming
1117         messages and producing outgoing messages in many different languages.
1118    <LI> Ground-up reorganization of build and install procedures
1119         based on GNU Build System's autotools. NOTE, the included IMAP library
1120         build is not based on autotools, so some features will not work. However,
1121         it should get built automatically during the Alpine build process.
1122    <LI> Web-based version included built on TCL designed to run under
1123         a suitable CGI-supporting web server such as Apache.
1124 </UL>
1128 Details on changes in previous (prerelease) versions of Alpine
1129 may be found at the following URL:
1131 <CENTER><SAMP><A HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A></SAMP></CENTER>
1134 <HR WIDTH="75%"><P>
1136 <H2>Getting Help</H2>
1137 <DL>
1138 <DT>Online Help</DT>
1139 <DD>
1140 Every Alpine screen and command has associated help text
1141 accessible via the &quot;?&quot; key (or Ctrl-G in text-input contexts).
1142 </DD>
1144 <DT>Web Help</DT>
1145 <DD>
1146 The most current source of information about Alpine,
1147 including new version availability, is the web page at
1149 <CENTER><SAMP><A HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A></SAMP></CENTER>
1150 </DD>
1151 </DL>
1153 Frequently Asked Questions (and answers) may be found at the following
1154 URL:
1156 <CENTER><SAMP><A HREF="http://www.washington.edu/alpine/faq/">http://www.washington.edu/alpine/faq/</A></SAMP></CENTER>
1159 <HR WIDTH="75%"><P>
1161 <H2>Additional Information</H2>
1163 General Alpine configuration information can be found
1164 <A HREF="h_news_config">here</A>.
1166 This is revision (<!--#echo var="ALPINE_REVISION"-->) of the Alpine software.
1167 Alpine mailbox and <A HREF="https://github.com/jonabbey/panda-imap/">IMAP</A> server
1168 access is provided by the IMAP Toolkit Environment (c-client library)
1169 version <!--#echo var="C_CLIENT_VERSION"-->.
1170 <P> 
1171 Alpine was developed until 2009 by the Office of Computing 
1172 &amp; Communications at the University of Washington in Seattle.  
1173 Since then, the effort of developing Alpine has been continued by
1174 a community of volunteers who make good software even better!
1177 Alpine Copyright 2013-2018 Eduardo Chappa, 
1178 <BR> Copyright 2006-2008 University of Washington.
1181 Additional legal notices can be found <A HREF="h_news_legal">here</A>,
1182 or instead you can find the Apache License, version 2.0 at the web URL:
1185 <CENTER><A HREF="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</A></CENTER>
1188 &lt;End of Release Notes&gt;
1189 </BODY>
1190 </HTML>
1191 ====== h_password_file_support ======
1192 <HTML>
1193 <HEAD>
1194 <TITLE>Encryption for Password File Support Explained</TITLE>
1195 </HEAD>
1196 <BODY>
1197 <H1>Encryption for Password File Support Explained</H1>
1199 Index<BR>
1200 <OL>
1201 <LI><A HREF="#content">Explanation</A>
1202 <LI><A HREF="#example_existing_key">Example of Use of Existing Key and Certificate</A>
1203 <LI><A HREF="#example_self_signed">Example of Creating Master Password</A>
1204 </OL>
1206 <P><A NAME="content">Unix Alpine Only.</A>
1208 <P> If your version of Alpine has been built with password file support
1209 then you can use a special file to save your passwords, and avoid typing
1210 them every time you open a connection to a remote server.
1212 <P> If, in addition, your version of Alpine was built with SMIME support, then your 
1213 password file will be encrypted with a strong key. There are two ways in 
1214 which this can happen: Alpine will either use a matching private key and 
1215 public certificate pair that you already own, or it will create one for 
1216 you, just for purposes of encrypting this file. We describe both processes 
1217 below.
1219 <P> Initially, Alpine will scan your public and private directories for a 
1220 certificate/private key pair that works. Alpine will pick the first pair 
1221 that it finds that matches. 
1223 <P> Once a pair has been chosen, it will be copied to the directory 
1224 ~/.alpine-smime/.pwd, and from then on, Alpine will use the pair found in 
1225 that directory. The first time this process is done, this directory will 
1226 be created, a key/certificate pair will be copied to it, from then on 
1227 this pair will be used to encrypt and decrypt your password file. 
1229 <P> If you want to use a specific key and certificate pair to encrypt
1230 your password file, you can create the directory ~/.alpine-smime/.pwd 
1231 manually, and then create your preferred key/certificate pair there.
1232 Alpine will use this key regardless of if it has expired, or if it is
1233 self-signed. These issues do not affect the encryption or decryption
1234 of the password file.
1236 <P> If you prefer not to use the directory ~/.alpine-smime/.pwd to save 
1237 your key/certificate pair, you can specify a different one with the 
1238 -pwdcertdir command line option in Alpine. If the directory specified by 
1239 this option is not found Alpine will fail to encrypt and decrypt your 
1240 password file. However if it exists, Alpine will search for a 
1241 key/certificate pair in that
1242 directory, and if it does not find one, it will create one and save it
1243 in that directory.
1245 <P> Alpine does not care about the names of the key and certificates in 
1246 this directory, but the private key must have &quot;.key&quot; extension 
1247 and your public certificate must have the &quot;.crt&quot; extension. The
1248 name of the private key will be used in the prompt when you are asked
1249 to unlock your key to decrypt your password.
1251 <P> If Alpine cannot find a suitable private key and public certificate 
1252 pair to encrypt your password, it will create one. You will be asked to 
1253 create a &quot;Master Password&quot; to protect such key. At this moment 
1254 there are no restrictions on passwords, other than they have to be at 
1255 least 8 characters long, but future versions of Alpine will include 
1256 functionality to restrict master passwords, as set up by the administrator 
1257 of the system in the pine.conf.fixed file.
1259 <P><A NAME="example_existing_key"><B>Example of Use of Existing Key and Certificate</B></A>
1261 <P>Assume you have a private key called peter@address.com.key in your, 
1262 ~/.alpine-smime/private directory, and a public certificate called 
1263 peter@address.com.crt in your ~/.alpine-smime/public directory, and these 
1264 are your only key/certificate pair.
1266 <P> When Alpine starts for the first time, without command line options, 
1267 it will check if the directory ~/.alpine-smime/.pwd exists, and if not, 
1268 it will create it. Then it will go through your keys and certificates and 
1269 find a pair that it can use, and copy the files peter@address.com.key,
1270 and peter@address.com.crt to the ~/.alpine-smime/.pwd directory. Alternatively
1271 you can do the same by copying these files by yourself. This can be done
1272 with the sequence of commands
1274 <PRE>
1275 mkdir ~/.alpine-smime/.pwd
1276 cp ~/.alpine-smime/private/peter@address.com.key ~/.alpine-smime/.pwd
1277 cp ~/.alpine-smime/public/peter@address.com.crt ~/.alpine-smime/.pwd
1278 </PRE>
1280 <P> When Alpine starts, you will be asked the password to unlock your
1281 private key with the prompt.
1283 <PRE>
1284 Enter password of key &lt;peter@address.com&gt; to unlock password file:
1285 </PRE>
1287 <P> If you prefer to use different names for your private and public keys 
1288 in the ~/.alpine-smime/.pwd directory, you can do so, but you must 
1289 preserve the extension of the files. For example, you can use the names 
1290 private_key.key and public_cert.crt instead. In this case, the prompt you 
1291 will see when you are asked to unlock your private key will read
1293 <PRE>
1294 Enter password of key &lt;private_key&gt; to unlock password file:
1295 </PRE>
1297 <P>Observe that you do not need to use an existing key/certificate pair, 
1298 and that you can create a new private key/public certificate pair to 
1299 encrypt and decrypt your password file. Alpine provides a mechanism to
1300 change the encryption key for this file in the S/MIME configuration
1301 screen.
1303 <P><A NAME="example_self_signed"><B>Example of Creating Master Password</B></A>
1305 <P> If Alpine cannot find a suitable private key and public certificate pair
1306 to encrypt your password file, it will create one. When doing so, it will
1307 start the process with the following warning:
1309 <PRE>
1310 Creating a Master Password for your Password file.
1311 </PRE>
1313 <P> Then Alpine will ask you to enter your Master Password:
1315 <PRE>
1316 Create master password (attempt 1 of 3):
1317 </PRE>
1319 <P> Once you enter this password, and it validates according to system policy,
1320 you will be asked to confirm this password. 
1322 <PRE>
1323 Confirm master password (attempt 1 of 3):
1324 </PRE>
1326 <P> If you input the same password, then Alpine will set that as your 
1327 Master Password, and you will use this password to unlock your key in the 
1328 future.
1330 <P> If you would like to switch your Master Password in the future, you can 
1331 do so by creating a new public key and public certificate pair. You can do 
1332 so in the S/MIME configuration screen, in the &quot;Manage Key and 
1333 Certificate for Password File&quot; section, simply enter your current 
1334 password to unlock your current key and then press &quot;C&quot; to create 
1335 a new key.
1338 &lt;End of help&gt;
1339 </BODY>
1340 </HTML>
1341 ====== h_tls_failure_details ======
1342 <HTML>
1343 <HEAD>
1344 <TITLE>Certificate Validation Details</TITLE>
1345 </HEAD>
1346 <BODY>
1347 <H1>Certificate Validation Details</H1>
1349 This screen gives details as to why the certificate validation failed: the
1350 name of the desired server system; the reason for failure; and the name on
1351 the certificate.  This is primarily of interest to experts.
1354 &lt;End of help&gt;
1355 </BODY>
1356 </HTML>
1357 ====== h_tls_failure ======
1358 <HTML>
1359 <HEAD>
1360 <TITLE>TLS or SSL Failure</TITLE>
1361 </HEAD>
1362 <BODY>
1363 <H1>TLS or SSL Failure</H1>
1365 An attempt was made to establish a secure, encrypted connection to the
1366 server system using either Transport Layer Security (TLS) or the older
1367 Secure Sockets Layer (SSL).  This attempt failed.
1370 You should contact your server system management for more assistance.
1371 The problem is probably at the server system and not in Alpine or your local
1372 system.  The text in this screen may be helpful for the server system
1373 management in debugging the problem,
1376 &lt;End of help&gt;
1377 </BODY>
1378 </HTML>
1379 ====== h_tls_validation_failure ======
1380 <HTML>
1381 <HEAD>
1382 <TITLE>TLS and SSL Certificate Validation Failures</TITLE>
1383 </HEAD>
1384 <BODY>
1385 <H1>TLS and SSL Certificate Validation Failures</H1>
1387 An attempt was made to establish a secure, encrypted connection to the
1388 server system using either Transport Layer Security (TLS) or the older
1389 Secure Sockets Layer (SSL).
1392 An important part of this procedure is server certificate validation.  A
1393 server certificate is an &quot;electronic identification card&quot; for the server
1394 system that is signed by a well-known certificate authority (CA).  Alpine
1395 compares the server system identity in the server certificate with the
1396 name of the server system to which it is trying to connect.  Alpine also
1397 verifies that the CA signature is authentic.
1400 Some common failure conditions are:
1403 <UL>
1404   <LI> [UNIX Alpine] Self signed certificate.  This means that the server system
1405 signed its own certificate.  This does not necessarily indicate anything
1406 bad; the server operators may simply have elected to not purchase a
1407 signed certificate from a certificate authority.
1409   <LI> [UNIX Alpine] Unable to get local issuer certificate.  This means that
1410 the signature on the server system is from an unknown certificate authority.
1411 It can also mean that no certificate authority certificates have been
1412 installed on the local UNIX system.
1414   <LI> [PC Alpine] Self-signed certificate or untrusted authority.  This is
1415 the same as either of the above two conditions in UNIX Alpine.  Note that
1416 Windows systems typically have a full set of certificate authority
1417 certificates installed, so it is more likely to be a self-signed
1418 certificate than an unknown certificate authority.
1420   <LI> Server name does not match certificate.  This means that the server
1421 presented a proper signed certificate for a name other than the desired
1422 name.
1423 </UL>
1426 Any of these conditions can indicate that you are being attacked and have
1427 been directed to an imposter server that will record your password and
1428 your private mail messages.  It can also mean something innocuous.
1431 If you are certain that the problem is innocuous, you can append the
1432 option
1435 <CENTER><SAMP>/novalidate-cert</SAMP></CENTER>
1438 to the server system name where it appears in your configuration (e.g. the
1439 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>,
1440 a folder-collection, or a news or SMTP server).  This will
1441 disable certificate validation.  On the other hand, if you are attacked,
1442 you will get no warning if you do this.
1445 &lt;End of Cert Validation Failures help&gt;
1446 </BODY>
1447 </HTML>
1448 ====== h_release_tlscerts ======
1449 <HTML>
1450 <HEAD>
1451 <TITLE>TLS and SSL usage note</TITLE>
1452 </HEAD>
1453 <BODY>
1454 <H1>TLS and SSL usage note</H1>
1457 When using Alpine from Unix or Windows 2000,
1458 server certificates must be signed by a trusted certificate authority.
1459 You may relax this requirement (at the cost of some security) by using
1461 <A HREF="h_folder_server_syntax">NoValidate-Cert</A>
1462 modifier in the mailbox name.
1465 <CENTER><SAMP>{foo.example.com/novalidate-cert}INBOX</SAMP></CENTER>
1468 The fully-qualified host name of the server should be used
1469 so that it matches the host name in the server certificate.
1471 Here is an example of a host specification that directs Alpine to use
1472 the SSL port (993) and an encrypted data stream.
1474 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
1476 &lt;End of TLS usage help&gt;
1477 </BODY>
1478 </HTML>
1479 ====== h_news_config ======
1480 <HTML>
1481 <HEAD>
1482 <TITLE>Alpine Configuration</TITLE>
1483 </HEAD>
1484 <BODY>
1485 <H1>Alpine Configuration</H1>
1487 <H2>Using Environment Variables</H2>
1489 The values of Alpine configuration options may include environment variables
1490 that are replaced by the value of the variable at the time Alpine is run
1491 (and also at the time the config option is changed).
1492 The syntax to use environment variables is a subset of the common Unix
1493 shell dollar-syntax.
1494 For example, if
1496 <P><CENTER><SAMP>$VAR</SAMP></CENTER><P>
1498 appears in the value of an Alpine configuration option it is looked up in the
1499 environent (using getenv(&quot;VAR&quot;)) and its
1500 looked-up value replaces the <SAMP>$VAR</SAMP> part of the option value.
1501 To include a literal dollar sign you may precede the dollar sign with another
1502 dollar sign.
1503 In other words, if the text
1505 <P><CENTER><SAMP>$$text</SAMP></CENTER><P>
1507 is the value of a configuration option, it will be expanded to
1509 <P><CENTER><SAMP>$text</SAMP></CENTER><P>
1511 and no environment lookup will be done.
1512 For Unix Alpine it will also work to use a backslash character to
1513 escape the special meaning of the dollar sign, but $$ is preferable since
1514 it works for both PC-Alpine and Unix Alpine, allowing the configuration option
1515 to be in a shared configuration file.
1518 This all sounds more complicated than it actually is.
1519 An example may make it clearer.
1520 Unfortunately, the way in which environment variables are set is OS-dependent 
1521 and command shell-dependent.
1522 In some Unix command shells you may use
1524 <P><CENTER><SAMP>PERSNAME="Fred Flintstone"</SAMP></CENTER><P>
1525    <CENTER><SAMP>export PERSNAME</SAMP></CENTER><P>
1527 Now, if you use Alpine's Setup/Config screen to set
1529 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=$PERSNAME</SAMP></CENTER><P>
1531 the <SAMP>$PERSNAME</SAMP> would be replaced by <SAMP>Fred Flintstone</SAMP>
1532 so that this would be equivalent to
1534 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=Fred Flintstone</SAMP></CENTER><P>
1536 Note, environment variable substitution happens after configuration
1537 options that are lists are split into the separate elements of the list,
1538 so a single environment variable can't contain a list of values.
1541 The environment variable doesn't have to be the only thing
1542 after the equal sign.
1543 However, if the name of the variable is not at the end of the line or
1544 followed by a space (so that you can tell where the variable name ends),
1545 it must be enclosed in curly braces like
1547 <P><CENTER><SAMP>${VAR}</SAMP></CENTER><P>
1549 It is always ok to use the braces even if you don't need to.
1551 It is also possible to set a default value for an environment variable.
1552 This default value will be used if the environment variable is not
1553 set (that is, if getenv(&quot;VAR&quot;) returns NULL).
1554 The syntax used to set a default value is
1556 <P><CENTER><SAMP>${VAR:-default value}</SAMP></CENTER><P>
1558 If the config file contains
1560 <P><CENTER><SAMP>personal-name=${VAR:-Fred Flintstone}</SAMP></CENTER><P>
1562 then when Alpine is run <SAMP>VAR</SAMP> will be looked up in the environment.
1563 If <SAMP>VAR</SAMP> is found then <SAMP>personal-name</SAMP> will have
1564 the value that <SAMP>VAR</SAMP> was set to, otherwise,
1565 <SAMP>personal-name</SAMP> will be set to <SAMP>Fred Flintstone</SAMP>,
1566 the default value.
1567 (Note that the variable is called &quot;personal-name&quot; in the config
1568 file but is displayed in the config screen as
1569 &quot;<!--#echo var="VAR_personal-name"-->&quot;.
1570 In general, the value that goes into a config file is never exactly the
1571 same as the value you see on the screen.)
1574 An example where an environment variable might be useful is the
1575 variable <SAMP>Inbox-Path</SAMP> in the global configuration file.
1576 Suppose most users used the server
1578 <P><CENTER><SAMP>imapserver.example.com</SAMP></CENTER><P>
1580 but that there were some exceptions who used
1582 <P><CENTER><SAMP>altimapserver.example.com</SAMP></CENTER><P>
1584 In this case, the system manager might include the following line in
1585 the systemwide default Alpine configuration file
1587 <P><CENTER><SAMP>Inbox-Path=${IMAPSERVER:-imapserver.example.com}</SAMP></CENTER><P>
1589 For the exceptional users adding
1591 <P><CENTER><SAMP>IMAPSERVER=altimapserver.example.com</SAMP></CENTER><P>
1593 to their environment should work.
1595 Another example might be the case where a user has to use a different
1596 SMTP server from work and from home.
1597 The setup might be something as simple as
1599 <P><CENTER><SAMP>smtp-server=$SMTP</SAMP></CENTER><P>
1601 or perhaps a default value could be given.
1602 Note that, as mentioned above, the variable <SAMP>SMTP</SAMP> cannot contain
1603 a list of SMTP servers.
1606 <H2>Configuration precedence</H2>
1608 There are several levels of Alpine configuration.  Configuration values at
1609 a given level override corresponding values at lower levels.  In order of
1610 increasing precedence:
1612 <UL>
1613  <LI> built-in defaults
1614  <LI> system-wide
1615 <!--chtml if pinemode="os_windows"-->
1616       config file from command line or provided
1617       by "PINECONF" environment variable
1618 <!--chtml else-->
1619       pine.conf file
1620 <!--chtml endif-->
1621  <LI> personal configuration file
1622  <LI> personal exceptions configuration file
1623  <LI> command-line options
1624  <!--chtml if pinemode="os_windows"--><!--chtml else-->
1625  <LI> system-wide pine.conf.fixed file<!--chtml endif-->
1626 </UL>
1628 The values in both the personal configuration file and the
1629 <A HREF="h_config_exceptions">exceptions</A>
1630 configuration file may be set using the Setup command.
1631 Setup/Config is the command to change most of the personal configuration
1632 options.
1633 The other Setup subcommands are also used to change the configuration,
1634 for example, Setup/AddressBook, Setup/Rules, and so on.
1635 Changing the personal exceptions configuration is very similar.
1636 To change a value in the Config screen you would use the command
1637 Setup/eXceptions/Config.
1638 Likewise for the other Setup subcommands (Setup/eXceptions/Rules and so on).
1640 There are a couple exceptions to the rule that configuration values are replaced
1641 by the value of the same option in a higher-precedence file.
1642 The Feature-List variable has values that are additive, but can be
1643 negated by prepending &quot;no-&quot; in front of an individual feature name.
1644 So for features, each individual feature's value is replaced by the value
1645 of the same feature in a higher-precedence file.
1646 Note that this is done automatically for you when you change these values via
1647 the Setup/Config command.
1648 The other exception to the <EM>replace</EM> semantics happens when you
1649 use <A HREF="h_config_inheritance">configuration inheritance</A>
1650 for option lists.
1653 <H2>File name defaults</H2>
1655 Notes:<P>
1657 <BR> &lt;exe dir&gt; = directory where pine.exe found.
1658 <BR> &lt;pinerc dir&gt; = directory where pinerc found.
1659 <BR> # = default file name is overridable in pinerc.
1660 <BR> $HOME, if not explicitly set, defaults to root of the current drive.
1661 <BR> $MAILCAPS, if set, is used in lieu of the default mailcap search paths.
1662 <BR> + between the mailcap paths implies that the two files are combined.
1663 <BR> ; between other default paths implies that the first one found is used.
1664 </P>
1665 Alpine looks for most support files in the same directory it finds its
1666 personal configuration file (pinerc).  The -p command-line flag may be
1667 used to specify a particular path name for the pinerc file.  If a
1668 pinerc file does not exist, it will be created (if directory permissions
1669 allow).  In PC-Alpine, if -p or $PINERC are not defined, Alpine will look
1670 in $HOME&#92;PINE and the directory containing the PINE.EXE.  If a PINERC
1671 file does not exist in either one, it will create one in the first of those
1672 two directories that is writable.  In detail:
1673 <PRE>
1675 PC-Alpine:
1677  executable     &lt;DOS search path&gt;&#92;pine.exe
1678  help index     &lt;exe dir&gt;&#92;pine.ndx
1679  help text      &lt;exe dir&gt;&#92;pine.hlp
1681  pers config    $PINERC  ;  $HOME&#92;pine&#92;PINERC  ;  &lt;exe dir&gt;&#92;PINERC
1682  except config  $PINERCEX ; $HOME&#92;pine&#92;PINERCEX  ;  &lt;exe dir&gt;&#92;PINERCEX
1683  global cfg     $PINECONF
1685  debug          &lt;pinerc dir&gt;&#92;pinedebg.txtN
1686  crash          &lt;pinerc dir&gt;&#92;pinecrsh.txt
1687  signature#     &lt;pinerc dir&gt;&#92;pine.sig
1688  addressbook#   &lt;pinerc dir&gt;&#92;addrbook
1689  mailcap#       &lt;pinerc dir&gt;&#92;mailcap  +  &lt;exe dir&gt;&#92;mailcap
1690  mimetypes#     &lt;pinerc dir&gt;&#92;mimetype +  &lt;exe dir&gt;&#92;mimetype
1691  newsrc#        $HOME&#92;newsrc (if exists, else) &lt;pinerc dir&gt;&#92;newsrc
1692  sentmail#      $HOME&#92;mail&#92;sentmail.mtx
1693  postponed#     $HOME&#92;mail&#92;postpond.mtx
1694  interrupted    $HOME&#92;mail&#92;intruptd
1696 Unix Alpine:
1698  executable     &lt;Unix search path&gt;/pine
1699  persnl cfg     ~/.pinerc
1700  except cfg     ~/.pinercex
1701  global cfg     <!--#echo var="PINE_CONF_PATH"-->
1702  fixed cfg      <!--#echo var="PINE_CONF_FIXED_PATH"-->
1703  local help     <!--#echo var="PINE_INFO_PATH"-->
1705  interrupted    ~/.pine-interrupted-mail
1706  debug          ~/.pine-debugN
1707  crash          ~/.pine-crash
1708  newsrc#        ~/.newsrc
1709  signature#     &lt;pinerc dir&gt;/.signature
1710  addressbook#   &lt;pinerc dir&gt;/.addressbook
1711  postponed#     ~/mail/postponed-msgs
1712  sentmail#      ~/mail/sent-mail
1713  mailcap#       ~/.mailcap + /etc/mailcap
1714                            + /usr/etc/mailcap + /usr/local/etc/mailcap
1715  mimetypes#     ~/.mime.types + /etc/mime.types + /usr/local/lib/mime.types
1717  news-spool     varies across Unix flavors, e.g. /var/spool/news or /usr/spool/news
1718  active-news    varies across Unix flavors, e.g. /usr/lib/news/active
1719  lock files     /tmp/.<!--#echo var="MAIL_SPOOL_LOCK_PATH"-->
1720  inbox          <!--#echo var="MAIL_SPOOL_PATH"-->
1721  password       /etc/passwd
1723 Unix Alpine and PC-Alpine:
1725  .ab*           remote addressbook support files
1726  a[1-9]*        temporary (while Alpine is running) addressbook files
1728 </PRE>
1731 <H2>Mailcap files</H2>
1733 Alpine honors the mailcap configuration system for specifying external
1734 programs for handling attachments.  The mailcap file maps MIME attachment
1735 types to the external programs loaded on your system that can display
1736 and/or print the file.  A sample mailcap file comes bundled with the Alpine
1737 distribution.  It includes comments that explain the syntax you need to
1738 use for mailcap.  With the mailcap file, any program (mail readers,
1739 newsreaders, WWW clients) can use the same configuration for handling
1740 MIME-encoded data.
1743 <H2>MIME-Types files</H2>
1745 Alpine uses mime-types files (.mime.types or MIMETYPE) to determine
1746 what Content-Type to use for labeling an attached file, based on
1747 the file extension.  That is, this file provides a mapping between
1748 filename extensions and MIME content-types.
1751 <H2>Environment variables</H2>
1753 PC-Alpine uses the following environment variables:
1754 <DL>
1755 <DT>PINERC</DT>
1756 <DD>Optional path to pinerc file.</DD>
1757 <DT>PINERCEX</DT>
1758 <DD>Optional path to personal exceptions configuration file.</DD>
1759 <DT>PINECONF</DT>
1760 <DD>Optional path to global pine config file.</DD>
1761 <DT>HOME</DT>
1762 <DT>TMPDIR, TMP, or TEMP</DT>
1763 <DT>COMSPEC</DT>
1764 <DT>MAILCAPS</DT>
1765 <DD>A <B>semicolon</B> delimited list of path names to mailcap files.</DD>
1766 <DT>USER_DICTIONARY</DT>
1767 <DD>Used to specify the file to contain the user's spell check
1768 dictionary.  The default is <SAMP>DICT.U</SAMP> in the same
1769 directory as the <SAMP>SPELL32.DLL</SAMP></DD>
1770 </DL>
1772 Unix Alpine uses the following environment variables:
1773 <DL>
1774 <DT>TERM</DT>
1775 <DD>Tells Alpine what kind of terminal is being used.</DD>
1776 <DT>DISPLAY</DT>
1777 <DD>Determines if Alpine will try to display IMAGE attachments.</DD>
1778 <DT>SHELL</DT>
1779 <DD>If not set, default is &quot;/bin/sh&quot;.</DD>
1780 <DT>TMPDIR, TMP, or TEMP</DT>
1781 <DT>MAILCAPS</DT>
1782 <DD>A <B>colon</B> delimited list of path names to mailcap files.</DD>
1783 </DL>
1784 <!--chtml if pinemode="os_windows"-->
1786 <H2>Common PC-Alpine Configuration Problems</H2>
1788 <H3>Configuration settings aren't being saved</H3>
1790 <P>This problem can happen if you run pine from one directory and
1791 then decide to move your pine directory to another location.  PC-Alpine
1792 stores certain variables, including the configuration location, in the
1793 Windows Registry (which you shouldn't ever need to manually edit).  There
1794 are a couple of ways to go about removing or resetting the values in the
1795 registry.
1798 1) Run PC-Alpine's registry value deletion command.  This can be done by
1799 running: &quot;&lt;your&nbsp;pine&nbsp;directory&gt;&#92;pine.exe&nbsp;-registry&nbsp;clear&quot; from the DOS
1800 prompt. You could create a shortcut to pine.exe and change the &quot;Target&quot;
1801 value to the above command.
1804 2) Tell PC-Alpine where to look for the configuration file.  Configuration
1805 information is stored in a file called the PINERC.  With the &quot;-p&nbsp;PINERC&quot;
1806 option, you can tell PC-Alpine the location of your pinerc.  An example of
1807 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;.
1808 Again, you can use the DOS prompt or the shortcut method explained in (1).
1811 Additionally, there is the &quot;-registry&nbsp;set&quot; option, which will actively
1812 set registry values to the current setting, and is therefore useful with
1813 the &quot;-p&nbsp;PINERC&quot; option.
1815 <!--chtml endif-->
1817 &lt;End of Configuration Notes&gt;
1818 </BODY>
1819 </HTML>
1820 ====== h_news_legal ======
1821 <html>
1822 <head>
1823 <TITLE>Alpine Legal Notices</TITLE>
1824 </head>
1825 <body>
1827 <H1>Alpine Legal Notices</H1>
1829 Alpine and its constituent programs are covered by the Apache License Version 2.0.
1833 &lt;End of Alpine Legal Notices&gt;
1834 </BODY>
1835 </HTML>
1836 ===== h_info_on_mbox =====
1837 <HTML>
1838 <HEAD>
1839 <TITLE>Information on mbox driver</TITLE>
1840 </HEAD>
1841 <BODY>
1842 <H1>Information on &quot;Missing Mail&quot; and the &quot;mbox&quot; driver</H1>
1844 Beginning with Pine 4.00 (Pine came before Alpine)
1845 a new INBOX access method is
1846 available as part of the standard configuration.  It is called the
1847 &quot;mbox&quot; driver and it works like this:<P>
1850 <BLOCKQUOTE>
1851 If the file &quot;mbox&quot; exists in the user's home directory, and
1852 is in Unix mailbox format, then when INBOX is opened this file will be
1853 selected as INBOX instead of the mail spool file.  Messages will be
1854 automatically transferred from the mail spool file into the mbox
1855 file.
1856 </BLOCKQUOTE>
1859 The advantage of this method is that, after new mail has been copied
1860 from the system mail spool, all subsequent access is confined to the
1861 user's home directory, which is desirable on some systems.  However, a
1862 possible disadvantage is that mail tools other than those from the
1863 University of Washington will not know to look for mail in the user's
1864 mbox file.  For example, POP or IMAP servers other than those from the
1865 University of Washington, and many &quot;new mail notification&quot;
1866 programs may not work as expected with this driver enabled.<P>
1868 To disable this behavior, either remove/rename the &quot;mbox&quot;
1869 file or find the <A HREF="h_config_disable_drivers"><!--#echo var="VAR_disable-these-drivers"--></A>
1870 option in Setup/Config
1871 and add &quot;mbox&quot; to it:
1873 <CENTER><SAMP><!--#echo var="VAR_disable-these-drivers"-->=mbox</SAMP></CENTER>
1875 &lt;End of help on this topic&gt;
1876 </BODY>
1877 </HTML>
1878 ===== h_info_on_locking =====
1879 <HTML>
1880 <HEAD>
1881 <TITLE>FAQs on Alpine Locking</TITLE>
1882 </HEAD>
1883 <BODY>
1884 <H1>What Systems Managers Need to Know about Alpine File Locking</H1>
1886 There is an extensive section on locking in the Alpine technical notes;
1887 this information is intended to provide answers to some common questions:<P>
1888 <OL>
1889 <LI> Why did locking change in Pine 4.00?<BR>
1890 The actual locking mechanisms did not change in 4.00.
1891 What changed is that when one particular locking mechanism used by Alpine 
1892 fails, Alpine now issues a warning message.  Prior to Pine 4.00, the locking
1893 failure would occur, but no warning was issued.<P>
1895 <LI> Is this what the &quot;Mailbox vulnerable&quot; message is about?<BR>
1896 Yes.  It means that Alpine was unable to create a lockfile in the
1897 spool directory, generally because of overly restrictive protections on the
1898 spool directory.  The correct permissions on the spool directory for
1899 running Alpine are 1777, i.e. read-write-execute permission for everyone,
1900 with the sticky-bit set, so only owners of a file can delete them.<P>
1902 <LI> Why does Alpine require that the mail spool directory have 1777
1903    protections?<BR>
1904 Alpine was designed to run without special privileges.  This means that in
1905 order to create a lockfile in the spool directory, it is necessary to have
1906 the spool directory permissions be world-writable.<P>
1908 <LI> Can't you create the lockfile somewhere else?<BR>
1909 No.  The lockfile in question must be in the mail spool directory, because
1910 that's where the mail delivery program expects to find it, and the purpose
1911 of the file is to coordinate access between the mail client (Alpine) and the
1912 mail delivery program.<P>
1914 <LI> Isn't having the spool directory world-writable a big security risk?<BR>
1915 No.  Remember that the individual mail files in the spool directory are
1916 NOT world-writable, only the containing directory.  Setting the &quot;sticky
1917 bit&quot; -- indicated by the &quot;1&quot; before the &quot;777&quot; mode 
1918 -- means that only the owner of the file (or root) can delete files in the 
1919 directory.  So the only bad behavior that is invited by the 1777 mode is that 
1920 anyone could
1921 create a random file in the spool directory.  If the spool directory is
1922 under quota control along with home directories, there is little incentive
1923 for anyone to do this, and even without quotas a periodic scan for
1924 non-mail files usually takes care of the problem.  <P>
1926 <LI> Why not run Alpine as setgid mail?<BR>
1927 Alpine was never designed to run with privileges, and to do so introduces a
1928 significant security vulnerability.  For example, if a user suspends Alpine,
1929 the resulting shell will have group privileges.  This is one example of
1930 why we strongly recommend against running Alpine as a privileged program.
1931 In addition, a &quot;privileged mailer &quot paradigm would mean that normal 
1932 users
1933 could not test Alpine versions or other mailers that had not been installed
1934 by the system administrators.<P>
1937 <LI> Are there any alternatives to creating .lock files in the spool dir?<BR>
1938 There are, but they all have different sets of tradeoffs, and not all will
1939 work on all systems.  Some examples:<UL>
1940  <LI> Use lock system calls.  Works fine on a few systems, provided mail
1941    spool is local.   Doesn't work reliably if NFS is used.
1942    Doesn't work unless <B>all</B> the mail programs accessing the spool dir
1943    use the same calls.
1944  <LI> Deliver mail to user's home directory.  An excellent solution, highly
1945    recommended -- but one which is incompatible with some &quot;legacy&quot; 
1946 mail tools that always look in the spool directory for the mail.
1947 </UL><P>
1949 <LI> Are these spool directory lock files the only kinds of locks used by
1950    Alpine?<BR>
1951 No.  Alpine also creates lockfiles in the /tmp directory.  For normal Unix
1952 mailbox format folders, these are used to coordinate access between
1953 multiple Alpine sessions.  <P>
1955 <LI> What about the 
1956 <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>
1957 This is for people who are content to live dangerously, or who have
1958 specific knowledge that the spool directory lockfiles are superfluous on
1959 their system (because both Alpine and the mail delivery program are using 
1960 system call file locking in a context that works reliably, e.g. not NFS.)<P>
1962 <LI> Where can I find more details on how Alpine locking works?<BR>
1963 See the Alpine Technical Notes.<P>
1965 </OL>
1967 &lt;End of help on this topic&gt;
1968 </BODY>
1969 </HTML>
1970 ===== h_finding_help ====
1971 <HTML>
1972 <HEAD>
1973 <TITLE>Finding more information and requesting help</TITLE>
1974 </HEAD>
1975 <BODY>
1976 <H1>Places to Look for More Answers</H1>
1977 If you have questions about or problems with Alpine that you cannot resolve 
1978 after consulting the program's internal, context-sensitive help screens, here 
1979 are additional information resources that you may find helpful:
1981 <UL>
1982   <LI> Alpine's top-level <A HREF="main_menu_tx">MAIN MENU HELP</A>.<P>
1984   <LI> Alpine's <A HREF="h_help_index">Help Index</A>.<P>
1986   <LI> Alpine's internal <A HREF="h_news">Release Notes</A>.  They contain a 
1987 listing of changes in Alpine <!--#echo var="ALPINE_VERSION"-->
1988   since the last version, which may be useful for you to be aware of, 
1989 <B>especially</B> if a &quot;problem&quot; you are encountering is actually 
1990 a change in the way an aspect of Alpine works.  There, you will also find notes 
1991 on Alpine configuration.<P>
1992 <!--
1993   <LI> The main site for Alpine contains information on configuring and solving problems
1994        with Alpine, it can be found at
1996 <CENTER><A HREF="http://alpine.freeiz.com/alpine/">http://alpine.freeiz.com/alpine/</A></CENTER>  
1998   <LI> The Alpine Information Center (maintained by the University of
1999            Washington) World Wide Web site contains, among other things
2000            <UL>
2001            <LI>a collection of Frequently Asked Questions (and answers!) about Alpine
2002            <LI>an overview of the basics for beginning Alpine users
2003            <LI>Technical Notes for systems administrators
2004            <LI>archives (including a searchable index) of the alpine-info 
2005 mailing list, on which matters of interest to systems/email administrators,
2006 developers, trainers, user support personnel, and others involved with Alpine 
2007 messaging on a &quot;technical&quot; level are discussed.
2008 </UL>
2009         The Alpine Information Center can be accessed with a WWW browser at:<P>
2010             <CENTER><A HREF="http://www.washington.edu/alpine/">http://www.washington.edu/alpine/</A></CENTER>  
2011 </UL>
2012 <P><HR WIDTH="75%">
2013 <H1>Requesting help</H1>
2014 If the internal help, the Release Notes, the Alpine Information Center, and your 
2015 local online and print resources do not help you resolve a problem, please
2016 start by contacting your local computer support staff and asking for help.
2018 This is especially true if:
2019 <ul>
2020   <li>You suddenly have trouble sending or receiving mail.
2021   <li>You receive a "disk quota exceeded" message.
2022   <li>You have forgotten your password.
2023   <li>You think your account may have been compromised.
2024   <li>You need help viewing an attachment.
2025   <li>You need to know how to configure your:
2026       <A HREF="h_config_nntp_server">NNTP (news) server</A>, 
2027       <A HREF="h_config_smtp_server">SMTP (sending mail) server</A>, 
2028       <A HREF="h_config_ldap_server">LDAP (directory lookup) server</A>, or
2029       <A HREF="h_config_inbox_path">INBOX (incoming mail) path</A>.
2030   <li>You want to know what alternative editors or spellcheckers you may be able to use.
2031   <li>You want to block email from a particular person.
2032   <li>You're going on vacation and need to autorespond to incoming mail.
2033   <li>You want to automatically file or filter incoming messages.
2034 </ul>
2036 In all of these cases,
2037 you should contact <B>your</B> support staff, because <B>only they</B> 
2038 will be able to assist you effectively. Your support staff may be, depending on who 
2039 provides you with the email account you use Alpine with, for example:<UL>
2040 <LI> the computing help desk of (a department of) your university, school, 
2041 employer, ... ; or
2042 <LI> the customer service center of your Internet Service Provider; or
2043 <LI> the friendly volunteer helpers of your Freenet; or
2044 <LI> the person who setup your computer and internet connection.
2045 </UL>
2047 Due to the large number of Alpine installations worldwide, and because we
2048 receive no funding for it, the University of Washington <B>cannot provide 
2049 individual support services outside the University of Washington</B>.
2051 If you have no local computing support to turn to, the worldwide <b>comp.mail.pine</b>
2052 newsgroup can be a valuable source of information and assistance for Alpine 
2053 user issues.
2055 For systems/email administrators, developers, trainers, user support
2056 personnel, and others involved with Alpine messaging on a &quot;technical&quot;
2057 level, the mailing list alpine-info is available; for information on
2058 subscribing and posting to it, see
2060 <CENTER><A HREF="http://www.washington.edu/alpine/alpine-info/subscribing.html">http://www.washington.edu/alpine/alpine-info/subscribing.html</A></CENTER>
2063 Regardless of whom you are asking for help with Alpine, remember 
2064 to provide as much detail as you can about the
2065 nature of any problem you are encountering, such as
2066 <UL>
2067 <LI>when it first occurred;
2068 <LI>what, if anything, happened that might have brought it about;
2069 <LI>whether it still persists;
2070 <LI>whether it is reproducible, and if so, how;
2071 <LI>what, if anything, you already tried to solve it.
2072 </UL> 
2073 It may also be helpful if you specify what version of Alpine you are using 
2074 <!--chtml if pinemode="running"-->
2075 -- this is <!--#echo var="ALPINE_VERSION"--> --
2076 <!--chtml endif-->
2077 and on what system, and when the copy of Alpine you are using was created
2078 <!--chtml if pinemode="running"-->
2079 -- for this copy: <!--#echo var=ALPINE_COMPILE_DATE-->
2080 <!--chtml endif-->
2082 <!--chtml if pinemode="running"-->
2083 <P>   
2084 When the Alpine program you are currently using was installed, a support
2085 contact email address may have been set up; in that case, you can simply select
2086 this link now to send a message to it:<BR>
2087 <A HREF="X-Alpine-Gripe:_LOCAL_ADDRESS_?local"><!--#echo var="_LOCAL_FULLNAME_"--></A><P>
2088 <!--chtml endif-->
2089 <!--chtml if [ -r PINE_INFO_PATH ]-->
2090 <HR WIDTH="75%">Local Support Contacts:<P>
2091 <!--#include file="PINE_INFO_PATH"-->
2092 <HR WIDTH="75%">
2093 <!--chtml endif-->
2094 <P> 
2095 &lt;End of help on this topic&gt;
2096 </BODY>
2097 </HTML>
2098 ===== new_user_greeting ======
2099 <HTML>
2100 <HEAD>
2101 <TITLE>NEW USER GREETING</TITLE>
2102 </HEAD>
2103 <BODY>
2104 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
2105 <BR>
2106 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
2107 We hope you will explore Alpine's many capabilities. From the MAIN MENU,
2108 select Setup/Config to see many of the options available to you. Also note
2109 that all screens have context-sensitive help text available.<P>
2110 <!--chtml if pinemode="phone_home"-->
2111 SPECIAL REQUEST:
2112 This software was originally created and maintained as a public
2113 service by the University of Washington until 2009; updates are made 
2114 available as a public service of the Alpine community. It is always 
2115 helpful to have an idea of how many users are using Alpine. Are you 
2116 willing to be counted as an Alpine user? Pressing 
2117 <A HREF="X-Alpine-Phone-Home:">Return</A>
2118 will send an anonymous (meaning, your real email address will not be revealed) 
2119 message to the Alpine developers for purposes of tallying.
2121 <!--To Exit this screen and continue your Alpine session press "E".-->
2122 <!--chtml else-->
2123 To Exit this screen and continue your Alpine session press "Return".
2124 <!--chtml endif-->
2125 </BODY>
2126 </HTML>
2127 ===== new_alpine_user_greeting ======
2128 <HTML>
2129 <HEAD>
2130 <TITLE>NEW ALPINE USER GREETING</TITLE>
2131 </HEAD>
2132 <BODY>
2133 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
2134 <BR>
2135 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
2136 Your Alpine configuration file indicates that you may have used Pine before
2137 but not Alpine.
2138 If you are familiar with the way Pine works, you should be comfortable
2139 using Alpine.
2140 Your Pine configuration file is automatically used for Alpine.
2141 The Release Notes may be viewed by pressing 
2142 &quot;R&quot; now or while in the MAIN MENU.
2144 <!--chtml if pinemode="phone_home"-->
2145 SPECIAL REQUEST:
2146 This software was originally created and maintained as a public
2147 service by the University of Washington until 2009; updates are made 
2148 available as a public service of the Alpine community. It is always 
2149 helpful to have an idea of how many users are using Alpine. Are you 
2150 willing to be counted as an Alpine user? Pressing 
2151 <A HREF="X-Alpine-Phone-Home:">Return</A>
2152 will send an anonymous (meaning, your real email address will not be revealed) 
2153 message to the Alpine developers for purposes of tallying.
2155 <!--To Exit this screen and continue your Alpine session press "E".-->
2156 <!--chtml else-->
2157 To Exit this screen and continue your Alpine session press "Return".
2158 <!--chtml endif-->
2159 </BODY>
2160 </HTML>
2161 ===== new_version_greeting ======
2162 <HTML>
2163 <HEAD>
2164 <TITLE>NEW VERSION GREETING</TITLE>
2165 </HEAD>
2166 <BODY>
2167 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
2168 <BR>
2169 <H1>Welcome to Alpine version <!--#echo var="ALPINE_VERSION"-->!</H1>
2170 Your Alpine configuration file indicates that you may not have used 
2171 this version of Alpine before.  This version's significant changes are
2172 documented in the Release Notes, which may be viewed by pressing 
2173 &quot;R&quot; now or while in the MAIN MENU.
2175 <!--chtml if pinemode="phone_home"-->
2176 SPECIAL REQUEST:
2177 This software was originally created and maintained as a public
2178 service by the University of Washington until 2009; updates are made 
2179 available as a public service of the Alpine community. It is always 
2180 helpful to have an idea of how many users are using Alpine. Are you 
2181 willing to be counted as an Alpine user? Pressing 
2182 <A HREF="X-Alpine-Phone-Home:">Return</A>
2183 will send an anonymous (meaning, your real email address will not be revealed) 
2184 message to the Alpine developers for purposes of tallying.
2186 <!--To Exit this screen and continue your Alpine session press "E".-->
2187 <!--chtml else-->
2188 To Exit this screen and continue your Alpine session press "Return".
2189 <!--chtml endif-->
2190 </BODY>
2191 </HTML>
2193 ===== main_menu_tx ======
2194 <HTML>
2195 <HEAD>
2196 <TITLE>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</TITLE>
2197 </HEAD>
2198 <BODY>
2199 <H1>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</H1>
2200 <DIV ALIGN=CENTER>
2201 Version <!--#echo var="ALPINE_VERSION"-->
2202 <!--chtml if pinemode="running"-->
2203 <BR>(built <!--#echo var=ALPINE_COMPILE_DATE-->)
2204 <!--chtml endif-->
2205 </DIV>
2206 <CENTER>Copyright 2013-2018 Eduardo Chappa,
2207 <BR>Copyright 2006-2008 University of Washington.
2208 </CENTER>
2211 When you are viewing a help screen, there may be links to
2212 other topics highlighted (in Reverse video) in the text.
2213 Here is an example.
2214 The word &quot;Introduction&quot; in the TABLE OF CONTENTS below should be
2215 highlighted.
2216 If you type carriage return (or V for View Link, see the commands at the
2217 bottom of the screen) you will be taken to a new help screen to view the
2218 Introduction.
2219 The commands at the bottom of the screen should then include
2220 &quot;P Prev Help&quot;.
2221 If you type &quot;P&quot; you will end up back here.
2222 If you type &quot;E&quot; for Exit, you will be back out of help and returned
2223 to the place you were in Alpine when you entered Help.
2224 In this case, you would go back to the MAIN MENU.
2225 There are also other links that are highlighted in bold (or the color used
2226 by your terminal to display bold).
2227 The items after the Introduction in the TABLE OF CONTENTS are all examples
2228 of such links.
2229 In order to view those links, you first have to make the link you want
2230 to view the current link.
2231 The &quot;NextLink&quot; and &quot;PrevLink&quot; commands
2232 (see bottom of screen) can do that for you.
2235 <H2>TABLE OF CONTENTS</H2>
2236 <OL>
2237   <LI> <A HREF="h_mainhelp_intro">Introduction</A>
2238   <LI> <A HREF="h_mainhelp_pinehelp">Alpine Help</A>
2239 <!--chtml if [ -r PINE_INFO_PATH ]-->
2240   <LI> <A HREF="h_mainhelp_localsupport">Local Support Contacts</A>
2241 <!--chtml endif-->
2242   <LI> <A HREF="h_mainhelp_cmds">Giving Commands in Alpine</A>
2243   <LI> <A HREF="h_mainhelp_config">Alpine Configuration</A>
2244   <LI> <A HREF="h_mainhelp_status">Titlebar Line</A>
2245   <LI> <A HREF="h_mainhelp_mainmenu">Main Menu</A>
2246   <LI> <A HREF="h_mainhelp_index">Index of Messages</A>
2247   <LI> <A HREF="h_mainhelp_reading">Reading Messages</A>
2248   <LI> <A HREF="h_mainhelp_composing">Composing Messages</A>
2249   <LI> <A HREF="h_mainhelp_readingnews">Reading News</A>
2250   <LI> <A HREF="h_mainhelp_abooks">Address Books</A>
2251   <LI> <A HREF="h_mainhelp_ldap">LDAP Directories</A>
2252   <LI> <A HREF="h_mainhelp_folders">Folders</A>
2253   <LI> <A HREF="h_mainhelp_collections">Collection Lists</A>
2254   <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
2255   <LI> <A HREF="h_mainhelp_color">Color Setup</A>
2256   <LI> <A HREF="h_mainhelp_filtering">Filtering</A>
2257   <LI> <A HREF="h_mainhelp_roles">Roles</A>
2258   <LI> <A HREF="h_mainhelp_patterns">Patterns</A>
2259   <LI> <A HREF="h_mainhelp_keywords">Keywords (or Flags, or Labels)</A>
2260   <LI> <A HREF="h_mainhelp_mouse">Using a Mouse</A>
2261   <LI> <A HREF="h_mainhelp_cmdlineopts">Command Line Options</A>
2262   <LI> <A HREF="h_mainhelp_securing">Securing Your Alpine Session</A>
2263   <LI> <A HREF="h_mainhelp_smime">S/MIME</A>
2264   <LI> <A HREF="h_mainhelp_problems">Reporting Problems</A>
2265   <LI> <A HREF="X-Alpine-Config:">Show Supported Options in this Alpine</A>
2266   <LI> <A HREF="h_help_index">Index to Alpine's Online Help</A>
2267 </OL>
2270 &lt;End of help on this topic&gt;
2271 </BODY>
2272 </HTML>
2273 ===== h_mainhelp_intro ======
2274 <HTML>
2275 <HEAD>
2276 <TITLE>Introduction</TITLE>
2277 </HEAD>
2278 <BODY>
2279 <H1>Introduction</H1>
2281 Alpine is an &quot;Alternatively Licensed Program for Internet
2282 News and Email&quot; produced until 2009 by the University of Washington.
2283 It is intended to be an easy-to-use program for
2284 sending, receiving, and filing Internet electronic mail messages and
2285 bulletin board (Netnews/Usenet) messages. Alpine supports the following
2286 Internet protocols and specifications: SMTP (Simple Mail Transport Protocol), 
2287 NNTP (Network News Transport Protocol), MIME (Multipurpose Internet Mail 
2288 Extensions), IMAP (Internet Message Access Protocol), and LDAP (Lightweight
2289 Directory Access Protocol).<p>
2291 Although originally designed for inexperienced email users, Alpine has
2292 evolved to support many advanced features.  There are an ever-growing
2293 number of configuration and personal-preference options, though which of
2294 them are available to you is determined by your local system managers. 
2296 <H2>WHAT ALPINE DOES...</H2>
2298 Alpine is a &quot;mail user agent&quot; (MUA), which is a program that
2299 allows you to
2300 compose and read messages using Internet mail standards.  (Whether you
2301 can correspond with others on the Internet depends on whether or not your
2302 computer is connected to the Internet.)  Alpine also allows reading and
2303 posting messages on the Internet &quot;net news&quot; system, provided
2304 that your site operates a suitable news server.
2306 <H2>WHAT ALPINE DOES NOT DO...</H2>
2308 A &quot;mail user agent&quot; such as Alpine is just one part of a
2309 messaging system. Here are some things that are <B>not</B> done by Alpine,
2310 but require other programs:<P>
2311 <UL>
2312  <LI> Actual relaying of email... which is done by &quot;message transfer 
2313 agents&quot;.
2314  <LI> Vacation messages... automatically responding to incoming messages
2315  <LI> Anything to do with &quot;talk&quot;... which has nothing to do with 
2316 email.
2317  <LI> Anything to do with &quot;irc&quot;... which has nothing to do with email.
2318  <LI> List processing... resending one message to a list of recipients.
2319 </UL>
2322 &lt;End of help on this topic&gt;
2323 </BODY>
2324 </HTML>
2326 ===== h_mainhelp_pinehelp ======
2327 <HTML>
2328 <HEAD>
2329 <TITLE>Alpine Help</TITLE>
2330 </HEAD>
2331 <BODY>
2332 <H1>Alpine Help</H1>
2334 Alpine help is generally context-sensitive. In other words, each Alpine screen you 
2335 use will have its own help text, explaining the choices available for that
2336 screen. This general help section, on the other hand, attempts to give an 
2337 overall picture of what Alpine is capable of doing, as well as pointers to 
2338 additional help sections about specific topics.<p>
2340 Much of the help text contains links to further help topics, similar to
2341 how the World Wide Web works.
2342 You may choose a link to view using the &quot;NextLink&quot; and
2343 &quot;PrevLink&quot; commands to change the link that is highlighted.
2344 The &quot;View Link&quot; command will then show you the highlighted link.
2345 Similar to the Back button in a web browser, the &quot;Prev Help&quot; command
2346 will return you to where you were before viewing the link, and &quot;Exit Help&quot
2347 will return you to the location in Alpine before you asked for help.
2348 For example, if you are reading this text in Alpine you may return to the
2349 help table of contents with the &quot;Prev Help&quot; command or you may view the
2350 Release notes link in the next paragraph and then return here with
2351 &quot;Prev Help&quot;.
2354 In addition to this general help on Alpine, <A HREF="h_news">Release Notes</A>
2355 on the current Alpine version are also available from the MAIN MENU: Press
2356 <!--chtml if pinemode="function_key"-->
2357 &quot;F9&quot;
2358 <!--chtml else-->
2359 &quot;R&quot;
2360 <!--chtml endif-->
2361 to browse the release notes.  These include changes since the last release,
2362 configuration information, the history of the Alpine
2363 project, credits, and legal notices.
2365 Alpine releases are available via the world wide web at
2367 <CENTER><SAMP><A 
2368 HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A></SAMP
2369 ></CENTER>
2372 If you would like to print <EM>all</EM> of Alpine's internal help text
2373 (not recommended) for a little light bedtime reading, then press
2374 <!--chtml if pinemode="function_key"-->
2375 &quot;F12&quot;
2376 <!--chtml else-->
2377 &quot;Z&quot;
2378 <!--chtml endif-->
2379 now.  (This assumes that the
2380 copy of Alpine you are using has been properly configured for printing
2381 at your site.)
2383 &lt;End of help on this topic&gt;
2384 </BODY>
2385 </HTML>
2386 ===== h_mainhelp_localsupport ======
2387 <HTML>
2388 <HEAD>
2389 <TITLE>Local Support Contacts</TITLE>
2390 </HEAD>
2391 <BODY>
2392 <H1>Local Support Contacts</H1>
2394 <!--chtml if [ -r PINE_INFO_PATH ]-->
2395 <!--#include file="PINE_INFO_PATH"-->
2396 <!--chtml else-->
2397 No Local Support Contacts configured.
2398 <!--chtml endif-->
2401 &lt;End of help on this topic&gt;
2402 </BODY>
2403 </HTML>
2405 ===== h_mainhelp_cmds ======
2406 <HTML>
2407 <HEAD>
2408 <TITLE>Giving Commands in Alpine</TITLE>
2409 </HEAD>
2410 <BODY>
2411 <H1>Giving Commands in Alpine</H1>
2413 Unless configured otherwise
2414 (<A HREF="h_config_blank_keymenu"><!--#echo var="FEAT_disable-keymenu"--></A>)
2415 the bottom two lines of the screen are always used to list the
2416 commands you can give.  You press the keys that are highlighted to give
2417 the command.  The commands for getting help and going back to the main
2418 menu are always present (except when viewing help as you are now).
2419 <!--chtml if pinemode="function_key"-->
2420 <!--chtml else-->
2422 Pressing O (meaning &quot;Other Commands&quot;) changes the keys
2423 you see at the bottom of any screen. In some cases there are 3 or
2424 even 4 different
2425 sets of keys that can be seen by using the O key. <EM>All commands are 
2426 active</EM>, even if they are not currently showing at the bottom of your 
2427 screen. In other words, you <EM>never</EM> need to press the O key, except to 
2428 remind yourself of the proper key to press to perform an operation.
2430 <H2>Control Key Commands</H2>
2431 When composing mail, and in a few other places, in Alpine you
2432 have to use Control keys. This means pressing the Control key (usually labeled 
2433 &quot;Ctrl&quot;) and the
2434 letter indicated at the same time.  Usually, this is shown with a
2435 &quot;^&quot; in front of the letter.  On some systems, certain control
2436 characters are intercepted before they get to Alpine.  As a work-around,
2437 you can press the ESCAPE key twice followed by the desired key.  For
2438 example, if Ctrl-O (^O) does not work on your system, try typing
2439 &quot;ESC ESC O&quot;.
2440 <!--chtml endif-->
2441 <H2>Paging Up and Down</H2>
2442 The &quot;+&quot; and &quot;-&quot; keys are used for
2443 moving to the next or previous page.  The space bar is a synonym for
2444 &quot;+&quot;.  You may also use Ctrl-V to page down and Ctrl-Y to page
2445 up as you do in the message composer.  On screens with a WhereIs (search)
2446 command, W or Ctrl-W followed by Ctrl-V will move to the bottom of the
2447 message or list, and W or Ctrl-W followed by Ctrl-Y will move to the top
2448 of the message or list.
2450 <H2>Return Key</H2>
2451 The return key is usually a synonym for a frequently used
2452 command.  When viewing a message, there is currently not a default
2453 command, so RETURN does nothing; when in the index, it is synonymous with
2454 &quot;view msg&quot;. In the key menu at the bottom of the screen, whatever is
2455 enclosed in square brackets [] is the same as the return key.
2457 <H2>Control Keys Not Used By Alpine</H2>
2458 Most commands in Alpine are single letters, with -- we hope -- some mnemonic 
2459 value, but in places where Alpine is expecting text input, e.g. in the composer or 
2460 at prompts for file/folder names, control keys must be used for editing and 
2461 navigation functions.
2464 Alpine has used nearly all the control keys available.  There are, however,
2465 certain control keys that are reserved by other programs or for technical
2466 reasons.  Alpine does not use any of these keys:
2467 <DL>
2468  <DT>Ctrl-S</DT> <DD>Used by Unix as &quot;stop output&quot;</DD>
2469  <DT>Ctrl-Q</DT> <DD>Used by Unix as &quot;resume output&quot;</DD>
2470  <DT>Ctrl-]</DT> <DD>Often used by Telnet as escape key</DD>
2471 </DL>
2473 Note: Ctrl-S and Ctrl-Q can be subject to 
2474 <A HREF="h_special_xon_xoff">special handling</A>.
2476 In addition, while the ESC key alone is not used for command input,
2477 Alpine will recognize two consecutive ESC key presses followed by a letter 
2478 key as a substitute for control key input.  For example, the control key
2479 <SAMP>Ctrl-X</SAMP> can alternatively be entered using the
2480 three keystrokes: <SAMP>ESC&nbsp;ESC&nbsp;x</SAMP>.
2481 This is useful if the communication program you are using
2482 (e.g. Telnet) has its own, conflicting, idea of what certain control
2483 characters mean.
2486 <H2>Repainting the Screen</H2>
2487 Sometimes what is displayed on the screen will be
2488 incorrect due to noise on the phone line or other causes and you will want
2489 to repaint the whole screen to make it correct.  You can use the Ctrl-L
2490 command to do this.  It never hurts to do it when in doubt.
2493 &lt;End of help on this topic&gt;
2494 </BODY>
2495 </HTML>
2496 ===== h_mainhelp_status ======
2497 <HTML>
2498 <HEAD>
2499 <TITLE>Titlebar Line</TITLE>
2500 </HEAD>
2501 <BODY>
2502 <H1>Titlebar Line</H1>
2504 The top line of the screen is Alpine's titlebar line.  It will always display
2505 the current version of Alpine and will also convey information about the
2506 status of the program.  This is where you look to find out what
2507 collection, folder and message number is active and where you are in Alpine.
2510 If the titlebar line says &quot;READONLY&quot; it means that the open folder
2511 (typically your INBOX) is &quot;locked&quot; by another mail session --
2512 most likely a more recent session of Alpine has taken the INBOX lock.
2515 If the titlebar line says &quot;CLOSED&quot; it means that you are trying to
2516 access a
2517 folder on a remote mail server, and for some reason, communication with
2518 the mail server has either been lost, or never successfully established.
2519 This can be a result of trying to open a non-existent folder, or one
2520 stored on an invalid or non-operational server, or it can mean that Alpine
2521 has been suspended for more that 30 minutes while accessing a remote mail
2522 server.
2525 &lt;End of help on this topic&gt;
2526 </BODY>
2527 </HTML>
2528 ===== h_mainhelp_mainmenu ======
2529 <HTML>
2530 <HEAD>
2531 <TITLE>Main Menu</TITLE>
2532 </HEAD>
2533 <BODY>
2534 <H1>Main Menu</H1>
2536 The Main Menu lists Alpine's main options.
2537 The key or keys you must type to enter your
2538 choice are to the left of each option or command name.
2539 You can type either uppercase or lowercase letters,
2540 and you should not press &lt;Return&gt; after typing the
2541 letter (unless you are specifically asking for the default,
2542 highlighted command).
2545 From the Main Menu you can choose to read online help, write (compose) and 
2546 send a message, look at an index of your mail messages, open or maintain
2547 your mail folders, update your address book, configure Alpine, and quit Alpine.
2548 There are additional options listed at
2549 the bottom of the screen as well.
2552 The Help command usually returns context-sensitive help information.
2553 However, in the Main Menu you get the most general help, which includes
2554 a Table of Contents.
2555 The last entry in the Table of Contents is an Index of help topics,
2556 so this is a good place to go if you are having trouble finding how
2557 to do something.
2559 <H2>Main Menu Commands</H2>
2560 The Alpine main menu lists the most common Alpine functions. A <a
2561 href="h_main_menu_commands">full list of these
2562 commands</a> and what they do is available.
2564 &lt;End of help on this topic&gt;
2565 </BODY>
2566 </HTML>
2567 ===== h_mainhelp_abooks ======
2568 <HTML>
2569 <HEAD>
2570 <TITLE>Address Books</TITLE>
2571 </HEAD>
2572 <BODY>
2573 <H1>Address Books</H1>
2576 As you use email, you can build a list of your regular email correspondents 
2577 in your Alpine
2578 Address Book. At the Alpine MAIN MENU, press A to see the Address Book List 
2579 screen. Your
2580 personal address book will be highlighted. Press &lt;Return&gt; to view it.
2581 You can use the address book to store email addresses for individuals or
2582 groups, to create easily
2583 remembered &quot;nicknames&quot; for these addresses, and to quickly retrieve an email 
2584 address when you are composing a message.
2586 There are two ways to add addresses to your address book: you can add them 
2587 manually or take them from messages (by pressing T to access the Take command). 
2588 With either method, you specify nicknames for your correspondents. A single 
2589 address book entry (or nickname) can point to just one email address, or, it can
2590 point to more than one. When it points to more than one, it is called a 
2591 distribution list. Each distribution list has a nickname, a full name, and a 
2592 list of addresses. These
2593 addresses may be actual addresses, other nicknames in your address book, or 
2594 other
2595 distribution lists.
2598 Additional information is available in Alpine's online help:
2599 <ul>
2600   <li><a href="h_abook_opened">The Alpine Address Book</a></li>
2601 </ul>
2603 &lt;End of help on this topic&gt;
2604 </BODY>
2605 </HTML>
2606 ===== h_mainhelp_ldap ======
2607 <HTML>
2608 <HEAD>
2609 <TITLE>LDAP</TITLE>
2610 </HEAD>
2611 <BODY>
2612 <H1>LDAP</H1>
2614 LDAP (Lightweight Directory Access Protocol) is a standard means of accessing 
2615 an organization's shared
2616 directories. Essentially, using LDAP, Alpine is able to find email addresses in 
2617 large address
2618 books, rather like the White Pages provided by the phone company. As an Alpine 
2619 user, it is not
2620 necessary to know much about how this works, only how to use it and how to 
2621 configure
2624 More information on configuring LDAP is available in Alpine's online help:
2625 <ul>
2626   <li><a href="h_direct_config">Setup LDAP Directory Servers</a></li>
2627 </ul>
2629 Additional help on using LDAP in Alpine is also available:
2630 <ul>
2631   <li><a href="h_ldap_view">LDAP Response View Explained</a></li>
2632 </ul>
2634 &lt;End of help on this topic&gt;
2635 </BODY>
2636 </HTML>
2637 ===== h_mainhelp_index ======
2638 <HTML>
2639 <HEAD>
2640 <TITLE>Index of Messages</TITLE>
2641 </HEAD>
2642 <BODY>
2643 <H1>Index of Messages</H1>
2645 In Alpine's message index, the selected message is highlighted. The first 
2646 column on the left is blank, shows a &quot;+&quot; if the message was
2647 sent directly to you (i.e., it is not a
2648 copy or from a list), or a &quot;-&quot; if you were explicitly Cc'd.
2650 The second column may be blank, or it may contain:
2651 <ul>
2652   <li>"N" if the message is new (unread), </li>
2653   <li>"A" if you have answered the message (using the Reply command), </li>
2654   <li>"D" if you have marked the message for deletion.</li>
2655 </ul>
2658 Note: If you answer a message as well as mark it deleted (in either order), 
2659 you will only see the &quot;D&quot;.
2662 The rest of the columns in the message line show you the message
2663 number, date sent, sender, size, and subject. For details, press ? (Help).  
2664 The behavior and appearance of the Index screen is highly configurable.
2665 In the Setup/Config screen search (with the WhereIs command) for options
2666 that contain the words &quot;index&quot; or &quot;thread&quot; to see
2667 many of the configuration possibilities.
2668 In particular, the
2669 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
2670 option may be used to configure the look of the standard MESSAGE INDEX lines
2671 in many different ways.
2672 Find <!--#echo var="VAR_index-format"--> in the Setup/Config screen and
2673 read the help text there for more information.
2675 Most of the commands you need to handle your messages are visible at the
2676 bottom of the screen, and you can press O (OTHER CMDS) to see additional
2677 commands that are available.
2678 You do not need to see these &quot;other commands&quot;
2679 on the screen to use them. That is, you never need to press O as a prefix
2680 for any other command.
2683 Additional information is available in Alpine's online help:
2684 <ul>
2685   <li><a href="h_mail_index">Message Index Commands</a></li>
2686 </ul>
2688 &lt;End of help on this topic&gt;
2689 </BODY>
2690 </HTML>
2691 ===== h_mainhelp_reading ======
2692 <HTML>
2693 <HEAD>
2694 <TITLE>Reading Messages</TITLE>
2695 </HEAD>
2696 <BODY>
2697 <H1>Reading Messages</H1>
2699 The message text screen shows you the text of the message along with
2700 its header. If a message has attachments, those will be listed (but not
2701 displayed) also.  The titlebar line displays information about the currently
2702 open message, folder and collection.  You see the name of the collection
2703 (if there is one) in angle brackets, then the name of the folder, then the
2704 message number and finally the position within the current message (in
2705 percent). If the message is marked for deletion
2706 &quot;DEL&quot; will appear in the
2707 upper right as well.
2710 As with every Alpine screen, the bottom two lines show you the commands 
2711 available.
2713 <P>Additional information is available in Alpine's online help:
2714 <ul>
2715   <li><a href="h_mail_view">Message Text Screen</a></li>
2716   <li><a href="h_attachment_screen">Attachment Index Screen Explained</a></li>
2717   <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a></li>
2718 </ul>
2720 &lt;End of help on this topic&gt;
2721 </BODY>
2722 </HTML>
2723 ===== h_mainhelp_composing ======
2724 <HTML>
2725 <HEAD>
2726 <TITLE>Composing Messages</TITLE>
2727 </HEAD>
2728 <BODY>
2729 <H1>Composing Messages</H1>
2731 To write a message, press C (Compose). You see the Compose Message
2732 screen, which is divided into two parts: the header area and the message
2733 text area. The header area is where information on the recipient (the To:
2734 field) and the subject line go, while the message text area contains the
2735 actual text of the email message. Different commands are available to you
2736 when your cursor is in different areas on this screen. To see additional
2737 help on commands in either the message text or header area, type
2738 <Control>G (Get help).
2741 To move around, use the arrow keys or Ctrl-N (Next line) and Ctrl-P 
2742 (Previous line); to correct typing errors, use &lt;Backspace&gt; or &lt;Delete&gt;.
2744 <P>The following information from Alpine's online help may prove useful:
2745 <ul>
2746   <li><a href="h_composer_to">Message Header Commands</a></li>
2747   <li><a href="h_compose_richhdr">Rich Header Command</a></li>
2748   <li><a href="h_composer">Composer Commands</a></li>
2749   <li><a href="h_edit_nav_cmds">Composer Editing Commands</a></li>
2750   <li><a href="h_config_change_your_from">Changing your From Address</a></li>
2751   <li><a href="h_compose_send">Send Command</a></li>
2752   <li><a href="h_compose_spell">Spell Check Command</a></li>
2753 </ul>
2755 &lt;End of help on this topic&gt;
2756 </BODY>
2757 </HTML>
2758 ===== h_mainhelp_collections ======
2759 <HTML>
2760 <HEAD>
2761 <TITLE>Collection Lists</TITLE>
2762 </HEAD>
2763 <BODY>
2764 <H1>Collection Lists</H1>
2766 Collection lists are Alpine's way of organizing groups of folders. Each
2767 "collection" can reside on a different server, for example, and contain a
2768 different group of mail folders.
2771 For more information on this, see:
2772 <ul>
2773   <li><a href="h_what_are_collections">Folder Collections Explained</a></li>
2774 </ul>
2776 Additional information relating to collection lists is also available in 
2777 Alpine's online
2778 help:
2779 <ul>
2780   <li><a href="h_collection_maint">Setup Collection List Screen</a></li>
2781   <li><a href="h_collection_screen">Collection List Screen</a></li>
2782 </ul>
2784 &lt;End of help on this topic&gt;
2785 </BODY>
2786 </HTML>
2787 ===== h_mainhelp_folders ======
2788 <HTML>
2789 <HEAD>
2790 <TITLE>Folders</TITLE>
2791 </HEAD>
2792 <BODY>
2793 <H1>Folders</H1>
2795 Messages can quickly accumulate in your INBOX folder. If you use email
2796 often, you soon could have hundreds. You need to delete messages you do
2797 not want, and you can use folders to organize messages you wish to save. A
2798 folder is a collection of one or more messages that are stored (just like
2799 the messages in your INBOX) so you can access and manage them.
2802 You can organize your email messages into different folders by topic,
2803 correspondent, date, or any other category that is meaningful to you. You
2804 can create your own folders, and Alpine automatically provides three:
2805 <ul>
2806   <li>The INBOX folder: messages sent to you are listed in this folder.
2807       When you first start Alpine and go to the Message Index screen, you are
2808 looking at the list of messages in your INBOX folder. Every incoming
2809 message remains in your INBOX until you delete it or save it in another
2810 folder. </li>
2811   <li>The sent-mail folder: copies of messages you send are stored in this 
2812 folder. This is
2813 convenient if you cannot remember whether you actually sent a message and want 
2814 to check, or
2815 if you want to send a message again.</li>
2816   <li>The saved-messages folder: copies of messages you save are stored in this 
2817 folder
2818 unless you choose to save them to other folders you create yourself.</li>
2819 </ul>
2822 More information about folders is available in Alpine's online help:
2823 <ul>
2824   <li><a href="h_folder_open">Explanation of Folder Selection</a></li>
2825   <li><a href="h_folder_maint">Help for Folder List</a></li>
2826   <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a></li>
2827   <li><a href="h_folder_fcc">Folder Select for Fcc ("sent-mail") 
2828 Explained</a></li>
2829   <li><a href="h_folder_save">Folder Select for Save Explained</a></li>
2830 </ul>
2832 &lt;End of help on this topic&gt;
2833 </BODY>
2834 </HTML>
2835 ===== h_mainhelp_color ======
2836 <HTML>
2837 <HEAD>
2838 <TITLE>Color</TITLE>
2839 </HEAD>
2840 <BODY>
2841 <H1>Color</H1>
2843 If the terminal emulator you are using is capable of displaying color or if
2844 you are using PC-Alpine, then it is possible to set up Alpine so that various
2845 parts of the display will be shown in colors you configure. This is done
2846 using the Setup Color screen, available from the MAIN MENU by selecting
2847 the Setup command followed by &quot;K&quot; for Kolor (because &quot;C&quot;
2848 stands for Config in this context).
2851 For example, you may color things like the titlebar, the current item,
2852 the keymenu, and the status messages.
2853 You may also color lines in the index, and headers and quoted text in the
2854 MESSAGE TEXT screen.
2855 You use the Color Setup screen for configuring most of this, but you must
2856 use the IndexColor setup for coloring whole index lines.
2857 These are available from the MAIN MENU under Setup/Kolor and Setup/Rules/IndexColor.
2860 The following entries in Alpine's online help provide additional information 
2861 about how to use color:
2862 <UL>
2863   <LI> <A HREF="h_color_setup">Color Setup screen</A>
2864   <LI> <A HREF="h_rules_incols">Index Line Color</A>
2865   <LI> <A HREF="h_config_quote_color">quoted text</A> in message view
2866   <LI> <A HREF="h_config_customhdr_pattern">text associated with user-defined headers</A> in message view
2867 </UL>
2869 &lt;End of help on this topic&gt;
2870 </BODY>
2871 </HTML>
2872 ===== h_mainhelp_mouse ======
2873 <HTML>
2874 <HEAD>
2875 <TITLE>Using a Mouse</TITLE>
2876 </HEAD>
2877 <BODY>
2878 <H1>Using a Mouse</H1>
2880 If you are using PC-Alpine mouse support is turned on automatically.
2881 If you are using UNIX Alpine within an X terminal window or within
2882 a terminal emulator that supports an xterm-style mouse, then you may
2883 turn on support for the mouse with the feature
2884 <A HREF="h_config_enable_mouse"><!--#echo var="FEAT_enable-mouse-in-xterm"--></A>.
2885 For UNIX Alpine you will also need to set the $DISPLAY environment variable.
2887 PC-Alpine offers considerable mouse support.  You can view what is
2888 &quot;clickable&quot; by dragging your mouse over any screen; when the
2889 arrow cursor changes into a hand, you found something. Mouse-click
2890 possibilities include navigating between screens and folders and
2891 double-clicking on hyperlinks to open your Web browser.
2892 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
2893 screen.  Examples of right-click options include &quot;copy&quot; after
2894 selecting text to copy and &quot;View in New Window&quot; when you click
2895 on a particular message in the Message Index. The menu choices available
2896 to you will vary based upon what screen is open, where on the screen your
2897 cursor is located, and even what action you have already taken.
2898 Within a folder, you may set the &quot;Important&quot; flag on any
2899 message.
2901 X terminal mouse support is more limited but still quite powerful.
2902 As with PC-Alpine, clicking on any of the commands in the keymenu at
2903 the bottom of the screen will execute that command as if you typed it.
2904 Double-clicking on a link, for example the link to the
2905 <!--#echo var="FEAT_enable-mouse-in-xterm"--> feature in the paragraph above,
2906 will take you to that link.
2907 Double-clicking on an index line will view the message, and so on.
2909 &lt;End of help on this topic&gt;
2910 </BODY>
2911 </HTML>
2912 ===== h_mainhelp_keywords ======
2913 <HTML>
2914 <HEAD>
2915 <TITLE>Keywords</TITLE>
2916 </HEAD>
2917 <BODY>
2918 <H1>Keywords</H1>
2920 Within a folder, you may set the &quot;Important&quot; flag on any
2921 message.
2922 This doesn't have any system-defined meaning and is only called
2923 the Important flag because many users use it to signify that a message
2924 is important to them in some way.
2926 You may also define your own set of keywords.
2927 You might know these as user defined flags or as labels.
2928 These are similar to the Important flag but you choose the names for yourself.
2930 Alpine will only display keywords that
2931 have been added by you in the Flag Details screen or
2932 that have been configured by you using the Setup/Config option
2933 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
2934 Keywords set by other means (for example, by another email client) will not
2935 show up in Alpine unless you configure Alpine to know about them.
2936 They will show up in the Flag Details screen, but will not show up, for example,
2937 in the index line.
2940 The following entries in Alpine's online help provide additional information 
2941 about how to use keywords:
2942 <ul>
2943   <li><A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--> config option</A></li>
2944   <li><A HREF="h_common_flag">Flag command to set keywords</A></li>
2945 </ul>
2947 &lt;End of help on this topic&gt;
2948 </BODY>
2949 </HTML>
2950 ===== h_mainhelp_roles ======
2951 <HTML>
2952 <HEAD>
2953 <TITLE>Roles</TITLE>
2954 </HEAD>
2955 <BODY>
2956 <H1>Roles</H1>
2958 You may play different roles depending on who you are replying to. For
2959 example, if you are replying to a message addressed to help-desk you may
2960 be acting as a Help Desk Worker. That role may require that you use a
2961 different return address and/or a different signature.
2964 To configure roles, go to the MAIN MENU and use the Setup command
2965 followed by &quot;Rules&quot; and then &quot;Roles&quot;.
2966 The following entries in Alpine's online help provide additional information 
2967 about how to
2968 use roles:
2969 <ul>
2970   <li><a href="h_rules_roles">Setup Roles Screen</a></li>
2971   <li><a href="h_role_select">Roles Screen</a></li>
2972 </ul>
2974 &lt;End of help on this topic&gt;
2975 </BODY>
2976 </HTML>
2977 ===== h_mainhelp_filtering ======
2978 <HTML>
2979 <HEAD>
2980 <TITLE>Filtering</TITLE>
2981 </HEAD>
2982 <BODY>
2983 <H1>Filtering</H1>
2985 The software that actually delivers mail (the stuff that happens
2986 before Alpine is involved) for you is in a better position to do mail filtering
2987 than Alpine itself.
2988 If possible, you may want to look into using that sort of mail filtering to
2989 deliver mail to different folders, delete it, or forward it.
2990 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
2993 Filtering is a way to automatically move certain messages from one folder
2994 to another or to automatically delete messages.
2995 You may also automatically set the state (Important, New, Deleted, Answered) of messages
2996 and set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
2997 Alpine doesn't have the ability to forward mail to another address or
2998 to deliver vacation messages.
3001 To configure filtering, go to the MAIN MENU and use the Setup command
3002 followed by &quot;Rules&quot; and then &quot;Filters&quot;.
3003 The following entries in Alpine's online help provide additional information 
3004 about how to use filtering:
3005 <UL>
3006   <LI> <A HREF="h_rules_filter">Filtering Setup screen</A>
3007 </UL>
3009 &lt;End of help on this topic&gt;
3010 </BODY>
3011 </HTML>
3012 ===== h_mainhelp_patterns ======
3013 <HTML>
3014 <HEAD>
3015 <TITLE>Patterns</TITLE>
3016 </HEAD>
3017 <BODY>
3018 <H1>Patterns</H1>
3020 Patterns are used with Roles, Filtering, Index Coloring,
3021 Scoring, Other Rules, and Search Rules, so it may help you to understand exactly how Patterns work.
3022 The following entries in Alpine's online help provide information 
3023 about using Patterns:
3024 <UL>
3025   <LI> <A HREF="h_rule_patterns">Patterns</A>
3026 </UL>
3028 &lt;End of help on this topic&gt;
3029 </BODY>
3030 </HTML>
3031 ===== h_mainhelp_cmdlineopts ======
3032 <HTML>
3033 <HEAD>
3034 <TITLE>Command Line Options</TITLE>
3035 </HEAD>
3036 <BODY>
3037 <H1>Command Line Options</H1>
3039 Alpine accepts a number of command line arguments, allowing you, for
3040 example, to start Alpine and immediately access a particular folder.
3041 Many of these arguments overlap with options in the Alpine configuration file.
3042 If there is a difference, then an option set on the command line takes
3043 precedence.
3044 Alpine expects command line arguments (other than addresses) to be
3045 preceded by a &quot;-&quot; (dash) as normally used by UNIX programs.
3046 A <a href="h_command_line_options">full list</a> of command line
3047 possibilities is available.
3049 &lt;End of help on this topic&gt;
3050 </BODY>
3051 </HTML>
3052 ===== h_mainhelp_config ======
3053 <HTML>
3054 <HEAD>
3055 <TITLE>Alpine Configuration</TITLE>
3056 </HEAD>
3057 <BODY>
3058 <H1>Alpine Configuration</H1>
3060 Unless it has been administratively disabled, the Setup command on the
3061 MAIN MENU has several subcommands that allow you to modify Alpine's behavior.
3062 The possible subcommands are for general Configuration settings,
3063 Printer settings, Changing your Password, Signature setup,
3064 AddressBook setup, Collection Lists setup, Rules (including Roles, Filters,
3065 Scores, Search, Indexcolor, and Other rules), LDAP Directory setup,
3066 and Color configuration.
3067 In particular, the &quot;Config&quot; subcommand has many features you may
3068 set or unset and many other configuration variables that may be set to change
3069 the way Alpine works.
3070 Every one of the hundreds of options available in that configuration settings
3071 screen has help text associated with it.
3072 You may read that text by moving the cursor to highlight the option and then
3073 typing the Help command.
3075 These settings are stored in your personal
3076 &quot;pinerc&quot; configuration file (or, optionally, they may be stored
3077 <A HREF="h_config_remote_config">remotely</A>),
3078 but on shared systems these settings
3079 may be over-ridden by a system-wide control file (due to local site
3080 security or support policies).  A global pine configuration file can also
3081 be used to set default values for all Alpine users on a particular system.
3082 Power users may be interested in splitting their personal configuration
3083 data into two pieces, a generic piece and
3084 <A HREF="h_config_exceptions">exceptions</A> which apply to
3085 a particular platform.
3086 They may also be interested in <A HREF="h_config_inheritance">configuration inheritance</A>.
3087 General Alpine configuration information can be found
3088 <A HREF="h_news_config">here</A>.
3090 &lt;End of help on this topic&gt;
3091 </BODY>
3092 </HTML>
3093 ===== h_mainhelp_aggops ======
3094 <HTML>
3095 <HEAD>
3096 <TITLE>Aggregate Operations</TITLE>
3097 </HEAD>
3098 <BODY>
3099 <H1>Aggregate Operations</H1>
3101 When you are in the MESSAGE INDEX, the available commands
3102 (for example, Delete, Undelete, Save, Reply, and so on)
3103 normally act on a single message.
3104 So, for example, if you press the Delete command, the currently highlighted
3105 message is marked Deleted.
3106 These commands that normally act on a single message may be applied to
3107 several messages at once instead.
3109 By default this feature is turned on, but it could be administratively turned
3110 off to reduce complexity.
3111 The feature
3112 <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>
3113 in the Setup/Config screen is used to turn it off or on.
3114 When this feature is turned on, the four commands &quot;Select&quot;,
3115 &quot;SelectCur&quot;, &quot;ZoomMode&quot;, and &quot;Apply&quot;
3116 are available.
3117 The two selection commands allow you to mark a set of
3118 messages as being &quot;selected&quot;.
3119 The &quot;ZoomMode&quot; command will toggle between
3120 displaying only the selected messages and displaying all the messages.
3121 The &quot;Apply&quot; command allows you to
3122 apply one of the regular MESSAGE INDEX commands to all of the selected
3123 messages instead of to only the highlighted message.
3125 An example aggregate operation would be to catch up when reading
3126 a news group.
3127 That is, get rid of all the messages in the news group so that you can
3128 start fresh.
3129 The easiest way to do this in Alpine is to use aggregate operations.
3130 You want to Delete all of the messages in the group.
3131 You could start at the top and type &quot;D&quot; once for every message.
3132 A much faster method is to first Select all of the messages in the group,
3133 and then Delete all of them.
3134 This would take four keystrokes:
3136 <CENTER><SAMP>; a (to select all messages)</SAMP></CENTER>
3137 <BR>
3138 <CENTER><SAMP>a d (to delete all selected messages)</SAMP></CENTER>
3140 Another use of Select is to use it for searching for a particular message
3141 or set of messages in a large folder.
3142 You may know that the message was From a certain user.
3143 You could select all messages from that user to start, and use Zoom to
3144 look at only those messages.
3145 If there were still too many messages to look at you could Narrow the
3146 set of messages further by selecting from all of those messages only
3147 the ones that were after a certain date, or contained a particular phrase
3148 in the Subject, or were too a particular address, and so on.
3149 That may be the end of what you are doing, or you may want to use Apply to
3150 Save or Forward or Print all of the selected messages.
3152 Some related help topics are
3153 <UL>
3154 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
3155 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
3156 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
3157 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
3158 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
3159 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
3160 </UL>
3162 &lt;End of help on this topic&gt;
3163 </BODY>
3164 </HTML>
3165 ===== h_mainhelp_readingnews ======
3166 <HTML>
3167 <HEAD>
3168 <TITLE>Reading News</TITLE>
3169 </HEAD>
3170 <BODY>
3171 <H1>Reading News</H1>
3173 <H2>Background</H2>
3174 Alpine can read and post to Internet (or USENET) newsgroups, using the same 
3175 commands as for mail. Similar to mailing lists but existing on a larger scale, 
3176 Usenet newsgroups allow groups of people with common interests to discuss 
3177 particular topics. You might find newsgroups related to your career, or you 
3178 might wish to check out the online discussion among the fans of your favorite 
3179 television show. 
3181 <H2>Configuring Alpine for Reading News</H2>
3182 Alpine often arrives
3183 pre-configured by your system administrator to automatically access the
3184 newsgroups offered by your organization, Internet Service Provider, or
3185 school. PC-Alpine users, and those attempting to customize Unix Alpine, will
3186 need additional details on <a href="h_configuring_news">how to
3187 configure Alpine to read news</a>.
3189 <H2>Accessing Newsgroups</H2>
3190 The first step in reading news is to access the newsgroups collections
3191 screen from Alpine. If everything is configured properly, you should be able
3192 to do this by first typing L (folder List), then selecting the folder
3193 collection listed as "News." The actual name of this collection may differ
3194 from system to system.
3196 <H2>Subscribing to Newsgroups</H2>
3198 Once you have accessed the news collection, you need to subscribe to a
3199 newsgroup that interests you. Subscribing to a newsgroup means that Alpine
3200 will keep a record of the newsgroups in which you are interested and which
3201 articles in those newsgroups have been read.
3203 <H2>Using Newsgroups</H2> 
3204 Alpine uses the similar commands to read news as to read mail. For example,
3205 the D command marks messages as Deleted (or "Dismissed," if you prefer),
3206 and the R command Replies to a news posting. Basically, Alpine allows you to
3207 read news as if it were mail, so you don't need to change the way you
3208 interact with Alpine.
3210 There is also additional Alpine help available on 
3211 <A HREF="h_reading_news">how to use Alpine to read news</A>.
3213 &lt;End of help on this topic&gt;
3214 </BODY>
3215 </HTML>
3216 ===== h_mainhelp_securing ======
3217 <HTML>
3218 <HEAD>
3219 <TITLE>Securing your Alpine Session</TITLE>
3220 </HEAD>
3221 <BODY>
3222 <H1>Securing your Alpine Session</H1>
3224 By default, Alpine will attempt to connect to an IMAP server on the normal
3225 IMAP service port (143).
3226 If the Alpine you are using has been built to
3227 support &quot;Transport Layer Security&quot; (TLS)
3228 and &quot;Secure Sockets Layer&quot; (SSL) 
3229 (check by clicking <A HREF="X-Alpine-Config:">here</A>),
3230 and the server offers the STARTTLS capability, then a secure (encrypted)
3231 session will be established.
3233 When you are connected to a remote folder the titlebar will contain a plus sign
3234 in the far right column if the connection is encrypted using TLS or SSL.
3235 Similarly, when you are being prompted for a password a plus sign will appear in the prompt
3236 if the connection is encrypted.
3238 <H2>More Information on Alpine with SSL and TLS</H2>
3239 <UL>
3240 <LI> <A HREF="h_release_tlscerts">TLS and SSL Usage Note</A> </LI>
3241 <LI> <A HREF="h_folder_server_syntax">/SSL</A> option for older servers which support port 993 SSL but not TLS </LI>
3242 <LI> <A HREF="h_config_alt_auth"><!--#echo var="FEAT_try-alternative-authentication-driver-first"--></A> feature </LI>
3243 <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>
3244 </UL>
3245 <H2>Here are some other security-related features and options</H2>
3247 <UL>
3248 <LI> <A HREF="h_config_disable_password_caching"><!--#echo var="FEAT_disable-password-caching"--></A> feature to disable password caching </LI>
3249 <LI> <A HREF="h_config_disable_password_file_saving"><!--#echo var="FEAT_disable-password-file-saving"--></A> Disable password file saving</LI>
3250 <LI> <A HREF="h_config_mailcap_params"><!--#echo var="FEAT_enable-mailcap-param-substitution"--></A> feature </LI>
3251 <LI> <A HREF="h_config_disable_auths"><!--#echo var="VAR_disable-these-authenticators"--></A> option </LI>
3252 </UL>
3254 &lt;End of help on this topic&gt;
3255 </BODY>
3256 </HTML>
3257 ===== h_mainhelp_problems ======
3258 <HTML>
3259 <HEAD>
3260 <TITLE>Reporting Problems</TITLE>
3261 </HEAD>
3262 <BODY>
3263 <H1>Reporting Problems</H1>
3265 We ask that you first read the relevant help screens and then seek
3266 assistance from your own local support staff.  Once you are sure that your
3267 difficulty is not a local configuration problem, you might look at the
3268 help section explaining where to look for
3269 <A HREF="h_finding_help">more information</A> and where to 
3270 get assistance.
3273 <ADDRESS>
3274    Eduardo Chappa &lt;chappa@gmx.com&gt;
3275 </ADDRESS>
3278 &lt;End of help on this topic&gt;
3279 </BODY>
3280 </HTML>
3281 ===== h_main_menu_commands ======
3282 <HTML>
3283 <HEAD>
3284 <TITLE>MAIN MENU COMMANDS</TITLE>
3285 </HEAD>
3286 <BODY>
3287 <H1>MAIN MENU COMMANDS</H1>
3289 <!--chtml if pinemode="function_key"-->
3290 &nbsp;Available&nbsp;Commands&nbsp;--
3291 &nbsp;Group&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;2<BR>
3292 &nbsp;------------------------------
3293 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------
3294 ----------<BR>
3295 &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>
3296 &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>
3297 &nbsp;F3&nbsp;&nbsp;Quit&nbsp;Alpine<BR>
3298 &nbsp;F4&nbsp;&nbsp;Execute&nbsp;current&nbsp;MAIN&nbsp;MENU&nbsp;command&nbsp;&nbsp;&nbsp;F4&nbsp;&nbsp;<A 
3299 HREF="h_common_compose">Compose</A>&nbsp;a&nbsp;message<BR>
3300 &nbsp;F5&nbsp;&nbsp;Select&nbsp;previous&nbsp;command&nbsp;up&nbsp;on&nbsp;menu&nbsp;&nbsp;F5&nbsp;&nbsp;<A 
3301 HREF="h_common_folders">FOLDER&nbsp;LIST</A>&nbsp;screen<BR>
3302 &nbsp;F6&nbsp;&nbsp;Select&nbsp;next&nbsp;command&nbsp;down&nbsp;on&nbsp;menu&nbsp;&nbsp;&nbsp;&nbsp;F6&nbsp;&nbsp;<A 
3303 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
3304 &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;
3305 &nbsp;F7&nbsp;&nbsp;<A 
3306 HREF="h_common_index">MESSAGE&nbsp;INDEX</A>&nbsp;screen<BR>
3307 &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;
3308 &nbsp;F8&nbsp;&nbsp;<A 
3309 HREF="h_main_journal">Journal</A>&nbsp;of&nbsp;status&nbsp;messages<BR>
3310 &nbsp;F9&nbsp;&nbsp;Display&nbsp;<A 
3311 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 
3312 HREF="h_main_setup">SETUP</A>&nbsp;menus<BR>
3313 &nbsp;F10&nbsp;<A 
3314 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 
3315 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen<BR>
3316 &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;
3317 &nbsp;F11&nbsp;<A 
3318 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
3319 <!--chtml else-->
3320 &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>
3321 &nbsp;---------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------------<BR>
3322 &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>
3323 &nbsp;C&nbsp;&nbsp;<A 
3324 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>
3325 &nbsp;I&nbsp;&nbsp;<A 
3326 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>
3327 &nbsp;L&nbsp;&nbsp;<A 
3328 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>
3329 &nbsp;A&nbsp;&nbsp;<A 
3330 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;K&nbsp;&nbsp;<A 
3331 HREF="h_main_kblock">Lock&nbsp;Keyboard</A><BR>
3332 &nbsp;S&nbsp;&nbsp;<A 
3333 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 
3334 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
3335 &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>
3336 &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 
3337 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
3338 <!--chtml endif-->
3341 NOTE:
3342 <OL>
3343  <LI>For help on a particular command, highlight the bold text associated
3344 with it above and hit Return.
3345  <LI> The availability of certain commands (e.g. some of the options under
3346 SETUP) is determined by Alpine configuration files and system capabilities.
3347 At some sites, certain commands may not be available due to security or
3348 support concerns.
3349 </OL>
3351 &lt;End of help on this topic&gt;
3352 </BODY>
3353 </HTML>
3355 ===== h_command_line_options ======
3356 <HTML>
3357 <HEAD>
3358 <TITLE>COMMAND LINE OPTIONS</TITLE>
3359 </HEAD>
3360 <BODY>
3361 <H1>COMMAND LINE OPTIONS</H1>
3362 Possible starting arguments for Alpine:
3364 <DL COMPACT>
3366 <DT> <EM>[addresses]</EM>
3368 <DD> Send-to:  If you give <EM>Alpine</EM> an argument or arguments which
3369 do not begin with a dash, <EM>Alpine</EM> treats them as email addresses.
3370 <EM>Alpine</EM> will startup in
3371 the composer with a message started to the addresses specified.
3372 Once the message is sent, the <EM>Alpine</EM> session closes.
3373 Standard input redirection is allowed.
3374 Separate multiple addresses with a space between them.
3375 Addresses are placed in the &quot;To&quot; field only.
3378 <DT> &lt; <EM>file</EM>
3380 <DD> <EM>Alpine</EM> will startup in the composer with <EM>file</EM> read
3381 into the body of the message.
3382 Once the message is sent, the <EM>Alpine</EM> session closes. 
3385 <DT> -attach <EM>file</EM>
3387 <DD> Go directly into composer with given file attached.
3390 <DT> -attachlist <EM>file-list</EM>
3392 <DD> Go directly into composer with given files attached.
3393 This must be the last option on the command line.
3396 <DT> -attach_and_delete <EM>file</EM>
3398 <DD> Go directly into composer with given file attached, delete when finished.
3401 <DT> -aux <EM>local_directory</EM>
3403 <DD> <EM>PC-Alpine</EM> only.
3404 This tells <EM>PC-Alpine</EM> the local directory to use for storing auxiliary
3405 files, like debug files, address books, and signature files.  The pinerc may 
3406 be local or remote.
3409 <DT> -bail
3411 <DD> If the personal configuration file doesn't already exist, exit.
3412 This might be useful if the configuration file is accessed using some
3413 remote filesystem protocol. If the remote mount is missing this will cause
3414 <EM>Alpine</EM> to quit instead of creating a new pinerc.
3417 <DT> -c <EM>n</EM>
3419 <DD> When used with the <CODE>-f</CODE> option, apply the <EM>n</EM>th context.
3420 This is used when there are multiple folder collections (contexts) and you 
3421 want to open a folder not in the primary collection.
3424 <DT> -conf
3426 <DD> Configuration: Prints a sample system configuration file to the
3427 screen or standard output. To generate an initial system configuration 
3428 file, execute
3430 <PRE><CODE>
3431                 pine -conf > <!--#echo var="PINE_CONF_PATH"-->
3432 </CODE></PRE>
3435 To generate a system configuration file using settings from an old
3436 system configuration file, execute
3438 <PRE><CODE>
3439                 pine -P old-pine.conf -conf > <!--#echo var="PINE_CONF_PATH"-->
3440 </CODE></PRE>
3442 A system configuration file is not required.
3445 <DT> -copy_abook &lt;<EM>local_abook_file</EM>&gt; &lt;<EM>remote_abook_folder</EM>&gt;
3447 <DD> Copy an address book file to a remote address book folder.
3448 If the remote folder doesn't exist, it will be created.
3449 If it exists but the first message in the folder isn't a remote address
3450 book header message, the copy will be aborted.
3451 This flag will not usually be used by a user.
3452 Instead, the user will create a remote address book from within <EM>Alpine</EM>
3453 and copy entries from the local address book by using aggregate Save in
3454 the address book screen.
3457 <DT> -copy_pinerc &lt;<EM>local_pinerc_file</EM>&gt; &lt;<EM>remote_pinerc_folder</EM>&gt;
3459 <DD> Copy a pinerc configuration file to a remote pinerc folder.
3460 If the remote folder doesn't exist, it will be created.
3461 If it exists but the first message in the folder isn't a remote pinerc
3462 header message, the copy will be aborted.
3463 This flag may be useful to users who already have a local pinerc file and
3464 would like to convert it to a remote pinerc folder and use that instead.
3465 This gives a way to bootstrap that conversion without having to manually
3466 reset all of the variables in the remote pinerc folder.
3469 <DT> -d <EM>debug-level</EM>
3471 <DD> Debug Level:  Sets the level of debugging information written by
3472 <EM>Alpine</EM>.
3473 <EM>debug-level</EM> can be set to any integer 0-9.
3474 A debug level of 0 turns off debugging for the session.
3475 (Actually there are some levels higher than 9, but you probably don't
3476 want to see them.)
3479 <DT> -d <EM>keywords</EM>
3481 <DD> You may use a more detailed version of the debugging flag to set
3482 the debug level in separate parts of <EM>Alpine</EM>.
3483 The possibilities are flush, timestamp, imap=0..4, tcp, numfiles=0..31, and
3484 verbose=0..9.
3485 <EM>Flush</EM> causes debugging information to be flushed immediately to
3486 the debug file as it is written.
3487 <EM>Verbose</EM> is the general debugging verbosity level.
3488 <EM>Timestamp</EM> causes timestamps to be added to the debug file, which
3489 is useful when you are trying to figure out what is responsible for delays.
3490 <EM>Numfiles</EM> sets the number of debug files saved.
3491 <EM>Imap</EM> sets the debug level for the debugging statements related
3492 to the conversation with the IMAP server, and more generally, for the
3493 debugging related to <EM>Alpine</EM>'s interaction with the C-Client library.
3494 <EM>Tcp</EM> turns on some TCP/IP debugging.
3497 <DT> -f <EM>folder</EM>
3499 <DD> Startup folder:  <EM>Alpine</EM> will open this folder in place
3500 of the standard INBOX.
3503 <DT> -F <EM>file</EM>
3505 <DD> Open named text file for viewing and forwarding.
3508 <DT> -h
3510 <DD> Help:  Prints the list of available command-line arguments to the
3511 screen.
3514 <DT> -i
3516 <DD> <EM>Alpine</EM> will start up in the FOLDER INDEX
3517 screen instead of the MAIN MENU.
3520 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"-->=i</EM>.
3523 <DT> -I <EM>a,b,c,...</EM>
3525 <DD> Initial Keystrokes:  <EM>Alpine</EM> will execute this comma-separated
3526 sequence of commands upon startup.
3527 This allows users to get <EM>Alpine</EM> to start in any
3528 of its menus/screens.
3529 You cannot include any input to the composer in the initial keystrokes.
3530 The key &lt;Return&gt; is represented by a ``CR'' in
3531 the keystroke list; the spacebar is designated by the letters ``SPACE''.
3532 Control keys are two character sequences beginning with ``^'', such as
3533 ``^I''.
3534 A tab character is ``TAB''.
3535 Function keys are ``F1'' - ``F12'' and the arrow keys are ``UP'',
3536 ``DOWN'', ``LEFT'', and ``RIGHT''.
3537 A restriction is that you can't mix function keys and character keys in this
3538 list even though you can, in some cases, mix them when running <EM>Alpine</EM>.
3539 A user can always use only <EM>character</EM> keys in the startup list even
3540 if he or she is using <EM>function</EM> keys normally, or vice versa.
3541 If an element in this list is a string of characters surrounded by double
3542 quotes (&quot;) then it will be expanded into the individual characters in
3543 the string, excluding the double quotes.
3546 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"--></EM>
3549 <DT> -install
3551 <DD> For <EM>PC-Alpine</EM> only, this option prompts the user for
3552 some basic information to help with getting properly set up.
3555 <DT> -k
3557 <DD> Function-Key Mode:  When invoked in this way, <EM>Alpine</EM> expects
3558 the input of commands to be function-keys.
3559 Otherwise, commands are linked to the regular character keys.
3562 Configuration equivalent:  <EM><!--#echo var="FEAT_use-function-keys"--></EM> included in
3563 <EM>Feature-List</EM>.
3566 <DT> -n <EM>n</EM>
3568 <DD> Message-Number:  When specified, <EM>Alpine</EM> starts up in the
3569 FOLDER INDEX screen with the current message being the specified
3570 message number.
3573 <DT> -nosplash
3575 <DD> <EM>PC-Alpine</EM> only.
3576 This tells <EM>PC-Alpine</EM> not to display the splash screen upon startup.
3577 This may be helpful for certain troubleshooting or terminal server scenarios.
3580 <DT> -o <EM>folder</EM>
3582 <DD> Opens the INBOX (or a folder specified via the -f argument) ReadOnly. 
3585 <DT> -p <EM>pinerc</EM>
3587 <DD> Uses the named file as the personal configuration file instead of
3588 <EM>~/.pinerc</EM> or the default PINERC search sequence <EM>PC-Alpine</EM> uses.
3589 Alpinerc may be either a local file or a remote configuration folder.
3592 <DT> -P <EM>pinerc</EM>
3594 <DD> Uses the named file as the system wide configuration file instead of
3595 <EM><!--#echo var="PINE_CONF_PATH"--></EM> on UNIX, or nothing on <EM>PC-Alpine</EM>.
3596 Alpinerc may be either a local file or a remote configuration folder.
3599 <DT> -passfile <EM>passfile</EM>
3601 <DD> This tells <EM>Alpine</EM> what file should be used as the password file.
3602 This should be a fully-qualified filename.
3605 <DT> -pinerc <EM>file</EM>
3607 <DD> Output fresh pinerc configuration to <EM>file</EM>, preserving the
3608 settings of variables that the user has made.
3609 Use <EM>file</EM> set to ``-'' to make output go to standard out.
3612 <DT> -r
3614 <DD> Restricted Mode:  For UNIX <EM>Alpine</EM> only.
3615 <EM>Alpine</EM> in restricted mode can only send email to itself.
3616 Save and export are limited.
3619 <DT> -registry <EM>cmd</EM>
3621 <DD> For <EM>PC-Alpine</EM> only, this option affects the values of 
3622 <EM>Alpine</EM>'s registry entries.
3623 Possible values for <EM>cmd</EM> are set, clear, and dump.
3624 <EM>Set</EM> will always reset <EM>Alpine</EM>'s registry 
3625 entries according to its current settings.
3626 <EM>Clear</EM> will clear the registry values.
3627 <EM>Clearsilent</EM> will clear the registry values without any dialogs.
3628 <EM>Dump</EM> will display the values of current registry settings.
3629 Note that the dump command is currently disabled.
3630 Without the -registry option, <EM>PC-Alpine</EM> will write values into
3631 the registry only if there currently aren't any values set.
3634 <DT> -sort <EM>key</EM>
3636 <DD> Sort-Key:  Specifies the order messages will be displayed in for the
3637 FOLDER INDEX screen.
3638 <EM>Key</EM> can have the following values: 
3639 arrival, date, subject, orderedsubj, thread, from, size, score, to, cc,
3640 arrival/reverse, date/reverse, subject/reverse, orderedsubj/reverse, thread/reverse,
3641 from/reverse, size/reverse, score/reverse, to/reverse, and cc/reverse.
3642 The default value is &quot;arrival&quot;.
3643 The <EM>key</EM> value reverse is equivalent to arrival/reverse.
3646 Configuration equivalent:  <EM><!--#echo var="VAR_sort-key"--></EM>.
3649 <DT> -uninstall
3651 <DD> For <EM>PC-Alpine</EM> only, this option removes references to Alpine
3652 in Windows settings.  The registry settings are removed and
3653 the password cache is cleared.
3656 <DT> -url <EM>url</EM>
3658 <DD> Open the given URL.
3661 <DT> -v
3663 <DD> Version:  Print version information to the screen.
3666 <DT> -x <EM>exceptions_config</EM>
3668 <DD> Configuration settings in the exceptions configuration override your normal
3669 default settings.
3670 <EM>Exceptions_config</EM> may be either a local file or a remote Alpine configuration folder.
3673 <DT> -z
3675 <DD> Enable Suspend:  When run with this flag, the key sequence ctrl-z
3676 will suspend the <EM>Alpine</EM> session.
3679 Configuration equivalent:  <EM><!--#echo var="FEAT_enable-suspend"--></EM> included in
3680 <EM>Feature-List</EM>.
3683 <DT> -<EM>option</EM>=<EM>value</EM>
3685 <DD> Assign <EM>value</EM> to the config option <EM>option</EM>.
3686 For example, <EM>-signature-file=sig1</EM> or
3687 <EM>-Feature-List=signature-at-bottom</EM>.
3688 Note:  Feature-List values are
3689 additive and features may be preceded with no- to turn them off.
3690 Also, as a special case, the &quot;Feature-List=&quot; part of that may be
3691 omitted. For example, <EM>-signature-at-bottom</EM> is equivalent to
3692 <EM>-Feature-List=signature-at-bottom</EM>.
3695 </DL>
3697 &lt;End of help on this topic&gt;
3698 </BODY>
3699 </HTML>
3700 ===== h_configuring_news ======
3701 <HTML>
3702 <HEAD>
3703 <TITLE>CONFIGURING NEWS</TITLE>
3704 </HEAD>
3705 <BODY>
3706 <H1>CONFIGURING NEWS</H1>
3707 Alpine can access news folders in any one of three different ways:
3708 <DL>
3709 <DT>REMOTE NNTP</DT>
3710 <DD>Using the Network News Transport Protocol (NNTP) to
3711 access news on a remote news server.  In this case the newsrc file is
3712 stored on the machine where Alpine is running.
3715 To specify a remote news-collection accessed via NNTP use the
3716 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
3717 Server: value to the NNTP server's hostname appended with the
3718 communication method &quot;/service=NNTP&quot;, and set the Path:
3719 value to the &quot;#news.&quot; namespace (without the quotes).  See
3720 the &quot;<A HREF="h_composer_cntxt_server">Server:</A>&quot; field's
3721 help text for a more complete explanation of access method, and the
3722 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
3723 text for a more complete explanation of &quot;namespace&quot;.
3725 Instead of specifying a news-collection, you may simply set the
3726 <A HREF="h_config_nntp_server">NNTP Server</A>
3727 option, which will cause Alpine to create a default news-collection for you.
3728 Another NNTP option that may be of interest is
3729 <A HREF="h_config_nntprange"><!--#echo var="VAR_nntp-range"--></A>.
3731 <DT>REMOTE IMAP</DT>
3732 <DD>Using the Internet Message Access Protocol (IMAP) to
3733 access news on a remote news server.  In this case, your newsrc file is
3734 stored on the news server, in your home directory, so you must have an
3735 account on the news server, but you would be running Alpine on a different
3736 machine.  The news server must be running an IMAPd server process. 
3739 To specify a remote news-collection accessed via IMAP use the
3740 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
3741 Server: value to the IMAP server's hostname, and set the Path: value
3742 to the &quot;#news.&quot; namespace (without the quotes).  See the
3743 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
3744 text for a more complete explanation of &quot;namespace&quot;.
3746 </DD>
3748 <DT>LOCAL</DT>
3749 <DD>Using local file access to the news database.  In this
3750 case, your newsrc file is stored on the news server, in your home
3751 directory, so you must have an account on the news server, and you would
3752 be running Alpine on the same machine.
3755 To specify a local news-collection use the SETUP/collectionList
3756 screen's &quot;Add&quot; command.  Leave the Server: value blank, and
3757 set the Path: value to the &quot;#news.&quot; namespace (without the
3758 quotes).  See the &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot;
3759 field's help text for a more complete explanation of &quot;namespace&quot;.
3761 </DD>
3762 </DL>
3766 NOTE: Should no news-collection be defined as above, Alpine will
3767 automatically create one using the Setup/Config screen's
3768 &quot;<!--#echo var="VAR_nntp-server"-->&quot; variable's value if defined.  The collection
3769 will be created as a &quot;Remote NNTP&quot; as described above.
3773 If you are a PC-Alpine user, either option 1 (NNTP) or option 2 (IMAP) is
3774 possible.  If you don't have an account on the news server, or if the news
3775 server is not running an IMAP daemon, then you must use NNTP.  (If you are not
3776 sure, ask your service provider, university, or company for help.)  In
3777 this case, your Unix .newsrc file can be transferred to your PC.  A good
3778 place to put it would be in the same directory as your PINERC file, under
3779 the name NEWSRC, but you can 
3780 <A HREF="h_config_newsrc_path">specify a different location</A>
3781 via Alpine's Setup/Config screen.
3784 Other configuration features related to news are
3785 <A HREF="h_config_8bit_nntp"><!--#echo var="FEAT_enable-8bit-nntp-posting"--></A>.
3786 <A HREF="h_config_compose_news_wo_conf"><!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></A>,
3787 <A HREF="h_config_news_uses_recent"><!--#echo var="FEAT_news-approximates-new-status"--></A>,
3788 <A HREF="h_config_news_cross_deletes"><!--#echo var="FEAT_news-deletes-across-groups"--></A>,
3789 <A HREF="h_config_news_catchup"><!--#echo var="FEAT_news-offers-catchup-on-close"--></A>,
3790 <A HREF="h_config_post_wo_validation"><!--#echo var="FEAT_news-post-without-validation"--></A>,
3791 <A HREF="h_config_read_in_newsrc_order"><!--#echo var="FEAT_news-read-in-newsrc-order"--></A>, and
3792 <A HREF="h_config_quell_post_prompt"><!--#echo var="FEAT_quell-extra-post-prompt"--></A>.
3795 &lt;End of help on this topic&gt;
3796 </BODY>
3797 </HTML>
3798 ===== h_reading_news ======
3799 <HTML>
3800 <HEAD>
3801 <TITLE>READING NEWS</TITLE>
3802 </HEAD>
3803 <BODY>
3804 <H1>READING NEWS</H1>
3806 Alpine uses almost the same commands for manipulating news folders as for
3807 mail folders.  This means, for example, that when you are done with a
3808 message, you would use &quot;D&quot; to mark it as Deleted (or Dismissed,
3809 if you prefer.)  This &quot;mail-like&quot; behavior differs from that of
3810 most newsreaders, wherein a message is implicitly dismissed after you have
3811 looked at it once. We strongly believe that Alpine should offer as much
3812 consistency as possible between mail and news, so the mail paradigm --
3813 wherein a message does not magically disappear without explicit action by
3814 the user -- is used for news as well. <P>
3816 If you answer a message in a news folder, the index view will show the
3817 &quot;A&quot; flag as usual; but the industry standard file Alpine uses to
3818 keep track of what news as been read has no way of storing this flag, so
3819 it will not be preserved across sessions.  The Deleted flag is the only
3820 one that is preserved when you leave and then return to a newsgroup.  As an
3821 additional note on replies, when you Reply to a newsgroup message and say
3822 you want to reply to all recipients, Alpine will ask if you want to post the
3823 message to all the newsgroups listed in the original message. <P>
3825 If you would like Alpine to mark more-or-less recent news messages as
3826 &quot;New&quot;, then set the
3827 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
3828 feature (which is set by default).  This will cause messages after the last one you have marked as
3829 Deleted to appear with &quot;N&quot; status in the MESSAGE INDEX.  The
3830 &quot;N&quot; status often makes it easier to distinguish later news
3831 articles from those you've previously seen, but not yet disposed of via
3832 the &quot;D&quot; key.  Note that this is an approximation, not an exact
3833 record of which messages you have not seen.
3836 A frequent operation in news-reading is &quot;catching up&quot; -- that
3837 is, getting rid of all the messages in the newsgroup so that you can
3838 &quot;start fresh.&quot;  The easiest way to do this in Alpine is via the
3839 Select command.  You would enter the following four keystrokes:
3840 <tt>;aad</tt> to select all messaged, and then apply the delete (or
3841 dismiss) command to all of them.
3844 There are also additional details on 
3845 <A HREF="h_configuring_news">configuring news</a>.
3848 &lt;End of help on this topic&gt;
3849 </BODY>
3850 </HTML>
3851 ====== h_help_index ======
3852 <HTML>
3853 <HEAD>
3854 <TITLE>Help Index</TITLE>
3855 </HEAD>
3856 <BODY>
3857 <H1>Help Index</H1>
3858 <ul>
3859 <li><a href="h_mainhelp_abooks">Address Books</a></li>
3860 <li><a href="h_abook_top">ADDRESS BOOK LIST COMMANDS</a>
3861 <li><a href="h_main_addrbook">Address Book Command</a>
3862 <li><a href="h_abook_view">Address Book View Explained</a>
3863 <li><a href="h_compose_addrcomplete">Address Completion</a>
3864 <li><a href="h_abook_select_listmode">Address Listmode Selection from Composer Explained</a>
3865 <li><a href="h_abook_select_checks">Address Selection from Composer Explained</a>
3866 <li><a href="h_composer_abook_comment">Addressbook Comment Explained</a>
3867 <li><a href="h_composer_abook_fcc">Addressbook Fcc Explained</a>
3868 <li><a href="h_composer_abook_add_folder">Addressbook Folder Name Field Explained</a>
3869 <li><a href="h_composer_abook_full">Addressbook Fullname Explained</a>
3870 <li><a href="h_composer_abook_add_nick">Addressbook NickName Field Explained</a>
3871 <li><a href="h_composer_abook_nick">Addressbook Nickname Explained</a>
3872 <li><a href="h_abook_select_addr">Addressbook Selection Explained</a>
3873 <li><a href="h_abook_select_top">Addressbook Selection Navigation Explained</a>
3874 <li><a href="h_composer_abook_add_server">Addressbook Server Name Field Explained</a>
3875 <li><a href="h_mainhelp_aggops">Aggregate Operations</a>
3876 <li><a href="h_mainhelp_config">Alpine Configuration</a>
3877 <li><a href="h_mainhelp_pinehelp">Alpine Help</a>
3878 <li><a href="h_news_legal">Alpine Legal Notices</a>
3879 <li><a href="h_compose_alted">Alt Editor Command</a>
3880 <li><a href="h_index_cmd_apply">Apply Command</a>
3881 <li><a href="h_attachment_screen">Attachment Index Screen Explained</a>
3882 <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a>
3883 <li><a href="h_mainhelp_filtering">Blocking Messages</a>
3884 <li><a href="h_composer_browse">BROWSER</a>
3885 <li><a href="h_common_bounce">Bounce Command</a>
3886 <li><a href="h_compose_cancel">Cancel Command</a>
3887 <li><a href="h_config_change_your_from">Changing your From Address</a>
3888 <li><a href="h_collection_screen">COLLECTION LIST screen</a>
3889 <li><a href="h_mainhelp_color">Color</a>
3890 <li><a href="h_composer_ctrl_j">COMPOSER ATTACH</a>
3891 <li><a href="h_composer">COMPOSER COMMANDS</a>
3892 <li><a href="h_mainhelp_composing">Composing Messages</a>
3893 <li><a href="h_mainhelp_collections">Collection Lists</a>
3894 <li><a href="h_composer_cntxt_nick">Collection Nickname Explained</a>
3895 <li><a href="h_composer_cntxt_path">Collection Path: Explained</a>
3896 <li><a href="h_composer_cntxt_server">Collection Server: Explained</a>
3897 <li><a href="h_composer_cntxt_view">Collection View: Explained</a>
3898 <li><a href="h_mainhelp_cmdlineopts">Command Line Options</a>
3899 <li><a href="h_common_compose">Compose Command</a>
3900 <li><a href="h_edit_nav_cmds">Composer Editing Commands Explained</a>
3901 <li><a href="h_common_conditional_cmds">Conditional Commands</a>
3902 <li><a href="h_reply_token_conditionals">Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</a>
3903 <li><a href="h_mainhelp_config">Configuration</a>
3904 <li><a href="h_composer_custom_free">CUSTOMIZED HEADER FIELD</a>
3905 <li><a href="h_config_dflt_color">Default Color</a>
3906 <li><a href="h_common_delete">Delete and Undelete Commands</a>
3907 <li><a href="h_composer_qserv_cn">Directory Query Form Explained</a>
3908 <li><a href="h_special_list_commands">Email List Commands Explained</a>
3909 <li><a href="h_composer_search">Explanation of Composer Whereis Command </a>
3910 <li><a href="h_folder_open">Explanation of Folder Selection</a>
3911 <li><a href="h_special_xon_xoff">Explanation of Alpine's XOFF/XON Handling</a>
3912 <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a>
3913 <li><a href="h_ge_export">Export File Selection</a>
3914 <li><a href="h_ge_allparts">Export Message File Selection</a>
3915 <li><a href="h_index_cmd_expunge">Expunge/Exclude Command</a>
3916 <li><a href="h_info_on_locking">FAQs on Alpine Locking</a>
3917 <li><a href="h_config_allow_chg_from">FEATURE: <!--#echo var="FEAT_allow-changing-from"--></a>
3918 <li><a href="h_config_allow_talk">FEATURE: <!--#echo var="FEAT_allow-talk"--></a>
3919 <li><a href="h_config_alt_compose_menu">FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></a>
3920 <li><a href="h_config_alt_role_menu">FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></a>
3921 <li><a href="h_config_alt_reply_menu">FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></a>
3922 <li><a href="h_config_force_low_speed">FEATURE: <!--#echo var="FEAT_assume-slow-link"--></a>
3923 <li><a href="h_config_auto_read_msgs">FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></a>
3924 <li><a href="h_config_auto_open_unread">FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></a>
3925 <li><a href="h_config_auto_unselect">FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></a>
3926 <li><a href="h_config_auto_unzoom">FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></a>
3927 <li><a href="h_config_auto_zoom">FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></a>
3928 <li><a href="h_config_use_boring_spinner">FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></a>
3929 <li><a href="h_config_check_mail_onquit">FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></a>
3930 <li><a href="h_config_combined_abook_display">FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></a>
3931 <li><a href="h_config_combined_folder_display">FEATURE: <!--#echo var="FEAT_combined-folder-display"--></a>
3932 <li><a href="h_config_combined_subdir_display">FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></a>
3933 <li><a href="h_config_cancel_confirm">FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></a>
3934 <li><a href="h_config_lame_list_mode">FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></a>
3935 <li><a href="h_config_compose_rejects_unqual">FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></a>
3936 <li><a href="h_config_send_filter_dflt">FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></a>
3937 <li><a href="h_config_compose_news_wo_conf">FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></a>
3938 <li><a href="h_config_del_from_dot">FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></a>
3939 <li><a href="h_config_compose_maps_del">FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></a>
3940 <li><a href="h_config_confirm_role">FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></a>
3941 <li><a href="h_config_tab_no_prompt">FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></a>
3942 <li><a href="h_config_dates_to_local">FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></a>
3943 <li><a href="h_config_copy_to_to_from">FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></a>
3944 <li><a href="h_config_del_skips_del">FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></a>
3945 <li><a href="h_config_disable_config_cmd">FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></a>
3946 <li><a href="h_config_disable_index_locale_dates">FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></a>
3947 <li><a href="h_config_disable_kb_lock">FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></a>
3948 <li><a href="h_config_blank_keymenu">FEATURE: <!--#echo var="FEAT_disable-keymenu"--></a>
3949 <li><a href="h_config_disable_password_caching">FEATURE: <!--#echo var="FEAT_disable-password-caching"--></a>
3950 <li><a href="h_config_disable_password_cmd">FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></a>
3951 <li><a href="h_config_disable_pipes_in_sigs">FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></a>
3952 <li><a href="h_config_disable_pipes_in_templates">FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></a>
3953 <li><a href="h_config_disable_regex">FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
3954 <li><a href="h_config_disable_roles_setup">FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></a>
3955 <li><a href="h_config_disable_roles_sigedit">FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></a>
3956 <li><a href="h_config_disable_roles_templateedit">FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></a>
3957 <li><a href="h_config_input_history">FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></a>
3958 <li><a href="h_config_disable_collate">FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></a>
3959 <li><a href="h_config_disable_shared">FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></a>
3960 <li><a href="h_config_disable_signature_edit">FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></a>
3961 <li><a href="h_config_take_fullname">FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></a>
3962 <li><a href="h_config_take_lastfirst">FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></a>
3963 <li><a href="h_config_disable_reset_disp">FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></a>
3964 <li><a href="h_config_disable_sender">FEATURE: <!--#echo var="FEAT_disable-sender"--></a>
3965 <li><a href="h_config_quell_dead_letter">FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></a>
3966 <li><a href="h_config_quell_flowed_text">FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></a>
3967 <li><a href="h_downgrade_multipart_to_text">FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></a>
3968 <li><a href="h_config_8bit_smtp">FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></a>
3969 <li><a href="h_config_8bit_nntp">FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></a>
3970 <li><a href="h_config_enable_agg_ops">FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></a>
3971 <li><a href="h_config_enable_alt_ed">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></a>
3972 <li><a href="h_config_alt_ed_now">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></a>
3973 <li><a href="h_config_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></a>
3974 <li><a href="h_config_relaxed_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></a>
3975 <li><a href="h_config_compose_bg_post">FEATURE: <!--#echo var="FEAT_enable-background-sending"--></a>
3976 <li><a href="h_config_enable_bounce">FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></a>
3977 <li><a href="h_config_cruise_mode">FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></a>
3978 <li><a href="h_config_cruise_mode_delete">FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></a>
3979 <li><a href="h_config_compose_dsn">FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></a>
3980 <li><a href="h_config_enable_dot_files">FEATURE: <!--#echo var="FEAT_enable-dot-files"--></a>
3981 <li><a href="h_config_enable_lessthan_exit">FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></a>
3982 <li><a href="h_config_fast_recent">FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></a>
3983 <li><a href="h_config_enable_flag">FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></a>
3984 <li><a href="h_config_flag_screen_default">FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></a>
3985 <li><a href="h_config_flag_screen_kw_shortcut">FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></a>
3986 <li><a href="h_config_enable_full_hdr_and_text">FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></a>
3987 <li><a href="h_config_enable_full_hdr">FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></a>
3988 <li><a href="h_config_allow_goto">FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></a>
3989 <li><a href="h_config_enable_dot_folders">FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></a>
3990 <li><a href="h_config_enable_incoming">FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></a>
3991 <li><a href="h_config_enable_incoming_checking">FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></a>
3992 <li><a href="h_config_enable_jump">FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></a>
3993 <li><a href="h_config_show_delay_cue">FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></a>
3994 <li><a href="h_config_mailcap_params">FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></a>
3995 <li><a href="h_config_enable_mouse">FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></a>
3996 <li><a href="h_config_enable_view_addresses">FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></a>
3997 <li><a href="h_config_enable_view_attach">FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></a>
3998 <li><a href="h_config_enable_view_arrows">FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></a>
3999 <li><a href="h_config_enable_view_url">FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></a>
4000 <li><a href="h_config_enable_view_web_host">FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></a>
4001 <li><a href="h_config_enable_mulnewsrcs">FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></a>
4002 <li><a href="h_config_enable_xterm_newmail">FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></a>
4003 <li><a href="h_config_enable_newmail_short_text">FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>
4004 <li><a href="h_config_sub_lists">FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></a>
4005 <li><a href="h_config_enable_y_print">FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></a>
4006 <li><a href="h_config_prefix_editing">FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></a>
4007 <li><a href="h_config_enable_search_and_repl">FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></a>
4008 <li><a href="h_config_sigdashes">FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></a>
4009 <li><a href="h_config_new_thread_blank_subject">FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></a>
4010 <li><a href="h_config_can_suspend">FEATURE: <!--#echo var="FEAT_enable-suspend"--></a>
4011 <li><a href="h_config_enable_tab_complete">FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></a>
4012 <li><a href="h_config_enable_take_export">FEATURE: <!--#echo var="FEAT_enable-take-export"--></a>
4013 <li><a href="h_config_enable_role_take">FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></a>
4014 <li><a href="h_config_tray_icon">FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></a>
4015 <li><a href="h_config_enable_pipe">FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></a>
4016 <li><a href="h_config_verbose_post">FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></a>
4017 <li><a href="h_config_expanded_addrbooks">FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></a>
4018 <li><a href="h_config_expanded_distlists">FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></a>
4019 <li><a href="h_config_expanded_folders">FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></a>
4020 <li><a href="h_config_expose_hidden_config">FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></a>
4021 <li><a href="h_config_expunge_manually">FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></a>
4022 <li><a href="h_config_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></a>
4023 <li><a href="h_config_full_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></a>
4024 <li><a href="h_config_no_fcc_attach">FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></a>
4025 <li><a href="h_config_force_arrow">FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></a>
4026 <li><a href="h_config_ignore_size">FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></a>
4027 <li><a href="h_config_forward_as_attachment">FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></a>
4028 <li><a href="h_config_preserve_field">FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></a>
4029 <li><a href="h_config_quell_empty_dirs">FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></a>
4030 <li><a href="h_config_hide_nntp_path">FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></a>
4031 <li><a href="h_config_attach_in_reply">FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></a>
4032 <li><a href="h_config_fcc_on_bounce">FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></a>
4033 <li><a href="h_config_include_header">FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></a>
4034 <li><a href="h_config_auto_include_reply">FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></a>
4035 <li><a href="h_config_incoming_checking_total">FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></a>
4036 <li><a href="h_config_incoming_checking_recent">FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></a>
4037 <li><a href="h_config_add_ldap">FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></a>
4038 <li><a href="h_config_maildrops_preserve_state">FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></a>
4039 <li><a href="h_config_mark_fcc_seen">FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></a>
4040 <li><a href="h_config_mark_for_cc">FEATURE: <!--#echo var="FEAT_mark-for-cc"--></a>
4041 <li><a href="h_config_mulnews_as_typed">FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></a>
4042 <li><a href="h_config_news_uses_recent">FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></a>
4043 <li><a href="h_config_news_cross_deletes">FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></a>
4044 <li><a href="h_config_news_catchup">FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></a>
4045 <li><a href="h_config_post_wo_validation">FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></a>
4046 <li><a href="h_config_read_in_newsrc_order">FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></a>
4047 <li><a href="h_config_nntp_search_uses_overview">FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></a>
4048 <li><a href="h_config_thread_sorts_by_arrival">FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></a>
4049 <li><a href="h_config_expunge_inbox">FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></a>
4050 <li><a href="h_config_expunge_stayopens">FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></a>
4051 <li><a href="h_config_pass_c1_control">FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></a>
4052 <li><a href="h_config_pass_control">FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></a>
4053 <li><a href="h_config_predict_nntp_server">FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></a>
4054 <li><a href="h_config_prefer_plain_text">FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></a>
4055 <li><a href="h_config_preopen_stayopens">FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></a>
4056 <li><a href="h_config_preserve_start_stop">FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></a>
4057 <li><a href="h_config_quell_folder_internal_msg">FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></a>
4058 <li><a href="h_config_quell_checks_comp">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></a>
4059 <li><a href="h_config_quell_checks_comp_inbox">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></a>
4060 <li><a href="h_config_quell_partial">FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></a>
4061 <li><a href="h_config_quell_local_lookup">FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></a>
4062 <li><a href="h_config_ff_between_msgs">FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></a>
4063 <li><a href="h_config_print_from">FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></a>
4064 <li><a href="h_config_print_index">FEATURE: <!--#echo var="FEAT_print-index-enabled"--></a>
4065 <li><a href="h_config_custom_print">FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></a>
4066 <li><a href="h_config_prune_uses_iso">FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></a>
4067 <li><a href="h_config_quell_personal_name_prompt">FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></a>
4068 <li><a href="h_config_quell_ssl_largeblocks">FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></a>
4069 <li><a href="h_config_quell_user_id_prompt">FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></a>
4070 <li><a href="h_config_quit_wo_confirm">FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></a>
4071 <li><a href="h_config_quote_replace_noflow">FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></a>
4072 <li><a href="h_config_next_thrd_wo_confirm">FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></a>
4073 <li><a href="h_config_auto_reply_to">FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></a>
4074 <li><a href="h_config_inbox_no_confirm">FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></a>
4075 <li><a href="h_config_save_aggregates">FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></a>
4076 <li><a href="h_config_save_part_wo_confirm">FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></a>
4077 <li><a href="h_config_save_advances">FEATURE: <!--#echo var="FEAT_save-will-advance"--></a>
4078 <li><a href="h_config_save_wont_delete">FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></a>
4079 <li><a href="h_config_quote_all_froms">FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></a>
4080 <li><a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
4081 <li><a href="h_config_select_wo_confirm">FEATURE: <!--#echo var="FEAT_select-without-confirm"--></a>
4082 <li><a href="h_config_auto_fcc_only">FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></a>
4083 <li><a href="h_config_send_wo_confirm">FEATURE: <!--#echo var="FEAT_send-without-confirm"--></a>
4084 <li><a href="h_config_separate_fold_dir_view">FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></a>
4085 <li><a href="h_config_show_cursor">FEATURE: <!--#echo var="FEAT_show-cursor"--></a>
4086 <li><a href="h_config_textplain_int">FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></a>
4087 <li><a href="h_config_select_in_bold">FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></a>
4088 <li><a href="h_config_show_sort">FEATURE: <!--#echo var="FEAT_show-sort"--></a>
4089 <li><a href="h_config_single_list">FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></a>
4090 <li><a href="h_config_sig_at_bottom">FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></a>
4091 <li><a href="h_config_slash_coll_entire">FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></a>
4092 <li><a href="h_config_sort_fcc_alpha">FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></a>
4093 <li><a href="h_config_sort_save_alpha">FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></a>
4094 <li><a href="h_config_always_spell_check">FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></a>
4095 <li><a href="h_config_winpos_in_config">FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></a>
4096 <li><a href="h_config_strip_sigdashes">FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>
4097 <li><a href="h_config_strip_ws_before_send">FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></a>
4098 <li><a href="h_config_quells_asterisks">FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></a>
4099 <li><a href="h_config_quell_attach_ext_warn">FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></a>
4100 <li><a href="h_config_quell_attach_extra_prompt">FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></a>
4101 <li><a href="h_config_no_bezerk_zone">FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></a>
4102 <li><a href="h_config_quell_charset_warning">FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></a>
4103 <li><a href="h_config_quell_content_id">FEATURE: <!--#echo var="FEAT_quell-content-id"--></a>
4104 <li><a href="h_config_quell_post_prompt">FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></a>
4105 <li><a href="h_config_quell_filtering_done_message">FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></a>
4106 <li><a href="h_config_quell_filtering_messages">FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></a>
4107 <li><a href="h_config_quell_full_hdr_reset">FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></a>
4108 <li><a href="h_config_quell_imap_env">FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></a>
4109 <li><a href="h_config_quell_lock_failure_warnings">FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></a>
4110 <li><a href="h_config_quell_domain_warn">FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></a>
4111 <li><a href="h_config_quell_news_env">FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></a>
4112 <li><a href="h_config_quell_host_after_url">FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></a>
4113 <li><a href="h_config_quell_beeps">FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></a>
4114 <li><a href="h_config_quell_tz_comment">FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></a>
4115 <li><a href="h_config_suppress_user_agent">FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></a>
4116 <li><a href="h_config_tab_checks_recent">FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></a>
4117 <li><a href="h_config_tab_uses_unseen">FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></a>
4118 <li><a href="h_config_tab_new_only">FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></a>
4119 <li><a href="h_config_termcap_wins">FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></a>
4120 <li><a href="h_config_color_thrd_import">FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></a>
4121 <li><a href="h_config_alt_auth">FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></a>
4122 <li><a href="h_config_unsel_wont_advance">FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></a>
4123 <li><a href="h_config_use_current_dir">FEATURE: <!--#echo var="FEAT_use-current-dir"--></a>
4124 <li><a href="h_config_use_fk">FEATURE: <!--#echo var="FEAT_use-function-keys"--></a>
4125 <li><a href="h_config_use_reg_start_for_stayopen">FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></a>
4126 <li><a href="h_config_use_resentto">FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></a>
4127 <li><a href="h_config_use_sender_not_x">FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></a>
4128 <li><a href="h_config_suspend_spawns">FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></a>
4129 <li><a href="h_config_use_system_translation">FEATURE: Use System Translation</a>
4130 <li><a href="h_config_vertical_list">FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></a>
4131 <li><a href="h_config_warn_if_fcc_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></a>
4132 <li><a href="h_config_warn_if_subj_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></a>
4133 <li><a href="h_config_warn_if_no_to_or_cc">FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></a>
4134 <li><a href="h_mainhelp_filtering">Filtering</a>
4135 <li><a href="h_finding_help">Finding more information and requesting help</a>
4136 <li><a href="h_common_flag">Flag Command</a>
4137 <li><a href="h_config_quell_flowed_text">Flowed Text</a>
4138 <li><a href="h_mainhelp_folders">Folders</a>
4139 <li><a href="h_what_are_collections">Folder Collections Explained</a>
4140 <li><a href="h_common_folders">Folder List Command</a>
4141 <li><a href="h_folder_fcc">Folder Select for Fcc Explained</a>
4142 <li><a href="h_folder_save">Folder Select for Save Explained</a>
4143 <li><a href="h_folder_server_syntax">Folder Server Name Syntax</a>
4144 <li><a href="h_config_change_your_from">From Address, Changing</a>
4145 <li><a href="main_menu_tx">GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</a>
4146 <li><a href="h_pine_for_windows">GETTING HELP IN ALPINE</a>
4147 <li><a href="h_common_goto">Goto Command</a>
4148 <li><a href="h_common_hdrmode">HdrMode Command</a>
4149 <li><a href="h_mainhelp_pinehelp">Help</a>
4150 <li><a href="h_special_help_nav">Help Text Navigation Explained</a>
4151 <li><a href="h_folder_maint">Help for Folder List</a>
4152 <li><a href="h_valid_folder_names">IMAP</a>
4153 <li><a href="h_ge_import">Import File Selection</a>
4154 <li><a href="h_mainhelp_index">Index of Messages</a>
4155 <li><a href="h_composer_ins_m">INSERT MESSAGE</a>
4156 <li><a href="h_composer_ins">INSERT TEXT FILE</a>
4157 <li><a href="h_address_format">INTERNET EMAIL ADDRESS FORMAT</a>
4158 <li><a href="h_info_on_mbox">Information on mbox driver</a>
4159 <li><a href="h_mainhelp_intro">Introduction</a>
4160 <li><a href="h_main_journal">Journal Command</a>
4161 <li><a href="h_common_jump">Jump Command</a>
4162 <li><a href="h_compose_justify">Justify Command</a>
4163 <li><a href="h_main_kblock">Keyboard Lock Command</a>
4164 <li><a href="h_mainhelp_keywords">Keywords (or Flags, or Labels)</a>
4165 <li><a href="h_mainhelp_ldap">LDAP</a>
4166 <li><a href="h_config_ldap_opts_tls">LDAP FEATURE: Attempt-TLS-On-Connection</a>
4167 <li><a href="h_config_ldap_opts_nosub">LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</a>
4168 <li><a href="h_config_ldap_opts_rhs">LDAP FEATURE: Lookup-Addrbook-Contents</a>
4169 <li><a href="h_config_ldap_opts_tlsmust">LDAP FEATURE: Require-TLS-On-Connection</a>
4170 <li><a href="h_config_ldap_opts_ldaps">LDAP FEATURE: Require-LDAPS-On-Connection</a>
4171 <li><a href="h_config_ldap_opts_ref">LDAP FEATURE: Save-Search-Criteria-Not-Result</a>
4172 <li><a href="h_config_ldap_opts_impl">LDAP FEATURE: Use-Implicitly-From-Composer</a>
4173 <li><a href="h_config_ldap_binddn">LDAP OPTION: Bind-DN</a>
4174 <li><a href="h_config_ldap_cust">LDAP OPTION: Custom-Search-Filter</a>
4175 <li><a href="h_config_ldap_email_attr">LDAP OPTION: EmailAttribute</a>
4176 <li><a href="h_config_ldap_gn_attr">LDAP OPTION: GivennameAttribute</a>
4177 <li><a href="h_config_ldap_server">LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></a>
4178 <li><a href="h_config_ldap_cn_attr">LDAP OPTION: NameAttribute</a>
4179 <li><a href="h_config_ldap_nick">LDAP OPTION: Nickname</a>
4180 <li><a href="h_config_ldap_port">LDAP OPTION: Port</a>
4181 <li><a href="h_config_ldap_base">LDAP OPTION: Search-Base</a>
4182 <li><a href="h_config_ldap_searchrules">LDAP OPTION: Search-Rule</a>
4183 <li><a href="h_config_ldap_searchtypes">LDAP OPTION: Search-Type</a>
4184 <li><a href="h_config_ldap_size">LDAP OPTION: Sizelimit</a>
4185 <li><a href="h_config_ldap_sn_attr">LDAP OPTION: SurnameAttribute</a>
4186 <li><a href="h_config_ldap_time">LDAP OPTION: Timelimit</a>
4187 <li><a href="h_ldap_view">LDAP Response View Explained</a>
4188 <li><a href="h_maildrop">Mail Drop: What is it?</a>
4189 <li><a href="h_mainhelp_mainmenu">MAIN MENU</a>
4190 <li><a href="h_mail_index">MESSAGE INDEX COMMANDS</a>
4191 <li><a href="h_mail_view">MESSAGE TEXT SCREEN</a>
4192 <li><a href="h_compose_markcutpaste">Mark, Cut and Paste Commands</a>
4193 <li><a href="h_common_index">Message Index Command</a>
4194 <li><a href="h_mainhelp_mouse">Mouse</a>
4195 <li><a href="h_mainhelp_aggops">Multiple Message Operations</a>
4196 <li><a href="new_user_greeting">NEW USER GREETING</a>
4197 <li><a href="new_version_greeting">NEW VERSION GREETING</a>
4198 <li><a href="h_mainhelp_readingnews">News Reading</a>
4199 <li><a href="h_folder_subscribe">Newsgroup Subcribe Screen explained</a>
4200 <li><a href="h_folder_postnews">Newsgroup selecting for Posting explained</a>
4201 <li><a href="h_common_nextnew">NextNew Command</a>
4202 <li><a href="h_abook_select_nick">Nickname Selection Explained</a>
4203 <li><a href="h_mainhelp_readingnews">NNTP</a>
4204 <li><a href="h_config_address_book">OPTION: <!--#echo var="VAR_address-book"--></a>
4205 <li><a href="h_config_abook_formats">OPTION: <!--#echo var="VAR_addressbook-formats"--></a>
4206 <li><a href="h_config_ab_sort_rule">OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></a>
4207 <li><a href="h_config_alt_addresses">OPTION: <!--#echo var="VAR_alt-addresses"--></a>
4208 <li><a href="h_config_active_msg_interval">OPTION: <!--#echo var="VAR_busy-cue-rate"--></a>
4209 <li><a href="h_config_color_style">OPTION: Color Style</a>
4210 <li><a href="h_config_wordseps">OPTION: <!--#echo var="VAR_composer-word-separators"--></a>
4211 <li><a href="h_config_composer_wrap_column">OPTION: <!--#echo var="VAR_composer-wrap-column"--></a>
4212 <li><a href="h_config_index_color_style">OPTION: <!--#echo var="VAR_current-indexline-style"--></a>
4213 <li><a href="h_config_cursor_style">OPTION: Cursor Style</a>
4214 <li><a href="h_config_custom_hdrs">OPTION: <!--#echo var="VAR_customized-hdrs"--></a>
4215 <li><a href="h_config_deadlets">OPTION: <!--#echo var="VAR_dead-letter-files"--></a>
4216 <li><a href="h_config_comp_hdrs">OPTION: <!--#echo var="VAR_default-composer-hdrs"--></a>
4217 <li><a href="h_config_default_fcc">OPTION: <!--#echo var="VAR_default-fcc"--></a>
4218 <li><a href="h_config_def_save_folder">OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></a>
4219 <li><a href="h_config_disable_auths">OPTION: <!--#echo var="VAR_disable-these-authenticators"--></a>
4220 <li><a href="h_config_disable_drivers">OPTION: <!--#echo var="VAR_disable-these-drivers"--></a>
4221 <li><a href="h_config_char_set">OPTION: Display Character Set</a>
4222 <li><a href="h_config_display_filters">OPTION: <!--#echo var="VAR_display-filters"--></a>
4223 <li><a href="h_config_download_cmd">OPTION: <!--#echo var="VAR_download-command"--></a>
4224 <li><a href="h_config_download_prefix">OPTION: <!--#echo var="VAR_download-command-prefix"--></a>
4225 <li><a href="h_config_editor">OPTION: <!--#echo var="VAR_editor"--></a>
4226 <li><a href="h_config_empty_hdr_msg">OPTION: <!--#echo var="VAR_empty-header-message"--></a>
4227 <li><a href="h_config_fcc_rule">OPTION: <!--#echo var="VAR_fcc-name-rule"--></a>
4228 <li><a href="h_config_file_dir">OPTION: File Directory</a>
4229 <li><a href="h_config_folder_spec">OPTION: <!--#echo var="VAR_folder-collections"--></a>
4230 <li><a href="h_config_reopen_rule">OPTION: <!--#echo var="VAR_folder-reopen-rule"--></a>
4231 <li><a href="h_config_fld_sort_rule">OPTION: <!--#echo var="VAR_folder-sort-rule"--></a>
4232 <li><a href="h_config_font_char_set">OPTION: Font Character Set</a>
4233 <li><a href="h_config_font_name">OPTION: Font Name</a>
4234 <li><a href="h_config_font_size">OPTION: Font Size</a>
4235 <li><a href="h_config_font_style">OPTION: Font Style</a>
4236 <li><a href="h_config_form_folder">OPTION: <!--#echo var="VAR_form-letter-folder"--></a>
4237 <li><a href="h_config_glob_addrbook">OPTION: <!--#echo var="VAR_global-address-book"--></a>
4238 <li><a href="h_config_goto_default">OPTION: <!--#echo var="VAR_goto-default-rule"--></a>
4239 <li><a href="h_config_header_general_color">OPTION: Header General Color</a>
4240 <li><a href="h_config_image_viewer">OPTION: <!--#echo var="VAR_image-viewer"--></a>
4241 <li><a href="h_config_inbox_path">OPTION: <!--#echo var="VAR_inbox-path"--></a>
4242 <li><a href="h_config_archived_folders">OPTION: <!--#echo var="VAR_incoming-archive-folders"--></a>
4243 <li><a href="h_config_psleep">OPTION: <!--#echo var="VAR_mailcap-check-interval"--></a>
4244 <li><a href="h_config_incoming_interv">OPTION: <!--#echo var="VAR_incoming-check-interval"--></a>
4245 <li><a href="h_config_incoming_second_interv">OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></a>
4246 <li><a href="h_config_incoming_list">OPTION: <!--#echo var="VAR_incoming-check-list"--></a>
4247 <li><a href="h_config_incoming_timeo">OPTION: <!--#echo var="VAR_incoming-check-timeout"--></a>
4248 <li><a href="h_config_incoming_folders">OPTION: <!--#echo var="VAR_incoming-folders"--></a>
4249 <li><a href="h_config_inc_startup">OPTION: <!--#echo var="VAR_incoming-startup-rule"--></a>
4250 <li><a href="h_config_incunseen_color">OPTION: Incoming Unseen Color</a>
4251 <li><a href="h_config_index_arrow_color">OPTION: Index Arrow Color</a>
4252 <li><a href="h_config_index_color">OPTION: Index Colors</a>
4253 <li><a href="h_config_index_format">OPTION: <!--#echo var="VAR_index-format"--></a>
4254 <li><a href="h_config_index_from_color">OPTION: Index From Color</a>
4255 <li><a href="h_config_index_opening_color">OPTION: Index Opening Color</a>
4256 <li><a href="h_config_index_pri_color">OPTION: Index Priority Symbol Colors</a>
4257 <li><a href="h_config_index_subject_color">OPTION: Index Subject Color</a>
4258 <li><a href="h_config_init_cmd_list">OPTION: <!--#echo var="VAR_initial-keystroke-list"--></a>
4259 <li><a href="h_config_key_char_set">OPTION: Keyboard Character Set</a>
4260 <li><a href="h_config_keylabel_color">OPTION: KeyLabel Color</a>
4261 <li><a href="h_config_keyname_color">OPTION: KeyName Color</a>
4262 <li><a href="h_config_keywords">OPTION: <!--#echo var="VAR_keywords"--></a>
4263 <li><a href="h_config_kw_color">OPTION: Keyword Colors</a>
4264 <li><a href="h_config_kw_braces">OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></a>
4265 <li><a href="h_config_prune_date">OPTION: <!--#echo var="VAR_last-time-prune-questioned"--></a>
4266 <li><a href="h_config_last_vers">OPTION: <!--#echo var="VAR_last-version-used"--></a>
4267 <li><a href="h_config_literal_sig">OPTION: <!--#echo var="VAR_literal-signature"--></a>
4268 <li><a href="h_config_mailcheck">OPTION: <!--#echo var="VAR_mail-check-interval"--></a>
4269 <li><a href="h_config_mailchecknoncurr">OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></a>
4270 <li><a href="h_config_mailcap_path">OPTION: <!--#echo var="VAR_mailcap-search-path"--></a>
4271 <li><a href="h_config_maildropcheck">OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></a>
4272 <li><a href="h_config_maxremstream">OPTION: <!--#echo var="VAR_max-remote-connections"--></a>
4273 <li><a href="h_config_metamsg_color">OPTION: Meta-Message Color</a>
4274 <li><a href="h_config_mimetype_path">OPTION: <!--#echo var="VAR_mimetype-search-path"--></a>
4275 <li><a href="h_config_new_ver_quell">OPTION: <!--#echo var="VAR_new-version-threshold"--></a>
4276 <li><a href="h_config_fifopath">OPTION: NewMail FIFO Path</a>
4277 <li><a href="h_config_newmailwidth">OPTION: <!--#echo var="VAR_newmail-window-width"--></a>
4278 <li><a href="h_config_news_active">OPTION: <!--#echo var="VAR_news-active-file-path"--></a>
4279 <li><a href="h_config_news_spec">OPTION: <!--#echo var="VAR_news-collections"--></a>
4280 <li><a href="h_config_news_spool">OPTION: <!--#echo var="VAR_news-spool-directory"--></a>
4281 <li><a href="h_config_newsrc_path">OPTION: <!--#echo var="VAR_newsrc-path"--></a>
4282 <li><a href="h_config_nntprange">OPTION: <!--#echo var="VAR_nntp-range"--></a>
4283 <li><a href="h_config_nntp_server">OPTION: <!--#echo var="VAR_nntp-server"--></HEAD></a>
4284 <li><a href="h_config_normal_color">OPTION: Normal Color</a>
4285 <li><a href="h_config_opening_sep">OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></a>
4286 <li><a href="h_config_oper_dir">OPTION: <!--#echo var="VAR_operating-dir"--></a>
4287 <li><a href="h_config_pat_old">OPTION: Patterns</a>
4288 <li><a href="h_config_pat_filts">OPTION: <!--#echo var="VAR_patterns-filters2"--></a>
4289 <li><a href="h_config_pat_other">OPTION: <!--#echo var="VAR_patterns-other"--></a>
4290 <li><a href="h_config_pat_roles">OPTION: <!--#echo var="VAR_patterns-roles"--></a>
4291 <li><a href="h_config_pat_scores">OPTION: <!--#echo var="VAR_patterns-scores2"--></a>
4292 <li><a href="h_config_pers_name">OPTION: <!--#echo var="VAR_personal-name"--></a>
4293 <li><a href="h_config_print_cat">OPTION: <!--#echo var="VAR_personal-print-category"--></a>
4294 <li><a href="h_config_print_command">OPTION: <!--#echo var="VAR_personal-print-command"--></a>
4295 <li><a href="h_config_post_char_set">OPTION: <!--#echo var="VAR_posting-character-set"--></a>
4296 <li><a href="h_config_postponed_folder">OPTION: <!--#echo var="VAR_postponed-folder"--></a>
4297 <li><a href="h_config_print_font_char_set">OPTION: Print-Font-Char-Set</a>
4298 <li><a href="h_config_print_font_name">OPTION: Print-Font-Name</a>
4299 <li><a href="h_config_print_font_size">OPTION: Print-Font-Size</a>
4300 <li><a href="h_config_print_font_style">OPTION: Print-Font-Style</a>
4301 <li><a href="h_config_printer">OPTION: Printer</a>
4302 <li><a href="h_config_prompt_color">OPTION: Prompt Color</a>
4303 <li><a href="h_config_pruned_folders">OPTION: <!--#echo var="VAR_pruned-folders"--></a>
4304 <li><a href="h_config_pruning_rule">OPTION: <!--#echo var="VAR_pruning-rule"--></a>
4305 <li><a href="h_config_quote_color">OPTION: Quote Colors</a>
4306 <li><a href="h_config_quote_replace_string">OPTION: <!--#echo var="VAR_quote-replace-string"--></a>
4307 <li><a href="h_config_quote_suppression">OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></a>
4308 <li><a href="h_config_read_message_folder">OPTION: <!--#echo var="VAR_read-message-folder"--></a>
4309 <li><a href="h_config_remote_abook_history">OPTION: <!--#echo var="VAR_remote-abook-history"--></a>
4310 <li><a href="h_config_abook_metafile">OPTION: <!--#echo var="VAR_remote-abook-metafile"--></a>
4311 <li><a href="h_config_remote_abook_validity">OPTION: <!--#echo var="VAR_remote-abook-validity"--></a>
4312 <li><a href="h_config_reply_indent_string">OPTION: <!--#echo var="VAR_reply-indent-string"--></a>
4313 <li><a href="h_config_reply_intro">OPTION: <!--#echo var="VAR_reply-leadin"--></a>
4314 <li><a href="h_config_reverse_color">OPTION: Reverse Color</a>
4315 <li><a href="h_config_rshcmd">OPTION: <!--#echo var="VAR_rsh-command"--></a>
4316 <li><a href="h_config_rsh_open_timeo">OPTION: <!--#echo var="VAR_rsh-open-timeout"--></a>
4317 <li><a href="h_config_rshpath">OPTION: <!--#echo var="VAR_rsh-path"--></a>
4318 <li><a href="h_config_saved_msg_name_rule">OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></a>
4319 <li><a href="h_config_scroll_margin">OPTION: <!--#echo var="VAR_scroll-margin"--></a>
4320 <li><a href="h_config_slctbl_color">OPTION: Selectable Item Color</a>
4321 <li><a href="h_config_sending_filter">OPTION: <!--#echo var="VAR_sending-filters"--></a>
4322 <li><a href="h_config_sendmail_path">OPTION: <!--#echo var="VAR_sendmail-path"--></a>
4323 <li><a href="h_config_signature_color">OPTION: Signature Color</a>
4324 <li><a href="h_config_signature_file">OPTION: <!--#echo var="VAR_signature-file"--></a>
4325 <li><a href="h_config_smtp_server">OPTION: <!--#echo var="VAR_smtp-server"--></a>
4326 <li><a href="h_config_sort_key">OPTION: <!--#echo var="VAR_sort-key"--></a>
4327 <li><a href="h_config_speller">OPTION: <!--#echo var="VAR_speller"--></a>
4328 <li><a href="h_config_aspell_dictionary">OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></a>
4329 <li><a href="h_config_sshcmd">OPTION: <!--#echo var="VAR_ssh-command"--></a>
4330 <li><a href="h_config_ssh_open_timeo">OPTION: <!--#echo var="VAR_ssh-open-timeout"--></a>
4331 <li><a href="h_config_sshpath">OPTION: <!--#echo var="VAR_ssh-path"--></a>
4332 <li><a href="h_config_status_color">OPTION: Status Color</a>
4333 <li><a href="h_config_status_msg_delay">OPTION: <!--#echo var="VAR_status-message-delay"--></a>
4334 <li><a href="h_config_permlocked">OPTION: <!--#echo var="VAR_stay-open-folders"--></a>
4335 <li><a href="h_config_tcp_open_timeo">OPTION: <!--#echo var="VAR_tcp-open-timeout"--></a>
4336 <li><a href="h_config_tcp_query_timeo">OPTION: <!--#echo var="VAR_tcp-query-timeout"--></a>
4337 <li><a href="h_config_tcp_readwarn_timeo">OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></a>
4338 <li><a href="h_config_tcp_writewarn_timeo">OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></a>
4339 <li><a href="h_config_thread_disp_style">OPTION: <!--#echo var="VAR_threading-display-style"--></a>
4340 <li><a href="h_config_thread_exp_char">OPTION: <!--#echo var="VAR_threading-expanded-character"--></a>
4341 <li><a href="h_config_thread_index_style">OPTION: <!--#echo var="VAR_threading-index-style"--></a>
4342 <li><a href="h_config_thread_indicator_char">OPTION: <!--#echo var="VAR_threading-indicator-character"--></a>
4343 <li><a href="h_config_thread_lastreply_char">OPTION: <!--#echo var="VAR_threading-lastreply-character"--></a>
4344 <li><a href="h_config_title_color">OPTION: Title Color</a>
4345 <li><a href="h_config_titleclosed_color">OPTION: Title Closed Color</a>
4346 <li><a href="h_config_titlebar_color_style">OPTION: <!--#echo var="VAR_titlebar-color-style"--></a>
4347 <li><a href="h_config_unk_char_set">OPTION: <!--#echo var="VAR_unknown-character-set"--></a>
4348 <li><a href="h_config_upload_cmd">OPTION: <!--#echo var="VAR_upload-command"--></a>
4349 <li><a href="h_config_upload_prefix">OPTION: <!--#echo var="VAR_upload-command-prefix"--></a>
4350 <li><a href="h_config_browser">OPTION: <!--#echo var="VAR_url-viewers"--></a>
4351 <li><a href="h_config_history">OPTION: <!--#echo var="VAR_default-directories"--></a>
4352 <li><a href="h_config_domain_name">OPTION: <!--#echo var="VAR_use-only-domain-name"--></a>
4353 <li><a href="h_config_user_dom">OPTION: <!--#echo var="VAR_user-domain"--></a>
4354 <li><a href="h_config_user_id">OPTION: <!--#echo var="VAR_user-id"--></a>
4355 <li><a href="h_config_user_input_timeo">OPTION: <!--#echo var="VAR_user-input-timeout"--></a>
4356 <li><a href="h_config_viewer_headers">OPTION: <!--#echo var="VAR_viewer-hdrs"--></a>
4357 <li><a href="h_config_customhdr_pattern">OPTION: Viewer Header Color Pattern</a>
4358 <li><a href="h_config_customhdr_color">OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></a>
4359 <li><a href="h_config_viewer_margin_left">OPTION: <!--#echo var="VAR_viewer-margin-left"--></a>
4360 <li><a href="h_config_viewer_margin_right">OPTION: <!--#echo var="VAR_viewer-margin-right"--></a>
4361 <li><a href="h_config_viewer_overlap">OPTION: <!--#echo var="VAR_viewer-overlap"--></a>
4362 <li><a href="h_config_window_position">OPTION: Window-Position</a>
4363 <li><a href="h_mainhelp_patterns">Patterns</a>
4364 <li><a href="h_config_role_abookfrom">PATTERNS: Address in Address Book</a>
4365 <li><a href="h_config_role_age">PATTERNS: Age Interval</a>
4366 <li><a href="h_config_role_alltextpat">PATTERNS: AllText Pattern</a>
4367 <li><a href="h_config_role_bom">PATTERNS: Beginning of Month</a>
4368 <li><a href="h_config_role_boy">PATTERNS: Beginning of Year</a>
4369 <li><a href="h_config_role_bodytextpat">PATTERNS: BodyText Pattern</a>
4370 <li><a href="h_config_role_cat_cmd">PATTERNS: Categorizer Command</a>
4371 <li><a href="h_config_role_cat_cmd_example">PATTERNS: Categorizer Command Example</a>
4372 <li><a href="h_config_role_ccpat">PATTERNS: Cc Pattern</a>
4373 <li><a href="h_config_role_cat_limit">PATTERNS: Character Limit</a>
4374 <li><a href="h_config_role_charsetpat">PATTERNS: Character Set Pattern</a>
4375 <li><a href="h_config_role_comment">PATTERNS: Comment</a>
4376 <li><a href="h_config_role_fldr_type">PATTERNS: Current Folder Type</a>
4377 <li><a href="h_config_role_cat_status">PATTERNS: Exit Status Interval</a>
4378 <li><a href="h_config_role_arbpat">PATTERNS: Extra Headers Pattern</a>
4379 <li><a href="h_config_role_frompat">PATTERNS: From Pattern</a>
4380 <li><a href="h_config_role_keywordpat">PATTERNS: Keyword Pattern</a>
4381 <li><a href="h_config_role_stat_ans">PATTERNS: Message Answered Status</a>
4382 <li><a href="h_config_role_stat_del">PATTERNS: Message Deleted Status</a>
4383 <li><a href="h_config_role_stat_imp">PATTERNS: Message Important Status</a>
4384 <li><a href="h_config_role_stat_new">PATTERNS: Message New Status</a>
4385 <li><a href="h_config_role_stat_recent">PATTERNS: Message Recent Status</a>
4386 <li><a href="h_config_role_newspat">PATTERNS: News Pattern</a>
4387 <li><a href="h_config_role_nick">PATTERNS: Nickname</a>
4388 <li><a href="h_config_role_particpat">PATTERNS: Participant Pattern</a>
4389 <li><a href="h_config_role_stat_8bitsubj">PATTERNS: Raw 8-bit in Subject</a>
4390 <li><a href="h_config_role_recippat">PATTERNS: Recipient Pattern</a>
4391 <li><a href="h_config_role_scorei">PATTERNS: Score Interval</a>
4392 <li><a href="h_config_role_senderpat">PATTERNS: Sender Pattern</a>
4393 <li><a href="h_config_role_size">PATTERNS: Size Interval</a>
4394 <li><a href="h_config_role_subjpat">PATTERNS: Subject Pattern</a>
4395 <li><a href="h_config_role_topat">PATTERNS: To Pattern</a>
4396 <li><a href="h_config_filt_opts_nonterm">PATTERNS FEATURE: Dont-Stop-Even-if-Rule-Matches</a>
4397 <li><a href="h_config_filt_opts_notdel">PATTERNS FEATURE: Move-Only-if-Not-Deleted</a>
4398 <li><a href="h_config_filt_opts_sentdate">PATTERNS FEATURE: Use-Date-Header-For-Age</a>
4399 <li><a href="h_config_filt_rule_type">PATTERNS FILTER ACTION: Filter Action</a>
4400 <li><a href="h_config_filter_kw_clr">PATTERNS FILTER ACTION: Clear These Keywords</a>
4401 <li><a href="h_config_filt_stat_ans">PATTERNS FILTER ACTION: Set Answered Status</a>
4402 <li><a href="h_config_filt_stat_del">PATTERNS FILTER ACTION: Set Deleted Status</a>
4403 <li><a href="h_config_filt_stat_imp">PATTERNS FILTER ACTION: Set Important Status</a>
4404 <li><a href="h_config_filt_stat_new">PATTERNS FILTER ACTION: Set New Status</a>
4405 <li><a href="h_config_filter_kw_set">PATTERNS FILTER ACTION: Set These Keywords</a>
4406 <li><a href="h_config_incol">PATTERNS INDEXCOLOR ACTION: Index Line Color</a>
4407 <li><a href="h_config_set_index_format">PATTERNS OTHER ACTION: Set Index Format</a>
4408 <li><a href="h_config_perfolder_sort">PATTERNS OTHER ACTION: Set Sort Order</a>
4409 <li><a href="h_config_other_startup">PATTERNS OTHER ACTION: Set Startup Rule</a>
4410 <li><a href="h_config_role_inick">PATTERNS ROLE ACTION: Initialize Values From Role</a>
4411 <li><a href="h_config_role_setfcc">PATTERNS ROLE ACTION: Set Fcc</a>
4412 <li><a href="h_config_role_setfrom">PATTERNS ROLE ACTION: Set From</a>
4413 <li><a href="h_config_role_setlitsig">PATTERNS ROLE ACTION: Set Literal Signature</a>
4414 <li><a href="h_config_role_setotherhdr">PATTERNS ROLE ACTION: Set Other Headers</a>
4415 <li><a href="h_config_role_setreplyto">PATTERNS ROLE ACTION: Set Reply-To</a>
4416 <li><a href="h_config_role_setsig">PATTERNS ROLE ACTION: Set Signature</a>
4417 <li><a href="h_config_role_settempl">PATTERNS ROLE ACTION: Set Template</a>
4418 <li><a href="h_config_role_usenntp">PATTERNS ROLE ACTION: Use NNTP Server</a>
4419 <li><a href="h_config_role_usesmtp">PATTERNS ROLE ACTION: Use SMTP Server</a>
4420 <li><a href="h_config_role_scoreval">PATTERNS SCORE ACTION: Score Value</a>
4421 <li><a href="h_config_role_scorehdrtok">PATTERNS SCORE ACTION: Score Value From Header</a>
4422 <li><a href="h_config_role_composeuse">PATTERNS USE: Compose Use</a>
4423 <li><a href="h_config_role_forwarduse">PATTERNS USE: Forward Use</a>
4424 <li><a href="h_config_role_replyuse">PATTERNS USE: Reply Use</a>
4425 <li><a href="h_pipe_command">Pipe Command SubOptions</a>
4426 <li><a href="h_common_pipe">Pipe Command</a>
4427 <li><a href="h_valid_folder_names">POP</a>
4428 <li><a href="h_common_postpone">Postpone Command</a>
4429 <li><a href="h_common_print">Print Command</a>
4430 <li><a href="h_mainhelp_readingnews">Reading News</a>
4431 <li><a href="h_news">RELEASE NOTES for Alpine</a>
4432 <li><a href="h_mainhelp_roles">Roles</a>
4433 <li><a href="h_role_select">ROLES SCREEN</a>
4434 <li><a href="h_compose_readfile">Read File Command</a>
4435 <li><a href="h_mainhelp_reading">Reading Messages</a>
4436 <li><a href="h_main_release_notes">Release Notes Command</a>
4437 <li><a href="h_common_reply">Reply and Forward Commands</a>
4438 <li><a href="h_compose_richhdr">Rich Header Command</a>
4439 <li><a href="h_common_role">Role Command</a>
4440 <li><a href="h_mainhelp_smime">S/MIME</a>
4441 <li><a href="h_index_cmd_select">Searching for Messages</a>
4442 <li><a href="h_address_display">SEARCH RESULTS INDEX</a>
4443 <li><a href="h_address_select">SEARCH RESULTS INDEX</a>
4444 <li><a href="h_simple_index">SELECT POSTPONED MESSAGE</a>
4445 <li><a href="h_abook_config">SETUP ADDRESS BOOKS SCREEN</a>
4446 <li><a href="h_collection_maint">SETUP COLLECTION LIST screen</a>
4447 <li><a href="h_color_setup">SETUP COLOR COMMANDS</a>
4448 <li><a href="h_direct_config">SETUP LDAP DIRECTORY SERVERS SCREEN</a>
4449 <li><a href="h_rules_roles">SETUP ROLES SCREEN</a>
4450 <li><a href="h_rules_incols">SETUP INDEX COLORS SCREEN</a>
4451 <li><a href="h_rules_filter">SETUP FILTERING SCREEN</a>
4452 <li><a href="h_rules_score">SETUP SCORING SCREEN</a>
4453 <li><a href="h_common_save">Save and Export Commands</a>
4454 <li><a href="h_mainhelp_securing">Securing Your Alpine Session</a>
4455 <li><a href="h_index_cmd_select">Selecting: Select and WhereIs/Select</a>
4456 <li><a href="h_compose_send">Send Command</a>
4457 <li><a href="h_folder_server_syntax">Server Name Syntax</a>
4458 <li><a href="h_main_setup">Setup Command</a>
4459 <li><a href="X-Alpine-Config:">Show Supported Options in this Alpine</a>
4460 <li><a href="h_composer_sigedit">Signature Editor Commands Explained</a>
4461 <li><a href="h_simple_text_view">Simple Text View Screen Explained</a>
4462 <li><a href="h_mainhelp_smime">S/MIME</a>
4463 <li><a href="h_config_smime_dont_do_smime">S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></a>
4464 <li><a href="h_config_smime_encrypt_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></a>
4465 <li><a href="h_config_smime_remember_passphrase">S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></a>
4466 <li><a href="h_config_smime_sign_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></a>
4467 <li><a href="h_config_smime_use_cert_store">S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></a>
4468 <li><a href="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></a>
4469 <li><a href="h_config_smime_cacertcon">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></a>
4470 <li><a href="h_config_smime_cacertdir">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></a>
4471 <li><a href="h_config_smime_privkeycon">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-container"--></a>
4472 <li><a href="h_config_smime_privkeydir">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-directory"--></a>
4473 <li><a href="h_config_smime_pubcertcon">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-container"--></a>
4474 <li><a href="h_config_smime_pubcertdir">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></a>
4475 <li><a href="h_config_smime_transfer_cacert_to_con">S/MIME: Transfer CA Certs to Container</a>
4476 <li><a href="h_config_smime_transfer_cacert_to_dir">S/MIME: Transfer CA Certs to Directory</a>
4477 <li><a href="h_config_smime_transfer_priv_to_con">S/MIME: Transfer Private Keys to Container</a>
4478 <li><a href="h_config_smime_transfer_priv_to_dir">S/MIME: Transfer Private Keys to Directory</a>
4479 <li><a href="h_config_smime_transfer_pub_to_con">S/MIME: Transfer Public Certs to Container</a>
4480 <li><a href="h_config_smime_transfer_pub_to_dir">S/MIME: Transfer Public Certs to Directory</a>
4481 <li><a href="h_config_smime_public_certificates">S/MIME: Manage Public Certificates</a>
4482 <li><a href="h_config_smime_private_keys">S/MIME: Manage Private Keys</a>
4483 <li><a href="h_config_smime_certificate_authorities">S/MIME: Manage Certificate Authorities</a>
4484 <li><a href="h_index_cmd_sort">Sort Command</a>
4485 <li><a href="h_compose_spell">Spell Check Command</a>
4486 <li><a href="h_common_suspend">Suspend Command</a>
4487 <li><a href="h_compose_addrcomplete">THE MESSAGE COMPOSER'S ADDRESS COMPLETION</a>
4488 <li><a href="h_composer_attachment">THE MESSAGE COMPOSER'S ATTCHMNT FIELD</a>
4489 <li><a href="h_composer_bcc">THE MESSAGE COMPOSER'S BCC FIELD</a>
4490 <li><a href="h_composer_cc">THE MESSAGE COMPOSER'S CC FIELD</a>
4491 <li><a href="h_composer_from">THE MESSAGE COMPOSER'S FROM FIELD</a>
4492 <li><a href="h_composer_lcc">THE MESSAGE COMPOSER'S LCC FIELD</a>
4493 <li><a href="h_composer_news">THE MESSAGE COMPOSER'S NEWSGRPS LINE</a>
4494 <li><a href="h_composer_reply_to">THE MESSAGE COMPOSER'S REPLY-TO FIELD</a>
4495 <li><a href="h_composer_to">THE MESSAGE COMPOSER'S TO FIELD</a>
4496 <li><a href="h_abook_opened">THE ALPINE ADDRESS BOOK</a>
4497 <li><a href="h_abook_select_nicks_take">Take Address Nickname Selection Explained</a>
4498 <li><a href="h_takeaddr_screen">Take Address Screen Explained</a>
4499 <li><a href="h_common_take">TakeAddr Command</a>
4500 <li><a href="h_mainhelp_status">Titlebar Line</a>
4501 <li><a href="h_index_tokens">Tokens for Index and Replying</a>
4502 <li><a href="h_config_usenone_color">Use None Color</a>
4503 <li><a href="h_config_usenormal_color">Use Normal Color</a>
4504 <li><a href="h_config_usetransparent_color">Use Transparent Color</a>
4505 <li><a href="h_whatis_vcard">VCARD EXPLAINED</a>
4506 <li><a href="h_view_cmd_hilite">View Hilite and Next item/Previous item</a>
4507 <li><a href="h_view_cmd_viewattch">ViewAttch Command</a>
4508 <li><a href="h_index_cmd_whereis">WhereIs Command</a>
4509 <li><a href="h_view_cmd_whereis">WhereIs Command</a>
4510 <li><a href="h_index_cmd_zoom">ZoomMode Command</a>
4511 <li><a href="h_config_browser_xterm"><!--#echo var="VAR_url-viewers"--> and X windows applications</a>
4512 </UL>
4515 &lt;End of Help Index&gt;
4516 </BODY>
4517 </HTML>
4520 ============== h_config_remote_config =============
4521 <HTML>
4522 <HEAD>
4523 <TITLE>Remote Configuration</TITLE>
4524 </HEAD>
4525 <BODY>
4526 <H1>Remote Configuration</H1>
4528 You may use the command line argument &quot;-p pinerc&quot; to tell
4529 Alpine to use a non-default configuration file.
4530 There are two types of storage for configuration information.
4531 <EM>Local</EM> configuration files are used by default.
4532 These are just regular files on the UNIX system or on the PC.
4533 The file &quot;<CODE>.pinerc</CODE>&quot; is the default for Unix Alpine and the
4534 file &quot;<CODE>PINERC</CODE>&quot; is the default for PC-Alpine.
4535 <EM>Remote</EM> configuration folders are stored on an IMAP server.
4536 The advantage of using a remote configuration is that the same information
4537 may be accessed from multiple platforms.
4538 For example, if you use one computer at work and another at home, the same
4539 configuration could be used from both places.
4540 A configuration change from one place would be seen in both places.
4541 To use a remote configuration you simply give a
4542 <A HREF="h_valid_folder_names">remote folder name</A>
4543 as the argument to the &quot;-p&quot; command line option.
4544 The command line might look something like:
4546 <CENTER><SAMP>pine -p {my.imap.server}remote_pinerc</SAMP></CENTER>
4548 If there are special characters in the command shell you use, you may need to
4549 quote the last argument (to protect the curly braces from the shell).
4550 The command might look like:
4552 <CENTER><SAMP>pine -p &quot;{my.imap.server}remote_pinerc&quot;</SAMP></CENTER>
4554 You should choose a folder name for a folder that does not yet exist.
4555 It will be created containing an empty configuration.
4556 Do not use a folder that you wish to store regular mail messages in.
4558 The Setup/RemoteConfigSetup command will help you convert from a local
4559 configuration to a remote configuration.
4560 It will create a remote configuration for you and copy your current local
4561 configuration to it.
4562 It will also help you convert local address books into remote address books
4563 and local signature files into literal signatures contained in the
4564 remote configuration file.
4566 If the Setup/RemoteConfigSetup command doesn't do what you want, you
4567 may copy a local pinerc file to a remote configuration folder by hand
4568 by using the command line option &quot;-copy_pinerc&quot;.
4570 Another command line option, which is somewhat related to remote
4571 configuration, is the option &quot;-x exceptions_config&quot;.
4572 The configuration settings in the exceptions configuration override
4573 your default settings.
4574 It may be useful to store the default configuration (the -p argument) remotely
4575 and to have the exceptions configuration stored in a local file.
4576 You might put generic configuration information in the remote configuration
4577 and platform-specific configuration on each platform in the exceptions
4578 configuration.
4579 The arguments to the &quot;-p&quot; and &quot;-x&quot; options
4580 can be either remote folders or local files.
4582 There is another command line argument that works only with PC-Alpine and
4583 which may prove useful when using a remote configuration.
4584 The option &quot;-aux local_directory&quot; allows you to tell PC-Alpine where
4585 to store your local auxiliary files.
4586 This only has an effect if your configuration file is remote.
4587 Some examples of auxiliary files are debug files, address book files, and
4588 signature files.
4590 &lt;End of help on this topic&gt;
4591 </BODY>
4592 </HTML>
4593 ============== h_config_exceptions =============
4594 <HTML>
4595 <HEAD>
4596 <TITLE>Generic and Exceptional Configuration</TITLE>
4597 </HEAD>
4598 <BODY>
4599 <H1>Generic and Exceptional Configuration</H1>
4601 If you use Alpine from more than one platform it may be convenient
4602 to split your configuration information into two pieces, a generic piece
4603 and exceptions that apply to a particular platform.
4604 For example, suppose you use Alpine from home and from work.
4605 Most of your configuration settings are probably the
4606 same in both locations, so those settings belong in the generic settings
4607 configuration.
4608 However, you may use a different SMTP server and INBOX
4609 from home than you do from work.
4611 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
4613 <A HREF="h_config_inbox_path">&quot;<!--#echo var="VAR_inbox-path"-->&quot;</A>
4614 options could be
4615 part of your exceptional configuration so that they could be different in the
4616 two places.
4618 The command line option &quot;-x exceptions_config&quot;
4619 may be used to split your configuration into generic and exceptional pieces.
4620 &quot;Exceptions_config&quot; may be either local or remote.
4621 The regular Alpine configuration file will contain the generic data, and
4622 &quot;exceptions_config&quot; will contain the exceptional data.
4624 For Unix Alpine, if you don't have a &quot;-x&quot; command line option,
4625 Alpine will look for the file &quot;<CODE>.pinercex</CODE>&quot;
4626 in the same local directory that the regular config file is located in (usually
4627 the Unix home directory).
4628 If the regular config file is remote (because the command line option
4629 &quot;-p remote_config&quot; was used) then Unix Alpine looks in the Unix home
4630 directory for &quot;<CODE>.pinercex</CODE>&quot;.
4631 If the file does not already exist then no exceptions will be used.
4632 You can force exceptions to be used by using the &quot;-x&quot; option or
4633 by creating an empty &quot;<CODE>.pinercex</CODE>&quot; file.
4635 For PC-Alpine, if you don't have a &quot;-x&quot; command line option,
4636 PC-Alpine will use the value of the
4637 environment variable <CODE>$PINERCEX</CODE>.
4638 If that is not set, PC-Alpine will look for
4639 the local file &quot;<CODE>PINERCEX</CODE>&quot;
4640 in the same local directory that the regular config file is located in.
4641 If the regular config file is remote (because the command line option
4642 &quot;-p remote_config&quot; was used) then PC-Alpine looks in the
4643 local directory specified by the &quot;-aux local_directory&quot; command
4644 line argument, or the directory <CODE>$HOME&#92;PINE</CODE>, or
4645 in the <CODE>&lt;PINE.EXE </CODE>directory<CODE>&gt;</CODE>.
4647 When you have an exception configuration there is a new command
4648 in the Alpine Setup screen, Setup/eXceptions.
4649 It toggles between exceptions and the regular configuration.
4650 This is the usual way to make changes in your exceptional configuration data.
4651 For example, you would type &quot;S&quot; for Setup, &quot;X&quot; for
4652 eXception, then follow that with one of the Setup commands, like &quot;C&quot;
4653 for Config or &quot;K&quot; for Kolor.
4655 For most people, splitting the configuration information into two pieces is
4656 going to be most useful if the generic information is accessed
4657 <A HREF="h_config_remote_config">remotely</A>).
4658 That data will be the same no matter where you access it from and if you
4659 change it that change will show up everywhere.
4660 The exceptional data will most commonly be in a local file, so that the
4661 contents may easily be different on each computing platform used.
4663 If you already have a local configuration file with settings you like
4664 you may find that the command Setup/RemoteConfigSetup is useful
4665 in helping you convert to a remote configuration.
4666 The command line flag &quot;-copy_pinerc&quot;
4667 may also be useful.
4669 &lt;End of help on this topic&gt;
4670 </BODY>
4671 </HTML>
4672 ============== h_config_inheritance =============
4673 <HTML>
4674 <HEAD>
4675 <TITLE>Configuration Inheritance</TITLE>
4676 </HEAD>
4677 <BODY>
4678 <H1>Configuration Inheritance</H1>
4680 Configuration inheritance is a power user feature.
4681 It is confusing and not completely supported by the configuration
4682 user interface.
4683 We start with an explanation of how configuration works in hopes of making
4684 it easier to describe how inheritance works.
4686 Alpine uses a hierarchy of configuration values from different locations.
4687 There are five ways in which each configuration option (configuration
4688 variable) can be set.
4689 In increasing order of precedence they are:
4691 <OL>
4692 <LI> the system-wide configuration file.
4694 <LI> the personal configuration file
4696 <LI> the personal exceptions file
4698 <LI> a command line argument
4700 <LI> the system-wide <EM>fixed</EM> configuration file (Unix Alpine only)
4701 </OL>
4703 The fixed configuration file is normally
4704 <CODE><!--#echo var="PINE_CONF_FIXED_PATH"--></CODE>.
4706 The system-wide configuration file is normally
4707 <CODE><!--#echo var="PINE_CONF_PATH"--></CODE> for Unix Alpine and is normally not
4708 set for PC-Alpine.
4709 For PC-Alpine, if the environment variable <EM>$PINECONF</EM> is set, that
4710 is used for the system-wide configuration.
4711 This location can be set or changed on the command line with the -P flag.
4712 The system-wide configuration file can be either a local file or a
4713 remote configuration folder.
4715 For Unix Alpine, the personal configuration file is normally the file
4716 <CODE>.pinerc</CODE> in the user's home directory.
4717 This can be changed with the -p command line flag.
4718 For PC-Alpine, the personal configuration file is in
4719 <CODE>$PINERC</CODE> or <CODE>&lt;AlpineRC registry value&gt;</CODE> or 
4720 <CODE>$HOME&#92;PINE&#92;PINERC</CODE> or
4721 <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;&#92;PINERC</CODE>.
4722 This can be changed with the -p command line flag.
4723 If -p is used, the configuration data may be in a local file or a remote config
4724 folder.
4726 For Unix Alpine, the personal exceptions configuration file is named
4727 <CODE>.pinercex</CODE> and is in the same directory as the personal
4728 configuration file, if that configuration file is not remote, and is in
4729 the home directory if the personal configuration file is remote.
4730 If the file exists, then exceptions are turned on.
4731 If it doesn't, then you are not using exceptions.
4732 Alternatively, you may change the location of the exceptions configuration
4733 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
4734 Like the personal configuration data, exceptions_config may be
4735 either local or remote.
4737 For PC-Alpine, the personal exceptions configuration file is named
4738 <CODE>PINERCEX</CODE> and is in the same directory as the personal
4739 configuration file unless the personal configuration file is remote.
4740 In that case, it is in the local directory specfied by the
4741 &quot;-aux local_directory&quot; command line argument.
4742 (In the case that the personal configuration is remote and there is no
4743 &quot;-aux&quot; command line argument, Alpine searches for
4744 a PINERCEX file in the directory <CODE>$HOME&#92;PINE</CODE> and
4745 the directory <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;</CODE>.)
4746 If the file exists, then exceptions are turned on.
4747 If it doesn't, then you are not using exceptions.
4748 You may change the location of the exceptions configuration
4749 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
4750 or with the
4751 environment variable <CODE>$PINERCEX</CODE> (if there is no &quot;-x&quot;
4752 option).
4754 To reiterate, the value of a configuration option is taken from the
4755 last location in the list above in which it is set.
4756 Or, thinking about it slightly differently, a default value for an option
4757 is established in the system-wide configuration file (or internally by Alpine
4758 if there is no value in the system-wide file).
4759 That default remains in effect until and unless it is overridden by a value in a
4760 location further down the list, in which case a new &quot;default&quot;
4761 value is established.
4762 As we continue down the list of locations we either retain the
4763 value at each step or establish a new value.
4764 The value that is still set after going through the whole list of
4765 configuration locations is the one that is used.
4767 So, for example, if an option is set in the system-wide configuration
4768 file and in the personal configuration file, but is not set in the
4769 exceptions, on the command line, or in the fixed file; then the value
4770 from the personal configuration file is the one that is used.
4771 Or, if it is set in the system-wide config, in the personal config, not
4772 in the exceptions, but is set on the command line; then the value
4773 on the command line is used.
4775 Finally we get to inheritance.
4776 For configuration options that are lists, like &quot;<!--#echo var="VAR_smtp-server"-->&quot; or
4777 &quot;<!--#echo var="VAR_incoming-folders"-->&quot;,
4778 the inheritance mechanism makes it possible to <EM>combine</EM>
4779 the values from different locations instead of <EM>replacing</EM> the value.
4780 This is true of all configuration lists other than the &quot;Feature-List&quot;,
4781 for which you may already set whatever you want at
4782 any configuration location (by using the &quot;no-&quot; prefix if
4783 necessary).
4785 To use inheritance, set the first item in a configuration list to the
4786 token &quot;INHERIT&quot;, without the quotes.
4787 If the first item is &quot;INHERIT&quot;,
4788 then instead of replacing the default value established so far, the rest of
4789 the list is appended to the default value established so far and that is
4790 the new value.
4792 Here is an example which may make it clearer. Suppose we have:
4794 <PRE>
4795  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4796  Personal config    :   smtp-server = INHERIT, mysmtp.home
4797  Exceptions config  :   smtp-server = &lt;No Value Set&gt;
4798  Command line       :   smtp-server = &lt;No Value Set&gt;
4799  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4800 </PRE>
4803 This would result in an effective smtp-server option of
4805 <PRE>
4806  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home
4807 </PRE>
4809 The &quot;INHERIT&quot; token can be used in any of the configuration files
4810 and the effect cascades.
4811 For example, if we change the above example to:
4813 <PRE>
4814  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4815  Personal config    :   smtp-server = INHERIT, mysmtp.home
4816  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
4817  Command line       :   smtp-server = &lt;No Value Set&gt;
4818  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4819 </PRE>
4822 This would result in:
4824 <PRE>
4825  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home, yoursmtp.org
4826 </PRE>
4828 Unset variables are skipped over (the default value is carried forward) so
4829 that, for example:
4831 <PRE>
4832  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4833  Personal config    :   smtp-server = &lt;No Value Set&gt;
4834  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
4835  Command line       :   smtp-server = &lt;No Value Set&gt;
4836  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4837 </PRE>
4840 produces:
4842 <PRE>
4843  smtp-server = smtp1.corp.com, smtp2.corp.com, yoursmtp.org
4844 </PRE>
4847 If any later configuration location has a value set (for a particular list
4848 option) which does <EM>not</EM> begin with &quot;INHERIT&quot;,
4849 then that value replaces whatever value has been defined up to that point.
4850 In other words, that cancels out any previous inheritance.
4852 <PRE>
4853  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4854  Personal config    :   smtp-server = INHERIT, mysmtp.org
4855  Exceptions config  :   smtp-server = yoursmtp.org
4856  Command line       :   smtp-server = &lt;No Value Set&gt;
4857  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4858 </PRE>
4861 results in:
4863 <PRE>
4864  smtp-server = yoursmtp.org
4865 </PRE>
4868 For some configuration options, like &quot;<!--#echo var="VAR_viewer-hdr-colors"-->&quot; or
4869 &quot;<!--#echo var="VAR_patterns-roles"-->&quot;, it is
4870 difficult to insert the value &quot;INHERIT&quot; into the list of values
4871 for the option using the normal Setup tools.
4872 In other words, the color setting screen (for example) does not
4873 provide a way to input the text &quot;INHERIT&quot; as the first
4874 item in the <!--#echo var="VAR_viewer-hdr-colors"--> option.
4875 The way to do this is to either edit the pinerc file directly and manually
4876 insert it, or turn
4877 on the <A HREF="h_config_expose_hidden_config"><!--#echo var="FEAT_expose-hidden-config"--></A>
4878 feature and insert it using the Setup/Config screen.
4880 &lt;End of help on this topic&gt;
4881 </BODY>
4882 </HTML>
4883 ============== h_special_xon_xoff =============
4884 <HTML>
4885 <HEAD>
4886 <TITLE>Explanation of Alpine's XOFF/XON Handling</TITLE>
4887 </HEAD>
4888 <BODY>
4889 <H1>XOFF/XON Handling within Alpine</H1>
4891 By default, Alpine treats Ctrl-S or Ctrl-Q (sometimes known as XOFF
4892 and XON) as normal characters, even though Alpine does not use them.
4893 However, the printer, modem, or communication software you are using may
4894 be configured for &quot;software flow control,&quot; which means that
4895 XON/XOFF must be treated as special characters by the operating system.
4896 If you see messages such as &quot;^S not defined for this screen&quot;,
4897 then your system is probably using software flow control. In this case
4898 you will need to set the
4899 <A HREF="h_config_preserve_start_stop">&quot;<!--#echo var="FEAT_preserve-start-stop-characters"-->&quot;</A>
4900 feature.
4902 If you <EM>do</EM> set this
4903 feature, be advised that if you accidentally hit a Ctrl-S, Alpine will
4904 mysteriously freeze up with no warning.  In this case, try typing a Ctrl-Q
4905 and see if that puts things right.  Printing via the
4906 &quot;attached-to-ansi&quot; or 
4907 &quot;attached-to-wyse&quot;
4908 option will automatically enable software
4909 flow-control handling for the duration of the printing.
4911 &lt;End of help on this topic&gt;
4912 </BODY>
4913 </HTML>
4914 ============= h_special_help_nav =============
4915 <HTML>
4916 <HEAD>
4917 <TITLE>Help Text Navigation Explained</TITLE>
4918 </HEAD>
4919 <BODY>
4920 <H1>Help Text Navigation Explained</H1>
4922 Alpine contains extensive context-sensitive help text.   At any point, 
4923 pressing the &quot;?&quot; key will bring up a page of help text
4924 explaining the options available to you.  You can leave the help
4925 text screen and return to normal Alpine operation by pressing
4927 <!--chtml if pinemode="function_key"-->
4928 F3 function
4929 <!--chtml else-->
4930 &quot;E&quot;
4931 <!--chtml endif-->
4932 key to Exit Help at any time.
4935 Within the help screen you might find a word or phrase displayed in 
4936 inverse text and others displayed in bold typeface.  Such words and
4937 phrases are used to tell you Alpine has more information available on
4938 the topic they describe.
4939 The inverted text is the &quot;selected&quot; topic.  
4940 Use the arrow keys, Ctrl-F, and Ctrl-B to change which of the phrases
4941 displayed in bold type
4942 is &quot;selected&quot;.
4943 Hit the Return key to display the information Alpine has available on that
4944 topic.  While viewing such additional information, the 
4945 <!--chtml if pinemode="function_key"-->
4946 F3 function
4947 <!--chtml else-->
4948 &quot;P&quot;
4949 <!--chtml endif-->
4950 key will return you to the previous help screen, and the
4951 <!--chtml if pinemode="function_key"-->
4952 F2 function
4953 <!--chtml else-->
4954 &quot;E&quot;
4955 <!--chtml endif-->
4956 key will Exit the Help system altogether.
4959 The "N" command will tell you the internal name of the help text you are 
4960 reading each time, so that you can send this name in the text of a message 
4961 and create a direct link to that internal help using the x-pine-help URL 
4962 scheme. For example, the direct link to this item is 
4963 x-pine-help:h_special_help_nav. If you add this text to a message, then
4964 a person using Pine to read such message would have a direct link to this
4965 help text.
4968 When you are finished reading this help text, you can press the
4969 <!--chtml if pinemode="function_key"-->
4970 F3 function
4971 <!--chtml else-->
4972 &quot;P&quot;
4973 <!--chtml endif-->
4974 key to return to the previously displayed help text.
4977 &lt;End of help on this topic&gt;
4978 </BODY>
4979 </HTML>
4980 ============= h_special_list_commands =============
4981 <HTML>
4982 <HEAD>
4983 <TITLE>Email List Commands Explained</TITLE>
4984 </HEAD>
4985 <BODY>
4986 <H1>Email List Commands Explained</H1>
4988 Electonic mail lists provide a way for like-minded users to join in
4989 discussions on topics of interest.  The email list itself is 
4990 represented by a
4991 single address that participants send messages to when they have
4992 something of interest to share with other members of the list.  The
4993 receiving computer then, either automatically or after review by the
4994 list's owner (or moderator), sends a copy of that message to each
4995 member of the list.
4998 Usually, subscribing and unsubscribing is done by sending requests in
4999 an email message to a special address setup to handle managing list
5000 membership.  Often this is the name of the list followed by
5001 <I>-request</I>.  This address is almost <EM>never</EM> the same as
5002 the address used to send messages to the list.
5005 Unfortunately, email list participation commands are more a matter
5006 of convention than standard, and thus may vary from list to list.
5007 Increasingly, list management software is adding information to
5008 the copy of the postings as they're copied to the list members that
5009 explains how to do the various list management functions.
5012 Alpine will recognize this information and offer the management commands
5013 they represent in a simple display. One or more of the following
5014 operations will be made available:
5016 <DL>
5017 <DT>Help</DT>
5018 <DD>
5019 A method to get help on subscribing, unsubscribing, 
5020 an explanation of what the list is about, or special instructions
5021 for participation.  This may be in the form of a reply in response
5022 to an email message, or instructions on how to connect to a Web site.
5023 </DD>
5025 <DT>Unsubscribe</DT>
5026 <DD>
5027 A method to get your email addressed removed from the list of
5028 recipients of the email list.
5029 </DD>
5031 <DT>Subscribe</DT>
5032 <DD>
5033 A method to get your email address added to the list of recipients
5034 of the email list.  It may be in the form of a message sent to 
5035 a special address or you may be connected to a web site.
5036 <DD>
5037 </DD>
5039 <DT>Post</DT>
5040 <DD>
5041 A method used to post to the email list.  However, it might also 
5042 indicate that no posting is allowed directly to the list.
5043 </DD>
5045 <DT>Owner</DT>
5046 <DD>
5047 A method to contact the list owner for special questions you might
5048 have regarding the list.
5049 </DD>
5051 <DT>Archive</DT>
5052 <DD>
5053 A method to view an archive of previous messages posted to the list.
5054 This may be in the form of a mail folder on a remote computer, an
5055 IMAP mailbox or even a Web site.
5056 </DD>
5057 </DL>
5060 &lt;End of help on this topic&gt;
5061 </BODY>
5062 </HTML>
5063 ============= h_quota_command =============
5064 <HTML>
5065 <HEAD>
5066 <TITLE>Quota Screen Explained</TITLE>
5067 </HEAD>
5068 <BODY>
5069 <H1>Quota Screen Explained</H1>
5071 <P> This screen summarizes the quota report for this mailbox in the
5072 IMAP server. For each resource that you have a quota, this reports summarizes
5073 its use and limit.
5075 <P> Your IMAP server administrator may have set a quota based either on 
5076 the total size of your mailbox (STORAGE), or the number of messages in 
5077 your mailbox (MESSAGES), or some other criteria. This will be reported
5078 to you indicating the type of quota, its total use and its limit.
5080 <P> The report for STORAGE is reported in kibibytes (KiB). One kibibyte is 
5081 1024 bytes. Each of the characters that you see in this help text is one 
5082 byte, and this help text is about 1 kibibyte in size. Small messages sent 
5083 by Alpine are normally less than 4 kibibytes in size (which includes 
5084 headers and text). Other email programs may send messages with bigger 
5085 sizes when they send messages, since they send plain text and an 
5086 alternative part in HTML.
5088 <P> A convenient way to save space for the STORAGE type of quota is by 
5089 deleting attachments. This is done on each individual message by pressing 
5090 the &quot;V&quot; command while reading the message text, then moving the cursor 
5091 to the position of the attachment that is to be deleted, then pressing
5092 &quot;D&quot; to delete such attachment, going back to reading the 
5093 message with the &quot;&lt;&quot; command and pressing &quot;S&quot; to 
5094 save the message in the same folder you are reading from. The saved 
5095 message will not have the attachment that was marked deleted. Now you
5096 can delete and expunge the message with the unwanted attachment.
5099 &lt;End of help on this topic&gt;
5100 </BODY>
5101 </HTML>
5102 ============= h_mail_thread_index =============
5103 <HTML>
5104 <HEAD>
5105 <TITLE>THREAD INDEX COMMANDS</TITLE>
5106 </HEAD>
5107 <BODY>                 
5108 <H1>THREAD INDEX COMMANDS</H1>
5109 <!--chtml if pinemode="function_key"-->
5110 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>
5111 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
5112 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>
5113 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>
5114 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>
5115 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>
5116 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>
5117 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>
5118 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>
5119 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>
5120 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>
5121 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>
5122 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>
5123 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>
5124 <BR>
5125 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
5126 -----------------------------<BR>
5127 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>
5128 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>
5129 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>
5130 <BR>
5131 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
5132 -----------------------------<BR>
5133 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
5134 F6&nbsp;&nbsp;<A HREF="h_common_role">Compose&nbsp;using&nbsp;a&nbsp;role</A><BR>
5135 <BR>
5136 <!--chtml else-->
5137 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>
5138 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
5139 &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>
5140 &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>
5141 &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>
5142 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>
5143 &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>
5144 &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>
5145 &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>
5146 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>
5147 &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>
5148 <BR>
5149 Miscellaneous&nbsp;Operations&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;General&nbsp;Alpine&nbsp;Commands<BR>
5150 ------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------<BR>
5151 &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>
5152 &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>
5153 &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>
5154 &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>
5155 &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>
5156 &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>
5157 &nbsp;:&nbsp;&nbsp;&nbsp;Select&nbsp;Messages&nbsp;in&nbsp;Current&nbsp;Thread<BR>
5158 <!--chtml endif-->
5161 NOTE:
5162 <OL>
5163  <LI>For help on a particular command, highlight the bold text associated
5164 with it above and hit Return.
5165  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
5166 </OL>
5168 <H2>Description of the THREAD INDEX Screen</H2>
5170 The THREAD INDEX displays summary information from each
5171 thread (conversation) in the current folder.
5172 This is useful if you want to quickly
5173 scan new threads, or find a particular thread without having to go
5174 through the text of each message, or to quickly get rid of junk
5175 threads, etc.
5176 The current thread is always highlighted.
5177 Each line of the THREAD INDEX contains the following columns: <P>
5178 <DL>
5179  <DT>STATUS:</DT>
5180  <DD> The markings on the left side of the thread tell you about its
5181 status.  You may see one or more of the following codes on any given
5182 thread:
5183 <UL>
5184   <LI> &quot;D&quot; for Deleted. All of the messages in this thread are marked for deletion but not yet eXpunged from the folder.
5185   <LI> &quot;A&quot; for Answered. All of the messages in this thread are marked answered.
5186   <LI> &quot;N&quot; for New. At least one message in the thread is New (you haven't looked at it yet).
5187   <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.
5188   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
5189         message in the thread was sent to you as a cc:. This symbol will only show up if
5190         the feature
5191         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
5192   <LI> &quot;X&quot; for selected.  You have selected at least one message in the thread by using the
5193         &quot;select&quot; command.  (Some systems may optionally allow selected
5194         messages to be denoted by the index line being displayed in bold
5195         type instead.)
5196   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
5197       to mark at least one message in this thread as &quot;important&quot;.
5198 </UL></DD><P>
5200  <DT>THREAD NUMBER:</DT>
5201  <DD>Threads in a folder are numbered, from one through the number
5202 of threads in the folder, to help you know where you are in the folder.
5203 </DD><P>
5205  <DT>DATE STARTED:</DT>
5206  <DD>The date the thread was started. This is actually from the Date header
5207 of the first message in the thread. It doesn't take different time zones
5208 into account.</DD><P>
5210  <DT>WHO STARTED THE THREAD:</DT>
5211  <DD>This is usually the name of the sender of the first message in the thread, taken from
5212 the From header of the message.
5213 If there is no personal name given in that
5214 address, then the email address is used instead.
5215 If the message is from you (or from one of your
5216 <A HREF="h_config_alt_addresses">alternate addresses</A>),
5217 then the recipient's name is shown here instead, with the characters
5218 &quot;To: &quot; inserted before the name.
5219 (The idea of this is that if you started the thread you would rather see who
5220 the mail was sent to instead of that the mail was from you.)
5221 In Newsgroups, if you are
5222 the sender and there are no email recipients, the newsgroup name will be
5223 listed after the &quot;To: &quot;.
5224 </DD><P>
5226  <DT>SIZE:</DT>
5227  <DD>The number in parentheses is the number of messages in the thread.</DD><P>
5229  <DT>SUBJECT:</DT>
5230  <DD>As much of the thread's subject line as will fit on the screen.
5231 This is the subject of the first message in the thread.</DD>
5232 </DL>
5234 <P><UL>
5235 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5236 </UL>
5238 &lt;End of help on this topic&gt;
5239 </BODY>
5240 </HTML>
5241 ============= h_mail_index =============
5242 <HTML>
5243 <HEAD>
5244 <TITLE>MESSAGE INDEX COMMANDS</TITLE>
5245 </HEAD>
5246 <BODY>                 
5247 <H1>MESSAGE INDEX COMMANDS</H1>
5248 <!--chtml if pinemode="function_key"-->
5249 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>
5250 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
5251 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>
5252 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>
5253 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>
5254 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>
5255 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>
5256 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>
5257 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>
5258 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>
5259 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>
5260 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>
5261 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>
5262 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>
5263 <BR>
5264 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
5265 -----------------------------<BR>
5266 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>
5267 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>
5268 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>
5269 <BR>
5270 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
5271 -----------------------------<BR>
5272 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
5273 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>
5274 <BR>
5275 <!--chtml else-->
5276 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>
5277 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
5278 &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>
5279 &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>
5280 &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>
5281 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>
5282 &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>
5283 &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>
5284 &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>
5285 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>
5286 &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>
5287 Miscellaneous&nbsp;Operations<BR>
5288 ------------------------<BR>
5289 &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>
5290 &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>
5291 &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>
5292 &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>
5293 &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>
5294 &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>
5295 &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>
5296 &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>
5297 <!--chtml endif-->
5300 NOTE:
5301 <OL>
5302  <LI>For help on a particular command, highlight the bold text associated
5303 with it above and hit Return.
5304  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
5305 </OL>
5307 <H2>Description of the MESSAGE INDEX Screen</H2>
5309 The MESSAGE INDEX displays summary information from each
5310 message in the current folder.
5311 This is useful if you want to quickly
5312 scan new messages, or find a particular message without having to go
5313 through the text of each message, or to quickly get rid of junk
5314 messages, etc.
5316 The current message is always highlighted
5317 and many commands operate on the current message.
5318 For example, the Delete command will delete the current message.
5319 If the folder is sorted by either Threads or OrderedSubject, then, depending
5320 on some of your configuration settings, a single line in the index may
5321 refer to an entire thread or to a subthread.
5322 If that is the case, then the commands that normally operate on the current
5323 message will operate on the thread or subthread instead.
5324 For example, the Delete command will delete the whole collapsed thread
5325 instead of just a single message.
5327 Each line of the MESSAGE INDEX contains the following columns (by default -- 
5328 you can change this with the 
5329 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
5330 in the SETUP CONFIGURATION screen): <P>
5331 <DL>
5332  <DT>STATUS:</DT>
5333  <DD> The markings on the left side of the message tell you about its
5334 status.  You may see one or more of the following codes on any given
5335 message:
5336 <UL>
5337   <LI> &quot;D&quot; for Deleted.  You have marked this message for deletion but not
5338          yet eXpunged the folder.
5339   <LI> &quot;N&quot; for New.  You have not looked at the text of the message yet.
5340   <LI> &quot;A&quot; for Answered.  Any time you reply to a message it is considered
5341          to be answered.
5342   <LI> &quot;F&quot; for Forwarded.  Similar to Answered, this is set whenever you
5343          forward a message.
5344   <LI> &quot;+&quot; for direct-to-you.  The &quot;+&quot; indicates that a message was sent
5345         directly to your account, your copy is not part of a cc: or a
5346         mailing list.
5347   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
5348         message was sent to you as a cc:. This symbol will only show up if
5349         the feature
5350         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
5351   <LI> &quot;X&quot; for selected.  You have selected the message by using the
5352         &quot;select&quot; command.  (Some systems may optionally allow selected
5353         messages to be denoted by the index line being displayed in bold
5354         type.)
5355   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
5356       to mark this message as &quot;important&quot;.
5357 </UL></DD><P>
5359  <DT>MESSAGE NUMBER:</DT>
5360  <DD>Messages in a folder are numbered, from one through the number
5361 of messages in the folder, to help you know where you are in the folder.
5362 These numbers are always in increasing order, even if you sort the folder
5363 in a different way.</DD><P>
5365  <DT>DATE SENT:</DT>
5366  <DD>The date the message was sent.  By default, messages are
5367 ordered by arrival time, not by date sent.  Most of the time, arrival time
5368 and date sent (effectively departure time) are similar.  Sometimes,
5369 however, the index will appear to be out of order because a message took a
5370 long time in delivery or because the sender is in a different time
5371 zone than you are. This date is just the date from the Date header
5372 field in the message.</DD><P>
5374  <DT>WHO SENT THE MESSAGE:</DT>
5375  <DD>This is usually the name of the sender of the message, taken from
5376 the From header of the message.
5377 If there is no personal name given in that
5378 address, then the email address is used instead.
5379 If the message is from you (or from one of your
5380 <A HREF="h_config_alt_addresses">alternate addresses</A>),
5381 then the recipient's name is shown here instead, with the characters
5382 &quot;To: &quot; inserted before the name.
5383 (The idea of this is that if you sent the mail you would rather see who
5384 the mail was sent to instead of that the mail was from you.
5385 This behavior may be changed by modifying the <!--#echo var="VAR_index-format"--> option mentioned
5386 above.
5387 In particular, use the FROM token or the FROMORTONOTNEWS token
5388 in place of the FROMORTO token.)
5389 In Newsgroups, if you are
5390 the sender and there are no email recipients, the newsgroup name will be
5391 listed after the &quot;To: &quot;. </DD><P>
5393  <DT>SIZE:</DT>
5394  <DD>The number in parentheses is the number of characters in the message.
5395 It may have a suffix of K, M, or G which means the number should be
5396 multiplied by one thousand, one million, or one billion to get the
5397 size of the message.</DD><P>
5399  <DT>SUBJECT:</DT>
5400  <DD>As much of the message's subject line as will fit on the screen.</DD>
5401 </DL>
5403 <P><UL>
5404 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5405 </UL>
5407 &lt;End of help on this topic&gt;
5408 </BODY>
5409 </HTML>
5410 ============= h_mail_view ========================
5411 <HTML>
5412 <HEAD>
5413 <TITLE>MESSAGE TEXT SCREEN</TITLE>
5414 </HEAD>
5415 <BODY>
5416 <H1>MESSAGE TEXT SCREEN</H1>
5417 <!--chtml if pinemode="function_key"-->
5418 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>
5419 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;------------------------------<BR>
5420 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>
5421 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>
5422 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>
5423 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>
5424 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>
5425 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>
5426 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>
5427 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>
5428 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>
5429 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>
5430 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>
5431 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>
5432 <BR>
5433 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
5434 ------------------------------<BR>
5435 F1&nbsp;&nbsp;Show&nbsp;Help&nbsp;Text<BR>
5436 F2&nbsp;&nbsp;Toggle&nbsp;to&nbsp;see&nbsp;more&nbsp;commands<BR>
5437 F3&nbsp;&nbsp;<A HREF="h_view_cmd_hilite">View&nbsp;hilited</A><BR>
5438 F4&nbsp;&nbsp;Select&nbsp;current&nbsp;message<BR>
5439 F5&nbsp;&nbsp;Previous&nbsp;selectable&nbsp;item<BR>
5440 F6&nbsp;&nbsp;Next&nbsp;selectable&nbsp;item<BR>
5441 F7&nbsp;&nbsp;<A HREF="h_common_jump">Jump</A>&nbsp;to&nbsp;message&nbsp;number<BR>
5442 F8&nbsp;&nbsp;<A HREF="h_common_nextnew">Next&nbsp;new</A>&nbsp;message<BR>
5443 F9&nbsp;&nbsp;<A HREF="h_common_hdrmode">Display&nbsp;full&nbsp;headers</A><BR>
5444 F10&nbsp;<A HREF="h_common_bounce">Bounce</A>&nbsp;message<BR>
5445 F11&nbsp;<A HREF="h_common_flag">Flag</A>&nbsp;message<BR>
5446 F12&nbsp;<A HREF="h_common_pipe">Pipe</A>&nbsp;to&nbsp;a&nbsp;Unix&nbsp;command<BR>
5447 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
5448 F5&nbsp;&nbsp;<A HREF="h_common_role">Compose using a role</A><BR>
5449 <!--chtml else-->
5450 Operations&nbsp;on&nbsp;the&nbsp;Current&nbsp;Message<BR>
5451 ---------------------------------<BR>
5452 <BR>
5453 &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>
5454 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>
5455 &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>
5456 &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>
5457 &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>
5458 &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>
5459 &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>
5460 &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>
5461 &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>
5462 <BR>
5463 Navigating&nbsp;the&nbsp;List&nbsp;of&nbsp;Messages&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Other&nbsp;Commands<BR>
5464 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;----------------------------<BR>
5465 &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>
5466 &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>
5467 &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>
5468 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>
5469 <BR>
5470 General&nbsp;Alpine&nbsp;Commands<BR>
5471 ---------------------<BR>
5472 &nbsp;O&nbsp;&nbsp;Show&nbsp;all&nbsp;other&nbsp;available&nbsp;commands<BR>
5473 &nbsp;?&nbsp;&nbsp;Show&nbsp;Help&nbsp;text&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Q&nbsp;Quit&nbsp;Alpine<BR>
5474 &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>
5475 &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>
5476 &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>
5477 <!--chtml endif-->
5480 NOTE:
5481 <OL>
5482  <LI>For help on a particular command, highlight the bold text associated
5483 with it above and hit Return.
5484  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
5485 </OL>
5487 <H2>Description of the MESSAGE TEXT Screen</H2>
5489 The top line of the view message screen displays status
5490 information about the currently open collection and folder and about the
5491 current message.  It shows the name of the collection in angle brackets
5492 and then the name of the folder.  The line also displays the number
5493 of messages in the folder, the number of the current message and the
5494 percentage of the current message that has been displayed on the screen.
5495 If the message is marked for deletion &quot;DEL&quot; will appear in the upper
5496 right corner.
5497 If the message has been answered (but not deleted) &quot;ANS&quot; will show
5498 in the corner.
5501 NOTE: to rapidly move to the end of a message, hit the
5502 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
5503 (or Ctrl-W) key followed
5504 by Ctrl-V.  Similarly,
5505 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
5506 followed by Ctrl-Y will take you to the beginning of
5507 a message.
5509 <H2>Explanation of Alternate Character Sets</H2>
5511 Alpine attempts to stay out of the way so that it won't prevent you from
5512 viewing mail in any character set.  It will simply send the message to
5513 your display device.  If the device is capable of displaying the
5514 message as it was written it will do so.  If not, the display may be
5515 partially or totally incorrect.
5516 If the message contains characters that are not representable in your 
5517 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
5518 variable in your configuration, then a warning message will be printed
5519 to your screen at the beginning of the message display.
5520 It is probably best to use UNIX Alpine in a terminal emulator
5521 capable of displaying UTF-8 characters.
5522 See <A HREF="h_config_char_set">Display Character Set</A> for a little
5523 more information about character set settings.
5525 <P><UL>
5526 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5527 </UL>
5529 &lt;End of help on this topic&gt;
5530 </BODY>
5531 </HTML>
5532 ======= h_index_cmd_select =======
5533 <HTML>
5534 <HEAD>
5535 <TITLE>Selecting: Select and WhereIs/Select</TITLE>
5536 </HEAD>
5537 <BODY>
5538 <H1>Selecting: Select and WhereIs/Select</H1>
5540 Aggregate operations give you the ability to process a group of messages
5541 at once.  Acting on multiple messages requires two steps: (1) selecting a
5542 set of messages and then; (2) applying a command to that set. The first
5543 part is handled by the select command.  Select allows you to
5544 select messages based on their status (read, answered, etc.), contents,
5545 date, size, or keywords.
5546 You may also select based on one of your Rules or based on threads,
5547 and there are quick options to select a specific message or range of messages,
5548 to select the current message, or to select all messages.
5551 We describe the various selection criteria briefly:
5554 <DL>
5555 <DT>select All</DT>
5556 <DD> Marks all the messages in the folder as selected.
5557 </DD>
5559 <DT>select Cur</DT>
5560 <DD> Selects the currently highlighted message or currently highlighted
5561 set of messages if in a threaded view.
5562 </DD>
5564 <DT>select by Number</DT>
5565 <DD> Select by message number. This may be a comma-separated list instead or
5566 a single entry.
5567 Each element in the list may be either a single message number or a range
5568 of numbers with a dash between the lowest and highest member of the range.
5569 Some examples are 7 to select only message number 7; 2-5 to select messages
5570 2 through 5; and 2-5,7-9,11 to select messages 2, 3, 4, 5, 7, 8, 9, and 11.
5571 The word &quot;end&quot; or the character &quot;$&quot; may be used as a 
5572 substitute for the highest numbered message in the folder, while the
5573 character &quot;.&quot; represents the message number holding the position
5574 of the cursor in the folder.
5575 If in a separate thread index where the numbers refer to threads instead of
5576 to messages, then you will be selecting all of the messages in the
5577 referenced threads instead of selecting by message number.
5578 </DD>
5580 <DT>select by Date</DT>
5581 <DD> Select by either the date stored in the Date headers of each message,
5582 or by the date when the messages arrived.
5583 This does not adjust for different time zones, but just checks to see what
5584 day the message was sent on.
5585 You may type in a date. If you do, the date should be in the form
5586 <P><SAMP><CENTER>DD-Mon-YYYY</CENTER></SAMP><P>
5587 For example,
5588 <P><SAMP><CENTER>24-Nov-2004</CENTER></SAMP><P>
5590 <P><SAMP><CENTER>09-Nov-2004</CENTER></SAMP><P>
5591 If the date you want is close to the current date, it is probably
5592 easier to use the &quot;^P&nbsp;Prev Day&quot; or &quot;^N&nbsp;Next Day&quot; commands to change the default date that
5593 is displayed, instead of typing in the date yourself.
5594 Or, the &quot;^X&nbsp;Cur Msg&quot; command may be used to fill in
5595 the date of the currently highlighted message. 
5597 There are six possible settings that are selected using the
5598 &quot;^W&nbsp;Toggle When&quot; command.
5599 Three of them select messages based on the Date headers.
5600 They are &quot;SENT SINCE&quot;, &quot;SENT BEFORE&quot;,
5601 and &quot;SENT ON&quot;.
5602 SINCE is all messages with the selected date or later.
5603 BEFORE is all messages earlier than the selected date (not including the day
5604 itself).
5605 ON is all messages sent on the selected date.
5606 The other three select messages in the same way but they use the arrival
5607 times of the messages instead of the Date headers included in the messages.
5608 Those three are &quot;ARRIVED SINCE&quot;, &quot;ARRIVED BEFORE&quot;,
5609 and &quot;ARRIVED ON&quot;.
5610 When you save a message from one folder to another the arrival time is
5611 preserved.
5612 </DD>
5614 <DT>select by Text</DT>
5615 <DD> Selects messages based on the message contents.
5616 This allows you to select a set of messages based on whether or not the
5617 message headers or message body contain specified text.
5618 You may look for text in the Subject, the From header,
5619 the To header, or the Cc header.
5620 You may also choose Recipient, which searches for the text in
5621 either the To or the Cc header;
5622 or Participant, which means To or Cc or From.
5623 Besides those specific header searches, you may also search the entire
5624 header and text of the message with &quot;All Text&quot;, or just the
5625 body of the message.
5627 To search for the absence of text, first type the &quot;! Not&quot; command
5628 before typing the specific type of text search.
5629 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
5630 search for all messages that do not contain a particular word in their
5631 Subjects.
5633 If you choose a Subject search, you may use the subject from the current
5634 message by typing the &quot;^X Cur Subject&quot; command.
5635 You may then edit it further if you wish.
5636 For example, you might select the subject of a reply and edit the
5637 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
5638 the original message being replied to.
5639 All of the other header searches allow you to use addresses from the
5640 headers of the current message if you want to.
5641 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
5642 &quot;^W Cur Cc&quot;.
5643 In each case, if there is more than one address, only the first is offered.
5644 </DD>
5646 <DT>select by Status</DT>
5647 <DD> Selects messages based on their status.
5648 You may select all New, Important, Deleted, Answered, Recent, or Unseen
5649 messages.
5650 Or, if you first type the &quot;! Not&quot; command, you get not New,
5651 or not Important, and so on.
5652 If you select Deleted messages, you will get all messages with their
5653 Deleted flag set.
5654 Likewise for Important messages, all messages that you have flagged as
5655 being Important with the
5656 <A HREF="h_common_flag">Flag</A> command.
5657 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
5658 because they try to match what you see on the screen by default.
5659 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
5660 and Unanswered.
5661 If you have looked at the message, or deleted it, or answered it; then it
5662 is not considered &quot;New &quot;.
5663 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
5665 &quot;Answered&quot; is another one that is a little different.
5666 It means that the message has been Answered <EM>and</EM> is not deleted.
5667 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
5668 the opposite of &quot;Answered&quot;!
5669 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
5670 both Unanswered <EM>and</EM> not deleted.
5672 The other two types were added later because the special nature of the
5673 New flag was not what was wanted by all users.
5674 New does match what you see in the index by default, but if you use
5675 the IMAPSTATUS or SHORTIMAPSTATUS token in the
5676 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
5677 be exactly what you want.
5678 &quot;Unseen&quot; simply selects all unseen messages, whether or not
5679 they are deleted or answered, and
5680 &quot;Recent&quot; selects all of the messages that have been added to
5681 the folder since you started this Alpine session.
5682 (That's not technically quite true. If there are multiple mail clients
5683 reading an IMAP mailbox, each message will be marked as Recent in only
5684 one of the client's sessions.)
5685 </DD>
5687 <DT>select by siZe</DT>
5688 <DD> Selects messages based on their size being smaller than or larger
5689 than the size you specify.
5690 The size is the number of bytes.
5691 You may use the suffix &quot;K&quot; or &quot;k&quot; to mean 1,000 times
5692 the number.
5693 For example, 7K is the same as 7000.
5694 The suffix &quot;M&quot; or &quot;m&quot; means 1,000,000 times the number,
5695 and the suffix &quot;G&quot; or &quot;g&quot; means 1,000,000,000 times.
5696 Use the &quot;^W&quot; command to toggle back and forth between Smaller
5697 and Larger.
5698 </DD>
5700 <DT>select by Keyword</DT>
5701 <DD> Selects messages that either have or do not have
5702 (using the &quot;!&nbsp;Not&quot; command)
5703 a particular <A HREF="h_config_keywords">Keyword</A> set.
5704 One way to select a keyword is to use the &quot;^T&nbsp;To&nbsp;List&quot;
5705 command to select one from your list of keywords.
5707 <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.
5708 </DD>
5710 <DT>select by Rule</DT>
5711 <DD> Selects messages that either match or don't match
5712 (using the &quot;!&nbsp;Not&quot; command)
5713 one of the Rules you have defined.
5714 The most likely method of filling in the Rule is to use the
5715 &quot;^T&nbsp;To&nbsp;List&quot;
5716 command to select one of your Rules.
5717 All of the Rules you have defined will be in the list, including
5718 Rules for Searching, Indexcolors, Filtering, Roles, Score setting, and Other.
5719 They may not all make sense for this purpose, but they are all there for
5720 flexibility.
5721 You might find it useful to define some rules solely for the purpose
5722 of being used by the Select command.
5723 There is a special category for such Rules. They are called Search Rules.
5725 Unfortunately, Alpine does not allow all possible Rules to be defined.
5726 For example, there is no logical OR operation.
5727 OR is accomplished in the Filter Rules or the other types of Rules by
5728 simply defining two rules, one that matches the first part of the OR
5729 and another that matches the second part.
5730 But you can't do that here, since you only have a single Rule to work with.
5731 Likewise, the order of Rules is usually important.
5732 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
5733 a message, then that stops the search for a further match.
5734 This means that you may be confused if you try to use Select by Rule to
5735 check your Filter rules because the order is important when filtering but
5736 is not considered here.
5737 </DD>
5739 <DT>select by tHread</DT>
5740 <DD> Selects all of the messages in the current thread.
5741 </DD>
5742 </DL>
5744 After you have an initial selection, the next and subsequent selection
5745 commands modify the selection.
5746 The select command changes. It first gives
5747 you selection &quot;alteration&quot; options: &quot;unselect All&quot;,
5748 &quot;unselect Current&quot;,
5749 &quot;Broaden selection&quot; (implements a logical OR), and
5750 &quot;Narrow selection&quot; (implements a logical AND).
5751 After you choose either Broaden or Narrow, you then choose one of the
5752 selection criteria listed above (by Text or Number or ...).
5753 You may use select as many times as you wish to get the selected set right.
5756 The WhereIs command has a feature (Ctrl-X) to
5757 select all the messages that match the WhereIs search. WhereIs searches
5758 through just the text that appears on the MESSAGE INDEX screen.
5759 This method is often slower than using the select command itself, unless the
5760 line you are looking for is not too far away in the index.
5763 The availability of the aggregate operations commands is determined by the
5764 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
5765 Feature-List option in your Alpine
5766 configuration, which defaults to set.
5767 The features
5768 <A HREF="h_config_auto_zoom">&quot;<!--#echo var="FEAT_auto-zoom-after-select"-->&quot;</A>
5770 <A HREF="h_config_select_wo_confirm">&quot;<!--#echo var="FEAT_select-without-confirm"-->&quot;</A>
5771 affect the behavior of the Select command.
5774 &lt;End of help on this topic&gt;
5775 </BODY>
5776 </HTML>
5777 ======= h_select_rule =======
5778 <HTML>
5779 <HEAD>
5780 <TITLE>Select: Rule</TITLE>
5781 </HEAD>
5782 <BODY>
5783 <H1>Select: Rule</H1>
5785 You are selecting messages that either match or don't match
5786 one of the Rules you have defined.
5787 You may either type the nickname of the Rule at the prompt, or use the
5788 &quot;^T&nbsp;To&nbsp;List&quot;
5789 command to select one of your Rules.
5790 All of the Rules you have defined will be in the list, including
5791 Rules for Indexcolors, Filtering, Roles, Score setting, and Other.
5792 They may not all make sense for this purpose, but they are all there for
5793 flexibility.
5794 Rules may be added by using the Setup/Rules screen off of the main Alpine
5795 menu.
5797 Unfortunately, Alpine does not allow all possible Rules to be defined.
5798 For example, there is no logical OR operation.
5799 OR is accomplished in the Filter Rules or the other types of Rules by
5800 simply defining two rules, one that matches the first part of the OR
5801 and another that matches the second part.
5802 But you can't do that here, since you only have a single Rule to work with.
5803 Likewise, the order of Rules is usually important.
5804 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
5805 a message, then that stops the search for a further match.
5806 This means that you may be confused if you try to use Select by Rule to
5807 check your Filter rules because the order is important when filtering but
5808 is not considered here.
5811 &lt;End of help on this topic&gt;
5812 </BODY>
5813 </HTML>
5814 ======= h_select_text =======
5815 <HTML>
5816 <HEAD>
5817 <TITLE>Select: Text</TITLE>
5818 </HEAD>
5819 <BODY>
5820 <H1>Select: Text</H1>
5822 You are selecting messages based on the contents of the message.
5823 This allows you to select a set of messages based on whether or not the
5824 message headers or message body contain specified text.
5825 You may look for text in the Subject, the From header,
5826 the To header, or the Cc header.
5827 You may also choose Recipient, which searches for the text in
5828 either the To or the Cc header;
5829 or Participant, which means either the To header, or the Cc header,
5830 or the From header.
5831 Besides those specific header searches, you may also search the entire
5832 header and text of the message with &quot;All Text&quot;, or just the
5833 body of the message with &quot;Body&quot;.
5835 To search for the absence of text, first type the &quot;!&nbsp;Not&quot; command
5836 before typing the specific type of text search.
5837 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
5838 search for all messages that do not contain a particular word in their
5839 Subjects.
5841 If you choose a Subject search, you may use the subject from the current
5842 message by typing the &quot;^X Cur Subject&quot; command.
5843 You may then edit it further if you wish.
5844 For example, you might select the subject of a reply and edit the
5845 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
5846 the original message being replied to.
5847 All of the other header searches allow you to use addresses from the
5848 headers of the current message if you want to.
5849 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
5850 &quot;^W Cur Cc&quot;.
5851 In each case, if there is more than one address, only the first is offered.
5854 &lt;End of help on this topic&gt;
5855 </BODY>
5856 </HTML>
5857 ======= h_select_status =======
5858 <HTML>
5859 <HEAD>
5860 <TITLE>Select: Status</TITLE>
5861 </HEAD>
5862 <BODY>
5863 <H1>Select: Status</H1>
5865 You are selecting messages based on the status of the message.
5866 For example, whether or not the message has been marked Deleted or Important,
5867 or whether or not it has been Answered or is New.
5868 If you first type the &quot;!&nbsp;Not&quot; command, you will get the
5869 opposite: not Deleted, not Important, and so on.
5871 If you select Deleted messages, you will get all messages with their
5872 Deleted flag set.
5873 Likewise for Important messages, all messages that you have flagged as
5874 being Important with the
5875 <A HREF="h_common_flag">Flag</A> command.
5876 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
5877 because they try to match what you see on the screen by default.
5878 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
5879 and Unanswered.
5880 If you have looked at the message, or deleted it, or answered it; then it
5881 is not considered &quot;New &quot;.
5882 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
5884 &quot;Answered&quot; is another one that is a little different.
5885 It means that the message has been Answered <EM>and</EM> is not deleted.
5886 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
5887 the opposite of &quot;Answered&quot;!
5888 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
5889 both Unanswered <EM>and</EM> not deleted.
5891 (The New and Answered options may seem counter-intuitive.
5892 The reason it is done this way is
5893 because, by default, a Deleted message will show up with the &quot;D&quot;
5894 symbol in the MAIL INDEX screen even if it is New or Answered.
5895 The Delete symbol overrides the New and Answered symbols, because you
5896 usually don't care about the message anymore once you've deleted it.
5897 Similarly, you usually only care about whether a message is Answered or
5898 not if it is not Deleted.
5899 Once it is Deleted you've put it out of your mind.)
5901 The other two options were added later because the special nature of the
5902 New flag was not what was wanted by all users.
5903 New does match what you see in the index by default, but if you use
5904 the IMAPSTATUS or SHORTIMAPSTATUS token in the
5905 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
5906 be exactly what you expect.
5907 &quot;Unseen&quot; simply selects all unseen messages, whether or not
5908 they are deleted or answered, and
5909 &quot;Recent&quot; selects all of the messages that have been added to
5910 the folder since you started this Alpine session.
5911 (That's not technically quite true. If there are multiple mail clients
5912 reading an IMAP mailbox, each message will be marked as Recent in only
5913 one of the client's sessions.
5914 That behavior can be convenienent for some purposes, like filtering, but
5915 it isn't usually what you expect when selecting.)
5918 &lt;End of help on this topic&gt;
5919 </BODY>
5920 </HTML>
5921 ======= h_index_cmd_apply =======
5922 <HTML>
5923 <HEAD>
5924 <TITLE>Apply Command</TITLE>
5925 </HEAD>
5926 <BODY>
5927 <H1>Apply Command</H1>
5929 Apply
5930 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->A<!--chtml endif-->)
5931 is the second step of most aggregate operations.  Apply
5932 becomes active any time there is a defined set of selected messages.  The
5933 following commands can be applied to a selected message set: delete,
5934 undelete, reply, forward,
5935 <!--chtml if pinemode="os_windows"-->
5936 <!--chtml else--> 
5937 pipe,
5938 <!--chtml endif-->
5939 print, take address, save, export, bounce, and flag.
5942 The behavior of some of these commands in an aggregate sense is not easy to
5943 explain.  Try them out to see what they do.
5944 The feature
5945 <A HREF="h_config_auto_unzoom">&quot;<!--#echo var="FEAT_auto-unzoom-after-apply"-->&quot;</A>
5946 affects the behavior of the Apply command, as does the feature
5947 <A HREF="h_config_auto_unselect">&quot;<!--#echo var="FEAT_auto-unselect-after-apply"-->&quot;</A>.
5950 &lt;End of help on this topic&gt;
5951 </BODY>
5952 </HTML>
5953 ======= h_index_cmd_zoom =======
5954 <HTML>
5955 <HEAD>
5956 <TITLE>ZoomMode Command</TITLE>
5957 </HEAD>
5958 <BODY>
5959 <H1>ZoomMode Command</H1>
5961 Another action you might want to take on a set of selected messages is to
5962 zoom in on them.  Like apply, zoom only becomes active when messages have
5963 been selected.
5964 ZoomMode
5965 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->Z<!--chtml endif-->)
5966 is a toggle command that allows you to
5967 zoom-in (and only see the selected messages) and zoom-out (to see all
5968 messages in the folder).  Neither apply nor zoom removes the markings that
5969 define the selected set; you need to use a select command in order
5970 to do that.
5973 &lt;End of help on this topic&gt;
5974 </BODY>
5975 </HTML>
5976 ======= h_index_collapse_expand =======
5977 <HTML>
5978 <HEAD>
5979 <TITLE>Collapse/Expand Command</TITLE>
5980 </HEAD>
5981 <BODY>
5982 <H1>Collapse/Expand Command</H1>
5984 The Collapse/Expand command is only available from the MESSAGE INDEX screen when
5985 the folder is sorted by either Threads or OrderedSubject, and the
5986 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
5987 is set to something other than &quot;none&quot;.
5988 By default, this command collapses or expands the subthread that starts at
5989 the currently highlighted message, if any.
5990 If the subthread is already collapsed, then this command expands it.
5991 If the subthread is expanded, then this command collapses it.
5992 If there are no more messages below the current message in the
5993 thread tree (that is, there are no replies to the current message) then
5994 this command does nothing.
5997 The behavior of this command is affected by the option
5998 <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>.
5999 Normally, this command Collapses or Expands the subthread that
6000 starts at the currently highlighted message.
6001 If the above option is set, then this command Collapses or Expands the
6002 entire current thread instead of just the subthread.
6003 The current thread is simply the top-level thread that contains the
6004 current message.
6007 &lt;End of help on this topic&gt;
6008 </BODY>
6009 </HTML>
6010 ======= h_index_cmd_sort =======
6011 <HTML>
6012 <HEAD>
6013 <TITLE>Sort Command</TITLE>
6014 </HEAD>
6015 <BODY>
6016 <H1>Sort Command</H1>
6018 In Alpine's generic configuration, messages are presented in the order in
6019 which they arrive.  This default can be changed in the SETUP CONFIGURATION 
6020 with the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
6021 You can also re-sort the folder on demand with the sort
6022 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
6023 command.
6024 Your sorting options are:
6026 <UL>
6027  <LI> <A HREF="h_index_sort_arrival">A</A>rrival
6028  <LI> <A HREF="h_index_sort_date">D</A>ate
6029  <LI> <A HREF="h_index_sort_subj">S</A>ubject
6030  <LI> <A HREF="h_index_sort_ordsubj">O</A>rderedSubject
6031  <LI> t<A HREF="h_index_sort_thread">H</A>read
6032  <LI> <A HREF="h_index_sort_from">F</A>rom
6033  <LI> si<A HREF="h_index_sort_size">Z</A>e
6034  <LI> scor<A HREF="h_index_sort_score">E</A>,
6035  <LI> <A HREF="h_index_sort_to">T</A>o
6036  <LI> <A HREF="h_index_sort_cc">C</A>c
6037 </UL>
6040 The Reverse option will toggle the order the index is currently
6041 sorted by, but will not change the relative sort order.
6044 Sorting a folder does not actually rearrange the way the folder is saved,
6045 it just re-arranges how the messages are presented to you.  This means
6046 that Alpine has to do the work of sorting every time you change sort order.
6047 Sometimes, especially with PC-Alpine or with large folders, this could take
6048 a while.
6051 &lt;End of help on this topic&gt;
6052 </BODY>
6053 </HTML>
6054 ======= h_index_sort_default =======
6055 <HTML>
6056 <HEAD>
6057 <TITLE>SORT OPTION: Default</TITLE>
6058 </HEAD>
6059 <BODY>
6060 <H1>SORT OPTION: Default</H1>
6062 The <EM>Default</EM> sort option just means to use the default sort order
6063 set in the
6064 <li><a href="h_config_sort_key"><!--#echo var="VAR_sort-key"--></a>
6065 option in Setup/Config.
6068 &lt;End of help on this topic&gt;
6069 </BODY>
6070 </HTML>
6071 ======= h_index_sort_arrival =======
6072 <HTML>
6073 <HEAD>
6074 <TITLE>SORT OPTION: Arrival</TITLE>
6075 </HEAD>
6076 <BODY>
6077 <H1>SORT OPTION: Arrival</H1>
6079 The <EM>Arrival</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6080 in the order that they exist in the folder.  This is usually the same as the
6081 order in which they arrived.  This option is comparable to not sorting
6082 the messages at all.
6085 &lt;End of help on this topic&gt;
6086 </BODY>
6087 </HTML>
6088 ======= h_index_sort_date =======
6089 <HTML>
6090 <HEAD>
6091 <TITLE>SORT OPTION: Date</TITLE>
6092 </HEAD>
6093 <BODY>
6094 <H1>SORT OPTION: Date</H1>
6096 The <EM>Date</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6097 according to the date and time they were
6098 sent.
6101 On a folder like INBOX, sorting by &quot;Date&quot; should be almost
6102 identical to sorting by &quot;Arrival&quot;.
6105 &lt;End of help on this topic&gt;
6106 </BODY>
6107 </HTML>
6108 ======= h_index_sort_subj =======
6109 <HTML>
6110 <HEAD>
6111 <TITLE>SORT OPTION: Subject</TITLE>
6112 </HEAD>
6113 <BODY>
6114 <H1>SORT OPTION: Subject</H1>
6116 The <EM>Subject</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6117 by subject. 
6120 Messages with the same subject are
6121 first grouped together, and then the groups of like-subject messages
6122 are arranged alphabetically.
6125 Alpine ignores leading &quot;Re:&quot; and
6126 &quot;re:&quot; and trailing &quot;(fwd)&quot; when determining the
6127 likeness and alphabetical order of subject lines.
6130 &lt;End of help on this topic&gt;
6131 </BODY>
6132 </HTML>
6133 ======= h_index_sort_ordsubj =======
6134 <HTML>
6135 <HEAD>
6136 <TITLE>SORT OPTION: OrderedSubject</TITLE>
6137 </HEAD>
6138 <BODY>
6139 <H1>SORT OPTION: OrderedSubject</H1>
6141 The <EM>OrderedSubject</EM> sort option arranges messages in the
6142 MESSAGE&nbsp;INDEX by grouping all messages with the same subject
6143 together, similar to sort by <A HREF="h_index_sort_subj">S</A>ubject.
6146 However, <EM>OrderedSubj</EM> then arranges the groups of like-subject
6147 messages by the date of the oldest message in the group.
6150 This sort method provides for pseudo threading of conversations within
6151 a folder.
6152 You may want to try sorting by Thread instead.
6155 &lt;End of help on this topic&gt;
6156 </BODY>
6157 </HTML>
6158 ======= h_index_sort_thread =======
6159 <HTML>
6160 <HEAD>
6161 <TITLE>SORT OPTION: Thread</TITLE>
6162 </HEAD>
6163 <BODY>
6164 <H1>SORT OPTION: Thread</H1>
6166 The <EM>Thread</EM> sort option arranges messages in the
6167 MESSAGE&nbsp;INDEX by grouping all messages that indicate
6168 they are part of a conversation (discussion thread) taking
6169 place within a mailbox or newsgroup.  This indication is
6170 based on information in the message's header -- specifically
6171 its <tt>References:</tt>, <tt>Message-ID:</tt>, and <tt>Subject:</tt> fields.
6174 &lt;End of help on this topic&gt;
6175 </BODY>
6176 </HTML>
6177 ======= h_index_sort_from =======
6178 <HTML>
6179 <HEAD>
6180 <TITLE>SORT OPTION: From</TITLE>
6181 </HEAD>
6182 <BODY>
6183 <H1>SORT OPTION: From</H1>
6185 The <EM>From</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6186 by the name of the author of the message.
6189 Messages with the same author are grouped together. Groups of
6190 messages are then put into alphabetical order according to message
6191 author.
6194 &lt;End of help on this topic&gt;
6195 </BODY>
6196 </HTML>
6197 ======= h_index_sort_size =======
6198 <HTML>
6199 <HEAD>
6200 <TITLE>SORT OPTION: Size</TITLE>
6201 </HEAD>
6202 <BODY>
6203 <H1>SORT OPTION: Size</H1>
6205 The <EM>Size</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6206 by their relative sizes.
6209 &lt;End of help on this topic&gt;
6210 </BODY>
6211 </HTML>
6212 ======= h_index_sort_score =======
6213 <HTML>
6214 <HEAD>
6215 <TITLE>SORT OPTION: Score</TITLE>
6216 </HEAD>
6217 <BODY>
6218 <H1>SORT OPTION: Score</H1>
6220 The <EM>Score</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6221 by their scores.
6224 Messages with the same score are sorted in arrival order.
6225 Scores are something you create using the
6226 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
6229 &lt;End of help on this topic&gt;
6230 </BODY>
6231 </HTML>
6232 ======= h_index_sort_to =======
6233 <HTML>
6234 <HEAD>
6235 <TITLE>SORT OPTION: To</TITLE>
6236 </HEAD>
6237 <BODY>
6238 <H1>SORT OPTION: To</H1>
6240 The <EM>To</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX 
6241 by the names of the recipients of the message.
6244 Messages with the same recipients are grouped together. Groups of
6245 messages are then put into alphabetical order according to message
6246 recipients.
6249 &lt;End of help on this topic&gt;
6250 </BODY>
6251 </HTML>
6252 ======= h_index_sort_cc =======
6253 <HTML>
6254 <HEAD>
6255 <TITLE>SORT OPTION: Cc</TITLE>
6256 </HEAD>
6257 <BODY>
6258 <H1>SORT OPTION: Cc</H1>
6260 The <EM>Cc</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX by
6261 the names of the carbon copy addresses of the message.
6264 &lt;End of help on this topic&gt;
6265 </BODY>
6266 </HTML>
6267 ======= h_index_cmd_whereis =======
6268 <HTML>
6269 <HEAD>
6270 <TITLE>WhereIs Command</TITLE>
6271 </HEAD>
6272 <BODY>
6273 <H1>WhereIs Command</H1>
6275 The WhereIs
6276 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
6277 command lets you search the MESSAGE INDEX for a word.
6278 It scans through whatever you see, usually the name of the author
6279 and the Subject line.
6280 WhereIs has special subcommands to let you find the beginning of the
6281 index (Ctrl-Y -- first message)
6282 or the end of the index (Ctrl-V -- last message).
6284 Note that WhereIs only searches through the visible text on the screen.
6285 For example, if only part of the Subject of a message is shown because it
6286 is long, then only the visible portion of the Subject is searched.
6287 Also note that WhereIs does not &quot;see&quot; the 
6288 &quot;X&quot; in column one of Index entries for selected messages
6289 so it can't be used to search for
6290 selected messages (use &quot;Zoom&quot; instead).
6292 If the feature
6293 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
6294 is turned on,
6295 WhereIs can also be used as a quick way to select messages that match the
6296 string being searched for.
6297 Instead of typing carriage return to search for the next match, type
6298 Ctrl-X to select all matches.
6299 Once again, this only selects matches that are (or would be if the right
6300 index line was on the screen) visible.
6301 Truncated From lines or Subjects will cause matches to be missed.
6302 Although WhereIs is sometimes convenient for quick matching, the Select
6303 command is usually more powerful and usually faster.
6306 &lt;End of help on this topic&gt;
6307 </BODY>
6308 </HTML>
6309 ======= h_view_cmd_whereis =======
6310 <HTML>
6311 <HEAD>
6312 <TITLE>WhereIs Command</TITLE>
6313 </HEAD>
6314 <BODY>
6315 <H1>WhereIs Command</H1>
6317 The WhereIs
6318 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
6319 command does a &quot;find in current message&quot; operation.  You
6320 type in text and Alpine will try to find it in the message you are
6321 reading.  WhereIs also has subcommands to jump to the beginning (Ctrl-Y)
6322 or end (Ctrl-V) of the message.
6323 That is, to rapidly move to the end of a message, hit the 
6324 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
6325 (or Ctrl-W) key followed
6326 by Ctrl-V.  Similarly,
6327 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
6328 followed by Ctrl-Y will take you to the beginning of a message.
6331 &lt;End of help on this topic&gt;
6332 </BODY>
6333 </HTML>
6334 ======= h_view_cmd_hilite =======
6335 <HTML>
6336 <HEAD>
6337 <TITLE>View Hilite and Next item/Previous item</TITLE>
6338 </HEAD>
6339 <BODY>
6340 <H1>View Hilite and Next item/Previous item</H1>
6342 Sometimes messages may be in the form of formatted HTML text
6343 or they may contain URLs or Web server hostnames.
6344 When any of the features
6345 <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>,
6346 <A HREF="h_config_enable_view_web_host">&quot;<!--#echo var="FEAT_enable-msg-view-web-hostnames"-->&quot;</A>,
6347 <A HREF="h_config_enable_view_attach">&quot;<!--#echo var="FEAT_enable-msg-view-attachments"-->&quot;</A>,
6349 <A HREF="h_config_enable_view_addresses">&quot;<!--#echo var="FEAT_enable-msg-view-addresses"-->&quot;</A>
6350 are enabled, Alpine will represent such selectable items in the text
6351 in bold typeface.  One of the selectable items will be displayed in
6352 inverse video (highlighted).  This is the &quot;currently selected&quot; item.
6353 Press the Return key to view the currently selected item.
6356 The Up and Down Arrows keys can be used to change the selected item
6357 (also see the feature
6358 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
6359 If there are no selectable items in the direction of the arrow you
6360 pressed, Alpine will scroll the display in that direction until one
6361 becomes visible.  To &quot;jump&quot; forwards/backwards among selectable 
6362 items in the message text, use the Previous and Next item commands,
6363 <!--chtml if pinemode="function_key"-->F5 and F6
6364 <!--chtml else-->^B and ^F<!--chtml endif-->.
6367 &lt;End of help on this topic&gt;
6368 </BODY>
6369 </HTML>
6370 ======= h_view_cmd_viewattch =======
6371 <HTML>
6372 <HEAD>
6373 <TITLE>ViewAttch Command</TITLE>
6374 </HEAD>
6375 <BODY>
6376 <H1>ViewAttch Command</H1>
6379 The View/Save Attachment
6380 (<!--chtml if pinemode="function_key"-->F4<!--chtml else-->V<!--chtml endif-->)
6381 command allows you to handle MIME attachments to a message you have
6382 received.  Alpine shows you a list of the message attachments -- you just
6383 choose the attachment you want.  You may either view or save the
6384 selected attachment.
6387 Because many attachments require external programs for display, there
6388 is some system configuration that has to happen before you can
6389 actually display attachments.  Hopefully much of that will have been
6390 done already by your system administrator.  MIME configuration is
6391 handled with the &quot;mailcap&quot; configuration file.  (See the section 
6392 on configuration in the
6393 <A HREF="h_news">release notes</A> for more information.)
6396 &lt;End of help on this topic&gt;
6397 </BODY>
6398 </HTML>
6399 ======= h_index_cmd_expunge =======
6400 <HTML>
6401 <HEAD>
6402 <TITLE>Expunge/Exclude Command</TITLE>
6403 </HEAD>
6404 <BODY>
6405 <H1>Expunge/Exclude Command</H1>
6407 Expunge/Exclude
6408 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->X<!--chtml endif-->)
6409 is the command Alpine uses to actually remove all messages
6410 marked for deletion.  With regular email files, expunge literally deletes
6411 the text from the current folder.  With newsgroups or shared mailboxes,
6412 you don't have permission to actually remove the message, so it is an
6413 exclude -- Alpine removes the message from your view of the folder even
6414 though it is not technically gone.
6416 <P> A selective expunge command is available in IMAP folders that support 
6417 the UID EXPUNGE extension in <A 
6418 HREF="http://tools.ietf.org/html/rfc4315">RFC 4315</A> as well as for all 
6419 other folders (local folders in all formats, POP3 inbox, and newsgroups) 
6420 as a subcommand of the apply command. If some selected messages are marked 
6421 deleted, then the apply command will offer the eXpunge command, which when 
6422 executed will only expunge those messages that are selected and deleted.
6424 <P> 
6425 Observe that the expunge command (when not used from the apply command) 
6426 will expunge/exclude all deleted messages from the folder, and so all 
6427 messages marked deleted will be expunged, regardless of if they are 
6428 selected or not. In other words, there is no protection against 
6429 potentially expunging more messages than only those that have been 
6430 selected and deleted.
6433 The configuration features
6434 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
6436 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>
6437 affect the behavior of the Expunge command.
6440 &lt;End of help on this topic&gt;
6441 </BODY>
6442 </HTML>
6443 ======= h_common_compose =======
6444 <HTML>
6445 <HEAD>
6446 <TITLE>Compose Command</TITLE>
6447 </HEAD>
6448 <BODY>
6449 <H1>Compose Command</H1>
6451 The Compose command takes you into the Alpine message composer where you
6452 can start a new message for sending.  This is where you type in the
6453 message's text and specify its recipient list (the &quot;To:&quot;
6454 address), where copies should be directed (e.g., &quot;Fcc&quot;,
6455 &quot;Cc:&quot; or &quot;Bcc:&quot;), and which files, if any, should
6456 be attached to the message.
6459 When you type this command, Alpine will also automatically check for any
6460 interrupted (i.e., a message that was being composed when your modem
6461 or network connection was broken) or previously postponed messages and
6462 offer you a chance to continue working on those.
6465 <UL>   
6466 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6467 </UL><P>
6468 &lt;End of help on this topic&gt;
6469 </BODY>
6470 </HTML>
6471 ======= h_common_index =======
6472 <HTML>
6473 <HEAD>
6474 <TITLE>Message Index Command</TITLE>
6475 </HEAD>
6476 <BODY>
6477 <H1>Message Index Command</H1>
6479 The Index command takes you to the MESSAGE INDEX screen that displays a
6480 summary caption for each message in the currently-open folder. One
6481 message will be highlighted; this is the &quot;Current&quot; message.
6482 The message commands available from this screen (e.g. View, Reply,
6483 Forward, Delete, Print, Save, etc) apply to the current message.
6486 &lt;End of help on this topic&gt;
6487 </BODY>
6488 </HTML>
6489 ======= h_common_folders =======
6490 <HTML>
6491 <HEAD>
6492 <TITLE>Folder List Command</TITLE>
6493 </HEAD>
6494 <BODY>
6495 <H1>Folder List Command</H1>
6497 This Folder List command takes you to the FOLDER LIST screen that displays
6498 the names of all your message folders and allows you to view, rename,
6499 delete, and add folders.  You can open (view) a different folder than the
6500 one currently open by highlighting the desired one (using the arrow keys
6501 or their control-key equivalents) and pressing RETURN.
6504 If you have multiple folder collections defined (see the Help text for
6505 the FOLDER LIST screen to learn more about Collections), you may need
6506 to press Return to expand the collection and display all of the
6507 folders in it.
6510 &lt;End of help on this topic&gt;
6511 </BODY>
6512 </HTML>
6513 ======= h_main_addrbook =======
6514 <HTML>
6515 <HEAD>
6516 <TITLE>Address Book Command</TITLE>
6517 </HEAD>
6518 <BODY>
6519 <H1>Address Book Command</H1>
6521 This command, available only from the MAIN MENU, takes you
6522 to the ADDRESS BOOK management screen.  From here, your personal address
6523 book(s) may be updated.
6526 &lt;End of help on this topic&gt;
6527 </BODY>
6528 </HTML>
6529 ======= h_main_setup =======
6530 <HTML>
6531 <HEAD>
6532 <TITLE>Setup Command</TITLE>
6533 </HEAD>
6534 <BODY>
6535 <H1>Setup Command</H1>
6537 The Setup command, available only from the MAIN MENU, prompts you for
6538 one of several configuration screens, including the SETUP CONFIGURATION 
6539 screen, by which you may activate optional Alpine features.
6542 &lt;End of help on this topic&gt;
6543 </BODY>
6544 </HTML>
6545 ======= h_main_release_notes =======
6546 <HTML>
6547 <HEAD>
6548 <TITLE>Release Notes Command</TITLE>
6549 </HEAD>
6550 <BODY>
6551 <H1>Release Notes Command</H1>
6553 This command displays information about Alpine <!--#echo var="ALPINE_VERSION"-->,
6554 as well as pointers to further information such as history and legal notes.
6557 &lt;End of help on this topic&gt;
6558 </BODY>
6559 </HTML>
6560 ======= h_main_kblock =======
6561 <HTML>
6562 <HEAD>
6563 <TITLE>Keyboard Lock Command</TITLE>
6564 </HEAD>
6565 <BODY>
6566 <H1>Keyboard Lock Command</H1>
6568 This command allows your Alpine session to be protected
6569 during a temporary absence from your terminal.
6572 &lt;End of help on this topic&gt;
6573 </BODY>
6574 </HTML>
6575 ======= h_main_journal =======
6576 <HTML>
6577 <HEAD>
6578 <TITLE>Journal Command</TITLE>
6579 </HEAD>
6580 <BODY>
6581 <H1>Journal Command</H1>
6583 This command displays a list of all the status messages Alpine has
6584 displayed (on the third line from the bottom of the screen). This may
6585 be useful if a message disappeared before you had a chance to read it.
6588 &lt;End of help on this topic&gt;
6589 </BODY>
6590 </HTML>
6591 ======= h_common_role =======
6592 <HTML>
6593 <HEAD>
6594 <TITLE>Role Command</TITLE>
6595 </HEAD>
6596 <BODY>
6597 <H1>Role Command</H1>
6599 The Role command is similar to the Compose command except that it starts
6600 off by letting you select a <A HREF="h_rules_roles">role</A>
6601 to be used for the composition.
6602 You may set up alternate roles by using Setup/Rules/Roles.
6605 &lt;End of help on this topic&gt;
6606 </BODY>
6607 </HTML>
6608 ======= h_common_conditional_cmds =======
6609 <HTML>
6610 <HEAD>
6611 <TITLE>Conditional Commands</TITLE>
6612 </HEAD>
6613 <BODY>
6614 <H1>Conditional Commands</H1>
6616 The presence or absence of certain commands, particularly in the
6617 MESSAGE INDEX and MESSAGE TEXT screens, is determined by
6618 whether or not specific features are set in your Alpine configuration.  
6619 (You can access the SETUP CONFIGURATION screen, where they are found, from 
6620 Alpine's MAIN MENU.)  To see if a desired command's availability is
6621 conditioned on a feature setting, see the command's help text (highlight
6622 the phrase associated with the command and hit Return).
6625 Also note that some
6626 commands may be administratively disabled by your system manager;
6627 if they don't work, please check with your local help desk.
6630 <UL>   
6631 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6632 </UL><P>
6633 &lt;End of help on this topic&gt;
6634 </BODY>
6635 </HTML>
6636 ======= h_common_pipe =======
6637 <HTML>
6638 <HEAD>
6639 <TITLE>Pipe Command</TITLE>
6640 </HEAD>
6641 <BODY>
6642 <H1>Pipe Command</H1>
6644 Pipe
6645 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->|<!--chtml endif-->)
6646 allows you to send a message to a specified Unix command for external
6647 processing.
6648 This command's availability is controlled by the
6649 <A HREF="h_config_enable_pipe">&quot;<!--#echo var="FEAT_enable-unix-pipe-cmd"-->&quot;</A> 
6650 feature.
6651 By default, the processed text of the message is sent to the command
6652 you specify and the output is captured by Alpine and shown to you.
6653 When you run the pipe command, there are some sub-commands which may be
6654 used to alter this behavior.
6655 These sub-commands are described <A HREF="h_pipe_command">here</A>.
6658 &lt;End of help on this topic&gt;
6659 </BODY>
6660 </HTML>
6661 ======= h_common_goto =======
6662 <HTML>
6663 <HEAD>
6664 <TITLE>Goto Command</TITLE>
6665 </HEAD>
6666 <BODY>
6667 <H1>Goto Command</H1>
6669 Goto
6670 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->G<!--chtml endif-->)
6671 is the command that lets you bypass Alpine's folder selection screens
6672 and jump directly to a new folder.  You can select any folder in the
6673 world: one in your current collection, one in a different collection or
6674 one in a collection you've never even used before.
6677 Alpine will help you as much as possible to narrow in on the folder you want.
6678 However, if the folder is outside of your defined collections, you are
6679 going to have to enter the exact folder location using the correct
6680 <A HREF="h_valid_folder_names">syntax</A>
6681 for a remote folder and/or fully-qualified path name.
6684 &lt;End of help on this topic&gt;
6685 </BODY>
6686 </HTML>
6687 ======= h_common_nextnew =======
6688 <HTML>
6689 <HEAD>
6690 <TITLE>NextNew Command</TITLE>
6691 </HEAD>
6692 <BODY>
6693 <H1>NextNew Command</H1>
6695 When you press the TAB key, Alpine advances to the next
6696 &quot;interesting&quot; message.
6697 This will be the next message you have not seen before, or the next message
6698 you have flagged Important, whichever comes first.
6699 Unread messages that have been deleted are not considered interesting.
6700 (A note about reading news. Alpine expects you to &quot;Delete&quot; news
6701 articles after you have read them if you want to remove them from future
6702 consideration. See <A HREF="h_mainhelp_readingnews">Reading News</A> for
6703 more information.)
6706 The NextNew command is affected by the feature
6707 <A HREF="h_config_tab_new_only">&quot;<!--#echo var="FEAT_tab-visits-next-new-message-only"-->&quot;</A>,
6708 which causes Alpine to only consider Unread messages interesting, not messages
6709 flagged Important.
6712 This command behaves a little differently when it finds there are no more
6713 interesting messages left in the current folder.
6714 If the current folder is one of your Incoming Message Folders
6715 (<A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>)
6716 or it is a newsgroup, then Alpine will try to find the next folder or
6717 newsgroup that contains <EM>Recent</EM> messages and will ask you
6718 if you want to open that folder.
6719 This behavior may be modified by using the
6720 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
6721 feature that causes Alpine to look for Unseen messages instead of Recent
6722 messages.
6723 The NextNew command's behavior is also affected by the configuration features
6724 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A>,
6726 <A HREF="h_config_tab_no_prompt">&quot;<!--#echo var="FEAT_continue-tab-without-confirm"-->&quot;</A>.
6729 &lt;End of help on this topic&gt;
6730 </BODY>
6731 </HTML>
6732 ======= h_common_jump =======
6733 <HTML>
6734 <HEAD>
6735 <TITLE>Jump Command</TITLE>
6736 </HEAD>
6737 <BODY>
6738 <H1>Jump Command</H1>
6740 This is Alpine's way of allowing you to go straight to a specific message.
6741 Just press &quot;J&quot; and then enter the message number.  By default, Alpine is also
6742 configured such that typing in any number automatically jumps you to that
6743 message 
6744 (<A HREF="h_config_enable_jump">&quot;<!--#echo var="FEAT_enable-jump-shortcut"-->&quot;</A> 
6745 in the SETUP CONFIGURATION).
6748 &lt;End of help on this topic&gt;
6749 </BODY>
6750 </HTML>
6751 ======= h_common_flag =======
6752 <HTML>
6753 <HEAD>
6754 <TITLE>Flag Command</TITLE>
6755 </HEAD>
6756 <BODY>
6757 <H1>Flag Command</H1>
6759 Flag
6760 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
6761 is the command that allows users to manipulate the status flags that
6762 appear on the left side of the MESSAGE INDEX screen.  The most common
6763 use of this is to mark a message as important. This is something of a
6764 note to yourself to get back to that message.  You may also use the
6765 flag command to set (or unset) the flags that indicate that a message
6766 is new, answered, deleted, or forwarded.<P>
6768 Provided the mail server supports it,
6769 you may also manipulate user-defined keywords
6770 for a message using the flag command.
6771 These keywords will be available if you use the Flag Details screen that you
6772 can get to after typing the
6773 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
6774 command.
6775 They will be listed after the Important, New, Answered, Deleted , and Forwarded flags,
6776 which are always present.
6777 You may add new keywords by using the Add KW command from the Flag Details screen
6778 or by defining them in the <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
6780 The availability of the flag command is determined by the
6781 <A HREF="h_config_enable_flag">&quot;<!--#echo var="FEAT_enable-flag-cmd"-->&quot;</A>
6782 feature in your Alpine configuration. Also, it is possible that Flag could be
6783 administratively disabled by your system manager; if it doesn't work,
6784 please check with your local help desk before reporting a bug.
6785 The behavior of the flag command may be modified by the
6786 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
6787 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
6790 &lt;End of help on this topic&gt;
6791 </BODY>
6792 </HTML>
6793 ======= h_common_hdrmode =======
6794 <HTML>
6795 <HEAD>
6796 <TITLE>HdrMode Command</TITLE>
6797 </HEAD>
6798 <BODY>
6799 <H1>HdrMode Command</H1>
6801 Every email message comes with some header lines that you normally
6802 don't see (and don't want to see).
6803 These include anywhere from 3-20 lines (or more) added by the
6804 Internet mail transport system to record the route your message took,
6805 for diagnostic purposes.
6806 These are normally of no import and simply
6807 add clutter, so Alpine suppresses them in the MESSAGE TEXT display.
6808 This also includes other non-standard headers the message may contain.
6809 If you want to see these headers, there is a way to reveal them.
6812 The Header Mode
6813 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
6814 command is a toggle that controls Alpine's handling of these header
6815 lines.  Normally, full headers is &quot;off&quot; and you only see a
6816 few lines about who a message is to and who it is from.  When you
6817 press
6818 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
6819 to turn full headers on, Alpine will show you
6820 the normal header lines as well as delivery headers, comment headers,
6821 MIME headers, and any other headers present.
6824 Several different Alpine commands honor the header mode -- it affects how
6825 messages are displayed, how they appear in forward and reply email, how
6826 they are printed, how they are saved, and how they are exported.
6827 <!--chtml if pinemode="os_windows"-->
6828 <!--chtml else--> 
6829 The pipe command is also affected.
6830 <!--chtml endif-->
6833 The presence or absence of the Header Mode command is determined by the
6834 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
6835 Feature-List option in your Alpine configuration.
6838 If you have also turned on the
6839 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
6840 option then the HdrMode command actually rotates through three states
6841 instead of just two.
6842 The first is the normal view with long quotes suppressed.
6843 The second is the normal view but with the long quotes included.
6844 The last enables the display of all headers in the message.
6845 When using Export, Pipe, Print, Forward, or Reply the quotes are
6846 never suppressed, so the first two states are identical.
6849 The behavior of the Header Mode command may be altered slightly by
6850 turning on the
6851 <A HREF="h_config_quell_full_hdr_reset">&quot;<!--#echo var="FEAT_quell-full-header-auto-reset"-->&quot;</A>
6852 Feature-List option in your Alpine configuration.
6853 In particular, it will cause the Header Mode to be persistent when moving
6854 from message to message instead of resetting to the default for each message.
6857 <UL>   
6858 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6859 </UL><P>
6860 &lt;End of help on this topic&gt;
6861 </BODY>
6862 </HTML>
6863 ======= h_common_print =======
6864 <HTML>
6865 <HEAD>
6866 <TITLE>Print Command</TITLE>
6867 </HEAD>
6868 <BODY>
6869 <H1>Print Command</H1>
6871 The Print
6872 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->%<!--chtml endif-->)
6873 command allows you to print a copy of a message.
6874 There are many SETUP CONFIGURATION features that affect the
6875 Print command, including
6876 <A HREF="h_config_enable_y_print">&quot;<!--#echo var="FEAT_enable-print-via-y-command"-->&quot;</A>,
6877 <A HREF="h_config_print_index">&quot;<!--#echo var="FEAT_print-index-enabled"-->&quot;</A>,
6878 <A HREF="h_config_custom_print">&quot;<!--#echo var="FEAT_print-offers-custom-cmd-prompt"-->&quot;</A>,
6879 <A HREF="h_config_print_from">&quot;<!--#echo var="FEAT_print-includes-from-line"-->&quot;</A>, and
6880 <A HREF="h_config_ff_between_msgs">&quot;<!--#echo var="FEAT_print-formfeed-between-messages"-->&quot;</A>.
6881 You set up for printing by using the Printer option of the Setup command
6882 on the MAIN MENU.
6886 &lt;End of help on this topic&gt;
6887 </BODY>
6888 </HTML>
6889 ======= h_common_take =======
6890 <HTML>
6891 <HEAD>
6892 <TITLE>TakeAddr Command</TITLE>
6893 </HEAD>
6894 <BODY>
6895 <H1>TakeAddr Command</H1>
6898 With the Take Address
6899 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->T<!--chtml endif-->)
6900 command, you can extract email addresses from an
6901 incoming message and save them in an address book.  This is an easy way
6902 to add to your address book and avoid having to remember the email
6903 addresses of the people who write to you.
6906 If the message is just to you individually, then you will only need to
6907 provide a nickname.  If the message contains more than one email address,
6908 then you will see an address
6909 selection screen that lets you choose the address you want to save into
6910 your address book, or lets you choose several of them add to a
6911 personal distribution list.
6914 Once you've added an entry to your address book, you can use it from the
6915 message composer by typing the nickname of the entry into one of the
6916 header fields (for example, into the To: field), or you can use ^T from
6917 the header field to select the entry from your address book.
6920 If the configuration feature
6921 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
6922 is set, the behavior of the Take command is altered slightly.
6925 &lt;End of help on this topic&gt;
6926 </BODY>
6927 </HTML>
6928 ======= h_ge_import =======
6929 <HTML>
6930 <HEAD>
6931 <TITLE>Import File Selection</TITLE>
6932 </HEAD>
6933 <BODY>
6934 <H1>Import File Selection</H1>
6936 You are importing a file that you previously
6937 exported from Alpine.
6938 You are now being asked for the name of that file.
6939 The easiest way to select a file is probably with the &quot;^T&quot;
6940 &quot;To Files&quot; command.
6941 Alternatively, you may type in a file name.
6942 It may be an absolute pathname.
6943 Otherwise, it is a file located in your home directory
6944 or current working directory
6945 <!--chtml if pinemode="running"-->
6946 (which, at least for your current Alpine &quot;session,&quot; 
6947 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6948 <!--chtml endif-->, depending on the
6949 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
6950 In any case, you finish by typing a carriage return to accept the
6951 file name that is displayed.
6952 When the feature
6953 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
6954 is turned on you may use TAB to complete partially typed in names.
6956 You may cancel the import operation by typing &quot;^C&quot; after exiting
6957 this help.
6959 &lt;End of help on this topic&gt;
6960 </BODY>
6961 </HTML>
6962 ======= h_ge_allparts =======
6963 <HTML>
6964 <HEAD>
6965 <TITLE>Export Message File Selection</TITLE>
6966 </HEAD>
6967 <BODY>
6968 <H1>Export Message File Selection</H1>
6970 You are Exporting a message from an Alpine mail folder
6971 to a plain text file.
6972 You also have the option of exporting all of the attachments associated
6973 with the message.
6974 You are now being asked for the name of the file to export <EM>to</EM>.
6975 The easiest way to select a file is probably with the &quot;^T&quot;
6976 &quot;To Files&quot; subcommand.
6977 After returning from that subcommand you will still be allowed to
6978 edit the name you have selected.
6979 Alternatively, you may type in a file name.
6980 It may be an absolute pathname.
6981 Otherwise, it is a file located in your home directory
6982 or current working directory
6983 <!--chtml if pinemode="running"-->
6984 (which, at least for your current Alpine &quot;session,&quot; 
6985 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6986 <!--chtml endif-->, depending on the
6987 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
6988 In any case, you finish by typing a carriage return to accept the
6989 file name that is displayed.
6990 When the feature
6991 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
6992 is turned on you may use TAB to complete partially typed in names.
6994 The message you are exporting appears to have some attachments.
6995 If you wish to save <EM>all</EM> of the attachments at once,
6996 type the &quot;^P&quot; &quot;AllParts&quot; command to turn on
6997 saving of the attachments.
6998 You may turn it back off by typing &quot;^P&quot; again, which will now
6999 be labeled &quot;NoAllParts&quot; instead.
7000 If you want to save the parts the command displayed should be
7001 &quot;NoAllParts&quot;!
7002 When you choose to save attachments like this, the attachments will be saved
7003 in a newly created directory.
7004 That directory will have the same name as the file name you choose here,
7005 with the letters &quot;.d&quot; appended.
7006 If that directory already exists, then the letters &quot;.d_1&quot; will
7007 be tried, then &quot;.d_2&quot; and so on until a name that doesn't exist
7008 is found.
7009 For example, if you select the file name
7011 <CENTER><SAMP>filename</SAMP></CENTER>
7013 to export the message to, then the directory used for the attachments will be
7015 <CENTER><SAMP>filename.d</SAMP></CENTER>
7017 or perhaps
7019 <CENTER><SAMP>filename.d_&lt;n&gt;</SAMP></CENTER>
7021 The attachments will then be put into files inside that directory.
7022 The names for the attachment files will be derived from the attachments
7023 if possible.
7024 This is done in the same way as the default values are derived if you
7025 save them one at a time.
7026 (The &quot;filename&quot; parameter from the Content-Disposition header
7027 is the first choice. If that doesn't exist, the &quot;name&quot;
7028 parameter from the Content-Type header is used.)
7029 If a name for a particular attachment is not available, then the
7030 part number of the attachment is used, with the characters &quot;part_&quot;
7031 prepended.
7032 An example of that would be
7034 <CENTER><SAMP>part_2.1</SAMP></CENTER>
7036 If you want to save only some of the attachments or if you want more control
7037 over the directory and filename where an attachment is saved you may
7038 cancel out of this command and View the attachment list.
7039 From there you can save each attachment individually.
7041 You may cancel the Export operation by typing &quot;^C&quot; after exiting
7042 this help.
7044 &lt;End of help on this topic&gt;
7045 </BODY>
7046 </HTML>
7047 ======= h_ge_export =======
7048 <HTML>
7049 <HEAD>
7050 <TITLE>Export File Selection</TITLE>
7051 </HEAD>
7052 <BODY>
7053 <H1>Export File Selection</H1>
7055 You are Exporting or Saving something from within the Alpine world
7056 (a message, an attachment, etc.)
7057 to a plain text file.
7058 You are now being asked for the name of the file to export <EM>to</EM>.
7059 The easiest way to select a file is probably with the &quot;^T&quot;
7060 &quot;To Files&quot; subcommand.
7061 After returning from that subcommand you will still be allowed to
7062 edit the name you have selected.
7063 Alternatively, you may type in a file name.
7064 It may be an absolute pathname.
7065 Otherwise, it is a file located in your home directory
7066 or current working directory
7067 <!--chtml if pinemode="running"-->
7068 (which, at least for your current Alpine &quot;session,&quot; 
7069 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7070 <!--chtml endif-->, depending on the
7071 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
7072 In any case, you finish by typing a carriage return to accept the
7073 file name that is displayed.
7074 When the feature
7075 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
7076 is turned on you may use TAB to complete partially typed in names.
7078 If the object you are exporting is a message with some attachments,
7079 you may wish to save all of the attachments by typing the &quot;^P&quot;
7080 &quot;AllParts&quot; command to turn on saving of the attachments.
7081 This subcommand will only be visible if the message actually has attachments.
7082 You may also View the attachment list and save individual attachments from
7083 there.
7085 If you are SAVING a text part (text/plain, text/html, etc.) you can use
7086 the Control-R subcommand to toggle if saving will be done in binary mode,
7087 meaning that the attachment will be decoded, but will not be transformed
7088 to UTF-8 for further processing (either in internal filters, or user
7089 supplied filters.) This is useful in case you either want to preserve
7090 the text as it was encoded originally to you, or the attachment was
7091 incorrectly attached (the attachment is not of text type) and you need
7092 the original text to process the attachment.
7094 You may cancel the Export operation by typing &quot;^C&quot; after exiting
7095 this help.
7097 &lt;End of help on this topic&gt;
7098 </BODY>
7099 </HTML>
7100 ======= h_common_save =======
7101 <HTML>
7102 <HEAD>
7103 <TITLE>Save and Export Commands</TITLE>
7104 </HEAD>
7105 <BODY>
7106 <H1>Save and Export Commands</H1>
7108 Save
7109 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->S<!--chtml endif-->)
7110 and Export
7111 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->E<!--chtml endif-->)
7112 are the two alternatives Alpine gives you to keep a copy of the message
7113 you are reading. If you want to keep the message within Alpine's email
7114 world, use &quot;Save&quot;; if you want to use the message in another
7115 program, use &quot;Export&quot;.
7118 When you Save a message, it is put into an existing folder or into a new
7119 folder in one of your existing folder collections.  The message stays in
7120 email format and can be read by Alpine again.  Alpine may use a special format
7121 for its mail folders -- never edit an Alpine folder by hand or with any
7122 program other than Alpine.  The exact behavior of the Save command can be
7123 configured with the
7124 <A HREF="h_config_quote_all_froms">&quot;<!--#echo var="FEAT_save-will-quote-leading-froms"-->&quot;</A>,
7125 <A HREF="h_config_save_wont_delete">&quot;<!--#echo var="FEAT_save-will-not-delete"-->&quot;</A>,
7126 and 
7127 <A HREF="h_config_save_advances">&quot;<!--#echo var="FEAT_save-will-advance"-->&quot;</A>
7128 feature list settings.
7129 The name of the folder offered as a default is controlled by the option
7130 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>.
7133 When you use Export, the message is placed in a plain text file in your
7134 home directory 
7135 <!--chtml if pinemode="running"-->
7136 (which, in the present configuration of your system, is
7137  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
7138 <!--chtml endif-->
7139 or current working directory
7140 <!--chtml if pinemode="running"-->
7141 (which, at least for your current Alpine &quot;session,&quot; 
7142 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7143 <!--chtml endif-->, depending on the
7144 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
7145 configuration setting.  In the normal case, only minimal
7146 headers are exported with the message; however, if the full header mode 
7147 (whose availability may be disabled  by setting the feature 
7148 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
7149 in SETUP CONFIGURATION) is
7150 toggled on, then complete headers are exported along with the message
7151 text. (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
7152 defined, they may affect the contents of the exported file.)
7155 &lt;End of help on this topic&gt;
7156 </BODY>
7157 </HTML>
7158 ======= h_common_bounce =======
7159 <HTML>
7160 <HEAD>
7161 <TITLE>Bounce Command</TITLE>
7162 </HEAD>
7163 <BODY>
7164 <H1>Bounce Command</H1>
7166 The Bounce 
7167 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->B<!--chtml endif-->)
7168 command allows you to re-send, or &quot;remail&quot;, a
7169 message, as if you were never in the loop.  It is analogous to crossing
7170 out your address on a postal letter, writing a different address on the
7171 envelope, and putting it into the mailbox. Bounce is used primarily to
7172 redirect email that was sent to you in error.
7173 Also, some owners of email
7174 lists need the bounce command to handle list traffic.
7175 Bounce is not anonymous.
7176 A ReSent-From header is added to the message so that the recipient may
7177 tell that you Bounced it to them.
7180 The presence or absence of the Bounce command is determined by the
7181 <A HREF="h_config_enable_bounce">&quot;<!--#echo var="FEAT_enable-bounce-cmd"-->&quot;</A>
7182 feature in your Alpine configuration.
7183 The feature
7184 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A>
7185 affects the behavior of the Bounce command.
7186 Also, it is possible that Bounce could be
7187 administratively disabled by your system manager; if it doesn't work,
7188 please check with your local help desk before reporting a bug.
7191 &lt;End of help on this topic&gt;
7192 </BODY>
7193 </HTML>
7194 ======= h_common_reply =======
7195 <HTML>
7196 <HEAD>
7197 <TITLE>Reply and Forward Commands</TITLE>
7198 </HEAD>
7199 <BODY>
7201 <H1>Reply and Forward Commands</H1>
7203 Replying 
7204 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->R<!--chtml endif-->)
7205 and Forwarding 
7206 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->F<!--chtml endif-->)
7207 are your two alternatives for following up on the
7208 message you are reading.  You would use reply if you want to get email
7209 back to the author of the message and/or the other people who have
7210 already seen it.  You use forward if you want somebody new to see the
7211 message.
7214 In the normal case, the only thing that you must supply when forwarding a
7215 message is the name/email address of the new recipient.
7216 Alpine will include the text of the forwarded message.
7217 Alpine will also include any attachments to the message.
7218 There is space above the forwarded text for you to include additional comments.
7221 When replying, you usually have to answer some questions.
7222 If the message is to multiple people and/or specified with a Reply-To: header,
7223 then you will have to decide who should get the reply.
7224 You also need to decide whether or not to include the previous
7225 message in your reply.
7226 Some of this is configurable.
7227 Specifically, see the
7228 <A HREF="h_config_include_header">&quot;<!--#echo var="FEAT_include-header-in-reply"-->&quot;</A>,
7229 <A HREF="h_config_auto_include_reply">&quot;<!--#echo var="FEAT_include-text-in-reply"-->&quot;</A>,
7230 <A HREF="h_config_attach_in_reply">&quot;<!--#echo var="FEAT_include-attachments-in-reply"-->&quot;</A>,
7232 <A HREF="h_config_auto_reply_to">&quot;<!--#echo var="FEAT_reply-always-uses-reply-to"-->&quot;</A>
7233 configuration features.
7236 Both the Reply and Forward commands react to the full header mode toggle.
7237 If the full header mode is on, then all the header and delivery lines are
7238 included with the text of the message in your reply/forward.
7241 Other configuration features that affect the Reply command are
7242 <A HREF="h_config_sig_at_bottom">&quot;<!--#echo var="FEAT_signature-at-bottom"-->&quot;</A>,
7243 <A HREF="h_config_sigdashes">&quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot;</A>, and
7244 <A HREF="h_config_strip_sigdashes">&quot;<!--#echo var="FEAT_strip-from-sigdashes-on-reply"-->&quot;</A>.
7247 &lt;End of help on this topic&gt;
7248 </BODY>
7249 </HTML>
7250 ======= h_common_delete =======
7251 <HTML>
7252 <HEAD>
7253 <TITLE>Delete and Undelete Commands</TITLE>
7254 </HEAD>
7255 <BODY>
7256 <H1>Delete and Undelete Commands</H1>
7258 Delete 
7259 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->D<!--chtml endif-->)
7260 and Undelete 
7261 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->U<!--chtml endif-->)
7262 allow you to change the Deleted flag for the current message.
7263 Delete marks a message Deleted (turns on the Deleted flag) and Undelete
7264 removes the mark.
7265 In the MESSAGE INDEX, deleted messages have a &quot;D&quot; in the status field
7266 at the left hand edge of the index line.
7267 When viewing a deleted message, the letters &quot;DEL&quot; will be present
7268 in the upper right hand corner of the screen.
7269 Delete simply <EM>marks</EM> a message Deleted, it does not actually
7270 get rid of the message.
7271 The eXpunge command (available from the MESSAGE INDEX screen) actually
7272 removes all of the deleted messages in a folder.
7273 Once a message is eXpunged, it can't be retrieved.
7276 The Delete command is affected by the setting of the configuration feature
7277 <A HREF="h_config_del_skips_del">&quot;<!--#echo var="FEAT_delete-skips-deleted"-->&quot;</A>.
7280 &lt;End of help on this topic&gt;
7281 </BODY>
7282 </HTML>
7283 ======= h_common_postpone =======
7284 <HTML>
7285 <HEAD>
7286 <TITLE>Postpone Command</TITLE>
7287 </HEAD>
7288 <BODY>
7289 <H1>Postpone Command</H1>
7291 The postpone
7292 <!--chtml if pinemode="function_key"-->(F11)<!--chtml else-->(^O)<!--chtml endif-->
7293 command allows you to temporarily stop working on the current
7294 message so you may read
7295 other messages or compose another message.  When you want to resume a
7296 message later, start to compose and answer &quot;yes&quot; to the
7297 &quot;Continue postponed composition?&quot; question.  You may
7298 postpone as many messages as you like.
7301 Note: If a <A HREF="h_config_form_folder"><!--#echo var="VAR_form-letter-folder"--></A> is defined
7302 in the Setup/Config screen, then the Postpone command will prompt you for
7303 the folder in which to store your outgoing message.
7306 &lt;End of help on this topic&gt;
7307 </BODY>
7308 </HTML>
7309 ======= h_compose_cancel =======
7310 <HTML>
7311 <HEAD>
7312 <TITLE>Cancel Command</TITLE>
7313 </HEAD>
7314 <BODY>
7315 <H1>Cancel Command</H1>
7317 Cancel
7318 <!--chtml if pinemode="function_key"-->
7319 (F2)
7320 <!--chtml else-->
7321 (^C) 
7322 <!--chtml endif-->
7324 The Cancel command returns you to Alpine's normal mail processing and
7325 causes the message currently under composition to be thrown out.
7326 The message text <EM>will be lost</EM>.
7329 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
7330 will be preserved in the file named
7331 <!--chtml if pinemode="os_windows"-->
7332 &quot;DEADLETR&quot;.
7333 <!--chtml else-->
7334 &quot;dead.letter&quot; in your home directory.
7335 <!--chtml endif-->
7336 If you unintentionally cancel a message, look there for its text.
7339 &lt;End of help on this topic&gt;
7340 </BODY>
7341 </HTML>
7342 ======= h_compose_addrcomplete =======
7343 <HTML>
7344 <HEAD>
7345 <TITLE>Address Completion</TITLE>
7346 </HEAD>
7347 <BODY>
7348 <H1>Address Completion</H1>
7350 When entering addresses in the address fields of the composer (To, Cc, etc.)
7351 the TAB key may be used to help complete the address.
7352 Type a partial nickname and tap the TAB key to complete the typing.
7353 The unambiguous part of the name will be filled in automatically.
7354 Typing TAB twice in succession will bring up a selection list of possibilities,
7355 making it easy to find and choose the correct address.
7358 The matching algorithm is rather ad hoc.
7359 The search starts with a search of your address book.
7360 It counts as a match if the nickname, address, or fullname field of an
7361 entry begins with the text typed in so far. It is also a match if
7362 a later word in the fullname (for example, the middle name or last name)
7363 begins with the entered text.
7365 Next comes an LDAP search.
7366 The search will happen for any servers that have the
7367 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
7368 feature set. You can set or unset the feature for each server independently
7369 in the Setup/Directory screen.
7371 Finally, if you are replying to or forwarding a message, that message is
7372 searched for likely candidate addresses that match the typed-in text.
7375 &lt;End of help on this topic&gt;
7376 </BODY>
7377 </HTML>
7378 ======= h_compose_richhdr =======
7379 <HTML>
7380 <HEAD>
7381 <TITLE>Rich Header Command</TITLE>
7382 </HEAD>
7383 <BODY>
7384 <H1>Rich Header Command</H1>
7386 The Rich Header command allows you to toggle between the list of 
7387 all message headers available for editing and those that are most
7388 common.
7391 Use this toggle to expose headers that are not normally visible by
7392 default.
7393 This set usually includes the
7394 &quot;Bcc:&quot;,
7395 &quot;Fcc:&quot;,
7396 &quot;Lcc:&quot;,
7397 and &quot;Newsgroups&quot;
7398 headers.
7399 If you are posting to a newsgroup the set of defaults is a little different.
7400 Obviously, in that case, the Newsgroups header is of interest so is not
7401 hidden.
7402 For news posting the hidden set includes the
7403 &quot;To:&quot;,
7404 &quot;Cc:&quot;,
7405 &quot;Bcc:&quot;,
7406 &quot;Fcc:&quot;,
7407 and &quot;Lcc:&quot;
7408 headers.
7409 You won't normally want to edit these, which is why they are hidden,
7410 but it is sometimes useful to be able to set them manually.
7413 The default sets of headers listed above can be altered.
7414 Any header that you have added to the
7415 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
7416 option, but not to the
7417 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
7418 option will appear when you use the Rich Headers command to
7419 make the Rich Headers visible.
7420 (Headers listed in the <!--#echo var="VAR_default-composer-hdrs"--> list will be visible
7421 even without toggling the Rich Headers command.)
7424 &lt;End of help on this topic&gt;
7425 </BODY>
7426 </HTML>
7427 ======= h_compose_send =======
7428 <HTML>
7429 <HEAD>
7430 <TITLE>Send Command</TITLE>
7431 </HEAD>
7432 <BODY>
7433 <H1>Send Command</H1>
7435 The Send command
7436 <!--chtml if pinemode="function_key"-->
7437 (F3)
7438 <!--chtml else-->
7439 (^X) 
7440 <!--chtml endif-->
7441 tells Alpine you are finished composing.
7442 Before actually sending it, though, Alpine will ask you to confirm 
7443 your intention, and, at the same time, redisplayed the message text
7444 with the recipients at the top of the screen to give you the opportunity
7445 to review and verify that the message is addressed to the people
7446 you intended.
7448 If the feature
7449 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
7450 then this confirmation prompt and any options it allows are skipped.
7453 This confirmation prompt may also offer, depending
7454 on your particular Setup/Config, options allowing you to set
7455 <A HREF="h_config_compose_dsn">delivery status notifications</A>,
7456 include attachments in the &quot;Fcc&quot; (if you had previously
7457 specified that they <A HREF="h_config_no_fcc_attach">exclude attachments</A>, 
7458 observe details of the
7459 <A HREF="h_config_verbose_post">message submission process</A>,
7460 choose the filter through which the
7461 <A HREF="h_config_sending_filter">outgoing text should first pass</A>,
7462 or turn of flowed text generation.
7465 &lt;End of help on this topic&gt;
7466 </BODY>
7467 </HTML>
7468 ======= h_compose_markcutpaste =======
7469 <HTML>
7470 <HEAD>
7471 <TITLE>Mark, Cut and Paste Commands</TITLE>
7472 </HEAD>
7473 <BODY>
7474 <H1>Mark, Cut and Paste Commands</H1>
7476 You can define a &quot;block&quot; of text, which can subsequently
7477  be deleted or
7478 copied as a unit, by setting a mark at the start of the block (Ctrl-^) and
7479 then moving the cursor to the end of the desired text block.  You can then
7480 &quot;cut&quot; the block out 
7481 <!--chtml if pinemode="function_key"-->
7482 &quot;F9&quot;,
7483 <!--chtml else-->
7484 &quot;Ctrl-K&quot;,
7485 <!--chtml endif-->
7486 move the cursor, and &quot;paste&quot; it
7487 <!--chtml if pinemode="function_key"-->
7488 &quot;F10&quot;,
7489 <!--chtml else-->
7490 &quot;Ctrl-U&quot;,
7491 <!--chtml endif-->
7492 in the new location.  Also, you can paste more than once, allowing you
7493 to use this feature to copy a block of text.<P>
7495 If you press 
7496 <!--chtml if pinemode="function_key"-->
7497 &quot;F9&quot;
7498 <!--chtml else-->
7499 &quot;^K&quot;
7500 <!--chtml endif-->
7501 without having marked anything, Alpine will delete
7502 a single line.  If you delete a group of lines together, Alpine keeps them
7503 in the same buffer, so 
7504 <!--chtml if pinemode="function_key"-->
7506 <!--chtml else-->
7508 <!--chtml endif-->
7509 will restore them as a block.  About
7510 terminology:  Mark is shown as &quot;^^&quot;.  The first &quot;^&quot; means you should
7511 hold down the &quot;Control&quot; key on your keyboard.  The second &quot;^&quot; means
7512 &quot;type the character ^&quot;.
7515 &lt;End of help on this topic&gt;
7516 </BODY>
7517 </HTML>
7518 ======= h_compose_justify =======
7519 <HTML>
7520 <HEAD>
7521 <TITLE>Justify Command</TITLE>
7522 </HEAD>
7523 <BODY>
7524 <H1>Justify Command</H1>
7526 The Justify
7527 <!--chtml if pinemode="function_key"-->
7528 (F4)
7529 <!--chtml else-->
7530 (^J) 
7531 <!--chtml endif-->
7532 command reformats the text in the paragraph the cursor is in.
7533 Paragraphs are separated by one blank line or a line beginning with a space.
7534 This is useful when you have been editing a paragraph and the lines become
7535 uneven.  The text is left aligned or justified and the right is ragged.  If
7536 the text is already justified as typed with auto-wrap, no justification will
7537 be done.
7540 If you have set a <A HREF="h_compose_markcutpaste">mark</A> to select a
7541 block of text, the Justify command is modified.
7542 Instead of automatically justifying the current paragraph you will be
7543 asked if you want to justify the paragraph, justify the selected region,
7544 or adjust the quote level of the selected region.
7545 Adjusting the quote level only works if you are using standard
7546 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes, which is the default if you haven't
7547 changed &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;.
7550 When composing a reply containing included text, the justify command
7551 will reformat text to the right of the 
7552 &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;,
7553 adding or removing indented lines as needed.  Paragraphs are separated
7554 by a blank line, a line containing only the <!--#echo var="VAR_reply-indent-string"-->, or a
7555 line containing the indent string and one or more blank spaces.
7556 Included text that was previously indented (or &quot;quoted&quot;) is
7557 not preserved.
7560 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
7561 in 1999 and its wide-spread adoption since then, you will usually be better off if you
7562 use the standard
7563 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes.
7566 &lt;End of help on this topic&gt;
7567 </BODY>
7568 </HTML>
7569 ======= h_compose_spell =======
7570 <HTML>
7571 <HEAD>
7572 <TITLE>Spell Check Command</TITLE>
7573 </HEAD>
7574 <BODY>
7575 <H1>Spell Check Command</H1>
7577 The &quot;To Spell&quot;
7578 <!--chtml if pinemode="function_key"-->
7579 (F12)
7580 <!--chtml else-->
7581 (^T) 
7582 <!--chtml endif-->
7583 command calls an external spell checking program to look over the
7584 message you are composing.  By default, Alpine uses
7586 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
7588 if it knows where to find &quot;aspell&quot;.
7589 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
7590 then the command used is
7592 <CENTER><SAMP>ispell -l</SAMP></CENTER>
7594 Otherwise, the ancient &quot;spell&quot; command is used.
7596 For PC-Alpine, you must install the aspell library code that you
7597 may get from
7598 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
7601 &lt;End of help on this topic&gt;
7602 </BODY>
7603 </HTML>
7604 ======= h_compose_alted =======
7605 <HTML>
7606 <HEAD>
7607 <TITLE>Alt Editor Command</TITLE>
7608 </HEAD>
7609 <BODY>
7610 <H1>Alt Editor Command</H1>
7612 The &quot;Alt Editor&quot; command's availability depends on the
7613 Setup/Config variable &quot;<A HREF="h_config_editor"><!--#echo var="VAR_editor"--></A>&quot;.
7616 When the variable specifies a valid editor on your system, this
7617 command will launch it with the current text of your message
7618 already filled in.
7621 &lt;End of help on this topic&gt;
7622 </BODY>
7623 </HTML>
7624 ======= h_compose_readfile =======
7625 <HTML>
7626 <HEAD>
7627 <TITLE>Read File Command</TITLE>
7628 </HEAD>
7629 <BODY>
7630 <H1>Read File Command</H1>
7632 The &quot;Read File&quot;
7633 <!--chtml if pinemode="function_key"-->
7634 (F5)
7635 <!--chtml else-->
7636 (^R) 
7637 <!--chtml endif-->
7638 command allows you to copy in text from an existing file. You will be
7639 prompted for the name of a file to be inserted into the message.  The file
7640 name is relative to your home directory 
7641 <!--chtml if pinemode="running"-->
7642 (which, in the present configuration of your system, is
7643  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
7644 <!--chtml endif-->
7645 or current working directory
7646 <!--chtml if pinemode="running"-->
7647 (which, at least for your current Alpine &quot;session,&quot; 
7648 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7649 <!--chtml endif-->, depending on the
7650 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
7651 configuration setting; or, the file name must be specified as a full path name 
7652 <!--chtml if pinemode="os_windows"-->
7653 -- for example: &quot;A:&#92;PAPER.TXT&quot;
7654 <!--chtml else-->
7655 -- for example: &quot;/tmp/wisdom-of-the-day&quot;
7656 <!--chtml endif-->
7657 (without the quotation marks).
7660 The file will be inserted where the cursor is located.  <B>The
7661 file to be read must be on the same system as Alpine.</B> If you use Alpine on a
7662 Unix machine but have files on a PC or Mac, the files must be transferred
7663 to the system Alpine is running on before they can be read.  Please ask your
7664 local computer support people about the correct way to transfer a file to 
7665 your Alpine system.
7668 &lt;End of help on this topic&gt;
7669 </BODY>
7670 </HTML>
7671 ======= h_config_tray_icon =======
7672 <HTML>
7673 <HEAD>
7674 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></TITLE>
7675 </HEAD>
7676 <BODY>
7677 <H1>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></H1>
7679 PC-Alpine only.
7681 This option restores a behavior of previous versions of PC-Alpine.
7682 These
7683 versions, when started, installed a PC-Alpine icon in the notification 
7684 tray of Window's Taskbar.  The primary use of this icon was to indicate
7685 new mail arrival by turning red (while the Taskbar icon remained green).
7686 Additionally, the icon now changes to yellow to signify that a mail folder
7687 has been closed unexpectedly.
7690 Rather than add another icon to the Taskbar, this version of PC-Alpine will 
7691 color its Taskbar entry's icon red (as well as the icon in the Window
7692 Title).  This feature is only provided for backwards compatibility.
7695 &lt;End of help on this topic&gt;
7696 </BODY>
7697 </HTML>
7698 ======= h_common_suspend =======
7699 <HTML>
7700 <HEAD>
7701 <TITLE>Suspend Command</TITLE>
7702 </HEAD>
7703 <BODY>
7704 <H1>Suspend Command</H1>
7706 With the <A HREF="h_config_can_suspend"><!--#echo var="FEAT_enable-suspend"--></A> feature
7707 enabled, you can, at almost any time, temporarily halt your Alpine session,
7708 <!--chtml if pinemode="os_windows"-->
7709 minimizing it into an icon.
7710 <!--chtml else-->
7711 and return to your system prompt.
7712 <!--chtml endif-->
7715 &lt;End of help on this topic&gt;
7716 </BODY>
7717 </HTML>
7718 ======= h_pipe_command =======
7719 <HTML>
7720 <HEAD>
7721 <TITLE>Pipe Command SubOptions</TITLE>
7722 </HEAD>
7723 <BODY>
7724 <H1>Pipe Command SubOptions</H1>
7726 By default, when you use the Pipe command, the processed text of the
7727 message is sent to the Unix command
7728 you specify and the output is captured by Alpine and shown to you.
7729 (This command is available in PC-Alpine, as well, but there aren't many
7730 Windows commands that work well with piping.)
7731 There are some sub-commands that may be used to alter this behavior.
7732 These are toggles that switch the behavior between two possibilities.
7733 They can be combined in any way you wish.
7735 By default, the prompt at the bottom of the screen looks like
7737 <CENTER><SAMP>Pipe message 37 to :</SAMP></CENTER>
7741 <CENTER><SAMP>Pipe messages to :</SAMP></CENTER>
7743 if you are piping more than one message.
7745 The sub-command options are:
7746 <DL>
7747    <DT>Shown Text or Raw Text</DT>
7748    <DD>This option toggles between sending the shown (processed) text
7749 of the message to the Unix command, and sending the
7750 raw (unprocessed) text of the message to the Unix command.
7751 The default is to send the shown text.
7752 The raw version of the message will contain all of the headers and any
7753 MIME encoding that the message contains.
7754 If you've selected the Raw Text then the prompt will have the additional word
7755 &quot;RAW&quot; in it, like
7757 <CENTER><SAMP>Pipe RAW messages to :</SAMP></CENTER>
7759 You can experiment with this option by piping to something simple like the
7760 Unix &quot;cat&quot; command.
7761    </DD>
7762    <DT>Captured Output or Free Output</DT>
7763    <DD>This option toggles between having Alpine capture the output of
7764 the Unix pipe command for display, and not capturing it.
7765 If the command you are piping to is a filter that will produce output
7766 you want to view, then you want to capture that output
7767 for display (the default).
7768 If the Unix command doesn't produce output or handles the display itself,
7769 then you want free output.
7770 When you've selected the Free Output option the prompt will change to
7772 <CENTER><SAMP>Pipe messages to (uncaptured) :</SAMP></CENTER>
7774    </DD>
7775    <DT>No Delimiter or With Delimiter</DT>
7776    <DD>This option controls whether or not a Unix mailbox style delimiter
7777 will come before the text of the message.
7778 This is the delimiter used in the common Unix mailbox format.
7779 It's the single line that begins with the five characters
7780 &quot;From&quot; followed by a &lt;SPACE&gt; character.
7781 You'll usually only want to include this if the Unix command requires
7782 input in the format of a traditional Unix mailbox file.
7783 When you've selected the With Delimiter option the prompt will change to
7785 <CENTER><SAMP>Pipe messages to (delimited) :</SAMP></CENTER>
7787    </DD>
7788    <DT>To Same Pipe or To Individual Pipes</DT>
7789    <DD>This option only shows up if you are running an aggregate
7790 pipe command.
7791 That is, the command was Apply Pipe, not just Pipe.
7792 You have the option of piping all of the selected messages through a
7793 single pipe to a single instance of the Unix command,
7794 or piping each individual message through a separate pipe to separate
7795 instances of the Unix command.
7796 The default is that all of the output will go through a single pipe
7797 to a single instance of the command.
7798 You can try this option with a command like &quot;less&quot;, with Free
7799 Output enabled.
7800 When you've selected the Individual Pipes option the prompt will change to
7802 <CENTER><SAMP>Pipe messages to (new pipe) :</SAMP></CENTER>
7804    </DD>
7805 </DL>
7808 As mentioned earlier, the options can be combined in any way you wish.
7809 You may leave them all off, turn them all on, or turn some of them on
7810 and some of them off.
7811 If you use the pipe command a second time in the same session the default
7812 options will be what you used the last time.
7815 &lt;End of help on this topic&gt;
7816 </BODY>
7817 </HTML>
7818 ========== h_emptydir_subfolder_name =========
7819 <HTML>
7820 <HEAD>
7821 <TITLE>ENTER SUBFOLDER NAME</TITLE>
7822 </HEAD>
7823 <BODY>
7824 <H1>Enter Subfolder Name</H1>
7826 <P> 
7827 This is the name of a new subfolder in the directory you are creating.
7828 Because empty directories are hidden and therefore not useful, you must also
7829 create a subfolder in the directory you are creating in order that the
7830 directory remains visible.
7832 Alternatively, you may turn off the configuration feature
7833 <A HREF="h_config_quell_empty_dirs"><!--#echo var="FEAT_quell-empty-directories"--></A>
7834 so that empty directories remain visible.
7835 If you do that, you will not be required to create the subfolder when you
7836 create a directory.
7839 &lt;End of help on this topic&gt;
7840 </BODY>
7841 </HTML>
7842 ========== h_incoming_add_folder_name =========
7843 <HTML>
7844 <HEAD>
7845 <TITLE>ENTER FOLDER NAME</TITLE>
7846 </HEAD>
7847 <BODY>
7848 <H1>Enter Folder Name</H1>
7850 <P> 
7851 This is the name of the folder on the previously specified server.
7852 By default the folder name is interpreted as defining a section of your personal
7853 folder area.  This area and how you specify it are defined by the
7854 server, if one is specified.
7857 To define a folder outside the default area, prefix
7858 the path with the namespace to use when interpreting the
7859 given path.  If a namespace is specified, the folder name begins with the
7860 sharp (#) character followed by the name of the namespace
7861 and then the namespace's path-element-delimiter.  Aside from the
7862 name's format, namespaces can also imply access rights, content
7863 policy, audience, location, and, occasionally, access methods.
7866 Each server exports its own set (possibly of size one) of 
7867 namespaces.
7868 For a more detailed explanation read about
7869 <A HREF="h_folder_name_namespaces">Namespaces</A>.
7872 To specify the default for INBOX on the server you can usually just enter
7873 &quot;INBOX&quot;, and the server will understand the special meaning of
7874 that word.
7877 &lt;End of help on this topic&gt;
7878 </BODY>
7879 </HTML>
7880 ========== h_incoming_add_folder_host =========
7881 <HTML>
7882 <HEAD>
7883 <TITLE>ENTER INCOMING FOLDER SERVER</TITLE>
7884 </HEAD>
7885 <BODY>
7886 <H1>Enter Incoming Folder Server</H1>
7888 You are being asked for the name of the server for use with this incoming
7889 folder.
7890 If the folder is on the machine where Alpine is running, then just enter
7891 RETURN without typing a server name.
7894 If the folder is on an IMAP server then type the server's name followed
7895 by RETURN.
7896 You may use the ^X command if the server is the same as the server that
7897 the INBOX is on.
7900 You may have to add optional extra information to the server name.
7901 For example, if the IMAP server is using a non-standard port number you
7902 would specify that by appending a colon (:) followed by the port number
7903 to the server name
7906 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7909 or you may need to specify a different protocol if the server is not an
7910 IMAP server. For example:
7913 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7916 for a POP server or
7919 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
7922 for an NNTP news server.
7923 For an explanation of all of the possibilities, see
7924 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7925 for folders.
7928 There is a special command (^W) if you want to set up a folder that gets its
7929 mail from a
7930 <A HREF="h_maildrop">Mail Drop</A>.
7931 If you type that command, you will be prompted for the information for
7932 both the Mail Drop folder and the destination folder.
7935 &lt;End of help on this topic&gt;
7936 </BODY>
7937 </HTML>
7938 ========== h_incoming_add_inbox =========
7939 <HTML>
7940 <HEAD>
7941 <TITLE>ENTER INBOX SERVER</TITLE>
7942 </HEAD>
7943 <BODY>
7944 <H1>Enter INBOX Server</H1>
7946 You are being asked for the name of the server for use with
7947 the INBOX folder.
7948 Type the server's name followed by RETURN.
7951 You may have to add optional extra information to the server name.
7952 For example, if the server is using a non-standard port number you
7953 would specify that by appending a colon (:) followed by the port number
7954 to the server name
7957 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7960 or you may need to specify a different protocol if the server is not an
7961 IMAP server. For example:
7964 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7967 for a POP server.
7970 For an explanation of all of the possibilities, see
7971 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7972 for folders.
7975 If the INBOX folder is on the machine where Alpine is running, then just enter
7976 RETURN without typing a server name.
7979 There is a special command (^W) if you want to set up a folder that gets its
7980 mail from a
7981 <A HREF="h_maildrop">Mail Drop</A>.
7982 If you type that command, you will be prompted for the information for
7983 both the Mail Drop folder and the destination folder, which will be used
7984 as your INBOX folder.
7987 &lt;End of help on this topic&gt;
7988 </BODY>
7989 </HTML>
7990 ========== h_incoming_add_maildrop_destn =========
7991 <HTML>
7992 <HEAD>
7993 <TITLE>ENTER DESTINATION SERVER</TITLE>
7994 </HEAD>
7995 <BODY>
7996 <H1>Enter Destination Server</H1>
7998 You are being asked for the name of the server where the destination
7999 folder is for use with this Mail Drop incoming folder.
8000 That is, you are using a Mail Drop for this incoming folder and
8001 you've already entered
8002 the server and folder name for the Mail Drop.
8003 Now you need to enter the server for the destination folder
8004 where the mail should be copied to.
8005 Mail will come from the Mail Drop and be copied to the destination folder.
8008 Type the server's name followed by RETURN.
8009 If the folder is local to this computer, just type RETURN without entering
8010 a server name.
8013 You may have to add optional extra information to the server name.
8014 For example, if the server is using a non-standard port number you
8015 would specify that by appending a colon (:) followed by the port number
8016 to the server name
8019 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8022 For an explanation of all of the possibilities, see
8023 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8024 for folders.
8027 &lt;End of help on this topic&gt;
8028 </BODY>
8029 </HTML>
8030 ========== h_inbox_add_maildrop_destn =========
8031 <HTML>
8032 <HEAD>
8033 <TITLE>ENTER DESTINATION SERVER</TITLE>
8034 </HEAD>
8035 <BODY>
8036 <H1>Enter Destination Server</H1>
8038 You are being asked for the name of the server where the destination
8039 folder is for use with your Mail Drop INBOX.
8040 That is, you are using a Mail Drop for your INBOX and you've already entered
8041 the server and folder name for the Mail Drop.
8042 Now you need to enter the server for the destination folder
8043 where the mail should be copied to.
8044 Mail will come from the Mail Drop and be copied to the destination folder.
8047 Type the server's name followed by RETURN.
8048 If the folder is local to this computer, just type RETURN without entering
8049 a server name.
8052 You may have to add optional extra information to the server name.
8053 For example, if the server is using a non-standard port number you
8054 would specify that by appending a colon (:) followed by the port number
8055 to the server name
8058 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8061 For an explanation of all of the possibilities, see
8062 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8063 for folders.
8066 &lt;End of help on this topic&gt;
8067 </BODY>
8068 </HTML>
8069 ========== h_inbox_add_maildrop =========
8070 <HTML>
8071 <HEAD>
8072 <TITLE>ENTER MAILDROP SERVER</TITLE>
8073 </HEAD>
8074 <BODY>
8075 <H1>Enter Mail Drop Server</H1>
8077 You are being asked for the name of the Mail Drop server for use with
8078 your INBOX.
8081 Type the server's name followed by RETURN.
8084 You may have to add optional extra information to the server name.
8085 For example, if the server is using a non-standard port number you
8086 would specify that by appending a colon (:) followed by the port number
8087 to the server name
8090 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8093 or you may need to specify a different protocol if the server is not an
8094 IMAP server. For example:
8097 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
8100 for a POP server or
8103 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
8106 for an NNTP news server.
8107 For an explanation of all of the possibilities, see
8108 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8109 for folders.
8112 &lt;End of help on this topic&gt;
8113 </BODY>
8114 </HTML>
8115 ========== h_incoming_add_maildrop =========
8116 <HTML>
8117 <HEAD>
8118 <TITLE>ENTER MAILDROP SERVER</TITLE>
8119 </HEAD>
8120 <BODY>
8121 <H1>Enter Mail Drop Server</H1>
8123 You are being asked for the name of the Mail Drop server for use with
8124 this incoming folder.
8127 Type the server's name followed by RETURN.
8128 You may use the ^X command if the server is the same as the server that
8129 the INBOX is on.
8132 You may have to add optional extra information to the server name.
8133 For example, if the server is using a non-standard port number you
8134 would specify that by appending a colon (:) followed by the port number
8135 to the server name
8138 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8141 or you may need to specify a different protocol if the server is not an
8142 IMAP server. For example:
8145 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
8148 for a POP server or
8151 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
8154 for an NNTP news server.
8155 For an explanation of all of the possibilities, see
8156 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8157 for folders.
8160 If the Mail Drop folder is on the machine where Alpine is running, then just enter
8161 RETURN without typing a server name.
8164 &lt;End of help on this topic&gt;
8165 </BODY>
8166 </HTML>
8167 ========== h_maildrop =========
8168 <HTML>
8169 <HEAD>
8170 <TITLE>WHAT IS A MAIL DROP?</TITLE>
8171 </HEAD>
8172 <BODY>
8173 <H1>What is a Mail Drop?</H1>
8175 In some situaions it may make sense to have your mail delivered to one
8176 folder (the Mail Drop) and then when you want to read mail that has been
8177 delivered to the Mail Drop folder Alpine will move it to another
8178 destination folder.
8179 Often the Mail Drop will be a remote folder and messages will be moved from
8180 there to a local destination folder.
8183 One example where this might make sense is if the Mail Drop folder is accessible
8184 only with the POP protocol.
8185 You could designate your POP inbox as the Mail Drop folder and have Alpine move
8186 mail from there to a local (on the same machine Alpine is running on)
8187 destination folder, where you'll read it.
8190 A Mail Drop may only be used as your Inbox or as an
8191 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A>.
8194 There is no attempt to synchronize the contents of the destination folder
8195 with the contents of the Mail Drop folder.
8196 All that happens is that all of the messages in the Mail Drop folder are
8197 copied to the destination folder and then they are deleted and expunged (if possible)
8198 from the Mail Drop folder.
8199 The next time a check for new mail is made, any messages in the Mail 
8200 Drop folder are once again copied to the destination folder and deleted
8201 and expunged from the Mail Drop folder.
8202 (If the Mail Drop folder is a news group, then the messages can't be
8203 expunged from the newsgroup. Instead, only Recent messages are copied from
8204 the newsgroup to the destination folder.)
8207 Configuration of a Mail Drop is a little different from configuration of
8208 a folder that does not use a Mail Drop because you have to specify two
8209 folder names instead of one.
8210 The two folders may be any types of folders that Alpine can normally use.
8211 They don't have to be a remote folder and a local folder, that is
8212 simply the most common usage.
8213 When you use a Mail Drop folder Alpine will periodically re-open the Mail
8214 Drop to check for new mail.
8215 The new-mail checks will happen at the frequency set with the
8216 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option,
8217 but with a minimum time
8218 (<A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>)
8219 between checks.
8220 Because of this minimum you may notice that new mail does not
8221 appear promptly when you expect it.
8222 The reason for this is to protect the server from over-zealous opening and
8223 closing of the Mail Drop folder.
8224 If the user initiates the check by typing ^L (Ctrl-L) or the Next command when at
8225 the end of the folder index, then the check will happen, regardless of how
8226 long it has been since the previous check.
8228 If there is new mail, that mail will be copied to the destination folder
8229 and then will be deleted from the Mail Drop.
8230 Note that using a Mail Drop with a local destination folder does not make
8231 sense if you read mail from more than one machine, because the mail is
8232 downloaded to the destination folder (which is accessible from only one
8233 machine) and deleted from the Mail Drop.
8235 The feature <A HREF="h_config_maildrops_preserve_state"><!--#echo var="FEAT_maildrops-preserve-state"--></A> modifies the operation of Mail Drops.
8238 The actual syntax used by Alpine for a folder that uses a Mail Drop is:
8241 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
8243 The brackets are not literal.
8245 <CENTER><SAMP>&lt;DELIM&gt;</SAMP></CENTER>
8247 is a single character that does not appear in the MailDropFolder name.
8248 If the name doesn't contain spaces then it can be a space character.
8249 The two folder names are full technical
8250 <A HREF="h_valid_folder_names">folder names</A>
8251 as used by Alpine.
8252 Here are a couple examples to give you an idea what is being talked about:
8255 <CENTER><SAMP>#move&nbsp;{popserver.example.com/pop3}inbox&nbsp;localfolder</SAMP></CENTER>
8257 <CENTER><SAMP>#move+{nntpserver.example.com/nntp}#news.comp.mail.pine+local&nbsp;folder</SAMP></CENTER>
8260 A #move folder may only be used as an
8261 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
8262 an Inbox.
8263 When you are in the FOLDER LIST of Incoming Message Folders (after turning
8264 on the
8265 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
8266 option)
8267 the Add command has a subcommand &quot;Use Mail Drop&quot;
8268 which may be helpful for defining the folder in your Alpine configuration.
8269 The same is true when you edit the
8270 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
8271 option in Setup/Config.
8272 Each of these configuration methods will also create the DestinationFolder
8273 if it doesn't already exist.
8274 If you are having problems, make sure the DestinationFolder exists.
8277 &lt;End of help on this topic&gt;
8278 </BODY>
8279 </HTML>
8280 ========== h_save =========
8281 <HTML>
8282 <HEAD>
8283 <TITLE>CHOOSE A FOLDER TO SAVE INTO</TITLE>
8284 </HEAD>
8285 <BODY>
8286 <H1>Choose a Folder to Save Into</H1>
8288 After Exiting from this help text,
8289 type the name of the folder you want to save into and press RETURN.
8291 Press ^T to get a list of your folders to choose from.
8292 Press ^C to cancel the Save.
8294 If you have Folder Collections defined you may use
8295 Ctrl-P (Previous collection) and Ctrl-N (Next collection) to switch
8296 the collection being saved to.
8298 If Tab Completion is enabled (it is enabled by default)
8299 you may type a Tab character to have Alpine complete the folder name for you.
8301 If Partial Match Lists is enabled (it is enabled by default) you may type
8302 Ctrl-X to get a list of matches to the prefix you've typed in so far.
8304 If the Ctrl-R subcommand is present that means you can decide to Delete or
8305 not Delete the message you are saving after you save it.
8306 The label on that key gives the action to switch to.
8307 If it says Delete and you type Ctrl-R the label displayed will change to
8308 No Delete and the source message will be deleted after the save. If it
8309 says No Delete and you type Ctrl-R the label displayed will change to
8310 Delete and the message will not be deleted.
8311 You can control the default for the Delete parameter with the
8312 configuration feature <!--#echo var="FEAT_save-will-not-delete"-->.
8314 Similarly, if the Ctrl-W subcommand is present that means you can decide
8315 to Preserve the order of the messages being saved or not.
8316 If it is labeled Preserve Order and you type Ctrl-W, the resulting Saved messages
8317 will be in the same order as you see them in the source folder now.
8318 The opposite action (which is usually the default) is that you don't care
8319 about the order.
8320 The Saved messages may or may not be in the same order in the destination folder.
8321 There may be a performance penalty for choosing to save the messages in order.
8322 You can control the default for the Preserve Order parameter with the
8323 configuration feature
8324 <!--#echo var="FEAT_save-aggregates-copy-sequence"-->.
8327 If you haven't disabled the Save Input History and you've already done a
8328 Save earlier in this session then you may use the Up and Down arrows to retrieve
8329 a folder name used in a previous Save.
8332 &lt;End of help on this topic&gt;
8333 </BODY>
8334 </HTML>
8335 ============= h_simple_index ========================
8336 <HTML>
8337 <HEAD>
8338 <TITLE>SELECT POSTPONED MESSAGE</TITLE>
8339 </HEAD>
8340 <BODY>
8341 <H1>POSTPONED MESSAGE SELECTION COMMANDS</H1>
8342 <!--chtml if pinemode="function_key"-->
8343 <PRE>
8344 Navigating the List of Messages               General Alpine Commands
8345 -------------------------------               -----------------------
8346  F5   Move to previous message                 F1   Show this help text
8347  F6   Move to next message
8348  F7   Show previous screen of messages
8349  F8   Show next screen of messages
8351 Message Selection Commands
8352 --------------------------
8353  F3   Exit the Message Select menu (canceling Send command)
8354  F4   Select the currently highlighted message
8355  F9   Mark the currently highlighted message as deleted
8356  F10  Undelete (remove deletion mark from) the highlighted message
8357 </PRE>
8358 <!--chtml else-->
8359 <PRE>
8360 Navigating the List of Messages               General Alpine Commands
8361 -------------------------------               -----------------------
8362   P  Move to previous message                  ?  Show this help text
8363   N  Move to next message
8364   -  Show previous screen of messages
8365  Spc (space bar) Show next screen of messages
8367 Message Selection Commands
8368 --------------------------
8369   E  Exit the Message Select menu (canceling Send command)
8370   S  Select the currently highlighted message
8371   D  Mark the currently highlighted message as deleted
8372   U  Undelete (remove deletion mark from) the highlighted message
8373 </PRE>
8374 <!--chtml endif-->
8376 <H2>Description of the Select Postponed Message Screen</H2>
8378 This screen allows you to select one of several previously postponed
8379 messages in order to continue composition.  Your options are very limited
8380 -- the screen is not meant to let you manipulate these messages.  However,
8381 you may now delete messages from this list.  Once you choose a message,
8382 Alpine reads it in and puts you into the regular message composer.
8385 Messages do not stay in this postponed state automatically.  If you select
8386 a message and then want to postpone it again, use the normal postpone
8387 (Ctrl-O) command in the composer.
8390 If you exit this screen without selecting a message, the Compose command
8391 that got you here is canceled.  Other than messages explicitly marked
8392 &quot;Deleted&quot;, no messages will be removed.
8395 &lt;End of help on this topic&gt;
8396 </BODY>
8397 </HTML>
8398 ============= h_collection_screen ========================
8399 <HTML>
8400 <HEAD>
8401 <TITLE>COLLECTION LIST screen</TITLE>
8402 </HEAD>
8403 <BODY>
8404 <H1>COLLECTION LIST screen</H1>
8406 The COLLECTION LIST screen is used to select one of your  
8407 collection definitions to display the folders they contain.  See
8408 <A HREF="h_what_are_collections">Folder Collections Explained</A> for 
8409 detailed explanation of collections.<P>
8411 To manage your collection definitions (Add, Change, Delete, etc.), use
8412 the <A HREF="h_collection_maint">Setup/collectionList</A> command on Alpine's
8413 MAIN MENU.
8416 &lt;End of help on this topic&gt;
8417 </BODY>
8418 </HTML>
8419 ============= h_collection_maint ========================
8420 <HTML>
8421 <HEAD>
8422 <TITLE>SETUP COLLECTION LIST screen</TITLE>
8423 </HEAD>
8424 <BODY>
8425 <H1>SETUP COLLECTION LIST screen</H1>
8427 The SETUP COLLECTION LIST screen lets you manage your collection
8428 definitions.  See 
8429 <A HREF="h_what_are_collections">Folder Collections Explained</A> 
8430 for detailed explanation of collections.<P>
8432 Maintenance commands include:
8433 <DL>
8434 <DT>Change
8435 <!--chtml if pinemode="function_key"-->
8436 (F4)
8437 <!--chtml else-->
8439 <!--chtml endif-->
8440 </DT>
8442 <DD>Modify attributes of the selected collection definition.
8444 <DT>Add Cltn
8445 <!--chtml if pinemode="function_key"-->
8446 (F9)
8447 <!--chtml else-->
8449 <!--chtml endif-->
8450 </DT>
8452 <DD>Create a new collection definition.
8453 </DD>
8455 <DT>Del Cltn
8456 <!--chtml if pinemode="function_key"-->
8457 (F10)
8458 <!--chtml else-->
8460 <!--chtml endif-->
8461 </DT>
8463 <DD>Delete the selected collection definition.<BR>
8464 NOTE: The folders and directories referred to by the
8465 collection definition are <EM>NOT</EM> deleted.  Folders must
8466 be deleted, if that's what you wish to do, from the 
8467 <A HREF="h_folder_maint">FOLDER LIST screen</A>, which shows the 
8468 individual folders in a collection.
8469 </DD>
8471 <DT>Shuffle
8472 <!--chtml if pinemode="function_key"-->
8473 (F11)
8474 <!--chtml else-->
8476 <!--chtml endif-->
8477 </DT>
8479 <DD>Change the order of the displayed collections.  Alpine will offer
8480 to move the currently selected collection one position UP
8481 or DOWN.
8482 </DD>
8483 </DL>
8486 &lt;End of help on this topic&gt;
8487 </BODY>
8488 </HTML>
8489 ============ h_what_are_collections ==========
8490 <HTML>
8491 <HEAD>
8492 <TITLE>Folder Collections Explained</TITLE>
8493 </HEAD>
8494 <BODY>
8495 <H1>Folder Collections Explained</H1>
8498 Those of you with simple mail configurations will just see a list of all the
8499 folders you have when choosing FOLDER LIST from Alpine's MAIN MENU.  
8500 The special folders for INBOX, sent mail and saved messages
8501 will appear at the top of the list.  All others are in alphabetical order.
8503 If you
8504 or your system administrator have defined more than one collection or if
8505 you have a collection (for newsgroups or email folders) defined on your 
8506 system, then you will see the COLLECTION LIST screen first when choosing 
8507 FOLDER LIST from Alpine's MAIN MENU.
8509 <H2>Why have multiple folder collections?</H2>
8511 For Alpine users who only maintain email folders (and not too many) on one host, 
8512 a single folder collection is probably sufficient.<P>
8514 However, people who have more than one email account - for example, one 
8515 at their university, and one with their personal Internet Service Provider - 
8516 will have different sets of folders on different hosts, and they may want to
8517 access them all from the same installation of Alpine, rather than use different 
8518 software and/or log into other hosts to manipulate messages in different 
8519 accounts.  (If in doubt whether one of your email accounts can be accessed 
8520 with Alpine, contact the technical support people for that account.)  Even people
8521 who have only one email account on one host, but have dozens or
8522 hundreds of email folders, may want to arrange these folders together in a 
8523 meaningful way.<BR>
8524 That is where multiple collections come in.
8526 <H2>Types of Collections</H2>
8527 <DL>
8528 <DT>INCOMING FOLDERS</DT>
8529 <DD>&quot;Incoming Message Folders&quot; 
8530 is a special collection typically used to supplement your single INBOX.  
8531 All the folders here are meant to be ones that receive incoming messages, 
8532 which you intend to check more or less frequently.  
8533 You may have multiple folders like this because you or your systems 
8534 administrator have set up an external program or you may have set up
8535 Alpine to filter incoming 
8536 messages into different folders, based on certain criteria such as 
8537 sender, recipient, or subject; or because you have multiple accounts and 
8538 wish to check their INBOXes easily.  This collection is established by 
8539 setting the 
8540 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
8541 feature in the SETUP CONFIGURATION screen, which is accessed from the 
8542 MAIN MENU.
8543 </DD>
8545 <DT>NEWS</DT>
8546 <DD>You can also define a collection specifically for
8547 newsgroups.  Alpine does this for you implicitly when you 
8548 <A HREF="h_config_nntp_server">define an NNTP Server</A>
8549 in your Alpine configuration.  The news collection appears last in the 
8550 COLLECTION LIST (though you can shuffle it up in the order of presentation),
8551 and Alpine knows not to save messages there.
8552 </DD>
8554 <DT>DEFAULT COLLECTION</DT>
8555 <DD>This is the default collection for your saved and sent messages folders.
8556 </DD>
8557 </DL>
8561 <H2>Defining Collections</H2>
8563 In the absence of any folder-collection definitions, Alpine will assume a
8564 single default folder collection.
8565 <!--chtml if pinemode="os_windows"-->
8566 <!--chtml else-->
8567 If necessary, Alpine will create the directory
8568 &quot;mail&quot; in your Unix home directory 
8569 to hold your folders.
8570 <!--chtml endif-->
8572 You can use the 
8573 <A HREF="h_collection_maint">Setup/collectionList screen</A>, called up from 
8574 the MAIN MENU, to manage your collection list.  
8576 &lt;End of help on this topic&gt;
8577 </BODY>
8578 </HTML>
8579 ===== h_select_address_screen =====
8580 <HTML>
8581 <HEAD>
8582 <TITLE>SELECT AN ADDRESS SCREEN</TITLE>
8583 </HEAD>
8584 <BODY>
8585 <H1>SELECT AN ADDRESS SCREEN</H1>
8586 <H2>COMMANDS</H2>
8587 <!--chtml if pinemode="function_key"-->
8588 <PRE>
8589 Available  Commands                        
8590 -------------------------------            
8591 F1  Show Help Text
8592 F3  Exit without selecting anything
8593 F4  Select the highlighted address
8594 F5  Move highlight to previous address
8595 F6  Move highlight to next address
8596 F7  Previous page of addresses
8597 F8  Next page of addresses
8598 F11 Print
8599 F12 WhereIs
8600 </PRE>
8601 <!--chtml else-->
8602 <PRE>
8603 Navigation                     General Alpine Commands
8604 -------------------------      -----------------------
8605  P  Prev Address                ?  Display this help text
8606  N  Next Address                E  Exit without selecting anything
8607  -  Previous page               %  Print
8608 Spc (space bar) Next page
8609  W  WhereIs
8611 Select Command
8612 ------------------------------------------------
8613  S  Select the highlighted address
8614 </PRE>
8615 <!--chtml endif-->
8617 <H2>Description of the Select Address Screen</H2>
8619 This screen gives you an easy way to select an address from all of
8620 the address book entries that match the prefix typed so far.
8622 <P><UL>
8623 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8624 </UL>
8626 &lt;End of help on this topic&gt;
8627 </BODY>
8628 </HTML>
8629 ===== h_select_rule_screen =====
8630 <HTML>
8631 <HEAD>
8632 <TITLE>SELECT A RULE SCREEN</TITLE>
8633 </HEAD>
8634 <BODY>
8635 <H1>SELECT A RULE SCREEN</H1>
8636 <H2>COMMANDS</H2>
8637 <!--chtml if pinemode="function_key"-->
8638 <PRE>
8639 Available  Commands                        
8640 -------------------------------            
8641 F1  Show Help Text
8642 F3  Exit without selecting anything
8643 F4  Select the highlighted rule
8644 F5  Move highlight to previous rule
8645 F6  Move highlight to next rule
8646 F7  Previous page of rules
8647 F8  Next page of rules
8648 F11 Print
8649 F12 WhereIs
8650 </PRE>
8651 <!--chtml else-->
8652 <PRE>
8653 Navigation                     General Alpine Commands
8654 -------------------------      -----------------------
8655  P  Prev Rule                   ?  Display this help text
8656  N  Next Rule                   E  Exit without selecting anything
8657  -  Previous page               %  Print
8658 Spc (space bar) Next page
8659  W  WhereIs
8661 Select Command
8662 ------------------------------------------------
8663  S  Select the highlighted rule
8664 </PRE>
8665 <!--chtml endif-->
8667 <H2>Description of the Select Rule Screen</H2>
8669 This screen just gives you an easy way to select a rule from all of your
8670 defined rules.
8671 The list of rules presented is the list of nicknames of all of the rules
8672 defined using Setup/Rules.
8673 For selecting messages, it is likely that the Indexcolor rules and possibly
8674 the Roles rules will be most useful.
8675 The others are there also, in case you find a use for them.
8677 In order for this to be useful for selecting messages, the nicknames of
8678 the rules have to be different.
8679 Alpine actually just gets the nickname of the rule that you select and then
8680 looks up that rule using the nickname.
8681 So if there are duplicate nicknames, the first rule that has that
8682 nickname will be used.
8684 <P><UL>
8685 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8686 </UL>
8688 &lt;End of help on this topic&gt;
8689 </BODY>
8690 </HTML>
8691 ===== h_select_priority_screen =====
8692 <HTML>
8693 <HEAD>
8694 <TITLE>SELECT A PRIORITY SCREEN</TITLE>
8695 </HEAD>
8696 <BODY>
8697 <H1>SELECT A PRIORITY SCREEN</H1>
8698 <H2>COMMANDS</H2>
8699 <!--chtml if pinemode="function_key"-->
8700 <PRE>
8701 Available  Commands                        
8702 -------------------------------            
8703 F1  Show Help Text
8704 F3  Exit without selecting anything
8705 F4  Select the highlighted priority
8706 F5  Move highlight to previous priority
8707 F6  Move highlight to next priority
8708 F7  Previous page of priorities
8709 F8  Next page of priorities
8710 F11 Print
8711 F12 WhereIs
8712 </PRE>
8713 <!--chtml else-->
8714 <PRE>
8715 Navigation                     General Alpine Commands
8716 -------------------------      -----------------------
8717  P  Prev Priority               ?  Display this help text
8718  N  Next Priority               E  Exit without selecting anything
8719  -  Previous page               %  Print
8720 Spc (space bar) Next page
8721  W  WhereIs
8723 Select Command
8724 ------------------------------------------------
8725  S  Select the highlighted priority
8726 </PRE>
8727 <!--chtml endif-->
8729 <H2>Description of the Select Priority Screen</H2>
8731 This screen gives you a way to select a priority for the message you are sending.
8732 This priority will be placed in the non-standard X-Priority header of your outgoing mail.
8733 Some mail programs will display an indication of the priority level to
8734 the recipient of the message, some will ignore it.
8735 Even in cases where the mail programs of both the sender and the recipient
8736 agree on the meaning of this header, keep in mind that it is
8737 something that the sender sets so it is only an indication
8738 of the priority that the sender attaches to the mail.
8739 Alpine can be made to display an indication of this priority in incoming
8740 messages by use of one of the tokens
8741 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
8742 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
8743 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
8745 <P><UL>
8746 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8747 </UL>
8749 &lt;End of help on this topic&gt;
8750 </BODY>
8751 </HTML>
8752 ===== h_select_keyword_screen =====
8753 <HTML>
8754 <HEAD>
8755 <TITLE>SELECT A KEYWORD SCREEN</TITLE>
8756 </HEAD>
8757 <BODY>
8758 <H1>SELECT A KEYWORD SCREEN</H1>
8759 <H2>COMMANDS</H2>
8760 <!--chtml if pinemode="function_key"-->
8761 <PRE>
8762 Available  Commands                        
8763 -------------------------------            
8764 F1  Show Help Text
8765 F3  Exit without selecting anything
8766 F4  Select the highlighted keyword
8767 F5  Move highlight to previous keyword
8768 F6  Move highlight to next keyword
8769 F7  Previous page of keywords
8770 F8  Next page of keywords
8771 F11 Print
8772 F12 WhereIs
8773 </PRE>
8774 <!--chtml else-->
8775 <PRE>
8776 Navigation                     General Alpine Commands
8777 -------------------------      -----------------------
8778  P  Prev Keyword                ?  Display this help text
8779  N  Next Keyword                E  Exit without selecting anything
8780  -  Previous page               %  Print
8781 Spc (space bar) Next page
8782  W  WhereIs
8784 Select Command
8785 ------------------------------------------------
8786  S  Select the highlighted keyword
8787 </PRE>
8788 <!--chtml endif-->
8790 <H2>Description of the Select Keyword Screen</H2>
8792 This screen just gives you an easy way to select a keyword.
8793 The list of keywords presented is the list of all keywords defined in your 
8794 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
8795 If you have given a keyword a nickname, that nickname is displayed
8796 instead of the actual keyword.
8798 <P><UL>
8799 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8800 </UL>
8802 &lt;End of help on this topic&gt;
8803 </BODY>
8804 </HTML>
8805 ===== h_select_charset_screen =====
8806 <HTML>
8807 <HEAD>
8808 <TITLE>SELECT A CHARACTER SET SCREEN</TITLE>
8809 </HEAD>
8810 <BODY>
8811 <H1>SELECT A CHARACTER SET SCREEN</H1>
8812 <H2>COMMANDS</H2>
8813 <!--chtml if pinemode="function_key"-->
8814 <PRE>
8815 Available  Commands                        
8816 -------------------------------            
8817 F1  Show Help Text
8818 F3  Exit without selecting anything
8819 F4  Select the highlighted character set
8820 F5  Move highlight to previous character set
8821 F6  Move highlight to next character set
8822 F7  Previous page of character sets
8823 F8  Next page of character sets
8824 F11 Print
8825 F12 WhereIs
8826 </PRE>
8827 <!--chtml else-->
8828 <PRE>
8829 Navigation                     General Alpine Commands
8830 -------------------------      -----------------------
8831  P  Prev Character Set          ?  Display this help text
8832  N  Next Character Set          E  Exit without selecting anything
8833  -  Previous page               %  Print
8834 Spc (space bar) Next page
8835  W  WhereIs
8837 Select Command
8838 ------------------------------------------------
8839  S  Select the highlighted character set
8840 </PRE>
8841 <!--chtml endif-->
8843 <H2>Description of the Select A Character Set Screen</H2>
8845 This screen just gives you an easy way to select a character set from the
8846 set of character sets Alpine knows about.
8847 The list presented will vary slightly depending on what option you are
8848 selecting the character set for.
8850 <P><UL>
8851 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8852 </UL>
8854 &lt;End of help on this topic&gt;
8855 </BODY>
8856 </HTML>
8857 ===== h_select_multcharsets_screen =====
8858 <HTML>
8859 <HEAD>
8860 <TITLE>SELECT CHARACTER SETS SCREEN</TITLE>
8861 </HEAD>
8862 <BODY>
8863 <H1>SELECT CHARACTER SETS SCREEN</H1>
8864 <H2>COMMANDS</H2>
8865 <!--chtml if pinemode="function_key"-->
8866 <PRE>
8867 Available  Commands
8868 -------------------------------            
8869 F1  Show Help Text
8870 F3  Exit without selecting anything
8871 F4  Select the highlighted charset (or chosen charsets in ListMode)
8872 F5  Move highlight to previous charset
8873 F6  Move highlight to next charset
8874 F7  Previous page of charsets
8875 F8  Next page of charsets
8876 F9  Toggle choices when using ListMode
8877 F10 Turn on/off ListMode (makes it easy to choose multiple charsets)
8878 F11 Print
8879 F12 WhereIs
8880 </PRE>
8881 <!--chtml else-->
8882 <PRE>
8883 Navigation                     General Alpine Commands
8884 -------------------------      -----------------------
8885  P  Prev Charset                ?  Display this help text
8886  N  Next Charset                E  Exit without selecting anything
8887  -  Previous page               %  Print
8888 Spc (space bar) Next page
8889  W  WhereIs
8891 Select Command
8892 ------------------------------------------------
8893  S  Select the highlighted charset (or chosen charsets in ListMode)
8894  L  Turn on ListMode (makes it easy to choose multiple charsets)
8895  1  Turn off ListMode
8896  X  Toggle choices when using ListMode
8897 </PRE>
8898 <!--chtml endif-->
8900 <H2>Description of the Select Character Set Screen</H2>
8902 This screen just gives you an easy way to select a character set or a list of
8903 character sets.
8904 The list of character sets presented is the list of all character sets known to
8905 Alpine.
8906 You may select other character sets by typing them in directly.
8908 <P><UL>
8909 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8910 </UL>
8912 &lt;End of help on this topic&gt;
8913 </BODY>
8914 </HTML>
8915 ===== h_select_multkeyword_screen =====
8916 <HTML>
8917 <HEAD>
8918 <TITLE>SELECT KEYWORDS SCREEN</TITLE>
8919 </HEAD>
8920 <BODY>
8921 <H1>SELECT KEYWORDS SCREEN</H1>
8922 <H2>COMMANDS</H2>
8923 <!--chtml if pinemode="function_key"-->
8924 <PRE>
8925 Available  Commands
8926 -------------------------------            
8927 F1  Show Help Text
8928 F3  Exit without selecting anything
8929 F4  Select the highlighted keyword (or chosen keywords in ListMode)
8930 F5  Move highlight to previous keyword
8931 F6  Move highlight to next keyword
8932 F7  Previous page of keywords
8933 F8  Next page of keywords
8934 F9  Toggle choices when using ListMode
8935 F10 Turn on/off ListMode (makes it easy to choose multiple keywords)
8936 F11 Print
8937 F12 WhereIs
8938 </PRE>
8939 <!--chtml else-->
8940 <PRE>
8941 Navigation                     General Alpine Commands
8942 -------------------------      -----------------------
8943  P  Prev Keyword                ?  Display this help text
8944  N  Next Keyword                E  Exit without selecting anything
8945  -  Previous page               %  Print
8946 Spc (space bar) Next page
8947  W  WhereIs
8949 Select Command
8950 ------------------------------------------------
8951  S  Select the highlighted keyword (or chosen keywords in ListMode)
8952  L  Turn on ListMode (makes it easy to choose multiple keywords)
8953  1  Turn off ListMode
8954  X  Toggle choices when using ListMode
8955 </PRE>
8956 <!--chtml endif-->
8958 <H2>Description of the Select Keyword Screen</H2>
8960 This screen just gives you an easy way to select a keyword or a list of
8961 keywords.
8962 The list of keywords presented is the list of all keywords defined in your 
8963 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
8964 If you have given a keyword a nickname, that nickname is displayed
8965 instead of the actual keyword.
8967 <P><UL>
8968 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8969 </UL>
8971 &lt;End of help on this topic&gt;
8972 </BODY>
8973 </HTML>
8974 ===== h_select_incoming_to_monitor =====
8975 <HTML>
8976 <HEAD>
8977 <TITLE>SELECT FOLDERS TO CHECK SCREEN</TITLE>
8978 </HEAD>
8979 <BODY>
8980 <H1>SELECT FOLDERS TO CHECK SCREEN</H1>
8981 <H2>COMMANDS</H2>
8982 <!--chtml if pinemode="function_key"-->
8983 <PRE>
8984 Available  Commands
8985 -------------------------------            
8986 F1  Show Help Text
8987 F3  Exit without selecting anything
8988 F4  Select the marked folders
8989 F5  Move highlight to previous folder
8990 F6  Move highlight to next folder
8991 F7  Previous page of folders
8992 F8  Next page of folders
8993 F9  Toggle choices on or off
8994 F11 Print
8995 F12 WhereIs
8996 </PRE>
8997 <!--chtml else-->
8998 <PRE>
8999 Navigation                     General Alpine Commands
9000 -------------------------      -----------------------
9001  P  Prev Folder                 ?  Display this help text
9002  N  Next Folder                ^C  exit without changing anything
9003  -  Previous page               %  Print
9004 Spc (space bar) Next page
9005  W  WhereIs
9007 Select Command
9008 ------------------------------------------------
9009  S  Select the marked folders
9010  X  Toggle choices on or off
9011 </PRE>
9012 <!--chtml endif-->
9014 <H2>Description of the Select Folders to Check Screen</H2>
9016 This screen is only useful if the feature
9017 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
9018 is set.
9019 By default, when you set that feature all of your incoming folders
9020 will be checked periodically for Unseen messages.
9021 By using this screen, you may restrict the set of monitored folders to
9022 a subset of all of the incoming folders.
9024 Mark the folders you want to monitor for Unseen messages with
9025 an &quot;X&quot;.
9026 When you've finished marking all your selections use the Select
9027 command to register your choices.
9028 To return to the default of checking all incoming folders
9029 delete all folders or unmark all folders.
9031 <P><UL>
9032 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9033 </UL>
9035 &lt;End of help on this topic&gt;
9036 </BODY>
9037 </HTML>
9038 ===== h_role_select =====
9039 <HTML>
9040 <HEAD>
9041 <TITLE>ROLES SCREEN</TITLE>
9042 </HEAD>
9043 <BODY>
9044 <H1>ROLES SCREEN</H1>
9045 <H2>ROLES COMMANDS</H2>
9046 <!--chtml if pinemode="function_key"-->
9047 <PRE>
9048 Available  Commands                        
9049 -------------------------------            
9050 F1  Show Help Text
9051 F3  Exit without a selection
9052 F4  Select a role to use in composition
9053 F5  Move to previous role
9054 F6  Move to next role
9055 F7  Previous page of roles
9056 F8  Next page of roles
9057 F11 Change Default Role
9058 F12 Whereis (search role nicknames)
9059 </PRE>
9060 <!--chtml else-->
9061 <PRE>
9062 Navigation                     General Alpine Commands
9063 -------------------------      -----------------------
9064  P  Prev Role                     ?  Display this help text
9065  N  Next Role                     E  Exit without a selection
9066  -  Previous page
9067 Spc (space bar) Next page
9068  W  WhereIs (search for word in role nicknames)
9070 Select Role Commands
9071 ------------------------------------------------
9072  [Return]  Select highlighted role
9073  D         Change Default Role
9074 </PRE>
9075 <!--chtml endif-->
9077 <H2>Description of the Roles Screen</H2>
9079 With this screen you select a role to be used in the composition of a
9080 message.
9081 Use the Previous and Next commands to highlight the role you wish to
9082 use.
9083 When you type carriage return you will be placed in the composer using the highlighted role.
9085 You don't have any non-default <A HREF="h_rules_roles">roles</A>
9086 available unless you set them up.
9087 You may do so by using the Setup/Rules command on the MAIN MENU.
9089 By using the D command, you may set a default role that will persist until
9090 you change it or until you exit Alpine.
9091 The D command toggles through three states: set the default role, unset the
9092 default role, and leave the default role as it is.
9093 <P><UL>
9094 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9095 </UL>
9097 &lt;End of help on this topic&gt;
9098 </BODY>
9099 </HTML>
9100 ===== h_role_abook_select =====
9101 <HTML>
9102 <HEAD>
9103 <TITLE>SELECT ADDRESS BOOK SCREEN</TITLE>
9104 </HEAD>
9105 <BODY>
9106 <H1>SELECT ADDRESS BOOK SCREEN</H1>
9107 <H2>COMMANDS</H2>
9108 <!--chtml if pinemode="function_key"-->
9109 <PRE>
9110 Available  Commands                        
9111 -------------------------------            
9112 F1  Show Help Text
9113 F3  Exit screen without selecting anything
9114 F4  Select highlighted address book
9115 F5  Move to previous address book
9116 F6  Move to next address book
9117 F7  Previous page of address books
9118 F8  Next page of address books
9119 F12 Whereis
9120 </PRE>
9121 <!--chtml else-->
9122 <PRE>
9123 Navigation                     General Alpine Commands
9124 -------------------------      -----------------------
9125  P  Previous addrbook          ?  Display this help text
9126  N  Next addrbook
9127  -  Previous page
9128 Spc (space bar) Next page
9129  W  WhereIs
9131 Select Role Commands
9132 ------------------------------------------------
9133  S  Select highlighted address book
9134  E  Exit screen without selecting anything
9135 </PRE>
9136 <!--chtml endif-->
9138 <H2>Description of the Select Address Book Screen</H2>
9140 This screen helps you select one of your address books.
9141 Use the Previous and Next commands to highlight the address book you wish to
9142 select.
9143 <P><UL>
9144 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9145 </UL>
9147 &lt;End of help on this topic&gt;
9148 </BODY>
9149 </HTML>
9150 ======== h_rule_patterns =============
9151 <HTML>
9152 <HEAD>
9153 <TITLE>PATTERNS</TITLE>
9154 </HEAD>
9155 <BODY>
9156 <H1>PATTERNS</H1>
9157 Patterns are used with Roles, Filtering, Index Coloring,
9158 Scoring, Other Rules, and Search Rules.
9159 Patterns are compared with a message to see if there is a match.
9160 For Filtering, the messages being checked are all the messages in the
9161 folder, one at a time.
9162 For Index Line Coloring, each message that is visible on the screen is
9163 checked for matches with the Index Coloring Patterns.
9164 Roles are used with the Reply, Forward, and Compose commands.
9165 For Reply, the message used to compare the Pattern with is the message
9166 being replied to;
9167 for Forward, the message used to compare the Pattern with is the message
9168 being forwarded;
9169 and for Compose, there is no message, so the parts of the Pattern that depend
9170 on a message (everything other than Current Folder Type and the
9171 Beginning of Month and Year)
9172 are not used.
9173 Only the Current Folder Type matters for Compose (plus the Beginning of
9174 Month or Year, which you wouldn't usually use for a Role).
9175 For Scoring, the message being scored is compared with all of the Score
9176 Patterns, and the Score Values from the ones that match are added together to 
9177 get the message's score.
9178 For Other Rules, there is no message. Only the Current Folder Type is checked
9179 for Other Rules.
9181 Each Pattern has several possible parts, all of which are optional.
9182 In order for there to be a match, <EM>ALL</EM> of the
9183 <EM>defined</EM> parts of the Pattern must match the message.
9184 If a part is not defined it is considered a match, but note that a filtering
9185 Pattern must have at least one defined part or it will be ignored.
9186 For example, if the To pattern is not defined it will be
9187 displayed as
9189 <CENTER>To pattern = &lt;No Value Set&gt;</CENTER>
9191 That is considered a match because it is not defined.
9192 This means that the Pattern with nothing defined is a match if the
9193 Current Folder Type matches, but there is an exception that was mentioned
9194 in the previous paragraph.
9195 Because filtering is a potentially destructive action, filtering Patterns
9196 with nothing other than Current Folder Type defined are ignored.
9197 If you really want a filtering Pattern to match all messages (subject to
9198 Current Folder Type) the best way to do it is to define a Score interval
9199 that includes all possible scores.
9200 This would be the score interval <SAMP>(-INF,INF)</SAMP>.
9201 This can be used even if you haven't defined any rules to Set Scores.
9203 There are six predefined header patterns called the To, From, Sender, Cc, News,
9204 and Subject patterns.
9205 Besides those six predefined header patterns, you may add
9206 additional header patterns with header fieldnames of your choosing.
9207 You add an extra header pattern by placing the cursor on one of the
9208 patterns while in the role editor and using the &quot;eXtraHdr&quot; command.
9209 The Recip pattern is a header pattern that stands for Recipient (To OR Cc)
9210 and the Partic pattern is a header pattern that stands for
9211 Participant (From OR To OR Cc).
9212 (Defining the Recip pattern does not have the same effect as defining both
9213 the To and Cc patterns. Recip is To <EM>OR</EM> Cc, not To <EM>AND</EM> Cc.)
9214 Similar to the header patterns are the AllText pattern and the BodyText pattern.
9215 Instead of comparing this pattern's text against only the contents of
9216 a particular header field, the text for the AllText pattern is compared
9217 with text anywhere in the message's header or body, and the text for the
9218 BodyText pattern is compared with text anywhere in the message's body.
9220 Any of the header patterns, the AllText pattern, or the BodyText pattern may be negated with the
9221 &quot;!&quot; &quot;toggle NOT&quot; command.
9222 You can tell that <EM>NOT</EM> has been turned on by looking for the character
9223 &quot;!&quot; at the beginning of the pattern line.
9224 When the &quot;!&quot; is present, it reverses the meaning of the match.
9225 That is, if the pattern matches then it is considered to NOT be a match, and
9226 if it does not match it is considered to be a match.
9228 Don't make the mistake of putting the &quot;!&quot; in the data field for
9229 a pattern.
9230 For example, if you type the characters &quot;!urgent&quot; into the Subject
9231 pattern, the pattern will look like:
9233 <PRE>
9234  Subject pattern = !urgent
9235 </PRE>
9237 This means you want to match the 7 character sequence &quot;!urgent&quot;.
9238 In order to match messages that do not have &quot;urgent&quot; in
9239 their Subject field, first type the characters &quot;urgent&quot; followed
9240 by carriage return for the value of the Subject pattern, then negate it
9241 by typing the &quot;!&quot; command.
9242 It should look like
9244 <PRE>
9245  ! Subject pattern = urgent
9246 </PRE>
9248 The contents of each of these header patterns (or the AllText or BodyText patterns) may
9249 be a complete email address, part of an address, or a random set of
9250 characters to match against.
9251 It may also be a list of such patterns, which means you
9252 are looking for a match against the first pattern in the list <EM>OR</EM>
9253 the second pattern <EM>OR</EM> the third and so on.
9254 For example, a Subject pattern equal to
9256 <PRE>
9257  Subject pattern = urgent
9258                    emergency
9259                    alert
9260 </PRE>
9262 would match all messages with a subject that contained at least one
9263 of those words.
9264 It would also match subjects containing the words &quot;alerts&quot; or
9265 &quot;Urgently&quot;.
9267 The same example with &quot;NOT&quot; turned on would be
9269 <PRE>
9270  ! Subject pattern = urgent
9271                      emergency
9272                      alert
9273 </PRE>
9275 which would match all messages with a subject that did <EM>NOT</EM> contain any of
9276 those words.
9277 You can use the &quot;Add Value&quot; command to add new words to the list,
9278 or you can enter them as a comma-separated list.
9280 (It is not possible to specify two patterns that must <EM>BOTH</EM> be
9281 present for a match.
9282 It is only possible to specify that <EM>EITHER</EM> pattern1 <EM>OR</EM>
9283 pattern2 must be present,
9284 and that is exactly what using a list does.)
9286 The &quot;Current Folder Type&quot; and the &quot;Score Interval&quot; are
9287 also part of the Pattern, although the &quot;Score Interval&quot; is not used
9288 when checking for matches for Scoring.
9289 There are five similar settings that relate to the status of the message.
9290 These settings rely on the message being New or not, Deleted or not,
9291 Answered or not, Important or not, and Recent or not.
9292 There are also some other miscellaneous settings.
9293 The first is the Age of the message in days.
9294 Another is the Size of the message, in bytes.
9295 The third is a setting that detects whether or not the Subject of a
9296 message contains raw 8-bit characters (unencoded characters with the most
9297 significant bit set).
9298 There is a setting that detects whether or not this is the first time
9299 Alpine has been run this month (doesn't depend on individual messages),
9300 and another that detects whether or not this is the first time Alpine has
9301 been run this year.
9302 Other parts of the Pattern detect whether or not the From address of a
9303 message appears in your address book, whether or not certain keywords
9304 are set for a message, and whether or not certain character sets are
9305 used in a message.
9307 <H2>Parts of a Pattern</H2>
9309 <H3>Header patterns</H3>
9311 A header pattern is simply text that is searched for in the corresponding
9312 header field.
9313 For example, if a Pattern has a From header pattern with the value
9314 &quot;@company.com&quot;, then only messages that have a From header
9315 that contains the text &quot;@company.com&quot; will be possible
9316 matches.
9317 Matches don't have to be exact.
9318 For example, if the relevant field of a message contains the text
9319 &quot;mailbox@domain&quot; somewhere
9320 in it, then header patterns of &quot;box&quot;, or &quot;x@d&quot;, or
9321 &quot;mailbox@domain&quot; are all matches.
9323 All parts of the Pattern must match so, for example,
9324 if a message matches a defined
9325 From pattern, it still must be checked against the other parts of the
9326 Pattern that have been defined.
9327 The To header pattern is a slightly special case.
9328 If the message being checked has a Resent-To header
9329 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on, the addresses
9330 there are used in place of the addresses in the To header.
9331 This is only true for the To header.
9332 Resent-cc and Resent-From headers are never used unless you add them
9333 with the eXtraHdrs command.
9335 The meaning of a header pattern may be negated with the
9336 &quot;!&quot; &quot;toggle NOT&quot; command.
9337 You can tell that <EM>NOT</EM> has been turned on by looking for the character
9338 &quot;!&quot; at the beginning of the pattern line.
9339 It would look something like
9341 <PRE>
9342  ! From pattern = susan@example.com
9343 </PRE>
9345 When the &quot;!&quot; is present, it reverses the meaning of the match.
9347 If you want to check for the presence of a header field but don't care
9348 about its value, then
9349 the empty pattern that you get by entering a pair of
9350 double quotes (&quot;&quot;) should match any message that
9351 has the corresponding header field.
9353 <H3><A NAME="pattern_alltext">AllText patterns</A></H3>
9355 AllText patterns are just like header patterns except that the text is
9356 searched for anywhere in the message's headers or body, not just in the
9357 contents of a particular header field.
9360 <H3><A NAME="pattern_bodytext">BodyText patterns</A></H3>
9362 BodyText patterns are just like header patterns except that the text is
9363 searched for anywhere in the message's body, not just in the
9364 contents of a particular header field.
9367 If there is more than one header pattern or AllText pattern or BodyText pattern
9368 for which you want to take the
9369 same action there is a shorthand notation that may be used.
9370 Any of these patterns may be a list of patterns instead of
9371 just a single pattern.
9372 If any one of the patterns in the list matches the message
9373 then it is considered a match.
9374 For example, if &quot;company1&quot; and &quot;company2&quot; both required
9375 you to use the same role when replying to messages, you might have
9376 a To pattern that looks like
9378 <PRE>
9379  To pattern = company1.com
9380               company2.com
9381 </PRE>
9383 This means that if the mail you are replying to was addressed to
9384 either &quot;anything@company1.com&quot; or &quot;anything@company2.com&quot;,
9385 then this Pattern is a match and the same actions will be taken.
9387 The meaning of an AllText or BodyText pattern may be negated with the
9388 &quot;!&quot; &quot;toggle NOT&quot; command.
9389 You can tell that <EM>NOT</EM> has been turned on by looking for the character
9390 &quot;!&quot; at the beginning of the pattern line.
9391 When the &quot;!&quot; is present, it reverses the meaning of the match.
9393 A technicality: Since comma is the character used to separate multiple values
9394 in any of the fields that may have multiple values (such as header patterns,
9395 AllText patterns, BodyText patterns, keywords, folder lists, and so on),
9396 you must escape comma with a
9397 backslash (&#92;) if you want to include a literal comma in one of those fields.
9398 In other words, if you type a backslash followed by a comma it will
9399 be interpreted as a comma by Alpine, instead of as a separator between
9400 pattern values.
9401 All other backslashes (those not followed by a comma) are literal
9402 backslashes and should not be escaped.
9403 It's unlikely you'll ever need to enter a literal comma or backslash in
9404 any of the patterns.
9406 <H3><A NAME="pattern_current_folder">Current Folder Type</A></H3>
9408 The &quot;Current Folder Type&quot; may be set to one of four different
9409 values: &quot;Any&quot;, &quot;News&quot;, &quot;Email&quot;, or
9410 &quot;Specific&quot;.
9411 If the value is set to &quot;News&quot;, then the
9412 Pattern will only match if the currently open folder is a newsgroup.
9413 The value &quot;Email&quot; only matches if the current folder is not news and
9414 the value &quot;Any&quot; causes any folder to match.
9415 If the value of &quot;Current Folder Type&quot; is set to &quot;Specific&quot;,
9416 then you must fill in a value for &quot;Folder&quot;, which is on the line
9417 below the &quot;Specific&quot; line.
9418 In this case you will only get a match if the currently open folder is
9419 the specific folder you list.
9420 You may give a list of folders instead of just a single
9421 folder name, in which case the Pattern will match if the open folder is
9422 any one of the folders in the list.
9423 The name of each folder in the list may be either &quot;INBOX&quot;,
9424 the technical specification
9425 of the folder (like what appears in your configuration file) or, if the
9426 folder is one of your incoming folders, it may be the nickname you've given
9427 the folder.
9428 Here are some samples of specific folder names:
9430 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
9432 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
9434 <CENTER><SAMP>mail/local-folder</SAMP></CENTER>
9436 The easiest way to fill in the &quot;Folder&quot; field is to use
9437 the &quot;T&quot; command that is available when the &quot;Folder&quot; line is
9438 highlighted, or to use the &quot;Take&quot; command with the configuration
9439 feature
9440 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
9441 turned on.
9443 When reading a newsgroup, there may be a performance penalty
9444 incurred when collecting the information necessary to check whether
9445 or not a Pattern matches a message.
9446 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
9447 If you have Patterns with a Current Folder Type of either
9448 &quot;Any&quot; or &quot;News&quot; and those Patterns are used for
9449 Index Line Coloring or Scoring, you may experience
9450 slower screen redrawing in the MESSAGE INDEX screen when in a newsgroup.
9452 <H3><A NAME="pattern_age_interval">Age Interval</A></H3>
9454 The &quot;Age Interval&quot; may be set to an interval of message
9455 ages that should be considered a match.
9456 Like the other parts of the Pattern, if it is unset it will be ignored.
9457 The Age Interval looks like
9459 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
9461 where &quot;min_age&quot; and &quot;max_age&quot; are integers greater
9462 than or equal to zero.
9463 The special value &quot;INF&quot; may be used for
9464 the max value. It represents infinity.
9466 Actually, this option may be defined as a list of intervals instead
9467 of just a single interval.
9468 The list is separated by commas.
9469 It can look like
9471 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
9473 When there is an Age Interval defined, it is a match if the age, in days, of
9474 the message is contained in any of the intervals.
9475 The intervals include both endpoints.
9477 Even though this option is called Age, it isn't actually
9478 the <EM>age</EM> of the message.
9479 Instead, it is how many days ago the message arrived in one of your folders.
9480 If the current time is a little past midnight, then a message that arrived
9481 just before midnight arrived yesterday, even though the message is only
9482 a few minutes old.
9483 By default, the date being used is not the date in the Date
9484 header of the message.
9485 It is the date that the message arrived in one of your folders.
9486 When you Save a message from one folder to another that arrival date
9487 is preserved.
9488 If you would like to use the date in the Date header that is possible.
9489 Turn on the option
9490 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
9491 near the bottom of the rule definition.
9492 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
9494 <H3><A NAME="pattern_size_interval">Size Interval</A></H3>
9496 The &quot;Size Interval&quot; may be set to an interval of message
9497 sizes that should be considered a match.
9498 Like the other parts of the Pattern, if it is unset it will be ignored.
9499 The Size Interval looks like
9501 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
9503 where &quot;min_size&quot; and &quot;max_size&quot; are integers greater
9504 than or equal to zero.
9505 The special value &quot;INF&quot; may be used for
9506 the max value. It represents infinity.
9508 Actually, this option may be defined as a list of intervals instead
9509 of just a single interval.
9510 The list is separated by commas.
9511 It can look like
9513 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
9515 When there is a Size Interval defined, it is a match if the size, in bytes, of
9516 the message is contained in any of the intervals.
9517 The intervals include both endpoints.
9519 <H3><A NAME="pattern_score_interval">Score Interval</A></H3>
9521 The &quot;Score Interval&quot; may be set to an interval of message
9522 scores that should be considered a match.
9523 Like the other parts of the Pattern, if it is unset it will be ignored.
9524 The Score Interval looks like
9526 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
9528 where &quot;min_score&quot; and &quot;max_score&quot; are positive or
9529 negative integers, with min_score less than or equal to max_score.
9530 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
9531 the min and max values to represent negative and positive infinity.
9533 Actually, a list of intervals may be used if you wish.
9534 A list would look like
9536 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
9538 When there is a Score Interval defined, it is a match if the score for
9539 the message is contained in any of the intervals in the list.
9540 The intervals include the endpoints.
9541 The score for a message is calculated by looking at every Score rule defined and
9542 adding up the Score Values for the ones that match the message.
9543 When deciding whether or not a Pattern matches a message for purposes of
9544 calculating the score, the Score Interval is ignored.
9546 <H3><A NAME="pattern_message_status">Message Status</A></H3>
9548 There are five separate message status settings.
9549 By default, all five are set to the value &quot;Don't care&quot;, which
9550 will match any message.
9551 The value &quot;Yes&quot; means that the particular status must be true
9552 for a match, and the value &quot;No&quot; means that the particular
9553 status must not be true for a match.
9554 For example, one of the five Message Status settings is whether a message
9555 is marked Important or not.
9556 A &quot;Yes&quot; means that the message must be Important to be
9557 considered a match and &quot;No&quot; means that the message must not be
9558 Important to be considered a match.
9559 The same is true of the other four message status settings that depend
9560 on whether or not the message is New; whether the message has 
9561 been Answered or not; whether the message has been Deleted or not, and
9562 whether the message is Recent or not. 
9564 The nomenclature for New and Recent is a bit confusing:
9566 New means that the message is Unseen.
9567 It could have been in your mailbox for a long time but if you haven't looked
9568 at it, it is still considered New.
9569 That matches the default Alpine index display that shows an N for such a
9570 message.
9572 Recent means that the message was added to this folder since the last time
9573 you opened the folder.
9574 Alpine also shows an N by default for these types of messages.
9575 If you were to run two copies of Alpine that opened a folder one right after
9576 the other, a message would only show up as Recent in (at most) the first
9577 Alpine session.
9579 <H3><A NAME="pattern_message_keywords">Message Keywords</A></H3>
9581 Keywords are similar to Message Status, but they are chosen by the user.
9582 Provided the mail server allows for it, you may add a set of possible keywords
9583 to a folder and then you may set those keywords or not for each message
9584 in the folder (see <A HREF="h_common_flag">Flag Command</A>).
9585 The syntax of this part of the Pattern is similar to the header patterns.
9586 It is a list of keywords.
9587 The Keyword part of the Pattern is a match if the message has any of
9588 the keywords in the list set.
9589 Like other parts of the Pattern, if this is unset it will be ignored.
9591 <H3><A NAME="pattern_message_charsets">Message Character Sets</A></H3>
9593 A message may use one or more character sets.
9594 This part of the Pattern matches messages that make use of one or more of
9595 the character sets specified in the pattern.
9596 It will be considered a match if a message uses any of the character
9597 sets in the list you give here.
9600 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
9601 GB2312) you may also use some shorthand names that Alpine provides.
9602 These names are more understandable shorthand names for sets of 
9603 character set names.
9604 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
9605 Selecting one of these shorthand names is equivalent to selecting all of
9606 the character sets that make up the set.
9607 You can see all of these shorthand names and the lists of character sets
9608 they stand for by typing the &quot;T&quot; command with the Character
9609 Set pattern highlighted.
9610 The syntax of this part of the Pattern is similar to the header patterns
9611 and the Message Keywords pattern.
9612 It is a list of character sets (or shorthand names).
9613 The Character Set part of the Pattern is a match if the message uses any
9614 of the character sets in the list.
9615 Like other parts of the Pattern, if this is unset it will be ignored.
9617 <H3><A NAME="pattern_8bit_subject">Raw 8-bit in Subject</A></H3>
9619 It seems that lots of unwanted email contains unencoded 8-bit characters
9620 in the Subject.
9621 Normally, characters with the 8th bit set are not allowed in the Subject
9622 header unless they are MIME-encoded.
9623 This option gives you a way to match messages that have Subjects that
9624 contain unencoded 8-bit characters.
9625 By default, the value of this option is &quot;Don't care&quot;, which
9626 will match any message.
9627 The value &quot;Yes&quot; means that there must be raw 8-bit characters in
9628 the Subject of the message in order for there to be a match,
9629 and the value &quot;No&quot; is the opposite.
9630 Setting this option will affect performance in large folders because the
9631 subject of each message in the folder has to be checked.
9633 <H3><A NAME="pattern_bom">Beginning of Month</A></H3>
9635 This option gives you a way to take some action once per month.
9636 By default, the value of this option is &quot;Don't care&quot;, which
9637 will always match.
9638 The value &quot;Yes&quot; means that this must be the first time Alpine has
9639 been run this month in order to count as a match,
9640 and the value &quot;No&quot; is the opposite.
9642 <H3><A NAME="pattern_boy">Beginning of Year</A></H3>
9644 This option gives you a way to take some action once per year.
9645 By default, the value of this option is &quot;Don't care&quot;, which
9646 will always match.
9647 The value &quot;Yes&quot; means that this must be the first time Alpine has
9648 been run this year in order to count as a match,
9649 and the value &quot;No&quot; is the opposite.
9651 <H3><A NAME="pattern_abookfrom">Address in Address Books</A></H3>
9653 This option gives you a way to match messages that have an address
9654 that is in one of your address books.
9655 Only the simple entries in your address books are searched.
9656 Address book distribution lists are ignored!
9657 By default, the value of this option is &quot;Don't care&quot;, which
9658 will match any message.
9659 The value &quot;Yes, in any address book&quot; means the address
9660 from the message must be in at least one of your
9661 address books in order to be a match.
9662 The value &quot;No, not in any address book&quot;
9663 means none of the addresses may
9664 be in any of your address books in order to be a match.
9665 The values &quot;Yes, in specific address books&quot; and
9666 &quot;No, not in any of specific address books&quot; are similar but instead
9667 of depending on all address books you are allowed to give a list of address
9668 books to look in.
9669 The addresses from the message that are checked for are determined by the
9670 setting you have for &quot;Types of addresses to check for in address book&quot;.
9671 If you set this to &quot;From&quot; the From address from the message will
9672 be looked up in the address book.
9673 If you set it to only &quot;To&quot; then the To addresses will be used.
9674 If any of the To addresses are in the address book then it is considered
9675 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
9676 You could set it to both From and To, in which case all of the From and To
9677 addresses are used.
9678 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
9679 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
9680 exists or the From address if there is no Reply-To address.
9681 Same for the Sender address.
9682 Setting this option may affect performance in large folders because the
9683 From and Reply-To of each message in the folder have to be checked.
9685 <H3><A NAME="pattern_categorizer">Categorizer Command</A></H3>
9687 This is a command that is run with its standard input set to the message
9688 being checked and its standard output discarded.
9689 The full directory path should be specified.
9690 The command will be run and then its exit status will be checked against
9691 the Exit Status Interval, which defaults to just the value zero.
9692 If the exit status of the command falls in the interval, it is considered
9693 a match, otherwise it is not a match.
9696 This option may actually be a list of commands.
9697 The first one that exists and is executable is used.
9698 That makes it possible to use the same configuration with Unix Alpine and
9699 PC-Alpine.
9702 If none of the commands in the list exists and is executable then the rule
9703 is <EM>not</EM> a match.
9704 If it is possible that the command may not exist, you should be careful
9705 to structure your rules so that nothing destructive
9706 happens when the command does not exist.
9707 For example, you might have a filter that filters away spam when there is
9708 a match but does nothing when there is not a match.
9709 That would continue to work correctly if the command didn't exist.
9710 However, if you have a filter that filters away spam when there is not
9711 a match and keeps it when there is a match, that would filter everything
9712 if the categorizer command didn't exist.
9714 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
9715 setup for the bogofilter filter.
9718 &lt;End of help on this topic&gt;
9719 </BODY>
9720 </HTML>
9721 ===== h_rules_roles =====
9722 <HTML>
9723 <HEAD>
9724 <TITLE>SETUP ROLES SCREEN</TITLE>
9725 </HEAD>
9726 <BODY>
9727 <H1>SETUP ROLES SCREEN</H1>
9728 <H2>SETUP ROLES COMMANDS</H2>
9729 <!--chtml if pinemode="function_key"-->
9730 <PRE>
9731 Available  Commands -- Group 1         Available Commands -- Group 2   
9732 -------------------------------        ------------------------------  
9733 F1  Show Help Text                      F1  Show Help Text             
9734 F2  See commands in next group          F2  See commands in next group
9735 F3  Back to MAIN Alpine menu
9736 F4  Change configuration for role
9737 F5  Move to previous role               F5  Include file in role config
9738 F6  Move to next role                   F6  Exclude file from config
9739 F7  Previous page of roles
9740 F8  Next page of roles
9741 F9  Add new role                        F9  Replicate existing role
9742 F10 Delete existing role
9743 F11 Shuffle the order of roles
9744 F12 Whereis (search role nicknames)
9745 </PRE>
9746 <!--chtml else-->
9747 <PRE>
9748 Navigation                     General Alpine Commands
9749 -------------------------      -----------------------
9750  P  Prev Role                     ?  Display this help text
9751  N  Next Role                     E  Back to MAIN Alpine menu
9752  -  Previous page
9753 Spc (space bar) Next page
9754  W  WhereIs (search for word in role nicknames)
9756 Setup Roles Commands
9757 ------------------------------------------------
9758  A  Add new role                  $  Shuffle the order of roles
9759  D  Delete existing role          C  Change configuration for highlighted role
9760  R  Replicate existing role
9761  I  Include file in role config   X  Exclude file from role config
9762 </PRE>
9763 <!--chtml endif-->
9765 <H2>Description of the Setup Roles Screen</H2>
9767 This screen lets you add, delete, modify, or change the order of the rules
9768 that determine the role you are playing when composing a message.
9770 You may play different roles depending on who you are replying to.
9771 For example, if you are replying to a message addressed to help-desk you
9772 may be acting as a Help Desk Worker.
9773 That role may require that you use a different return address and/or
9774 a different signature.
9776 Roles are optional.
9777 If you set up roles they work like this:  Each role has a set of
9778 &quot;Uses&quot;, which indicate whether or not a role is eligible to be
9779 considered for a particular use; a &quot;Pattern&quot;,
9780 which is used to decide which of the eligible roles is used; and a set
9781 of &quot;Actions&quot;, which are taken when that role is used.
9782 When you reply to a message, the message you are replying to is compared
9783 with the Patterns of the roles marked as eligible for use when replying.
9784 The comparisons start with the first eligible role and keep going until there
9785 is a match.
9786 If a match is found, the matching role's Actions are taken.
9788 It is also possible to set a default role and to change that role during
9789 your Alpine session.
9790 When you start Alpine no default role will be set.
9791 You may set or change the current default role by using the &quot;D&quot;
9792 command in the role selection screen.
9793 You'll see that screen while composing a message and being asked to select
9794 a role.
9795 An easy way to get to that screen is to use the <A HREF="h_common_role">Role Command</A> to
9796 compose a message.
9797 You may find a default role useful if you normally perform the duties of one
9798 of your roles for a while, then you switch to another role and stay in the
9799 new role for another period of time.
9800 It may be easier than using the Role Command to select the role each time you
9801 compose a message.
9803 <H2>Role Uses</H2>
9805 There are three types of use to be configured;
9806 one for Replying, one for Forwarding, and one for Composing.
9807 These indicate whether or not you want a role to be considered when you
9808 type the Reply, Forward, or Compose commands.
9809 (The Role command is an alternate form of the Compose command, and it is
9810 not affected by these settings.)
9811 Each of these Use types has three possible values.
9812 The value &quot;Never&quot;
9813 means that the role will never be considered as a candidate for use with
9814 the corresponding command.
9815 For example, if you set a role's Reply Use to Never, then when you Reply to
9816 a message, that role won't even be considered.
9817 (That isn't quite true. If the message you are replying to matches some other
9818 role that requires confirmation,
9819 then there will be a ^T command available which allows you to select a role
9820 from all of your roles, not just the reply-eligible roles.)
9823 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
9824 both mean that you do want to consider this role when using the corresponding
9825 command.
9826 For either of these settings the role's Pattern will
9827 be checked to see if it matches the message.
9828 For Reply Use, the message used to compare the Pattern with is the message
9829 being replied to.
9830 For Forward Use, the message used to compare the Pattern with is the message
9831 being forwarded.
9832 For Compose Use, there is no message, so the parts of the Pattern that depend
9833 on a message (everything other than Current Folder Type) are ignored.
9834 In all cases, the Current Folder Type is checked if defined.
9835 If there is a match then this role will either be used without confirmation
9836 or will be the default when confirmation is asked for, depending on
9837 which of the two options is selected.
9838 If confirmation is requested, you will have a chance to
9839 choose No Role instead of the offered role, or to
9840 change the role to any one of your other roles (with the ^T command).
9842 <H2>Role Patterns</H2>
9844 In order to determine whether or not a message matches a role the message is
9845 compared with the Role's Pattern.
9846 These Patterns are the same for use with Roles, Filtering, Index Coloring,
9847 Scoring, Other Rules, and Search Rules, so are described in only one place,
9848 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9850 Since header patterns, AllText patterns, and BodyText patterns that are unset are ignored,
9851 a role that has all header patterns unset, the AllText pattern unset,
9852 the BodyText pattern unset,
9853 the Score Interval unset, and the Current Folder Type set to
9854 &quot;Any&quot; may be used as a default role.
9855 It should be put last in the list of roles since the matching
9856 starts at the beginning and proceeds until one of the roles is a match.
9857 If no roles at all match, then Alpine will
9858 use its regular methods of defining the role.
9859 If you wanted to, you could define a different &quot;default&quot; role
9860 for Replying, Forwarding, and Composing by setting the
9861 &quot;Use&quot; fields appropriately.
9863 <H2>Role Actions</H2>
9865 Once a role match is found, the role's Actions are taken.
9866 For each role there are several possible actions that may be defined.
9867 They are actions to set the From address, the Reply-To address,
9868 the Fcc, the Signature, the Template file, and Other Headers.
9870 <H3>Set From</H3>
9872 The From address is the address used on the From line of the message
9873 you are sending.
9875 <H3>Set Reply-To</H3>
9877 The Reply-To address is the address used on the Reply-To line of the message
9878 you are sending.
9879 You don't need a Reply-To address unless it is different from the From address.
9881 <H3>Set Other Headers</H3>
9883 If you want to set the value of the From or Reply-To headers, use
9884 the specific fields &quot;Set From&quot; or &quot;Set Reply-To&quot;.
9885 If you want to set the values of other headers, use this field.
9886 This field is similar to the
9887 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> configuration option.
9888 Each header you specify here must include the header tag
9889 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
9890 and may optionally include a value for that header.
9891 It is different from the <!--#echo var="VAR_customized-hdrs"--> in that the value you give
9892 for a header here will replace any value that already exists.
9893 For example, if you are Replying to a message there will be at least one
9894 address in the To header (the address you are Replying to).
9895 However, if you Reply using a role that sets the To header, that role's
9896 To header value will be used instead.
9898 <H3>Set Fcc</H3>
9900 The Fcc is used as the Fcc for the message you are sending.
9902 <H3>Set Signature or Set LiteralSig</H3>
9904 The Signature is the name of a file to be used as the signature file when
9905 this role is being used.
9906 If the name of the file has a vertical bar following it (|)
9907 then it is assumed that the file is a program that should be run to
9908 produce the signature.
9909 If the LiteralSig is set, then it is used instead of the signature file.
9910 LiteralSig is just a different way to store the signature.
9911 It is stored in the pine configuration file instead of in a separate
9912 signature file.
9913 If the <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined
9914 either in the role or as the default signature in the Setup/Config screen,
9915 then the signature file is ignored.
9917 <H3>Set Template</H3>
9919 A Template is the name of a file to be included in the message when this
9920 role is being used.
9921 If the name of the file has a vertical bar following it (|)
9922 then it is assumed that the file is a program that should be run to
9923 produce the template.
9926 Both signature files and template files may be stored remotely on an IMAP
9927 server.
9928 In order to do that you just give the file a remote name.
9929 This works just like the regular
9930 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>
9931 option that is configured from the Setup/Configuration screen.
9932 A remote signature file name might look like:
9934 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
9936 Once you have named the remote signature or template file you create its
9937 contents by using the &quot;F&quot; &quot;editFile&quot; command when the
9938 cursor is on the &quot;Set Signature&quot; or &quot;Set Template&quot;
9939 line of the role editor.
9942 Both signature files and template files (or the output of signature programs
9943 and template file programs) may contain special tokens
9944 that are replaced with contents
9945 that depend on the message being replied to or forwarded.
9946 See the help for the individual fields inside the role editor for more
9947 information on tokens.
9949 <H3>Use SMTP Server</H3>
9951 If this field has a value, then it will be used as the SMTP server
9952 to send mail when this role is being used (unless the SMTP server variable
9953 is set in the system-wide fixed configuration file).
9954 It has the same semantics as the
9955 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
9956 variable in the Setup/Config screen.
9957 When you postpone the composition this SMTP server list will be saved
9958 with the postponed composition and it cannot be changed later.
9959 Because of that, you may want to make this a list of SMTP servers
9960 with the preferred server at the front of the list and alternate servers
9961 later in the list.
9964 If any of the actions are left unset, then the action depends on what
9965 is present in the &quot;Initialize settings using role&quot; field.
9966 If you've listed the nickname of another one of your roles there, then the
9967 corresponding action from that role will be used here.
9968 If that action is also blank, or if there is no nickname specified,
9969 then Alpine will do whatever it normally does to set these actions.
9970 This depends on other configuration options and features you've set.
9972 <H2>Command Descriptions</H2>
9974 <H3>Add</H3>
9976 The Add command is used to add a new role definition to your set of
9977 roles.
9978 The new role will be added after the highlighted role.
9980 <H3>Delete</H3>
9982 The Delete command deletes the currently highlighted role.
9984 <H3>Change</H3>
9986 The Change command lets you edit the nickname, Uses, Pattern,
9987 and Actions of the currently highlighted role.
9989 <H3>Shuffle</H3>
9991 The Shuffle command allows you to change the order of the roles.
9992 You may move the currently highlighted role up or down in the list.
9993 The order of the roles is important since the roles are tested for a
9994 match starting with the first role and continuing until a match is found.
9995 You should place the roles with more specific Patterns near the beginning
9996 of the list, and those with more general Patterns near the end so that
9997 the more specific matches will happen when appropriate.
9999 <H3>Replicate</H3>
10001 The Replicate command is used to copy an existing role and modify it.
10002 The new role will be added after the highlighted role.
10004 <H3>IncludeFile</H3>
10006 The IncludeFile command allows you to add a roles file to your configuration.
10007 Usually, your roles will be contained in your Alpine configuration file.
10008 If you wish, some or all of your roles may be stored in a separate file.
10009 If a roles file already exists (maybe it was made by somebody else using
10010 Alpine), you may insert it before the currently highlighted role.
10011 You may also insert an empty file or a file that does not yet exist.
10012 Once you have an empty roles file in your configuration, you may use
10013 the Shuffle command to move roles into it.
10014 In fact, that's the only way to get the initial role into the file.
10016 <H3>eXcludeFile</H3>
10018 The eXcludeFile command removes a roles file from your roles configuration.
10019 A limitation of the program is that in order to exclude a roles file
10020 that file must have at least one role
10021 in it, otherwise you won't be able to highlight a line in the file.
10022 So you may have to add a dummy role to the file in order to exclude the file.
10023 <P><UL>
10024 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10025 </UL>
10027 &lt;End of help on this topic&gt;
10028 </BODY>
10029 </HTML>
10030 ===== h_rules_other =====
10031 <HTML>
10032 <HEAD>
10033 <TITLE>SETUP OTHER RULES SCREEN</TITLE>
10034 </HEAD>
10035 <BODY>
10036 <H1>SETUP OTHER RULES SCREEN</H1>
10037 <H2>SETUP OTHER RULES COMMANDS</H2>
10038 <!--chtml if pinemode="function_key"-->
10039 <PRE>
10040 Available  Commands -- Group 1         Available Commands -- Group 2   
10041 -------------------------------        ------------------------------  
10042 F1  Show Help Text                      F1  Show Help Text             
10043 F2  See commands in next group          F2  See commands in next group
10044 F3  Back to MAIN Alpine menu
10045 F4  Change configuration for rule
10046 F5  Move to previous rule               F5  Include file in rule config
10047 F6  Move to next rule                   F6  Exclude file from config
10048 F7  Previous page of rules
10049 F8  Next page of rules
10050 F9  Add new rule                        F9  Replicate existing rule
10051 F10 Delete existing rule
10052 F11 Shuffle the order of rules
10053 F12 Whereis (search rule nicknames)
10054 </PRE>
10055 <!--chtml else-->
10056 <PRE>
10057 Navigation                     General Alpine Commands
10058 -------------------------      -----------------------
10059  P  Prev rule                     ?  Display this help text
10060  N  Next rule                     E  Back to MAIN Alpine menu
10061  -  Previous page
10062 Spc (space bar) Next page
10063  W  WhereIs (search for word in rule nicknames)
10065 Setup Other Rules Commands
10066 ------------------------------------------------
10067  A  Add new rule                  $  Shuffle the order of rules
10068  D  Delete existing rule          C  Change configuration for highlighted rule
10069  R  Replicate existing rule
10070  I  Include file in rule config   X  Exclude file from rule config
10071 </PRE>
10072 <!--chtml endif-->
10074 <H2>Description of the Setup Other Rules Screen</H2>
10076 This is where you may set various actions that do not fit well into the
10077 other Rules categories.
10079 <H2>Patterns</H2>
10081 Other Rules are a little different from the rest of the Rules because
10082 they depend only on the current folder, and not on a particular message.
10083 In order to determine whether or not a rule's actions should be applied
10084 the current folder is compared with the rule's Pattern, which consists
10085 of only the Current Folder Type.
10086 Current Folder Type works the same for Other Rules as it does for Roles,
10087 Filtering, Index Coloring, and Scoring.
10088 Keep in mind that the only part of the Pattern that applies to Other
10089 Rules is the Current Folder Type when looking at the description of
10090 Patterns given
10091 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10093 <H2>The Actions</H2>
10095 <H3>Set Sort Order</H3>
10097 When you enter a new folder, these rules will be checked to see if you
10098 have set a sort order that is different from your default sort order.
10099 The default is set in the Setup/Config screen with
10100 the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
10101 If the Sort Order action is set, then the folder will be displayed sorted in
10102 that sort order instead of in the default order.
10104 A possible point of confusion arises when you change the configuration
10105 of the Sort Order for the currently open folder.
10106 The folder will normally be re-sorted when you go back to viewing the
10107 index.
10108 However, if you have manually sorted the folder with the
10109 Sort
10110 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
10111 command, then it will not be re-sorted until the next time it is opened.
10113 <H3>Set Index Format</H3>
10115 When you enter a new folder, these rules will be checked to see if you
10116 have set an Index Format that is different from your default Index Format,
10117 which is set with the
10118 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
10119 If so, the index will be displayed with this format instead of the default.
10121 <H3>Set Startup Rule</H3>
10123 When you enter a new folder, these rules will be checked to see if you
10124 have set a startup rule that is different from the default startup rule.
10125 The default for incoming folders is set in the Setup/Config screen with
10126 the &quot;<!--#echo var="VAR_incoming-startup-rule"-->&quot; option.
10127 The default for folders other than INBOX that are not part of your
10128 incoming collection
10129 (see <A HREF="h_config_enable_incoming"><!--#echo var="FEAT_enable-incoming-folders"--></A> feature) 
10130 is to start with the last message in the folder.
10131 If the Startup Rule is set to something other than &quot;default&quot;,
10132 then the rule will determine which message will be the current message when
10133 the folder is first opened.
10135 The various startup rule possibilities work the same here as they do in
10136 the incoming collection, so check
10137 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
10138 for more help.
10140 <H2>Command Descriptions</H2>
10142 <H3>Add</H3>
10144 The Add command is used to add a new rule definition to your set of
10145 rules.
10146 The new rule will be added after the highlighted rule.
10148 <H3>Delete</H3>
10150 The Delete command deletes the currently highlighted rule.
10152 <H3>Change</H3>
10154 The Change command lets you edit the nickname, Pattern,
10155 and Action of the currently highlighted rule.
10157 <H3>Shuffle</H3>
10159 The Shuffle command allows you to change the order of the rules.
10160 You may move the currently highlighted rule up or down in the list.
10161 The order of the rules is important since the rules are tested for a
10162 match starting with the first rule and continuing until a match is found.
10163 You should place the rules with more specific Patterns near the beginning
10164 of the list, and those with more general Patterns near the end so that
10165 the more specific matches will happen when appropriate.
10167 <H3>Replicate</H3>
10169 The Replicate command is used to copy an existing rule definition and modify it.
10170 The new rule will be added after the highlighted rule.
10172 <H3>IncludeFile</H3>
10174 The IncludeFile command allows you to add a rules file to your configuration.
10175 Usually, your rules will be contained in your Alpine configuration file.
10176 If you wish, some or all of your rules may be stored in a separate file.
10177 If a rules file already exists (maybe it was made by somebody else using
10178 Alpine), you may insert it before the currently highlighted rule.
10179 You may also insert an empty file or a file that does not yet exist.
10180 Once you have an empty rules file in your configuration, you may use
10181 the Shuffle command to move rules into it.
10182 In fact, that's the only way to get the initial rule into the file.
10184 <H3>eXcludeFile</H3>
10186 The eXcludeFile command removes a rules file from your rules configuration.
10187 A limitation of the program is that in order to exclude a rules file
10188 that file must have at least one rule
10189 in it, otherwise you won't be able to highlight a line in the file.
10190 So you may have to add a dummy rule to the file in order to exclude the file.
10191 <P><UL>
10192 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10193 </UL>
10195 &lt;End of help on this topic&gt;
10196 </BODY>
10197 </HTML>
10198 ===== h_rules_srch =====
10199 <HTML>
10200 <HEAD>
10201 <TITLE>SETUP SEARCH RULES SCREEN</TITLE>
10202 </HEAD>
10203 <BODY>
10204 <H1>SETUP SEARCH RULES SCREEN</H1>
10205 <H2>SETUP SEARCH RULES COMMANDS</H2>
10206 <!--chtml if pinemode="function_key"-->
10207 <PRE>
10208 Available  Commands -- Group 1         Available Commands -- Group 2   
10209 -------------------------------        ------------------------------  
10210 F1  Show Help Text                      F1  Show Help Text             
10211 F2  See commands in next group          F2  See commands in next group
10212 F3  Back to MAIN Alpine menu
10213 F4  Change configuration for rule
10214 F5  Move to previous rule               F5  Include file in rule config
10215 F6  Move to next rule                   F6  Exclude file from config
10216 F7  Previous page of rules
10217 F8  Next page of rules
10218 F9  Add new rule                        F9  Replicate existing rule
10219 F10 Delete existing rule
10220 F11 Shuffle the order of rules
10221 F12 Whereis (search rule nicknames)
10222 </PRE>
10223 <!--chtml else-->
10224 <PRE>
10225 Navigation                     General Alpine Commands
10226 -------------------------      -----------------------
10227  P  Prev rule                     ?  Display this help text
10228  N  Next rule                     E  Back to MAIN Alpine menu
10229  -  Previous page
10230 Spc (space bar) Next page
10231  W  WhereIs (search for word in rule nicknames)
10233 Setup Search Rules Commands
10234 ------------------------------------------------
10235  A  Add new rule                  $  Shuffle the order of rules
10236  D  Delete existing rule          C  Change configuration for highlighted rule
10237  R  Replicate existing rule
10238  I  Include file in rule config   X  Exclude file from rule config
10239 </PRE>
10240 <!--chtml endif-->
10242 <H2>Description of the Setup Search Rules Screen</H2>
10244 One of the commands that becomes available when that feature is turned on
10245 is the &quot;; Select&quot; command, which is used in the MESSAGE INDEX
10246 screen to select a set of messages.
10247 One way of selecting messages is to use a Rule.
10248 All of the messages that match (or don't match if you wish)
10249 a Rule's Pattern will be selected.
10251 Any of your Rules may be used for this purpose.
10252 You might already have Rules set up for filtering, index line color, scores, or roles;
10253 and you may use any of those Rules with the Select command.
10254 However, you might find it more convenient to set up a separate set of Rules
10255 just for this purpose without having to worry about what other effects
10256 they may cause.
10257 That is the purpose of these Select Rules.
10260 Each rule has a &quot;Pattern&quot;
10261 that is used to decide which messages are selected when you use it with
10262 the Select command.
10264 <H2>Patterns</H2>
10266 In order to determine whether or not a message should be selected
10267 the message is compared with the rule's Pattern.
10268 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10269 Scoring, Other Rules, and Search Rules, so are described in only one place,
10270 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10272 <H2>Command Descriptions</H2>
10274 <H3>Add</H3>
10276 The Add command is used to add a new rule definition to your set of
10277 rules.
10278 The new rule will be added after the highlighted rule.
10280 <H3>Delete</H3>
10282 The Delete command deletes the currently highlighted rule.
10284 <H3>Change</H3>
10286 The Change command lets you edit the nickname and Pattern
10287 of the currently highlighted rule.
10289 <H3>Shuffle</H3>
10291 The Shuffle command allows you to change the order of the rules.
10292 This affects only the order they are presented in when you use the
10293 ^T subcommand of the Select by Rule command.
10294 You may move the currently highlighted rule up or down in the list.
10296 <H3>Replicate</H3>
10298 The Replicate command is used to copy an existing rule definition and modify it.
10299 The new rule will be added after the highlighted rule.
10301 <H3>IncludeFile</H3>
10303 The IncludeFile command allows you to add a rules file to your configuration.
10304 Usually, your rules will be contained in your Alpine configuration file.
10305 If you wish, some or all of your rules may be stored in a separate file.
10306 If a rules file already exists (maybe it was made by somebody else using
10307 Alpine), you may insert it before the currently highlighted rule.
10308 You may also insert an empty file or a file that does not yet exist.
10309 Once you have an empty rules file in your configuration, you may use
10310 the Shuffle command to move rules into it.
10311 In fact, that's the only way to get the initial rule into the file.
10313 <H3>eXcludeFile</H3>
10315 The eXcludeFile command removes a rules file from your rules configuration.
10316 A limitation of the program is that in order to exclude a rules file
10317 that file must have at least one rule
10318 in it, otherwise you won't be able to highlight a line in the file.
10319 So you may have to add a dummy rule to the file in order to exclude the file.
10320 <P><UL>
10321 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10322 </UL>
10324 &lt;End of help on this topic&gt;
10325 </BODY>
10326 </HTML>
10327 ===== h_rules_incols =====
10328 <HTML>
10329 <HEAD>
10330 <TITLE>SETUP INDEX LINE COLORS SCREEN</TITLE>
10331 </HEAD>
10332 <BODY>
10333 <H1>SETUP INDEX LINE COLORS SCREEN</H1>
10334 <H2>SETUP INDEX LINE COLORS COMMANDS</H2>
10335 <!--chtml if pinemode="function_key"-->
10336 <PRE>
10337 Available  Commands -- Group 1         Available Commands -- Group 2   
10338 -------------------------------        ------------------------------  
10339 F1  Show Help Text                      F1  Show Help Text             
10340 F2  See commands in next group          F2  See commands in next group
10341 F3  Back to MAIN Alpine menu
10342 F4  Change configuration for rule
10343 F5  Move to previous rule               F5  Include file in rule config
10344 F6  Move to next rule                   F6  Exclude file from config
10345 F7  Previous page of rules
10346 F8  Next page of rules
10347 F9  Add new rule                        F9  Replicate existing rule
10348 F10 Delete existing rule
10349 F11 Shuffle the order of rules
10350 F12 Whereis (search rule nicknames)
10351 </PRE>
10352 <!--chtml else-->
10353 <PRE>
10354 Navigation                     General Alpine Commands
10355 -------------------------      -----------------------
10356  P  Prev rule                     ?  Display this help text
10357  N  Next rule                     E  Back to MAIN Alpine menu
10358  -  Previous page
10359 Spc (space bar) Next page
10360  W  WhereIs (search for word in rule nicknames)
10362 Setup Index Color Commands
10363 ------------------------------------------------
10364  A  Add new rule                  $  Shuffle the order of rules
10365  D  Delete existing rule          C  Change configuration for highlighted rule
10366  R  Replicate existing rule
10367  I  Include file in rule config   X  Exclude file from rule config
10368 </PRE>
10369 <!--chtml endif-->
10371 <H2>Description of the Setup Index Line Colors Screen</H2>
10373 Index Line Color causes lines in the MESSAGE INDEX screen to be colored.
10374 This action is only available if your terminal is capable of displaying
10375 color and color display has been enabled with the
10376 <A HREF="h_config_color_style">Color Style</A> option within the
10377 Setup Color screen.
10378 (In PC-Alpine, color is always enabled so there is no option to turn on.)
10379 This screen lets you add, delete, modify, or change the order of the rules
10380 that cause the lines in the MESSAGE INDEX to be displayed in different
10381 colors.
10383 Each rule has a &quot;Pattern&quot;,
10384 which is used to decide which of the rules is used; and the color that
10385 is used if the Pattern matches a particular message.
10387 <H2>Index Color Patterns</H2>
10389 In order to determine whether or not a message matches an Index Color Rule
10390 the message is compared with the rule's Pattern.
10391 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10392 Scoring, Other Rules, and Search Rules, so are described in only one place,
10393 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10396 If none of the Index Color rules is a match for a particular index line,
10397 then the color used is set using
10398 the <A HREF="h_color_setup">Setup Kolor</A> screen.
10400 <H2>Index Line Color</H2>
10402 This is the color that index lines are colored when there is a matching
10403 Pattern.
10404 This colors the whole index line, except possibly the status letters,
10405 which may be colored separately using
10406 the <A HREF="h_color_setup">Setup Kolor</A> screen.
10408 <H2>Command Descriptions</H2>
10410 <H3>Add</H3>
10412 The Add command is used to add a new rule definition to your set of
10413 rules.
10414 The new rule will be added after the highlighted rule.
10416 <H3>Delete</H3>
10418 The Delete command deletes the currently highlighted rule.
10420 <H3>Change</H3>
10422 The Change command lets you edit the nickname, Pattern,
10423 and Index Line Color of the currently highlighted rule.
10425 <H3>Shuffle</H3>
10427 The Shuffle command allows you to change the order of the rules.
10428 You may move the currently highlighted rule up or down in the list.
10429 The order of the rules is important since the rules are tested for a
10430 match starting with the first rule and continuing until a match is found.
10431 You should place the rules with more specific Patterns near the beginning
10432 of the list, and those with more general Patterns near the end so that
10433 the more specific matches will happen when appropriate.
10435 <H3>Replicate</H3>
10437 The Replicate command is used to copy an existing rule definition and modify it.
10438 The new rule will be added after the highlighted rule.
10440 <H3>IncludeFile</H3>
10442 The IncludeFile command allows you to add a rules file to your configuration.
10443 Usually, your rules will be contained in your Alpine configuration file.
10444 If you wish, some or all of your rules may be stored in a separate file.
10445 If a rules file already exists (maybe it was made by somebody else using
10446 Alpine), you may insert it before the currently highlighted rule.
10447 You may also insert an empty file or a file that does not yet exist.
10448 Once you have an empty rules file in your configuration, you may use
10449 the Shuffle command to move rules into it.
10450 In fact, that's the only way to get the initial rule into the file.
10452 <H3>eXcludeFile</H3>
10454 The eXcludeFile command removes a rules file from your rules configuration.
10455 A limitation of the program is that in order to exclude a rules file
10456 that file must have at least one rule
10457 in it, otherwise you won't be able to highlight a line in the file.
10458 So you may have to add a dummy rule to the file in order to exclude the file.
10459 <P><UL>
10460 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10461 </UL>
10463 &lt;End of help on this topic&gt;
10464 </BODY>
10465 </HTML>
10466 ===== h_rules_filter =====
10467 <HTML>
10468 <HEAD>
10469 <TITLE>SETUP FILTERING SCREEN</TITLE>
10470 </HEAD>
10471 <BODY>
10472 <H1>SETUP FILTERING SCREEN</H1>
10473 <H2>SETUP FILTERING COMMANDS</H2>
10474 <!--chtml if pinemode="function_key"-->
10475 <PRE>
10476 Available  Commands -- Group 1         Available Commands -- Group 2   
10477 -------------------------------        ------------------------------  
10478 F1  Show Help Text                      F1  Show Help Text             
10479 F2  See commands in next group          F2  See commands in next group
10480 F3  Back to MAIN Alpine menu
10481 F4  Change configuration for filter
10482 F5  Move to previous filter             F5  Include file in filter config
10483 F6  Move to next filter                 F6  Exclude file from config
10484 F7  Previous page of filters
10485 F8  Next page of filters
10486 F9  Add new filter                      F9  Replicate existing filter
10487 F10 Delete existing filter
10488 F11 Shuffle the order of filters
10489 F12 Whereis (search filter nicknames)
10490 </PRE>
10491 <!--chtml else-->
10492 <PRE>
10493 Navigation                     General Alpine Commands
10494 -------------------------      -----------------------
10495  P  Prev Filter                   ?  Display this help text
10496  N  Next Filter                   E  Back to MAIN Alpine menu
10497  -  Previous page
10498 Spc (space bar) Next page
10499  W  WhereIs (search for word in filter nicknames)
10501 Setup Filters Commands
10502 ------------------------------------------------
10503  A  Add new filter                $  Shuffle the order of filters
10504  D  Delete existing filter        C  Change configuration for highlighted filter
10505  R  Replicate existing filter
10506  I  Include file in filter config X  Exclude file from filter config
10507 </PRE>
10508 <!--chtml endif-->
10510 <H2>Description of the Setup Filtering Screen</H2>
10512 This screen lets you add, delete, modify, or change the order of the rules
10513 that determine the filtering Alpine does on folders you view.
10515 The software that actually delivers mail (the stuff that happens
10516 before Alpine is involved) for you is in a better position to do mail filtering
10517 than Alpine itself.
10518 If possible, you may want to look into using that sort of mail filtering to
10519 deliver mail to different folders, delete it, or forward it.
10520 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
10522 Filtering is a way to automatically move certain messages from one folder
10523 to another or to delete messages.
10524 It can also be used to set message status (Important, Deleted, New,
10525 Answered) and to set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
10526 Alpine doesn't have the ability to forward mail to another address or
10527 to deliver vacation messages.
10529 Each filtering rule has a &quot;Pattern&quot; and a &quot;Filter Action&quot;.
10530 When a folder is opened, when new mail arrives in an open folder, or
10531 when mail is Expunged from a folder; each
10532 message is compared with the Patterns of your filtering rules.
10533 The comparisons start with the first rule and keep going until there
10534 is a match.
10535 If a match is found, the message may be deleted or moved, depending on
10536 the setting of the Filter Action.
10537 If the message is not deleted, it may have its status altered.
10540 <EM>NOTE:</EM>
10541 When setting up a Pattern used to delete messages,
10542 it is recommended that you test the Pattern first with a &quot;Move&quot;
10543 folder specified in
10544 case unintended matches occur.  Messages that are deleted will be removed 
10545 from the folder and <EM>unrecoverable</EM> from within Alpine after the
10546 next Expunge command or once the folder being filtered has been closed.
10548 <H2>Filter Patterns</H2>
10550 In order to determine whether or not a message matches a filter the message is
10551 compared with the Filter's Pattern.
10552 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10553 Scoring, Other Rules, and Search Rules, so are described in only one place,
10554 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10556 Since filtering is a potentially destructive action, if you have a filtering
10557 Pattern with nothing other than Current Folder Type set, that filtering
10558 rule is ignored.
10560 <H2>Filter Actions</H2>
10562 Once a filter match is found for a particular message, there are some actions
10563 that may be taken.
10564 First, the message may have its status changed.
10565 This is the same message status that you can manipulate manually using the
10566 <a href="h_common_flag">Flag Command</a>.
10567 There are always four elements of message status that you can control.
10568 You can set or clear the Important status, the New status, the Deleted
10569 status, and the Answered status.
10570 Of course, if the filter is going to delete the message,
10571 then there is no point in setting message status.
10572 You may also be able to set user-defined keywords for a message.
10573 Read a little about keywords in the help text for the
10574 <A HREF="h_common_flag">Flag</A> command.
10576 Second, the filter may delete or move the message.
10577 Deleting the message marks it Deleted and removes it from view.
10578 It is effectively gone forever (though it technically is still there until
10579 the next expunge command, which may happen implicitly).
10580 Moving the message moves it from the open folder into the folder
10581 listed on the &quot;Folder List&quot; line of the filter configuration.
10582 If you list more than one folder name (separated by commas) then the message
10583 will be copied to each of those folders.
10584 In any case, if &quot;Delete&quot; or &quot;Move&quot; is set then the
10585 message is removed from the current folder.
10586 If you just want to set the messages status without deleting it from
10587 the folder, then set the filter action to
10588 &quot;Just Set Message Status&quot;.
10590 (There is no way to do a Copy instead of a Move, due to the difficulties
10591 involved in keeping track of whether or not a message has
10592 already been copied.)
10594 <H2>Command Descriptions</H2>
10596 <H3>Add</H3>
10598 The Add command is used to add a new filter definition to your set of
10599 filters.
10600 The new filter will be added after the highlighted filter.
10602 <H3>Delete</H3>
10604 The Delete command deletes the currently highlighted filter.
10606 <H3>Change</H3>
10608 The Change command lets you edit the nickname, Pattern,
10609 and Folder of the currently highlighted filter.
10611 <H3>Shuffle</H3>
10613 The Shuffle command allows you to change the order of the filters.
10614 You may move the currently highlighted filter up or down in the list.
10615 The order of the filters is important since the filters are tested for a
10616 match starting with the first filter and continuing until a match is found.
10617 You should place the filters with more specific Patterns near the beginning
10618 of the list, and those with more general Patterns near the end so that
10619 the more specific matches will happen when appropriate.
10621 <H3>Replicate</H3>
10623 The Replicate command is used to copy an existing filter and modify it.
10624 The new filter will be added after the highlighted filter.
10626 <H3>IncludeFile</H3>
10628 The IncludeFile command allows you to add a filters file to your configuration.
10629 Usually, your filters will be contained in your Alpine configuration file.
10630 If you wish, some or all of your filters may be stored in a separate file.
10631 If a filters file already exists (maybe it was made by somebody else using
10632 Alpine), you may insert it before the currently highlighted filter.
10633 You may also insert an empty file or a file that does not yet exist.
10634 Once you have an empty filters file in your configuration, you may use
10635 the Shuffle command to move filters into it.
10636 In fact, that's the only way to get the initial filter into the file.
10638 <H3>eXcludeFile</H3>
10640 The eXcludeFile command removes a filters file from your filters configuration.
10641 A limitation of the program is that in order to exclude a filters file
10642 that file must have at least one filter
10643 in it, otherwise you won't be able to highlight a line in the file.
10644 So you may have to add a dummy filter to the file in order to exclude the file.
10645 <P><UL>
10646 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10647 </UL>
10649 <H3>Performance Considerations</H3>
10650 The number and type of patterns being tested can 
10651 adversely effect performance.  Issues to be aware
10652 of include:
10654 <UL>
10655   <LI> The more filters you have defined the longer it will take to run down
10656 the list.  Deleting unused filters is a good idea.
10657   <LI> Filtering in newsgroups served by an NNTP server will be slow
10658 if your patterns include tests other than &quot;From:&quot;
10659 or &quot;Subject:&quot;.
10660 </UL>
10662 &lt;End of help on this topic&gt;
10663 </BODY>
10664 </HTML>
10665 ===== h_rules_score =====
10666 <HTML>
10667 <HEAD>
10668 <TITLE>SETUP SCORING SCREEN</TITLE>
10669 </HEAD>
10670 <BODY>
10671 <H1>SETUP SCORING SCREEN</H1>
10672 <H2>SETUP SCORING COMMANDS</H2>
10673 <!--chtml if pinemode="function_key"-->
10674 <PRE>
10675 Available  Commands -- Group 1         Available Commands -- Group 2   
10676 -------------------------------        ------------------------------  
10677 F1  Show Help Text                      F1  Show Help Text             
10678 F2  See commands in next group          F2  See commands in next group
10679 F3  Back to MAIN Alpine menu
10680 F4  Change configuration for rule
10681 F5  Move to previous rule               F5  Include file in rule config
10682 F6  Move to next rule                   F6  Exclude file from config
10683 F7  Previous page of rules
10684 F8  Next page of rules
10685 F9  Add new rule                        F9  Replicate existing rule
10686 F10 Delete existing rule
10687 F11 Shuffle the order of rules
10688 F12 Whereis (search rule nicknames)
10689 </PRE>
10690 <!--chtml else-->
10691 <PRE>
10692 Navigation                     General Alpine Commands
10693 -------------------------      -----------------------
10694  P  Prev rule                     ?  Display this help text
10695  N  Next rule                     E  Back to MAIN Alpine menu
10696  -  Previous page
10697 Spc (space bar) Next page
10698  W  WhereIs (search for word in rule nicknames)
10700 Setup Scoring Commands
10701 ------------------------------------------------
10702  A  Add new rule                  $  Shuffle the order of rules
10703  D  Delete existing rule          C  Change configuration for highlighted rule
10704  R  Replicate existing rule
10705  I  Include file in rule config   X  Exclude file from rule config
10706 </PRE>
10707 <!--chtml endif-->
10709 <H2>Description of the Setup Scoring Screen</H2>
10711 Most people will not use scores at all, but if you do use them, here's how
10712 they work in Alpine.
10713 Using this screen, you may define Scoring rules.
10714 The score for a message is calculated by looking at every Score rule defined
10715 and adding up the Score Values for the ones that match the message.
10716 If there are no matches for a message, it has a score of zero.
10717 Message scores may be used a couple of ways in Alpine.
10719 <H3>Sorting by Score</H3>
10721 One of the methods you may use to sort message indexes is to sort by
10722 score.
10723 The scores of all the messages in a folder will be calculated and then
10724 the index will be ordered by placing the messages in order of ascending or
10725 descending score.
10727 <H3>Scores for use in Patterns</H3>
10729 The Patterns used for Roles, Index Line Coloring, and Filtering have a
10730 category labeled &quot;Score Interval&quot;.
10731 When a message is being compared with a Pattern to check for a match, if
10732 the Score Interval is set only messages that have a score somewhere in
10733 the interval are a match.
10735 <H2>Scoring Rule Patterns</H2>
10737 In order to determine whether or not a message matches a scoring rule
10738 the message is compared with the rule's Pattern.
10739 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10740 Scoring, Other Rules, and Search Rules, so are described in only one place,
10741 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10744 Actually, Scoring rule Patterns are slightly different from the other types of
10745 Patterns because Scoring rule Patterns don't contain a Score Interval.
10746 In other words, when calculating the score for a message, which is done
10747 by looking at the Scoring rule Patterns, scores aren't used.
10749 <H2>Score Value</H2>
10751 This is the value that will be added to the score for a message if the
10752 rule's Pattern is a match.
10753 Each individual Score Value is an integer between -100 and 100, and the
10754 values from matching rules are added together to get a message's score.
10755 There is also a way to extract the value from a particular header of each
10756 message. See the help text for Score Value for further information.
10758 <H2>Command Descriptions</H2>
10760 <H3>Add</H3>
10762 The Add command is used to add a new scoring rule definition.
10763 The new rule will be added after the highlighted rule.
10765 <H3>Delete</H3>
10767 The Delete command deletes the currently highlighted scoring rule.
10769 <H3>Change</H3>
10771 The Change command lets you edit the nickname, Pattern,
10772 and Score Value of the currently highlighted scoring rule.
10774 <H3>Shuffle</H3>
10776 The Shuffle command allows you to change the order of the scoring rules.
10777 You may move the currently highlighted rule up or down in the list.
10778 The order of the rules is important since the rules are tested for a
10779 match starting with the first rule and continuing until a match is found.
10780 You should place the rules with more specific Patterns near the beginning
10781 of the list, and those with more general Patterns near the end so that
10782 the more specific matches will happen when appropriate.
10784 <H3>Replicate</H3>
10786 The Replicate command is used to copy an existing rule and modify it.
10787 The new rule will be added after the highlighted rule.
10789 <H3>IncludeFile</H3>
10791 The IncludeFile command allows you to add a rules file to your configuration.
10792 Usually, your rules will be contained in your Alpine configuration file.
10793 If you wish, some or all of your rules may be stored in a separate file.
10794 If a rules file already exists (maybe it was made by somebody else using
10795 Alpine), you may insert it before the currently highlighted rule.
10796 You may also insert an empty file or a file that does not yet exist.
10797 Once you have an empty rules file in your configuration, you may use
10798 the Shuffle command to move rules into it.
10799 In fact, that's the only way to get the initial rule into the file.
10801 <H3>eXcludeFile</H3>
10803 The eXcludeFile command removes a rules file from your rules configuration.
10804 A limitation of the program is that in order to exclude a rules file
10805 that file must have at least one rule
10806 in it, otherwise you won't be able to highlight a line in the file.
10807 So you may have to add a dummy rule to the file in order to exclude the file.
10808 <P><UL>
10809 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10810 </UL>
10812 &lt;End of help on this topic&gt;
10813 </BODY>
10814 </HTML>
10815 ===== h_direct_config =====
10816 <HTML>
10817 <HEAD>
10818 <TITLE>SETUP LDAP DIRECTORY SERVERS SCREEN</TITLE>
10819 </HEAD>
10820 <BODY>
10821 <H1>SETUP LDAP DIRECTORY SERVERS SCREEN</H1>
10822 <H2>SETUP LDAP DIRECTORY SERVERS COMMANDS</H2>
10823 <!--chtml if pinemode="function_key"-->
10824 <PRE>
10825 Available  Commands                        
10826 -------------------------------            
10827 F1  Show Help Text                         
10828 F3  Back to MAIN Alpine menu                 
10829 F4  Change configuration for directory server  
10830 F5  Move to previous directory server          
10831 F6  Move to next directory server              
10832 F7  Previous page of directory servers         
10833 F8  Next page of directory servers
10834 F9  Add new directory server
10835 F10 Delete existing directory server
10836 F11 Shuffle the order of directory servers
10837 F12 Whereis (search directory server titles)   
10838 </PRE>
10839 <!--chtml else-->
10840 <PRE>
10841 Navigation                     General Alpine Commands
10842 -------------------------      -----------------------
10843  P  Prev Directory Server         ?  Display this help text
10844  N  Next Directory Server         E  Back to MAIN Alpine menu
10845  -  Previous page
10846 Spc (space bar) Next page
10847  W  WhereIs (search for word in directory server titles)
10849 Setup LDAP Directory Server Commands
10850 ------------------------------------------------
10851  A  Add new directory server      $  Shuffle the order of directory servers
10852  D  Delete existing dir server    C  Change configuration for highlighted server
10853 </PRE>
10854 <!--chtml endif-->
10856 <H2>Description of the Setup LDAP Directory Servers Screen</H2>
10858 This screen lets you add, delete, modify, or change the order of your
10859 directory servers. You may also set some optional behavior for each server.
10860 The &quot;Add Dir&quot; command brings up a blank form to 
10861 fill in. You will have to supply at least the name of the LDAP server.
10862 You will often have to supply a search base to be used with that server,
10863 as well. Once the form has been brought up on your screen, there is help
10864 available for each of the options you may set.
10866 The &quot;Del Dir&quot; command allows you to remove a directory server
10867 from your configuration.
10869 The &quot;Change&quot; command is similar to the &quot;Add Dir&quot; command.
10870 The difference is that instead of bringing up a form for a new server
10871 configuration, you are changing the configuration of an existing entry.
10872 For example, you might want to correct a typing error, change a
10873 nickname, or change one of the options set for that server.
10875 The &quot;Shuffle&quot; command is used to change the order of directory
10876 servers.
10877 <P><UL>
10878 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10879 </UL>
10881 &lt;End of help on this topic&gt;
10882 </BODY>
10883 </HTML>
10884 ============= h_address_display ========================
10885 <HTML>
10886 <HEAD>
10887 <TITLE>SEARCH RESULTS INDEX</TITLE>
10888 </HEAD>
10889 <BODY>
10890 <H1>SEARCH RESULTS INDEX</H1>
10891 This screen shows the results, if any, of your Directory Server search.  
10892 Commands (besides those for screen navigation) are:
10893 <DL>
10894 <DT>View
10895 <!--chtml if pinemode="function_key"-->
10896 (F4)
10897 <!--chtml else-->
10899 <!--chtml endif-->
10900 </DT>
10901 <DD>See the full information for the selected entry.
10903 <DT>Compose
10904 <!--chtml if pinemode="function_key"-->
10905 (F9)
10906 <!--chtml else-->
10908 <!--chtml endif--></DT>
10909 <DD>Compose a message with the selected entry as the recipient.
10911 <DT>Role
10912 <!--chtml if pinemode="function_key"-->
10913 (F2)
10914 <!--chtml else-->
10916 <!--chtml endif--></DT>
10917 <DD>Compose a message with the selected entry as the recipient. This differs
10918 from Compose in that you may select a role before beginning your composition.
10920 <DT>Forward
10921 <!--chtml if pinemode="function_key"-->
10922 (F10)
10923 <!--chtml else-->
10925 <!--chtml endif--></DT>
10926 <DD>Send the full information for the selected entry as an 
10927 email message to someone else.
10929 <DT>Save
10930 <!--chtml if pinemode="function_key"-->
10931 (F11)
10932 <!--chtml else-->
10934 <!--chtml endif-->
10935 </DT>
10936 <DD>Save to your address book:
10937 <UL>
10938 <LI>the result of the search (as just found through your query) for the 
10939 selected entry; or 
10940 <LI>the selected entry for repeated Directory Server searching when used 
10941 in the future.
10942 </UL>
10943 or<BR>
10944 Export to a file (external to Alpine):
10945 <UL>
10946 <LI>the full information for the selected entry; or
10947 <LI>the email address from the selected entry; or
10948 <LI>the selected entry in <A HREF="h_whatis_vcard">vCard</A> format.
10949 </UL>
10950 <DT>WhereIs
10951 <!--chtml if pinemode="function_key"-->
10952 (F12)
10953 <!--chtml else-->
10955 <!--chtml endif-->
10956 </DT>
10957 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
10958 displayed text, not the full records for each entry.)  
10959 </DL>
10960 &lt;End of help on this topic&gt;
10961 </BODY>
10962 </HTML>
10963 ============= h_address_select ========================
10964 <HTML>
10965 <HEAD>
10966 <TITLE>SEARCH RESULTS INDEX</TITLE>
10967 </HEAD>
10968 <BODY>
10969 <H1>SEARCH RESULTS INDEX</H1>
10970 This screen shows the results, if any, of your Directory Server search.  
10971 Commands (besides those for screen navigation) are:
10972 <DL>
10973 <DT>Select
10974 </DT>
10975 <DD>Select this entry for use.
10977 <DT>ExitSelect
10978 <DD>Exit without selecting any of the entries.
10980 <DT>WhereIs
10981 </DT>
10982 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
10983 displayed text, not the full records for each entry.)  
10984 </DL>
10985 &lt;End of help on this topic&gt;
10986 </BODY>
10987 </HTML>
10988 ===== h_folder_maint =====
10989 <HTML>
10990 <HEAD>
10991 <TITLE>Help for Folder List</TITLE>
10992 </HEAD>
10993 <BODY>
10994 <H1>FOLDER LIST COMMANDS</H1>
10995 <!--chtml if pinemode="function_key"-->
10996 <PRE>
10997 Available Commands -- Group 1        Available Commands -- Group 2
10998 -------------------------------      ------------------------------
10999 F1  Show Help Text                    F1  Show Help Text               
11000 F2  See commands in next group        F2  See commands in next group  
11001 F3  MAIN MENU Screen                  F3  Quit Alpine                    
11002 F4  Select folder and view it         F4  MAIN MENU Screen
11003 F5  Move to previous folder
11004 F6  Move to next folder               F6  Specify a folder to go to
11005 F7  Show previous screen of listing   F7  Show MESSAGE INDEX of current folder
11006 F8  Show next screen of listing       F8  Compose a message
11007 F9  Add a new folder                  F9  Print folder listing
11008 F10 Delete selected folder
11009 F11 Rename selected folder
11010 F12 Whereis (search folder names)
11012 Available Commands -- Group 3
11013 F1  Show Help Text
11014 F2  See commands in next group
11015 F5  Go to next new message
11016     (or count recent messages if <A HREF="h_config_tab_checks_recent"><!--#echo var="FEAT_tab-checks-recent"--></A> is set)
11017 F8  Compose a message using roles
11018 F9  Export folder to a file
11019 F10 Import the file back to a folder
11020 </PRE>
11021 <!--chtml else-->
11022 <PRE>
11023 Navigating the Folder Screen            Operations on the Selected Folder
11024 ----------------------------            ---------------------------------
11025  P   Move to previous folder              V  View Index of selected folder
11026  N   Move to next folder                  D  Delete
11027  -   Show previous page of listing        R  Rename
11028 Spc  (space bar) Show next page           E  Export to file
11029                                           U  Import from file to folder
11031 FOLDER LIST Screen Commands              General Alpine Command
11032 ---------------------------              -----------------------
11033  A  Add a folder                          O  Show all other available commands
11034  G  Specify a folder to go to             ?  Show Help text
11035  I  Show MESSAGE INDEX of current folder  M  MAIN MENU Screen
11036  W  Whereis (search folder names)         Q  Quit Alpine
11037  %  Print folder listing                  C  Compose a message
11038                                           #  Compose a message using roles
11039 </PRE>
11040 <!--chtml endif-->
11042 These commands are only available in the FOLDER LIST screen when the 
11043 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot; 
11044 feature</A> is set in the SETUP CONFIGURATION screen:<DL>
11045 <DT>Select:</DT>
11046 <DD>Select folders by certain criteria:<UL>
11047 <LI>All: of limited use, since there is no Apply command.
11048 <LI>by Property: <UL>
11049         <LI>folder contains messages not yet seen 
11050         <LI>folder contains new messages
11051         <LI>folder contains exactly as many, more, or fewer messages 
11052 than a given number
11053         </UL>
11054 <LI>by Text: <UL>
11055         <LI>contained in name of folder (Name Select)
11056         <LI>contained in messages in folder (Content Select)
11057         </UL>
11058 </UL></DD>
11060 <DT>Select current:</DT>
11061 <DD>Select the folder the cursor is on.  (Can be used to &quot;manually&quot; 
11062 add one or more folders to a set created with the Select command described 
11063 above.)</DD>
11064 <DT>Zoom mode:</DT>
11065 <DD>Toggles display of only selected folders or all folders on and off.</DD>
11066 </DL>
11068 If the feature
11069 <A HREF="h_config_tab_checks_recent">&quot;<!--#echo var="FEAT_tab-checks-recent"-->&quot;</A>
11070 is set then the TAB key will display the number of recent messages and
11071 the total number of messages in the highlighted folder.
11073 The &quot;Export&quot; command causes the lowest common denominator style
11074 mailbox to be written to a file.
11075 If the file already exists, you are asked if you want to delete it.
11076 If you say No, then the operation is aborted.
11077 Export might be a reasonable way to store a backup or an archival copy of
11078 a folder.
11079 The exported-to file is a local file on the system where you are running Alpine.
11080 The &quot;Import&quot; command is the opposite of the Export command.
11081 It reads a file created by Export and asks where it should save it in your
11082 folders.
11083 This could be a new folder or an existing folder.
11084 If the folder already exists, the messages from the exported file will be
11085 appended to the folder.
11087 <CENTER>Description of the FOLDER LIST Screen</CENTER>
11089 The purpose of the FOLDER LIST screen is to help you browse and manage
11090 the folders and directories (also known as &quot;hierarchy&quot;)
11091 contained within a collection.
11094 Folders and directories are arranged alphabetically across lines of
11095 the screen.  Directories, if present, are denoted by a special
11096 character at the end of the name known as the hierarchy delimiter
11097 (typically, &quot;/&quot;).  By default, folders and directories are
11098 mixed together.  The
11099 "<A HREF="h_config_fld_sort_rule"><!--#echo var="VAR_folder-sort-rule"--></A>"
11100 configuration option can be used to group directories toward the 
11101 beginning or end of the list.
11104 The Next/Prev Page commands help browse the list, the Next/Prev Fldr
11105 commands change the &quot;selected&quot; (i.e., highlighted) folder or
11106 directory, and the View Fldr/Dir commands will &quot;open&quot; the
11107 selected item.  Folder and directory management is provided via the
11108 Rename, Delete and Add commands.
11110 <P><CENTER>About Folders</CENTER>
11111 What are Folders?<P>
11113 Folders are simply files where messages are kept.  Every message has to be
11114 in a folder.  Most every Alpine user starts out with 3 folders: an INBOX, a
11115 folder for sent mail and a folder for saved messages.<P>
11117 You may create as many other folders as you wish.  They must be given
11118 names that can be filenames on the filesystem.  
11121 You can move messages from one folder to another by opening the original
11122 folder and saving messages into the other folder just as you can save
11123 message from your INBOX to any other folder.<P>
11125 Folders are typically just files in the filesystem.  However, the files
11126 that are
11127 folders have some special formatting in them (so that Alpine knows where one
11128 message ends and another begins) and should <EM>not</EM> be edited outside of
11129 Alpine.  If you want copies of your messages in text files that you can edit
11130 or otherwise manipulate, use the Export command to copy them from Alpine into
11131 your regular file area.
11134 FOR MORE INFORMATION: See the section on
11135 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11137 <CENTER>About Directories</CENTER>
11139 A directory is simply a container used to group folders within a
11140 folder list.  You can create as many directories as you like.  And 
11141 directories can even contain directories themselves.
11144 SPECIAL NOTES: When accessing folders on an IMAP server, it is important
11145 to note that not all IMAP servers support directories.  If you find that
11146 the Add command fails to offer the &quot;Create Directory&quot; subcommand,
11147 then it's likely that directories are not supported by the server serving
11148 in that collection.
11151 Similarly, servers that do provide for directories may not do so in
11152 the same way.  On some servers, for example, each folder name you
11153 create is at the same time capable of being a directory.  When this
11154 happens, Alpine will display both the folder name and the name of the
11155 directory (with trailing hierarchy delimiter) in the folder list.
11158 Another issue with IMAP access, though with a much smaller set of servers,
11159 is that not all servers accept the request to list out the available
11160 folders and directories in the same way.  If you find yourself having
11161 trouble viewing folders on your server, you might investigate the
11162 &quot;<A HREF="h_config_lame_list_mode"><!--#echo var="FEAT_enable-lame-list-mode"--></A>&quot;
11163 feature.
11165 <UL>
11166 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11167 </UL>
11169 &lt;End of help on this topic&gt;
11170 </BODY>
11171 </HTML>
11172 ========= h_valid_folder_names ========
11173 <HTML>
11174 <HEAD>
11175 <TITLE>Explanation of Valid Folder Names</TITLE>
11176 </HEAD>
11177 <BODY>
11178 <H1>Folder Name Syntax Explained</H1>
11180 Once your folder collections are defined, you can usually refer to
11181 folders by their simple (unqualified) name, or pick from a FOLDER LIST
11182 display.  However, understanding the complete syntax for folder names,
11183 both local and remote, is handy when using the Goto command and when
11184 you are adding new folder collections via the Setups/collectionList screen.
11186 An Alpine folder name looks like
11189 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;]&lt;namespace-specific-part&gt;</SAMP></CENTER>
11192 The square brackets ([]) mean that the part is optional.
11195 If there is no remote-specification, then the folder name is interpreted
11196 locally on the computer running Alpine.
11197 Local folder names depend on the operating system used by the computer 
11198 running Alpine, as well as the configuration of that system.  For example,
11199 &quot;C:&#92;PINE&#92;FOLDERS&#92;OCT-94&quot; might exist on a PC, and
11200 &quot;~/mail/september-1994&quot; might be a reasonable folder name on a
11201 system running Unix.
11204 Alpine users have the option of using folders that are stored on some other
11205 computer.  Alpine accesses remote folders via IMAP (the Internet Message
11206 Access Protocol), or in the case of news, via NNTP (the Network News
11207 Transport Protocol).  To be able to access remote folders in Alpine, the
11208 remote host must be running the appropriate server software (imapd or
11209 nntpd) and you must correctly specify the name of the folder to Alpine,
11210 including the domain name of the remote machine. For example,
11212 <CENTER><SAMP>&#123;monet.art.example.com}INBOX</SAMP></CENTER>
11214 could be a remote folder specification, and so could
11216 <CENTER><SAMP>&#123;unixhost.art.example.com}~/mail/september-1994</SAMP></CENTER>
11219 <CENTER><SAMP>&#123;winhost.art.example.com}&#92;mymail&#92;SEP-94</SAMP></CENTER>
11221 Note that in the case of remote folders, the directory/file path in the specification is 
11222 determined by the operating system of the remote computer, <B>not</B> by
11223 the operating system of the computer on which you are running Alpine.
11225 As you can tell, the name of the computer is in &#123;} brackets
11226 followed immediately by the name of the folder.  (In each of these cases the
11227 optional namespace is missing.)  If, as in these
11228 examples, there is no remote access protocol specified, then IMAP is
11229 assumed.  Check
11230 <A HREF="h_folder_server_syntax">here</A>
11231 for a more detailed look at what options can be placed between the brackets.
11232 If there are no brackets at all, then the folder name is interpreted locally
11233 on the computer on which you are running Alpine.
11236 To the right of the brackets when a server name is present, or at the
11237 start of the foldername if no server is present, the sharp sign,
11238 &quot;#&quot;, holds special meaning.  It indicates a folder name
11239 outside the area reserved for your personal folders.  In fact, it's
11240 used to indicate both the name of the folder, and a special phrase
11241 telling Alpine how to interpret the name that follows.
11244 So, for example, Alpine can be used to access a newsgroup that might be 
11245 available on your computer using:
11247 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
11249 The sharp sign indicates the folder name is outside your personal
11250 folder area.  The &quot;news.&quot; phrase after it tells Alpine to 
11251 interpret the remainder of the name as a newsgroup.
11254 Similarly, to access a newsgroup on your IMAP server, you might
11255 use something like:
11257 <CENTER><SAMP>&#123;wharhol.art.example.com}#news.comp.mail.misc</SAMP></CENTER>
11260 There are a number of such special phrases (or &quot;namespaces&quot;)
11261 available.  For a more detailed explanation read about
11262 <A HREF="h_folder_name_namespaces">Namespaces</A>.
11265 Note that &quot;INBOX&quot; has special meaning in both local and remote folder
11266 names.  The name INBOX refers to your &quot;principal incoming
11267 message folder&quot; and will be mapped to the actual file name used for your
11268 INBOX on any given host.  Therefore, a name like
11269 &quot;&#123;xxx.art.example.com}INBOX&quot; refers to whatever file is used to
11270 store incoming mail for you on that particular host.
11273 &lt;End of help on this topic&gt;
11274 </BODY>
11275 </HTML>
11276 ======= h_folder_name_namespaces =======
11277 <HTML>
11278 <HEAD>
11279 <TITLE>FOLDER NAME NAMESPACES EXPLAINED</TITLE>
11280 </HEAD>
11281 <BODY>
11282 <H1>Folder Name Namespaces Explained</H1>
11284 An Alpine folder name looks like
11287 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;][&lt;namespace-specific-part&gt;]</SAMP></CENTER>
11290 The local part of a folder name has an optional &quot;Namespace&quot; which
11291 tells Alpine how to interpret the rest of the name.
11293 <P> 
11294 By default the folder name is interpreted as defining a section of your personal
11295 folder area.  This area and how you specify it are defined by the
11296 server, if one is specified, or, typically, the home
11297 directory, if no server is defined.
11300 If a namespace is specified, it begins with the
11301 sharp, &quot;#&quot;, character followed by the name of the namespace
11302 and then the namespace's path-element-delimiter.  Aside from the
11303 path's format, namespaces can also imply access rights, content
11304 policy, audience, location, and, occasionally, access methods.
11307 Each server exports its own set (possibly of size one) of 
11308 namespaces.  Hence, it's likely communication with your server's
11309 administrator will be required for specific configurations.  Some of
11310 the more common namespaces, however, include:
11312 <DL>
11313 <DT>#news.</DT>
11314 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
11315 names are hierarchically defined with each level delimited by a period.
11317 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
11319 </DD>
11320 <DT>#public/</DT>
11321 <DD>This specifies a folder area that the server may export to the general
11322 public.
11323 </DD>
11324 <DT>#shared/</DT>
11325 <DD>This specifies a folder area that the server may export to groups
11326 of users.
11327 </DD>
11328 <DT>#ftp/</DT>
11329 <DD>This specifies a folder area that is the same as that it may have 
11330 exported via the &quot;File Transfer Protocol&quot;.
11331 </DD>
11332 <DT>#mh/</DT>
11333 <DD>This specifies the personal folder area associated with folders
11334 and directories that were created using the MH message handling system.
11335 </DD>
11336 <DT>#move/</DT>
11337 <DD>This namespace is interpreted locally by Alpine. It has an unusual interpretation and format.
11339 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
11341 The #move namespace is followed by two folder names separated by a delimiter
11342 character.
11343 The delimiter character may be any character that does not appear in
11344 the MailDropFolder name.
11345 The meaning of #move is that mail will be copied from the MailDropFolder to
11346 the DestinationFolder and then deleted (if possible) from the MailDropFolder.
11347 Periodic checks at frequency
11348 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A>, but with a minimum
11349 time between checks set by
11350 <A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>,
11351 are made for new mail arriving in the MailDropFolder.
11352 An example that copies mail from a POP inbox to a local folder follows
11354 <CENTER><SAMP>#move+{popserver.example.com/pop3/ssl}inbox+local folder</SAMP></CENTER>
11356 To you it appears that mail is being delivered to the local folder when it
11357 is copied from the MailDropFolder, and you read mail from the local folder.
11359 Note that if the DestinationFolder does not exist then the messages are not
11360 copied from the MailDropFolder.
11361 A #move folder may only be used as an
11362 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
11363 an Inbox.
11364 When you are in the FOLDER LIST of Incoming Message Folders (after turning
11365 on the
11366 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
11367 option)
11368 the Add command has a subcommand &quot;Use Mail Drop&quot;
11369 which may be helpful for defining the folder in your Alpine configuration.
11370 The same is true when you edit the
11371 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
11372 option in Setup/Config.
11373 Each of these configuration methods will also create the DestinationFolder
11374 if it doesn't already exist.
11375 If you are having problems, make sure the DestinationFolder exists.
11376 You may find some more useful information about Mail Drops at
11377 <A HREF="h_maildrop">What is a Mail Drop?</A>.
11378 </DD>
11379 </DL>
11382 In addition, the server may support access to other user's folders,
11383 provided you have suitable permissions.  Common methods use a prefix
11384 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
11385 indicate the root of the other user's folder area.
11388 No, nothing's simple.
11391 &lt;End of help on this topic&gt;
11392 </BODY>
11393 </HTML>
11394 ============= h_whatis_vcard ========================
11395 <HTML>
11396 <HEAD>
11397 <TITLE>VCARD EXPLAINED</TITLE>
11398 </HEAD>
11399 <BODY>
11400 <H1>What is the vCard format?</H1>
11401 A &quot;vCard&quot; is a sort of electronic business card, for exchanging 
11402 information about and among people and organizations electronically.  
11403 More information about vCard can be found (as of May 1998) on the WWW site 
11404 of the Internet Mail Consortium at the URL:
11406 <CENTER><A HREF="http://www.imc.org/pdi/">http://www.imc.org/pdi/</A></CENTER>
11408 &lt;End of help on this topic&gt;
11409 </BODY>
11410 </HTML>
11411 ===== h_folder_open =====
11412 <HTML>
11413 <HEAD>
11414 <TITLE>Explanation of Folder Selection</TITLE>
11415 </HEAD>
11416 <BODY>
11417 <BR>
11418 <BR>
11419 This screen is designed to allow you to quickly and easily survey your
11420 folders and select one to open.
11421 <!--chtml if pinemode="function_key"-->
11422 <PRE>
11423 Navigating the List of Folders             General Alpine Commands
11424 ------------------------------             -----------------------
11425  P   Move to previous folder               ?   Show this help text
11426  N   Move to next folder
11427  -   Show previous screen of folders
11428 Spc  (space bar) Show next screen
11429  W   WhereIs (search folder names)
11431 Folder Selection Commands
11432 -------------------------
11433  E   Exit the Folder Select menu (without selecting a folder)
11434  S   Select the currently highlighted folder
11435 </PRE>
11436 <!--chtml else-->
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 </PRE>
11451 <!--chtml endif-->
11453 FOR MORE INFORMATION: See the section on
11454 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11456 &lt;End of help on this topic&gt;
11457 </BODY>
11458 </HTML>
11459 ===== h_folder_subscribe =====
11460 <HTML>
11461 <HEAD>
11462 <TITLE>Newsgroup Subcribe Screen explained</TITLE>
11463 </HEAD>
11464 <BODY>
11465 <H1>FOLDER SUBSCRIBE HELP</H1>
11467 This screen is designed to help you subscribe to newsgroups you are
11468 not currently subscribed to.  The screen display is a list of all
11469 available newsgroups (or possibly a partial list if you specified a
11470 partial name when entering the screen).  Groups you have already
11471 subscribed to have the letters &quot;SUB&quot; next to them.  You may
11472 select a single new group to subscribe to by moving the cursor to that
11473 group and pressing &quot;S&quot; or carriage return.  Alternatively,
11474 you may change into ListMode with the &quot;ListMode&quot; command.
11475 The display will change slightly so that each group has a checkbox in
11476 front of it.  Use the cursor and the Set/Unset command to place an
11477 &quot;X&quot; in front of each newsgroup you wish to subscribe to.
11480 When you are finished marking groups, the &quot;Subscribe&quot;
11481 command will subscribe you to those groups you have marked.  Note, you
11482 may not unsubscribe to groups with this command.  Instead of the
11483 &quot;A&quot; &quot;Subscribe&quot; command, use the &quot;D&quot;
11484 UnSbscrbe command.
11487 <!--chtml if pinemode="function_key"-->
11488 <PRE>
11489 Navigating the List of Newsgroups          General Alpine Commands
11490 ---------------------------------          -----------------------
11491 F5   Move to previous group                F1   Show this help text
11492 F6   Move to next group
11493 F7   Show previous screen of groups
11494 F8   Show next screen of groups
11495 F12  WhereIs (search group names)
11496 F9   Use ListMode
11498 Group Selection Commands
11499 -------------------------
11500 F3  Exit the News Subscribe menu (without selecting any groups)
11501 F4  Subscribe to the currently highlighted newsgroup
11502 </PRE>
11503 <!--chtml else-->
11504 <PRE>
11505 Navigating the List of Newsgroups          General Alpine Commands
11506 ---------------------------------          -----------------------
11507  P   Move to previous group                ?   Show this help text
11508  N   Move to next group
11509  -   Show previous screen of groups
11510 Spc  (space bar) Show next screen
11511  W   WhereIs (search group names)
11512  L   Use ListMode
11514 Group Selection Commands
11515 -------------------------
11516  E   Exit the News Subscribe menu (without selecting any groups)
11517  S   Subscribe to the currently highlighted newsgroup
11518 </PRE>
11519 <!--chtml endif-->
11521 When in ListMode, there is an additional command for marking groups to
11522 subscribe to:
11524 <!--chtml if pinemode="function_key"-->
11525 <PRE>
11526 ListMode Commands
11527 -------------------------
11528 F9  Set or unset the highlighted group
11529 </PRE>
11530 <!--chtml else-->
11531 <PRE>
11532 ListMode Commands
11533 -------------------------
11534 X   Set or unset the highlighted group
11535 </PRE>
11536 <!--chtml endif-->
11538 &lt;End of help on this topic&gt;
11539 </BODY>
11540 </HTML>
11541 ===== h_folder_postnews =====
11542 <HTML>
11543 <HEAD>
11544 <TITLE>Newsgroup selecting for Posting explained</TITLE>
11545 </HEAD>
11546 <BODY>
11547 This screen is designed to allow you to quickly and easily survey
11548 the available newsgroups and select one to post news to.
11550 <!--chtml if pinemode="function_key"-->
11551 <PRE>
11552 Navigating the List of Newsgroups          General Alpine Commands
11553 ---------------------------------          -----------------------
11554 F5   Move to previous group                F1  Show this help text
11555 F6   Move to next group
11556 F7   Show previous screen of groups
11557 F8   Show next screen of groups
11558 F12  WhereIs (search group names)
11560 Group Selection Commands
11561 -------------------------
11562 F3   Exit the Selection menu (without selecting a group)
11563 F4   Select the currently highlighted newsgroup
11564 </PRE>
11565 <!--chtml else-->
11566 <PRE>
11567 Navigating the List of Newsgroups          General Alpine Commands
11568 ---------------------------------          -----------------------
11569  P   Move to previous group                ?  Show this help text
11570  N   Move to next group
11571  -   Show previous screen of groups
11572 Spc  (space bar) Show next screen of groups
11573  W   WhereIs (search group names)
11575 Group Selection Commands
11576 -------------------------
11577  E   Exit the Selection menu (without selecting a group)
11578  S   Select the currently highlighted newsgroup
11579 </PRE>
11580 <!--chtml endif-->
11582 &lt;End of help on this topic&gt;
11583 </BODY>
11584 </HTML>
11585 ===== h_folder_save =====
11586 <HTML>
11587 <HEAD>
11588 <TITLE>Folder Select for Save Explained</TITLE>
11589 </HEAD>
11590 <BODY>
11591 This screen is designed to allow you to quickly and easily survey your
11592 folders and select one to use for saving the current message.
11595 <!--chtml if pinemode="function_key"-->
11596 <PRE>
11597 Navigating the List of Folders             General Alpine Commands
11598 ------------------------------             -----------------------
11599 F5   Move to previous folder               F1  Show this help text
11600 F6   Move to next folder
11601 F7   Show previous screen of folders
11602 F8   Show next screen of folders
11603 F12  WhereIs (search folder names)
11605 Folder Selection Commands
11606 -------------------------
11607 F3   Exit the Folder Select menu (without selecting a folder)
11608 F4   Select the currently highlighted folder
11609 F11  AddNew folder (just like Select, but you type in a new folder name)
11610 </PRE>
11611 <!--chtml else-->
11612 <PRE>
11613 Navigating the List of Folders             General Alpine Commands
11614 ------------------------------             -----------------------
11615  P   Move to previous folder               ?  Show this help text
11616  N   Move to next folder
11617  -   Show previous screen of folders
11618 Spc  (space bar) Show next screen of folders
11619  W   WhereIs (search folder names)
11621 Folder Selection Commands
11622 -------------------------
11623  E   Exit the Folder Select menu (without selecting a folder)
11624  S   Select the currently highlighted folder
11625  A   AddNew folder (just like Select, but you type in a new folder name)
11626 </PRE>
11627 <!--chtml endif-->
11629 FOR MORE INFORMATION: See the section on
11630 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11632 &lt;End of help on this topic&gt;
11633 </BODY>
11634 </HTML>
11635 ===== h_folder_fcc =====
11636 <HTML>
11637 <HEAD>
11638 <TITLE>Folder Select for Fcc Explained</TITLE>
11639 </HEAD>
11640 <BODY>
11641 This screen is designed to allow you to quickly and easily survey your
11642 folders and select one to use as the file carbon copy (fcc) for the
11643 current message.
11646 <!--chtml if pinemode="function_key"-->
11647 <PRE>
11648 Navigating the List of Folders             General Alpine Commands
11649 ------------------------------             -----------------------
11650 F5   Move to previous folder               F1  Show this help text
11651 F6   Move to next folder
11652 F7   Show previous screen of folders
11653 F8   Show next screen of folders
11654 F12  WhereIs (search folder names)
11656 Folder Selection Commands
11657 -------------------------
11658 F3   Exit the Folder Select menu (without selecting a folder)
11659 F4   Select the currently highlighted folder
11660 F11  AddNew folder (just like Select, but you type in a new folder name)
11661 </PRE>
11662 <!--chtml else-->
11663 <PRE>
11664 Navigating the List of Folders             General Alpine Commands
11665 ------------------------------             -----------------------
11666  P   Move to previous folder               ?  Show this help text
11667  N   Move to next folder
11668  -   Show previous screen of folders
11669 Spc  (space bar) Show next screen of folders
11670  W   WhereIs (search folder names)
11672 Folder Selection Commands
11673 -------------------------
11674  E   Exit the Folder Select menu (without selecting a folder)
11675  S   Select the currently highlighted folder
11676  A   AddNew folder (just like Select, but you type in a new folder name)
11677 </PRE>
11678 <!--chtml endif-->
11680 FOR MORE INFORMATION: See the section on
11681 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11683 &lt;End of help on this topic&gt;
11684 </BODY>
11685 </HTML>
11686 ===== h_folder_pattern_roles =====
11687 <HTML>
11688 <HEAD>
11689 <TITLE>Folder Select for Current Folder Explained</TITLE>
11690 </HEAD>
11691 <BODY>
11692 This screen is designed to allow you to quickly and easily survey your
11693 folders and select one to use as the specific Current Folder
11694 in a Pattern.
11697 <!--chtml if pinemode="function_key"-->
11698 <PRE>
11699 Navigating the List of Folders             General Alpine Commands
11700 ------------------------------             -----------------------
11701 F5   Move to previous folder               F1  Show this help text
11702 F6   Move to next folder
11703 F7   Show previous screen of folders
11704 F8   Show next screen of folders
11705 F12  WhereIs (search folder names)
11707 Folder Selection Commands
11708 -------------------------
11709 F3   Exit the Folder Select menu (without selecting a folder)
11710 F4   Select the currently highlighted folder
11711 F11  AddNew folder (just like Select, but you type in a new folder name)
11712 </PRE>
11713 <!--chtml else-->
11714 <PRE>
11715 Navigating the List of Folders             General Alpine Commands
11716 ------------------------------             -----------------------
11717  P   Move to previous folder               ?  Show this help text
11718  N   Move to next folder
11719  -   Show previous screen of folders
11720 Spc  (space bar) Show next screen of folders
11721  W   WhereIs (search folder names)
11723 Folder Selection Commands
11724 -------------------------
11725  E   Exit the Folder Select menu (without selecting a folder)
11726  S   Select the currently highlighted folder
11727  A   AddNew folder (just like Select, but you type in a new folder name)
11728 </PRE>
11729 <!--chtml endif-->
11731 FOR MORE INFORMATION: See the section on
11732 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11734 &lt;End of help on this topic&gt;
11735 </BODY>
11736 </HTML>
11737 ===== h_folder_stayopen_folders =====
11738 <HTML>
11739 <HEAD>
11740 <TITLE>Folder Select Explained</TITLE>
11741 </HEAD>
11742 <BODY>
11743 This screen is designed to allow you to quickly and easily survey your
11744 folders and select one to use as a Stay-Open folder.
11747 <!--chtml if pinemode="function_key"-->
11748 <PRE>
11749 Navigating the List of Folders             General Alpine Commands
11750 ------------------------------             -----------------------
11751 F5   Move to previous folder               F1  Show this help text
11752 F6   Move to next folder
11753 F7   Show previous screen of folders
11754 F8   Show next screen of folders
11755 F12  WhereIs (search folder names)
11757 Folder Selection Commands
11758 -------------------------
11759 F3   Exit the Folder Select menu (without selecting a folder)
11760 F4   Select the currently highlighted folder
11761 F11  AddNew folder (just like Select, but you type in a new folder name)
11762 </PRE>
11763 <!--chtml else-->
11764 <PRE>
11765 Navigating the List of Folders             General Alpine Commands
11766 ------------------------------             -----------------------
11767  P   Move to previous folder               ?  Show this help text
11768  N   Move to next folder
11769  -   Show previous screen of folders
11770 Spc  (space bar) Show next screen of folders
11771  W   WhereIs (search folder names)
11773 Folder Selection Commands
11774 -------------------------
11775  E   Exit the Folder Select menu (without selecting a folder)
11776  S   Select the currently highlighted folder
11777  A   AddNew folder (just like Select, but you type in a new folder name)
11778 </PRE>
11779 <!--chtml endif-->
11781 FOR MORE INFORMATION: See the section on
11782 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11784 &lt;End of help on this topic&gt;
11785 </BODY>
11786 </HTML>
11787 ===== h_folder_action_roles =====
11788 <HTML>
11789 <HEAD>
11790 <TITLE>Folder Select Explained</TITLE>
11791 </HEAD>
11792 <BODY>
11793 This screen is designed to allow you to quickly and easily survey your
11794 folders and select one to use as the folder into which messages
11795 matching this filter will be moved.
11798 <!--chtml if pinemode="function_key"-->
11799 <PRE>
11800 Navigating the List of Folders             General Alpine Commands
11801 ------------------------------             -----------------------
11802 F5   Move to previous folder               F1  Show this help text
11803 F6   Move to next folder
11804 F7   Show previous screen of folders
11805 F8   Show next screen of folders
11806 F12  WhereIs (search folder names)
11808 Folder Selection Commands
11809 -------------------------
11810 F3   Exit the Folder Select menu (without selecting a folder)
11811 F4   Select the currently highlighted folder
11812 F11  AddNew folder (just like Select, but you type in a new folder name)
11813 </PRE>
11814 <!--chtml else-->
11815 <PRE>
11816 Navigating the List of Folders             General Alpine Commands
11817 ------------------------------             -----------------------
11818  P   Move to previous folder               ?  Show this help text
11819  N   Move to next folder
11820  -   Show previous screen of folders
11821 Spc  (space bar) Show next screen of folders
11822  W   WhereIs (search folder names)
11824 Folder Selection Commands
11825 -------------------------
11826  E   Exit the Folder Select menu (without selecting a folder)
11827  S   Select the currently highlighted folder
11828  A   AddNew folder (just like Select, but you type in a new folder name)
11829 </PRE>
11830 <!--chtml endif-->
11832 FOR MORE INFORMATION: See the section on
11833 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11835 &lt;End of help on this topic&gt;
11836 </BODY>
11837 </HTML>
11838 ===== h_abook_config =====
11839 <HTML>
11840 <HEAD>
11841 <TITLE>SETUP ADDRESS BOOKS SCREEN</TITLE>
11842 </HEAD>
11843 <BODY>
11844 <H1>SETUP ADDRESS BOOKS SCREEN</H1>
11845 <H2>SETUP ADDRESS BOOKS COMMANDS</H2>
11846 <!--chtml if pinemode="function_key"-->
11847 <PRE>
11848 Available  Commands                        
11849 -------------------------------            
11850 F1  Show Help Text                         
11851 F3  Back to MAIN Alpine menu                 
11852 F4  Change configuration for address book  
11853 F5  Move to previous address book          
11854 F6  Move to next address book              
11855 F7  Previous page of address books         
11856 F8  Next page of address books             
11857 F9  Add new address book                   
11858 F10 Delete existing address book           
11859 F11 Shuffle the order of address books     
11860 F12 Whereis (search address book titles)   
11861 </PRE>
11862 <!--chtml else-->
11863 <PRE>
11864 Navigation                     General Alpine Commands
11865 -----------------------        -----------------------
11866  P  Prev Address Book           ?  Display this help text
11867  N  Next Address Book           E  Back to MAIN Alpine menu
11868  -  Previous page
11869 Spc (space bar) Next page
11870  W  WhereIs (search for word in address book titles)
11872 Setup Address Books Commands
11873 ------------------------------------------------
11874  A  Add new address book          $  Shuffle the order of address books
11875  D  Delete existing address book  C  Change configuration for address book
11876 </PRE>
11877 <!--chtml endif-->
11879 <H2>Description of the Setup Address Books Screen</H2>
11881 This screen lets you add, delete, modify, or change the order of your
11882 address books.  The &quot;Add Abook&quot; command brings up a blank form to 
11883 fill in.  If you are adding a remote address book on an IMAP server
11884 you should fill in the name of the IMAP server.  Otherwise, leave
11885 that field blank.  (Note that remote IMAP address books are an Alpine
11886 concept and are unlikely to interoperate with other mail clients.)
11887 For a remote address book, fill in the name of the remote folder
11888 in the Folder field.  This should be a folder that is used only for
11889 this one purpose, not a general purpose folder you expect to store
11890 messages in.
11891 <P>If you are adding a local address book, fill in the
11892 Folder Name field with a local file name (e.g., .addressbook).
11894 <B>Please note:</B> Remote address books stored on an IMAP server are 
11895 of an entirely different format (namely, a special-purpose 
11896 &quot;mail folder&quot;) than that of the local addressbook familiar 
11897 to Alpine users.  Therefore, 
11898 you cannot use &quot;add a remote address book&quot; to make an existing 
11899 Alpine .addressbook file you may have on a remote IMAP server accessible to 
11900 Alpine running on a different host.  
11903 The &quot;Del Abook&quot; command allows you to remove an address book
11904 from your configuration.  It will also ask you if you wish to remove
11905 the data for that address book, which would erase all traces of the
11906 address book if you answer Yes.
11909 The &quot;Change&quot; command is similar to the &quot;Add Abook&quot; command.
11910 The difference is that instead of adding a new address book to your
11911 configuration, you are changing the configuration of an existing entry.
11912 For example, you might want to correct a typing error or change a
11913 nickname.  The &quot;Change&quot; command is not a move command.  If you
11914 change the folder name or server name the data will not be moved for you.
11917 The &quot;Shuffle&quot; command is used for two purposes.  If you shuffle
11918 an address book toward another address book in the same group then
11919 the order of those two address books will be swapped.  If you shuffle
11920 the last Personal address book down towards the Global address book
11921 section, it will become a Global address book.  If you shuffle
11922 the first Global address book up it will become a Personal address
11923 book.  The main difference between Personal and Global address
11924 books is that Global address books are forced read-only.
11925 <P><UL>
11926 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11927 </UL>
11929 &lt;End of help on this topic&gt;
11930 </BODY>
11931 </HTML>
11932 ===== h_abook_top =====
11933 <HTML>
11934 <HEAD>
11935 <TITLE>ADDRESS BOOK LIST COMMANDS</TITLE>
11936 </HEAD>
11937 <BODY>
11938 <H1>ADDRESS BOOK LIST COMMANDS</H1>
11939 <!--chtml if pinemode="function_key"-->
11940 <PRE>
11941 Available  Commands -- Group 1         Available Commands -- Group 2
11942 -------------------------------        ------------------------------
11943 F1  Show Help Text                      F1  Show Help Text
11944 F2  See commands in next group          F2  See commands in next group
11945 F3  Exit to MAIN MENU                   F3  Quit Alpine
11946 F4  View/Edit selected address book
11947 F5  Move to previous address book       F5  FOLDER LIST screen
11948 F6  Move to next address book           F6  Specify a folder to go to
11949 F7  Previous page                       F7  MESSAGE INDEX screen
11950 F8  Next page                           F9  Print list of address books
11951 F12 Whereis (search for word)
11952 </PRE>
11953 <!--chtml else-->
11954 <PRE>
11955 Navigation                       General Alpine Commands
11956 -----------------------          -----------------------
11957  P  Previous Entry                ?  Display this help text
11958  N  Next Entry                    O  Show all other available commands
11959  -  Previous page                 &lt;  Back to MAIN Alpine menu
11960 Spc (space bar) Next page         Q  Quit Alpine
11961  W  WhereIs (search for word)     L  FOLDER LIST screen
11962                                   G  Specify a folder to go to
11963 Address Book Commands             I  MESSAGE INDEX screen
11964 ------------------------------------------------
11965  &gt;  View/Edit selected address book
11966               or
11967  &gt;  Search on selected directory server
11969  %  Print list of address books and directory servers
11970 </PRE>
11971 <!--chtml endif-->
11973 <H2>Description of the Address Book List Screen</H2>
11975 From this screen you may choose which address book you wish to view
11976 or edit. For more information on address books, view one of your
11977 address books (with
11978 <!--chtml if pinemode="function_key"-->
11980 <!--chtml else-->
11981 &quot;&gt;&quot;
11982 <!--chtml endif-->)
11983 and see the Help Text there.<P>
11985 You may also choose a directory server on which to search for entries.
11986 You do that by highlighting the directory server line and using
11987 <!--chtml if pinemode="function_key"-->
11989 <!--chtml else-->
11990 &quot;&gt;&quot;
11991 <!--chtml endif-->.<P>
11993 If you wish to define new address books or directory servers go to the Main
11994 menu and choose Setup. You may then either choose to setup AddressBooks or
11995 Directory (among other things). It's possible that the Directory option
11996 will not be there if the Alpine you are using does not contain LDAP directory
11997 lookup functionality.
11999 <P><UL>
12000 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
12001 </UL><P>
12002 &lt;End of help on this topic&gt;
12003 </BODY>
12004 </HTML>
12005 ===== h_abook_opened =====
12006 <HTML>
12007 <HEAD>
12008 <TITLE>THE ALPINE ADDRESS BOOK</TITLE>
12009 </HEAD>
12010 <BODY>
12011 <H1>THE ALPINE ADDRESS BOOK</H1>
12012 <H2>ADDRESS BOOK COMMANDS</H2>
12013 <PRE>
12014 <!--chtml if pinemode="function_key"-->
12015 Available  Commands -- Group 1         Available Commands -- Group 2   
12016 -------------------------------        ------------------------------  
12017 F1  Show Help Text                      F1  Show Help Text             
12018 F2  See commands in next group          F2  See commands in next group
12019 F3  Exit this screen                    F3  Quit Alpine                  
12020 F4  View/Edit selected entry            F4  Go to MAIN MENU screen     
12021 F5  Move to previous entry              F5  FOLDER LIST screen         
12022 F6  Move to next entry                  F6  Specify a folder to go to  
12023 F7  Previous page of address book       F7  MESSAGE INDEX screen        
12024 F8  Next page of address book           F8  Compose to entry using roles
12025 F9  Add new entry to address book       F9  Print address book         
12026 F10 Delete selected entry               F10 TakeAddr to another addrbook
12027 F11 Compose to selected entry           F11 Save or Export addrbook selections
12028 F12 Whereis (search address book)       F12 Forward entry by mail       
12030 Available Commands -- Group 3                                           
12031 ------------------------------                                          
12032 F3  Select                              F6  Zoom (or unZoom)            
12033 F5  Select Current                      F7  Apply Command to Selection  
12034 <!--chtml else-->
12035 Address Book Navigation        General Alpine Commands
12036 -----------------------        -----------------------
12037  P  Prev Address                  ?  Display this help text
12038  N  Next Address                  O  Show all other available commands
12039  -  Previous page of address book M  Back to MAIN MENU
12040 Spc (space bar) Next page         Q  Quit Alpine
12041  W  WhereIs (search for word      C  Compose message to selected addr
12042      or name in address book)     #  Compose to addr using roles
12043  &lt;  To List of Address Books if   L  FOLDER LIST screen
12044      more than one, else to MAIN  G  Specify a folder to go to
12045                                   I  MESSAGE INDEX screen
12047 Address Book Commands
12048 ----------------------------------------------------
12049  &gt;  View/Update selected entry    D  Delete selected entries
12050  %  Print address book            S  Save or Export address book selections
12051  F  Forward entries by mail       @  Add new entry to address book
12053  ;  Select command                Z  Toggle Zoom Mode
12054  :  Select highlighted entry      A  Apply command to selected entries
12056 <!--chtml endif-->
12057 </PRE>
12058 Note:  The presence or absence of the final four commands above is
12059 controlled by the option 
12060 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>.
12063 <H2>Description of the Address Book Screen</H2>
12065 This screen lets you edit and manage entries in your address book.  It
12066 also acts as a short-cut for composing messages to people in the address
12067 book.  When, from this screen, you press <!--chtml if pinemode="function_key"-->F11<!--chtml else-->&quot;C&quot;<!--chtml endif--> for ComposeTo, the
12068 message starts &quot;pre-addressed&quot; to whatever address book entry is
12069 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
12070 role to use in your composition.
12072 Alpine's address book helps you keep a list of addresses you send email to so
12073 you do not have to remember addresses that are often complex.  Each entry
12074 in the address book has five fields, all of them optional.  The three
12075 elements that are usually visible on the ADDRESS BOOK display, are: <DL>
12077         <P><DT>NICKNAME: <DD>A short easy-to-remember label to identify the entry.
12078         This is what you type in as you are addressing the message in the
12079         composer.  If there is a matching entry in your address book(s),
12080         Alpine will extract the corresponding FullName and Address fields to
12081         generate the actual address for your message.
12083         <P><DT>FULLNAME: <DD>A longer field where you can put the full name 
12084 of the
12085         person or organization.  Usually the full names are put in last
12086         name first so they sort nicely in alphabetical order.  Whatever
12087         you put as the name here will appear on the message when it is
12088         finally delivered.  Examples:<PRE>
12089            Garcia Marquez, Gabriel
12090            Henscheid, Eckhard
12091            Alpine-Info mailing list
12092            Library materials renewal requests
12093            Kim An-guk
12094            &quot;George III, King of Great Britain, 1738-1820&quot;
12095 </PRE>
12096 (In the second-to-last example, no comma is used in the name so that 
12097 the family name appears first in the address book and when the entry is 
12098 used in the composer.
12099 In the last example, retaining the commas is intended; 
12100 double-quotation marks surround the name to 
12101 prevent the transposition of its parts when the entry is used in 
12102 the composer.)
12104         <P><DT>ADDRESS: <DD>This is the actual email address itself.  This must be
12105         a valid Internet address that conforms to the Internet message
12106         header standard, RFC-822.  (See also <A HREF="h_address_format">Explanation of Address formats</A>.)</DL>
12108 The two fields that aren't usually visible are:<DL>
12110   <P><DT>FCC: <DD>The name of the folder you would like a copy of any outgoing
12111         message to this address to be saved in.  If this field is set, and
12112         this address is the first one in the message's To: header, then
12113         Alpine will use this folder name for the FCC in lieu of the normal
12114         FCC folder name.
12116   <P><DT>COMMENTS: <DD>This field contains arbitrary text for your convenience.
12117         </DL>
12119 Due to screen width limitations, these last two fields do not show up in
12120 the normal ADDRESS BOOK display.  You may select the 
12121 &quot;View/Update&quot; command to
12122 view or modify them.  You may use the configuration variable
12123 <A HREF="h_config_abook_formats">&quot;<!--#echo var="VAR_addressbook-formats"-->&quot;</A>
12124 to add these fields to your ADDRESS BOOK 
12125 display, or to modify the format of the display.
12127 <H2>Sorting the Address book</H2>
12129 By default, address book entries are sorted alphabetically on the full
12130 name with distribution lists sorted to the end.  Sorting can be changed by
12131 resetting the address book sort rule in the Alpine SETUP CONFIGURATION screen
12132 --assuming you have &quot;write&quot; permission for the address book file.
12134 Unlike the sorting of folders (which only changes presentation), sorting an
12135 address book actually changes the file as it is kept on the computer.  For
12136 this reason you won't be able to sort a shared or system-wide address
12137 book.
12139 <H2>Adding New Entries</H2>
12141 The easiest way to add new entries to your address book is to use the
12142 &quot;TakeAddr&quot; command when viewing a message.
12143 This command allows you to take addresses from the header and body of the
12144 message and put them into your address book, without having to type
12145 them in.
12148 To manually add a new entry from within the address book screen, use the AddNew
12149 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->&quot;@&quot;<!--chtml endif-->) command.
12150 Use this command both for adding a simple alias and for adding a
12151 distribution list.
12153 <H2>Distribution Lists</H2>
12155 Address book entries can be simple cases of aliases (a single nickname is linked
12156 to a single email address) or distribution lists (a single nickname
12157 pointing at more than one email address).  Each distribution list has a
12158 nickname, a full name and a list of addresses.  The addresses may be
12159 actual addresses or they may be other nicknames in your address book.
12160 They may even refer to other distribution lists.
12161 There's really no difference between a simple alias and a distribution list,
12162 other than the number of addresses.
12163 Therefore, you can turn a simple alias with one address into a distribution
12164 list simply by adding more addresses.
12165 To add entries to an existing list or alias
12166 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
12167 a single address from the list if the cursor is placed on the address;
12168 it will delete the entire distribution list if the cursor is on the
12169 nickname/fullname line.  View/Update may also be used to delete addresses
12170 from a list.
12172 Address field entries in distribution lists may take any one of three
12173 forms: a nickname existing in any of the defined address books, a normal
12174 address of the form &quot;jsmith@art.example.com&quot;, or a complete
12175 fullname/address combination, e.g. &quot;John Smith
12176 &lt;jsmith@art.example.com&gt;&quot;.
12178 Distribution lists in Alpine address books can only be used by the person or
12179 people who have access to that address book.  They are not usually used to
12180 implement discussion groups, but can be used to facilitate small
12181 discussion groups if all the participants have access to the same shared
12182 address book.
12184 <H2>FCC and Comments</H2>
12186 As mentioned above, each entry in the address book also has two other optional
12187 fields, Fcc and Comments.  The command to look at or change either of these
12188 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
12189 Comments field is just for your own use.  The Fcc field overrides the
12190 default Fcc if this address is the first one on the To line.  The WhereIs
12191 command may be used to search for particular strings in the address book,
12192 including fields that are not visible (like Comment and Fcc by default).
12194 <H2>Aggregate Operations</H2>
12196 If the feature
12197 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
12198 is turned on (the default), then the four commands &quot;Select&quot;,
12199 &quot;Select Current&quot;, &quot;Zoom&quot;, and &quot;Apply&quot;
12200 are available.  The two selection commands allow you to mark a set of
12201 address book entries as being selected.  If you have more than one address
12202 book, the selections may be in more than one of those address books.
12203 The &quot;Zoom&quot; command will toggle between displaying only the selected
12204 entries and all of the entries.  The &quot;Apply&quot; command allows you to
12205 apply one of the regular address book commands to all of the selected
12206 entries.  Usually the address book commands apply to only the entry
12207 highlighted by the cursor.  The &quot;Apply&quot; command works with the
12208 commands &quot;ComposeTo&quot;, &quot;Delete&quot;, &quot;Print&quot;, 
12209 &quot;Save&quot;, &quot;Forward&quot;, and &quot;Role&quot;.
12211 <H2>Exporting and Forwarding Address book entries</H2>
12213 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
12214 address book entry is placed in a plain text file in your home directory
12215 <!--chtml if pinemode="running"-->
12216 (which, in the present configuration of your system, is
12217  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
12218 <!--chtml endif-->
12219 or current working directory
12220 <!--chtml if pinemode="running"-->
12221 (which, at least for your current Alpine &quot;session,&quot; 
12222 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
12223 <!--chtml endif-->, depending on the 
12224 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
12225 configuration setting.  If you have some entries selected and use the
12226 Apply (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->&quot;A&quot;<!--chtml endif-->) Export command, all of the selected addresses will be
12227 placed in the text file.
12229 When you use the Forward (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->&quot;F&quot;<!--chtml endif-->) command, the currently highlighted
12230 address book entry is placed in a special attachment and you are put into
12231 the composer.  You can fill in some comments in the body of the message,
12232 if you'd like, and send it to somebody else who uses Alpine.  The recipient
12233 may use the TakeAddr command on that message to insert the address book
12234 entry you sent in their own address book.  If you have some entries
12235 selected and use the Apply Forward command all of the selected entries
12236 will be forwarded in a single message.  You may
12237 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.
12238 The recipient must be using Alpine in order to receive this correctly.
12239 One way for the recipient to handle this might be to create an empty
12240 address book and then &quot;Take&quot; your forwarded address book entries into
12241 that empty address book.
12243 <H2>Multiple and/or Site-Wide Address books</H2>
12245 You may have more than one personal address book.  In addition, there may
12246 be one or more global address books.  This capability allows you to have
12247 multiple personal address books (some of which may be shared) and it also
12248 allows system administrators to implement site-wide address books that
12249 contain entries for users on multiple machines within the organization.
12250 <P><DL>
12251 <DT>Searching
12252   <DD> If you enter a nickname when composing a message, your
12253   personal address books will be searched through in order, and then the
12254   global address book(s) searched. If more than one address book has an entry
12255   for the nickname, Alpine uses the first one that it finds, so an entry in
12256   your personal address book would override a global address book entry. If
12257   after searching all the address books there is still no match, (Unix) Alpine
12258   then searches the local host password file on the assumption that you have
12259   entered a local user name rather than an address book nickname.
12260   You may change the search order of your address books with the <!--chtml if pinemode="function_key"-->F3<!--chtml else-->$<!--chtml endif--> Shuffle
12261   command, but global address books are always searched after personal
12262   address books.
12264   <P><DT>Tab completion
12265   <DD> If the
12266   <A HREF="h_config_enable_tab_complete"><!--#echo var="FEAT_enable-tab-completion"--></A>
12267   feature is turned on (the default) then the Tab key may be used
12268   in the composer to complete partially typed nicknames in the To
12269   or Cc lines. You type the first few letters of a nickname and then
12270   press the Tab key. It there is only one nickname that matches it will
12271   be filled in by Alpine. If there is more than one the unambiguous part
12272   of the nicknames will be filled in. For example, if your address book or
12273   books contains only the two entries &quot;barley&quot; and &quot;barbecue&quot;
12274   beginning with the letters &quot;ba&quot;, then if you type &quot;ba&quot;
12275   followed by a Tab character Alpine will fill in &quot;bar&quot; and stop.
12276   If you then type a second Tab character you will be presented with a list
12277   of matching nicknames to select from. Alternatively, you could type another
12278   &quot;b&quot; resulting in &quot;barb&quot; and then a Tab would fill
12279   in the entire &quot;barbecue&quot; entry.
12281   <P><DT>Defining
12282   <DD> You define multiple personal address books in the 
12283   <A HREF="h_abook_config">SETUP AddressBooks</A> screen, which you may reach
12284   from the MAIN MENU.  
12285   You may add as many as you like.  Global address books are usually
12286   site-wide address books defined by the System administrator, but
12287   you may define global address books of your own just like you define
12288   personal address books.
12290   <P><DT>Creating and updating
12291   <DD> Personal address books are normally created empty
12292   and populated by explicit additions from within Alpine, e.g. via the
12293   TakeAddr command.  Unlike personal address books, global address books may
12294   not be modified/updated from within Alpine; that is, they are Read-Only.
12295   Thus, global address books are created, populated and updated outside of
12296   Alpine. They might be hand-edited, generated by a program from another
12297   database, or by copying an existing address book.  They might also be
12298   some other user's personal address book, and so be modified normally by
12299   that user but accessed Read-Only by you.  See the Alpine Technical
12300   Notes document (included in the Alpine distribution) for more information on
12301   this.
12303   <P><DT>Accessing
12304   <DD>There are two different types of address books in Alpine.
12305   A local address book is stored in a regular file and the normal file
12306   access permissions apply.  A remote address book is stored on an IMAP
12307   server in a special folder that contains only messages pertaining to
12308   that address book.  The last message in the remote folder contains a
12309   copy of the address book data, and that data is copied to a local cache
12310   file in your home directory.  From there it is accessed just like a local
12311   address book.  The name of the cache file is kept track of in a special
12312   file called the
12313   <A HREF="h_config_abook_metafile"><!--#echo var="VAR_remote-abook-metafile"--></A>,
12314   the name of which is stored in
12315   your Alpine configuration file the first time you use a remote address book.
12316   Just as local Alpine address books use a format that only Alpine understands,
12317   remote Alpine address books do the same and other mail reading programs
12318   are unlikely to be able to understand them.<P>
12319   While global address books are explicitly intended to be shared, there is
12320   nothing to prevent you from sharing a personal address book with other
12321   Alpine users. This might be useful in the case of a small workgroup.
12322   However, it is recommended that updates to shared personal address books
12323   be done when other Alpine users are not accessing the address book. Alpine
12324   does not do any file-locking to manage concurrent updates to the
12325   addressbook, but it does check to see if the file has been modified before
12326   making any changes.  Consequently, inadvertent concurrent updates will
12327   only cause other Alpine users to have to restart their address book
12328   operation, which will cause Alpine to reopen the updated file.
12330   <P><DT>Converting to Remote
12331   <DD>The easiest way to convert an existing local
12332   address book into a remote address book is to create an empty new remote
12333   personal address book by typing &quot;A&quot; to execute the
12334   &quot;Add Pers Abook&quot; command in the SETUP Addressbook screen.
12335   Make sure you add a <EM>personal</EM> address book, not a <EM>global</EM>
12336   address book.
12337   After you have added the empty
12338   remote address book, go into the screen for the address book you wish
12339   to copy and &quot;Select&quot; &quot;All&quot;.
12340   This selects every entry in that
12341   address book.  Then type the command &quot;Apply Save&quot;.
12342   You will be asked for the address book to save to.  You may use ^P and ^N
12343   to get to the new empty address book, then hit RETURN and the addresses
12344   will be copied.
12345   At this point you'll probably want to unselect all the entries in the local
12346   address book before proceeding. You do that with
12347   &quot;Select&quot; &quot;unselect All&quot;.
12349 </DL>
12350 <UL>
12351 <LI><A HREF="h_address_format">Explanation of Address formats</A>
12352 </UL>
12353 <P><UL>
12354 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
12355 </UL>
12357 &lt;End of help on this topic&gt;
12358 </BODY>
12359 </HTML>
12360 ===== h_abook_select_addr =====
12361 <HTML>
12362 <HEAD>
12363 <TITLE>Addressbook Selection Explained</TITLE>
12364 </HEAD>
12365 <BODY>
12366 <H1>SELECT ADDRESS</H1>
12367 <!--chtml if pinemode="function_key"-->
12368 <PRE>
12369 Navigating the List of Messages               General Alpine Commands
12370 -------------------------------               -----------------------
12371 F5   Move to previous entry                   F1  Show this help text
12372 F6   Move to next entry
12373 F7   Show previous screen of address book
12374 F8   Show next screen of address book
12375 F12  WhereIs (search through address book)
12377 Address Selection Commands
12378 --------------------------
12379 F3   Exit the Address Select screen (without selecting an address)
12380 F4   Select the currently highlighted entry
12381 </PRE>
12382 <!--chtml else-->
12383 <PRE>
12384 Navigating the List of Messages               General Alpine Commands
12385 -------------------------------               -----------------------
12386  P   Move to previous entry                    ?  Show this help text
12387  N   Move to next entry
12388  -   Show previous screen of address book
12389 Spc  (space bar) Show next screen of address book
12390  W   WhereIs (search through address book)
12392 Address Selection Commands
12393 --------------------------
12394  E   Exit the Address Select screen (without selecting an address)
12395  S   Select the currently highlighted entry
12396 </PRE>
12397 <!--chtml endif-->
12400 This screen is designed to let you easily scan your address book(s) in
12401 order to select an entry for the message you are composing.  You cannot
12402 edit your address book in any way at this time, for address book
12403 maintenance, select the address book command when not composing a message.
12406 If you are composing a message and know the nickname of the person/list you
12407 want, you can bypass this screen by simply typing in the nickname on the
12408 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
12409 selecting an entry does not cancel your message.
12412 FOR MORE INFORMATION on addressing see
12413 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12414 <A HREF="h_abook_opened">Address Book Screen's</A>
12415 help text.
12417 &lt;End of help on this topic&gt;
12418 </BODY>
12419 </HTML>
12420 ===== h_abook_select_top =====
12421 <HTML>
12422 <HEAD>
12423 <TITLE>Addressbook Selection Navigation Explained</TITLE>
12424 </HEAD>
12425 <BODY>
12426 <H1>NAVIGATING WHILE SELECTING ADDRESSES</H1>
12427 <!--chtml if pinemode="function_key"-->
12428 <PRE>
12429 Navigating the List of Address Books       General Alpine Commands
12430 ------------------------------------       -----------------------
12431 F4   View the highlighted address book
12432 F5   Move to previous address book         F1  Show this help text
12433 F6   Move to next address book
12434 F7   Show previous screen of address books
12435 F8   Show next screen of address books
12436 F12  WhereIs (search through address books)
12438 Address Selection Commands
12439 --------------------------
12440 F3   Exit the Address Select screen (without selecting an address)
12441 F4   Select the currently selected entries (if using ListMode)
12442 F9   Change to ListMode
12443 </PRE>
12444 <!--chtml else-->
12445 <PRE>
12446 Navigating the List of Address Books       General Alpine Commands
12447 ------------------------------------       -----------------------
12448  &gt;   View the highlighted address book
12449  P   Move to previous address book         ?  Show this help text
12450  N   Move to next address book
12451  -   Show previous screen of address books
12452 Spc  (space bar) Show next screen of address books
12453  W   WhereIs (search through address books)
12455 Address Selection Commands
12456 --------------------------
12457  E   Exit the Address Select screen (without selecting an address)
12458  S   Select the currently selected entries (if using ListMode)
12459  L   Change to ListMode
12460 </PRE>
12461 <!--chtml endif-->
12464 This screen is designed to let you easily scan your address book(s) in
12465 order to select entries for the message you are composing.  You cannot
12466 edit your address book in any way at this time.  For address book
12467 maintenance, select the address book command when not composing a message.
12470 If you are composing a message and know the nickname of the person/list you
12471 want, you can bypass this screen by simply typing in the nickname on the
12472 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
12473 selecting an entry does not cancel your message.
12476 The ListMode command will add a column at the left edge of the screen.
12477 You mark the entries that you wish to select with the &quot;X&quot; command.
12478 This allows you to choose more than one entry at a time.
12481 An alternative method of composing a message to entries in your
12482 address book(s) is to first use the &quot;Select&quot; command from
12483 the address book maintenance screen and then the &quot;Apply&quot;
12484 &quot;ComposeTo&quot; command to start the composer composing to the
12485 selected entries.
12488 FOR MORE INFORMATION on addressing see
12489 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12490 <A HREF="h_abook_opened">Address Book Screen's</A>
12491 help text.
12493 &lt;End of help on this topic&gt;
12494 </BODY>
12495 </HTML>
12496 ===== h_abook_select_listmode =====
12497 <HTML>
12498 <HEAD>
12499 <TITLE>Address Listmode Selection from Composer Explained</TITLE>
12500 </HEAD>
12501 <BODY>
12502 <H1>COMPOSER: SELECT ADDRESSES</H1>
12503 <!--chtml if pinemode="function_key"-->
12504 <PRE>
12505 Navigating the List of Messages                 General Alpine Commands
12506 -------------------------------                 -----------------------
12507 F5   Move to previous entry                     F1  Show this help text
12508 F6   Move to next entry
12509 F7   Show previous screen of address book
12510 F8   Show next screen of address book
12511 F12  WhereIs (search through address book)
12513 Address Selection Commands
12514 --------------------------
12515 F3   Exit the Address Select screen (without selecting an address)
12516 F4   Select the currently highlighted entry
12517 F9   Change to ListMode
12518 </PRE>
12519 <!--chtml else-->
12520 <PRE>
12521 Navigating the List of Messages                 General Alpine Commands
12522 -------------------------------                 -----------------------
12523  P   Move to previous entry                     ?  Show this help text
12524  N   Move to next entry
12525  -   Show previous screen of address book
12526 Spc  (space bar) Show next screen of address book
12527  W   WhereIs (search through address book)
12529 Address Selection Commands
12530 --------------------------
12531  E   Exit the Address Select screen (without selecting an address)
12532  S   Select the currently highlighted entry
12533  L   Change to ListMode
12534 </PRE>
12535 <!--chtml endif-->
12538 This screen is designed to let you easily scan your address book(s) in
12539 order to select entries for the message you are composing.  You cannot
12540 edit your address book in any way at this time, for address book
12541 maintenance, select the address book command when not composing a message.
12544 If you are composing a message and know the nickname of the person/list you
12545 want, you can bypass this screen by simply typing in the nickname on the
12546 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
12547 selecting an entry does not cancel your message.
12550 The ListMode command will add a column at the left edge of the screen.
12551 You mark the entries that you wish to select with the &quot;X&quot; command.
12552 This allows you to choose more than one entry at a time.
12555 An alternative method of composing a message to entries in your
12556 address book(s) is to first use the &quot;Select&quot; command from
12557 the address book maintenance screen and then the &quot;Apply&quot;
12558 &quot;ComposeTo&quot; command to start the composer composing to the
12559 selected entries.
12562 FOR MORE INFORMATION on addressing see
12563 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12564 <A HREF="h_abook_opened">Address Book Screen's</A>
12565 help text.
12567 &lt;End of help on this topic&gt;
12568 </BODY>
12569 </HTML>
12570 ===== h_abook_select_checks =====
12571 <HTML>
12572 <HEAD>
12573 <TITLE>Address Selection from Composer Explained</TITLE>
12574 </HEAD>
12575 <BODY>
12576 <H1>COMPOSER: SELECT ADDRESSES</H1>
12577 <!--chtml if pinemode="function_key"-->
12578 <PRE>
12579 Navigating the List of Messages                 General Alpine Commands
12580 -------------------------------                 -----------------------
12581 F5   Move to previous entry                     F1  Show this help text
12582 F6   Move to next entry
12583 F7   Show previous screen of address book
12584 F8   Show next screen of address book
12585 F12  WhereIs (search through address book)
12587 Address Selection Commands
12588 --------------------------
12589 F3   Exit the Address Select screen (without selecting an address)
12590 F4   Select the currently highlighted entry
12591 F8   Either Sets or Unsets all entries in this address book
12592 F9   Set or Unset the highlighted entry
12593 </PRE>
12594 <!--chtml else-->
12595 <PRE>
12596 Navigating the List of Messages                 General Alpine Commands
12597 -------------------------------                 -----------------------
12598  P   Move to previous entry                     ?  Show this help text
12599  N   Move to next entry
12600  -   Show previous screen of address book
12601 Spc  (space bar) Show next screen of address book
12602  W   WhereIs (search through address book)
12604 Address Selection Commands
12605 --------------------------
12606  E   Exit the Address Select screen (without selecting an address)
12607  S   Select the currently highlighted entry
12608  X   Set or Unset the highlighted entry
12609  A   Either Sets or Unsets all entries in this address book
12610 </PRE>
12611 <!--chtml endif-->
12614 Mark the entries you wish to select with the &quot;X Set/Unset&quot;
12615 command.  Type &quot;S Select&quot; to select all of the entries you
12616 have marked, just as if you had typed them in by hand.
12619 An alternative method of composing a message to entries in your
12620 address book(s) is to first use the &quot;Select&quot; command from
12621 the address book maintenance screen and then the &quot;Apply&quot;
12622 &quot;ComposeTo&quot; command to start the composer composing to the
12623 selected entries.
12626 FOR MORE INFORMATION on addressing see
12627 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12628 <A HREF="h_abook_opened">Address Book Screen's</A>
12629 help text.
12631 &lt;End of help on this topic&gt;
12632 </BODY>
12633 </HTML>
12634 ===== h_abook_select_nicks_take =====
12635 <HTML>
12636 <HEAD>
12637 <TITLE>Take Address Nickname Selection Explained</TITLE>
12638 </HEAD>
12639 <BODY>
12640 <H1>TAKEADDR: SELECT NICKNAME</H1>
12641 <!--chtml if pinemode="function_key"-->
12642 <PRE>
12643 Navigating the List of Messages                 General Alpine Commands
12644 -------------------------------                 -----------------------
12645 F5   Move to previous entry                     F1  Show this help text
12646 F6   Move to next entry
12647 F7   Show previous screen of address book
12648 F8   Show next screen of address book
12649 F12  WhereIs (search through address book)
12651 Message Selection Commands
12652 --------------------------
12653 F3   Exit the Nickname Select screen (without selecting an address)
12654 F4   Select the currently highlighted entry
12655 </PRE>
12656 <!--chtml else-->
12657 <PRE>
12658 Navigating the List of Messages                 General Alpine Commands
12659 -------------------------------                 -----------------------
12660  P   Move to previous entry                     ?  Show this help text
12661  N   Move to next entry
12662  -   Show previous screen of address book
12663 Spc  (space bar) Show next screen of address book
12664  W   WhereIs (search through address book)
12666 Message Selection Commands
12667 --------------------------
12668  E   Exit the Nickname Select screen (without selecting an address)
12669  S   Select the currently highlighted entry
12670 </PRE>
12671 <!--chtml endif-->
12674 This screen is designed to let you modify or add to an existing
12675 address book entry.  You have already selected the name(s) and
12676 address(es) through &quot;Take Address&quot;.  This screen simply lets
12677 you scan your address books and select the nickname to be
12678 changed/augmented.  If you want to add a new entry, then you are in
12679 the wrong place-- Select &quot;Exit&quot; command.
12682 FOR MORE INFORMATION on addressing see
12683 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12684 <A HREF="h_abook_opened">Address Book Screen's</A>
12685 help text.
12687 &lt;End of help on this topic&gt;
12688 </BODY>
12689 </HTML>
12690 ===== h_abook_select_nick =====
12691 <HTML>
12692 <HEAD>
12693 <TITLE>Nickname Selection Explained</TITLE>
12694 </HEAD>
12695 <BODY>
12696 <H1>SELECT NICKNAME</H1>
12697 <!--chtml if pinemode="function_key"-->
12698 <PRE>
12699 Navigating the List of Messages                 General Alpine Commands
12700 -------------------------------                 -----------------------
12701 F5   Move to previous entry                     F1  Show this help text
12702 F6   Move to next entry
12703 F7   Show previous screen of address book
12704 F8   Show next screen of address book
12705 F12  WhereIs (search through address book)
12707 Message Selection Commands
12708 --------------------------
12709 F3   Exit the Nickname Select screen (without selecting an address)
12710 F4   Select the currently highlighted entry
12711 </PRE>
12712 <!--chtml else-->
12713 <PRE>
12714 Navigating the List of Messages                 General Alpine Commands
12715 -------------------------------                 -----------------------
12716  P   Move to previous entry                     ?  Show this help text
12717  N   Move to next entry
12718  -   Show previous screen of address book
12719 Spc  (space bar) Show next screen of address book
12720  W   WhereIs (search through address book)
12722 Message Selection Commands
12723 --------------------------
12724  E   Exit the Nickname Select screen (without selecting an address)
12725  S   Select the currently highlighted entry
12726 </PRE>
12727 <!--chtml endif-->
12730 This screen is designed to let you look at the nicknames in your address
12731 books before choosing a new one.
12734 FOR MORE INFORMATION on addressing see
12735 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12736 <A HREF="h_abook_opened">Address Book Screen's</A>
12737 help text.
12739 &lt;End of help on this topic&gt;
12740 </BODY>
12741 </HTML>
12742 ===== h_takeaddr_screen =====
12743 <HTML>
12744 <HEAD>
12745 <TITLE>Take Address Screen Explained</TITLE>
12746 </HEAD>
12747 <BODY>
12748 <H1>TAKE ADDRESS COMMANDS</H1>
12749 <!--chtml if pinemode="function_key"-->
12750 <PRE>
12751 Navigating the List of Addresses       Address Selection Commands        
12752 --------------------------------       --------------------------        
12753  F5  Move to previous entry            F3  Exit without taking address
12754  F6  Move to next entry                F4  Take current address(es)
12755  F7  Show previous page of address list
12756  F8  Show next page of address list
12757  F2  WhereIs (search list)
12758                                --------------
12759 Mode Toggle            F9  Set/Unset current address
12760 -----------            F10 Set all
12761  F12 Toggle between List and single mode       F11 Unset all
12762 </PRE>
12763 <!--chtml else-->
12764 <PRE>
12765 Navigating the List of Addresses       Address Selection Commands
12766 --------------------------------       --------------------------
12767  P  Move to previous entry              &lt;  Exit without taking address
12768  N  Move to next entry                  T  Take address
12769  -  Show previous page of address list
12770 Spc (space bar) Show next page of address list
12771  W  WhereIs (search list)              List Mode
12772                                        ---------
12773 Single Mode                             X  Set/Unset current address
12774 -----------                             A  Set all addresses
12775  L  Switch to list mode                 U  Unset all addresses
12776                                         S  Switch to single mode
12777 </PRE>
12778 <!--chtml endif-->
12780 <H2>Description of the Take Address Screen</H2>
12782 This screen is designed to let you select one or more address/name
12783 combinations from the current message and put them into your address book.
12784 The cursor is initially placed on the line with the message author.
12785 Other lines include the names of people and/or mailing lists who also
12786 received the message.  Other people &quot;involved&quot; in the
12787 message (e.g. the person named as Reply-To:) are also listed here.
12790 The simple case is adding a new, single entry into your address book. To
12791 do this, simply highlight the correct line and press 
12792 <!--chtml if pinemode="function_key"-->
12794 <!--chtml else-->
12795 &quot;T&quot;.
12796 <!--chtml endif-->
12797 To create a new list or add to an existing list, switch the screen display
12798 into List Mode by pressing
12799 <!--chtml if pinemode="function_key"-->
12800 F12.
12801 <!--chtml else-->
12802 &quot;L&quot;.
12803 <!--chtml endif-->
12804 In List Mode, you select the
12805 group of addresses you wish to manipulate by marking them with an
12806 &quot;X&quot;.
12807 The Set/Unset
12808 <!--chtml if pinemode="function_key"-->
12809 (F9)
12810 <!--chtml else-->
12811 (&quot;X&quot;)
12812 <!--chtml endif-->
12813 command will turn the &quot;X&quot; on for the
12814 highlighted address if it was off or turn it off if it was previously on.
12815 The SetAll command will select all of the addresses, and the UnSetAll
12816 command will turn off all the selections.  Once you've gotten the
12817 selection the way you want it, you may create a new list by pressing
12818 <!--chtml if pinemode="function_key"-->
12820 <!--chtml else-->
12821 &quot;T&quot;.
12822 <!--chtml endif-->
12825 In both the simple and list cases, after choosing to take the address,
12826 you will be asked for the nickname of the entry.  Typing in a new name
12827 creates the new entry/list.  Entering an existing nickname will replace
12828 the entry (simple case) or add to the list (list case).  Alternatively,
12829 you can press Ctrl-T at the nickname prompt and select an existing
12830 nickname from your address book.
12833 You will normally start in Single Mode, unless you used the Apply command
12834 to startup the TakeAddr screen, in which case you will start in List Mode.
12835 You may switch between the two modes at any time.  If you've already
12836 selected several addresses in List Mode, those will be remembered when you
12837 switch to Single Mode and then back to List Mode.  The set of addresses
12838 that are pre-selected when you start in List Mode are the From addresses
12839 of all of the messages you are operating on.  You may, of course, easily
12840 erase those selections with the UnSetAll command.
12843 If you have more than one writable address book, you will be prompted for
12844 the name of the address book you wish to add the new entry to before
12845 anything else. You can use ^N and ^P to choose among the defined address
12846 books, or type in the address book name.
12849 FOR MORE INFORMATION on addressing see
12850 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12851 <A HREF="h_abook_opened">Address Book Screen's</A>
12852 help text.
12854 &lt;End of help on this topic&gt;
12855 </BODY>
12856 </HTML>
12857 ===== h_takeexport_screen =====
12858 <HTML>
12859 <HEAD>
12860 <TITLE>Take Export Screen Explained</TITLE>
12861 </HEAD>
12862 <BODY>
12863 <H1>TAKE EXPORT COMMANDS</H1>
12864 <!--chtml if pinemode="function_key"-->
12865 <PRE>
12866 Navigating the List of Addresses       Address Selection Commands        
12867 --------------------------------       --------------------------        
12868  F5  Move to previous entry            F3  Exit without taking address
12869  F6  Move to next entry                F4  Take current address(es)
12870  F7  Show previous page of address list
12871  F8  Show next page of address list
12872  F2  WhereIs (search list)
12873                                --------------
12874 Mode Toggle            F9  Set/Unset current address
12875 -----------            F10 Set all
12876  F12 Toggle between List and single mode       F11 Unset all
12877 </PRE>
12878 <!--chtml else-->
12879 <PRE>
12880 Navigating the List of Addresses       Address Selection Commands
12881 --------------------------------       --------------------------
12882  P  Move to previous entry              &lt;  Exit without taking address
12883  N  Move to next entry                  T  Take address
12884  -  Show previous page of address list
12885 Spc (space bar) Show next page of address list
12886  W  WhereIs (search list)              List Mode
12887                                        ---------
12888 Single Mode                             X  Set/Unset current address
12889 -----------                             A  Set all addresses
12890  L  Switch to list mode                 U  Unset all addresses
12891                                         S  Switch to single mode
12892 </PRE>
12893 <!--chtml endif-->
12895 <H2>Description of the Take Export Screen</H2>
12897 This screen is designed to let you select one or more addresses
12898 from the current message and put them into a file.
12899 Only the user@domain_name part of each address is put into the file.
12902 To put a single entry into a file simply highlight the correct line and press 
12903 <!--chtml if pinemode="function_key"-->
12905 <!--chtml else-->
12906 &quot;T&quot;.
12907 <!--chtml endif-->
12908 To put more than one entry into a file
12909 switch the screen display
12910 into List Mode by pressing
12911 <!--chtml if pinemode="function_key"-->
12912 F12.
12913 <!--chtml else-->
12914 &quot;L&quot;.
12915 <!--chtml endif-->
12916 In List Mode, you select the
12917 group of addresses you wish to manipulate by marking them with an
12918 &quot;X&quot;.
12919 The Set/Unset
12920 <!--chtml if pinemode="function_key"-->
12921 (F9)
12922 <!--chtml else-->
12923 (&quot;X&quot;)
12924 <!--chtml endif-->
12925 command will turn the &quot;X&quot; on for the
12926 highlighted address if it was off or turn it off if it was previously on.
12927 The SetAll command will select all of the addresses, and the UnSetAll
12928 command will turn off all the selections.  Once you've gotten the
12929 selection the way you want it, you may put the addresses in a file by typing
12930 <!--chtml if pinemode="function_key"-->
12932 <!--chtml else-->
12933 &quot;T&quot;.
12934 <!--chtml endif-->
12937 You will be asked for the name of a file to put the addresses in.
12938 If the file already exists, you will be asked whether you want to Overwrite
12939 (replace) the contents of the file or Append to the contents of the file.
12942 &lt;End of help on this topic&gt;
12943 </BODY>
12944 </HTML>
12945 ============= h_abook_view ========================
12946 <HTML>
12947 <HEAD>
12948 <TITLE>Address Book View Explained</TITLE>
12949 </HEAD>
12950 <BODY>
12951 This function allows you to view the contents of an address book entry. You
12952 can only view one entry at a time.
12954 <DL>
12955 <DT>Help
12956 <!--chtml if pinemode="function_key"-->
12957 (F1)
12958 <!--chtml else-->
12960 <!--chtml endif-->
12961 </DT>
12962 <DD>
12963 Display this help text.
12965 <DT>Abook
12966 <!--chtml if pinemode="function_key"-->
12967 (F3)
12968 <!--chtml else-->
12969 (&lt;)
12970 <!--chtml endif-->
12971 </DT>
12972 <DD>
12973 Go back to index of address book entries.
12975 <DT>Update
12976 <!--chtml if pinemode="function_key"-->
12977 (F4)
12978 <!--chtml else-->
12980 <!--chtml endif-->
12981 </DT>
12982 <DD>
12983 Update (modify) this entry.
12985 <DT>ComposeTo
12986 <!--chtml if pinemode="function_key"-->
12987 (F5)
12988 <!--chtml else-->
12990 <!--chtml endif-->
12991 </DT>
12992 <DD>Compose a message to the address(es) in this entry.
12994 <DT>Role
12995 <!--chtml if pinemode="function_key"-->
12996 (F6)
12997 <!--chtml else-->
12999 <!--chtml endif-->
13000 </DT>
13001 <DD>Compose a message to the address(es) in this entry using roles.
13003 <DT>Prev Page
13004 <!--chtml if pinemode="function_key"-->
13005 (F7)
13006 <!--chtml else-->
13008 <!--chtml endif-->
13009 </DT>
13010 <DD>
13011 Show the previous page of the current entry.
13013 <DT>Next Page
13014 <!--chtml if pinemode="function_key"-->
13015 (F8)
13016 <!--chtml else-->
13017 (Space)
13018 <!--chtml endif-->
13019 </DT>
13020 <DD>
13021 Show the next page of the current entry.
13023 <DT>Print
13024 <!--chtml if pinemode="function_key"-->
13025 (F9)
13026 <!--chtml else-->
13028 <!--chtml endif-->
13029 </DT>
13030 <DD>Print the current entry.  You can select the
13031 printer or the print command via the &quot;Setup&quot; command
13032 on the MAIN MENU.
13034 <DT>WhereIs
13035 <!--chtml if pinemode="function_key"-->
13036 (F10)
13037 <!--chtml else-->
13039 <!--chtml endif-->
13040 </DT>
13041 <DD>Search the entry for a string of letters.  If it is
13042 found, move to it.  The string can be one word or a phrase.
13043 If there are multiple occurrences, the cursor moves to the
13044 first occurrence beyond the current cursor position.
13046 <DT>Fwd Email
13047 <!--chtml if pinemode="function_key"-->
13048 (F11)
13049 <!--chtml else-->
13051 <!--chtml endif-->
13052 </DT>
13053 <DD>Begin composition of a new mail message with the displayed
13054 text already inserted in the message body.
13056 </DL>
13058 &lt;End of help on this topic&gt;
13059 </BODY>
13060 </HTML>
13061 ============= h_ldap_view ========================
13062 <HTML>
13063 <HEAD>
13064 <TITLE>LDAP Response View Explained</TITLE>
13065 </HEAD>
13066 <BODY>
13067 This function allows you to view the contents of a directory entry. You
13068 can only view one entry at a time.
13070 <DL>
13071 <DT>Help
13072 <!--chtml if pinemode="function_key"-->
13073 (F1)
13074 <!--chtml else-->
13076 <!--chtml endif-->
13077 </DT>
13078 <DD>
13079 Display this help text.
13081 <DT>Results Index
13082 <!--chtml if pinemode="function_key"-->
13083 (F3)
13084 <!--chtml else-->
13085 (&lt;)
13086 <!--chtml endif-->
13087 </DT>
13088 <DD>Go back to index of search results.
13090 <DT>ComposeTo
13091 <!--chtml if pinemode="function_key"-->
13092 (F5)
13093 <!--chtml else-->
13095 <!--chtml endif-->
13096 </DT>
13097 <DD>Compose a message to the address(es) in this entry.
13099 <DT>Role
13100 <!--chtml if pinemode="function_key"-->
13101 (F6)
13102 <!--chtml else-->
13104 <!--chtml endif-->
13105 </DT>
13106 <DD>Compose a message to the address(es) in this entry using roles.
13108 <DT>Prev Page
13109 <!--chtml if pinemode="function_key"-->
13110 (F7)
13111 <!--chtml else-->
13113 <!--chtml endif-->
13114 </DT>
13115 <DD>
13116 Show the previous page of the current entry.
13118 <DT>Next Page
13119 <!--chtml if pinemode="function_key"-->
13120 (F8)
13121 <!--chtml else-->
13122 (Space)
13123 <!--chtml endif-->
13124 </DT>
13125 <DD>
13126 Show the next page of the current entry.
13128 <DT>Print
13129 <!--chtml if pinemode="function_key"-->
13130 (F9)
13131 <!--chtml else-->
13133 <!--chtml endif-->
13134 </DT>
13135 <DD>Print the current entry on paper.  You can select the
13136 printer or the print command via the &quot;Setup&quot; command
13137 on the MAIN MENU.
13139 <DT>WhereIs
13140 <!--chtml if pinemode="function_key"-->
13141 (F10)
13142 <!--chtml else-->
13144 <!--chtml endif-->
13145 </DT>
13146 <DD>Search the entry for a string of letters.  If it is
13147 found, move to it.  The string can be one word or a phrase.
13148 If there are multiple occurrences, the cursor moves to the
13149 first occurrence beyond the current cursor position.
13151 <DT>Fwd Email
13152 <!--chtml if pinemode="function_key"-->
13153 (F11)
13154 <!--chtml else-->
13156 <!--chtml endif-->
13157 </DT>
13158 <DD>Begin composition of a new mail message with the displayed
13159 text already inserted in the message body.
13161 <DT>Save
13162 <!--chtml if pinemode="function_key"-->
13163 (F12)
13164 <!--chtml else-->
13166 <!--chtml endif-->
13167 </DT>
13168 <DD>Save the displayed entry to one of your address books or export
13169 it to a file.
13170 </DL>
13172 &lt;End of help on this topic&gt;
13173 </BODY>
13174 </HTML>
13175 ===== h_attachment_screen =====
13176 <HTML>
13177 <HEAD>
13178 <TITLE>Attachment Index Screen Explained</TITLE>
13179 </HEAD>
13180 <BODY>
13181 The &quot;ATTACHMENT INDEX&quot; displays a list of the current
13182 message's attachments, and allows various operations on them.  The
13183 first attachment is usually the message text, but does not include the
13184 header portion of the message.
13186 Available commands include:
13188 <DL>
13190 <DT>Help</DT>
13191 <DD>Show this help text.
13193 <DT>Msg #<I>num</I></DT>
13194 <DD>Leave this screen without displaying or saving any attachments.
13196 <DT>View</DT>
13197 <DD>View the currently selected attachment.
13199 <DT>Prev Attach</DT>
13200 <DD>Move to previous attachment.
13202 <DT>Next Attach</DT>
13203 <DD>Move to next attachment.
13205 <DT>Prev Page</DT>
13206 <DD>Previous page of the listed attachments.
13208 <DT>Next Page</DT>
13209 <DD>Next page of the listed attachments.
13211 <DT>Delete</DT>
13212 <DD>Mark the currently selected attachment for Deletion.
13213 This does not modify the current message by deleting the attachment from
13214 it, but instead the delete flag <EM>only</EM> has an effect when saving
13215 the message to a folder.
13216 Attachments marked for deletion are not copied to the destination folder
13217 along with the rest of the message when it is saved.
13218 It is ok for the destination folder to be the same as the current folder.
13219 In addition, the delete mark <EM>only</EM> applies to this Alpine session.
13221 <DT>Undelete</DT>
13222 <DD>Turn off the Delete flag for the selected attachment.
13224 <DT>Save</DT>
13225 <DD>Save the selected attachment to a file.  If the attachment is of
13226 type &quot;RFC822/Message&quot;, then the attachment will be saved to
13227 the specified mail folder.
13229 <DT>Export</DT>
13230 <DD>If the attachment is of
13231 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
13232 copy the message to a file in the same way this command works on 
13233 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
13235 <DT>Pipe</DT>
13236 <DD>Pipe the attachment contents into a UNIX command (if enabled).
13237 A description of the Pipe sub-commands is  <A HREF="h_pipe_command">here</A>.
13239 <DT>WhereIs</DT>
13240 <DD>Find a matching string in the attachment list.
13242 <DT>AboutAttch</DT>
13243 <DD>Examine various aspects of the selected attachment.
13245 <DT>Print</DT>
13246 <DD>Print the selected attachment.
13248 <DT>Forward</DT>
13249 <DD>Forward the selected attachment as an attachment.
13250 </DL>
13254 All attachments can be saved or piped into a UNIX command, but some may
13255 not be readily displayed by either Alpine or an external tool.  In such
13256 cases, the reason why the message cannot be displayed is displayed on
13257 Alpine's message line.
13259 &lt;End of help on this topic&gt;
13260 </BODY>
13261 </HTML>
13262 ============= h_mail_text_att_view ========================
13263 <HTML>
13264 <HEAD>
13265 <TITLE>Attachment View Screen Explained</TITLE>
13266 </HEAD>
13267 <BODY>
13268 This function allows you to view the contents of a text attachment. You
13269 can only view one attachment at a time.
13271 Available commands include:
13273 <DL>
13275 <DT>Help</DT>
13276 <DD>Display this help text
13278 <DT>AttchIndex</DT>
13279 <DD>Leave viewer and return to the &quot;ATTACHMENT INDEX&quot; screen
13281 <DT>Prev Page</DT>
13282 <DD>Show the previous page of the current attachment.
13284 <DT>Next Page</DT>
13285 <DD>Show the next page of the current attachment by pressing the space bar.
13287 <DT>Delete</DT>
13288 <DD>Mark the viewed attachment for Deletion.  The delete
13289 flag <EM>only</EM> has affect when saving the message to a folder.
13290 Attachments marked for deletion are exluded from the messsage when
13291 it is saved.  In addition, the delete mark <EM>only</EM> applies to
13292 this Alpine session.
13294 <DT>Undelete</DT>
13295 <DD>Turn off the Delete flag for the selected attachment.
13297 <DT>Save</DT>
13298 <DD>Copy the current attachment to a file.  If you just enter
13299 a filename, the attachment will be saved with that name in
13300 your home directory 
13301 <!--chtml if pinemode="running"-->
13302 (which, in the present configuration of your system, is
13303  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13304 <!--chtml endif-->
13305 or current working directory
13306 <!--chtml if pinemode="running"-->
13307 (which, at least for your current Alpine &quot;session,&quot; 
13308 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13309 <!--chtml endif-->, depending on the
13310 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13311 configuration setting.  You may enter the full
13312 path and filename to save it in another directory instead.
13314 <DT>Export</DT>
13315 <DD>If the attachment is of
13316 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
13317 copy the message to a file in the same way this command works on 
13318 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
13319 (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
13320 defined, they may affect the contents of the exported file.)
13322 <DT>Pipe</DT>
13323 <DD>Pipe the attachment contents into a UNIX command (if enabled)
13325 <DT>WhereIs</DT>
13326 <DD>Search the attachment for a string of letters.  If it is
13327 found, move to it.  The string can be one word or a phrase.
13328 If there are multiple occurrences, the cursor moves to the
13329 first occurrence beyond the current cursor position.
13331 <DT>Print</DT>
13332 <DD>Print the current attachment on paper.  You can select the
13333 printer or the print command via the &quot;Setup&quot; command
13334 on the MAIN MENU.
13336 <DT>Forward</DT>
13337 <DD>Forward the selected attachment as an attachment.
13338 </DL>
13340 &lt;End of help on this topic&gt;
13341 </BODY>
13342 </HTML>
13343 ============= h_journal ==============
13344 <HTML>
13345 <HEAD>
13346 <TITLE>Recent Message Journal Explained</TITLE>
13347 </HEAD>
13348 <BODY>
13350 The following commands are available on this screen:
13352 <DL>
13353 <DT>Help</DT>
13354 <DD>Show this help text
13356 <DT>Exit</DT>
13357 <DD>Exit Viewer, and go back to mail processing
13359 <DT>Prev Page</DT>
13360 <DD>Show the previous page text
13362 <DT>Next Page</DT>
13363 <DD>Show the next page of text by pressing the space bar
13365 <DT>Print</DT>
13366 <DD>Print the displayed text on paper.  You can select the
13367 printer or the print command via the &quot;Setup&quot; command
13368 on the MAIN MENU.
13370 <DT>Fwd Email</DT>
13371 <DD>Begin composition of a new mail message with the displayed
13372 text already inserted in the message body.
13374 <DT>Save</DT>
13375 <DD>Copy the displayed text to a file.  If you just enter
13376 a filename, the text will be saved with that name in
13377 your 
13378 home directory 
13379 <!--chtml if pinemode="running"-->
13380 (which, in the present configuration of your system, is
13381  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13382 <!--chtml endif-->
13383 or current working directory
13384 <!--chtml if pinemode="running"-->
13385 (which, at least for your current Alpine &quot;session,&quot; 
13386 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13387 <!--chtml endif-->, depending on the
13388 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13389 configuration setting.   You may enter the full
13390 path and filename to save it in another directory instead.
13392 <DT>WhereIs</DT>
13393 <DD>Search the text for a string of letters.  If it is
13394 found, move to it.  The string can be one word or a phrase.
13395 If there are multiple occurrences, the cursor moves to the
13396 first occurrence beyond the current cursor position.
13397 </DL>
13399 &lt;End of help on this topic&gt;
13400 </BODY>
13401 </HTML>
13402 ============= h_debugjournal ==============
13403 <HTML>
13404 <HEAD>
13405 <TITLE>Debug Journal Explained</TITLE>
13406 </HEAD>
13407 <BODY>
13409 The following commands are available on this screen:
13411 <DL>
13412 <DT>Help</DT>
13413 <DD>Show this help text
13415 <DT>Exit</DT>
13416 <DD>Exit Viewer, and go back to mail processing
13418 <DT>Timestamps</DT>
13419 <DD>Turn on or off timestamps.
13421 <DT>DebugView</DT>
13422 <DD>Set the level of debugging you want to see. The level may be any number
13423 in the range 0-9. Higher numbers show more debugging detail. Note that the
13424 debugging information has already been captured. This setting just causes the
13425 debugging information that you see to be filtered. If you set this to
13426 the number &quot;5&quot; then you will be shown all of the debugging information
13427 at levels 5 and below.
13428 It's actually a bit more complicated than that. A fixed amount of memory
13429 is used to store the debug information.
13430 Since the amount of memory used is limited the debugging information
13431 has to be trimmed back when it gets too large.
13433 <DT>Prev Page</DT>
13434 <DD>Show the previous page text
13436 <DT>Next Page</DT>
13437 <DD>Show the next page of text by pressing the space bar
13439 <DT>Print</DT>
13440 <DD>Print the displayed text on paper.  You can select the
13441 printer or the print command via the &quot;Setup&quot; command
13442 on the MAIN MENU.
13444 <DT>Fwd Email</DT>
13445 <DD>Begin composition of a new mail message with the displayed
13446 text already inserted in the message body.
13448 <DT>Save</DT>
13449 <DD>Copy the displayed text to a file.  If you just enter
13450 a filename, the text will be saved with that name in
13451 your 
13452 home directory 
13453 <!--chtml if pinemode="running"-->
13454 (which, in the present configuration of your system, is
13455  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13456 <!--chtml endif-->
13457 or current working directory
13458 <!--chtml if pinemode="running"-->
13459 (which, at least for your current Alpine &quot;session,&quot; 
13460 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13461 <!--chtml endif-->, depending on the
13462 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13463 configuration setting.   You may enter the full
13464 path and filename to save it in another directory instead.
13466 <DT>WhereIs</DT>
13467 <DD>Search the text for a string of letters.  If it is
13468 found, move to it.  The string can be one word or a phrase.
13469 If there are multiple occurrences, the cursor moves to the
13470 first occurrence beyond the current cursor position.
13471 </DL>
13473 &lt;End of help on this topic&gt;
13474 </BODY>
13475 </HTML>
13476 ============= h_simple_text_view ==============
13477 <HTML>
13478 <HEAD>
13479 <TITLE>Simple Text View Screen Explained</TITLE>
13480 </HEAD>
13481 <BODY>
13483 The following commands are available on this screen:
13485 <DL>
13486 <DT>Help</DT>
13487 <DD>Show this help text
13489 <DT>Exit</DT>
13490 <DD>Exit Viewer, and go back to mail processing
13492 <DT>Prev Page</DT>
13493 <DD>Show the previous page text
13495 <DT>Next Page</DT>
13496 <DD>Show the next page of text by pressing the space bar
13498 <DT>Print</DT>
13499 <DD>Print the displayed text on paper.  You can select the
13500 printer or the print command via the &quot;Setup&quot; command
13501 on the MAIN MENU.
13503 <DT>Fwd Email</DT>
13504 <DD>Begin composition of a new mail message with the displayed
13505 text already inserted in the message body.
13507 <DT>Save</DT>
13508 <DD>Copy the displayed text to a file.  If you just enter
13509 a filename, the attachment will be saved with that name in
13510 your 
13511 home directory 
13512 <!--chtml if pinemode="running"-->
13513 (which, in the present configuration of your system, is
13514  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13515 <!--chtml endif-->
13516 or current working directory
13517 <!--chtml if pinemode="running"-->
13518 (which, at least for your current Alpine &quot;session,&quot; 
13519 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13520 <!--chtml endif-->, depending on the
13521 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13522 configuration setting.   You may enter the full
13523 path and filename to save it in another directory instead.
13525 <DT>WhereIs</DT>
13526 <DD>Search the attachment for a string of letters.  If it is
13527 found, move to it.  The string can be one word or a phrase.
13528 If there are multiple occurrences, the cursor moves to the
13529 first occurrence beyond the current cursor position.
13530 </DL>
13532 &lt;End of help on this topic&gt;
13533 </BODY>
13534 </HTML>
13535 ======= h_pine_for_windows ========
13536 <HTML>
13537 <HEAD>
13538 <TITLE>GETTING HELP IN PC-ALPINE</TITLE>
13539 </HEAD>
13540 <BODY>
13541 <H1>Getting Help In PC-Alpine</H1>
13544 PC-Alpine offers general and specific help text. From the <A
13545 HREF="main_menu_tx">MAIN MENU</A>, you will find an overview in the MAIN
13546 MENU HELP and the <A HREF="h_news">Release Notes</A>.  On all screens,
13547 specific help for that screen is available from the toolbar Help menu or
13548 with the 
13549 <!--chtml if pinemode="function_key"-->
13550 &quot;F1&quot; key.
13551 <!--chtml else-->
13552 &quot;?&quot; or &quot;Ctrl-G&quot; keys. &quot;Ctrl-G&quot; is used where
13553 typing &quot;?&quot; would be mistaken as entering text.
13554 <!--chtml endif-->
13557 Although this version of Alpine is for Microsoft Windows, it is not
13558 considered a full &quot;Graphical User Interface&quot; application. 
13559 Yet, many of the controls that Windows users are accustomed to seeing, 
13560 such as scrollbars and toolbars, are available.
13563 PC-Alpine offers considerable mouse support.  You can view what is
13564 &quot;click-able&quot; by dragging your mouse over any screen; when the
13565 arrow cursor changes into a hand, you found something. Mouse-click
13566 possibilities include navigating between screens and folders and
13567 double-clicking on hyperlinks to open your Web browser.
13568 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
13569 screen.  Examples of right-click options include &quot;copy&quot; after
13570 selecting text to copy and &quot;View in New Window&quot; when you click
13571 on a particular message in the Message Index. The menu choices available
13572 to you will vary based upon what screen is open, where on the screen your
13573 cursor is located, and even what action you have already taken.
13576 &lt;End of help on this topic&gt;
13577 </BODY>
13578 </HTML>
13579 ===== h_composer =====
13580 <HTML>
13581 <HEAD>
13582 <TITLE>COMPOSER COMMANDS</TITLE>
13583 </HEAD>
13584 <BODY>
13585 <H1>COMPOSER COMMANDS</H1>
13587 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>
13588 &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>
13589 &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>
13590 &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>
13591 &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>
13592 &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>
13593 &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>
13594 &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>
13595 &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>
13596 &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>
13597 ---------------------------------------|&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>
13598 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>
13599 &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>
13600 &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>
13601 &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>
13604 NOTE:
13605 <OL>
13606  <LI>For help on a particular command, highlight the bold text associated
13607 with it above and hit Return.
13608  <LI> The availability of certain commands
13609 is determined by Alpine configuration files and system capabilities.
13610 At some sites, certain commands may not be available due to security or
13611 support concerns.
13612  <LI>Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
13613 Ctrl-&#92;, ESC.
13614  <LI>For special handling of Ctrl-S and Ctrl-Q see special comments regarding
13615 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
13616 </OL>
13619 HINT: To move rapidly to the bottom of a message you are composing,
13620 enter ^W^V.  To go to the top, ^W^Y.  These can be used in conjunction
13621 with the Mark and Cut commands to eliminate large amounts of unwanted
13622 text in a Reply.
13624 <H2>Description of Composer</H2>
13626 Alpine has a built-in editing program that allows you to compose messages
13627 without having to leave Alpine.  The editor is designed to be very simple to
13628 use so that you can get started writing email right away.
13631 Messages are usually just text, about 80 columns wide.  Using upper and
13632 lower case is encouraged.  On some systems the size limit of the message
13633 is about 100,000 characters, which is about 2,000 lines.  You can include
13634 punctuation and special characters found on most keyboards, but you can't
13635 include characters with diacritical marks and certain special symbols.
13638 Text automatically wraps as you type past the end of a line so you do not
13639 have to hit return.  Using the
13640 &quot;<A HREF="h_compose_justify">Justify</A>&quot; command,
13641 you can also reformat text explicitly, perhaps after you have
13642 deleted some text.
13645 You can include other text files with the 
13646 &quot;<A HREF="h_compose_readfile">Read File</A>&quot; command,
13647 which will prompt you for the name of the file to insert at the
13648 current cursor postion.
13651 <UL>
13652 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13653 </UL>
13655 &lt;End of help on this topic&gt;
13656 </BODY>
13657 </HTML>
13658 ====== h_composer_browse =====
13659 <HTML>
13660 <HEAD>
13661 <TITLE>BROWSER</TITLE>
13662 </HEAD>
13663 <BODY>
13664 <H1>BROWSER</H1>
13665 This screen lets you browse your files and directories.  To go to another 
13666 directory (identified by &quot;(dir)&quot;), move the cursor to it and 
13667 choose &quot;Select&quot; (the default choice on the menu); 
13668 or choose &quot;Goto&quot; and enter the name of the directory.
13669 <!--chtml if pinemode="os_windows"-->
13670 <!--chtml else--> 
13671 In Unix Alpine, you may use 
13672 &quot;~&quot; to refer to your home directory or &quot;~user&quot; to refer 
13673 to another's home directory.  
13674 <!--chtml endif--><P>
13675 To select a file, move the cursor to it and 
13676 choose &quot;Select&quot; (the default choice on the menu).  
13678 <UL>
13679 <LI>Note <B>if</B> you are currently using the BROWSER for choosing a file for 
13680 inclusion in the 
13681 message body (that is, you chose &quot;Read File&quot; with the cursor under 
13682 the 
13683 &quot;----- Message Text -----&quot; line
13684 while composing, then &quot;To Files&quot;):  Since the file 
13685 selected will become part of the message text, it must be in a format 
13686 suitable for that (Alpine does not check!), such as a plain text file.
13687 Files of other formats (for example, graphics, databases, software 
13688 programs) should be 
13689 <B>attached</B> to the message instead --
13690 by moving the cursor in the COMPOSE MESSAGE screen into the 
13691 message header area and pressing 
13692 <!--chtml if pinemode="function_key"-->
13694 <!--chtml else-->
13695 Ctrl-J.
13696 <!--chtml endif--> 
13698 <P><LI>
13699 Note <B>if</B> you are currently using the BROWSER for saving a message 
13700 attachment, or exporting a message, to a file: You can use the Add command to 
13701 provide the name for a new file to save/export to, and then select that name 
13702 to use it for the save/export operation.  Back at the prompt 
13703 &quot;EXPORT: Copy message to file in ...&quot; hit Enter, then choose 
13704 either Overwrite or Append (it doesn't make a difference, since the file is 
13705 so far empty).  Note: If you cancel the 
13706 operation at that point, the file created with the Add command will remain 
13707 0 bytes in size.
13709 </UL>
13710 <P><UL>
13711 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13712 </UL>
13714 &lt;End of help on this topic&gt;
13715 </BODY>
13716 </HTML>
13717 ====== h_composer_ins =====
13718 <HTML>
13719 <HEAD>
13720 <TITLE>INSERT TEXT FILE</TITLE>
13721 </HEAD>
13722 <BODY>
13723 <H1>INSERT TEXT FILE</H1>
13725 Use this function to insert a text file. The file name
13726 given can be an absolute file path name for your system
13727 <!--chtml if pinemode="os_windows"-->
13728 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
13729 with a relative pathname, or simply a file name without
13730 drive or directory specification.  
13731 <!--chtml else-->
13732 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
13733 a file in your home directory, or a file path relative to your 
13734 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
13735 your home directory or &quot;~user&quot; to refer to another
13736 account's home directory.
13737 <!--chtml endif-->
13739 No wild card characters may be used.  
13740 The file must reside on the system running Alpine.
13742 If the 
13743 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13744 feature is set, names are relative to your current working directory 
13745 <!--chtml if pinemode="running"-->
13746 (which, at least for your current Alpine &quot;session,&quot; 
13747 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13748 <!--chtml endif-->
13749 rather than your home directory
13750 <!--chtml if pinemode="running"-->
13751 (which, in the present configuration of your system, is
13752  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13753 <!--chtml endif-->
13755 <P><UL>
13756 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13757 </UL>
13759 &lt;End of help on this topic&gt;
13760 </BODY>
13761 </HTML>
13762 ====== h_composer_ins_m =====
13763 <HTML>
13764 <HEAD>
13765 <TITLE>INSERT MESSAGE</TITLE>
13766 </HEAD>
13767 <BODY>
13768 <H1>INSERT MESSAGE</H1>
13770 Type in the number of a message in the currently open folder to insert it
13771 into your message.
13772 <P><UL>
13773 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13774 </UL>
13776 &lt;End of help on this topic&gt;
13777 </BODY>
13778 </HTML>
13779 ====== h_composer_search =====
13780 <HTML>
13781 <HEAD>
13782 <TITLE>Explanation of Composer Whereis Command </TITLE>
13783 </HEAD>
13784 <BODY>
13785 <H1>Help For Whereis Command</H1>
13787 Whereis is used to search the message for a word or part of a word.
13788 When searching in the composer, only the message part of your mail is
13789 searched, and the cursor is put on the first occurrence appearing
13790 after the location of the cursor.  The search will wrap to the
13791 beginning of the message when it no longer finds matches in the
13792 remainder of the message.
13794 To search for the same string a second time, press 
13795 <!--chtml if pinemode="function_key"-->
13796 &quot;F6&quot;
13797 <!--chtml else-->
13798 &quot;^W&quot;
13799 <!--chtml endif-->
13800 to begin search and then just press RETURN to accept the previous
13801 search string shown in square brackets rather than entering a new
13802 search string.<P>
13804 The &quot;Search&quot; prompt has several sub-command available:
13806 <DL>
13807 <DT>Get Help</DT>
13808 <DD> Takes you to this help page.
13810 <DT>Cancel</DT>
13811 <DD> Cancels the prompt.  No search takes place.
13813 <DT>First Line</DT>
13814 <DD> Takes you back to the composer with the cursor on the first character
13815 of the first line of text.
13817 <DT>Last Line</DT>
13818 <DD> Takes you back to the composer with the cursor on the last character
13819 of the last line of text.
13821 <DT>Replace (Optional)</DT>
13822 <DD> This sub-command is enabled by the 
13823 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
13824 feature (which is on by default); see its help screen for details on how replacing works.
13826 </DL>
13828 &lt;End of help on this topic&gt;
13829 </BODY>
13830 </HTML>
13831 ====== h_sigedit_search =====
13832 <HTML>
13833 <HEAD>
13834 <TITLE>Explanation of Whereis Command </TITLE>
13835 </HEAD>
13836 <BODY>
13837 <H1>Help For Whereis Command</H1>
13839 Whereis is used to search for a word or part of a word.
13840 When searching the cursor is put on the first occurrence appearing
13841 after the location of the cursor.  The search will wrap to the
13842 beginning of the signature when it no longer finds matches in the
13843 remainder of the signature.
13845 To search for the same string a second time, press 
13846 <!--chtml if pinemode="function_key"-->
13847 &quot;F6&quot;
13848 <!--chtml else-->
13849 &quot;^W&quot;
13850 <!--chtml endif-->
13851 to begin search and then just press RETURN to accept the previous
13852 search string shown in square brackets rather than entering a new
13853 search string.<P>
13855 The &quot;Search&quot; prompt has several sub-command available:
13857 <DL>
13858 <DT>Get Help</DT>
13859 <DD> Takes you to this help page.
13861 <DT>Cancel</DT>
13862 <DD> Cancels the prompt.  No search takes place.
13864 <DT>First Line</DT>
13865 <DD> Takes you back to the composer with the cursor on the first character
13866 of the first line of text.
13868 <DT>Last Line</DT>
13869 <DD> Takes you back to the composer with the cursor on the last character
13870 of the last line of text.
13872 <DT>Replace (Optional)</DT>
13873 <DD> This sub-command is enabled by the 
13874 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
13875 feature (which is on by default); see its help screen for details on how replacing works.
13877 </DL>
13879 &lt;End of help on this topic&gt;
13880 </BODY>
13881 </HTML>
13882 ======= h_composer_to ====
13883 <HTML>
13884 <HEAD>
13885 <TITLE>THE MESSAGE COMPOSER'S TO FIELD</TITLE>
13886 </HEAD>
13887 <BODY>
13888 <H1>THE MESSAGE COMPOSER'S TO FIELD</H1>
13890 <H2>The &quot;To:&quot; field</H2>
13891 The address you enter here must be a valid email address that is reachable
13892 from your site. 
13894 <H2>Email Address Format</H2>
13895 You may enter a full name and email address, 
13896 <!--chtml if pinemode="os_windows"-->
13897 <!--chtml else-->
13898 a local (meaning, on the same 
13899 host as the one you are running Alpine on) username that Alpine will
13900 complete for you, 
13901 <!--chtml endif-->
13902 the nickname of someone in a 
13903 <A HREF="h_abook_opened">Alpine Address Book</A>, or a local
13904 mail alias defined by your system administrator.  When you move the cursor
13905 out of this field, the nicknames will be expanded to the addresses in your
13906 address book, and the local usernames will be expanded to include the 
13907 persons' actual names.  You may enter as many addresses as you wish, but they 
13908 must be separated by commas.  You can move around this and other header fields
13909 with the arrow keys and use many of the usual composer editing keys.
13911 <UL>
13912 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13913 </UL>
13916 <H2>MESSAGE HEADER COMMANDS</H2>
13917 <!--chtml if pinemode="function_key"-->
13918 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
13919 ^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>
13920 ^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>
13921 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<BR>
13922 ^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>
13923 ^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>
13924 ^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>
13925 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>
13926 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>
13927 ^@&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>
13928 ----------------------------------------|<BR>
13929 MESSAGE&nbsp;COMMANDS&nbsp;&nbsp;|&nbsp;GENERAL&nbsp;COMMANDS&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;F12&nbsp;&nbsp;&nbsp;&nbsp;To&nbsp;Addressbook/Browser<BR>
13930 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>
13931 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>
13932 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>
13933 <!--chtml else-->
13934 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
13935 ^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>
13936 ^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>
13937 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;<BR>
13938 ^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>
13939 ^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>
13940 ^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>
13941 ^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>
13942 ^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>
13943 ^@&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>
13944 ----------------------------------------|&nbsp;^R&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="h_compose_richhdr">Rich&nbsp;Headers</A><BR>
13945 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>
13946 ^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>
13947 ^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>
13948 ^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>
13949 <!--chtml endif-->
13952 NOTE:
13953 <OL>
13954  <LI>For help on a particular command, highlight the bold text associated
13955 with it above and hit Return.
13956  <LI> The availability of certain commands 
13957 is determined by Alpine configuration files and system capabilities.
13958 At some sites, certain commands may not be available due to security or
13959 support concerns.
13960 </OL>
13963 <UL>   
13964 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13965 </UL><P>
13966 &lt;End of help on this topic&gt;
13967 </BODY>
13968 </HTML>
13969 ======= h_composer_cc ====
13970 <HTML>
13971 <HEAD>
13972 <TITLE>THE MESSAGE COMPOSER'S CC FIELD</TITLE>
13973 </HEAD>
13974 <BODY>
13975 <H1>THE MESSAGE COMPOSER'S CC FIELD</H1>
13976 The Cc: field is just like the To: field, except it is used for addressees
13977 that you wish to send a &quot;carbon&quot; copy to.  That is, the message is 
13978 not directly meant directly &quot;for&quot; these recipients, but you wanted 
13979 them to see the message.  The only difference the recipients see is that their 
13980 name is in the Cc: field, rather than the To: field.
13982 For help with Cc: field editing
13983 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13985 <UL>
13986 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13987 </UL>
13989 <UL>   
13990 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13991 </UL><P>
13992 &lt;End of help on this topic&gt;
13993 </BODY>
13994 </HTML>
13995 ======= h_composer_bcc ====
13996 <HTML>
13997 <HEAD>
13998 <TITLE>THE MESSAGE COMPOSER'S BCC FIELD</TITLE>
13999 </HEAD>
14000 <BODY>
14001 <H1>THE MESSAGE COMPOSER'S BCC FIELD</H1>
14002 The &quot;Bcc:&quot; (Blind carbon copy) header is used when you wish to send 
14003 a copy of the message to one or more people whose addresses you do not
14004 wish disclosed, either to reduce clutter or for confidentiality.
14006 The format of the Bcc: field is just the same as the To: and Cc: fields in
14007 the way the addresses are entered.  The recipients listed here will
14008 receive a copy of the message, but --assuming your site's mail transport
14009 software is properly configured-- their addresses will not show up in the
14010 headers of the message, as delivered to all of the recipients.  The To:
14011 and Cc:  recipients will not know a copy was sent to the Bcc: recipients.
14013 Note: if there is no To: or Cc: or Lcc: address in the message, Alpine
14014 will automatically generate and place in the To: field a pseudo-address of 
14015   &quot;undisclosed-recipients: ;&quot;
14016 or whatever string has been specified in the 
14017 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
14018 variable.
14020 The reason for this is to avoid embarrassment caused by some Internet
14021 mail transfer software that interprets a &quot;missing&quot; To: header as 
14022 an error and replaces it with an Apparently-to: header that may contain
14023 the addresses you entered on the Bcc: line.  In addition, it may be
14024 less disconcerting to Bcc: recipients to see <B>something</B> in the To: field.
14026 You can manipulate what text ends up on the (originally) empty To:
14027 field.  Just remember to put a colon and semicolon at the end of the
14028 field, which is a special notation denoting that it is not a real address.
14030 For information on message header editing
14031 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14033 <UL>
14034 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14035 </UL>
14037 <UL>   
14038 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14039 </UL><P>
14040 &lt;End of help on this topic&gt;
14041 </BODY>
14042 </HTML>
14043 ======= h_composer_lcc ====
14044 <HTML>
14045 <HEAD>
14046 <TITLE>THE MESSAGE COMPOSER'S LCC FIELD</TITLE>
14047 </HEAD>
14048 <BODY>
14049 <H1>THE MESSAGE COMPOSER'S LCC FIELD</H1>
14050 The &quot;Lcc:&quot; (List carbon copy) header is intended to be used when
14051 you wish to send a message to a list of people but avoid having all
14052 of their addresses visible, in order to reduce clutter when the
14053 message is received.
14055 It is similar to the 
14056 <A HREF="h_composer_bcc">&quot;Bcc&quot; (Blind carbon copy) header</A> 
14057 in that individual
14058 addressees are hidden, but Lcc is designed to work specifically with
14059 distribution lists you have created in your 
14060 <A HREF="h_abook_opened">Alpine Address Book</A>.  Placing
14061 the nickname of the list on the Lcc line will result in the full name of
14062 your Alpine Address Book list being placed on the To: line of the message,
14063 using a special notation that distinguishes it from a real address. You
14064 must leave the To: line blank for your list name to appear there.
14066 For example, if you have this list entered in your Address Book:<PRE>
14068         largo         Key Largo List       DISTRIBUTION LIST:
14069                                            bogie@mgm.com
14070                                            lauren@mgm.com
14071                                            walter@mgm.com</PRE>
14074 and you enter &quot;largo&quot; on the Lcc: line while composing a message, 
14075 the result is:<PRE>
14077         To      : Key Largo List: ;
14078         Cc      :
14079         Bcc     :
14080         Fcc     : sent-mail
14081         Lcc     : Key Largo List &lt;bogie@mgm.com&gt;,
14082                   lauren@mgm.com,
14083                   walter@mgm.com
14084         Subject :</PRE>
14086 Each recipient listed on the Lcc: line receives a copy of the message
14087 without their address being visible (as though they were listed on the
14088 Bcc: line). The colon-semicolon notation used to put the full-name of the
14089 list on the To: line is a special address format that doesn't specify any
14090 actual addressees, but does give some information to the recipients of the
14091 message.
14093 Note: if after entering an LCC, you delete the list name that is placed
14094 on the To: line, then recipients will see <PRE>
14095        To: undisclosed-recipients: ;</PRE>
14097 (or whatever string is defined in the 
14098 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
14099 variable) just as in the BCC case. 
14101 For help with Lcc: field editing
14102 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14104 <UL>
14105 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14106 </UL>
14108 <UL>   
14109 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14110 </UL><P>
14111 &lt;End of help on this topic&gt;
14112 </BODY>
14113 </HTML>
14114 ======= h_composer_from =======
14115 <HTML>
14116 <HEAD>
14117 <TITLE>THE MESSAGE COMPOSER'S FROM FIELD</TITLE>
14118 </HEAD>
14119 <BODY>
14120 <H1>THE MESSAGE COMPOSER'S FROM FIELD</H1>
14122 This header carries your return address.  It is the address toward which
14123 replies (and often, future unrelated correspondence) will be directed,
14124 unless you have <A HREF="h_config_custom_hdrs">defined an optional 
14125 &quot;Reply-To:&quot; header</A> in the SETUP CONFIGURATION screen.  Make 
14126 sure this address is correct.
14128 For help with message header editing
14129 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14131 <UL>
14132 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14133 </UL>
14135 <UL>   
14136 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14137 </UL><P>
14138 &lt;End of help on this topic&gt;
14139 </BODY>
14140 </HTML>
14141 ======= h_composer_reply_to =======
14142 <HTML>
14143 <HEAD>
14144 <TITLE>THE MESSAGE COMPOSER'S REPLY-TO FIELD</TITLE>
14145 </HEAD>
14146 <BODY>
14147 <H1>THE MESSAGE COMPOSER'S REPLY-TO FIELD</H1>
14149 Most people should not need this header. The Reply-To: header is used in
14150 cases where you would like replies to your messages to be directed to an
14151 address other than your normal &quot;From:&quot; address.  This is atypical, 
14152 but can happen when you use multiple machines and do not have the same account
14153 name on each one, or when you wish to direct certain replies to accounts
14154 or folders designated for specific classes of correspondence.
14156 For help with message header editing
14157 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14159 <UL>
14160 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14161 </UL>
14164 <UL>   
14165 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14166 </UL><P>
14167 &lt;End of help on this topic&gt;
14168 </BODY>
14169 </HTML>
14170 ======= h_composer_custom_addr ====
14171 <HTML>
14172 <HEAD>
14173 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
14174 </HEAD>
14175 <BODY>
14176 <H1>CUSTOMIZED HEADER FIELD</H1>
14177 This is a customized header, i.e. not one that is part of Alpine's normal
14178 set of Compose headers.
14180 For help with message header editing
14181 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14183 <UL>
14184 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14185 </UL>
14187 <UL>   
14188 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14189 </UL><P>
14190 &lt;End of help on this topic&gt;
14191 </BODY>
14192 </HTML>
14193 ======= h_composer_custom_free ====
14194 <HTML>
14195 <HEAD>
14196 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
14197 </HEAD>
14198 <BODY>
14199 <H1>CUSTOMIZED HEADER FIELD</H1>
14200 This is a customized header, i.e. not one that is part of Alpine's normal
14201 set of Compose headers.
14203 This field consists of arbitrary text.
14205 For help with message header editing
14206 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14208 <UL>   
14209 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14210 </UL><P>
14211 &lt;End of help on this topic&gt;
14212 </BODY>
14213 </HTML>
14214 ====== h_composer_news =====
14215 <HTML>
14216 <HEAD>
14217 <TITLE>THE MESSAGE COMPOSER'S NEWSGRPS LINE</TITLE>
14218 </HEAD>
14219 <BODY>
14220 <h1>THE MESSAGE COMPOSER'S NEWSGRPS LINE</h1>
14221 Use the newsgroups line to specify any and all USENET newsgroups to which
14222 your message should be posted.  When composing a message from scratch, this
14223 line may be hidden.  If so, just press the rich headers command
14224 (<!--chtml if pinemode="function_key"-->F5<!--chtml else-->^R<!--chtml endif-->)
14225 to make it visible.
14227 <EM>Be aware</EM> that when you post to a newsgroup thousands of
14228 people will be reading your message.  Also, you or your system manager
14229 must have defined an &quot;<!--#echo var="VAR_nntp-server"-->&quot; in your Alpine configuration
14230 in order for you to be able to post.
14232 For help with message header editing
14233 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14234 <P><UL>
14235 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14236 </UL>
14238 &lt;End of help on this topic&gt;
14239 </BODY>
14240 </HTML>
14241 ======= h_composer_fcc ====
14242 <HTML>
14243 <HEADER>
14244 <TITLE>THE MESSAGE COMPOSER'S FCC FIELD</TITLE>
14245 </HEADER>
14246 <BODY>
14247 <H1>THE MESSAGE COMPOSER'S FCC FIELD</H1>
14248 The FCC (File Carbon Copy) specifies the folder used to keep a copy of
14249 each outgoing message.  The default value can be configured with the
14250 &quot;<!--#echo var="VAR_default-fcc"-->&quot; and &quot;<!--#echo var="VAR_fcc-name-rule"-->&quot; options.  You can change or remove
14251 the file carbon copy on any message you send by editing the FCC header.<p>
14253 You may type ^T to get a list of all your folders and select one to use as
14254 the FCC for this message.<P>
14256 For help with message header editing
14257 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14259 <UL>   
14260 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14261 </UL><P>
14262 &lt;End of help on this topic&gt;
14263 </BODY>
14264 </HTML>
14265 ======= h_composer_subject ====
14266 <HTML>
14267 <HEADER>
14268 <TITLE>THE MESSAGE COMPOSER'S SUBJECT FIELD</TITLE>
14269 </HEADER>
14270 <BODY>
14271 <H1>THE MESSAGE COMPOSER'S SUBJECT FIELD</H1>
14273 The subject header provides a place to enter a few words that summarize
14274 the topic of the message you are sending.  You may leave this line blank,
14275 but it is considered a courtesy to use a meaningful subject.<p>
14277 For help with message header editing
14278 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14280 <UL>   
14281 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14282 </UL><P>
14283 &lt;End of help on this topic&gt;
14284 </BODY>
14285 </HTML>
14286 ======= h_composer_attachment ====
14287 <HTML>
14288 <HEAD>
14289 <TITLE>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</TITLE>
14290 </HEAD>
14291 <BODY>
14292 <H1>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</H1>
14294 The &quot;Attchmnt:&quot; field is where you specify what file or
14295 files you'd like attached to
14296 the message you are composing.  Those files must reside on the machine
14297 running Alpine. If your file is on a PC or Mac and you run Alpine with an
14298 account on a Unix machine, you'll have to transfer it before attaching it.
14299 Contact local computer support people for assistance with transferring.
14302 The file name
14303 given can be an absolute file path name for your system
14304 <!--chtml if pinemode="os_windows"-->
14305 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
14306 with a relative pathname, or simply a file name without
14307 drive or directory specification.  
14308 <!--chtml else-->
14309 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
14310 a file in your home directory, or a file path relative to your 
14311 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
14312 your home directory or &quot;~user&quot; to refer to another
14313 account's home directory.
14314 <!--chtml endif--><P>
14315 No wild card characters may be used.
14316 <P>If the 
14317 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14318 feature is set, names are relative to your current working directory 
14319 <!--chtml if pinemode="running"-->
14320 (which, at least for your current Alpine &quot;session,&quot; 
14321 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14322 <!--chtml endif-->
14323 rather than your home directory
14324 <!--chtml if pinemode="running"-->
14325 (which, in the present configuration of your system, is
14326  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14327 <!--chtml endif-->
14330 Alpine uses MIME encoding for attachments, so binaries and files of any
14331 length can safely be delivered to any MIME-capable mail reading program.
14332 If you send an attachment to someone who does not have a MIME-capable mail
14333 reading program yet, then the main message text will be readable, but
14334 attachments (even attachments that are just plain text) are not.
14337 Typing the filename on the Attchmnt: line achieves the same
14338 result as using the 
14339 <!--chtml if pinemode="function_key"-->
14341 <!--chtml else-->
14342 Ctrl-J
14343 <!--chtml endif--> command.
14346 If you Forward a message with attachments, you may delete them from your
14347 Forwarded message by editing the Attchmnt header line.
14350 For help with message header editing
14351 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14353 <UL>   
14354 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14355 </UL><P>
14356 &lt;End of help on this topic&gt;
14357 </BODY>
14358 </HTML>
14359 ======= h_composer_ctrl_j ====
14360 <HTML>
14361 <HEAD>
14362 <TITLE>COMPOSER ATTACH</TITLE>
14363 </HEAD>
14364 <BODY>
14365 After the
14366 <!--chtml if pinemode="function_key"-->
14368 <!--chtml else-->
14369 Ctrl-J
14370 <!--chtml endif--> command:
14371 At the &quot;File to attach:&quot; prompt, enter the name of the 
14372 existing file to attach to your message.  
14373 When the feature
14374 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
14375 is set
14376 you need only enter the beginning of the filename (enough of it to uniquely 
14377 identify the file) and press TAB to complete it.
14379 Or, press ^T to use the BROWSER screen for 
14380 selecting the file.  <P>
14381 For more information on attaching files, see the help screen for the 
14382 composer's 
14383 <A HREF="h_composer_attachment">Attchmnt: field</A>, which is normally hidden,
14384 but can be revealed using the 
14385 <!--chtml if pinemode="function_key"-->
14387 <!--chtml else-->
14388 Ctrl-R
14389 <!--chtml endif--> 
14390 command with the cursor positioned above the
14391 &quot;----- Message Text -----&quot; line in the COMPOSE MESSAGE screen.
14393 &lt;End of help on this topic&gt;
14394 </BODY>
14395 </HTML>
14396 ======= h_edit_nav_cmds =========
14397 <HTML>
14398 <HEAD>
14399 <TITLE>Composer Editing Commands Explained</TITLE>
14400 </HEAD>
14401 <BODY>
14402 <H1>EDITING and NAVIGATION COMMANDS</H1>
14403 <!--chtml if pinemode="function_key"-->
14404 <PRE>
14405 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
14406 ^B (Left Arrow)    Back character       | ^D       Delete current character
14407 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
14408 ^P (Up Arrow)      Previous line        |
14409 ^N (Down Arrow)    Next line            | F9       Cut marked text or
14410 ^A                 Beginning of line    |            delete current line
14411 ^E                 End of line          | F10      Undelete line(s)
14412 F7                 Previous page        |
14413 F8                 Next page            |-------------------------------------
14414 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
14415 ----------------------------------------|
14416 EXIT COMMANDS    |  GENERAL COMMANDS    | F12    To Addressbook
14417 F3   Cancel      |   F1    Get help     | F12    RichView (expand lists)
14418 F2  eXit/save    |   ^Z    Suspend      | ^L     Redraw Screen
14419 </PRE>
14420 <!--chtml else-->
14421 <PRE>
14422 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
14423 ^B (Left Arrow)    Back character       | ^D       Delete current character
14424 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
14425 ^P (Up Arrow)      Previous line        |
14426 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
14427 ^A                 Beginning of line    |            delete current line
14428 ^E                 End of line          | ^U       Undelete line(s)
14429 ^Y                 Previous page        |
14430 ^V                 Next page            |-------------------------------------
14431 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
14432 ----------------------------------------|
14433 EXIT COMMANDS    |  GENERAL COMMANDS    | ^T     To Addressbook
14434 ^C   Cancel      |   ^G    Get help     | ^R     RichView  (expand lists)
14435 ^X   eXit/save   |   ^Z    Suspend      | ^L     Redraw Screen
14436 </PRE>
14437 <!--chtml endif-->
14438 &lt;End of help on this topic&gt;
14439 </BODY>
14440 </HTML>
14441 ===== h_composer_sigedit =====
14442 <HTML>
14443 <HEAD>
14444 <TITLE>Signature Editor Commands Explained</TITLE>
14445 </HEAD>
14446 <BODY>
14447 <H1>SIGNATURE EDITOR COMMANDS</H1>
14448 <!--chtml if pinemode="function_key"-->
14449 <PRE>
14450 CURSOR MOTION KEYS                     |EDITING KEYS
14451   ^B (Left Arrow)   Back character     | ^D       Delete current character
14452   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14453   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14454   ^N (Down Arrow)   Next line          | F9       Cut marked text or
14455   ^A                Beginning of line  |           delete current line
14456   ^E                End of line        | F10       Paste text, undelete lines
14457   F7                Previous page      |           cut with ^K, or unjustify
14458   F8                Next page          |-------------------------------------
14459   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14460 ---------------------------------------| F6       Whereis (search for string)
14461 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
14462  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
14463                  |  ^Z    Suspend      | ^L       Redraw Screen
14464  F2   Send       |  F6    Alt. editor  | F5       Read in a file
14465 </PRE>
14466 <!--chtml else-->
14467 <PRE>
14468 CURSOR MOTION KEYS                     |EDITING KEYS
14469   ^B (Left Arrow)   Back character     | ^D       Delete current character
14470   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14471   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14472   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
14473   ^A                Beginning of line  |           delete current line
14474   ^E                End of line        | ^U        Paste text, undelete lines
14475   ^Y                Previous page      |           cut with ^K, or unjustify
14476   ^V                Next page          |-------------------------------------
14477   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14478 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
14479 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
14480  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
14481                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
14482  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
14483 </PRE>
14484 <!--chtml endif-->
14486 NOTE: The presence or absence of the following commands is determined
14487 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
14488 some of these commands may be administratively disabled by your system
14489 manager; if they don't work, please check with your local help desk
14490 before reporting a bug.
14492 <UL>
14493  <LI>Suspend (suspends Alpine and gives a system prompt)
14494  <LI>Alternate editor (allows you to compose with your own editor)
14495 </UL>
14498 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
14499 Ctrl-&#92;, ESC
14502 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
14503 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
14505 &lt;End of help on this topic&gt;
14506 </BODY>
14507 </HTML>
14508 ===== h_composer_commentedit =====
14509 <HTML>
14510 <HEAD>
14511 <TITLE>Comment Editor Commands Explained</TITLE>
14512 </HEAD>
14513 <BODY>
14514 <H1>COMMENT EDITOR COMMANDS</H1>
14515 <!--chtml if pinemode="function_key"-->
14516 <PRE>
14517 CURSOR MOTION KEYS                     |EDITING KEYS
14518   ^B (Left Arrow)   Back character     | ^D       Delete current character
14519   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14520   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14521   ^N (Down Arrow)   Next line          | F9       Cut marked text or
14522   ^A                Beginning of line  |           delete current line
14523   ^E                End of line        | F10       Paste text, undelete lines
14524   F7                Previous page      |           cut with ^K, or unjustify
14525   F8                Next page          |-------------------------------------
14526   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14527 ---------------------------------------| F6       Whereis (search for string)
14528 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
14529  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
14530                  |  ^Z    Suspend      | ^L       Redraw Screen
14531  F2   Send       |  F6    Alt. editor  | F5       Read in a file
14532 </PRE>
14533 <!--chtml else-->
14534 <PRE>
14535 CURSOR MOTION KEYS                     |EDITING KEYS
14536   ^B (Left Arrow)   Back character     | ^D       Delete current character
14537   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14538   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14539   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
14540   ^A                Beginning of line  |           delete current line
14541   ^E                End of line        | ^U        Paste text, undelete lines
14542   ^Y                Previous page      |           cut with ^K, or unjustify
14543   ^V                Next page          |-------------------------------------
14544   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14545 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
14546 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
14547  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
14548                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
14549  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
14550 </PRE>
14551 <!--chtml endif-->
14553 NOTE: The presence or absence of the following commands is determined
14554 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
14555 some of these commands may be administratively disabled by your system
14556 manager; if they don't work, please check with your local help desk
14557 before reporting a bug.
14559 <UL>
14560  <LI>Suspend (suspends Alpine and gives a system prompt)
14561  <LI>Alternate editor (allows you to compose with your own editor)
14562 </UL>
14565 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
14566 Ctrl-&#92;, ESC
14569 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
14570 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
14572 &lt;End of help on this topic&gt;
14573 </BODY>
14574 </HTML>
14575 ======= h_composer_abook_nick =======
14576 <HTML>
14577 <HEAD>
14578 <TITLE>Addressbook Nickname Explained</TITLE>
14579 </HEAD>
14580 <BODY>
14581 This is a short nickname for this address book entry.  If it is used in
14582 place of an address from the composer, the composer will fill in the
14583 address(es) for the entry that matches the nickname. 
14586 Look <A HREF="h_edit_nav_cmds">here</A>
14587 to see the available Editing and Navigation commands.
14589 &lt;End of help on this topic&gt;
14590 </BODY>
14591 </HTML>
14592 ======= h_composer_abook_full =======
14593 <HTML>
14594 <HEAD>
14595 <TITLE>Addressbook Fullname Explained</TITLE>
14596 </HEAD>
14597 <BODY>
14598 This is the full name field for this entry.  If this is going to be a
14599 distribution list (more than one address), it should be a descriptive
14600 phrase describing the list.  It will be included in the mail header if you
14601 put the list in the To: or CC: field, or in the To: line if you put the
14602 list in the Lcc: field.  It's OK to leave this field blank (and OK to
14603 leave any of the other fields blank, too). If this address book entry is
14604 going to be a simple entry with just one address, then this field is the
14605 person's name. When you send mail to this entry, this is the field to the
14606 left of the brackets. That is, it is the most readable part of the 
14607 address. For example, in the sample address:
14608 <PRE>
14609        John Doe &lt;jdoe@some.domain&gt;
14610 </PRE>
14611 "John Doe" is the full name field. If you are sorting your address book
14612 with one of the options that uses full names, then it might be useful to
14613 enter the full name as "Last, First", for example:
14614 <PRE>
14615        Doe, John
14616 </PRE>
14617 so that it will be sorted using Doe instead of John. This will be changed
14618 back into John Doe when you use it.
14620 Look <A HREF="h_edit_nav_cmds">here</A>
14621 to see the available Editing and Navigation commands.
14623 &lt;End of help on this topic&gt;
14624 </BODY>
14625 </HTML>
14626 ======= h_composer_abook_fcc =======
14627 <HTML>
14628 <HEAD>
14629 <TITLE>Addressbook Fcc Explained</TITLE>
14630 </HEAD>
14631 <BODY>
14632 If this entry is the first one in the To: line of an outgoing message,
14633 this field will be used for the Fcc (File Carbon Copy) instead of whatever
14634 you would normally get (which depends on which
14635 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
14636 you've chosen). 
14638 If this field consists of two double quotes (&quot;&quot;) that tells Alpine
14639 that you don't want any Fcc associated with this entry.
14641 Look <A HREF="h_edit_nav_cmds">here</A>
14642 to see the available Editing and Navigation commands.
14644 &lt;End of help on this topic&gt;
14645 </BODY>
14646 </HTML>
14647 ====== h_config_combined_abook_display =====
14648 <HTML>
14649 <HEAD>
14650 <TITLE>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></TITLE>
14651 </HEAD>
14652 <BODY>
14653 <H1>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></H1>
14655 This feature affects the address book display screens.
14656 Normally, expanding an address book from the ADDRESS BOOK LIST screen
14657 will cause the remaining address books and directory servers to disappear
14658 from the screen, leaving only the entries of the expanded address book.
14659 If this feature is set, then the other address books will remain on the screen,
14660 so that all of the address books can be present at once.
14663 The way that commands work won't be changed.
14664 For example, the Select All command will select all of the entries in the
14665 current address book, not all of the entries in all of the address books.
14666 The WhereIs command will change a little.
14667 It will search through all of the text on the screen plus all of the entries
14668 from expanded address books.
14671 When this feature is set, the setting of the feature
14672 <A HREF="h_config_expanded_addrbooks">&quot;<!--#echo var="FEAT_expanded-view-of-addressbooks"-->&quot;</A>
14673 has an effect.
14675 &lt;End of help on this topic&gt;
14676 </BODY>
14677 </HTML>
14678 ====== h_config_titlebar_color_style =====
14679 <HTML>
14680 <HEAD>
14681 <TITLE>OPTION: <!--#echo var="VAR_titlebar-color-style"--></TITLE>
14682 </HEAD>
14683 <BODY>
14684 <H1>OPTION: <!--#echo var="VAR_titlebar-color-style"--></H1>
14686 This option affects the colors used to display the titlebar (the top
14687 line on the screen) when viewing a message.
14690 The available options include:
14693 <DL>
14694 <DT>default</DT>
14695 <DD>The color of the titlebar will be the color you set for the
14696 <A HREF="h_config_title_color">Title Color</A>.
14697 The Title Color may be set by using the
14698 <A HREF="h_color_setup">Setup Kolor</A> screen.
14699 </DD>
14701 <DT>indexline</DT>
14702 <DD>The color of the titlebar will be the same as the color of the
14703 index line corresponding to the message being viewed.
14704 The rules that determine what color the index line will be may be set
14705 up by going to the Setup/Rules/Indexcolor screen.
14706 If the index line for a message is not colored explicitly by the
14707 Indexcolor rules, then the titlebar will be colored the same as for
14708 the &quot;default&quot; option above (which is not the same color that
14709 the index line itself will have).
14710 </DD>
14712 <DT>reverse-indexline</DT>
14713 <DD>This is similar to the &quot;indexline&quot; option except the
14714 foreground and background colors from the corresponding index line will
14715 be reversed.
14716 For example, if the index line color is red letters on a white background,
14717 then the titlebar will be white letters on a red background.
14718 If the index line for a message is not colored explicitly by the
14719 Indexcolor rules, then the titlebar will be colored the same as for
14720 the &quot;default&quot; option above (which is not the same color that
14721 the index line itself will have).
14722 </DD>
14723 </DL>
14727 <UL>   
14728 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14729 </UL><P>
14730 &lt;End of help on this topic&gt;
14731 </BODY>
14732 </HTML>
14733 ====== h_config_index_color_style =====
14734 <HTML>
14735 <HEAD>
14736 <TITLE>OPTION: <!--#echo var="VAR_current-indexline-style"--></TITLE>
14737 </HEAD>
14738 <BODY>
14739 <H1>OPTION: <!--#echo var="VAR_current-indexline-style"--></H1>
14741 This option affects the colors used to display the current line in the
14742 MESSAGE INDEX screen.
14743 If you do not have Index Color Rules defined, then this option will
14744 have no effect in the index.
14745 Those Rules may be defined by going to the Setup/Rules/Indexcolor screen.
14747 If the option
14748 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
14749 is turned on and the
14750 <A HREF="h_config_incunseen_color">Incoming Unseen Color</A>
14751 is set to something other than the default, then
14752 this option also affects the color used to display the current folder
14753 in the Incoming FOLDER LIST screen.
14756 The available options include:
14759 <DL>
14760 <DT>flip-colors</DT>
14761 <DD>This is the default.
14762 If an index line is colored because it matches one of your
14763 Index Color Rules, then its colors will be reversed when it is the currently
14764 highlighted line.
14765 For example, if the line is normally red text on a blue background, then
14766 when it is the current line it will be drawn as blue text on a red background.
14768 The rest of the option values all revert to this flip-colors behavior if
14769 there is no Reverse Color defined.
14770 </DD>
14772 <DT>reverse</DT>
14773 <DD>With this option the Reverse color is always used to highlight the
14774 current line.
14775 </DD>
14777 <DT>reverse-fg</DT>
14778 <DD>The foreground part of the Reverse Color is used to highlight
14779 the current line.
14780 If this would cause the text to be unreadable (because the foreground and
14781 background colors are the same) or if it would cause no change in the
14782 color of the index line, then the colors are flipped instead.
14784 Some people think this works particularly well if you use different
14785 background colors to emphasize &quot;interesting&quot; lines,
14786 but always with the same Normal foreground color,
14787 and you use a different foreground color for the Reverse Color.
14788 </DD>
14790 <DT>reverse-fg-no-ambiguity</DT>
14791 <DD>With the &quot;reverse-fg&quot; rule above, it is possible that
14792 the resulting color will be exactly the same as the regular Reverse
14793 Color.
14794 That can lead to some possible confusion because an
14795 &quot;interesting&quot;
14796 line that is the current line will be displayed exactly the same as a
14797 non-interesting line that is current.
14798 You can't tell whether the line is just a regular current line or if it is
14799 an &quot;interesting&quot; current line by looking at the color.
14800 Setting the option to this value removes that ambiguity.
14801 It is the same as the &quot;reverse-fg&quot; setting unless the resulting
14802 interesting current line would look just like a non-interesting current line.
14803 In that case, the interesting line's colors are simply flipped (like in the
14804 default behavior).
14806 As an alternative way to preserve the line's interestingness in this case,
14807 you may find that using both a different foreground and a different
14808 background color for the interesting line will help.
14809 </DD>
14811 <DT>reverse-bg</DT>
14812 <DD>The background part of the Reverse Color is used to highlight
14813 the current line.
14814 If this would cause the text to be unreadable (because the foreground and
14815 background colors are the same) or if it would cause no change in the
14816 color of the index line, then the colors are flipped instead.
14818 Some people think this works particularly well if you use different
14819 foreground colors to emphasize &quot;interesting&quot; lines,
14820 but always with the same Normal background color,
14821 and you use a different background color for the Reverse Color.
14822 </DD>
14824 <DT>reverse-bg-no-ambiguity</DT>
14825 <DD>As with the &quot;reverse-fg&quot; case, the &quot;reverse-bg&quot;
14826 rule may also result in a color that is exactly the same as the regular
14827 Reverse Color.
14828 Setting the option to this value removes that ambiguity.
14829 It is the same as the &quot;reverse-bg&quot; setting unless the resulting
14830 current line has the same color as the Reverse Color.
14831 In that case, the interesting line's colors are simply flipped (like in the
14832 default behavior).
14833 </DD>
14834 </DL>
14838 <UL>   
14839 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14840 </UL><P>
14841 &lt;End of help on this topic&gt;
14842 </BODY>
14843 </HTML>
14844 ====== h_config_expanded_addrbooks =====
14845 <HTML>
14846 <HEAD>
14847 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></TITLE>
14848 </HEAD>
14849 <BODY>
14850 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></H1>
14852 If multiple address books (either personal or global) are defined, and you
14853 wish to have them all expanded implicitly upon entering the ADDRESS BOOK
14854 screen, then set this feature. This feature will have no effect unless the
14855 feature
14856 <A HREF="h_config_combined_abook_display">&quot;<!--#echo var="FEAT_combined-addrbook-display"-->&quot;</A>
14857 is also set.
14859 &lt;End of help on this topic&gt;
14860 </BODY>
14861 </HTML>
14862 ====== h_config_combined_folder_display =====
14863 <HTML>
14864 <HEAD>
14865 <TITLE>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></TITLE>
14866 </HEAD>
14867 <BODY>
14868 <H1>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></H1>
14870 This feature affects the folder list display screens.
14871 Normally, each folder list is viewed within its collection only.  This
14872 command allows folder lists to be viewed within a single screen that
14873 combines the contents of all collections.
14876 The way that commands work won't be changed.
14877 For example, the Select All command will select all of the folders in the
14878 current collection, not all of the entries in all of the collections.
14879 The WhereIs command will change a little.
14880 It will search through all of the folders in the current collection as well
14881 as all the folder in any other expanded collection.
14884 When this feature is set, the setting of the feature
14885 <A HREF="h_config_expanded_folders">&quot;<!--#echo var="FEAT_expanded-view-of-folders"-->&quot;</A>
14886 has an effect.
14888 &lt;End of help on this topic&gt;
14889 </BODY>
14890 </HTML>
14891 ====== h_config_combined_subdir_display =====
14892 <HTML>
14893 <HEAD>
14894 <TITLE>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></TITLE>
14895 </HEAD>
14896 <BODY>
14897 <H1>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></H1>
14899 This feature affects the Folder List screen when
14901 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
14902 feature is enabled.  Normally, selecting a directory from the Folder
14903 List takes you into a new screen displaying only the contents of
14904 that directory.
14907 Enabling this feature will cause the contents of the selected
14908 directory to be
14909 displayed within the boundaries of the &quot;Collection&quot; it
14910 is a part of.  All previously displayed collections will remain
14911 in the screen.
14914 The way that commands work won't be changed.
14915 For example, the Select All command will select all of the folders in the
14916 directory, as opposed to all of the entries in all of the collections.
14917 The WhereIs command will change a little.
14918 It will search through all of the folders in the current collection as well
14919 as all the folder in any other expanded collection.
14922 &lt;End of help on this topic&gt;
14923 </BODY>
14924 </HTML>
14925 ====== h_config_separate_fold_dir_view =====
14926 <HTML>
14927 <HEAD>
14928 <TITLE>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></TITLE>
14929 </HEAD>
14930 <BODY>
14931 <H1>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></H1>
14933 This feature affects folder collections wherein a folder
14934 and directory can have the same name.  By default, Alpine displays them
14935 only once, denoting that it is both a folder and directory by appending
14936 the folder name with the hierarchy character enclosed
14937 in square brackets.
14941 Enabling this feature will cause Alpine to display such names
14942 separately marking the name representing a directory with a trailing
14943 hierarchy delimiter (typically the slash, &quot;/&quot;, character).
14946 The feature also alters the command set slightly.  By default, the
14947 right-arrow descends into the directory, while hitting the Return key will
14948 cause the folder by that name to be opened.
14951 With this feature set, the Return key will open the highlighted folder, or
14952 enter the highlighted directory.
14955 &lt;End of help on this topic&gt;
14956 </BODY>
14957 </HTML>
14958 ====== h_config_expanded_folders =====
14959 <HTML>
14960 <HEAD>
14961 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></TITLE>
14962 </HEAD>
14963 <BODY>
14964 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></H1>
14966 If multiple folder collections are defined, and you
14967 wish to have them all expanded implicitly upon entering the FOLDER LIST
14968 screen, then set this feature. This feature will have no effect unless the
14969 feature
14970 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
14971 is also set.
14973 &lt;End of help on this topic&gt;
14974 </BODY>
14975 </HTML>
14976 ======= h_config_ldap_server =======
14977 <HTML>
14978 <HEAD>
14979 <TITLE>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
14980 </HEAD>
14981 <BODY>
14982 <H1>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
14983 This is the name of the host where an LDAP server is running.
14984 For redundancy, this may be a space-delimited set of server names, in which
14985 case the first server that answers is used.
14986 Each of the server names may be optionally followed by
14987 a colon and a port number.
14988 If this form is used then the port number configured below in the
14989 <EM>port</EM> field is not used.
14991 To find out whether your organization has its own LDAP server, 
14992 contact its computing support staff.
14993 <P><UL>
14994 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14995 </UL>
14997 &lt;End of help on this topic&gt;
14998 </BODY>
14999 </HTML>
15000 ======= h_config_ldap_base =======
15001 <HTML>
15002 <HEAD>
15003 <TITLE>LDAP OPTION: Search-Base</TITLE>
15004 </HEAD>
15005 <BODY>
15006 <H1>LDAP OPTION: Search-Base</H1>
15008 This is the search base to be used on this server.  It functions as a filter 
15009 by restricting your searches in the LDAP server database
15010 to the specified contents of the specified fields.  Without it, searches 
15011 submitted to this directory server may fail.  It might be something
15012 like:
15014 <PRE>
15015       O = &lt;Your Organization Name&gt;, C = US
15016 </PRE>
15017 or it might be blank.  
15018 (Some LDAP servers actually ignore anything specified here.)
15020 If in doubt what parameters you should specify here, 
15021 contact the maintainers of the LDAP server.
15022 <P><UL>
15023 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15024 </UL>
15026 &lt;End of help on this topic&gt;
15027 </BODY>
15028 </HTML>
15029 ======= h_config_ldap_port =======
15030 <HTML>
15031 <HEAD>
15032 <TITLE>LDAP OPTION: Port</TITLE>
15033 </HEAD>
15034 <BODY>
15035 <H1>LDAP OPTION: Port</H1>
15037 This is the TCP port number to be used with this LDAP server. If you leave
15038 this blank port 389 will be used.
15040 &lt;End of help on this topic&gt;
15041 </BODY>
15042 </HTML>
15043 ======= h_config_ldap_nick =======
15044 <HTML>
15045 <HEAD>
15046 <TITLE>LDAP OPTION: Nickname</TITLE>
15047 </HEAD>
15048 <BODY>
15049 <H1>LDAP OPTION: Nickname</H1>
15051 This is a nickname to be used in displays. If you don't supply a
15052 nickname the server name
15053 (<A HREF="h_config_ldap_server">&quot;<!--#echo var="VAR_ldap-servers"-->&quot;</A>)
15054 will be used instead.  This option is strictly for your convenience.
15056 &lt;End of help on this topic&gt;
15057 </BODY>
15058 </HTML>
15059 ======= h_config_ldap_binddn =======
15060 <HTML>
15061 <HEAD>
15062 <TITLE>LDAP OPTION: Bind-DN</TITLE>
15063 </HEAD>
15064 <BODY>
15065 <H1>LDAP OPTION: Bind-DN</H1>
15067 You may need to authenticate to the LDAP server before you are able to use it.
15068 This is the Distinguished Name to bind to when authenticating to this server.
15069 Try leaving this blank until you know you need it.
15071 Alpine only knows about LDAP Simple authentication.
15072 It does not attempt LDAP SASL authentication.
15073 The DN and password will be sent in the clear unless TLS encryption is
15074 being used on this connection.
15075 Because of this, you may want to set the LDAP feature
15076 <A HREF="h_config_ldap_opts_tls">&quot;Attempt-TLS-On-Connection&quot;</A>
15077 or the feature
15078 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
15079 if you are going to be providing a password.
15080 <P><UL>
15081 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15082 </UL>
15084 &lt;End of help on this topic&gt;
15085 </BODY>
15086 </HTML>
15087 ======= h_config_ldap_opts_impl =======
15088 <HTML>
15089 <HEAD>
15090 <TITLE>LDAP FEATURE: Use-Implicitly-From-Composer</TITLE>
15091 </HEAD>
15092 <BODY>
15093 <H1>LDAP FEATURE: Use-Implicitly-From-Composer</H1>
15095 Set this to have lookups done to this server implicitly from the composer.
15096 If an address doesn't look like a fully-qualified address, it will be looked
15097 up in your address books, and if it doesn't match a nickname there, then it
15098 will be looked up on the LDAP servers that have this feature set.
15099 The lookups will also be done when using the address completion feature
15100 (TAB command) in the composer if any of the serves have this feature set.
15101 Also see the LDAP feature
15102 <A HREF="h_config_ldap_opts_rhs">&quot;Lookup-Addrbook-Contents&quot;</A>
15103 and the Setup/Config feature
15104 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
15106 &lt;End of help on this topic&gt;
15107 </BODY>
15108 </HTML>
15109 ======= h_config_ldap_opts_tls =======
15110 <HTML>
15111 <HEAD>
15112 <TITLE>LDAP FEATURE: Attempt-TLS-On-Connection</TITLE>
15113 </HEAD>
15114 <BODY>
15115 <H1>LDAP FEATURE: Attempt-TLS-On-Connection</H1>
15117 When connecting to this server Alpine will attempt to use TLS encryption
15118 on the connection.
15119 Also see the closely related feature
15120 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
15122 Note that if this option is set, then 
15123 <A HREF="h_config_ldap_opts_ldaps">
15124 &quot;Require-LDAPS-On-Connection&quot;</A>
15125 can not be enabled for this server. You must disable this feature in
15126 order to use 
15127 <A HREF="h_config_ldap_opts_ldaps">
15128 &quot;Require-LDAPS-On-Connection&quot;</A>
15130 &lt;End of help on this topic&gt;
15131 </BODY>
15132 </HTML>
15133 ======= h_config_ldap_opts_tlsmust =======
15134 <HTML>
15135 <HEAD>
15136 <TITLE>LDAP FEATURE: Require-TLS-On-Connection</TITLE>
15137 </HEAD>
15138 <BODY>
15139 <H1>LDAP FEATURE: Require-TLS-On-Connection</H1>
15141 When connecting to this server Alpine will attempt to use TLS encryption
15142 on the connection.
15143 If the StartTLS operation fails then the connection will not be used.
15145 Note that if this option is set, then 
15146 <A HREF="h_config_ldap_opts_ldaps">
15147 &quot;Require-LDAPS-On-Connection&quot;</A>
15148 can not be enabled for this server. You must disable this feature in
15149 order to use 
15150 <A HREF="h_config_ldap_opts_ldaps">
15151 &quot;Require-LDAPS-On-Connection&quot;</A>
15153 &lt;End of help on this topic&gt;
15154 </BODY>
15155 </HTML>
15156 ======= h_config_ldap_opts_ldaps =======
15157 <HTML>
15158 <HEAD>
15159 <TITLE>LDAP FEATURE: Require-LDAPS-On-Connection</TITLE>
15160 </HEAD>
15161 <BODY>
15162 <H1>LDAP FEATURE: Require-LDAPS-On-Connection</H1>
15164 When connecting to this server Alpine will use LDAPS (LDAP over SSL/TLS) 
15165 on the connection.
15167 This feature can not be used along with 
15168 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
15169  or
15170 <A HREF="h_config_ldap_opts_tls">&quot;Attempt-TLS-On-Connection&quot;</A>.
15171 If you want to connect using StartTLS to this server, you must disable
15172 this feature first.
15174 &lt;End of help on this topic&gt;
15175 </BODY>
15176 </HTML>
15177 ====== h_config_ldap_opts_rhs =====
15178 <HTML>
15179 <HEAD>
15180 <TITLE>LDAP FEATURE: Lookup-Addrbook-Contents</TITLE>
15181 </HEAD>
15182 <BODY>
15183 <H1>LDAP FEATURE: Lookup-Addrbook-Contents</H1>
15185 Normally implicit LDAP lookups from the composer are done only for the
15186 strings you type in from the composer screen. In other words, you type in
15187 something in the To or CC field and press return, then the string is looked up.
15188 First that string is looked up in your address books. If a match is found
15189 there, then the results of that match are looked up again. If you place
15190 a string in your address book that you want to have looked up on the LDAP
15191 directory server, you need to turn on this feature. If you set this feature
15192 for a server, you almost always will also want to set the
15193 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
15194 feature. An example might serve to best illustrate this feature.
15196 If an LDAP lookup of &quot;William Clinton&quot; normally returns an
15197 entry with an
15198 address of pres@whitehouse.gov, then you might put an entry in your address
15199 book that looks like:
15201 <CENTER><SAMP>Nickname = bill</SAMP></CENTER><BR>
15202 <CENTER><SAMP>Address = &quot;William Clinton&quot;</SAMP></CENTER>
15204 Now, when you type &quot;bill&quot; into an
15205 address field in the composer Alpine will
15206 find the &quot;bill&quot; entry in your address book.
15207 It will replace &quot;bill&quot; with
15208 &quot;William Clinton&quot;.
15209 It will then search for an entry with that nickname
15210 in your address book and not find one. If this feature
15211 is set, Alpine will then attempt to lookup
15212 &quot;William Clinton&quot; on the LDAP server and find the entry with address
15213 pres@whitehouse.gov.
15215 A better way to accomplish the same thing is probably to use the feature
15216 <A HREF="h_config_ldap_opts_ref">&quot;Save-Search-Criteria-Not-Result&quot;</A>.
15218 &lt;End of help on this topic&gt;
15219 </BODY>
15220 </HTML>
15221 ====== h_config_ldap_opts_ref =====
15222 <HTML>
15223 <HEAD>
15224 <TITLE>LDAP FEATURE: Save-Search-Criteria-Not-Result</TITLE>
15225 </HEAD>
15226 <BODY>
15227 <H1>LDAP FEATURE: Save-Search-Criteria-Not-Result</H1>
15229 Normally when you save the results of an LDAP directory lookup to your
15230 address book the results of the lookup are saved. If this feature is set
15231 and the entry being saved was found on this directory server, then the
15232 search criteria is saved instead of the results of the search. When this
15233 address book entry is used in the future, instead of copying the results
15234 from the address book the directory lookup will be done again. This could
15235 be useful if the copied result might become stale because the data on
15236 the directory server changes (for example, the entry's email address changes).
15237 You probably don't want to set this feature if the server is at all slow or
15238 unreliable.
15240 The way this actually works is that instead of saving the email address
15241 in your address book, Alpine saves enough information to look up the same
15242 directory entry again. In particular, it saves the server name and the
15243 distinguished name of the entry. It's possible that the server administrators
15244 might change the format of distinguished names on the server, or that the
15245 entry might be removed from the server. If Alpine notices this, you will be warned
15246 and a backup copy of the email address will be used. You may want to create
15247 a new entry in this case, since you will get the annoying warning every
15248 time you use the old entry. You may do that by Saving the entry to a new
15249 nickname in the same address book. You will be asked whether or not you
15250 want to use the backup email address.
15252 A related feature in the Setup/Config screen is
15253 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
15255 &lt;End of help on this topic&gt;
15256 </BODY>
15257 </HTML>
15258 ======= h_config_ldap_opts_nosub =======
15259 <HTML>
15260 <HEAD>
15261 <TITLE>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</TITLE>
15262 </HEAD>
15263 <BODY>
15264 <H1>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</H1>
15266 Spaces in your input are normally handled specially.
15267 Each space character is replaced
15270 <CENTER><SAMP>*&nbsp;&lt;SPACE&gt;</SAMP></CENTER>
15272 in the search query (but not by &quot;* &lt;SPACE&gt; *&quot;).
15273 The reason this is done is so the input string
15275 <CENTER><SAMP>Greg Donald</SAMP></CENTER>
15277 (which is converted to &quot;Greg* Donald&quot;) will match
15278 the names &quot;Greg Donald&quot;,
15279 &quot;Gregory Donald&quot;, &quot;Greg F. Donald&quot;, and
15280 &quot;Gregory F Donald&quot;; but it won't match &quot;Greg McDonald&quot;.
15281 If the &quot;Search-Rule&quot; you were using was &quot;begins-with&quot;,
15282 then it would also match the name &quot;Greg Donaldson&quot;.
15284 Turning on this feature will disable this substitution.
15286 &lt;End of help on this topic&gt;
15287 </BODY>
15288 </HTML>
15289 ====== h_config_ldap_searchtypes =======
15290 <HTML>
15291 <HEAD>
15292 <TITLE>LDAP OPTION: Search-Type</TITLE>
15293 </HEAD>
15294 <BODY>
15295 <H1>LDAP OPTION: Search-Type</H1>
15297 This affects the way that LDAP searches are done.
15298 In particular, this tells the server where to look for the string to be matched.
15299 If set to &quot;name&quot; then the string that is being searched for will
15300 be compared with the string in the
15301 &quot;Name&quot; field on the server
15302 (technically, it is the &quot;commonname&quot; field on the server).
15303 &quot;Surname&quot; means we're looking for a
15304 match in the &quot;Surname&quot; field on the
15305 server (actually the &quot;sn&quot; field).
15306 &quot;Givenname&quot; really is &quot;givenname&quot;
15307 and &quot;email&quot; is the electronic mail address (this is actually the field
15308 called &quot;mail&quot; or &quot;electronicmail&quot; on the server).
15309 The other three types are combinations of
15310 the types listed so far. &quot;Name-or-email&quot;
15311 means the string should appear
15312 in either the &quot;name&quot; field OR the &quot;email&quot; field.
15313 Likewise, &quot;surname-or-givenname&quot;
15314 means &quot;surname&quot; OR &quot;givenname&quot;
15315 and &quot;sur-or-given-or-name-or-email&quot; means the obvious thing.
15317 This search TYPE is combined with the
15318 search <A HREF="h_config_ldap_searchrules">RULE</A>
15319 to form the actual search query.
15321 The usual default value for this
15322 option is &quot;sur-or-given-or-name-or-email&quot;.
15323 This type of search may be slow on some servers.
15324 Try &quot;name-or-email&quot;, which is often
15325 faster, or just &quot;name&quot; if the performance seems to be a problem.
15327 Some servers have been configured with different attribute names for
15328 these four fields.
15329 In other words, instead of using the attribute name &quot;mail&quot;
15330 for the email address field, the server might be configured to use something
15331 else, for example, &quot;rfc822mail&quot; or &quot;internetemailaddress&quot;.
15332 Alpine can be configured to use these different attribute names by using
15333 the four configuration options:
15334 <P><UL>
15335 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
15336 </UL>
15337 <P><UL>
15338 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
15339 </UL>
15340 <P><UL>
15341 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
15342 </UL>
15343 <P><UL>
15344 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
15345 </UL>
15347 &lt;End of help on this topic&gt;
15348 </BODY>
15349 </HTML>
15350 ====== h_config_ldap_searchrules =======
15351 <HTML>
15352 <HEAD>
15353 <TITLE>LDAP OPTION: Search-Rule</TITLE>
15354 </HEAD>
15355 <BODY>
15356 <H1>LDAP OPTION: Search-Rule</H1>
15358 This affects the way that LDAP searches are done.
15359 If set to &quot;equals&quot; then
15360 only exact matches count.
15361 &quot;Contains&quot; means that the string you type in
15362 is a substring of what you are matching against.
15363 &quot;Begins-with&quot; and &quot;ends-with&quot;
15364 mean that the string starts or ends with the string you type in.
15366 Spaces in your input are normally handled specially, but you can turn that
15367 special handling off with the
15368 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
15369 feature.
15371 The usual default value for this option is &quot;begins-with&quot;.
15373 &lt;End of help on this topic&gt;
15374 </BODY>
15375 </HTML>
15376 ======= h_config_ldap_email_attr =======
15377 <HTML>
15378 <HEAD>
15379 <TITLE>LDAP OPTION: EmailAttribute</TITLE>
15380 </HEAD>
15381 <BODY>
15382 <H1>LDAP OPTION: EmailAttribute</H1>
15384 This is the name of the attribute that is searched for when looking for
15385 an email address. The default value for this option is &quot;mail&quot; or
15386 &quot;electronicmail&quot;.
15387 If the server you are using uses a different attribute name for the email
15388 address, put that attribute name here.
15390 This will affect the search filter used if your Search-Type is one that
15391 contains a search for &quot;email&quot;.
15392 It will also cause the attribute value matching this attribute name to be used
15393 as the email address when you look up an entry from the composer.
15395 &lt;End of help on this topic&gt;
15396 </BODY>
15397 </HTML>
15398 ======= h_config_ldap_sn_attr =======
15399 <HTML>
15400 <HEAD>
15401 <TITLE>LDAP OPTION: SurnameAttribute</TITLE>
15402 </HEAD>
15403 <BODY>
15404 <H1>LDAP OPTION: SurnameAttribute</H1>
15406 This is the name of the attribute that is searched for when looking for
15407 the surname of the entry. The default value for this option is &quot;sn&quot;.
15408 If the server you are using uses a different attribute name for the surname,
15409 put that attribute name here.
15410 This will affect the search filter used if your Search-Type is one that
15411 contains a search for &quot;surname&quot;.
15413 &lt;End of help on this topic&gt;
15414 </BODY>
15415 </HTML>
15416 ======= h_config_ldap_gn_attr =======
15417 <HTML>
15418 <HEAD>
15419 <TITLE>LDAP OPTION: GivennameAttribute</TITLE>
15420 </HEAD>
15421 <BODY>
15422 <H1>LDAP OPTION: GivennameAttribute</H1>
15424 This is the name of the attribute that is searched for when looking for
15425 the given name of the entry. The default value for this option is &quot;givenname&quot;.
15426 If the server you are using uses a different attribute name for the given name,
15427 put that attribute name here.
15428 This will affect the search filter used if your Search-Type is one that
15429 contains a search for &quot;givenname&quot;.
15431 &lt;End of help on this topic&gt;
15432 </BODY>
15433 </HTML>
15434 ======= h_config_ldap_cn_attr =======
15435 <HTML>
15436 <HEAD>
15437 <TITLE>LDAP OPTION: NameAttribute</TITLE>
15438 </HEAD>
15439 <BODY>
15440 <H1>LDAP OPTION: NameAttribute</H1>
15442 This is the name of the attribute that is searched for when looking for
15443 the name of the entry. The default value for this option is &quot;cn&quot;, which
15444 stands for common name.
15445 If the server you are using uses a different attribute name for the name,
15446 put that attribute name here.
15447 This will affect the search filter used if your Search-Type is one that
15448 contains a search for &quot;name&quot;.
15450 &lt;End of help on this topic&gt;
15451 </BODY>
15452 </HTML>
15453 ======= h_config_ldap_time =======
15454 <HTML>
15455 <HEAD>
15456 <TITLE>LDAP OPTION: Timelimit</TITLE>
15457 </HEAD>
15458 <BODY>
15459 <H1>LDAP OPTION: Timelimit</H1>
15461 This places a limit on the number of seconds the LDAP search will continue.
15462 The default is 30 seconds. A value of 0 means no limit. Note that some servers
15463 may place limits of their own on searches.
15465 &lt;End of help on this topic&gt;
15466 </BODY>
15467 </HTML>
15468 ======= h_config_ldap_size =======
15469 <HTML>
15470 <HEAD>
15471 <TITLE>LDAP OPTION: Sizelimit</TITLE>
15472 </HEAD>
15473 <BODY>
15474 <H1>LDAP OPTION: Sizelimit</H1>
15476 This places a limit on the number of entries returned by the LDAP server.
15477 A value of 0 means no limit. The default is 0. Note that some servers
15478 may place limits of their own on searches.
15480 &lt;End of help on this topic&gt;
15481 </BODY>
15482 </HTML>
15483 ======= h_config_ldap_cust =======
15484 <HTML>
15485 <HEAD>
15486 <TITLE>LDAP OPTION: Custom-Search-Filter</TITLE>
15487 </HEAD>
15488 <BODY>
15489 <H1>LDAP OPTION: Custom-Search-Filter</H1>
15491 This one is for advanced users only! If you define this, then the
15492 &quot;Search-Type&quot; and &quot;Search-Rule&quot; defined are both ignored.
15493 However, the feature
15494 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
15495 is still in effect.
15496 That is, the space substitution will take place even in a custom filter unless
15497 you disable it.
15499 If your LDAP service stops working and you suspect it might be because
15500 of your custom filter, just delete this filter and try using the
15501 &quot;Search-Type&quot; and &quot;Search-Rule&quot; instead.
15502 Another option that sometimes causes trouble is the
15503 <A HREF="h_config_ldap_base">&quot;Search-Base&quot;</A> option.
15505 This variable may be set to the string representation of an LDAP search
15506 filter (see RFC1960). In the places where you want the address string to be
15507 substituted in, put a '%s' in this filter string. Here are some examples:
15509 A &quot;Search-Type&quot; of &quot;name&quot; with &quot;Search-Rule&quot; of &quot;begins-with&quot;
15510 is equivalent to the &quot;Custom-Search-Filter&quot;
15511 <PRE>
15512      (cn=%s*)
15513 </PRE>
15514 When you try to match against the string &quot;string&quot; the program replaces
15515 the &quot;%s&quot; with &quot;string&quot; (without the quotes). You may have multiple &quot;%s&quot;'s and
15516 they will all be replaced with the string. There is a limit of 10 &quot;%s&quot;'s.
15518 A &quot;Search-Type&quot; of &quot;name-or-email&quot; with &quot;Search-Rule&quot;
15519 of &quot;contains&quot; is equivalent to
15520 <PRE>
15521      (|(cn=*%s*)(mail=*%s*))
15522 </PRE>
15524 If your server uses a different attribute <EM>name</EM> than
15525 Alpine uses by default,
15526 (for example, it uses &quot;rfc822mail&quot; instead of &quot;mail&quot;),
15527 then you may be able to use one or more of the four attribute configuration
15528 options instead of defining a custom filter:
15529 <P><UL>
15530 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
15531 </UL>
15532 <P><UL>
15533 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
15534 </UL>
15535 <P><UL>
15536 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
15537 </UL>
15538 <P><UL>
15539 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
15540 </UL>
15542 &lt;End of help on this topic&gt;
15543 </BODY>
15544 </HTML>
15545 ======= h_composer_abook_comment =======
15546 <HTML>
15547 <HEAD>
15548 <TITLE>Addressbook Comment Explained</TITLE>
15549 </HEAD>
15550 <BODY>
15551 This is a comment to help you remember what this entry is. The WhereIs
15552 command searches comments so that it is easier to find an entry with a comment
15553 you know about attached to it. This field is not used in the outgoing message.
15555 Look <A HREF="h_edit_nav_cmds">here</A>
15556 to see the available Editing and Navigation commands.
15558 &lt;End of help on this topic&gt;
15559 </BODY>
15560 </HTML>
15561 ======= h_composer_abook_addrs =======
15562 <HTML>
15563 <HEAD>
15564 <TITLE>Addressbook Lists</TITLE>
15565 </HEAD>
15566 <BODY>
15567 <H1>Addressbook Lists</H1>
15569 This is a list of addresses to send to when sending to this address book
15570 entry.  Each member of the list may be an address or another nickname from
15571 any of your address books.  If it is an address, it is OK to include the
15572 full name field as well as the electronic address portion of that address.
15573 For example, the following are all legitimate entries in this field:
15575 <DL><DT>&nbsp;</DT>
15576 <DD>john&nbsp;&nbsp;&nbsp;&nbsp;(a nickname in your address book)
15577 <DD>jdoe@some.domain
15578 <DD>John Doe &lt;jdoe@some.domain&gt;
15579 </DL>
15581 The addresses should be listed separated by commas, just like you would
15582 enter them from the composer.
15586 The only difference between a distribution list and a simple entry with a
15587 single address, is that a distribution list has more than one address   
15588 listed in the Addresses: field, whereas a simple personal entry has just  
15589 one address.
15593 For individual address book entries, if there is a full name in the
15594 Fullname: field (filling in the Fullname: field is not required), it is
15595 used.  If the full name is specified in the Address: field and not in the
15596 Fullname: field, then the full name from the Address: field is used.
15600 If you type the nickname of a distribution list from one of your address 
15601 books in the Lcc: field, then the full name of that list is used in the  
15602 To: field.  If you put a list in the To: or Cc: fields, that list will be
15603 expanded into all of its addresses.  If the list has a full name, then
15604 that will appear at the beginning of the addresses.
15606 <DL><DT>&nbsp;</DT>
15607 <DD>Sewing Club &lt;john@somewhere&gt;, nancy@something.else, Sal
15608 &lt;sal@here.there&gt;
15609 </DL>
15611 If the first address in the distribution list also has a full name, then
15612 the list full name and that full name are combined into something like the
15613 following:
15615 <DL><DT>&nbsp;</DT>
15616 <DD>Sewing Club -- John Smith &lt;john@somewhere&gt;
15617 </DL>
15620 If you specify a list via Lcc, the full name is used in the To: line.  If
15621 you specify a list in the To: or Cc: fields, then it uses the same method
15622 as for individual entries for filling in the full name.
15626 For help with editing and navigation commands, check the Help for the
15627 Nickname: field.
15630 &lt;End of help on this topic&gt;
15631 </BODY>
15632 </HTML>
15633 ======= h_config_role_nick =======
15634 <HTML>
15635 <HEAD>
15636 <TITLE>Nickname Explained</TITLE>
15637 </HEAD>
15638 <BODY>
15639 <H1>Nickname Explained</H1>
15641 This is a nickname to help you.
15642 You should have a different nickname for each role you define.
15643 The nickname will be used in the SETUP ROLE RULES screen to allow you to
15644 pick a role to edit.
15645 It will also be used when you send a message to let you know you are
15646 sending with a different role than you use by default, and
15647 it will be useful for choosing a role when composing with the Role command
15648 or when composing with one of the Role Uses set to With Confirmation.
15649 This field is not used in the outgoing message.
15651 Look <A HREF="h_edit_nav_cmds">here</A>
15652 to see the available Editing and Navigation commands.
15654 &lt;End of help on this topic&gt;
15655 </BODY>
15656 </HTML>
15657 ======= h_config_role_comment =======
15658 <HTML>
15659 <HEAD>
15660 <TITLE>Comment Explained</TITLE>
15661 </HEAD>
15662 <BODY>
15663 <H1>Comment Explained</H1>
15665 This is a comment to help you.
15666 This comment does not play any functional role, it is simply an optional
15667 comment to help you remember what the rule is for.
15669 Look <A HREF="h_edit_nav_cmds">here</A>
15670 to see the available Editing and Navigation commands.
15672 &lt;End of help on this topic&gt;
15673 </BODY>
15674 </HTML>
15675 ======= h_config_other_nick =======
15676 <HTML>
15677 <HEAD>
15678 <TITLE>Nickname Explained</TITLE>
15679 </HEAD>
15680 <BODY>
15681 <H1>Nickname Explained</H1>
15683 This is a nickname to help you.
15684 You should have a different nickname for each rule you define.
15685 The nickname will be used in the SETUP OTHER RULES screen to allow you to
15686 pick a rule to edit.
15688 Look <A HREF="h_edit_nav_cmds">here</A>
15689 to see the available Editing and Navigation commands.
15691 &lt;End of help on this topic&gt;
15692 </BODY>
15693 </HTML>
15694 ======= h_config_score_nick =======
15695 <HTML>
15696 <HEAD>
15697 <TITLE>Nickname Explained</TITLE>
15698 </HEAD>
15699 <BODY>
15700 <H1>Nickname Explained</H1>
15702 This is a nickname to help you.
15703 You should have a different nickname for each scoring rule you define.
15704 The nickname will be used in the SETUP SCORING RULES screen to allow you to
15705 pick a rule to edit.
15707 Look <A HREF="h_edit_nav_cmds">here</A>
15708 to see the available Editing and Navigation commands.
15710 &lt;End of help on this topic&gt;
15711 </BODY>
15712 </HTML>
15713 ======= h_config_incol_nick =======
15714 <HTML>
15715 <HEAD>
15716 <TITLE>Nickname Explained</TITLE>
15717 </HEAD>
15718 <BODY>
15719 <H1>Nickname Explained</H1>
15721 This is a nickname to help you.
15722 You should have a different nickname for each color rule you define.
15723 The nickname will be used in the SETUP INDEX COLOR RULES screen to allow you to
15724 pick a rule to edit.
15726 Look <A HREF="h_edit_nav_cmds">here</A>
15727 to see the available Editing and Navigation commands.
15729 &lt;End of help on this topic&gt;
15730 </BODY>
15731 </HTML>
15732 ======= h_config_filt_nick =======
15733 <HTML>
15734 <HEAD>
15735 <TITLE>Nickname Explained</TITLE>
15736 </HEAD>
15737 <BODY>
15738 <H1>Nickname Explained</H1>
15740 This is a nickname to help you.
15741 You should have a different nickname for each filtering rule you define.
15742 The nickname will be used in the SETUP FILTERING RULES screen to allow you to
15743 pick a rule to edit.
15745 Look <A HREF="h_edit_nav_cmds">here</A>
15746 to see the available Editing and Navigation commands.
15748 &lt;End of help on this topic&gt;
15749 </BODY>
15750 </HTML>
15751 ======= h_config_score_topat =======
15752 <HTML>
15753 <HEAD>
15754 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15755 </HEAD>
15756 <BODY>
15757 <H1>&quot;To:&quot; Pattern Explained</H1>
15759 Any text you enter as the &quot;To pattern&quot;
15760 will be compared to the recipients from the To: line of
15761 the message being scored.
15762 When the text you entered matches
15763 all or part of the To: line of a message, then the Score Value
15764 you have specified will be added to the score for the message.
15765 (Any other non-blank parts of the Pattern must match, too.)
15768 You may enter a complete email address, part of an address, or a
15769 list of addresses or partial addresses.
15770 For example:
15773 <PRE>
15774  To pattern = friend@public.com
15776  To pattern = rated.net
15778  To pattern = xxx@adults.com
15779               admin@msn.com
15780               fool@motleyfool.com
15781 </PRE>
15784 Each of those are valid To patterns.
15787 Messages match those patterns if any of the
15788 addresses in the To: line of the message contains the pattern.
15789 If the pattern is a list of patterns
15790 (like the last example above) then it is a match if any of the patterns in
15791 the list match any of the addresses in the To: line.
15792 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15793 present for a match.
15794 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15795 address2 must be present.
15796 That is exactly what using a list does.)
15799 Some messages may be &quot;bounced&quot; to you, and will
15800 have a &quot;Resent-To:&quot; header line.
15801 If the message contains a Resent-To: line
15802 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15803 Alpine will look for
15804 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15805 the original To: line.
15808 When entering a pattern, you may choose an address from your address book
15809 with the &quot;T&quot; command.
15812 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15813 &quot;!&quot; &quot;toggle NOT&quot; command.
15814 This changes the meaning of the To pattern so that it has the opposite meaning.
15815 It will be considered a match if there are no matches between the
15816 addresses in the To: line and the list of To patterns.
15818 Don't make the mistake of putting the &quot;!&quot; in the data field for
15819 the pattern.
15820 For example, if you type the characters &quot;!frizzle&quot; into the To
15821 pattern, the pattern will look like:
15823 <PRE>
15824  To pattern = !frizzle
15825 </PRE>
15827 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15828 In order to match messages that do not have &quot;frizzle&quot; in
15829 their To field, first type the characters &quot;frizzle&quot; followed
15830 by carriage return for the value of the To pattern, then negate it
15831 by typing the &quot;!&quot; command.
15832 It should end up looking like
15834 <PRE>
15835  ! To pattern = frizzle
15836 </PRE>
15838 You are not limited to using the six standard header patterns that are
15839 normally shown (To, From, Sender, Cc, News, and Subject).
15840 You may add any other header to a Pattern by
15841 using the &quot;eXtraHdr&quot; command to specify a different
15842 message header line; and then the Add or Change command to fill in
15843 a pattern for the new header line, just like you would for a standard header.
15845 A technicality: Since comma is the character used to separate multiple
15846 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15847 you want to include a literal comma in the field.
15848 In other words, if you type a backslash followed by a comma it will
15849 be interpreted as a comma by Alpine, instead of as a separator between
15850 pattern values.
15851 All other backslashes are literal backslashes and should not be escaped.
15853 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15854 for more information on Patterns.
15856 Look <A HREF="h_edit_nav_cmds">here</A>
15857 to see the available Editing and Navigation commands.
15859 &lt;End of help on this topic&gt;
15860 </BODY>
15861 </HTML>
15862 ======= h_config_incol_topat =======
15863 <HTML>
15864 <HEAD>
15865 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15866 </HEAD>
15867 <BODY>
15868 <H1>&quot;To:&quot; Pattern Explained</H1>
15870 Any text you enter as the &quot;To pattern&quot;
15871 will be compared to the recipients from the To: lines of
15872 the messages in the index.
15873 When the text you entered matches
15874 all or part of the To: line of a message, then the Index Line Color you have
15875 specified will be used for that line in the index.
15876 (Any other non-blank parts of the Pattern must match, too.)
15879 You may enter a complete email address, part of an address, or a
15880 list of addresses or partial addresses.
15881 For example:
15884 <PRE>
15885  To pattern = friend@public.com
15886  To pattern = rated.net
15887  To pattern = xxx@adults.com
15888               admin@msn.com
15889               fool@motleyfool.com
15890 </PRE>
15893 Each of those are valid To patterns.
15896 Messages match those patterns if any of the
15897 addresses in the To: line of the message contains the pattern.
15898 If the pattern is a list of patterns
15899 (like the last example above) then it is a match if any of the patterns in
15900 the list match any of the addresses in the To: line.
15901 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15902 present for a match.
15903 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15904 address2 must be present.
15905 That is exactly what using a list does.)
15908 Some messages may be &quot;bounced&quot; to you, and will
15909 have a &quot;Resent-To:&quot; header line.
15910 If the message contains a Resent-To: line
15911 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15912 Alpine will look for
15913 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15914 the original To: line.
15917 When entering a pattern, you may choose an address from your address book
15918 with the &quot;T&quot; command.
15921 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15922 &quot;!&quot; &quot;toggle NOT&quot; command.
15923 This changes the meaning of the To pattern so that it has the opposite meaning.
15924 It will be considered a match if there are no matches between the
15925 addresses in the To: line and the list of To patterns.
15927 Don't make the mistake of putting the &quot;!&quot; in the data field for
15928 the pattern.
15929 For example, if you type the characters &quot;!frizzle&quot; into the To
15930 pattern, the pattern will look like:
15932 <PRE>
15933  To pattern = !frizzle
15934 </PRE>
15936 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15937 In order to match messages that do not have &quot;frizzle&quot; in
15938 their To field, first type the characters &quot;frizzle&quot; followed
15939 by carriage return for the value of the To pattern, then negate it
15940 by typing the &quot;!&quot; command.
15941 It should end up looking like
15943 <PRE>
15944  ! To pattern = frizzle
15945 </PRE>
15948 You are not limited to using the six standard header patterns that are
15949 normally shown (To, From, Sender, Cc, News, and Subject).
15950 You may add any other header to a Pattern by
15951 using the &quot;eXtraHdr&quot; command to specify a different
15952 message header line; and then the Add or Change command to fill in
15953 a pattern for the new header line, just like you would for a standard header.
15955 A technicality: Since comma is the character used to separate multiple
15956 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15957 you want to include a literal comma in the field.
15958 In other words, if you type a backslash followed by a comma it will
15959 be interpreted as a comma by Alpine, instead of as a separator between
15960 pattern values.
15961 All other backslashes are literal backslashes and should not be escaped.
15963 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15964 for more information on Patterns.
15966 Look <A HREF="h_edit_nav_cmds">here</A>
15967 to see the available Editing and Navigation commands.
15969 &lt;End of help on this topic&gt;
15970 </BODY>
15971 </HTML>
15972 ======= h_config_other_topat =======
15973 <HTML>
15974 <HEAD>
15975 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15976 </HEAD>
15977 <BODY>
15978 <H1>&quot;To:&quot; Pattern Explained</H1>
15980 For some of the OTHER RULES actions, there is no message that is being
15981 compared against.
15982 If that is the case, then only the Current Folder Type is checked.
15983 In particular, this To pattern is ignored.
15984 Actions that fall into this category include both
15985 Sort Order and Index Format.
15987 A technicality: Since comma is the character used to separate multiple
15988 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15989 you want to include a literal comma in the field.
15990 In other words, if you type a backslash followed by a comma it will
15991 be interpreted as a comma by Alpine, instead of as a separator between
15992 pattern values.
15993 All other backslashes are literal backslashes and should not be escaped.
15995 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15996 for more information on Patterns.
15998 Look <A HREF="h_edit_nav_cmds">here</A>
15999 to see the available Editing and Navigation commands.
16001 &lt;End of help on this topic&gt;
16002 </BODY>
16003 </HTML>
16004 ======= h_config_filt_topat =======
16005 <HTML>
16006 <HEAD>
16007 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
16008 </HEAD>
16009 <BODY>
16010 <H1>&quot;To:&quot; Pattern Explained</H1>
16012 Any text you enter as the &quot;To pattern&quot;
16013 will be compared to the recipients from the To: line of
16014 messages when Alpine opens folders.
16015 When the text you entered matches
16016 all or part of the To: line of a message, then the Filter Action you have
16017 specified will be carried out.
16018 (Any other non-blank parts of the Pattern must match, too.)
16021 You may enter a complete email address, part of an address, or a
16022 list of addresses or partial addresses.
16023 For example:
16026 <PRE>
16027  To pattern = friend@public.com
16028  To pattern = rated.net
16029  To pattern = xxx@adults.com
16030               admin@msn.com
16031               fool@motleyfool.com
16032 </PRE>
16035 Each of those are valid To patterns.
16038 Messages match those patterns if any of the
16039 addresses in the To: line of the message contains the pattern.
16040 If the pattern is a list of patterns
16041 (like the last example above) then it is a match if any of the patterns in
16042 the list match any of the addresses in the To: line.
16043 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
16044 present for a match.
16045 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
16046 address2 must be present.
16047 That is exactly what using a list does.)
16050 Some messages may be &quot;bounced&quot; to you, and will
16051 have a &quot;Resent-To:&quot; header line.
16052 If the message contains a Resent-To: line
16053 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
16054 Alpine will look for
16055 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
16056 the original To: line.
16059 When entering a pattern, you may choose an address from your address book
16060 with the &quot;T&quot; command.
16063 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
16064 &quot;!&quot; &quot;toggle NOT&quot; command.
16065 This changes the meaning of the To pattern so that it has the opposite meaning.
16066 It will be considered a match if there are no matches between the
16067 addresses in the To: line and the list of To patterns.
16069 Don't make the mistake of putting the &quot;!&quot; in the data field for
16070 the pattern.
16071 For example, if you type the characters &quot;!frizzle&quot; into the To
16072 pattern, the pattern will look like:
16074 <PRE>
16075  To pattern = !frizzle
16076 </PRE>
16078 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16079 In order to match messages that do not have &quot;frizzle&quot; in
16080 their To field, first type the characters &quot;frizzle&quot; followed
16081 by carriage return for the value of the To pattern, then negate it
16082 by typing the &quot;!&quot; command.
16083 It should end up looking like
16085 <PRE>
16086  ! To pattern = frizzle
16087 </PRE>
16090 You are not limited to using the six standard header patterns that are
16091 normally shown (To, From, Sender, Cc, News, and Subject).
16092 You may add any other header to a Pattern by
16093 using the &quot;eXtraHdr&quot; command to specify a different
16094 message header line; and then the Add or Change command to fill in
16095 a pattern for the new header line, just like you would for a standard header.
16097 A technicality: Since comma is the character used to separate multiple
16098 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16099 you want to include a literal comma in the field.
16100 In other words, if you type a backslash followed by a comma it will
16101 be interpreted as a comma by Alpine, instead of as a separator between
16102 pattern values.
16103 All other backslashes are literal backslashes and should not be escaped.
16105 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16106 for more information on Patterns.
16108 Look <A HREF="h_edit_nav_cmds">here</A>
16109 to see the available Editing and Navigation commands.
16111 &lt;End of help on this topic&gt;
16112 </BODY>
16113 </HTML>
16114 ======= h_config_role_topat =======
16115 <HTML>
16116 <HEAD>
16117 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
16118 </HEAD>
16119 <BODY>
16120 <H1>&quot;To:&quot; Pattern Explained</H1>
16122 Any text you enter as the &quot;To pattern&quot;
16123 will be compared to the recipients from the To: line of
16124 the message being replied to or forwarded.
16125 (Any other non-blank parts of the Pattern must match, too.)
16126 In the case of the Compose command, this pattern and the other header
16127 patterns are ignored.
16130 You may enter a complete email address, part of an address, or a
16131 list of addresses or partial addresses.
16132 For example:
16135 <PRE>
16136  To pattern = friend@public.com
16137  To pattern = rated.net
16138  To pattern = xxx@adults.com
16139               admin@msn.com
16140               fool@motleyfool.com
16141 </PRE>
16144 Each of those are valid To patterns.
16147 Messages match those patterns if any of the
16148 addresses in the To: line of the message contains the pattern.
16149 If the pattern is a list of patterns
16150 (like the last example above) then it is a match if any of the patterns in
16151 the list match any of the addresses in the To: line.
16152 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
16153 present for a match.
16154 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
16155 address2 must be present.
16156 That is exactly what using a list does.)
16159 Some messages may be &quot;bounced&quot; to you, and will
16160 have a &quot;Resent-To:&quot; header line.
16161 If the message contains a Resent-To: line
16162 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
16163 Alpine will look for
16164 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
16165 the original To: line.
16168 When entering a pattern, you may choose an address from your address book
16169 with the &quot;T&quot; command.
16172 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
16173 &quot;!&quot; &quot;toggle NOT&quot; command.
16174 This changes the meaning of the To pattern so that it has the opposite meaning.
16175 It will be considered a match if there are no matches between the
16176 addresses in the To: line and the list of To patterns.
16178 Don't make the mistake of putting the &quot;!&quot; in the data field for
16179 the pattern.
16180 For example, if you type the characters &quot;!frizzle&quot; into the To
16181 pattern, the pattern will look like:
16183 <PRE>
16184  To pattern = !frizzle
16185 </PRE>
16187 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16188 In order to match messages that do not have &quot;frizzle&quot; in
16189 their To field, first type the characters &quot;frizzle&quot; followed
16190 by carriage return for the value of the To pattern, then negate it
16191 by typing the &quot;!&quot; command.
16192 It should end up looking like
16194 <PRE>
16195  ! To pattern = frizzle
16196 </PRE>
16199 You are not limited to using the six standard header patterns that are
16200 normally shown (To, From, Sender, Cc, News, and Subject).
16201 You may add any other header to a Pattern by
16202 using the &quot;eXtraHdr&quot; command to specify a different
16203 message header line; and then the Add or Change command to fill in
16204 a pattern for the new header line, just like you would for a standard header.
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_frompat =======
16224 <HTML>
16225 <HEAD>
16226 <TITLE>&quot;From:&quot; Pattern Explained</TITLE>
16227 </HEAD>
16228 <BODY>
16229 <H1>&quot;From:&quot; Pattern Explained</H1>
16231 This is just like the &quot;To pattern&quot; except that it is compared with
16232 the address in the From: line of the message
16233 instead of the addresses from the To: line.
16234 See the help for the To pattern for more information on header patterns.
16236 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16237 for more information on Patterns.
16239 Look <A HREF="h_edit_nav_cmds">here</A>
16240 to see the available Editing and Navigation commands.
16242 &lt;End of help on this topic&gt;
16243 </BODY>
16244 </HTML>
16245 ======= h_config_role_senderpat =======
16246 <HTML>
16247 <HEAD>
16248 <TITLE>&quot;Sender:&quot; Pattern Explained</TITLE>
16249 </HEAD>
16250 <BODY>
16251 <H1>&quot;Sender:&quot; Pattern Explained</H1>
16253 This is just like the &quot;To pattern&quot; except that it is compared with
16254 the address from the Sender: line of the message
16255 instead of the addresses from the To: line.
16256 See the help for the To pattern for more information on header patterns.
16258 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16259 for more information on Patterns.
16261 Look <A HREF="h_edit_nav_cmds">here</A>
16262 to see the available Editing and Navigation commands.
16264 &lt;End of help on this topic&gt;
16265 </BODY>
16266 </HTML>
16267 ======= h_config_role_ccpat =======
16268 <HTML>
16269 <HEAD>
16270 <TITLE>&quot;Cc:&quot; Pattern Explained</TITLE>
16271 </HEAD>
16272 <BODY>
16273 <H1>&quot;Cc:&quot; Pattern Explained</H1>
16275 This is just like the &quot;To pattern&quot; except that it is compared with
16276 the addresses from the Cc: line of the message
16277 instead of the addresses from the To: line.
16278 See the help for the To pattern for more information on header patterns.
16280 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16281 for more information on Patterns.
16283 Look <A HREF="h_edit_nav_cmds">here</A>
16284 to see the available Editing and Navigation commands.
16286 &lt;End of help on this topic&gt;
16287 </BODY>
16288 </HTML>
16289 ======= h_config_role_recippat =======
16290 <HTML>
16291 <HEAD>
16292 <TITLE>Recipient Pattern Explained</TITLE>
16293 </HEAD>
16294 <BODY>
16295 <H1>Recipient Pattern Explained</H1>
16297 This is just like the &quot;To pattern&quot; except that it is compared with
16298 the addresses from both the To: line and the Cc: line of the
16299 message instead of just the addresses from the To: line.
16300 In other words, it is considered a match if the pattern matches
16301 <EM>EITHER</EM> an address in the To: line <EM>OR</EM> an address
16302 in the Cc: line.
16303 (Notice that defining the Recipient pattern does not have the same
16304 effect as defining both the To and Cc patterns.
16305 Recipient is To <EM>OR</EM> Cc; not To <EM>AND</EM> Cc.
16306 It is equivalent to having two different rules;
16307 one with a To pattern and the other with the same Cc pattern.)
16309 A technicality: Since comma is the character used to separate multiple
16310 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16311 you want to include a literal comma in the field.
16312 In other words, if you type a backslash followed by a comma it will
16313 be interpreted as a comma by Alpine, instead of as a separator between
16314 pattern values.
16315 All other backslashes are literal backslashes and should not be escaped.
16317 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16318 for more information on Patterns.
16320 Look <A HREF="h_edit_nav_cmds">here</A>
16321 to see the available Editing and Navigation commands.
16323 &lt;End of help on this topic&gt;
16324 </BODY>
16325 </HTML>
16326 ======= h_config_role_particpat =======
16327 <HTML>
16328 <HEAD>
16329 <TITLE>Participant Pattern Explained</TITLE>
16330 </HEAD>
16331 <BODY>
16332 <H1>Participant Pattern Explained</H1>
16334 This is just like the &quot;To pattern&quot; except that it is compared with
16335 the addresses from the From: line, the To: line, and the Cc: line of the
16336 message instead of just the addresses from the To: line.
16337 In other words, it is considered a match if the pattern matches
16338 <EM>EITHER</EM> an address in the From: line, <EM>OR</EM> an address
16339 in the To: line, <EM>OR</EM> an address in the Cc: line.
16340 (Notice that defining the Participant pattern does not have the same
16341 effect as defining all of the From, To, and Cc patterns.
16342 Participant is From <EM>OR</EM> To <EM>OR</EM> Cc; not
16343 From <EM>AND</EM> To <EM>AND</EM> Cc.
16344 It is equivalent to having three different rules;
16345 one with a From pattern, another with the same To pattern, and a third with
16346 the same Cc pattern.)
16348 A technicality: Since comma is the character used to separate multiple
16349 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16350 you want to include a literal comma in the field.
16351 In other words, if you type a backslash followed by a comma it will
16352 be interpreted as a comma by Alpine, instead of as a separator between
16353 pattern values.
16354 All other backslashes are literal backslashes and should not be escaped.
16356 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16357 for more information on Patterns.
16359 Look <A HREF="h_edit_nav_cmds">here</A>
16360 to see the available Editing and Navigation commands.
16362 &lt;End of help on this topic&gt;
16363 </BODY>
16364 </HTML>
16365 ======= h_config_role_newspat =======
16366 <HTML>
16367 <HEAD>
16368 <TITLE>News Pattern Explained</TITLE>
16369 </HEAD>
16370 <BODY>
16371 <H1>News Pattern Explained</H1>
16373 If this pattern is non-blank, then for this rule to be considered a
16374 match, at least one of the newsgroups from
16375 the Newsgroups line of the message must match this pattern.
16376 If this pattern is a list of patterns, then at least one of the
16377 newsgroups must match at least one of the patterns.
16378 (Any other non-blank parts of the Pattern must match, too.)
16380 It is possible to add a <EM>NOT</EM> to the News Pattern meaning with the
16381 &quot;!&quot; &quot;toggle NOT&quot; command.
16382 This changes the meaning of the News pattern so that it has the opposite meaning.
16383 It will be considered a match if there are no matches between the
16384 addresses in the Newsgroups: line and the list of News patterns.
16386 Don't make the mistake of putting the &quot;!&quot; in the data field for
16387 the pattern.
16388 For example, if you type the characters &quot;!frizzle&quot; into the News
16389 pattern, the pattern will look like:
16391 <PRE>
16392  News pattern = !frizzle
16393 </PRE>
16395 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16396 In order to match messages that do not have &quot;frizzle&quot; in
16397 their Newsgroups header, first type the characters &quot;frizzle&quot; followed
16398 by carriage return for the value of the News pattern, then negate it
16399 by typing the &quot;!&quot; command.
16400 It should end up looking like
16402 <PRE>
16403  ! News pattern = frizzle
16404 </PRE>
16406 A technicality: Since comma is the character used to separate multiple
16407 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16408 you want to include a literal comma in the field.
16409 In other words, if you type a backslash followed by a comma it will
16410 be interpreted as a comma by Alpine, instead of as a separator between
16411 pattern values.
16412 All other backslashes are literal backslashes and should not be escaped.
16415 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16416 for more information on Patterns.
16418 Look <A HREF="h_edit_nav_cmds">here</A>
16419 to see the available Editing and Navigation commands.
16421 &lt;End of help on this topic&gt;
16422 </BODY>
16423 </HTML>
16424 ======= h_config_role_subjpat =======
16425 <HTML>
16426 <HEAD>
16427 <TITLE>&quot;Subject:&quot; Pattern Explained</TITLE>
16428 </HEAD>
16429 <BODY>
16430 <H1>&quot;Subject:&quot; Pattern Explained</H1>
16432 This is similar to the other parts of the Pattern.
16433 It is compared with
16434 the contents from the Subject of the message.
16436 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16437 for more information on Patterns.
16439 It is possible to add a <EM>NOT</EM> to the Subject Pattern meaning with the
16440 &quot;!&quot; &quot;toggle NOT&quot; command.
16441 This changes the meaning of the Subject pattern so that it has the opposite meaning.
16442 It will be considered a match if there are no matches between the
16443 text in the Subject: line and the list of Subject patterns.
16446 If you wish to have a header pattern that is not one of the six standard
16447 header patterns, you may add it with the &quot;eXtraHdr&quot; command.
16449 A technicality: Since comma is the character used to separate multiple
16450 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16451 you want to include a literal comma in the field.
16452 In other words, if you type a backslash followed by a comma it will
16453 be interpreted as a comma by Alpine, instead of as a separator between
16454 pattern values.
16455 All other backslashes are literal backslashes and should not be escaped.
16457 Look <A HREF="h_edit_nav_cmds">here</A>
16458 to see the available Editing and Navigation commands.
16460 &lt;End of help on this topic&gt;
16461 </BODY>
16462 </HTML>
16463 ======= h_config_role_alltextpat =======
16464 <HTML>
16465 <HEAD>
16466 <TITLE>AllText Pattern Explained</TITLE>
16467 </HEAD>
16468 <BODY>
16469 <H1>AllText Pattern Explained</H1>
16471 This is similar to the header patterns.
16472 Instead of comparing with text in a particular header field it 
16473 is compared with all of the text in the message header and body.
16475 It is possible to add a <EM>NOT</EM> to the AllText Pattern meaning with the
16476 &quot;!&quot; &quot;toggle NOT&quot; command.
16477 This changes the meaning of the AllText pattern so that it has the opposite meaning.
16478 It will be considered a match if there are no matches between the
16479 text of the message and the list of AllText patterns.
16481 Don't make the mistake of putting the &quot;!&quot; in the data field for
16482 the pattern.
16483 For example, if you type the characters &quot;!frizzle&quot; into the AllText
16484 pattern, the pattern will look like:
16486 <PRE>
16487  AllText pattern = !frizzle
16488 </PRE>
16490 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16491 In order to match messages that do not have &quot;frizzle&quot; in
16492 the text of the message, first type the characters &quot;frizzle&quot; followed
16493 by carriage return for the value of the AllText pattern, then negate it
16494 by typing the &quot;!&quot; command.
16495 It should end up looking like
16497 <PRE>
16498  ! AllText pattern = frizzle
16499 </PRE>
16501 It is possible that you may notice degraded performance when using
16502 AllText Patterns.
16504 A technicality: Since comma is the character used to separate multiple
16505 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16506 you want to include a literal comma in the field.
16507 In other words, if you type a backslash followed by a comma it will
16508 be interpreted as a comma by Alpine, instead of as a separator between
16509 pattern values.
16510 All other backslashes are literal backslashes and should not be escaped.
16512 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16513 for more information on Patterns.
16515 Look <A HREF="h_edit_nav_cmds">here</A>
16516 to see the available Editing and Navigation commands.
16518 &lt;End of help on this topic&gt;
16519 </BODY>
16520 </HTML>
16521 ======= h_config_role_bodytextpat =======
16522 <HTML>
16523 <HEAD>
16524 <TITLE>BodyText Pattern Explained</TITLE>
16525 </HEAD>
16526 <BODY>
16527 <H1>BodyText Pattern Explained</H1>
16529 This is similar to the header patterns.
16530 Instead of comparing with text in a particular header field it 
16531 is compared with all of the text in the message body.
16533 It is possible to add a <EM>NOT</EM> to the BodyText Pattern meaning with the
16534 &quot;!&quot; &quot;toggle NOT&quot; command.
16535 This changes the meaning of the BodyText pattern so that it has the opposite meaning.
16536 It will be considered a match if there are no matches between the
16537 text of the body of the message and the list of BodyText patterns.
16539 Don't make the mistake of putting the &quot;!&quot; in the data field for
16540 the pattern.
16541 For example, if you type the characters &quot;!frizzle&quot; into the BodyText
16542 pattern, the pattern will look like:
16544 <PRE>
16545  BdyText pattern = !frizzle
16546 </PRE>
16548 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16549 In order to match messages that do not have &quot;frizzle&quot; in
16550 their BodyText, first type the characters &quot;frizzle&quot; followed
16551 by carriage return for the value of the BodyText pattern, then negate it
16552 by typing the &quot;!&quot; command.
16553 It should end up looking like
16555 <PRE>
16556  ! BodyText pattern = frizzle
16557 </PRE>
16559 It is possible that you may notice degraded performance when using
16560 BodyText Patterns.
16562 A technicality: Since comma is the character used to separate multiple
16563 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16564 you want to include a literal comma in the field.
16565 In other words, if you type a backslash followed by a comma it will
16566 be interpreted as a comma by Alpine, instead of as a separator between
16567 pattern values.
16568 All other backslashes are literal backslashes and should not be escaped.
16570 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16571 for more information on Patterns.
16573 Look <A HREF="h_edit_nav_cmds">here</A>
16574 to see the available Editing and Navigation commands.
16576 &lt;End of help on this topic&gt;
16577 </BODY>
16578 </HTML>
16579 ======= h_config_role_charsetpat =======
16580 <HTML>
16581 <HEAD>
16582 <TITLE>Character Set Pattern Explained</TITLE>
16583 </HEAD>
16584 <BODY>
16585 <H1>Character Set Pattern Explained</H1>
16587 A message may use one or more character sets.
16588 This part of the Pattern matches messages that make use of
16589 certain specified character sets.
16590 It will be considered a match if a message uses any of the character
16591 sets in the list you give here.
16594 When filling in a value for this field, you may use
16595 the &quot;T&quot; command, which presents you with a large list of
16596 possible character sets to choose from.
16597 You may also just type in the name of a character set, and it need not
16598 be one that Alpine knows about.
16601 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
16602 GB2312) you may also use some shorthand names that Alpine provides.
16603 These names are more understandable shorthand names for sets of 
16604 character set names.
16605 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
16606 Selecting one of these shorthand names is equivalent to selecting all of
16607 the character sets that make up the set.
16608 You can see all of these shorthand names and the lists of character sets
16609 they stand for by typing the &quot;T&quot; command.
16612 For the purposes of this Pattern,
16613 Alpine will search through a message for all of the text parts and
16614 collect the character sets declared for each part.
16615 It will also look in the Subject line for a character set used there.
16616 Alpine does not actually look at the text of the message or the text
16617 of the Subject to determine if a declared character set is actually
16618 used, it looks only at the declarations themselves in the MIME part headers
16619 and in the Subject.
16622 It is possible to add a <EM>NOT</EM> to the Character Set Pattern meaning with the
16623 &quot;!&quot; &quot;toggle NOT&quot; command.
16624 This changes the meaning of the Character Set pattern so that
16625 it has the opposite meaning.
16626 It will be considered a match if none of the character sets in the
16627 list are used in a message.
16629 Don't make the mistake of putting the &quot;!&quot; in the data field for
16630 the pattern.
16631 For example, if you type the characters &quot;!GB2312&quot; into the
16632 Character Set pattern, the pattern will look like:
16634 <PRE>
16635  Charset pattern = !GB2312
16636 </PRE>
16638 This means you want to match the 7 character sequence &quot;!GB2312&quot;.
16639 In order to match messages that do not have the
16640 character set &quot;GB2312&quot;
16641 set, first type the characters &quot;GB2312&quot; followed
16642 by carriage return for the value of the Character Set pattern, then negate it
16643 by typing the &quot;!&quot; command.
16644 It should end up looking like
16646 <PRE>
16647  ! Charset pattern = GB2312
16648 </PRE>
16650 A technicality: Since comma is the character used to separate multiple
16651 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16652 you want to include a literal comma in the field.
16653 In other words, if you type a backslash followed by a comma it will
16654 be interpreted as a comma by Alpine, instead of as a separator between
16655 pattern values.
16656 All other backslashes are literal backslashes and should not be escaped.
16658 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16659 for more information on Patterns.
16661 Look <A HREF="h_edit_nav_cmds">here</A>
16662 to see the available Editing and Navigation commands.
16664 &lt;End of help on this topic&gt;
16665 </BODY>
16666 </HTML>
16667 ======= h_config_role_keywordpat =======
16668 <HTML>
16669 <HEAD>
16670 <TITLE>Keyword Pattern Explained</TITLE>
16671 </HEAD>
16672 <BODY>
16673 <H1>Keyword Pattern Explained</H1>
16675 A folder may have user-defined keywords.
16676 These are similar to the Important flag, which the user may set using the
16677 Flag command.
16678 The difference is that the Important flag is always present for each folder.
16679 User-defined keywords are picked by the user.
16680 You may add new keywords by defining them in the
16681 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
16682 After you have added a potential keyword with the <!--#echo var="VAR_keywords"--> option,
16683 the Flag command may be used to set or clear the keyword on individual messages.
16684 If you have given a keyword a nickname when configuring it,
16685 that nickname may be used instead of the actual keyword.
16688 When filling in a value for this field, it may be easiest to use
16689 the &quot;T&quot; command, which presents you with a list of the keywords
16690 you have defined to choose from.
16693 This part of the Pattern matches messages with certain keywords set.
16694 It will be considered a match if a message has any of the keywords in the
16695 list set.
16696 A keyword that you have not defined using the
16697 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
16698 will not be a match.
16701 It is possible to add a <EM>NOT</EM> to the Keyword Pattern meaning with the
16702 &quot;!&quot; &quot;toggle NOT&quot; command.
16703 This changes the meaning of the Keyword pattern so that it has the opposite meaning.
16704 It will be considered a match if none of the keywords in the list are set
16705 for a message.
16706 A keyword that you have not defined using the
16707 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
16708 will not be a match, so a <EM>NOT</EM> of that keyword does match.
16710 Don't make the mistake of putting the &quot;!&quot; in the data field for
16711 the pattern.
16712 For example, if you type the characters &quot;!frizzle&quot; into the Keyword
16713 pattern, the pattern will look like:
16715 <PRE>
16716  Keyword pattern = !frizzle
16717 </PRE>
16719 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16720 In order to match messages that do not have the keyword &quot;frizzle&quot;
16721 set, first type the characters &quot;frizzle&quot; followed
16722 by carriage return for the value of the Keyword pattern, then negate it
16723 by typing the &quot;!&quot; command.
16724 It should end up looking like
16726 <PRE>
16727  ! Keyword pattern = frizzle
16728 </PRE>
16730 A technicality: Since comma is the character used to separate multiple
16731 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16732 you want to include a literal comma in the field.
16733 In other words, if you type a backslash followed by a comma it will
16734 be interpreted as a comma by Alpine, instead of as a separator between
16735 pattern values.
16736 All other backslashes are literal backslashes and should not be escaped.
16738 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16739 for more information on Patterns.
16741 Look <A HREF="h_edit_nav_cmds">here</A>
16742 to see the available Editing and Navigation commands.
16744 &lt;End of help on this topic&gt;
16745 </BODY>
16746 </HTML>
16747 ======= h_config_role_arbpat =======
16748 <HTML>
16749 <HEAD>
16750 <TITLE>Extra Header Patterns Explained</TITLE>
16751 </HEAD>
16752 <BODY>
16753 <H1>Extra Header Patterns Explained</H1>
16755 The header patterns that come after the Participant pattern but before the 
16756 AllText pattern are extra header patterns that you have added to a rule's
16757 Pattern. These are just like the other header patterns except that
16758 the contents of the particular header listed on the left hand side will
16759 be used for comparisons.
16761 The &quot;eXtraHdr&quot; command may be used to add more of these
16762 header patterns to the rule you are editing.
16764 The &quot;RemoveHdr&quot; command may be used to delete the highlighted
16765 extra header pattern from the rule you are editing.
16767 It is possible to add a <EM>NOT</EM> to the Extra Header Pattern meaning with the
16768 &quot;!&quot; &quot;toggle NOT&quot; command.
16769 This changes the meaning of the pattern so that it has the opposite meaning.
16770 It will be considered a match if there are no matches between the
16771 text in the header line and the list of patterns.
16773 Don't make the mistake of putting the &quot;!&quot; in the data field for
16774 the pattern.
16775 For example, if you type the characters &quot;!frizzle&quot; into the
16776 pattern, the pattern will look like:
16778 <PRE>
16779  Xyz pattern = !frizzle
16780 </PRE>
16782 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16783 In order to match messages that do not have &quot;frizzle&quot; in
16784 their Xyz field, first type the characters &quot;frizzle&quot; followed
16785 by carriage return for the value of the pattern, then negate it
16786 by typing the &quot;!&quot; command.
16787 It should end up looking like
16789 <PRE>
16790  ! Xyz pattern = frizzle
16791 </PRE>
16794 A technicality: Since comma is the character used to separate multiple
16795 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16796 you want to include a literal comma in the field.
16797 In other words, if you type a backslash followed by a comma it will
16798 be interpreted as a comma by Alpine, instead of as a separator between
16799 pattern values.
16800 All other backslashes are literal backslashes and should not be escaped.
16802 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16803 for more information on Patterns.
16805 Look <A HREF="h_edit_nav_cmds">here</A>
16806 to see the available Editing and Navigation commands.
16808 &lt;End of help on this topic&gt;
16809 </BODY>
16810 </HTML>
16811 ======= h_config_role_cat_cmd =======
16812 <HTML>
16813 <HEAD>
16814 <TITLE>Categorizer Command Explained</TITLE>
16815 </HEAD>
16816 <BODY>
16817 <H1>Categorizer Command Explained</H1>
16819 This is a command that is run with its standard input set to the message
16820 being checked and its standard output discarded.
16821 The full directory path should be specified.
16822 The command will be run and then its exit status will be checked against
16823 the Exit Status Interval, which defaults to just the value zero.
16824 If the exit status of the command falls in the interval, it is considered
16825 a match, otherwise it is not a match.
16828 This option may actually be a list of commands.
16829 The first one that exists and is executable is used.
16830 That makes it possible to use the same configuration with Unix Alpine and
16831 PC-Alpine.
16834 If none of the commands in the list exists and is executable then the rule
16835 is <EM>not</EM> a match.
16836 If it is possible that the command may not exist, you should be careful
16837 to structure your rules so that nothing destructive
16838 happens when the command does not exist.
16839 For example, you might have a filter that filters away spam when there is
16840 a match but does nothing when there is not a match.
16841 That would cause no harm if the command didn't exist.
16842 However, if you have a filter that filters away spam when there is not
16843 a match and keeps it when there is a match, that would filter everything
16844 if the categorizer command didn't exist.
16846 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
16847 setup for the bogofilter filter.
16850 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16851 for more information on Patterns.
16853 Look <A HREF="h_edit_nav_cmds">here</A>
16854 to see the available Editing and Navigation commands.
16856 &lt;End of help on this topic&gt;
16857 </BODY>
16858 </HTML>
16859 ======= h_config_role_cat_cmd_example =======
16860 <HTML>
16861 <HEAD>
16862 <TITLE>Categorizer Command Example</TITLE>
16863 </HEAD>
16864 <BODY>
16865 <H1>Categorizer Command Example</H1>
16867 Bogofilter
16868 (<A HREF="http://bogofilter.sourceforge.net/">http://bogofilter.sourceforge.net/</A>)
16869 is a mail filter that attempts to classify mail as spam or
16870 non-spam using statistical analysis of the message content.
16871 When run with no arguments and a message as standard input, it exits with
16872 exit status 0 if it thinks a message is spam and 1 if it thinks
16873 it is not spam.
16874 To use bogofilter as your Categorizer Command you would simply set Command to
16875 the pathname of the bogofilter program.
16876 For example,
16878 <CENTER><SAMP>Command = /usr/local/bin/bogofilter</SAMP></CENTER>
16880 Exit status of zero is what you are interested in, so you'd set the
16881 Exit Status Interval to
16883 <CENTER><SAMP>Exit Status Interval = (0,0)</SAMP></CENTER>
16886 In order to prevent downloading an entire huge message to check for spam, you
16887 might want to set the Character Limit to a few thousand characters (the
16888 assumption being that the spam will reveal itself in those characters)
16890 <CENTER><SAMP>Character Limit = 50000</SAMP></CENTER>
16893 You would probably use bogofilter in an Alpine Filter Rule, and have the action
16894 be to move the message to a spam folder.
16895 It would usually be wise to also check the &quot;Message is Recent&quot;
16896 part of the rule so that messages are only checked when they first arrive,
16897 and to restrict the Current Folder Type to just your INBOX.
16898 The reason for checking only Recent messages is to save the time it takes
16899 to run bogofilter on each message.
16900 As an experiment, you might start out by using this in an Indexcolor Rule
16901 instead of a Filter Rule.
16902 In that case, you probably wouldn't check the Recent checkbox.
16904 The use described above assumes that you are somehow maintaining bogofilter's
16905 database of words associated with spam and non-spam messages.
16906 One way to start your database would be to select a bunch of spam messages
16907 in Alpine (you might Save spam messages to a special folder or use Alpine's
16908 Select command to select several) and then Apply
16909 (<A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>)
16910 a pipe command to the spam messages.
16911 For example, you could have a shell script or an alias
16912 called <EM>this_is_spam</EM>, which would simply be the command
16914 <CENTER><SAMP>bogofilter -s</SAMP></CENTER>
16917 It is probably best to use the pipe command's Raw Text, With Delimiter,
16918 and Free Output options,
16919 which are at the bottom of the screen when you type the pipe command.
16920 That's because bogofilter expects the raw message as input, and uses
16921 the Delimiters to tell when a new message starts.
16922 You would not need to use a separate pipe for each message, because
16923 bogofilter can handle multiple messages at once.
16925 Similarly, you would select a group of non-spam messages
16926 and run them through a <EM>this_is_nonspam</EM> script
16927 that was something like
16929 <CENTER><SAMP>bogofilter -n</SAMP></CENTER>
16932 For the more adventurous, the next step might be to automate the upkeep of
16933 the bogofilter database.
16934 It might make more sense to have bogofilter be part of the delivery process,
16935 but it is also possible to do it entirely from within Alpine.
16936 Instead of using just plain &quot;bogofilter&quot; as the Categorizer Command,
16937 the &quot;-u&quot; argument will cause bogofilter to update the database.
16939 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
16941 You'd want a couple more aliases or shell scripts called something like
16942 <EM>change_to_spam</EM>
16944 <CENTER><SAMP>bogofilter -Ns</SAMP></CENTER>
16947 <EM>change_to_nonspam</EM>
16949 <CENTER><SAMP>bogofilter -Sn</SAMP></CENTER>
16951 When you run across a message in your INBOX that should have been
16952 classified as spam you would pipe it to the change_to_spam script, and
16953 when you run across a message in your spam folder that should have been
16954 left in your INBOX you would pipe it through change_to_nonspam.
16957 There is a technical problem with this approach.
16958 Alpine may check your filters more than once.
16959 In particular, every time you start Alpine the filters will be checked for
16960 each message.
16961 Also, if you have any filters that depend on message state (New, Deleted, etc.)
16962 then Alpine will recheck for matches in messages that have changed state
16963 at the time you close the folder and before expunging.
16964 This is usually ok.
16965 However, in this case it is a problem because the command
16967 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
16969 has the side effect of updating the database.
16970 So you run the risk of updating the database multiple times for a single
16971 message instead of updating it just once per message.
16972 There are some ways to work around this problem.
16973 What you need is a way to mark the message after you have run the filter.
16974 One way to mark messages is with the use of a keyword (say &quot;Bogo&quot;).
16975 Besides having the filter move the message to a spam folder, also have it
16976 set the Bogo keyword.
16977 (Note that you will have to set up the &quot;Bogo&quot; keyword in the
16978 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in Setup/Config.)
16979 This rule can only set the Bogo keyword for the messages that it matches.
16980 You will also need to add a second rule right after this one that
16981 matches all the messages that don't have the Bogo keyword set
16982 (put the keyword in the Keyword pattern and toggle
16983 the Not with the ! command)
16984 and takes the action of setting it.
16985 Then change the &quot;bogofilter -u&quot; rule so that it won't be a match
16986 (and so it won't re-run the bogofilter command) if the keyword is already
16987 set.
16989 What you will end up with is a rule that runs &quot;bogofilter -u&quot;
16990 on all messages that don't have the Bogo keyword set.
16991 This will have the side effect of inserting that message in the bogofilter
16992 database, match or not.
16993 If this rule matches (it is spam), the Bogo keyword will be set and
16994 the message will be moved to a spam folder.
16995 If it does not match, the
16996 following rule will mark the message by turning on the keyword.
16997 This second rule should be a non-terminating
16998 (<A HREF="h_config_filt_opts_nonterm">Dont-Stop-Even-if-Rule-Matches</A>)
16999 rule so that it doesn't stop the filtering process before the rest of
17000 your rules are consulted.
17003 In summary, the first rule is something like
17004 <PRE>
17005   Nickname          = bogofilter -u rule
17006   Current Folder Type =
17007                (*) Specific
17008                    Folder = INBOX
17010   ! Keyword pattern = Bogo
17012   External Categorizer Commands =
17013        Command              = /usr/local/bin/bogofilter -u
17014        Exit Status Interval = (0,0)
17015        Character Limit      = <No Value Set: using "-1">  (optionally set this)
17017   Filter Action =
17018        (*) Move
17019            Folder = spam
17020   
17021   Set These Keywords   = Bogo
17022 </PRE>
17024 and the following rule is
17025 <PRE>
17026   Nickname          = Set Bogo Keyword
17027   Current Folder Type =
17028                (*) Specific
17029                    Folder = INBOX
17031   ! Keyword pattern = Bogo
17033   Filter Action =
17034        (*) Just Set Message Status
17036   Set These Keywords   = Bogo
17038   Features =
17039       [X]  dont-stop-even-if-rule-matches
17040 </PRE>
17042 If it is possible for you to insert bogofilter in the delivery process instead
17043 of having it called from Alpine you could prevent having to wait
17044 for the bogofilter processing while you read your mail.
17045 You would have bogofilter add a header to the message at the time of delivery
17046 that identified it as spam or nonspam.
17047 With this method, you could avoid using a Categorizer Command while running Alpine,
17048 and just match on the header instead.
17049 You might still want to use the scripts mentioned above to initialize the
17050 database or to re-classify wrongly classified messages.
17053 Finally, it isn't for the faint-hearted,
17054 but it is also possible to run bogofilter from PC-Alpine.
17055 You can install Cygwin from
17056 <A HREF="http://www.cygwin.com/">http://www.cygwin.com/</A> and
17057 then compile bogofilter in the cygwin environment, and run it from
17058 within PC-Alpine.
17059 You would end up with a Categorizer command that looked something like
17061 <CENTER><SAMP>Command = C:&#92;cygwin&#92;bin&#92;bogofilter.exe -u</SAMP></CENTER>
17063 Note that the &quot;.exe&quot; extension is explicit,
17064 and that the bogofilter.exe executable should be in the same directory
17065 as cygwin1.dll.
17068 &lt;End of help on this topic&gt;
17069 </BODY>
17070 </HTML>
17071 ======= h_config_role_cat_status =======
17072 <HTML>
17073 <HEAD>
17074 <TITLE>Exit Status Interval Explained</TITLE>
17075 </HEAD>
17076 <BODY>
17077 <H1>Exit Status Interval Explained</H1>
17079 The categorizer command is run and the result is the exit status of
17080 that command.
17081 If that exit status falls in the Exit Status Interval
17082 then it is considered a match, otherwise it is not a match.
17083 Of course for the entire rule to match, it must also be checked against
17084 the other defined parts of the Pattern.
17086 The Exit Status Interval defaults to the single value 0 (zero).
17087 If you define it, it should be set to something like:
17089 <CENTER><SAMP>(min_exit_value,max_exit_value)</SAMP></CENTER>
17091 where &quot;min_exit_value&quot; and &quot;max_exit_value&quot; are integers.
17092 The special values &quot;INF&quot; and &quot;-INF&quot; may be used for large
17093 positive and negative integers.
17095 Actually, a list of intervals may be used if you wish.
17096 A list would look like
17098 <CENTER><SAMP>(min_exit_value1,max_exit_value1),(min_exit_value2,max_exit_value2),...</SAMP></CENTER>
17100 When there is an Exit Status Interval defined, it is a match if the exit status
17101 of the categorizer command is contained in any of the intervals.
17102 The intervals include both endpoints.
17104 The default interval is
17106 <CENTER><SAMP>(0,0)</SAMP></CENTER>
17108 and it matches only if the command exits with exit status equal to zero.
17111 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17112 for more information on Patterns.
17114 Look <A HREF="h_edit_nav_cmds">here</A>
17115 to see the available Editing and Navigation commands.
17117 &lt;End of help on this topic&gt;
17118 </BODY>
17119 </HTML>
17120 ======= h_config_role_cat_limit =======
17121 <HTML>
17122 <HEAD>
17123 <TITLE>Character Limit Explained</TITLE>
17124 </HEAD>
17125 <BODY>
17126 <H1>Character Limit Explained</H1>
17128 Setting this option makes it possible to limit how much of the message
17129 is made available to the categorizer command as input.
17130 The default value (-1) means that the entire message is fed to the
17131 command.
17132 A value of 0 (zero) means that only the headers of the message are
17133 made available.
17134 A positive integer means that the headers plus that many characters from
17135 the body of the message are passed to the categorizer.
17138 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17139 for more information on Patterns.
17141 Look <A HREF="h_edit_nav_cmds">here</A>
17142 to see the available Editing and Navigation commands.
17144 &lt;End of help on this topic&gt;
17145 </BODY>
17146 </HTML>
17147 ======= h_config_role_age =======
17148 <HTML>
17149 <HEAD>
17150 <TITLE>Age Interval Explained</TITLE>
17151 </HEAD>
17152 <BODY>
17153 <H1>Age Interval Explained</H1>
17155 The Age Interval, if defined, is part of the Pattern.
17156 If you use this, it should be set to something like:
17158 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
17160 where &quot;min_age&quot; and &quot;max_age&quot; are non-negative integers.
17161 The special value &quot;INF&quot; may be used for the max value.
17162 It represents infinity.
17164 In rare cases it may be useful to use the more general form of the value,
17165 which is a comma-separated list of intervals.
17166 It would look something like:
17168 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
17170 When there is an Age Interval defined, it is a match if the age, in days, of
17171 the message is contained in the interval.
17172 The interval includes both endpoints.
17173 If the option is set to a list of intervals then it is a match if the
17174 age of the message is contained in any of the intervals.
17176 Even though this option is called Age, it isn't actually
17177 the <EM>age</EM> of the message.
17178 Instead, it is how many days ago the message arrived in one of your folders.
17179 If the current time is a little past midnight, then a message that arrived
17180 just before midnight arrived yesterday, even though the message is only
17181 a few minutes old.
17182 By default, the date being used is not the date in the Date
17183 header of the message.
17184 It is the date that the message arrived in one of your folders.
17185 When you Save a message from one folder to another that arrival date
17186 is preserved.
17187 If you would like to use the date in the Date header that is possible.
17188 Turn on the option
17189 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
17190 near the bottom of the rule definition.
17192 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
17193 The age interval
17195 <CENTER><SAMP>(2,2)</SAMP></CENTER>
17197 matches all messages that arrived on the day before yesterday.
17198 The interval
17200 <CENTER><SAMP>(180,INF)</SAMP></CENTER>
17202 matches all messages that arrived at least 180 days before today.
17203 The interval
17205 <CENTER><SAMP>(0,1)</SAMP></CENTER>
17207 matches all messages that arrived today or yesterday.
17210 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17211 for more information on Patterns.
17213 Look <A HREF="h_edit_nav_cmds">here</A>
17214 to see the available Editing and Navigation commands.
17216 &lt;End of help on this topic&gt;
17217 </BODY>
17218 </HTML>
17219 ======= h_config_role_size =======
17220 <HTML>
17221 <HEAD>
17222 <TITLE>Size Interval Explained</TITLE>
17223 </HEAD>
17224 <BODY>
17225 <H1>Size Interval Explained</H1>
17227 The Size Interval, if defined, is part of the Pattern.
17228 If you use this, it should be set to something like:
17230 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
17232 where &quot;min_size&quot; and &quot;max_size&quot; are non-negative integers.
17233 The special value &quot;INF&quot; may be used for the max value.
17234 It represents infinity.
17236 In rare cases it may be useful to use the more general form of the value,
17237 which is a comma-separated list of intervals.
17238 It would look something like:
17240 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
17242 When there is a Size Interval defined, it is a match if the size of
17243 the message is contained in the interval.
17244 The interval includes both endpoints.
17245 If the option is set to a list of intervals then it is a match if the
17246 size of the message is contained in any of the intervals.
17248 The size interval
17250 <CENTER><SAMP>(10000,50000)</SAMP></CENTER>
17252 matches all messages with sizes greater than or equal to 10000, and less
17253 than or equal to 50000.
17254 The interval
17256 <CENTER><SAMP>(100000,INF)</SAMP></CENTER>
17258 matches all messages with sizes greater than or equal to 100000.
17261 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17262 for more information on Patterns.
17264 Look <A HREF="h_edit_nav_cmds">here</A>
17265 to see the available Editing and Navigation commands.
17267 &lt;End of help on this topic&gt;
17268 </BODY>
17269 </HTML>
17270 ======= h_config_role_scorei =======
17271 <HTML>
17272 <HEAD>
17273 <TITLE>Score Interval Explained</TITLE>
17274 </HEAD>
17275 <BODY>
17276 <H1>Score Interval Explained</H1>
17278 The Score Interval, if defined, is part of the Pattern.
17279 If you use this, it should be set to something like:
17281 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
17283 where &quot;min_score&quot; and &quot;max_score&quot; are integers between
17284 -32000 and 32000.
17285 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
17286 the min and max values.
17287 These represent negative and positive infinity.
17289 Actually, the value may be a list of intervals rather than just a
17290 single interval if that is useful.
17291 The elements of the list are separated by commas like:
17293 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
17295 When there is a Score Interval defined, it is a match if the score for
17296 the message is contained in any of the intervals.
17297 The intervals include both endpoints.
17298 The score for a message is calculated by looking at every scoring rule
17299 defined and adding up the Score Values for the rules that match the message.
17300 Scoring rules are created using the
17301 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
17304 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17305 for more information on Patterns.
17307 Look <A HREF="h_edit_nav_cmds">here</A>
17308 to see the available Editing and Navigation commands.
17310 &lt;End of help on this topic&gt;
17311 </BODY>
17312 </HTML>
17313 ======= h_config_role_fldr_type =======
17314 <HTML>
17315 <HEAD>
17316 <TITLE>Current Folder Type Explained</TITLE>
17317 </HEAD>
17318 <BODY>
17319 <H1>Current Folder Type Explained</H1>
17321 The Current Folder Type is part of the role's Pattern.
17322 It refers to the type of the currently open folder, which is the folder
17323 you were last looking at from the MESSAGE INDEX or MESSAGE TEXT screen.
17324 In order for a role to be considered a match, the current folder must
17325 be of the type you set here.
17326 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17327 all what you might think.
17329 If the Current Folder Type for a role's Pattern is set to &quot;News&quot;, for
17330 example, then
17331 that role will only be a match if the current folder is a newsgroup and
17332 the rest of the Pattern matches.
17333 The value &quot;Specific&quot; may be used when you want to limit the match
17334 to a specific folder (not just a specific type of folder), or to a list of
17335 specific folders.
17337 In order to match a specific folder you Select the &quot;Specific&quot;
17338 button <EM>AND</EM> fill in
17339 the name (or list of names) of
17340 the folder in the &quot;Folder List&quot; field.
17341 If the current folder is any of the folders in the list, that is considered
17342 a match.
17343 The name of each folder in the list may be either &quot;INBOX&quot;,
17344 the technical specification
17345 of the folder (like what appears in your configuration file) or, if the
17346 folder is one of your incoming folders, it may be the nickname you've given
17347 the folder.
17348 Here are a couple samples of specific folder names:
17350 <CENTER><SAMP>{monet.art.example.com/user=vincent}mail/art-class</SAMP></CENTER>
17352 <CENTER><SAMP>{news.example.com/nntp/user=peter}#news.comp.mail.pine</SAMP></CENTER>
17354 Observe that in order for an external folder (IMAP, POP, News) to be a match,
17355 you must also add the /user= option in the definition of the incoming folder.
17357 The easiest way to fill in the &quot;Folder List&quot; field is to use
17358 the &quot;T&quot; command that is available when the &quot;Folder List&quot; line is
17359 highlighted, or to use the &quot;Take&quot; command with the configuration
17360 feature
17361 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
17362 turned on.
17363 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17364 Current Folder Type is set to &quot;Specific&quot;, and any value that
17365 &quot;Folder List&quot; has is ignored unless the type
17366 is set to &quot;Specific&quot;.
17368 When reading a newsgroup, there may be a performance penalty
17369 incurred when collecting the information necessary to check a Pattern.
17370 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17372 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17373 for more information on Patterns.
17375 Look <A HREF="h_edit_nav_cmds">here</A>
17376 to see the available Editing and Navigation commands.
17378 &lt;End of help on this topic&gt;
17379 </BODY>
17380 </HTML>
17381 ======= h_config_filt_rule_type =======
17382 <HTML>
17383 <HEAD>
17384 <TITLE>Filter Action Explained</TITLE>
17385 </HEAD>
17386 <BODY>
17387 <H1>Filter Action Explained</H1>
17389 The Filter Action specifies the action to be taken when the Pattern is a
17390 match.
17391 It may be set to &quot;Delete&quot; &quot;Move&quot;, or
17392 &quot;Just Set Message Status&quot;.
17394 If it is set to &quot;Delete&quot;, then the message that matches the
17395 Pattern will be deleted from the open folder.
17397 If it is set to &quot;Move&quot;, then the name of the folder to which
17398 the matching message should be moved is given in the &quot;Folder List&quot; field on the
17399 next line of the screen.
17400 A list of folders separated by commas may be given, in which case the
17401 message will be copied to all of the folders in the list before it is
17402 deleted.
17404 If it is set to neither of those two values (it is set to the value
17405 labeled &quot;Just Set Message Status&quot;) then the message status
17406 setting will happen
17407 but the message will not be deleted or moved.
17409 If you are Moving a message you may also set Message Status if you wish.
17411 The easiest way to fill in the &quot;Folder List&quot; field is to use
17412 the T command that is available when the &quot;Folder List&quot; line is
17413 highlighted.
17414 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17415 Filter Action is set to &quot;Move&quot;, and any value that
17416 &quot;Folder List&quot; has is ignored unless the type
17417 is set to &quot;Move&quot;.
17419 There are a few tokens that may be used in the names in the Folder List.
17420 They are all related to the date on which the filtering is taking place.
17421 The tokens are words surrounded by underscores.
17422 For example, if you want your filter to move messages to a folder named
17423 <P><CENTER><SAMP>abc-year-mon</SAMP></CENTER><P>
17424 you could specify the folder as
17425 <P><CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER><P>
17426 which would result in a file named something like
17427 <P><CENTER><SAMP>abc-2004-oct</SAMP></CENTER><P>
17429 <P><CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER><P>
17430 which would result in a file named something like
17431 <P><CENTER><SAMP>abc-04-10</SAMP></CENTER><P>
17432 The available tokens are listed
17433 <A HREF="h_index_tokens">here</A>.
17435 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17436 for more information on Patterns.
17438 Look <A HREF="h_edit_nav_cmds">here</A>
17439 to see the available Editing and Navigation commands.
17441 &lt;End of help on this topic&gt;
17442 </BODY>
17443 </HTML>
17444 ======= h_config_score_fldr_type =======
17445 <HTML>
17446 <HEAD>
17447 <TITLE>Current Folder Type Explained</TITLE>
17448 </HEAD>
17449 <BODY>
17450 <H1>Current Folder Type Explained</H1>
17452 The Current Folder Type is part of the scoring rule's Pattern.
17453 It refers to the type of the folder that
17454 the message being scored is in.
17455 In order for a rule to be considered a match, the current folder must
17456 be of the type you set here.
17457 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17458 all what you might think.
17460 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17461 example, then
17462 that Pattern will only match if the current folder is a newsgroup and
17463 the rest of the Pattern matches.
17464 The value &quot;Specific&quot; may be used when you want to limit the match
17465 to a specific folder (not just a specific type of folder), or to a list of
17466 specific folders.
17468 In order to match a specific folder you Select the &quot;Specific&quot;
17469 button <EM>AND</EM> fill in
17470 the name (or list of names) of
17471 the folder in the &quot;Folder List&quot; field.
17472 If the current folder is any of the folders in the list, that is considered
17473 a match.
17474 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17475 of the folder (like what appears in your configuration file) or, if the
17476 folder is one of your incoming folders, it may be the nickname you've given
17477 the folder.
17478 Here are a couple samples of specific folder names:
17480 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17482 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17484 The easiest way to fill in the &quot;Folder List&quot; field is to use
17485 the T command that is available when the &quot;Folder List&quot; line is
17486 highlighted.
17487 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17488 Current Folder Type is set to &quot;Specific&quot;, and any value that
17489 &quot;Folder List&quot; has is ignored unless the type
17490 is set to &quot;Specific&quot;.
17492 When reading a newsgroup, there may be a performance penalty
17493 incurred when collecting the information necessary to check a Pattern.
17494 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17495 For example, if you have Index Line Coloring rules that have Score Intervals
17496 defined then the scores for all the visible messages will need to be calculated.
17497 If some of your Scoring rules have 
17498 a Current Folder Type of
17499 &quot;Any&quot; or &quot;News&quot; this may cause the MESSAGE INDEX
17500 screen to draw more slowly when in a newsgroup.
17502 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17503 for more information on Patterns.
17505 Look <A HREF="h_edit_nav_cmds">here</A>
17506 to see the available Editing and Navigation commands.
17508 &lt;End of help on this topic&gt;
17509 </BODY>
17510 </HTML>
17511 ======= h_config_other_fldr_type =======
17512 <HTML>
17513 <HEAD>
17514 <TITLE>Current Folder Type Explained</TITLE>
17515 </HEAD>
17516 <BODY>
17517 <H1>Current Folder Type Explained</H1>
17519 The Current Folder Type is part of the rule's Pattern.
17520 It refers to the type of the folder being viewed.
17521 In order for a rule to be considered a match, the current folder must
17522 be of the type you set here.
17523 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17524 all what you might think.
17526 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17527 example, then
17528 that Pattern will only match if the current folder is a newsgroup.
17529 The value &quot;Specific&quot; may be used when you want to limit the match
17530 to a specific folder (not just a specific type of folder), or to a list of
17531 specific folders.
17533 In order to match a specific folder you Select the &quot;Specific&quot;
17534 button <EM>AND</EM> fill in
17535 the name (or list of names) of
17536 the folder in the &quot;Folder List&quot; field.
17537 If the current folder is any of the folders in the list, that is considered
17538 a match.
17539 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17540 of the folder (like what appears in your configuration file) or, if the
17541 folder is one of your incoming folders, it may be the nickname you've given
17542 the folder.
17543 Here are a couple samples of specific folder names:
17545 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17547 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17549 The easiest way to fill in the &quot;Folder List&quot; field is to use
17550 the T command that is available when the &quot;Folder List&quot; line is
17551 highlighted.
17552 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17553 Current Folder Type is set to &quot;Specific&quot;, and any value that
17554 &quot;Folder List&quot; has is ignored unless the type
17555 is set to &quot;Specific&quot;.
17557 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17558 for more information on Patterns.
17560 Look <A HREF="h_edit_nav_cmds">here</A>
17561 to see the available Editing and Navigation commands.
17563 &lt;End of help on this topic&gt;
17564 </BODY>
17565 </HTML>
17566 ======= h_config_incol_fldr_type =======
17567 <HTML>
17568 <HEAD>
17569 <TITLE>Current Folder Type Explained</TITLE>
17570 </HEAD>
17571 <BODY>
17572 <H1>Current Folder Type Explained</H1>
17574 The Current Folder Type is part of the Line Coloring rule's Pattern.
17575 It refers to the type of the folder for which the MESSAGE INDEX is
17576 being viewed.
17577 In order for a rule to be considered a match, the current folder must
17578 be of the type you set here.
17579 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17580 all what you might think.
17582 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17583 example, then
17584 that Pattern will only match if the current folder is a newsgroup and
17585 the rest of the Pattern matches.
17586 The value &quot;Specific&quot; may be used when you want to limit the match
17587 to a specific folder (not just a specific type of folder), or to a list of
17588 specific folders.
17590 In order to match a specific folder you Select the &quot;Specific&quot;
17591 button <EM>AND</EM> fill in
17592 the name (or list of names) of
17593 the folder in the &quot;Folder List&quot; field.
17594 If the current folder is any of the folders in the list, that is considered
17595 a match.
17596 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17597 of the folder (like what appears in your configuration file) or, if the
17598 folder is one of your incoming folders, it may be the nickname you've given
17599 the folder.
17600 Here are a couple samples of specific folder names:
17602 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17604 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17606 The easiest way to fill in the &quot;Folder List&quot; field is to use
17607 the T command that is available when the &quot;Folder List&quot; line is
17608 highlighted.
17609 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17610 Current Folder Type is set to &quot;Specific&quot;, and any value that
17611 &quot;Folder List&quot; has is ignored unless the type
17612 is set to &quot;Specific&quot;.
17614 When reading a newsgroup, there may be a performance penalty
17615 incurred when collecting the information necessary to check a Pattern.
17616 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17617 For example, a rule with a non-Normal Index Line Color
17618 and a Current Folder Type of
17619 &quot;Any&quot; or &quot;News&quot; may cause the MESSAGE INDEX
17620 screen to draw more slowly when in a newsgroup.
17622 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17623 for more information on Patterns.
17625 Look <A HREF="h_edit_nav_cmds">here</A>
17626 to see the available Editing and Navigation commands.
17628 &lt;End of help on this topic&gt;
17629 </BODY>
17630 </HTML>
17631 ======= h_config_filt_fldr_type =======
17632 <HTML>
17633 <HEAD>
17634 <TITLE>Current Folder Type Explained</TITLE>
17635 </HEAD>
17636 <BODY>
17637 <H1>Current Folder Type Explained</H1>
17639 The Current Folder Type is part of the Filtering rule's Pattern.
17640 It refers to the type of the folder for which the filtering is being done.
17641 In order for a rule to be considered a match, the current folder must
17642 be of the type you set here.
17643 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17644 all what you might think.
17646 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17647 example, then
17648 that Pattern will only match if the current folder is a newsgroup and
17649 the rest of the Pattern matches.
17650 The value &quot;Specific&quot; may be used when you want to limit the match
17651 to a specific folder (not just a specific type of folder), or to a list of
17652 specific folders.
17654 In order to match a specific folder you Select the &quot;Specific&quot;
17655 button <EM>AND</EM> fill in
17656 the name (or list of names) of
17657 the folder in the &quot;Folder List&quot; field.
17658 If the current folder is any of the folders in the list, that is considered
17659 a match.
17660 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17661 of the folder (like what appears in your configuration file) or, if the
17662 folder is one of your incoming folders, it may be the nickname you've given
17663 the folder.
17664 Here are a couple samples of specific folder names:
17666 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17668 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17670 The easiest way to fill in the &quot;Folder List&quot; field is to use
17671 the T command that is available when the &quot;Folder List&quot; line is
17672 highlighted.
17673 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17674 Current Folder Type is set to &quot;Specific&quot;, and any value that
17675 &quot;Folder List&quot; has is ignored unless the type
17676 is set to &quot;Specific&quot;.
17678 When reading a newsgroup, there may be a performance penalty
17679 incurred when collecting the information necessary to check a Pattern.
17680 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17681 For example, a rule with a Current Folder Type of either
17682 &quot;Any&quot; or &quot;News&quot; may cause the filtering to happen
17683 more slowly when opening a newsgroup.
17685 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17686 for more information on Patterns.
17688 Look <A HREF="h_edit_nav_cmds">here</A>
17689 to see the available Editing and Navigation commands.
17691 &lt;End of help on this topic&gt;
17692 </BODY>
17693 </HTML>
17694 ======= h_config_role_stat_imp =======
17695 <HTML>
17696 <HEAD>
17697 <TITLE>Message Important Status Explained</TITLE>
17698 </HEAD>
17699 <BODY>
17700 <H1>Message Important Status Explained</H1>
17702 This part of the Pattern may have one of three possible values.
17703 The default value is &quot;Don't care&quot;, which matches any message.
17704 The other two values are &quot;Yes&quot;, which means the message must be
17705 flagged &quot;Important&quot; in order to be a match; or &quot;No&quot;, which
17706 means the message must <EM>not</EM> be flagged &quot;Important&quot; in order
17707 to be a match.
17709 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17710 for more information on Patterns.
17712 Look <A HREF="h_edit_nav_cmds">here</A>
17713 to see the available Editing and Navigation commands.
17715 &lt;End of help on this topic&gt;
17716 </BODY>
17717 </HTML>
17718 ======= h_config_role_stat_new =======
17719 <HTML>
17720 <HEAD>
17721 <TITLE>Message New Status Explained</TITLE>
17722 </HEAD>
17723 <BODY>
17724 <H1>Message New Status Explained</H1>
17726 This part of the Pattern may have one of three possible values.
17727 The default value is &quot;Don't care&quot;, which matches any message.
17728 The other two values are &quot;Yes&quot;, which means the message must be
17729 &quot;New&quot; in order to be a match; or &quot;No&quot;, which
17730 means the message must <EM>not</EM> be &quot;New&quot; in order
17731 to be a match.
17732 &quot;New&quot; is the same as <EM>Unseen</EM> and not &quot;New&quot; is the
17733 same as <EM>Seen</EM>.
17735 The nomenclature for New and Recent is a bit confusing:
17737 New means that the message is Unseen.
17738 It could have been in your mailbox for a long time but if you haven't looked
17739 at it, it is still considered New.
17740 That matches the default Alpine index display that shows an N for such a
17741 message.
17743 Recent means that the message was added to this folder since the last time
17744 you opened the folder.
17745 Alpine also shows an N by default for these types of messages.
17746 If you were to run two copies of Alpine that opened a folder one right after
17747 the other, a message would only show up as Recent in (at most) the first
17748 Alpine session.
17750 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17751 for more information on Patterns.
17753 Look <A HREF="h_edit_nav_cmds">here</A>
17754 to see the available Editing and Navigation commands.
17756 &lt;End of help on this topic&gt;
17757 </BODY>
17758 </HTML>
17759 ======= h_config_role_stat_recent =======
17760 <HTML>
17761 <HEAD>
17762 <TITLE>Message Recent Status Explained</TITLE>
17763 </HEAD>
17764 <BODY>
17765 <H1>Message Recent Status Explained</H1>
17767 This part of the Pattern may have one of three possible values.
17768 The default value is &quot;Don't care&quot;, which matches any message.
17769 The other two values are &quot;Yes&quot;, which means the message must be
17770 &quot;Recent&quot; in order to be a match; or &quot;No&quot;, which
17771 means the message must <EM>not</EM> be &quot;Recent&quot; in order
17772 to be a match.
17773 &quot;Recent&quot; means that the message was added to the folder since
17774 the last time the folder was opened.
17775 If more than one mail client has the folder opened, the message will
17776 appear to be &quot;Recent&quot; to only one of the clients.
17778 The nomenclature for New and Recent is a bit confusing:
17780 New means that the message is Unseen.
17781 It could have been in your mailbox for a long time but if you haven't looked
17782 at it, it is still considered New.
17783 That matches the default Alpine index display that shows an N for such a
17784 message.
17786 Recent means that the message was added to this folder since the last time
17787 you opened the folder.
17788 Alpine also shows an N by default for these types of messages.
17789 If you were to run two copies of Alpine that opened a folder one right after
17790 the other, a message would only show up as Recent in (at most) the first
17791 Alpine session.
17793 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17794 for more information on Patterns.
17796 Look <A HREF="h_edit_nav_cmds">here</A>
17797 to see the available Editing and Navigation commands.
17799 &lt;End of help on this topic&gt;
17800 </BODY>
17801 </HTML>
17802 ======= h_config_role_stat_del =======
17803 <HTML>
17804 <HEAD>
17805 <TITLE>Message Deleted Status Explained</TITLE>
17806 </HEAD>
17807 <BODY>
17808 <H1>Message Deleted Status Explained</H1>
17810 This part of the Pattern may have one of three possible values.
17811 The default value is &quot;Don't care&quot;, which matches any message.
17812 The other two values are &quot;Yes&quot;, which means the message must be
17813 marked &quot;Deleted&quot; in order to be a match; or &quot;No&quot;, which
17814 means the message must <EM>not</EM> be marked &quot;Deleted&quot; in order
17815 to be a match.
17817 If you are thinking of using this part of the Pattern as a way to prevent
17818 messages from being filtered more than once in a Filter Pattern,
17819 take a look at the Filter Option
17820 <A HREF="h_config_filt_opts_notdel">&quot;Move-Only-if-Not-Deleted&quot;</A>
17821 instead.
17822 It should work better than using this field since it will hide the filtered
17823 messages even if they are already Deleted.
17824 That option is at the bottom of the Filter configuration screen.
17826 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17827 for more information on Patterns.
17829 Look <A HREF="h_edit_nav_cmds">here</A>
17830 to see the available Editing and Navigation commands.
17832 &lt;End of help on this topic&gt;
17833 </BODY>
17834 </HTML>
17835 ======= h_config_role_stat_ans =======
17836 <HTML>
17837 <HEAD>
17838 <TITLE>Message Answered Status Explained</TITLE>
17839 </HEAD>
17840 <BODY>
17841 <H1>Message Answered Status Explained</H1>
17843 This part of the Pattern may have one of three possible values.
17844 The default value is &quot;Don't care&quot;, which matches any message.
17845 The other two values are &quot;Yes&quot;, which means the message must be
17846 marked &quot;Answered&quot; in order to be a match; or &quot;No&quot;, which
17847 means the message must <EM>not</EM> be marked &quot;Answered&quot; in order
17848 to be a match.
17850 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17851 for more information on Patterns.
17853 Look <A HREF="h_edit_nav_cmds">here</A>
17854 to see the available Editing and Navigation commands.
17856 &lt;End of help on this topic&gt;
17857 </BODY>
17858 </HTML>
17859 ======= h_config_role_abookfrom =======
17860 <HTML>
17861 <HEAD>
17862 <TITLE>Address in Address Book Explained</TITLE>
17863 </HEAD>
17864 <BODY>
17865 <H1>Address in Address Book Explained</H1>
17867 This option gives you a way to match messages that contain an address
17868 that is in one of your address books.
17869 Only the simple entries in your address books are searched.
17870 Address book distribution lists are ignored!
17872 This part of the Pattern may have one of five possible values.
17873 The default value is &quot;Don't care&quot;, which matches any message.
17874 The value &quot;Yes, in any address book&quot; means at least one of the addresses
17875 from the message must be in at least one of your
17876 address books in order to be a match.
17877 The value &quot;No, not in any address book&quot;
17878 means none of the addresses may
17879 be in any of your address books in order to be a match.
17881 The values &quot;Yes, in specific address books&quot; and
17882 &quot;No, not in any of specific address books&quot; are similar but instead
17883 of depending on all address books you are allowed to give a list of address
17884 books to look in.
17885 Usually this would be a single address book but it may be a
17886 list of address books as well.
17887 For each of these &quot;specific&quot; address book options you Select which
17888 of the Specific options you want (Yes or No) <EM>AND</EM> fill in the
17889 name (or list of names) of the address book in the
17890 &quot;Abook List&quot; field.
17891 The names to be used are those that appear in the ADDRESS BOOK LIST screen.
17892 The easiest way to fill in the Abook List field it to use
17893 the &quot;T&quot; command that is available when the &quot;Abook List&quot;
17894 line is highlighted.
17895 Note that you won't be able to edit the &quot;Abook List&quot; line unless the
17896 option is set to one of the two &quot;Specific&quot;, values.
17898 The addresses from the message that are checked for are determined by the
17899 setting you have for &quot;Types of addresses to check for in address book&quot;.
17900 If you set this to &quot;From&quot; the From address from the message will
17901 be looked up in the address book.
17902 If you set it to &quot;To&quot; instead then the To addresses will be used.
17903 If any of the To addresses are in the address book then it is considered
17904 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
17905 You could set it to both From and To, in which case all of the From and To
17906 addresses are used.
17907 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
17908 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
17909 exists or the From address if there is no Reply-To address.
17910 Same for the Sender address.
17912 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17913 for more information on Patterns.
17915 Look <A HREF="h_edit_nav_cmds">here</A>
17916 to see the available Editing and Navigation commands.
17918 &lt;End of help on this topic&gt;
17919 </BODY>
17920 </HTML>
17921 ======= h_config_inabook_from =======
17922 <HTML>
17923 <HEAD>
17924 <TITLE>From</TITLE>
17925 </HEAD>
17926 <BODY>
17927 <H1>From</H1>
17929 Setting the From line will cause the address from the From header line
17930 of the message to be checked for in the address book.
17932 &lt;End of help on this topic&gt;
17933 </BODY>
17934 </HTML>
17935 ======= h_config_inabook_replyto =======
17936 <HTML>
17937 <HEAD>
17938 <TITLE>Reply-To</TITLE>
17939 </HEAD>
17940 <BODY>
17941 <H1>Reply-To</H1>
17943 Setting the Reply-To line will cause the address from the Reply-To header line
17944 of the message to be checked for in the address book.
17945 However, if there is no Reply-To header line in the message the From header
17946 line will be used instead.
17947 We understand this is dumb but we don't have an easy way around it.
17949 &lt;End of help on this topic&gt;
17950 </BODY>
17951 </HTML>
17952 ======= h_config_inabook_sender =======
17953 <HTML>
17954 <HEAD>
17955 <TITLE>Sender</TITLE>
17956 </HEAD>
17957 <BODY>
17958 <H1>Sender</H1>
17960 Setting the Sender line will cause the address from the Sender header line
17961 of the message to be checked for in the address book.
17962 However, if there is no Sender header line in the message the From header
17963 line will be used instead.
17964 We understand this is dumb but we don't have an easy way around it.
17966 &lt;End of help on this topic&gt;
17967 </BODY>
17968 </HTML>
17969 ======= h_config_inabook_to =======
17970 <HTML>
17971 <HEAD>
17972 <TITLE>To</TITLE>
17973 </HEAD>
17974 <BODY>
17975 <H1>To</H1>
17977 Setting the To line will cause the address from the To header line
17978 of the message to be checked for in the address book.
17980 &lt;End of help on this topic&gt;
17981 </BODY>
17982 </HTML>
17983 ======= h_config_inabook_cc =======
17984 <HTML>
17985 <HEAD>
17986 <TITLE>CC</TITLE>
17987 </HEAD>
17988 <BODY>
17989 <H1>CC</H1>
17991 Setting the CC line will cause the address from the CC header line
17992 of the message to be checked for in the address book.
17994 &lt;End of help on this topic&gt;
17995 </BODY>
17996 </HTML>
17997 ======= h_config_role_stat_8bitsubj =======
17998 <HTML>
17999 <HEAD>
18000 <TITLE>Raw 8-bit in Subject Explained</TITLE>
18001 </HEAD>
18002 <BODY>
18003 <H1>Raw 8-bit in Subject Explained</H1>
18005 It seems that lots of unwanted email contains unencoded 8-bit characters
18006 in the Subject.
18007 Normally, characters with the 8th bit set are not allowed in the Subject
18008 header unless they are MIME-encoded.
18009 This option gives you a way to match messages that have Subjects that
18010 contain unencoded 8-bit characters.
18012 This part of the Pattern may have one of three possible values.
18013 The default value is &quot;Don't care&quot;, which matches any message.
18014 The other two values are &quot;Yes&quot;, which means the Subject of
18015 the message must contain unencoded 8-bit characters (characters with the
18016 most significant bit set)
18017 in order to be a match; or &quot;No&quot;, which
18018 means the Subject must <EM>not</EM>
18019 contain unencoded 8-bit characters in order to be a match.
18021 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18022 for more information on Patterns.
18024 Look <A HREF="h_edit_nav_cmds">here</A>
18025 to see the available Editing and Navigation commands.
18027 &lt;End of help on this topic&gt;
18028 </BODY>
18029 </HTML>
18030 ======= h_config_role_bom =======
18031 <HTML>
18032 <HEAD>
18033 <TITLE>Beginning of Month</TITLE>
18034 </HEAD>
18035 <BODY>
18036 <H1>Beginning of Month</H1>
18038 This option gives you a limited ability to take different actions depending on whether
18039 this is the first time Alpine has been run this month or not.
18040 Though it would be nice to have such an option available, this is not the
18041 same as whether or not this is the first time a paricular folder has been
18042 opened this month.
18043 If you want some action (probably Filtering) to take place in a folder each
18044 month, then you will need to be sure that the folder is opened during the
18045 first Alpine session of the month in order for this option to be helpful.
18047 This part of the Pattern may have one of three possible values.
18048 The default value is &quot;Don't care&quot;, which matches any message.
18049 The other two values are &quot;Yes&quot;, which means this is the first
18050 time Alpine has been run this month;
18051 or &quot;No&quot;, which
18052 means this is not the first time Alpine has been run this month.
18054 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18055 for more information on Patterns.
18057 Here are some technical details.
18058 The way that Alpine decides if it is the beginning of the month or not is
18059 to compare today's date with the date stored in the
18060 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
18061 variable in the config file.
18062 If the month of today's date is later than the month stored in the variable,
18063 then this is considered to be the first time you have run Alpine this month, and
18064 that turns the Beginning of the Month option on.
18066 Look <A HREF="h_edit_nav_cmds">here</A>
18067 to see the available Editing and Navigation commands.
18069 &lt;End of help on this topic&gt;
18070 </BODY>
18071 </HTML>
18072 ======= h_config_role_boy =======
18073 <HTML>
18074 <HEAD>
18075 <TITLE>Beginning of Year</TITLE>
18076 </HEAD>
18077 <BODY>
18078 <H1>Beginning of Year</H1>
18080 This option gives you a limited ability to take different actions depending on whether
18081 this is the first time Alpine has been run this year or not.
18082 Though it would be nice to have such an option available, this is not the
18083 same as whether or not this is the first time a paricular folder has been
18084 opened this year.
18085 If you want some action (probably Filtering) to take place in a folder each
18086 year, then you will need to be sure that the folder is opened during the
18087 first Alpine session of the year in order for this option to be helpful.
18089 This part of the Pattern may have one of three possible values.
18090 The default value is &quot;Don't care&quot;, which matches any message.
18091 The other two values are &quot;Yes&quot;, which means this is the first
18092 time Alpine has been run this year;
18093 or &quot;No&quot;, which
18094 means this is not the first time Alpine has been run this year.
18096 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18097 for more information on Patterns.
18099 Here are some technical details.
18100 The way that Alpine decides if it is the beginning of the year or not is
18101 to compare today's date with the date stored in the
18102 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
18103 variable in the config file.
18104 If the year of today's date is later than the year stored in the variable,
18105 then this is considered to be the first time you have run Alpine this year, and
18106 that turns the Beginning of the Year option on.
18108 Look <A HREF="h_edit_nav_cmds">here</A>
18109 to see the available Editing and Navigation commands.
18111 &lt;End of help on this topic&gt;
18112 </BODY>
18113 </HTML>
18114 ======= h_config_role_inick =======
18115 <HTML>
18116 <HEAD>
18117 <TITLE>Initialize Values From Role Explained</TITLE>
18118 </HEAD>
18119 <BODY>
18120 <H1>Initialize Values From Role Explained</H1>
18122 This is a power user feature.
18123 You will usually want to leave this field empty.
18124 The value of this field is the nickname of another one of your roles.
18125 The Action values from that other role
18126 are used as the initial values of the Action items for this role.
18127 If you put something in any of the action fields for this role, that will
18128 override whatever was in the corresponding field of the initializer role.
18130 You might use this field if the &quot;Action&quot; part of one of your roles
18131 is something you want to use in more than one role.
18132 Instead of filling in those action values again for each role, you
18133 may give the nickname of the role where the values are filled in.
18134 It's just a shortcut way to define Role Actions.
18136 Here's an example to help explain how this works.
18137 Suppose you have a role with nickname &quot;role1&quot; and role1 has
18138 (among other things)
18140 <CENTER><SAMP>Set Reply-To = The Pres &lt;president@example.com&gt;</SAMP></CENTER>
18142 set.
18143 If in &quot;role2&quot; you set &quot;Initialize settings using role&quot; to
18144 &quot;role1&quot;, then role2 will inherit the Set Reply-To value
18145 from role1 by default (and any of the other inheritable action values
18146 that are set).
18147 So if role2 had
18149 <CENTER><SAMP>Set Reply-To = &lt;No Value Set&gt;</SAMP></CENTER>
18151 defined, the Reply-To used with role2 would be &quot;The Pres &lt;president@example.com&gt;&quot;
18152 However, if role2 had
18154 <CENTER><SAMP>Set Reply-To = VP &lt;vicepresident@example.com&gt;</SAMP></CENTER>
18156 defined, then the Reply-To used with role2 would be &quot;VP &lt;vicepresident@example.com&gt;&quot; instead.
18158 If you wish,
18159 you may choose a nickname from your list of roles by using the
18160 &quot;T&quot; command.
18161 If the role you are using to initialize also has a role it initializes from,
18162 then that initialization happens first.
18163 That is, inheritance works as expected with the grandparent and
18164 great-grandparent (and so on) roles having the expected effect.
18166 Look <A HREF="h_edit_nav_cmds">here</A>
18167 to see the available Editing and Navigation commands.
18169 &lt;End of help on this topic&gt;
18170 </BODY>
18171 </HTML>
18172 ======= h_config_role_setfrom =======
18173 <HTML>
18174 <HEAD>
18175 <TITLE>Set From Explained</TITLE>
18176 </HEAD>
18177 <BODY>
18178 <H1>Set From Explained</H1>
18180 This describes part of the action to be taken if the Pattern for this
18181 role is a match.
18182 This field consists of a single address that will be used as the From
18183 address on the message you are sending.
18184 This should be a fully-qualified address like
18186 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
18188 or just
18190 <CENTER><SAMP>user@domain</SAMP></CENTER>
18192 If you wish,
18193 you may choose an address from your address book with the
18194 &quot;T&quot; command.
18196 If this is left blank, then your normal From address will be used.
18198 You may also find it useful to add the changed From address to the
18199 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
18200 configuration option.
18202 Look <A HREF="h_edit_nav_cmds">here</A>
18203 to see the available Editing and Navigation commands.
18205 &lt;End of help on this topic&gt;
18206 </BODY>
18207 </HTML>
18208 ======= h_config_role_setreplyto =======
18209 <HTML>
18210 <HEAD>
18211 <TITLE>Set Reply-To Explained</TITLE>
18212 </HEAD>
18213 <BODY>
18214 <H1>Set Reply-To Explained</H1>
18216 This describes part of the action to be taken if the Pattern for this
18217 role is a match.
18218 This field consists of a single address that will be used as the Reply-To
18219 address on the message you are sending.
18220 This may be a fully-qualified address like
18222 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
18224 or just
18226 <CENTER><SAMP>user@domain</SAMP></CENTER>
18228 If you wish,
18229 you may choose an address from your address book with the
18230 &quot;T&quot; command.
18232 If this is left blank, then there won't be a Reply-To address unless
18233 you have configured one specially with the
18234 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>"
18235 configuration option.
18237 Look <A HREF="h_edit_nav_cmds">here</A>
18238 to see the available Editing and Navigation commands.
18240 &lt;End of help on this topic&gt;
18241 </BODY>
18242 </HTML>
18243 ======= h_config_role_setfcc =======
18244 <HTML>
18245 <HEAD>
18246 <TITLE>Set Fcc Explained</TITLE>
18247 </HEAD>
18248 <BODY>
18249 <H1>Set Fcc Explained</H1>
18251 This describes part of the action to be taken if the Pattern for this
18252 role is a match.
18253 This field consists of a single folder name that will be used in
18254 the Fcc field of the message you are sending.
18255 You may put anything here that you would normally type into the Fcc
18256 field from the composer.
18258 In addition, an fcc of &quot;&quot; (two double quotation marks) means
18259 no Fcc.
18261 A blank field here means that Alpine will use its normal rules for deciding
18262 the default value of the Fcc field.
18263 For many roles, perhaps most, it may make more sense for you to use the
18264 other Alpine facilities for setting the Fcc.
18265 In particular, if you want the Fcc to depend on who you are sending the
18266 message to then the <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A>
18267 is probably more useful.
18268 In that case, you would want to leave the Fcc field here blank.
18269 However, if you have a role that depends on who the message you are replying
18270 to was From, or what address that message was sent to;
18271 then it might make sense to set the Fcc for that role here.
18273 If you wish,
18274 you may choose a folder from your folder collections by using the
18275 &quot;T&quot; command.
18277 Look <A HREF="h_edit_nav_cmds">here</A>
18278 to see the available Editing and Navigation commands.
18280 &lt;End of help on this topic&gt;
18281 </BODY>
18282 </HTML>
18283 ======= h_config_role_usesmtp =======
18284 <HTML>
18285 <HEAD>
18286 <TITLE>Use SMTP Server Explained</TITLE>
18287 </HEAD>
18288 <BODY>
18289 <H1>Use SMTP Server Explained</H1>
18291 This describes part of the action to be taken if the Pattern for this
18292 role is a match.
18293 If this field has a value, then it will be used as the SMTP server
18294 to send mail when this role is being used (unless the SMTP server variable
18295 is set in the system-wide fixed configuration file).
18296 It has the same semantics as the
18297 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
18298 variable in the Setup/Config screen.
18300 If you are using this to post from home when you are at home and from
18301 work when you are at work you need to be careful about postponing messages.
18302 When you postpone a composition that was using a role with this variable
18303 set, the SMTP server list will be saved
18304 with the postponed composition.
18305 It cannot be changed later.
18306 Because of this, you may want to make this a list of SMTP servers
18307 with the preferred server at the front of the list and alternate servers
18308 later in the list.
18309 In your &quot;Home&quot; role you would put the home SMTP server first and
18310 the work SMTP server last.
18311 In your &quot;Work&quot; role you would put the work SMTP server first and
18312 the home SMTP server last.
18313 Then if you start a composition as &quot;Work&quot;, postpone
18314 it, and then later resume it from home the work SMTP server will fail but
18315 the home SMTP server later in the list will succeed.
18317 You may be able to simplify things by making the regular
18318 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
18319 variable in the Setup/Config screen a list instead of using roles
18320 to set the SMTP server.
18323 Look <A HREF="h_edit_nav_cmds">here</A>
18324 to see the available Editing and Navigation commands.
18326 &lt;End of help on this topic&gt;
18327 </BODY>
18328 </HTML>
18329 ======= h_config_role_usenntp =======
18330 <HTML>
18331 <HEAD>
18332 <TITLE>Use NNTP Server Explained</TITLE>
18333 </HEAD>
18334 <BODY>
18335 <H1>Use NNTP Server Explained</H1>
18337 This describes part of the action to be taken if the Pattern for this
18338 role is a match.
18339 If this field has a value, then it will be used as the NNTP server
18340 to post to newsgroups when this role is being used (unless the NNTP server
18341 variable
18342 is set in the system-wide fixed configuration file).
18343 It has the same semantics as the
18344 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
18345 variable in the Setup/Config screen.
18347 This role setting can facilitate posting to the right nntp server for someone
18348 who reads news from various news sources.  The feature
18349 <A HREF="h_config_predict_nntp_server">&quot;<!--#echo var="FEAT_predict-nntp-server"-->&quot;</A>
18350 allows for setting the correct <!--#echo var="VAR_nntp-server"--> without having to individually
18351 set a role for that <!--#echo var="VAR_nntp-server"-->, but for greater flexibility, setting
18352 nntp servers for roles may be more desirable for some people.
18354 If you are using this to post from home when you are at home and from
18355 work when you are at work you need to be careful about postponing messages.
18356 When you postpone a composition that was using a role with this variable
18357 set, the NNTP server list will be saved
18358 with the postponed composition.
18359 It cannot be changed later.
18360 Because of this, you may want to make this a list of NNTP servers
18361 with the preferred server at the front of the list and alternate servers
18362 later in the list.
18363 In your &quot;Home&quot; role you would put the home NNTP server first and
18364 the work NNTP server last.
18365 In your &quot;Work&quot; role you would put the work NNTP server first and
18366 the home NNTP server last.
18367 Then if you start a composition as &quot;Work&quot;, postpone
18368 it, and then later resume it from home the work NNTP server will fail but
18369 the home NNTP server later in the list will succeed.
18371 You may be able to simplify things by making the regular
18372 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
18373 variable in the Setup/Config screen a list instead of using roles
18374 to set the NNTP server.
18377 Look <A HREF="h_edit_nav_cmds">here</A>
18378 to see the available Editing and Navigation commands.
18380 &lt;End of help on this topic&gt;
18381 </BODY>
18382 </HTML>
18383 ======= h_config_role_setotherhdr =======
18384 <HTML>
18385 <HEAD>
18386 <TITLE>Set Other Headers Explained</TITLE>
18387 </HEAD>
18388 <BODY>
18389 <H1>Set Other Headers Explained</H1>
18391 This describes part of the action to be taken if the Pattern for this
18392 role is a match.
18393 This field gives you a way to set values for headers besides
18394 &quot;From&quot; and &quot;Reply-To&quot;.
18395 If you want to set either of those, use the specific
18396 &quot;Set From&quot; and &quot;Set Reply-To&quot; settings above.
18398 This field is similar to the
18399 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" option.
18400 Each header you specify here must include the header tag 
18401 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
18402 and may optionally include a value for that header.
18403 In order to see these headers when you compose using this role you 
18404 must use the rich header
18405 <!--chtml if pinemode="function_key"-->(F5)
18406 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
18407 Here's an example that shows how you might set the To address.
18409 <CENTER><SAMP>Set Other Hdrs = To: Full Name &lt;user@domain&gt;</SAMP></CENTER>
18411 Headers set in this way are different from headers set with the
18412 <!--#echo var="VAR_customized-hdrs"--> option in that the value you give for a header here
18413 will replace any value that already exists.
18414 For example, if you are Replying to a message there will already be at
18415 least one address in the To header (the address you are Replying to).
18416 However, if you Reply using a role that sets the To header, that role's
18417 To header value will be used instead.
18419 Limitation: Because commas are used to separate the list of
18420 Other Headers, it is not possible to have the value of a
18421 header contain a comma;
18422 nor is there currently an &quot;escape&quot; mechanism provided
18423 to make this work.
18425 Look <A HREF="h_edit_nav_cmds">here</A>
18426 to see the available Editing and Navigation commands.
18428 &lt;End of help on this topic&gt;
18429 </BODY>
18430 </HTML>
18431 ======= h_config_role_setlitsig =======
18432 <HTML>
18433 <HEAD>
18434 <TITLE>Set Literal Signature Explained</TITLE>
18435 </HEAD>
18436 <BODY>
18437 <H1>Set Literal Signature Explained</H1>
18439 This describes part of the action to be taken if the Pattern for this
18440 role is a match.
18441 This field contains the actual text for your signature, as opposed to
18442 the name of a file containing your signature.
18443 If this is defined it takes precedence over any value set in the
18444 &quot;Set Signature&quot; field.
18446 This is simply a different way to store the signature.
18447 The signature is stored inside your Alpine configuration file instead of in
18448 a separate file.
18449 Tokens work the same way they do with
18450 <A HREF="h_config_role_setsig">Set Signature</A>, so refer to the
18451 help text there for more information.
18454 The two character sequence &#92;n (backslash followed by
18455 the character n) will be used to signify a line-break in your signature.
18456 You don't have to enter the &#92;n, but it will be visible in the
18457 CHANGE THIS ROLE RULE window after you are done editing the signature.
18459 Look <A HREF="h_edit_nav_cmds">here</A>
18460 to see the available Editing and Navigation commands.
18462 &lt;End of help on this topic&gt;
18463 </BODY>
18464 </HTML>
18465 ======= h_config_role_setsig =======
18466 <HTML>
18467 <HEAD>
18468 <TITLE>Set Signature Explained</TITLE>
18469 </HEAD>
18470 <BODY>
18471 <H1>Set Signature Explained</H1>
18473 This describes part of the action to be taken if the Pattern for this
18474 role is a match.
18476 If either the default <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A>
18477 option from Setup/Config
18478 or the &quot;Set LiteralSig&quot; option for this role are defined,
18479 then this option will be ignored.
18480 You can tell that that is the case because the value of this
18481 option will show up as
18483 <CENTER><SAMP>&lt;Ignored: using LiteralSig instead&gt;</SAMP></CENTER>
18485 You may either use all Literal Signatures (signatures stored in your
18486 configuration file) throughout Alpine, or all signature files.
18487 You can't mix the two.
18489 This field consists of a filename that will be used as the signature
18490 file when using this role.
18492 If the filename is followed by a vertical bar (|) then instead
18493 of reading the contents of the file the file is assumed to be a
18494 program that will produce the text to be used on its standard output.
18495 The program can't have any arguments and doesn't receive any input from Alpine,
18496 but the rest of the processing works as if the contents came from a file.
18498 Instead of storing the data in a local file, the
18499 signature data may be stored remotely in an IMAP folder.
18500 In order to do this, 
18501 you must use a remote name for the signature.
18502 A remote signature name might look like:
18504 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
18507 The syntax used here is the same as the syntax used for a remote
18508 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
18509 Note that you may not access an existing signature file remotely,
18510 you have to create a new <EM>folder</EM> that contains the signature data.
18511 If the name you use here for the signature data is a remote name, then when
18512 you edit the file using the &quot;F&quot; command the data will
18513 be saved remotely in the folder.
18514 You aren't required to do anything special to create the folder, it
18515 gets created if you use a remote name.
18518 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
18519 the name of the file) you have specified.
18520 If you type &quot;T&quot; you may use a browser to choose an existing filename.
18522 Besides containing regular text, a signature file may also
18523 contain (or a signature program may produce) tokens that are replaced with text
18524 that depends on the message you are replying to or forwarding.
18525 The tokens all look like _word_ (a word surrounded by underscores).
18526 For example, if the token
18528 <CENTER><SAMP>_DATE_</SAMP></CENTER>
18530 is included in the text of the signature file, then when you reply to
18531 or forward a message, the token will be replaced with the actual date
18532 the message you are replying to or forwarding was sent.
18534 If you use a role that has a signature file for a plain composition
18535 (that is, not a reply or forward) then there is no original message, so
18536 any tokens that depend on the message will be replaced with nothing.
18537 So if you want a signature file to be useful for new compositions it
18538 shouldn't include any of the tokens that depend on the message being
18539 replied to or forwarded.
18541 The list of available tokens is
18542 <A HREF="h_index_tokens">here</A>.
18544 Actually, for the adventurous, there is a way to conditionally include text based
18545 on whether or not a token would result in specific replacement text.
18546 For example, you could include some text based on whether or not
18547 the _NEWS_ token would result in any newsgroups if it was used.
18548 It's explained in detail
18549 <A HREF="h_reply_token_conditionals">here</A>.
18551 In the very unlikely event that you want to include a literal token in
18552 a signature file, you must precede it with a backslash character.
18553 For example, to include the literal text _DATE_ you must actually use
18554 &#92;_DATE_.
18555 It is not possible to have a literal backslash followed by an expanded token.
18557 A blank field here means that Alpine will use its normal rules for deciding
18558 which file (if any) to use for the signature file.
18560 An alternate method for storing the signature is available in
18561 <A HREF="h_config_role_setlitsig">Set Literal Signature</A>.
18563 Look <A HREF="h_edit_nav_cmds">here</A>
18564 to see the available Editing and Navigation commands.
18566 &lt;End of help on this topic&gt;
18567 </BODY>
18568 </HTML>
18569 ======= h_config_role_settempl =======
18570 <HTML>
18571 <HEAD>
18572 <TITLE>Set Template Explained</TITLE>
18573 </HEAD>
18574 <BODY>
18575 <H1>Set Template Explained</H1>
18577 This describes part of the action to be taken if the Pattern for this
18578 role is a match.
18579 This field consists of a filename that will be used as the template
18580 file when using this role.
18581 The template file is a file that is included at the top of the message you
18582 are composing.
18584 If the filename is followed by a vertical bar (|) then instead
18585 of reading the contents of the file the file is assumed to be a
18586 program that will produce the text to be used on its standard output.
18587 The program can't have any arguments and doesn't receive any input from Alpine,
18588 but the rest of the processing works as if the contents came from a file.
18590 Instead of storing the data in a local file, the
18591 template may be stored remotely in an IMAP folder.
18592 In order to do this, 
18593 you must use a remote name for the template.
18594 A remote template name might look like:
18596 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/templ3</SAMP></CENTER>
18599 The syntax used here is the same as the syntax used for a remote
18600 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
18601 Note that you may not access an existing template file remotely,
18602 you have to create a new <EM>folder</EM> that contains the template data.
18603 If the name you use here for the template is a remote name, then when
18604 you edit the file using the &quot;F&quot; command the data will
18605 be saved remotely in the folder.
18606 You aren't required to do anything special to create the folder, it
18607 gets created if you use a remote name.
18609 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
18610 the name of the file) you have specified.
18611 If you type &quot;T&quot; you may use a browser to choose an existing filename.
18613 Besides containing regular text, the template file may also
18614 contain (or a template file program may produce) tokens that are replaced with text
18615 that depends on the message you are replying to or forwarding.
18616 The tokens all look like _word_ (a word surrounded by underscores).
18617 For example, if the token
18619 <CENTER><SAMP>_DATE_</SAMP></CENTER>
18621 is included in the text of the template file, then when you reply to
18622 or forward a message, the token will be replaced with the actual date
18623 the message you are replying to or forwarding was sent.
18625 If you use a role that has a template file for a plain composition
18626 (that is, not a reply or forward) then there is no original message, so
18627 any tokens that depend on the message will be replaced with nothing.
18628 So if you want a template file to be useful for new compositions it
18629 shouldn't include any of the tokens that depend on the message being
18630 replied to or forwarded.
18632 The list of available tokens is
18633 <A HREF="h_index_tokens">here</A>.
18635 Actually, for the adventurous, there is a way to conditionally include text based
18636 on whether or not a token would result in specific replacement text.
18637 For example, you could include some text based on whether or not
18638 the _NEWS_ token would result in any newsgroups if it was used.
18639 It's explained in detail
18640 <A HREF="h_reply_token_conditionals">here</A>.
18642 In the very unlikely event that you want to include a literal token in
18643 a template file, you must precede it with a backslash character.
18644 For example, to include the literal text _DATE_ you must actually use
18645 &#92;_DATE_.
18646 It is not possible to have a literal backslash followed by an expanded token.
18648 A blank template field means that Alpine will not use a template file when
18649 this role is being used.
18651 Look <A HREF="h_edit_nav_cmds">here</A>
18652 to see the available Editing and Navigation commands.
18654 &lt;End of help on this topic&gt;
18655 </BODY>
18656 </HTML>
18657 ======= h_config_filt_stat_imp =======
18658 <HTML>
18659 <HEAD>
18660 <TITLE>Set Important Status Explained</TITLE>
18661 </HEAD>
18662 <BODY>
18663 <H1>Set Important Status Explained</H1>
18665 This describes part of the action to be taken if the Pattern for this
18666 filter is a match.
18667 If set to &quot;Don't change it&quot; then this does nothing.
18668 If set to &quot;Set this state&quot; then the Important flag is set
18669 for the matching message.
18670 If set to &quot;Clear this state&quot; then the Important flag is cleared
18671 for the matching message.
18672 The important flag usually causes an asterisk to show up in the MESSAGE
18673 INDEX.
18674 It may also be useful when selecting a set of messages
18675 with the Select command.
18677 Look <A HREF="h_edit_nav_cmds">here</A>
18678 to see the available Editing and Navigation commands.
18680 &lt;End of help on this topic&gt;
18681 </BODY>
18682 </HTML>
18683 ======= h_config_filt_stat_new =======
18684 <HTML>
18685 <HEAD>
18686 <TITLE>Set New Status Explained</TITLE>
18687 </HEAD>
18688 <BODY>
18689 <H1>Set New Status Explained</H1>
18691 This describes part of the action to be taken if the Pattern for this
18692 filter is a match.
18693 If set to &quot;Don't change it&quot; then this does nothing.
18694 If set to &quot;Set this state&quot; then the
18695 matching message is marked New.
18696 If set to &quot;Clear this state&quot; then the
18697 matching message is marked Seen.
18699 Look <A HREF="h_edit_nav_cmds">here</A>
18700 to see the available Editing and Navigation commands.
18702 &lt;End of help on this topic&gt;
18703 </BODY>
18704 </HTML>
18705 ======= h_config_filt_stat_ans =======
18706 <HTML>
18707 <HEAD>
18708 <TITLE>Set Answered Status Explained</TITLE>
18709 </HEAD>
18710 <BODY>
18711 <H1>Set Answered Status Explained</H1>
18713 This describes part of the action to be taken if the Pattern for this
18714 filter is a match.
18715 If set to &quot;Don't change it&quot; then this does nothing.
18716 If set to &quot;Set this state&quot; then the Answered flag is set
18717 for the matching message.
18718 If set to &quot;Clear this state&quot; then the Answered flag is cleared
18719 for the matching message.
18721 Look <A HREF="h_edit_nav_cmds">here</A>
18722 to see the available Editing and Navigation commands.
18724 &lt;End of help on this topic&gt;
18725 </BODY>
18726 </HTML>
18727 ======= h_config_filt_stat_del =======
18728 <HTML>
18729 <HEAD>
18730 <TITLE>Set Deleted Status Explained</TITLE>
18731 </HEAD>
18732 <BODY>
18733 <H1>Set Deleted Status Explained</H1>
18735 This describes part of the action to be taken if the Pattern for this
18736 filter is a match.
18737 If set to &quot;Don't change it&quot; then this does nothing.
18738 If set to &quot;Set this state&quot; then the
18739 matching message is marked Deleted.
18740 If set to &quot;Clear this state&quot; then the
18741 matching message is marked UnDeleted.
18743 You should not use this option unless you are prepared to have matching
18744 messages expunged from the folder permanently.
18745 For example, if you type the Expunge command, this filter is applied
18746 before the expunge, so matching messages will be marked Deleted and then
18747 will be permanently expunged from the folder.
18748 However, since the index isn't redrawn in between the time that the message
18749 is marked Deleted and the time that you are asked to expunge, the only
18750 indication that you are expunging the message comes in the number of messages
18751 being expunged.
18752 The same thing may happen when you close a folder.
18753 It is also possible that an expunge not initiated by you will
18754 delete matching messages.
18756 Look <A HREF="h_edit_nav_cmds">here</A>
18757 to see the available Editing and Navigation commands.
18759 &lt;End of help on this topic&gt;
18760 </BODY>
18761 </HTML>
18762 ======= h_config_role_scoreval =======
18763 <HTML>
18764 <HEAD>
18765 <TITLE>Score Value Explained</TITLE>
18766 </HEAD>
18767 <BODY>
18768 <H1>Score Value Explained</H1>
18770 A message's score is the sum of the Score Values from all of the Scoring rules
18771 with Patterns that match the message.
18772 The value you give here is the Score Value associated with this rule.
18773 A Score Value is an integer between -100 and 100, with the default
18774 value of zero.
18776 Alternatively, if the
18777 <A HREF="h_config_role_scorehdrtok">&quot;Score From Header&quot;</A>
18778 field is defined
18779 (on the line right below the &quot;Score Value&quot; field)
18780 then the &quot;Score Value&quot; is ignored and
18781 the &quot;Score From Header&quot; field is used instead.
18783 Look <A HREF="h_edit_nav_cmds">here</A>
18784 to see the available Editing and Navigation commands.
18786 &lt;End of help on this topic&gt;
18787 </BODY>
18788 </HTML>
18789 ======= h_config_role_scorehdrtok =======
18790 <HTML>
18791 <HEAD>
18792 <TITLE>Score Value From Header Explained</TITLE>
18793 </HEAD>
18794 <BODY>
18795 <H1>Score Value From Header Explained</H1>
18797 This option provides a way to use a number that appears in the headers of your
18798 messages as the message's score, or as a component of that score.
18799 If this field is defined then it is used instead of the &quot;Score Value&quot;.
18800 The idea behind this option is that there may be a score embedded in the
18801 headers of messages that has already been calculated outside of Alpine.
18802 For example, messages delivered to you may contain an &quot;X-Spam&quot; header and
18803 somewhere in that header there is a score.
18805 The value for this option is the name of the header followed by parentheses
18806 with two arguments inside:
18808 <CENTER><SAMP>HeaderName(field_number,field_separators)</SAMP></CENTER>
18810 No space is allowed between the comma and the start of the field_separators.
18811 It would be interpreted as the first separator if it was there.
18812 Field 0 is the whole line, Field 1 is the data up to the first separator, Field 2
18813 starts after that and goes to the second separator, and so on.
18814 It's easier to explain with examples.
18816 <CENTER><SAMP>X-Spam(2,&quot;&nbsp;&quot;)</SAMP></CENTER>
18818 In the above example the header that is used is the &quot;X-Spam&quot; header.
18819 The value of that header (the part after the colon and the space) is split
18820 into fields separated by spaces.
18822 <CENTER><SAMP>Field1 &lt;space&gt; Field2 &lt;space&gt; Field3 ...</SAMP></CENTER>
18824 The second field is selected and converted to an integer. It only makes sense
18825 if Field2 really is an integer.
18827 Here's an example of a SpamAssassin header.
18828 The exact look of the header will vary, but if your incoming mail
18829 contains headers that look like the following
18831 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
18833 you might want to use the hits value as a score.
18834 Since the score is an integer value you can't make use of the decimal part of
18835 the number, but
18836 you might split off the hits=10 part as a score by using the characters &quot;=&quot;
18837 and &quot;.&quot; as your separators.
18839 <CENTER><SAMP>X-Spam-Status(2,&quot;=.&quot;)</SAMP></CENTER>
18841 The first field starts with the Y in Yes and goes until the &quot;=&quot; after
18842 hits.
18843 The second field is &quot;10&quot; so the score value would be 10.
18845 Another example we've seen has headers that look like
18847 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
18849 Because there are two equals before the 7% the value
18851 <CENTER><SAMP>X-Spam(3,&quot;=%&quot;)</SAMP></CENTER>
18853 should capture the probability as the score.
18855 The Score From Header scoring value actually works just like the
18856 regular Score Value in that the rest of the pattern has to match before
18857 it is used and the scores from all the different scoring rules that
18858 match for a particular message are added together.
18859 When using the Score From Header method it may (or may not) make sense to
18860 use only a single scoring rule with a pattern that matches every message.
18862 Look <A HREF="h_edit_nav_cmds">here</A>
18863 to see the available Editing and Navigation commands.
18865 &lt;End of help on this topic&gt;
18866 </BODY>
18867 </HTML>
18868 ======= h_config_role_replyuse =======
18869 <HTML>
18870 <HEAD>
18871 <TITLE>Reply Use Explained</TITLE>
18872 </HEAD>
18873 <BODY>
18874 <H1>Reply Use Explained</H1>
18876 This option determines how this particular role will be used when Replying
18877 to a message.
18878 There are three possible values for this option.
18879 The value &quot;Never&quot;
18880 means that this role will not be a candidate for use when Replying.
18881 The role's Pattern will not be checked for a match, however the role will
18882 be available to be manually switched to if there is a confirmation prompt.
18885 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18886 mean that you do want to consider this role when Replying.
18887 For either of these settings, the role's Pattern will be compared with
18888 the message being replied to.
18889 If there is a match then this role will either be used without confirmation
18890 or will be the default when confirmation is asked for, depending on
18891 which of the two options is selected.
18892 If confirmation is requested, you will also have a chance to
18893 manually change the role to any one of your other roles.
18896 You won't be prompted for confirmation if none of your role Patterns
18897 match the message being replied to.
18898 This is independent of the value of the current option.
18899 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18900 feature may be used to change this behavior.
18902 &lt;End of help on this topic&gt;
18903 </BODY>
18904 </HTML>
18905 ======= h_config_role_forwarduse =======
18906 <HTML>
18907 <HEAD>
18908 <TITLE>Forward Use Explained</TITLE>
18909 </HEAD>
18910 <BODY>
18911 <H1>Forward Use Explained</H1>
18913 This option determines how this particular role will be used when Forwarding
18914 a message.
18915 There are three possible values for this option.
18916 The value &quot;Never&quot;
18917 means that this role will not be a candidate for use when Forwarding.
18918 The role's Pattern will not be checked for a match, however the role will
18919 be available to be manually switched to if there is a confirmation prompt.
18922 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18923 mean that you do want to consider this role when Forwarding.
18924 For either of these settings, the role's Pattern will be compared with
18925 the message being forwarded.
18926 If there is a match then this role will either be used without confirmation
18927 or will be the default when confirmation is asked for, depending on
18928 which of the two options is selected.
18929 If confirmation is requested, you will also have a chance to
18930 manually change the role to any one of your other roles.
18933 You won't be prompted for confirmation if none of your role Patterns
18934 match the message being forwarded.
18935 This is independent of the value of the current option.
18936 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18937 feature may be used to change this behavior.
18939 &lt;End of help on this topic&gt;
18940 </BODY>
18941 </HTML>
18942 ======= h_config_role_composeuse =======
18943 <HTML>
18944 <HEAD>
18945 <TITLE>Compose Use Explained</TITLE>
18946 </HEAD>
18947 <BODY>
18948 <H1>Compose Use Explained</H1>
18950 This option determines how this particular role will be used when Composing
18951 a new message using the &quot;Compose&quot; command.
18952 This does not affect what happens when using the &quot;Role&quot; command
18953 to compose a new message.
18954 The &quot;Role&quot; command allows you to select a role from all of the
18955 roles you have defined, regardless of what Uses you've assigned to those
18956 roles.
18959 There are three possible values for this option.
18960 The value &quot;Never&quot;
18961 means that this role will not be a candidate for use when Composing.
18962 The role's Current Folder Type will not be checked for a match, however the role
18963 will be available to be manually switched to if there is a confirmation prompt.
18966 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18967 mean that you do want to consider this role when Composing.
18968 For either of these settings,
18969 the role's Current Folder Type will be checked (since there is no message
18970 to compare with, the rest of the Pattern is considered a match).
18971 If there is a match then this role will either be used without confirmation
18972 or will be the default when confirmation is asked for, depending on
18973 which of the two options is selected.
18974 If confirmation is requested, you will also have a chance to
18975 manually change the role to any one of your other roles.
18978 When using the Compose command the role checking is a little different
18979 because there is no message being replied to or forwarded.
18980 Because of this the Current Folder Type is checked but the header pattern
18981 fields, the AllText pattern, the BodyText pattern, and the Score Interval are all ignored.
18982 A role is considered to be a match if it is a candidate for Compose Use and
18983 its Current Folder Type matches the currently open folder.
18984 This could be useful if you want to set a role based on the folder you
18985 are reading, or the type of folder you are reading.
18988 You won't be prompted for confirmation if none of your role Patterns
18989 are a match.
18990 This is independent of the value of the current option.
18991 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18992 feature may be used to change this behavior.
18994 &lt;End of help on this topic&gt;
18995 </BODY>
18996 </HTML>
18997 ======= h_config_filter_folder =======
18998 <HTML>
18999 <HEAD>
19000 <TITLE>Filter Folder Explained</TITLE>
19001 </HEAD>
19002 <BODY>
19003 <H1>Filter Folder Explained</H1>
19005 When the Filter Action is set to &quot;Move&quot;,
19006 the folder or folders specified here will be used to store messages matching
19007 the provided pattern.
19010 If you set the Filter Action to &quot;Move&quot; you must give a folder name
19011 here.
19014 If you wish,
19015 you may choose a folder from your folder collections by using the
19016 &quot;T&quot; command.
19018 Besides regular text, the folder name may also contain
19019 tokens that are replaced with text representing the current date
19020 when you run Alpine.
19021 For example, if the folder name you use is
19023 <CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER>
19025 that is replaced with something like
19027 <CENTER><SAMP>abc-2004-oct</SAMP></CENTER>
19031 <CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER>
19033 becomes
19035 <CENTER><SAMP>abc-04-10</SAMP></CENTER>
19037 The token names must be surrounded by underscores in order to be recognized
19038 as tokens.
19039 The tokens that may be used are those that are derived from the current date.
19040 They're listed near the bottom of the list of tokens give
19041 <A HREF="h_index_tokens">here</A>.
19043 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
19044 for more information on Patterns.
19046 Look <A HREF="h_edit_nav_cmds">here</A>
19047 to see the available Editing and Navigation commands.
19049 &lt;End of help on this topic&gt;
19050 </BODY>
19051 </HTML>
19052 ======= h_config_filter_kw_set =======
19053 <HTML>
19054 <HEAD>
19055 <TITLE>Set These Keywords Explained</TITLE>
19056 </HEAD>
19057 <BODY>
19058 <H1>Set These Keywords Explained</H1>
19060 This describes part of the action to be taken if the Pattern for this
19061 filter is a match.
19062 Read a little about keywords in the help text for the
19063 <A HREF="h_common_flag">Flag</A> command.
19064 This option is a list of keywords that will be Set when there is a match.
19065 If you wish, you may choose keywords from the list of keywords you have
19066 defined with the &quot;T&quot; command.
19067 You may add new keywords by defining them in the
19068 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
19069 If you have given a keyword a nickname when configuring it,
19070 that nickname may be used instead of the actual keyword.
19073 Look <A HREF="h_edit_nav_cmds">here</A>
19074 to see the available Editing and Navigation commands.
19076 &lt;End of help on this topic&gt;
19077 </BODY>
19078 </HTML>
19079 ======= h_config_filter_kw_clr =======
19080 <HTML>
19081 <HEAD>
19082 <TITLE>Clear These Keywords Explained</TITLE>
19083 </HEAD>
19084 <BODY>
19085 <H1>Clear These Keywords Explained</H1>
19087 This describes part of the action to be taken if the Pattern for this
19088 filter is a match.
19089 Read a little about keywords in the help text for the
19090 <A HREF="h_common_flag">Flag</A> command.
19091 This option is a list of keywords that will be Cleared when there is a match.
19092 If you wish, you may choose keywords from the list of keywords you have
19093 defined with the &quot;T&quot; command.
19094 You may add new keywords by defining them in the
19095 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
19096 If you have given a keyword a nickname when configuring it,
19097 that nickname may be used instead of the actual keyword.
19100 Look <A HREF="h_edit_nav_cmds">here</A>
19101 to see the available Editing and Navigation commands.
19103 &lt;End of help on this topic&gt;
19104 </BODY>
19105 </HTML>
19106 ======= h_index_tokens =======
19107 <HTML>
19108 <HEAD>
19109 <TITLE>Tokens for Index and Replying</TITLE>
19110 </HEAD>
19111 <BODY>
19113 This set of special tokens may be used in the
19114 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option,
19115 in the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
19116 in signature files,
19117 in template files used in
19118 <A HREF="h_rules_roles">&quot;roles&quot;</A>, and in the folder name
19119 that is the target of a Filter Rule.
19120 Some of them aren't available in all situations.
19122 The tokens are used as they appear below for the &quot;<!--#echo var="VAR_index-format"-->&quot;
19123 option, but they must be surrounded by underscores for the
19124 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option, in signature and template files,
19125 and in the target of Filter Rules.
19129 <H1><EM>Tokens Available for all Cases (except Filter Rules)</EM></H1>
19131 <DL>
19132 <DT>SUBJECT</DT>
19133 <DD>
19134 This token represents the Subject the sender gave the message.
19135 Alternatives for use in the index screen are SHORTSUBJECT,
19136 SUBJKEY, SHORTSUBJKEY, SUBJKEYINIT, SHORTSUBJKEYINIT, SUBJECTTEXT, 
19137 SUBJKEYTEXT, and SUBJKEYINITTEXT.
19138 You may color the subject text in the MESSAGE INDEX screen differently by using the
19139 <A HREF="h_config_index_subject_color">Index Subject Color</A> and the
19140 <A HREF="h_config_index_opening_color">Index Opening Color</A>
19141 options available from
19142 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19143 </DD>
19145 <DT>FROM</DT>
19146 <DD>
19147 This token represents the personal name (or email address if the name
19148 is unavailable) of the person specified in the message's &quot;From:&quot;
19149 header field.
19150 You may color the from text in the MESSAGE INDEX screen differently by using the
19151 <A HREF="h_config_index_from_color">Index From Color</A>
19152 option available from
19153 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19154 </DD>
19156 <DT>ADDRESS</DT>
19157 <DD>
19158 This is similar to the &quot;FROM&quot; token, only it is always the
19159 email address, never the personal name.
19160 For example, &quot;mailbox@domain&quot;.
19161 </DD>
19163 <DT>MAILBOX</DT>
19164 <DD>
19165 This is the same as the &quot;ADDRESS&quot; except that the 
19166 domain part of the address is left off.
19167 For example, &quot;mailbox&quot;.
19168 </DD>
19170 <DT>SENDER</DT>
19171 <DD>
19172 This token represents the personal name (or email address) of the person
19173 listed in the message's &quot;Sender:&quot; header field.
19174 </DD>
19176 <DT>TO</DT>
19177 <DD>
19178 This token represents the personal names (or email addresses if the names
19179 are unavailable) of the persons specified in the
19180 message's &quot;To:&quot; header field.
19181 </DD>
19183 <DT>NEWSANDTO</DT>
19184 <DD>
19185 This token represents the newsgroups from the
19186 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
19187 the personal names (or email addresses if the names
19188 are unavailable) of the persons specified in the
19189 message's &quot;To:&quot; header field.
19190 </DD>
19192 <DT>TOANDNEWS</DT>
19193 <DD>
19194 Same as &quot;NEWSANDTO&quot; except in the opposite order.
19195 </DD>
19197 <DT>NEWS</DT>
19198 <DD>
19199 This token represents the newsgroups from the
19200 message's &quot;Newsgroups:&quot; header field.
19201 </DD>
19203 <DT>CC</DT>
19204 <DD>
19205 This token represents the personal names (or email addresses if the names
19206 are unavailable) of the persons specified in the
19207 message's &quot;Cc:&quot; header field.
19208 </DD>
19210 <DT>RECIPS</DT>
19211 <DD>
19212 This token represents the personal names (or email addresses if the names
19213 are unavailable) of the persons specified in both the
19214 message's &quot;To:&quot; header field and
19215 the message's &quot;Cc:&quot; header field.
19216 </DD>
19218 <DT>NEWSANDRECIPS</DT>
19219 <DD>
19220 This token represents the newsgroups from the
19221 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
19222 the personal names (or email addresses if the names
19223 are unavailable) of the persons specified in the
19224 message's &quot;To:&quot; and &quot;Cc:&quot; header fields.
19225 </DD>
19227 <DT>RECIPSANDNEWS</DT>
19228 <DD>
19229 Same as &quot;NEWSANDRECIPS&quot; except in the opposite order.
19230 </DD>
19232 <DT>INIT</DT>
19233 <DD>
19234 This token represents the initials from the personal name
19235 of the person specified in the message's &quot;From:&quot;
19236 header field.
19237 If there is no personal name, it is blank.
19238 </DD>
19240 <DT>DATE</DT>
19241 <DD>
19242 This token represents the date on which the message was sent, according
19243 to the &quot;Date&quot; header field.
19244 It has the format MMM DD. For example, &quot;Oct 23&quot;.
19245 The feature
19246 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>,
19247 which adjusts for the timezone the message was sent from,
19248 may have an effect on the value of this token as well as the values of
19249 all of the other DATE or TIME tokens.
19250 Some of the DATE and TIME tokens are displayed in a locale-specific
19251 way unless the option
19252 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is set.
19253 </DD>
19255 <DT>SMARTDATE</DT>
19256 <DD>
19257 This token represents the date on which the message was sent, according
19258 to the &quot;Date&quot; header field.
19259 It is &quot;Today&quot; if the message was sent today,
19260 &quot;Yesterday&quot; for yesterday,
19261 &quot;Wednesday&quot; if it was last Wednesday, and so on. If the
19262 message is from last year and is more than six months old it includes the year, as well.
19263 See the SMARTDATE alternatives below, as well.
19264 </DD>
19266 <DT>SMARTTIME</DT>
19267 <DD>
19268 This token represents the most relevant elements of the date on which
19269 the message was sent (according to the &quot;Date&quot; header field),
19270 in a compact form. If the message was sent today, only the time is used
19271 (e.g. &quot;9:22am&quot;, &quot;10:07pm&quot;); if it was sent during
19272 the past week, the day of the week and the hour are used
19273 (e.g. &quot;Wed09am&quot;, &quot;Thu10pm&quot;); other dates are
19274 given as date, month, and year (e.g. &quot;23Aug00&quot;,
19275 &quot;9Apr98&quot;).
19276 </DD>
19278 <DT>SMARTTIME24</DT>
19279 <DD>
19280 This token has the structure &quot;day hour:minute&quot;
19281 (e.g. &quot;Sun 19:03&quot;) for messages dated less than a week
19282 from the current date, or &quot;month day&quot; (e.g.
19283 &quot;Nov 23&quot;) for messages dated less than 6 months
19284 ago, or &quot;day/month/year&quot; (e.g &quot;06/Jan/16&quot;)
19285 for messages dated more than 6 months ago. It uses 9 characters
19286 of the width of the screen, and it left aligned.
19287 </DD>
19289 <DT>SMARTDATETIME</DT>
19290 <DD>
19291 This is a combination of SMARTDATE and SMARTTIME.
19292 It is SMARTDATE unless the SMARTDATE value is &quot;Today&quot;, in which
19293 case it is SMARTTIME.
19294 See the SMARTDATETIME alternatives below, as well.
19295 </DD>
19297 <DT>DATEISO</DT>
19298 <DD>
19299 This token represents the date on which the message was sent, according
19300 to the &quot;Date&quot; header field.
19301 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
19302 </DD>
19304 <DT>SHORTDATEISO</DT>
19305 <DD>
19306 This token represents the date on which the message was sent, according
19307 to the &quot;Date&quot; header field.
19308 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
19309 </DD>
19311 <DT>SHORTDATE1</DT>
19312 <DD>
19313 This token represents the date on which the message was sent, according
19314 to the &quot;Date&quot; header field.
19315 It has the format MM/DD/YY. For example, &quot;10/23/98&quot;.
19316 </DD>
19318 <DT>SHORTDATE2</DT>
19319 <DD>
19320 This token represents the date on which the message was sent, according
19321 to the &quot;Date&quot; header field.
19322 It has the format DD/MM/YY. For example, &quot;23/10/98&quot;.
19323 </DD>
19325 <DT>SHORTDATE3</DT>
19326 <DD>
19327 This token represents the date on which the message was sent, according
19328 to the &quot;Date&quot; header field.
19329 It has the format DD.MM.YY. For example, &quot;23.10.98&quot;.
19330 </DD>
19332 <DT>SHORTDATE4</DT>
19333 <DD>
19334 This token represents the date on which the message was sent, according
19335 to the &quot;Date&quot; header field.
19336 It has the format YY.MM.DD. For example, &quot;98.10.23&quot;.
19337 </DD>
19339 <DT>LONGDATE</DT>
19340 <DD>
19341 This token represents the date on which the message was sent, according
19342 to the &quot;Date&quot; header field.
19343 It has the format MMM DD, YYYY. For example, &quot;Oct 23, 1998&quot;.
19344 </DD>
19346 <DT>SMARTDATE alternatives</DT>
19347 <DD>
19348 There are several versions of SMARTDATE that are all the same except
19349 for the way they format dates far in the past.
19350 SMARTDATE formats the date using the information from your locale settings
19351 to format the date string. It may end up formatting dates so that they look
19352 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
19353 The feature
19354 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
19355 may have an effect on the values of these tokens.
19356 If you want more control you may use one of the following.
19357   <DL>
19358   <DT>SMARTDATE</DT> <DD>If the option
19359 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
19360 then this will be locale specific. Control this with the
19361 LC_TIME locale setting on a UNIX system. On Windows
19362 the Regional Options control panel may be used to set the Short date
19363 format. At the programming level, the strftime routine is what Alpine
19364 uses to print the date.
19365 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
19366 to SMARTDATES1.</DD>
19367   <DT>SMARTDATEISO</DT> <DD>DATEISO format. See text above.</DD>
19368   <DT>SMARTDATESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
19369   <DT>SMARTDATES1</DT> <DD>SHORTDATE1 format.</DD>
19370   <DT>SMARTDATES2</DT> <DD>SHORTDATE2 format.</DD>
19371   <DT>SMARTDATES3</DT> <DD>SHORTDATE3 format.</DD>
19372   <DT>SMARTDATES4</DT> <DD>SHORTDATE4 format.</DD>
19373   </DL>
19374 </DD>
19376 <DT>SMARTDATETIME alternatives</DT>
19377 <DD>
19378 There are several versions of SMARTDATETIME that are all very similar.
19379 The ones that end in 24 use a 24-hour clock for Today's messages instead
19380 of a 12-hour clock.
19381 The other variation is
19382 for the way they format dates far in the past.
19383 SMARTDATETIME and SMARTDATETIME24 format the date using the information from your locale settings
19384 to format the date string. It may end up formatting dates so that they look
19385 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
19386 The feature
19387 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
19388 may have an effect on the values of these tokens.
19389 The possible choices are:
19390   <DL>
19391   <DT>SMARTDATETIME</DT> <DD>If the option
19392 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
19393 then this will be locale specific. Control this with the
19394 LC_TIME locale setting on a UNIX system. On Windows
19395 the Regional Options control panel may be used to set the Short date
19396 format. At the programming level, the strftime routine is what Alpine
19397 uses to print the date.
19398 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
19399 to SMARTDATETIMES1.</DD>
19400   <DT>SMARTDATETIME24</DT> <DD>Use TIME24 for Today</DD>
19401   <DT>SMARTDATETIMEISO</DT> <DD>DATEISO format. See text above.</DD>
19402   <DT>SMARTDATETIMEISO24</DT> <DD>Use TIME24 for Today</DD>
19403   <DT>SMARTDATETIMESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
19404   <DT>SMARTDATETIMESHORTISO24</DT> <DD>Use TIME24 for Today</DD>
19405   <DT>SMARTDATETIMES1</DT> <DD>SHORTDATE1 format.</DD>
19406   <DT>SMARTDATETIMES124</DT> <DD>Use TIME24 for Today</DD>
19407   <DT>SMARTDATETIMES2</DT> <DD>SHORTDATE2 format.</DD>
19408   <DT>SMARTDATETIMES224</DT> <DD>Use TIME24 for Today</DD>
19409   <DT>SMARTDATETIMES3</DT> <DD>SHORTDATE3 format.</DD>
19410   <DT>SMARTDATETIMES324</DT> <DD>Use TIME24 for Today</DD>
19411   <DT>SMARTDATETIMES4</DT> <DD>SHORTDATE4 format.</DD>
19412   <DT>SMARTDATETIMES424</DT> <DD>Use TIME24 for Today</DD>
19413   </DL>
19414 </DD>
19416 <DT>DAYDATE</DT>
19417 <DD>
19418 This token represents the date on which the message was sent, according
19419 to the &quot;Date&quot; header field.
19420 It looks like &quot;Sat, 23 Oct 1998&quot;.
19421 This token is never converted in any locale-specific way.
19422 </DD>
19424 <DT>PREFDATE</DT>
19425 <DD>
19426 This token represents the date on which the message was sent, according
19427 to the &quot;Date&quot; header field.
19428 It is your operating system's idea of the preferred date representation for the current locale.
19429 Internally it uses the %x version of the date from the strftime routine.
19430 </DD>
19432 <DT>PREFTIME</DT>
19433 <DD>
19434 This token represents the time at which the message was sent, according
19435 to the &quot;Date&quot; header field.
19436 It is the preferred time representation for the current locale.
19437 Internally it uses the %X version of the time from the strftime routine.
19438 </DD>
19440 <DT>PREFDATETIME</DT>
19441 <DD>
19442 This token represents the date and time at which the message was sent, according
19443 to the &quot;Date&quot; header field.
19444 It is the preferred date and time representation for the current locale.
19445 Internally it uses the %c version of the time from the strftime routine.
19446 </DD>
19448 <DT>DAY</DT>
19449 <DD>
19450 This token represents the day of the month on which the message was sent,
19451 according to the &quot;Date&quot; header field.
19452 For example, &quot;23&quot; or &quot;9&quot;.
19453 </DD>
19455 <DT>DAY2DIGIT</DT>
19456 <DD>
19457 This token represents the day of the month on which the message was sent,
19458 according to the &quot;Date&quot; header field.
19459 For example, &quot;23&quot; or &quot;09&quot;.
19460 It is always 2 digits.
19461 </DD>
19463 <DT>DAYORDINAL</DT>
19464 <DD>
19465 This token represents the ordinal number that is the day of
19466 the month on which the message was sent,
19467 according to the &quot;Date&quot; header field.
19468 For example, &quot;23rd&quot; or &quot;9th&quot;.
19469 </DD>
19471 <DT>DAYOFWEEK</DT>
19472 <DD>
19473 This token represents the day of the week on which the message was sent,
19474 according to the &quot;Date&quot; header field.
19475 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
19476 </DD>
19478 <DT>DAYOFWEEKABBREV</DT>
19479 <DD>
19480 This token represents the day of the week on which the message was sent,
19481 according to the &quot;Date&quot; header field.
19482 For example, &quot;Sun&quot; or &quot;Wed&quot;.
19483 </DD>
19485 <DT>MONTHABBREV</DT>
19486 <DD>
19487 This token represents the month the message was sent, according
19488 to the &quot;Date&quot; header field.
19489 For example, &quot;Oct&quot;.
19490 </DD>
19492 <DT>MONTHLONG</DT>
19493 <DD>
19494 This token represents the month in which the message was sent, according
19495 to the &quot;Date&quot; header field.
19496 For example, &quot;October&quot;.
19497 </DD>
19499 <DT>MONTH</DT>
19500 <DD>
19501 This token represents the month in which the message was sent, according
19502 to the &quot;Date&quot; header field.
19503 For example, &quot;10&quot; or &quot;9&quot;.
19504 </DD>
19506 <DT>MONTH2DIGIT</DT>
19507 <DD>
19508 This token represents the month in which the message was sent, according
19509 to the &quot;Date&quot; header field.
19510 For example, &quot;10&quot; or &quot;09&quot;.
19511 It is always 2 digits.
19512 </DD>
19514 <DT>YEAR</DT>
19515 <DD>
19516 This token represents the year the message was sent, according
19517 to the &quot;Date&quot; header field.
19518 For example, &quot;1998&quot; or &quot;2001&quot;.
19519 </DD>
19521 <DT>YEAR2DIGIT</DT>
19522 <DD>
19523 This token represents the year the message was sent, according
19524 to the &quot;Date&quot; header field.
19525 For example, &quot;98&quot; or &quot;01&quot;.
19526 It is always 2 digits.
19527 </DD>
19529 <DT>TIME24</DT>
19530 <DD>
19531 This token represents the time at which the message was sent, according
19532 to the &quot;Date&quot; header field.
19533 There is no adjustment made for different time zones, so you'll get
19534 the time the message was sent according to the time zone the sender
19535 was in.
19536 It has the format HH:MM. For example, &quot;17:28&quot;.
19537 </DD>
19539 <DT>TIME12</DT>
19540 <DD>
19541 This token represents the time at which the message was sent, according
19542 to the &quot;Date&quot; header field.
19543 This time is for a 12 hour clock.
19544 It has the format HH:MMpm.
19545 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
19546 </DD>
19548 <DT>TIMEZONE</DT>
19549 <DD>
19550 This token represents the numeric timezone from
19551 the &quot;Date&quot; header field.
19552 It has the format [+-]HHMM. For example, &quot;-0800&quot;.
19553 </DD>
19555 </DL>
19558 <H1><EM>Tokens Available Only for <!--#echo var="VAR_index-format"--></EM></H1>
19560 <DL>
19561 <DT>MSGNO</DT>
19562 <DD>
19563 This token represents the message's current position in the folder that,
19564 of course, may change as the folder is sorted or new mail arrives.
19565 </DD>
19567 <DT>STATUS</DT>
19568 <DD>
19569 This token represents a three character wide field displaying various
19570 aspects of the message's state.
19571 The first character is either blank,
19572 a '*' for message marked Important, or a '+' indicating a message
19573 addressed directly to you (as opposed to your having received it via a
19574 mailing list, for example).
19575 When the feature
19576 &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot;
19577 is set, if the first character would have been
19578 blank then it will instead be a '-' if the message is cc'd to you.
19579 The second character is typically blank,
19580 though the arrow cursor may occupy it if either the 
19581 &quot;<A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>&quot;
19582 or the
19583 &quot;<A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A>&quot; feature
19584 is set (or you actually are on a slow link).
19585 The third character is either '<A HREF="h_flag_deleted">D</A>' (Deleted),
19586 '<A HREF="h_flag_answered">A</A>' (Answered),
19587 '<A HREF="h_flag_forwarded">F</A>' (Forwarded),
19588 '<A HREF="h_flag_new">N</A>' (New), or blank.
19590 If you are using a threaded view of the index and this message is at the
19591 top of a collapsed portion of a thread,
19592 then this token refers to all of the messages in the collapsed portion of
19593 the thread instead of just the top message.
19594 The first character will be a '*' if <EM>any</EM> of the messages in the thread
19595 are marked Important, else a '+' if any of the messages are addressed
19596 to you, else a '-' if any of the messages are cc'd to you.
19597 The third character will be a 'D' if <EM>all</EM> of the messages
19598 in the collapsed thread are marked deleted,
19599 an 'A' if <EM>all</EM> of the messages
19600 in the collapsed thread are marked answered,
19601 it will be an 'N' if any of
19602 the messages are undeleted and unseen, and it will be blank otherwise.
19603 </DD>
19605 <DT>FULLSTATUS</DT>
19606 <DD>
19607 This token represents a less abbreviated alternative
19608 to the &quot;STATUS&quot; token.
19609 It is six characters wide.
19610 The first character is '+', '-', or blank, the
19611 second blank, the third either '*' or blank, the fourth
19612 '<A HREF="h_flag_new">N</A>' or blank,
19613 the fifth '<A HREF="h_flag_answered">A</A>'
19614 or blank, and the sixth character is
19615 either '<A HREF="h_flag_deleted">D</A>' or
19616 blank.
19618 If you are using a threaded view of the index and this message is at the
19619 top of a collapsed portion of a thread,
19620 then this token refers to all of the messages in the collapsed portion of
19621 the thread instead of just the top message.
19622 The first character is '+', '-', or blank depending on whether <EM>any</EM>
19623 of the messages in the collapsed thread are addressed to you or cc'd to you.
19624 The third character will be '*' if any of the messages are marked
19625 Important.
19626 The fourth character will be 'N' if all of the messages in the thread
19627 are New, else 'n' if some of the messages in the thread are New, else blank.
19628 The fifth character will be 'A' or 'a' or blank, and the sixth character
19629 will be 'D' or 'd' or blank.
19630 </DD>
19632 <DT>IMAPSTATUS</DT>
19633 <DD>
19634 This token represents an even less abbreviated alternative to the
19635 &quot;STATUS&quot; token.
19636 It differs from &quot;FULLSTATUS&quot; in only the fourth character, which is
19637 an 'N' if the message is new to this folder since the last time
19638 it was opened <EM>and</EM> it has not been viewed, an 'R' (Recent) if the message
19639 is new to the folder and has been viewed, a 'U' (Unseen) if the message is not 
19640 new to the folder since it was last opened <EM>but</EM> has not been
19641 viewed, or a blank if the message has been in the folder since it was
19642 last opened and has been viewed.
19644 If you are using a threaded view of the index and this message is at the
19645 top of a collapsed portion of a thread,
19646 then the fourth character will be
19647 'N' if all of the messages in the thread are unseen and recent;
19648 else 'n' if some of the messages in the thread are unseen and recent;
19649 else 'U' if all of the messages in the thread are unseen and not recent;
19650 else 'u' if some of the messages in the thread are unseen and not recent;
19651 else 'R' if all of the messages in the thread are seen and recent;
19652 else 'r' if some of the messages in the thread are seen and recent;
19653 else blank.
19654 </DD>
19656 <DT>SHORTIMAPSTATUS</DT>
19657 <DD>
19658 This is the same as the last four of the six characters of IMAPSTATUS,
19659 so the '+' To Me information will be missing.
19660 </DD>
19662 <DT>SIZE</DT>
19663 <DD>
19664 This token represents the total size, in bytes, of the message.
19665 If a &quot;K&quot; (Kilobyte)
19666 follows the number, the size is approximately 1,000
19667 times that many bytes (rounded to the nearest 1,000).
19668 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
19669 1,000,000 times that many bytes.
19670 Commas are not used in this field.
19671 This field is seven characters wide, including the enclosing parentheses.
19672 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
19673 The progression of sizes used looks like:
19676 <CENTER><SAMP>0 1 ... 9999 10K ... 999K 1.0M ... 99.9M 100M ... 2000M</SAMP></CENTER>
19678 </DD>
19680 <DT>SIZECOMMA</DT>
19681 <DD>
19682 This token represents the total size, in bytes, of the message.
19683 If a &quot;K&quot; (Kilobyte)
19684 follows the number, the size is approximately 1,000
19685 times that many bytes (rounded to the nearest 1,000).
19686 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
19687 1,000,000 times that many bytes.
19688 Commas are used if the number shown is 1,000 or greater.
19689 The SIZECOMMA field is one character wider than the SIZE field.
19690 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
19691 The progression of sizes used looks like:
19694 <CENTER><SAMP>0 1 ... 99,999 100K ... 9,999K 10.0M ... 999.9M 1,000M ... 2,000M</SAMP></CENTER>
19696 </DD>
19698 <DT>KSIZE</DT>
19699 <DD>
19700 This token represents the total size of the message, expressed in
19701 kilobytes or megabytes, as most appropriate.
19702 These are 1,024 byte kilobytes and 1,024 x 1,024 byte megabytes.
19703 The progression of sizes used looks like:
19706 <CENTER><SAMP>0K 1K ... 1023K 1.0M ... 99.9M 100M ... 2047M</SAMP></CENTER>
19708 </DD>
19710 <DT>SIZENARROW</DT>
19711 <DD>
19712 This token represents the total size, in bytes, of the message.
19713 If a &quot;K&quot; (Kilobyte)
19714 follows the number, the size is approximately 1,000
19715 times that many bytes.
19716 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
19717 1,000,000 times that many bytes.
19718 If a &quot;G&quot; (Gigabyte) follows the number, the size is approximately
19719 1,000,000,000 times that many bytes.
19720 This field uses only five characters of screen width, including the enclosing
19721 parentheses.
19722 The progression of sizes used looks like:
19725 <CENTER><SAMP>0 1 ... 999 1K ... 99K .1M ... .9M 1M ... 99M .1G ... .9G 1G 2G</SAMP></CENTER>
19727 </DD>
19729 <DT>DESCRIPSIZE</DT>
19730 <DD>
19731 This token is intended to represent a more useful description of the
19732 message than just its size, but it isn't very useful at this point.
19733 The plus sign in this view means there are attachments.
19734 Note that including this token in
19735 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
19736 display a little while Alpine collects the necessary information.
19737 </DD>
19739 <DT>SHORTSUBJECT</DT> 
19740 <DD> This token is the same as SUBJECT, but removes 
19741 text between &quot;[&quot; and &quot;]&quot;. Typically text enclosed 
19742 between these characters corresponds to mailing list names, and may be 
19743 unnecessary or unwanted in some instances. 
19744 </DD>
19746 <DT>SUBJKEY</DT>
19747 <DD>
19748 This token is the same as the SUBJECT token unless keywords are set for
19749 the message.
19750 In that case, a list of keywords enclosed in braces will be prepended to
19751 the subject of the message.
19752 Only those keywords that you have defined in your
19753 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19754 in Setup/Config are considered in the list.
19755 In other words, keywords that have been set by some other means, perhaps
19756 by another email program, won't show up unless included in
19757 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19758 Having this set in the <!--#echo var="VAR_index-format"--> will also cause the keywords to be
19759 prepended to the subject in the MESSAGE TEXT screen.
19760 If you have given a keyword a nickname
19761 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
19762 instead of the actual keyword.
19763 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
19764 option may be used to modify this token slightly.
19765 It is also possible to color keywords in the index using the
19766 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19767 </DD>
19769 <DT>SHORTSUBJKEY</DT>
19770 <DD> This token is the same as SUBJKEY, but it is based on
19771 SHORTSUBJECT, instead of in SUBJECT.
19772 </DD>
19774 <DT>SUBJKEYINIT</DT>
19775 <DD>
19776 This token is the same as the SUBJKEY token except that instead of
19777 prepending a list of keywords to the subject, a list of first initials
19778 of keywords will be prepended instead.
19779 For example, if a message has the keywords <EM>Work</EM> and <EM>Now</EM>
19780 set (or Work and Now are the Alpine nicknames of keywords that are set)
19781 then the SUBJKEY token would cause a result like
19783 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
19785 whereas the SUBJKEYINIT token would give
19787 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
19789 Only those keywords that you have defined in your
19790 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19791 in Setup/Config are considered in the list.
19792 In other words, keywords that have been set by some other means, perhaps
19793 by another email program, won't show up unless included in
19794 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19795 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
19796 option may be used to modify this token slightly.
19797 It is also possible to color keywords in the index using the
19798 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19799 </DD>
19801 <DT>SHORTSUBJKEYINIT</DT>
19802 <DD> This token is the same as SUBJKEYINIT, but it is based on
19803 SHORTSUBJECT, instead of in SUBJECT.
19804 </DD>
19806 <DT>SUBJECTTEXT</DT>
19807 <DD>
19808 Same as SUBJECT but if there is room in the Subject field for more text,
19809 the opening part of the text of the message is displayed after the subject.
19810 The time needed to fetch the text may cause a performance problem
19811 which can, of course, be avoided by using the SUBJECT version of
19812 the Subject instead.
19813 You may color this opening text differently by using the
19814 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
19815 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19816 You may adjust the characters that are displayed between the Subject and the
19817 opening text with the option
19818 <A HREF="h_config_opening_sep"><!--#echo var="VAR_opening-text-separator-chars"--></A>.
19819 </DD>
19821 <DT>SUBJKEYTEXT</DT>
19822 <DD>
19823 Same as SUBJKEY but with the opening message text.
19824 </DD>
19826 <DT>OPENINGTEXT</DT>
19827 <DD>
19828 This is similar to SUBJECTTEXT.
19829 Instead of combining the Subject and the opening text in a single
19830 field in the index screen this token allows you to allocate a
19831 separate column just for the opening text of the message.
19832 The time needed to fetch this text may cause a performance problem.
19833 You may color this opening text differently by using the
19834 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
19835 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19836 </DD>
19838 <DT>OPENINGTEXTNQ</DT>
19839 <DD>
19840 This is very similar to OPENINGTEXT.
19841 The NQ stands for No Quotes.
19842 The only difference is that quoted text (lines beginning with &gt;) is deleted.
19843 For some messages this may be confusing.
19844 For example, a message might have a line preceding some quoted
19845 text that reads something like &quot;On May 8th person A said.&quot;
19846 That no longer makes sense after the quoted text is deleted and it
19847 will appear that person A said whatever the text after the quote
19848 is, even though that is really person B talking.
19849 </DD>
19851 <DT>SUBJKEYINITTEXT</DT>
19852 <DD>
19853 Same as SUBJKEYINIT but with the opening message text.
19854 </DD>
19856 <DT>KEY</DT>
19857 <DD>
19858 This is a space-delimited list of keywords that are set for the message.
19859 Only those keywords that you have defined in your
19860 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19861 in Setup/Config are considered in the list.
19862 In other words, keywords that have been set by some other means, perhaps
19863 by another email program, won't show up unless included in
19864 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19865 If you have given a keyword a nickname
19866 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
19867 instead of the actual keyword.
19868 It is also possible to color keywords in the index using the
19869 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19870 This token defaults to an arbitrary width of 5.
19871 You should set it to whatever width suits you using something
19872 like KEY(17) in the <!--#echo var="VAR_index-format"-->.
19873 </DD>
19875 <DT>KEYINIT</DT>
19876 <DD>
19877 This is a list of keyword initials that are set for the message.
19878 If you have given a keyword a nickname
19879 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), the initial of that nickname
19880 is displayed instead of the initial of the actual keyword.
19881 It is also possible to color keyword initials in the index using the
19882 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19883 This token defaults to an arbitrary width of 2.
19884 You should set it to whatever width suits you using something
19885 like KEYINIT(3) in the <!--#echo var="VAR_index-format"-->.
19886 </DD>
19888 <DT>PRIORITY</DT>
19889 <DD>
19890 The X-Priority header is a non-standard header that is used in a
19891 somewhat standard way by many mail programs.
19892 Alpine expects the value of this header to be a digit with a value
19893 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
19894 Since this priority is something that the sender sets it is only an indication
19895 of the priority that the sender attaches to the mail and it is therefore almost
19896 totally unreliable for use as a filtering criterion.
19897 This token will display the numeric value of the priority if it is between
19898 1 and 5.
19899 It will be suppressed (blank) if the value is 3, which is normal priority.
19900 This token may be colored with the
19901 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19902 </DD>
19904 <DT>PRIORITYALPHA</DT>
19905 <DD>
19906 This is a more verbose interpretation of the X-Priority field.
19907 Once again nothing is displayed unless the value of the field
19908 is 1, 2, 4, or 5.
19909 The values displayed for those values are:
19911 <TABLE>
19912 <TR> <TD>1</TD> <TD>Highest</TD> </TR>
19913 <TR> <TD>2</TD> <TD>High</TD> </TR>
19914 <TR> <TD>4</TD> <TD>Low</TD> </TR>
19915 <TR> <TD>5</TD> <TD>Lowest</TD> </TR>
19916 </TABLE>
19918 This token may be colored with the
19919 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19920 </DD>
19922 <DT>PRIORITY!</DT>
19923 <DD>
19924 This is a one character, non-numeric version of the X-Priority field.
19925 If the value of the X-Priority header is 1 or 2 an exclamation
19926 point is displayed.
19927 If the value is 4 or 5 a &quot;v&quot; (think down arrow) is displayed.
19928 This token may be colored with the
19929 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19930 </DD>
19932 <DT>ATT</DT>
19933 <DD>
19934 This is a one column wide field that represents the number of attachments
19935 a message has. It will be blank if there are no attachments, a single
19936 digit for one to nine attachments, or an asterisk for more than nine.
19937 Note that including this token in
19938 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
19939 display a little while Alpine collects the necessary information.
19940 </DD>
19942 <DT>FROMORTO</DT>
19943 <DD>
19944 This token represents <EM>either</EM> the personal name (or email address) of
19945 the person listed in the message's &quot;From:&quot; header
19946 field, <EM>or</EM>, if that address is yours or one of your
19947 <A HREF="h_config_alt_addresses">alternate addresses</A>,
19948 the first person specified in the
19949 message's &quot;To:&quot; header field
19950 with the prefix &quot;To: &quot; prepended.
19951 If the from address is yours and there is also no &quot;To&quot; address,
19952 Alpine will use the address on the &quot;Cc&quot; line.
19953 If there is no address there, either, Alpine will look for a newsgroup name
19954 from the &quot;Newsgroups&quot; header field and put
19955 that after the &quot;To: &quot; prefix.
19956 </DD>
19958 <DT>FROMORTONOTNEWS</DT>
19959 <DD>
19960 This is almost the same as <EM>FROMORTO</EM>.
19961 The difference is that newsgroups aren't considered.
19962 When a message is from you, doesn't have a To or Cc, and does have
19963 a Newsgroups header; this token will be your name instead of the name
19964 of the newsgroup (like it would be with FROMORTO).
19965 </DD>
19967 <DT>TEXT</DT>
19968 <DD>
19969 This is a different sort of token.
19970 It allows you to display a label within each index line.
19971 It will be the same fixed text for each line.
19972 It is different from all the other tokens in that there is no space column
19973 displayed after this token.
19974 Instead, it is butted up against the following field.
19975 It also has a different syntax.
19976 The text to display is given following a colon after the
19977 word &quot;TEXT&quot;.
19978 For example,
19980 <CENTER><SAMP>TEXT:abc=</SAMP></CENTER>
19982 would insert the literal text &quot;abc=&quot; (without the quotes)
19983 into the index display line.
19984 You must quote the text if it includes space characters, like
19986 <CENTER><SAMP>TEXT:&quot;abc&nbsp;=&nbsp;&quot;</SAMP></CENTER>
19988 </DD>
19990 <DT>HEADER</DT>
19991 <DD>
19992 This allows you to display the text from a particular header line in the
19993 message.
19994 The syntax for this token is substantially different from all the others
19995 in order that you might be able to display a portion of the text following
19996 a particular header.
19997 The header name you are interested in is given following a colon
19998 after the word &quot;HEADER&quot;.
19999 For example,
20001 <CENTER><SAMP>HEADER:X-Spam</SAMP></CENTER>
20003 would display the text of the X-Spam header, if any.
20004 Like for other index tokens a width field may (and probably should)
20005 follow this.
20007 <CENTER><SAMP>HEADER:X-Spam(10)</SAMP></CENTER>
20009 displays the first ten characters of the X-Spam header.
20010 Unlike other index tokens, the syntax for HEADER is more flexible.
20011 An optional second argument comes after a comma inside the parentheses.
20012 It specifies the &quot;field&quot; number.
20013 By default, the field separator is a space character.
20014 No extra space characters are allowed in the argument list.
20016 <CENTER><SAMP>HEADER:X-Spam(10,2)</SAMP></CENTER>
20018 would display the second field, left-justified, in a 10 character
20019 wide field.
20020 The second field would consist of all the text after the first space
20021 up to the next space or the end of the header.
20022 The default field number is zero, which stands for the entire line.
20023 There is also an optional third argument that is a list of field
20024 separators. It defaults to a space character.
20025 The example
20027 <CENTER><SAMP>HEADER:X-Spam(10,2,:%&nbsp;)</SAMP></CENTER>
20029 would cause the field separators to be any of colon, percent,
20030 or space (there is a space character between the percent and the
20031 right parenthesis).
20032 The first field runs from the start of the header value up to the first
20033 colon, percent, or space; the second goes from there to the next; and so on.
20034 In order to use a comma character as a field separator you must escape
20035 it by preceding it with a backslash (&#92;).
20036 The same is true of the backslash character itself.
20037 There is one further optional argument.
20038 It is an R or an L to specify right or left adjustment of the text
20039 within the field.
20040 The default is to left justify, however if you are displaying numbers
20041 you might prefer to right justify.
20043 Here's an example of a SpamAssassin header.
20044 The exact look of the header will vary, but if your incoming mail
20045 contains headers that look like the following
20047 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
20049 you might want to display the hits value.
20050 The first field starts with the Y in Yes.
20051 To get what you're interested in you might use &quot;=&quot; and
20052 space as the field separators and display the third field, like
20054 <CENTER><SAMP>HEADER:X-Spam-Status(4,3,=&nbsp;)</SAMP></CENTER>
20056 or maybe you would break at the dot instead
20058 <CENTER><SAMP>HEADER:X-Spam-Status(2,2,=.,R)</SAMP></CENTER>
20060 Another example we've seen has headers that look like
20062 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
20064 Because there are two equals and a comma before the 7% and a comma
20065 after it, the token
20067 <CENTER><SAMP>HEADER:X-Spam(3,4,=&#92;,,R)</SAMP></CENTER>
20069 should display the probability (for example 7% or 83%) right justified
20070 in a 3-wide field.
20071 </DD>
20073 <DT>ARROW</DT>
20074 <DD>
20075 This gives an alternative way to display the current message in the
20076 MESSAGE INDEX screen.
20077 Usually the current message is indicated by the line being shown in
20078 reverse video.
20079 Instead, if the ARROW token is included in your <!--#echo var="VAR_index-format"-->,
20080 the current line will include an &quot;arrow&quot; that
20081 looks like
20083 <CENTER><SAMP>-&gt;</SAMP></CENTER>
20085 in the ARROW token's field.
20086 For all of the non-current messages, the ARROW field will be filled
20087 with blanks.
20088 If you use the fixed-field width feature the length of the &quot;arrow&quot;
20089 may be adjusted.
20090 The arrow will be drawn as width-1 dashes followed by a greater than sign.
20091 For example, if you use ARROW(3) you will get
20093 <CENTER><SAMP>--&gt;</SAMP></CENTER>
20095 and ARROW(1) will give you just
20097 <CENTER><SAMP>&gt;</SAMP></CENTER>
20099 It is also possible to set the color of the ARROW field.
20100 By default (and for non-current messages) the arrow is colored the same
20101 as the index line it is part of.
20102 You may set it to be another color with the 
20103 <A HREF="h_config_index_arrow_color">Index Arrow Color</A> option available from
20104 the <A HREF="h_color_setup">Setup Kolor</A> screen.
20105 </DD>
20107 <DT>SCORE</DT>
20108 <DD>
20109 This gives the
20110 <a href="h_rules_score">score</a>
20111 of each message.
20112 This will be six columns wide to accomodate the widest possible score.
20113 You will probably want to use the <!--#echo var="VAR_index-format"--> fixed-field width feature
20114 to limit the width of the field to the widest score that
20115 you use (e.g. SCORE(3) if your scores are always between 0 and 999).
20116 If you have not defined any score rules the scores will all be zero.
20117 If any of your score rules contain AllText or BodyText patterns
20118 then including SCORE in the <!--#echo var="VAR_index-format"-->
20119 may slow down the display of the MESSAGE INDEX screen.
20120 </DD>
20121 </DL>
20124 <H1><EM>Tokens Available for all but <!--#echo var="VAR_index-format"--></EM></H1>
20126 <DL>
20127 <DT>CURNEWS</DT>
20128 <DD>
20129 This token represents the current newsgroup if there is one.
20130 For example, &quot;comp.mail.pine&quot;.
20131 </DD>
20133 <DT>MSGID</DT>
20134 <DD>
20135 This token represents the message ID of the message.
20136 This token does not work with Filter Rule folder names.
20137 </DD>
20139 <DT>CURDATE</DT>
20140 <DD>
20141 This token represents the current date.
20142 It has the format MMM DD. For example, &quot;Oct 23&quot;.
20143 </DD>
20145 <DT>CURDATEISO</DT>
20146 <DD>
20147 This token represents the current date.
20148 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
20149 </DD>
20151 <DT>CURDATEISOS</DT>
20152 <DD>
20153 This token represents the current date.
20154 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
20155 </DD>
20157 <DT>CURPREFDATE</DT>
20158 <DD>
20159 This token represents the current date.
20160 It is your operating system's idea of the preferred date representation for the current locale.
20161 Internally it uses the %x version of the date from the strftime routine.
20162 </DD>
20164 <DT>CURPREFTIME</DT>
20165 <DD>
20166 This token represents the current time.
20167 It is the preferred time representation for the current locale.
20168 Internally it uses the %X version of the time from the strftime routine.
20169 </DD>
20171 <DT>CURPREFDATETIME</DT>
20172 <DD>
20173 This token represents the current date and time.
20174 It is the preferred date and time representation for the current locale.
20175 Internally it uses the %c version of the time from the strftime routine.
20176 </DD>
20178 <DT>CURTIME24</DT>
20179 <DD>
20180 This token represents the current time.
20181 It has the format HH:MM. For example, &quot;17:28&quot;.
20182 </DD>
20184 <DT>CURTIME12</DT>
20185 <DD>
20186 This token represents the current time.
20187 This time is for a 12 hour clock.
20188 It has the format HH:MMpm.
20189 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
20190 </DD>
20192 <DT>CURDAY</DT>
20193 <DD>
20194 This token represents the current day of the month.
20195 For example, &quot;23&quot; or &quot;9&quot;.
20196 </DD>
20198 <DT>CURDAY2DIGIT</DT>
20199 <DD>
20200 This token represents the current day of the month.
20201 For example, &quot;23&quot; or &quot;09&quot;.
20202 It is always 2 digits.
20203 </DD>
20205 <DT>CURDAYOFWEEK</DT>
20206 <DD>
20207 This token represents the current day of the week.
20208 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
20209 </DD>
20211 <DT>CURDAYOFWEEKABBREV</DT>
20212 <DD>
20213 This token represents the current day of the week.
20214 For example, &quot;Sun&quot; or &quot;Wed&quot;.
20215 </DD>
20217 <DT>CURMONTH</DT>
20218 <DD>
20219 This token represents the current month.
20220 For example, &quot;10&quot; or &quot;9&quot;.
20221 </DD>
20223 <DT>CURMONTH2DIGIT</DT>
20224 <DD>
20225 This token represents the current month.
20226 For example, &quot;10&quot; or &quot;09&quot;.
20227 It is always 2 digits.
20228 </DD>
20230 <DT>CURMONTHLONG</DT>
20231 <DD>
20232 This token represents the current month.
20233 For example, &quot;October&quot;.
20234 </DD>
20236 <DT>CURMONTHABBREV</DT>
20237 <DD>
20238 This token represents the current month.
20239 For example, &quot;Oct&quot;.
20240 </DD>
20242 <DT>CURYEAR</DT>
20243 <DD>
20244 This token represents the current year.
20245 For example, &quot;1998&quot; or &quot;2001&quot;.
20246 </DD>
20248 <DT>CURYEAR2DIGIT</DT>
20249 <DD>
20250 This token represents the current year.
20251 For example, &quot;98&quot; or &quot;01&quot;.
20252 It is always 2 digits.
20253 </DD>
20255 <DT>LASTMONTH</DT>
20256 <DD>
20257 This token represents last month.
20258 For example, if this is November (the 11th month),
20259 it is equal to &quot;10&quot; or if this is October (the 10th month),
20260 it is &quot;9&quot;.
20261 It is possible that this and the other tokens beginning with LASTMONTH
20262 below could be useful when used with a Filtering Rule that
20263 has the &quot;Beginning of Month&quot; option set.
20264 </DD>
20266 <DT>LASTMONTH2DIGIT</DT>
20267 <DD>
20268 This token represents last month.
20269 For example, if this is November (the 11th month),
20270 it is equal to &quot;10&quot; or if this is October (the 10th month),
20271 it is &quot;09&quot;.
20272 It is always 2 digits.
20273 </DD>
20275 <DT>LASTMONTHLONG</DT>
20276 <DD>
20277 This token represents last month.
20278 For example, if this is November the value is &quot;October&quot;.
20279 </DD>
20281 <DT>LASTMONTHABBREV</DT>
20282 <DD>
20283 This token represents last month.
20284 For example, if this is November the value is &quot;Oct&quot;.
20285 </DD>
20287 <DT>LASTMONTHYEAR</DT>
20288 <DD>
20289 This token represents what the year was a month ago.
20290 For example, if this is October, 1998, it is &quot;1998&quot;.
20291 If this is January, 1998, it is &quot;1997&quot;.
20292 </DD>
20294 <DT>LASTMONTHYEAR2DIGIT</DT>
20295 <DD>
20296 This token represents what the year was a month ago.
20297 For example, if this is October, 1998, it is &quot;98&quot;.
20298 If this is January, 1998, it is &quot;97&quot;.
20299 </DD>
20301 <DT>LASTYEAR</DT>
20302 <DD>
20303 This token represents last year.
20304 For example, if this is 1998, it equals &quot;1997&quot;.
20305 It is possible that this
20306 could be useful when used with a Filtering Rule that
20307 has the &quot;Beginning of Year&quot; option set.
20308 </DD>
20310 <DT>LASTYEAR2DIGIT</DT>
20311 <DD>
20312 This token represents last year.
20313 For example, if this is 1998, it equals &quot;97&quot;.
20314 It is always 2 digits.
20315 </DD>
20317 <DT>ROLENICK</DT>
20318 <DD>
20319 This token represents the nickname of the
20320 role currently being used.  If no role is being used,
20321 then no text will be printed for this token.
20322 This token does not work with Filter Rule folder names.
20323 </DD>
20324 </DL>
20327 <H1><EM>Token Available Only for <!--#echo var="VAR_reply-leadin"--></EM></H1>
20328 See the help for the
20329 <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option
20330 to see why you might want to use this.
20331 Since the <!--#echo var="VAR_reply-leadin"--> contains free text this token
20332 must be surrounded by underscores when used.
20334 <DL>
20335 <DT>NEWLINE</DT>
20336 <DD>
20337 This is an end of line marker.
20338 </DD>
20339 </DL>
20342 <H1><EM>Token Available Only for Templates and Signatures</EM></H1>
20344 <DL>
20345 <DT>CURSORPOS</DT>
20346 <DD>
20347 This token is different from the others.
20348 When it is replaced it is replaced with nothing, but it sets an Alpine
20349 internal variable that tells the composer to start with the cursor
20350 positioned at the position where this token was.
20351 If both the template file and the signature file contain
20352 a &quot;CURSORPOS&quot; token, then the position in the template file
20353 is used.
20354 If there is a template file and neither it nor the signature file contains
20355 a &quot;CURSORPOS&quot; token, then the cursor is positioned
20356 after the end of the contents of the
20357 template file when the composer starts up.
20358 </DD>
20359 </DL>
20362 &lt;End of help on this topic&gt;
20363 </BODY>
20364 </HTML>
20365 ======= h_reply_token_conditionals =======
20366 <HTML>
20367 <HEAD>
20368 <TITLE>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</TITLE>
20369 </HEAD>
20370 <BODY>
20371 <H1>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</H1>
20373 Conditional text inclusion may be used with
20374 the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
20375 in signature files, and in template files used in
20376 <A HREF="h_rules_roles">&quot;roles&quot;</A>.
20377 It may <EM>not</EM> be used with the
20378 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
20381 There is a limited if-else capability for including text.
20382 The if-else condition is based
20383 on whether or not a given token would result in replacement text you
20384 specify.
20385 The syntax of this conditional inclusion is
20387 <CENTER><SAMP>_token_(match_this, if_matched [ , if_not_matched ] )</SAMP></CENTER>
20389 The left parenthesis must follow the underscore immediately, with no
20390 intervening space.
20391 It means the token is expanded and the results of that expansion are
20392 compared against the &quot;match_this&quot; argument.
20393 If there is an exact match, then the &quot;if_matched&quot; text is used
20394 as the replacement text.
20395 Otherwise, the &quot;if_not_matched&quot; text is used.
20396 One of the most useful values for the &quot;match_this&quot; argument is
20397 the empty string, &quot;&quot;.
20398 In that case the expansion is compared against the empty string.
20400 Here's an example to make it clearer.
20401 This text could be included in one of your template files:
20403 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;I'm replying to email&quot;, &quot;I'm replying to news&quot;)</SAMP></CENTER>
20405 If that is included in a template file that you are using while replying
20406 to a message (because you chose to use the role it was part of),
20407 and that message has a newsgroup header and a newsgroup in that header,
20408 then the text
20410 <CENTER><SAMP>I'm replying to news</SAMP></CENTER>
20412 will be included in the message you are about to compose.
20413 On the other hand, if the message you are replying to does not have
20414 a newsgroup, then the text
20416 <CENTER><SAMP>I'm replying to email</SAMP></CENTER>
20418 would be included instead.
20419 This would also work in signature files and in
20420 the &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option.
20421 If the &quot;match_this&quot;, &quot;if_matched&quot;,
20422 or &quot;if_not_matched&quot; arguments contain
20423 spaces, parentheses, or commas;
20424 they have to be quoted with double quotation marks (like in the example
20425 above).
20426 If you want to include a literal quote (&quot;) in the text you must escape the
20427 quote by preceding it with a backslash (&#92;) character.
20428 If you want to include a literal backslash character you must escape it
20429 by preceding it with another backslash.
20431 The comma followed by &quot;if_not_matched&quot; is optional.
20432 If there is no &quot;if_not_matched&quot;
20433 present then no text is included if the not_matched case is true.
20434 Here's another example:
20436 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;&quot;, &quot;This msg was seen in group: _NEWS_.&quot;)</SAMP></CENTER>
20438 Here you can see that tokens may appear in the arguments.
20439 The same is true for tokens with the conditional parentheses.
20440 They may appear in arguments,
20441 though you do have to be careful to get the quoting and escaping of
20442 nested double quotes correct.
20443 If this was in the signature file being used and you were replying to a message
20444 sent to comp.mail.pine the resulting text would be:
20446 <CENTER><SAMP>This msg was seen in group: comp.mail.pine.</SAMP></CENTER>
20448 If you were replying to a message that wasn't sent to any newsgroup the
20449 resulting text would be a single blank line.
20450 The reason you'd get a blank line is because the end of the line is
20451 outside of the conditional, so is always included.
20452 If you wanted to get rid of that blank line you could do so by moving
20453 the end of line inside the conditional.
20454 In other words, it's ok to have multi-line
20455 &quot;if_matched&quot; or &quot;if_not_matched&quot; arguments in your
20456 template file.
20457 The text just continues until the next double quotation, even if it's not
20458 on the same line.
20460 Here's an example for use in the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;:
20462 <CENTER><SAMP>On _DAYDATE_, _FROM__CURNEWS_(&quot;&quot;, &quot;&quot;, &quot;seen in _CURNEWS_,&quot;) wrote</SAMP></CENTER>
20464 If this was in your <!--#echo var="VAR_reply-leadin"--> and you were replying to a message
20465 while reading the newsgroup comp.mail.pine the resulting text would be:
20467 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone, seen in comp.mail.pine, wrote:</SAMP></CENTER>
20469 If you were replying to a message while reading an email folder instead
20470 of a newsgroup the resulting leadin text would be
20472 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
20474 Here's one more (contrived) example illustrating a matching argument
20475 that is not the empty string.
20477 <CENTER><SAMP>_SMARTDATE_("Today", _SMARTDATE_, "On _DATE_") _FROM_ wrote:</SAMP></CENTER>
20479 If this was the value of your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option and you
20480 were replying to
20481 a message that was sent today, then the value of the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;
20482 would be
20484 <CENTER><SAMP>Today Fred Flintstone wrote:</SAMP></CENTER>
20486 But if you were replying to a message sent on Oct. 27 (and that wasn't
20487 today) you would get
20489 <CENTER><SAMP>On Oct 27 Fred Flintstone wrote:</SAMP></CENTER>
20492 &lt;End of help on this topic&gt;
20493 </BODY>
20494 </HTML>
20495 ======= h_composer_cntxt_nick =======
20496 <HTML>
20497 <HEAD>
20498 <TITLE>Collection Nickname Explained</TITLE>
20499 </HEAD>
20500 <BODY>
20501 <H1>Collection Edit Help -- Nickname Field</H1>
20503 This field is provided so you can add a short nickname to use when
20504 referring to this collection within Alpine.  Spaces are allowed, and
20505 you don't need to use double-quotes.  However, the double-quote
20506 character is not allowed.
20508 Look <A HREF="h_edit_nav_cmds">here</A>
20509 to see the available Editing and Navigation commands.
20511 &lt;End of help on this topic&gt;
20512 </BODY>
20513 </HTML>
20514 ======= h_folder_server_syntax =======
20515 <HTML>
20516 <HEAD>
20517 <TITLE>Server Name Syntax</TITLE>
20518 </HEAD>
20519 <BODY>
20520 <H1>Server Name Syntax</H1>
20522 This help describes the syntax that may be used for server names
20523 that may be associated with remote folders or SMTP servers.
20526 A server name is the hostname of the server.
20527 It's a good idea to use the host's fully-qualified network name.
20530 <CENTER><SAMP>foo.example.com</SAMP></CENTER>
20533 However, IP addresses are allowed if surrounded
20534 with square-brackets.
20537 <CENTER><SAMP>[127.0.0.1]</SAMP></CENTER>
20540 An optional network port number may be supplied by appending
20541 a colon (:) followed by the port number
20542 to the server name.
20543 By default, the IMAP port number, 143, is used.
20546 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
20549 Besides server name and optional port number, various other optional
20550 parameters may be supplied that alter Alpine's interaction with the server.
20551 A parameter is supplied by appending a slash (/) character followed by
20552 the parameter's name and,
20553 depending on the particular parameter, the value assigned to that
20554 name, to the server name (and optional port number).
20555 Parameter names are <EM>not</EM> case sensitive.
20556 Currently supported parameters include:
20558 <DL>
20560 <DT>User</DT>
20561 <DD>This parameter requires an associated value, and is intended to
20562 provide the username identifier with which to establish the server
20563 connection.
20564 If your SMTP server offers SMTP AUTH authentication, adding this 
20565 parameter to the
20566 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
20567 option will cause Alpine to attempt to authenticate to the server using the
20568 supplied username.
20569 Similarly, if your NNTP server offers NNTP &quot;AUTHINFO SASL&quot;
20570 or &quot;AUTHINFO USER&quot; authentication, adding this parameter to the
20571 <A HREF="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></A>
20572 option (or to the server name for any folder collection using NNTP)
20573 will cause Alpine to attempt
20574 to authenticate to the server using the supplied username.
20575 An example might be:
20578 <CENTER><SAMP>/user=katie</SAMP></CENTER>
20581 </DD>
20583 <DT>TLS</DT>
20584 <DD>
20585 Normally, when a new connection is made an attempt is made to 
20586 negotiate a secure (encrypted) session using Transport Layer Security (TLS).
20587 If that fails then a non-encrypted connection will be attempted instead.
20588 This is a unary parameter indicating communication with the server must 
20589 take place over a TLS connection. If the attempt to use TLS fails then
20590 this parameter will cause the connection to fail instead of falling
20591 back to an unsecure connection.
20594 <CENTER><SAMP>/tls</SAMP></CENTER>
20597 </DD>
20599 <DT>SSL</DT>
20600 <DD>
20601 This is a unary parameter indicating communication with the server should 
20602 take place over a Secure Socket Layer connection.  The server must support
20603 this method, and be prepared to accept connections on the appropriate
20604 port (993 by default).
20605 Alpine must be linked with an SSL library for this option to be operational.
20608 <CENTER><SAMP>/ssl</SAMP></CENTER>
20611 </DD>
20613 <DT>TLS1</DT>
20614 <DD>
20615 This parameter indicates that the connection to the server will be made
20616 over the SSL port, but using the TLSv1 protocol, instead of the usual
20617 SSLv3 or SSLv2 protocols.
20618 Alpine must be linked with an SSL library for this option to be operational.
20621 <CENTER><SAMP>/tls1</SAMP></CENTER>
20624 </DD>
20626 <DT>DTLS1</DT>
20627 <DD>
20628 This parameter indicates that the connection to the server will be made
20629 over the SSL port, but using the DTLSv1 protocol, instead of the usual
20630 SSLv3 or SSLv2 protocols.
20631 Alpine must be linked with an SSL library for this option to be operational.
20634 <CENTER><SAMP>/dtls1</SAMP></CENTER>
20637 </DD>
20639 <DT>TLS1_1</DT>
20640 <DD>
20641 This parameter indicates that the connection to the server will be made
20642 over the SSL port, but using the TLSv1.1 protocol, instead of the usual
20643 SSLv3 or SSLv2 protocols.
20644 Alpine must be linked with an SSL library for this option to be operational.
20647 <CENTER><SAMP>/tls1_1</SAMP></CENTER>
20650 </DD>
20652 <DT>TLS1_2</DT>
20653 <DD>
20654 This parameter indicates that the connection to the server will be made
20655 over the SSL port, but using the TLSv1.2 protocol, instead of the usual
20656 SSLv3 or SSLv2 protocols.
20657 Alpine must be linked with an SSL library for this option to be operational.
20660 <CENTER><SAMP>/tls1_2</SAMP></CENTER>
20663 </DD>
20666 <DT>NoValidate-Cert</DT>
20667 <DD>Do not validate certificates (for TLS or SSL connections) from the server.
20668 This is needed if the server uses self-signed certificates or if Alpine
20669 cannot validate the certificate for some other known reason.
20671 </DD>
20673 <DT>Anonymous</DT>
20674 <DD>This is a unary parameter (that means it does not have a value)
20675 indicating that the connection be logged in as
20676 &quot;anonymous&quot; rather than a specific user.
20677 Not all servers offer anonymous
20678 access; those which do generally only offer read-only access to certain
20679 &quot;public&quot; folders.
20682 <CENTER><SAMP>/anonymous</SAMP></CENTER>
20685 </DD>
20687 <DT>Secure</DT>
20688 <DD>This is a unary parameter indicating that the connection use the
20689 most secure authentication method mutually supported by Alpine and the
20690 server.
20691 Alpine is capable of authenticating connections to 
20692 the server using several methods.
20693 By default, Alpine will attempt each
20694 method until either a connection is established or the
20695 list of methods is exhausted.
20696 This parameter causes Alpine to instead fail 
20697 the connection if the first (generally most &quot;secure&quot;) method fails.
20700 <CENTER><SAMP>/secure</SAMP></CENTER>
20703 </DD>
20705 <DT>Submit</DT>
20706 <DD>This is a unary parameter for use with the
20707 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A> option.
20708 It indicates that the connection should be made to the Submit server
20709 (<A HREF="http://www.ietf.org/rfc/rfc2476.txt">RFC 3676</A>)
20710 (port 587) instead of the SMTP port (25).
20711 At the time this help was written the submit option was equivalent to
20712 specifying port 587.
20715 <CENTER><SAMP>/submit</SAMP></CENTER>
20719 <CENTER><SAMP>host:587</SAMP></CENTER>
20722 </DD>
20724 <DT>Debug</DT>
20725 <DD>This is a unary parameter indicating that the connection be established
20726 in a verbose mode.  Basically, it causes Alpine to log the communication with
20727 the server in Alpine's debug file.
20728 Normally, the pine -d command-line flag would be used instead.
20730 </DD>
20732 <DT>NoRsh</DT>
20733 <DD>By default, Alpine attempts to login using &quot;rsh&quot;,
20734 the UNIX remote shell program.
20735 Including &quot;NoRsh&quot; will cause connections to this server to skip
20736 the &quot;rsh&quot; attempt.
20737 This might be useful to avoid long timeouts caused by rsh firewalls, for
20738 example.
20740 </DD>
20742 <DT>Loser</DT>
20743 <DD>This option makes sense only for IMAP servers that do not perform
20744 a SEARCH command correctly. If your filtering rules
20745 fail to filter some messages, that should have been filtered, then this
20746 option will make Alpine download all data necessary data to perform that 
20747 search. There is a performance penalty when using this option. Downloading 
20748 the data to perfom the search will take longer than requesting the IMAP
20749 server to perform the filtering, but the filtering will be done correctly.
20751 </DD>
20754 <DT>Service</DT>
20755 <DD>This parameter requires an associated value.  The default value is
20756 &quot;IMAP&quot; which indicates communication with the server based
20757 on the IMAP4rev1 protocol (defined in RFC 3501 -- see 
20758 <A HREF="http://www.imap.org/docs/rfc3501.html">http://www.imap.org/docs/rfc3501.html</A>).</DD>
20760 Other service values include:
20761  <DL>
20762  <DT>NNTP</DT>
20763  <DD>This value indicates communication with the server takes place via
20764 the Network News Transfer Protocol.  Use this to define a collection
20765 of newsgroups on a remote news server.  So
20768 <CENTER><SAMP>/service=NNTP</SAMP></CENTER>
20770 or just
20772 <CENTER><SAMP>/NNTP</SAMP></CENTER>
20775 is the way to specify NNTP access.
20777  </DD>
20779  <DT>POP3</DT>
20780  <DD>This value indicates communication with the server takes place via the
20781 Post Office Protocol 3 protocol.
20784 <CENTER><SAMP>/service=POP3</SAMP></CENTER>
20786 or just
20788 <CENTER><SAMP>/POP3</SAMP></CENTER>
20791 Note that there are several important issues
20792 to consider when selecting this option:
20793 <OL>
20794  <LI> POP3 provides access to only your INBOX.  In other words,
20795 secondary folders such as your &quot;saved-messages&quot; are inaccessible.
20796  <LI> Alpine's implementation of POP3 does not follow the traditional POP
20797 model and will leave your mail on the server. Refer to the
20798 <A HREF="h_maildrop">Mail Drop</A> functionality for a possible way around this problem.
20799  <LI> See the discussion about new-mail checking in <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
20800 </OL>
20801 </DD>
20802 </DL>
20803 </DL>
20806 Note that it is possible to include more than one parameter in a server
20807 specification by concatenating the parameters. For example:
20810 <CENTER><SAMP>foo.example.com:port/user=katie/novalidate-cert/debug</SAMP></CENTER>
20814 &lt;End of help on this topic&gt;
20815 </BODY>
20816 </HTML>
20817 ======= h_composer_cntxt_server =======
20818 <HTML>
20819 <HEAD>
20820 <TITLE>Collection Server: Explained</TITLE>
20821 </HEAD>
20822 <BODY>
20823 <H1>Collection Edit Help -- Server Field</H1>
20825 This collection's &quot;Server:&quot; definition indicates the
20826 hostname of the server providing access to the folders in this
20827 collection.
20828 The syntax of this server name is the same as for other server names used
20829 in remote folder names in
20830 Alpine and is described
20831 <A HREF="h_folder_server_syntax">here</A>.
20834 &lt;End of help on this topic&gt;
20835 </BODY>
20836 </HTML>
20837 ======= h_composer_cntxt_path =======
20838 <HTML>
20839 <HEAD>
20840 <TITLE>Collection Path: Explained</TITLE>
20841 </HEAD>
20842 <BODY>
20843 <H1>Collection Edit Help -- Path Field</H1>
20845 The collection's &quot;Path:&quot; definition indicates the location
20846 of the folders in this collection.  If the path or any of its components
20847 do not exist, Alpine will prompt you for their creation when exiting the
20848 Add/Change screen.
20850 <P> 
20851 By default the path is interpreted as defining a section of your personal
20852 folder area.  This area and how you specify it are defined by the
20853 server, if one is specified in the collection, or, typically, the home
20854 directory if no server is defined.
20857 To define a collection outside the default &quot;area&quot;, prefix
20858 the path with the &quot;namespace&quot; to use when interpreting the
20859 given path.  If a namespace is specified, the Path begins with the
20860 sharp, &quot;#&quot;, character followed by the name of the namespace
20861 and then the namespace's path-element-delimiter.  Aside from the
20862 path's format, namespaces can also imply access rights, content
20863 policy, audience, location, and, occasionally, access methods.
20866 Each server exports its own set (possibly of size one) of 
20867 namespaces.  Hence, it's likely communication with your server's
20868 administrator will be required for specific configurations.  Some of
20869 the more common namespaces, however, include:
20871 <DL>
20872 <DT>#news.</DT>
20873 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
20874 names are hierarchically defined with each level delimited by a period.
20875 </DD>
20876 <DT>#public/</DT>
20877 <DD>This specifies a folder area that the server may export to the general
20878 public.
20879 </DD>
20880 <DT>#shared/</DT>
20881 <DD>This specifies a folder area that the folder may export to groups
20882 of users.
20883 </DD>
20884 <DT>#ftp/</DT>
20885 <DD>This specifies a folder area that is the same as that it may have 
20886 exported via the &quot;File Transfer Protocol&quot;.
20887 </DD>
20888 <DT>#mh/</DT>
20889 <DD>This specifies the personal folder area associated with folders
20890 and directories that were created using the MH message handling system.
20891 </DD>
20892 </DL>
20895 In addition, the server may support access to other user's folders,
20896 provided you have suitable permissions.  Common methods use a prefix
20897 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
20898 indicate the root of the other user's folder area.
20901 No, nothing's simple.
20904 &lt;End of help on this topic&gt;
20905 </BODY>
20906 </HTML>
20907 ======= h_composer_cntxt_view =======
20908 <HTML>
20909 <HEAD>
20910 <TITLE>Collection View: Explained</TITLE>
20911 </HEAD>
20912 <BODY>
20913 <H1>Collection Edit Help -- View Field</H1>
20915 The collection's &quot;View:&quot; definition provides a way to limit
20916 the displayed list of folders within a collection.  By default, only
20917 folders that contain the specified characters anywhere in their name
20918 are shown in the collection's folder list.
20921 Additionally, you can use a wildcard character to better control
20922 the list of folders selected for display.  The wildcard specifier is
20923 the star, &quot;*&quot;, character.
20926 So, for example, to define a collection of all folders ending with
20927 &quot;c&quot;, you'd specify a view of &quot;*c&quot; (without the
20928 quote characters!).  Or, similarly, to define a collection of folders
20929 whose names start with &quot;a&quot; and end with &quot;z&quot;, you'd
20930 specify a view of &quot;a*z&quot;.
20933 &lt;End of help on this topic&gt;
20934 </BODY>
20935 </HTML>
20936 ======= h_composer_abook_add_server =======
20937 <HTML>
20938 <HEAD>
20939 <TITLE>Addressbook Server Name Field Explained</TITLE>
20940 </HEAD>
20941 <BODY>
20942 This field should be left blank if the address book is stored in a regular
20943 file on this system.  If it is a remote address book stored on an IMAP
20944 server then this is the name of that IMAP server.
20946 Look <A HREF="h_edit_nav_cmds">here</A>
20947 to see the available Editing and Navigation commands.
20949 &lt;End of help on this topic&gt;
20950 </BODY>
20951 </HTML>
20952 ======= h_composer_abook_add_folder =======
20953 <HTML>
20954 <HEAD>
20955 <TITLE>Addressbook Folder Name Field Explained</TITLE>
20956 </HEAD>
20957 <BODY>
20958 For a remote address book (one for which the Server Name is filled in)
20959 this is the name of a folder on the remote server. The address book data
20960 will be stored in this folder. This folder should be used only for
20961 storing this single address book, not for other address books or for
20962 other messages.
20964 For a local address book (one for which the Server Name is not filled in)
20965 this is the name of a file in which the address book will be stored.
20966 The file is in the same directory as the Alpine configuration file if the
20967 configuration file is local.
20968 If the configuration file is remote, then this will be in the home directory
20969 for Unix Alpine and in the directory specified by the
20970 &quot;-aux local_directory&quot; command line argument.
20972 Look <A HREF="h_edit_nav_cmds">here</A>
20973 to see the available Editing and Navigation commands.
20975 &lt;End of help on this topic&gt;
20976 </BODY>
20977 </HTML>
20978 ======= h_composer_abook_add_nick =======
20979 <HTML>
20980 <HEAD>
20981 <TITLE>Addressbook NickName Field Explained</TITLE>
20982 </HEAD>
20983 <BODY>
20984 This is just an optional nickname for this address book. If present, it
20985 is used in some of the displays and error messages in the address book
20986 maintenance screens. It is for your convenience only and serves no
20987 other purpose.
20989 Look <A HREF="h_edit_nav_cmds">here</A>
20990 to see the available Editing and Navigation commands.
20992 &lt;End of help on this topic&gt;
20993 </BODY>
20994 </HTML>
20995 ======= h_composer_qserv_cn =======
20996 <HTML>
20997 <HEAD>
20998 <TITLE>Directory Query Form Explained</TITLE>
20999 </HEAD>
21000 <BODY>
21002 Fill in as many of these fields as you wish to narrow down your
21003 search. All the fields you fill in must match in order for an entry
21004 to be returned. You may use the wildcard character &quot;*&quot; in
21005 any of the fields, it matches any zero or more characters at that
21006 point in the string. There are no implicit wildcards, so the match is
21007 exact unless you include wildcards.
21010 Note that if an attribute isn't present at all, then the match will fail.
21011 For example, if a server doesn't support the Locality attribute, then no
21012 matter what you put in the Locality field (other than leaving it empty)
21013 the search will fail.
21016 This field, the Common Name field, is typically a person's full name.
21019 <H1>EDITING and NAVIGATION COMMANDS</H1>
21020 <!--chtml if pinemode="function_key"-->
21021 <PRE>
21022 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
21023 ^B (Left Arrow)    Back character       | ^D       Delete current character
21024 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
21025 ^P (Up Arrow)      Previous line        |
21026 ^N (Down Arrow)    Next line            | F9       Cut marked text or
21027 ^A                 Beginning of line    |            delete current line
21028 ^E                 End of line          | F10      Undelete line(s)
21029 F7                 Previous page        |
21030 F8                 Next page            |-------------------------------------
21031 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
21032 ----------------------------------------|
21033 EXIT COMMANDS    |  GENERAL COMMANDS    | F5    Restore previous search
21034 F2   Cancel      |   F1    Get help     |
21035 F3   Search      |   ^Z    Suspend      | ^L    Redraw Screen
21036 </PRE>
21037 <!--chtml else-->
21038 <PRE>
21039 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
21040 ^B (Left Arrow)    Back character       | ^D       Delete current character
21041 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
21042 ^P (Up Arrow)      Previous line        |
21043 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
21044 ^A                 Beginning of line    |            delete current line
21045 ^E                 End of line          | ^U       Undelete line(s)
21046 ^Y                 Previous page        |
21047 ^V                 Next page            |-------------------------------------
21048 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
21049 ----------------------------------------|
21050 EXIT COMMANDS    |  GENERAL COMMANDS    | ^R     Restore previous search
21051 ^C   Cancel      |   ^G    Get help     |
21052 ^X   Search      |   ^Z    Suspend      | ^L     Redraw Screen
21053 </PRE>
21054 <!--chtml endif-->
21055 <P><UL>
21056 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21057 </UL><P>
21058 &lt;End of help on this topic&gt;
21059 </BODY>
21060 </HTML>
21061 ======= h_composer_qserv_sn =======
21063 The Surname is usually the family name of a person.
21065 <End of help on this topic>
21066 ======= h_composer_qserv_gn =======
21068 This is the part of a person's name that isn't the surname or initials.
21070 <End of help on this topic>
21071 ======= h_composer_qserv_mail =======
21073 This is the email address of a person.
21075 <End of help on this topic>
21076 ======= h_composer_qserv_org =======
21078 This is the organization a person belongs to.
21080 <End of help on this topic>
21081 ======= h_composer_qserv_unit =======
21083 This is the organizational unit a person belongs to.
21085 <End of help on this topic>
21086 ======= h_composer_qserv_country =======
21088 This is the country a person belongs to.
21090 <End of help on this topic>
21091 ======= h_composer_qserv_state =======
21093 This is the state a person belongs to.
21095 <End of help on this topic>
21096 ======= h_composer_qserv_locality =======
21098 This is the locality a person belongs to.
21100 <End of help on this topic>
21101 ======= h_composer_qserv_custom =======
21103 This one is for advanced users only! If you put something in this field,
21104 then the rest of the fields are ignored.
21106 This field may be set to the string representation of an LDAP search
21107 filter (see RFC1960). Here are some examples:
21109 To search for an entry with a surname equal to "clinton" you could set
21110 the custom filter to:
21112      (sn=clinton)
21113     
21114 This is equivalent to putting "clinton" in the SurName field.
21115 To search for an entry that has a surname that begins with "clint" and
21116 has a givenname equal to "william" you could use:
21118      (&(sn=clint*)(givenname=william))
21119     
21120 This is equivalent to setting the SurName field to "clint*" and the
21121 GivenName field to "william".
21122 To search for an entry where either the common name OR the email address
21123 contains "abcde" you could use:
21125      (|(cn=*abcde*)(mail=*abcde*))
21127 That isn't equivalent to anything you can do by setting the other fields
21128 because of the OR.
21130 <End of help on this topic>
21131 ======= h_composer_qserv_qq =======
21133 This one is a little different from the rest of the categories.  It causes
21134 a search to be formed from the configured search filter that you filled
21135 in when you added the directory server to your configuration. It can also
21136 be combined with the other fields if you'd like.
21138 <End of help on this topic>
21139 ======= h_address_format =======
21140 <HTML>
21141 <HEAD>
21142 <TITLE>INTERNET EMAIL ADDRESS FORMAT</TITLE>
21143 </HEAD>
21144 <BODY>
21145 <H1>INTERNET EMAIL ADDRESS FORMAT</H1>
21147 A valid email address on the Internet has a username, an &quot;@&quot; sign, 
21148 and then a domain, with no spaces.  
21149 For example, jsmith@art.example.com might be the email address
21150 of a person  
21151 with the username &quot;jsmith&quot; who has an account in the domain
21152 &quot;art.example.com&quot;.  The number of dot-separated segments on the 
21153 right of the &quot;@&quot; sign can vary - a shorter example would be 
21154 isabelle@elsewhere.edu (the shortest possible form: here, only the 
21155 organization's domain is specified after the &quot;@&quot; sign); a longer 
21156 example would be 
21157  jsingh@shakti.edutech.example.com
21158 (here, the name of the host &quot;shakti&quot; in the domain 
21159 edutech.example.com is also specified).  
21160 <P>  
21161 If you do not know the exact email address of someone you want to write 
21162 to, ask them what it is using other means of communication than email; or 
21163 use the tools for 
21164 finding people's addresses that are available on the Internet.
21166 If you are sending to someone on the same system as you are, you can leave
21167 the &quot;@&quot; sign and all the information to its right off of the 
21168 address, and Alpine will fill it in automatically, 
21169 unless the feature 
21170 <A HREF="h_config_compose_rejects_unqual">&quot;<!--#echo var="FEAT_compose-rejects-unqualified-addrs"-->&quot;</A> is set in SETUP CONFIGURATION.
21173 When an email address you send a message to is not reachable -- either because 
21174 it is simply an incorrect address, or because email can temporarily not be 
21175 delivered to it due to a technical problem on the way to or at the recipient's 
21176 end -- you will almost always get an error notification email message back.
21178 If you encounter problems with, or have questions about, email delivery or
21179 email address syntax, contact your local network computing consultants.
21180 <P><UL>
21181 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21182 </UL>
21184 &lt;End of help on this topic&gt;
21185 </BODY>
21186 </HTML>
21187 ======= h_flag_user_flag =======
21188 <HTML>
21189 <HEAD>
21190 <TITLE>STATUS FLAG: User Defined Keyword</TITLE>
21191 </HEAD>
21192 <BODY>
21193 <H1>STATUS FLAG: User Defined Keyword</h1>
21195 This is a keyword that is defined for this folder.
21196 It was most likely defined by the owner of the folder.
21197 Alpine will not set or clear this flag on its own.
21199 <P><UL>
21200 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21201 </UL><P>
21202 &lt;End of help on this topic&gt;
21203 </BODY>
21204 </HTML>
21205 ======= h_flag_important =======
21206 <html>
21207 <title>STATUS FLAG: Important</title>
21208 <body>
21209 <h1>STATUS FLAG: Important</h1>
21212 The <EM>Important</EM> flag, indicated by an asterisk in Alpine's
21213 MESSAGE&nbsp;INDEX
21214 screen, can only be set by the user, and is intended to be used in
21215 whatever fashion makes sense to you.  You are the only one that can set or
21216 clear it. 
21219 &lt;End of help on this topic&gt;
21220 </BODY>
21221 </HTML>
21222 ======= h_flag_new =======
21223 <html>
21224 <title>STATUS FLAG: New</title>
21225 <body>
21226 <h1>STATUS FLAG: New</h1>
21229 The <EM>New</EM> flag, indicated by the letter 'N' in Alpine's
21230 MESSAGE&nbsp;INDEX screen,
21231 is automatically set when messages are delivered to your Inbox (or other
21232 folder specified outside of Alpine).  Likewise, it is cleared automatically
21233 the first time you read the message it is associated with.
21236 Sometimes it's helpful in prioritizing your mail.  For example, perhaps
21237 a message isn't weighty enough to assign it an <A HREF="h_flag_important">Important</A> flag, but
21238 you'd like to be reminded of it next time you read mail.  This can be done
21239 easily by <A HREF="h_common_flag">explicitly</A> resetting the <EM>New</EM> flag.
21243 &lt;End of help on this topic&gt;
21244 </BODY>
21245 </HTML>
21246 ======= h_flag_answered =======
21247 <html>
21248 <title>STATUS FLAG: Answered</title>
21249 <body>
21250 <h1>STATUS FLAG: Answered</h1>
21252 The <EM>Answered</EM> flag, indicated by the letter 'A' in Alpine's
21253 MESSAGE&nbsp;INDEX
21254 screen, is automatically set when you reply to a message.  This flag is not
21255 automatically cleared.
21258 &lt;End of help on this topic&gt;
21259 </BODY>
21260 </HTML>
21261 ======= h_flag_forwarded =======
21262 <html>
21263 <title>STATUS FLAG: Forwarded</title>
21264 <body>
21265 <h1>STATUS FLAG: Forwarded</h1>
21267 The <EM>Forwarded</EM> flag, indicated by the letter 'F' in Alpine's
21268 MESSAGE&nbsp;INDEX
21269 screen, is automatically set when you forward a message.  This flag is not
21270 automatically cleared.
21273 &lt;End of help on this topic&gt;
21274 </BODY>
21275 </HTML>
21276 ======= h_flag_deleted =======
21277 <html>
21278 <title>STATUS FLAG: Deleted</title>
21279 <body>
21280 <h1>STATUS FLAG: Deleted</h1>
21282 The <EM>Deleted</EM> flag, indicated by the letter 'D' in Alpine's
21283 MESSAGE&nbsp;INDEX
21284 screen, is set when you use the &quot;"D&nbsp;Delete&quot; command.
21285 It is cleared
21286 when you use the &quot;U&nbsp;Undelete&quot; command.
21289 Messages marked with this flag will be permanently removed from
21290 the folder when you issue the <A HREF="h_index_cmd_expunge">Expunge</A>
21291 command, or
21292 when you indicate acceptance of their removal upon leaving the folder.
21295 Note, there can be other actions implicit in the
21296 &quot;D&nbsp;Delete&quot; command,
21297 such as advancing to the next message, that may be momentarily undesirable.
21298 For this reason, it's sometimes useful to set or clear the <EM>Deleted</EM>
21299 flag <A HREF="h_common_flag">explicitly</A>.
21302 &lt;End of help on this topic&gt;
21303 </BODY>
21304 </HTML>
21305 ====== h_config_incoming_timeo ======
21306 <HTML>
21307 <HEAD>
21308 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></TITLE>
21309 </HEAD>
21310 <BODY>
21311 <H1>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></H1>
21313 This option has no effect unless the feature
21314 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
21315 is set, which in turn has no effect unless
21316 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
21317 is set.
21319 Sets the time in seconds that Alpine will
21320 attempt to open a network connection used for monitoring for Unseen
21321 messages in Incoming Folders. The default is 5.
21322 If a connection has not completed within this many seconds Alpine will
21323 give up and consider it a failed connection.
21325 <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_psleep ======
21332 <HTML>
21333 <HEAD>
21334 <TITLE>OPTION: <!--#echo var="VAR_mailcap-check-interval"--> (UNIX Alpine only)</TITLE>
21335 </HEAD>
21336 <BODY>
21337 <H1>OPTION: <!--#echo var="VAR_mailcap-check-interval"--> (UNIX Alpine only)</H1>
21340 In the good old days a mailcap viewer was used to examine an 
21341 attachment before saving it, and after viewing the attachment control 
21342 would return to the operating system when the viewer was closed. Therefore, 
21343 when the mailcap viewer returned control to the operating system, it 
21344 could be assumed that the user who opened the attachment was done
21345 examining it, and the copy of the attachment that was used, could be removed.
21348 However, today this assumption is not longer valid. Some viewers return 
21349 control to the operating system before they actually read the attachment
21350 to be examined. This causes Alpine to delete the attachment before it 
21351 is read by the viewer, causing the viewer to fail opening the attachment.
21354 In order to work around this problem, Alpine checks, after the viewer has 
21355 returned control to the operating system, if there is any process that is 
21356 using the attachment. This variable controls the number of seconds that 
21357 must elapse between checks. Once it is found that no process is using the 
21358 attachment, this is removed.
21361 The minimum value for this variable is 60 (checks will be made once per 
21362 minute), and the maximum value is 600 (checks will be made once every 10 
21363 minutes). The default value is 60.
21366 <UL>   
21367 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21368 </UL><P>
21369 &lt;End of help on this topic&gt;
21370 </BODY>
21371 </HTML>
21372 ====== h_config_incoming_interv ======
21373 <HTML>
21374 <HEAD>
21375 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval"--></TITLE>
21376 </HEAD>
21377 <BODY>
21378 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval"--></H1>
21380 This option has no effect unless the feature
21381 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
21382 is set, which in turn has no effect unless
21383 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
21384 is set.
21386 This option specifies, in seconds, how often Alpine will check
21387 for new mail and state changes in Incoming Folders when Incoming Folders
21388 Checking is turned on.
21389 The default is 3 minutes (180).
21390 This value applies only to folders that are local to the system that
21391 Alpine is running on or that are accessed using the IMAP protocol.
21392 The similar option
21393 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>
21394 applies to all other monitored folders.
21396 <UL>   
21397 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21398 </UL><P>
21399 &lt;End of help on this topic&gt;
21400 </BODY>
21401 </HTML>
21402 ====== h_config_incoming_second_interv ======
21403 <HTML>
21404 <HEAD>
21405 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></TITLE>
21406 </HEAD>
21407 <BODY>
21408 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></H1>
21410 This option has no effect unless the feature
21411 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
21412 is set, which in turn has no effect unless
21413 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
21414 is set.
21416 This option together with the option
21417 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
21418 specifies, in seconds, how often Alpine will check
21419 for new mail and state changes in Incoming Folders when Incoming Folders
21420 Checking is turned on.
21421 The default for this option is 3 minutes (180).
21422 For folders that are local to this system or
21423 that are accessed using the IMAP protocol
21424 the value of the option
21425 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
21426 is used.
21427 For all other monitored folders, the value of this option is used.
21429 The reason there are two separate options is because it is usually
21430 less expensive to check local and IMAP folders than it is to check
21431 other types, like POP or NNTP folders.
21432 You may want to set this secondary value to a higher number than
21433 the primary check interval.
21435 <UL>   
21436 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21437 </UL><P>
21438 &lt;End of help on this topic&gt;
21439 </BODY>
21440 </HTML>
21441 ====== h_config_incoming_list ======
21442 <HTML>
21443 <HEAD>
21444 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-list"--></TITLE>
21445 </HEAD>
21446 <BODY>
21447 <H1>OPTION: <!--#echo var="VAR_incoming-check-list"--></H1>
21449 This option has no effect unless the feature
21450 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
21451 is set, which in turn has no effect unless
21452 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
21453 is set.
21455 When monitoring the Incoming Message Folders for Unseen messages Alpine will
21456 normally monitor all Incoming Folders.
21457 You may use this option to restrict the list of monitored folders to a
21458 subset of all Incoming Folders.
21460 <UL>   
21461 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21462 </UL><P>
21463 &lt;End of help on this topic&gt;
21464 </BODY>
21465 </HTML>
21466 ====== h_config_pers_name ======
21467 <HTML>
21468 <HEAD>
21469 <TITLE>OPTION: <!--#echo var="VAR_personal-name"--></TITLE>
21470 </HEAD>
21471 <BODY>
21472 <H1>OPTION: <!--#echo var="VAR_personal-name"--></H1>
21474 This value is used to determine the full name part of the "From" address
21475 on messages you send.
21476 <!--chtml if pinemode="os_windows"-->
21477  PC-Alpine requires that this be set in order to properly construct the "From" address.
21478 <!--chtml else-->
21479  If unset, Unix Alpine will obtain your full name from
21480  the system password file. PC-Alpine, on the other hand, requires that this be set.
21481 <!--chtml endif-->
21483 If you want to change the value of what gets included in the From header
21484 in messages you send (other than just the Personal Name)
21485 look <A HREF="h_config_change_your_from">here</A> for a description.
21486 <P><UL>
21487 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21488 </UL><P>
21489 &lt;End of help on this topic&gt;
21490 </BODY>
21491 </HTML>
21492 ====== h_config_pruned_folders ======
21493 <html>
21494 <header>
21495 <title>OPTION: <!--#echo var="VAR_pruned-folders"--></title>
21496 </header>
21497 <body>
21498 <h1>OPTION: <!--#echo var="VAR_pruned-folders"--></h1>
21500 This variable allows you to define a list of one or more folders that
21501 Alpine will offer to prune for you in the same way it automatically offers
21502 to prune your "sent-mail" folder each month.
21503 Each folder in this list must be a folder in your default folder collection
21504 (the first folder collection if you have more than one), and it is just
21505 the relative name of the folder in the collection, not the fully-qualified name.
21506 It is similar to sent-mail.
21507 Instead of something like
21509 <CENTER><SAMP><!--#echo var="VAR_pruned-folders"-->={servername}mail/folder</SAMP></CENTER>
21511 the correct value to use would be
21513 <CENTER><SAMP>folder</SAMP></CENTER>
21515 There is an assumption here that your first collection is the folders in
21517 <CENTER><SAMP>{servername}mail</SAMP></CENTER>
21520 Once a month, for each folder listed, Alpine will offer to move
21521 the contents of the folder to a new folder of the same name but with
21522 the previous month's date appended.  Alpine will then look for any such
21523 date-appended folder names created for a previous month, and offer each
21524 one it finds for deletion.
21527 If you decline the first offer, no mail is moved and no new folder is
21528 created.
21531 The new folders will be created
21532 in your default folder collection.
21535 <UL>   
21536 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21537 </UL><P>
21538 &lt;End of help on this topic&gt;
21539 </body>
21540 </html>
21541 ====== h_config_upload_cmd ======
21542 <HTML>
21543 <HEAD>
21544 <TITLE>OPTION: <!--#echo var="VAR_upload-command"--></TITLE>
21545 </HEAD>
21546 <BODY>
21547 <H1>OPTION: <!--#echo var="VAR_upload-command"--></H1>
21549 This option affects the behavior of the Composer's &quot;Read File&quot; 
21550 (^R in the message body) and &quot;Attach File&quot; (^J in the header) 
21551 commands.  It specifies
21552 a Unix program name, and any necessary command line arguments, that Alpine can
21553 use to transfer files from your personal computer into messages that you are
21554 composing.<P>
21556 <B>Note:</B> this facility is intended for use with serial line transfer 
21557 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
21558 to work with TCP/IP file transfer programs such as ftp.<P>
21560 If a program is specified, the commands listed above are modified to offer a
21561 subcommand (^Y) to activate the transfer.  Obviously, the Unix program
21562 specified here must match the transfer program or protocol available on the
21563 personal computer.<P>
21565 Alpine expects to exchange uploaded data via a file on your Unix system.  When
21566 the specified upload program finishes, Alpine expects the uploaded data to be
21567 contained in this file.<P>
21569 When upload is invoked via the &quot;Read File&quot; subcommand, Alpine 
21570 generates a
21571 temporary file name that it will pass to the specified Unix program.  Alpine
21572 will read the resulting uploaded text from this file and then delete it when
21573 the upload command is finished.<P>
21575 When upload is invoked via the &quot;Attach File&quot; subcommand, Alpine will 
21576 prompt
21577 you for the name of the file that is to contain the uploaded information that
21578 it is to attach.  Alpine will attach this file to the composition, but will
21579 <B>not</B> delete this file after the upload command is finished.<P>
21581 The special token &quot;_FILE_&quot; may be included among the Unix program's 
21582 command
21583 line arguments.  Alpine will replace this symbol with the name of the file
21584 being used to exchange the uploaded information.  This token allows you to
21585 position the file name where it is required in the Unix program's command
21586 line arguments.<P>
21588 If the &quot;_FILE_&quot; token is not present in the specified command, the
21589 temporary file's name is automatically appended to the specified Unix
21590 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
21591 <B>last</B> command line argument.
21592 <P><UL>
21593 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21594 </UL><P>
21595 &lt;End of help on this topic&gt;
21596 </BODY>
21597 </HTML>
21598 ====== h_config_upload_prefix ======
21599 <HTML>
21600 <HEAD>
21601 <TITLE>OPTION: <!--#echo var="VAR_upload-command-prefix"--></TITLE>
21602 </HEAD>
21603 <BODY>
21604 <H1>OPTION: <!--#echo var="VAR_upload-command-prefix"--></H1>
21606 This option is used in conjunction with the <!--#echo var="VAR_upload-command"--> option.
21607 It defines text to be written to the terminal emulator (via standard output)
21608 immediately prior to starting upload command.  This is useful for
21609 integrated serial line file transfer agents that permit command passing
21610 (e.g., Kermit's APC method).<P>
21612 The special token &quot;_FILE_&quot; may be included in the string specification.
21613 That symbol will be replaced with the (Alpine-created) name of the temporary
21614 file in which Alpine will expect to find the uploaded file.
21615 <P><UL>
21616 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21617 </UL><P>
21618 &lt;End of help on this topic&gt;
21619 </BODY>
21620 </HTML>
21621 ====== h_config_download_cmd ======
21622 <HTML>
21623 <HEAD>
21624 <TITLE>OPTION: <!--#echo var="VAR_download-command"--></TITLE>
21625 </HEAD>
21626 <BODY>
21627 <H1>OPTION: <!--#echo var="VAR_download-command"--></H1>
21629 This option affects the behavior of the Export command.  It specifies a Unix
21630 program name, and any necessary command line arguments, that Alpine can use to
21631 transfer the exported message to your personal computer's disk.<P>
21632 Note: this facility is intended for use with serial line transfer 
21633 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
21634 to work with TCP/IP file transfer programs such as ftp.<P>
21635 If a program is specified, the Export command is modified to offer a
21636 subcommand (^V) to activate the transfer (in lieu of saving it to
21637  the machine where Alpine is running).  Obviously, the Unix program
21638 specified here must match the transfer program or protocol available on the
21639 personal computer.<P>
21641 When this subcommand is selected and before Alpine invokes the specified Unix
21642 program, Alpine will create a temporary file containing the text of the
21643 exported message.  Alpine uses this file to pass the exported message text to
21644 the specified Unix program.<P>
21646 The special token &quot;_FILE_&quot; may be included among the Unix program's command
21647 line arguments.  Alpine will replace this symbol with the temporary file's name
21648 before executing the Unix program.  This token allows you to position the
21649 file name where it is required in the Unix program's command line arguments.
21651 If the &quot;_FILE_&quot; token is not present in the specified command, the
21652 temporary file's name is automatically appended to the specified Unix
21653 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
21654 <B>last</B> command line argument.
21655 <P><UL>
21656 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21657 </UL><P>
21658 &lt;End of help on this topic&gt;
21659 </BODY>
21660 </HTML>
21661 ====== h_config_download_prefix ======
21662 <HTML>
21663 <HEAD>
21664 <TITLE>OPTION: <!--#echo var="VAR_download-command-prefix"--></TITLE>
21665 </HEAD>
21666 <BODY>
21667 <H1>OPTION: <!--#echo var="VAR_download-command-prefix"--></H1>
21669 This option is used in conjunction with the <!--#echo var="VAR_download-command"--> option.
21670 It defines text to be written to the terminal emulator (via standard output)
21671 immediately prior to starting the download command.  This is useful for
21672 integrated serial line file transfer agents that permit command passing
21673 (e.g., Kermit's APC method).
21675 The special token &quot;_FILE_&quot; may be included in the string 
21676 specification.
21677 That symbol will be replaced with the (Alpine-created) name of the temporary
21678 file into which Alpine will place the message to be downloaded.
21679 <P><UL>
21680 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21681 </UL><P>
21682 &lt;End of help on this topic&gt;
21683 </BODY>
21684 </HTML>
21685 ====== h_config_mailcap_path ======
21686 <HTML>
21687 <HEAD>
21688 <TITLE>OPTION: <!--#echo var="VAR_mailcap-search-path"--></TITLE>
21689 </HEAD>
21690 <BODY>
21691 <H1>OPTION: <!--#echo var="VAR_mailcap-search-path"--></H1>
21692 This variable is used to replace Alpine's default mailcap file search path.
21693 It takes one or more file names (full paths must be specified) in which to
21694 look for mail capability data.  The default search path can be found in this
21695 <A HREF="h_news_config">Alpine Configuration</A> help, near the bottom.
21696 If there is more than one file name listed, list members should be delimited
21697 by 
21698 <!--chtml if pinemode="os_windows"-->
21699 a semi-colon (;) under Windows; for example:<PRE>
21700         C:&#92;MYCONFIG&#92;MAILCAP.TXT;H:&#92;NETCONFIG&#92;MAILCAP.TXT
21701 </PRE>
21702 <!--chtml else-->
21703 a colon (:) under UNIX; for example:<PRE>
21704         ~/.mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap
21705 </PRE>
21706 <!--chtml endif-->
21707 <P><UL>
21708 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21709 </UL>
21711 &lt;End of help on this topic&gt;
21712 </BODY>
21713 </HTML>
21714 ====== h_config_mimetype_path ======
21715 <HTML>
21716 <HEAD>
21717 <TITLE>OPTION: <!--#echo var="VAR_mimetype-search-path"--></TITLE>
21718 </HEAD>
21719 <BODY>
21720 <H1>OPTION: <!--#echo var="VAR_mimetype-search-path"--></H1>
21722 This variable is used to replace Alpine's default mime.types file search path.
21723 It takes one or more file names (full paths must be specified) in which to
21724 look for file-name-extension to MIME type mapping data.  The default search
21725 path can be found in this
21726 <A HREF="h_news_config">Alpine Configuration</A> help.
21730 If there is more than one file name listed, list members should be delimited
21731 by a colon (:) under UNIX and a semi-colon (;) under Windows.
21733 &lt;End of help on this topic&gt;
21734 </BODY></HTML>
21735 ====== h_config_set_att_ansi ======
21736 <HTML><HEAD>
21737 <TITLE>OPTION: Set printer to attached ansi printer</TITLE>
21738 </HEAD>
21739 <BODY>
21740 <H1>OPTION: Set printer to attached ansi printer</H1>
21742 Type "S" to set your printer to "attached-to-ansi".<BR>
21743 It is OK to include "attached-to-ansi" in your personal list below.
21745 &lt;End of help on this topic&gt;
21746 </BODY></HTML>
21747 ====== h_config_set_att_ansi2 ======
21748 <HTML><HEAD>
21749 <TITLE>OPTION: Set printer to attached ansi printer (no formfeed)</TITLE>
21750 </HEAD>
21751 <BODY>
21752 <H1>OPTION: Set printer to attached ansi printer (no formfeed)</H1>
21754 Type "S" to set your printer to "attached-to-ansi-no-formfeed".<BR>
21755 It is OK to include "attached-to-ansi-no-formfeed" in your personal
21756 list below.
21760 This is the same as the "attached-to-ansi" option except that a
21761 formfeed character will not be appended to the end of the print job.
21762 If your printer already ejects the paper by itself at the end of the
21763 job, you may prefer the "no-formfeed" form of this printer so that you
21764 don't get an extra blank page between print jobs.
21767 &lt;End of help on this topic&gt;
21768 </BODY></HTML>
21769 ====== h_config_set_att_wyse ======
21770 <HTML><HEAD>
21771 <TITLE>OPTION: Set printer to attached Wyse60 printer</TITLE>
21772 </HEAD>
21773 <BODY>
21774 <H1>OPTION: Set printer to attached Wyse60 printer</H1>
21776 Type "S" to set your printer to "attached-to-wyse".<BR>
21777 It is OK to include "attached-to-wyse" in your personal list below.
21779 This is very similar to "attached-to-ansi".
21780 The only difference is in the control characters sent to turn the printer
21781 on and off.
21782 The ansi version of the printer uses ESC LEFT_BRACKET 5 i
21783 to turn on the printer and ESC LEFT_BRACKET 4 i
21784 to turn it off.
21785 The Wyse version uses Ctrl-R for on, and Ctrl-T for off.
21786 &lt;End of help on this topic&gt;
21787 </BODY></HTML>
21788 ====== h_config_set_att_wyse2 ======
21789 <HTML><HEAD>
21790 <TITLE>OPTION: Set printer to attached Wyse60 printer (no formfeed)</TITLE>
21791 </HEAD>
21792 <BODY>
21793 <H1>OPTION: Set printer to attached Wyse60 printer (no formfeed)</H1>
21795 Type "S" to set your printer to "attached-to-wyse-no-formfeed".<BR>
21796 It is OK to include "attached-to-wyse-no-formfeed" in your personal
21797 list below.
21801 This is the same as the "attached-to-wyse" option except that a
21802 formfeed character will not be appended to the end of the print job.
21803 If your printer already ejects the paper by itself at the end of the
21804 job, you may prefer the "no-formfeed" form of this printer so that you
21805 don't get an extra blank page between print jobs.
21808 &lt;End of help on this topic&gt;
21809 </BODY></HTML>
21810 ====== h_config_set_stand_print ======
21811 <HTML>
21812 <HEAD>
21813 <TITLE>OPTION: Set default printer</TITLE>
21814 </HEAD>
21815 <H1>OPTION: Set default printer</H1>
21816 <BODY>
21817 Move to the printer you want and type "S" to set it to be your
21818 default printer.  This list is not modifiable by you and has been
21819 set up by the system administrators.  If there is more than one printer
21820 listed in the Command List, you will be able to cycle through that
21821 whole list at the time you print, starting with your default.
21822 It is OK to include entries from this Standard list in your personal
21823 list below.
21825 &lt;End of help on this topic&gt;
21826 </BODY>
21827 </HTML>
21828 ====== h_config_set_custom_print ======
21829 <HTML>
21830 <HEAD>
21831 <TITLE>OPTION: Set default printer</TITLE>
21832 </HEAD>
21833 <H1>OPTION: Set default printer</H1>
21834 <BODY>
21835 You may add as many print commands as you want to your personal list.
21836 Specify one of them as your default printer by moving to the printer
21837 you want and typing "S".  If there is more than one printer listed
21838 in the Command List, you will be able to cycle through that list at
21839 the time you print, starting with your default.  It is OK to include
21840 entries from the Standard list above or to include the command
21841 "attached-to-ansi", "attached-to-ansi-no-formfeed", "attached-to-wyse", or
21842 "attached-to-wyse-no-formfeed" as one of the entries here.
21844 &lt;End of help on this topic&gt;
21845 </BODY>
21846 </HTML>
21847 ====== h_config_user_id =====
21848 <HTML>
21849 <HEAD>
21850 <TITLE>OPTION: <!--#echo var="VAR_user-id"--></TITLE>
21851 </HEAD>
21852 <BODY>
21853 <H1>OPTION: <!--#echo var="VAR_user-id"--></H1>
21855 This value is used as part of the "From" address on messages you send.
21856 It is also the default login name for remote IMAP server access.  Set this
21857 to the username part you want to appear on outgoing email.
21859 If you want to change the value of what gets included in the From header
21860 in messages you send (other than just the User ID)
21861 look <A HREF="h_config_change_your_from">here</A> for a description.
21863 <P><UL>   
21864 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21865 </UL><P>
21866 &lt;End of help on this topic&gt;
21867 </BODY>
21868 </HTML>
21869 ====== h_config_user_dom =====
21870 <HTML>
21871 <HEAD>
21872 <TITLE>OPTION: <!--#echo var="VAR_user-domain"--></TITLE>
21873 </HEAD>
21874 <BODY>
21875 <H1>OPTION: <!--#echo var="VAR_user-domain"--></H1>
21877 This value specifies the domain part (right-hand side) of your return
21878 address on outgoing email and is also used as the default domain for email
21879 composed to a local user.
21880 <!--chtml if pinemode="os_windows"-->
21881  This value is required for PC-Alpine. If you are unsure as to what this should be,
21882  contact your local help desk, system administrator, or Internet Service Provider.
21883 <!--chtml else-->
21884  If unset, Unix Alpine will obtain the domain from
21885  the system.  Often this value will be set for your whole site by the
21886  system administrator.<P>
21887 <!--chtml endif-->
21888 If you set this, see also the <A HREF="h_config_quell_local_lookup">
21889 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
21891 If you want to change the value of what gets included in the From header
21892 in messages you send (other than just the User Domain)
21893 look <A HREF="h_config_change_your_from">here</A> for a description.
21894 <P><UL>
21895 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21896 </UL><P>
21897 &lt;End of help on this topic&gt;
21898 </BODY>
21899 </HTML>
21900 ====== h_config_smtp_server =====
21901 <HTML>
21902 <HEAD>
21903 <TITLE>OPTION: <!--#echo var="VAR_smtp-server"--></TITLE>
21904 </HEAD>
21905 <BODY>
21906 <H1>OPTION: <!--#echo var="VAR_smtp-server"--></H1>
21907 This value specifies the name of one or more SMTP 
21908 (Simple Mail Transfer Protocol) servers for sending mail. 
21909 <!--chtml if pinemode="os_windows"-->
21910 You must have an SMTP server for use with PC-Alpine.
21911 SMTP servers are
21912 normally set up by a system administrator for use by all members of a given
21913 campus or department.
21914 Contact your local help desk to ask what SMTP
21915 servers you should use.  
21916 <!--chtml else-->
21917 Unix Alpine users may not need to set an SMTP server.
21918 Alpine will attempt to execute the program (usually sendmail) that is used
21919 to insert mail into the mail system.
21920 If this works for you, you may leave this option blank.
21921 If there is an SMTP server running on the Unix host you may be able to
21922 improve sending performance slightly by setting the SMTP server option
21923 to &quot;localhost&quot; or to the actual name of the Unix host.
21925 If the Unix host doesn't work the way Alpine was expecting you will need to
21926 set the value of this option.
21927 SMTP servers are
21928 normally set up by a system administrator for use by all members of a given
21929 campus or department.
21930 Contact your local help desk to ask what SMTP
21931 servers you should use.  
21932 <!--chtml endif-->
21934 Your SMTP server may offer SMTP AUTH authentication.
21935 It may even require it.
21936 If your SMTP server offers SMTP AUTH authentication you may specify a
21937 &quot;user&quot; name parameter to cause Alpine to attempt to authenticate.
21938 This parameter requires an associated value,
21939 the username identifier with which to establish the server
21940 connection.
21941 An example might be:
21944 <CENTER><SAMP>smtpserver.example.com/user=katie</SAMP></CENTER>
21947 If AUTH authentication is offered by the server, this will cause Alpine to
21948 attempt to use it.
21949 If AUTH authentication is not offered by the server, this will cause Alpine
21950 to fail sending with an error similar to:
21953 <CENTER><SAMP>Error: SMTP authentication not available</SAMP></CENTER>
21956 Another type of authentication that is used by some ISPs is called
21957 &quot;POP before SMTP&quot; or &quot;IMAP before SMTP&quot;,
21958 which means that you have to authenticate
21959 yourself to the POP or IMAP server by opening a mailbox before you
21960 can send mail.
21961 To do this, you usually only have to open your INBOX.
21964 You may tell Alpine to use the
21965 <A HREF="http://www.ietf.org/rfc/rfc2476.txt">Message Submission</A>
21966 port (587) instead of the SMTP port (25) by including the &quot;submit&quot;
21967 parameter
21968 in this option.
21969 At this time &quot;/submit&quot; is simply equivalent to specifying
21970 port 587, though it may imply more than that at some point in the future.
21971 Some ISPs are blocking port 25 in order to reduce the amount of spam
21972 being sent to their users.
21973 You may find that the submit option allows you to get around such a block.
21976 <CENTER><SAMP>smtpserver.example.com/submit</SAMP></CENTER>
21979 To specify any non-standard port number on the SMTP server you may follow
21980 the hostname with a colon followed by the portnumber.
21983 <CENTER><SAMP>smtpserver.example.com:12345</SAMP></CENTER>
21986 Normally, when a connection is made to the Smtp-Server Alpine will attempt
21987 to negotiate a secure (encrypted) session using Transport Layer Security (TLS).
21988 If that fails then a non-encrypted connection will be attempted instead.
21989 You may specify that a TLS connection is required if you wish.
21990 If you append &quot;/tls&quot; to the name then the connection will fail
21991 instead of falling back to a non-secure connection.
21994 <CENTER><SAMP>smtpserver.example.com/tls</SAMP></CENTER>
21998 For more details about server name possibilities see
21999 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
22002 <UL>
22003 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22004 </UL>
22006 &lt;End of help on this topic&gt;
22007 </BODY>
22008 </HTML>
22009 ====== h_config_nntp_server =====
22010 <HTML>
22011 <HEAD>
22012 <TITLE>OPTION: <!--#echo var="VAR_nntp-server"--></TITLE></HEAD>
22013 <BODY>
22014 <H1>OPTION: <!--#echo var="VAR_nntp-server"--></H1>
22016 This value specifies the name of one or more NNTP
22017 (Network News Transfer Protocol)
22018 servers for reading and posting USENET news.
22019 NNTP servers are normally
22020 set up by a system administrator for use by all members of a given campus
22021 or department.
22022 Contact your local help desk to ask what NNTP servers you should use.  
22023 <!--chtml if pinemode="os_windows"--><!--chtml else-->
22024 Often Unix Alpine users will find that this variable has been
22025 set for the whole system (and they don't have to worry about it).  
22026 <!--chtml endif-->
22027 When you define an NNTP server here, Alpine implicitly defines a news
22028 collection for you, assuming that server as the news server and assuming
22029 that you will use the NNTP protocol and a local newsrc configuration file
22030 for reading news.
22031 For more about reading news with Alpine, see
22032 <A HREF="h_reading_news">how to use Alpine to read news</A>.
22034 Your NNTP server may offer NNTP &quot;AUTHINFO SASL&quot;
22035 or &quot;AUTHINFO USER&quot; authentication.
22036 It may even require it.
22037 If your NNTP server does offer such authentication you may specify a user name
22038 parameter to cause Alpine to attempt to authenticate.
22039 The same is true for the server name in a folder collection that uses NNTP.
22040 This parameter requires an associated value,
22041 the username identifier with which to establish the server connection.
22042 An example might be:
22045 <CENTER><SAMP>nntpserver.example.com/user=katie</SAMP></CENTER>
22048 If authentication is offered by the server, this will cause Alpine to
22049 attempt to use it.
22050 If authentication is not offered by the server, this will cause Alpine
22051 to fail with an error similar to:
22054 <CENTER><SAMP>Error: NNTP authentication not available</SAMP></CENTER>
22056 For more details about the server name possibilities see
22057 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
22058 <P><UL>
22059 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22060 </UL><P>
22061 &lt;End of help on this topic&gt;
22062 </BODY>
22063 </HTML>
22064 ====== h_config_inbox_path =====
22065 <HTML>
22066 <HEAD>
22067 <TITLE>OPTION: <!--#echo var="VAR_inbox-path"--></TITLE>
22068 </HEAD>
22069 <BODY>
22070 <H1>OPTION: <!--#echo var="VAR_inbox-path"--></H1>
22072 This value overrides the default value of your INBOX name/path/location.
22073 <!--chtml if pinemode="os_windows"-->
22074 PC-Alpine users must specify an inbox path and it must be a folder on an
22075 IMAP server.  
22076 <!--chtml else-->
22077 Unix and VMS Alpine users will often find that this variable
22078 has been pre-configured by your system administrator.  
22079 <!--chtml endif-->
22080 You may be able to specify an alternate INBOX that is either a local folder 
22081 or a folder on an IMAP server.
22083 A typical remote <!--#echo var="VAR_inbox-path"--> entry would be: &#123;monet.art.example.com}INBOX
22084 where &quot;monet.art.example.com&quot; is replaced by the name of your IMAP
22085 mail server.
22087 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22088 details on the syntax of folder definitions.
22090 See <A HREF="h_info_on_mbox">Missing mail and the mbox driver</A> if your
22091 mail is disappearing.
22092 <P><UL>
22093 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22094 </UL><P>
22095 &lt;End of help on this topic&gt;
22096 </BODY>
22097 </HTML>
22098 ====== h_config_change_your_from =====
22099 <HTML>
22100 <HEAD>
22101 <TITLE>How to Change your From Address</TITLE>
22102 </HEAD>
22103 <BODY>
22104 <H1>How to Change your From Address</H1>
22106 If the From address that Alpine includes in mail that you send is not correct,
22107 you may want to configure a different default value for the From address.
22108 You may follow these directions to change the default:
22111 <UL>
22112   <LI> Go to the Main Alpine Menu
22113   <LI> From there type the Setup Command
22114   <LI> From there type the Config Command
22115 </UL>
22118 You've probably already seen this SETUP CONFIGURATION screen.
22119 If not, there are many options you may want to set here.
22120 To set the value of the From header you may use the
22121 <A href="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> option.
22122 Find it by scrolling down a few pages or use the WhereIs command to
22123 search for &quot;customized&quot;.
22124 You may want to read the help text associated with the option.
22126 To add a custom From header, type the Add command and enter the
22127 full header line, including the leading &quot;From:&nbsp;&quot;.
22128 For example:
22130 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
22132 Now exit the Setup command and try sending mail to yourself to see
22133 what the From line looks like.
22135 When you are in the composer you may edit the custom From line by typing
22136 Ctrl-R while your cursor is in the headers of the message and then moving
22137 to the From line and editing.
22138 If you want to leave the default value the same but add the possibility
22139 of being able to edit the header when you compose, add just the header
22140 name without a value.
22141 For example:
22143 <CENTER><SAMP>From:</SAMP></CENTER>
22145 If you change your From address you may also find it useful to add the
22146 changed From address to the
22147 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
22148 configuration option.
22150 <UL>   
22151 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22152 </UL><P>
22153 &lt;End of help on this topic&gt;
22154 </BODY>
22155 </HTML>
22156 ====== h_config_default_fcc =====
22157 <HTML>
22158 <HEAD>
22159 <TITLE>OPTION: <!--#echo var="VAR_default-fcc"--></TITLE>
22160 </HEAD>
22161 <BODY>
22162 <H1>OPTION: <!--#echo var="VAR_default-fcc"--></H1>
22164 This value specifies where a copy of outgoing mail should be saved.  If
22165 this is not a path name, it will be in the default collection for saves.
22166 Any valid folder specification, local or IMAP, is allowed.  This default
22167 folder carbon copy only applies when the 
22168 <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A> 
22169 is set to use the default folder.  
22170 <!--chtml if pinemode="os_windows"-->
22171 PC-Alpine default is &quot;SENTMAIL&quot; (normally stored as SENTMAIL.MTX)
22172 <!--chtml else-->
22173 Unix Alpine default
22174 is normally &quot;sent-mail&quot; in the default folder collection. 
22175 <!--chtml endif-->
22177 If you access your email through an IMAP server, especially if you often switch between Unix Alpine
22178 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on your
22179 IMAP server (remember that in order to later access this remote folder through Alpine, it
22180 must be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
22181 for more information). An example:<p>
22182 <CENTER><SAMP>{monet.art.example.com}mail/sent-mail</SAMP></CENTER>
22184 To suppress saving of outgoing mail, set: <!--#echo var="VAR_default-fcc"-->=&quot;&quot;
22186 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22187 details on the syntax of folder definitions.
22189 <UL>   
22190 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22191 </UL><P>
22192 &lt;End of help on this topic&gt;
22193 </BODY>
22194 </HTML>
22195 ====== h_config_def_save_folder =====
22196 <HTML>
22197 <HEAD>
22198 <TITLE>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></TITLE>
22199 </HEAD>
22200 <BODY>
22201 <H1>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></H1>
22203 This option determines the default folder name for save-message operations 
22204 (&quot;saves&quot;).
22206 If this is not a path name, it will be in the default collection for saves.
22207 Any valid folder specification, local or IMAP, is allowed.  This default
22208 folder only applies when the
22209 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
22210 doesn't override it.  
22211 <!--chtml if pinemode="os_windows"-->
22212 PC-Alpine default is &quot;SAVEMAIL&quot; (normally stored as SAVEMAIL.MTX).
22213 <!--chtml else-->
22214 Unix Alpine default
22215 is normally &quot;saved-messages&quot; in the default folder collection.
22216 <!--chtml endif-->
22217 If you access your email through an IMAP server, especially if you often switch between Unix
22218 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on an
22219 IMAP server (remember that in order to later access this remote folder through Alpine, it
22220 should be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
22221 for more information). An example:<p>
22222 <CENTER><SAMP>{monet.art.example.com}mail/saved-messages</SAMP></CENTER>
22224 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22225 details on the syntax of folder definitions.
22227 <UL>   
22228 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22229 </UL><P>
22230 &lt;End of help on this topic&gt;
22231 </BODY>
22232 </HTML>
22233 ====== h_config_postponed_folder =====
22234 <HTML>
22235 <HEAD>
22236 <TITLE>OPTION: <!--#echo var="VAR_postponed-folder"--></TITLE>
22237 </HEAD>
22238 <BODY>
22239 <H1>OPTION: <!--#echo var="VAR_postponed-folder"--></H1>
22241 This value overrides the default name for the folder where postponed
22242 messages are saved.  If this is not a path name, it will be in the default
22243 collection for message Saves.  Any valid folder specification, local or
22244 remote, is allowed. 
22245 PC-Alpine default
22246 is &quot;POSTPOND&quot; (stored as POSTPOND.MTX).
22247 The Unix Alpine default is normally &quot;postponed-msgs&quot;
22248 in the default collection. 
22250 Tip: If you are using different installations of (PC-)Alpine -- for example, PC-Alpine on your personal
22251 computer at home, and Unix Alpine on campus -- you can postpone a composition begun with one Alpine and
22252 resume it later with the other if you set this option to the <B>same folder on the same IMAP host</B>
22253 in all Alpine copies you use. 
22254 (Remember that in order to later access this remote folder through Alpine, it must be in a folder
22255 collection. See <A HREF="h_what_are_collections">Folder Collections Extensions Explained</a>
22256 for more information). An
22257 example:<p> 
22258 <CENTER><SAMP>{monet.art.example.com}mail/postponed-msgs</SAMP></CENTER>
22260 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22261 details on the syntax of folder definitions.
22263 <UL>   
22264 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22265 </UL><P>
22266 &lt;End of help on this topic&gt;
22267 </BODY>
22268 </HTML>
22269 ====== h_config_read_message_folder =====
22270 <HTML>
22271 <HEAD>
22272 <TITLE>OPTION: <!--#echo var="VAR_read-message-folder"--></TITLE>
22273 </HEAD>
22274 <BODY>
22275 <H1>OPTION: <!--#echo var="VAR_read-message-folder"--></H1>
22277 By virtue of specifying a folder name here, Alpine will be configured to
22278 save all messages that you have read during a session into the designated
22279 &quot;read messages&quot; folder.  This allows you to more easily distinguish
22280 between your really new email (in your INBOX) and those that you have
22281 already read.  Depending on how you define the 
22282 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
22283 setting, you may or may not be asked when you quit
22284 Alpine if you want read messages to be moved to this folder.  In either
22285 case, moving the messages means they will be deleted from your INBOX.
22287 If this is not a path name, it will be in the default collection for
22288 saves.  Any valid folder specification, local or remote (via IMAP), is
22289 allowed.  There is no default for the name of the read message folder.
22291 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22292 details on the syntax of folder definitions.
22294 <UL>   
22295 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22296 </UL><P>
22297 &lt;End of help on this topic&gt;
22298 </BODY>
22299 </HTML>
22300 ====== h_config_form_folder =====
22301 <HTML>
22302 <HEAD>
22303 <TITLE>OPTION: <!--#echo var="VAR_form-letter-folder"--></TITLE>
22304 </HEAD>
22305 <BODY>
22306 <H1>OPTION: <!--#echo var="VAR_form-letter-folder"--></H1>
22308 A &quot;<!--#echo var="VAR_form-letter-folder"-->&quot; is a mail folder that is intended to
22309 contain messages that you have composed and that are intended to be
22310 sent in their original form repeatedly.
22313 Setting this variable will alter Alpine's usual behavior when you
22314 execute the Compose command.  Normally, Alpine offers a chance to
22315 continue a postponed or interrupted message should one or the other
22316 exist.  When this variable is set to a folder name that exists, Alpine
22317 will also offer the chance to select a message from the folder to
22318 insert into the composer (much like when continuing a postponed message).
22319 The difference, however, is that Alpine will not automatically delete
22320 the selected message from the Form Letter Folder.
22322 Setting this variable will also affect Alpine's behavior when you
22323 Postpone a message from the composer.  Normally, Alpine simply stashes
22324 the message away in your
22325 &quot;<A HREF="h_config_postponed_folder"><!--#echo var="VAR_postponed-folder"--></A>&quot;.
22326 Regardless of the specified folder's existence, Alpine will ask which
22327 folder you intend the message to be stored in.  Choose the
22328 &quot;F&quot; option to store the message in your Form Letter Folder.
22329 This is the most common way to add a message to the folder.
22332 Another method of adding messages to the folder is via the Alpine
22333 composer's <SAMP>Fcc:</SAMP> field.  If you are sending a message that
22334 you expect to send in the same form again, you can enter the Form
22335 Letter Folder's name in this field.  Alpine, as usual, will copy the
22336 message as it's sent.  Note, when you later select this message from 
22337 your Form Letter Folder, it will have the same recipients as the original
22338 message.
22341 To delete a message from the Form Letter Folder, you can either select
22342 the folder from a suitable FOLDER LIST screen, or use the Delete
22343 command in the MESSAGE INDEX offered when selecting from the folder as
22344 part of the Compose command.  You can delete a Form Letter Folder just
22345 as any other folder from a suitable FOLDER LIST screen.
22348 You may find that the <A HREF="h_rules_roles">&quot;Roles&quot;</A>
22349 facility can be used
22350 to replace the Form Letter Folder.
22353 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22354 details on the syntax of folder definitions.
22357 <UL>   
22358 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22359 </UL><P>
22360 &lt;End of help on this topic&gt;
22361 </BODY>
22362 </HTML>
22363 ====== h_config_archived_folders =====
22364 <HTML>
22365 <HEAD>
22366 <TITLE>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></TITLE>
22367 </HEAD>
22368 <BODY>
22369 <H1>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></H1>
22371 This is like
22372 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>,
22373 only more general.  You may archive
22374 any of the folders in your incoming collection.  This is a list of folder
22375 pairs, with the first separated from the second in the pair by a space.
22376 The first folder in a pair is the folder you want to archive, and the
22377 second folder is the folder that read messages from the first should be
22378 moved to.  Depending on how you define the
22379 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
22380 setting, you may or may not be asked when you
22381 leave the first folder if you want read messages to be moved to the
22382 second folder.  In either case, moving the messages means they will be
22383 deleted from the first folder.
22385 The name of the first folder in each pair can be either the technical
22386 specification of the folder (like what appears in your configuration file)
22387 or (much easier) the nickname that you gave the folder when you made it
22388 an incoming folder.
22390 For example:<p>
22391 <CENTER><SAMP>{monet.art.example.com}inbox {monet.art.example.com}mail/inbox-archive</SAMP></CENTER>
22392 <p>or, using nicknames:<p>
22393 <CENTER><SAMP>inbox inbox-archive</SAMP></CENTER>
22395 If these are not path names, they will be in the default collection for
22396 saves. Any valid folder specification, local or remote (via IMAP), is
22397 allowed. There is no default.
22399 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22400 details on the syntax of folder definitions.
22402 <UL>   
22403 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22404 </UL><P>
22405 &lt;End of help on this topic&gt;
22406 </BODY>
22407 </HTML>
22408 ====== h_config_newsrc_path ======
22409 <HTML>
22410 <HEAD>
22411 <TITLE>OPTION: <!--#echo var="VAR_newsrc-path"--></TITLE>
22412 </HEAD>
22413 <BODY>
22414 <H1>OPTION: <!--#echo var="VAR_newsrc-path"--></H1>
22416 This option overrides the default name Alpine uses for your "newsrc" news
22417 status and subscription file.  If set, Alpine will take this value as the
22418 full pathname for the desired newsrc file.<P>
22420 If this option is <B>not</B> set, 
22421 <!--chtml if pinemode="os_windows"-->
22422 PC-Alpine looks first for $HOME&#92;NEWSRC (where $HOME defaults to the root
22423 of the current drive, e.g. &quot;C:&#92;&quot;) and then it looks in the same
22424 directory as your pinerc file for NEWSRC.
22425 <!--chtml else-->
22426 Unix Alpine looks for the file ~/.newsrc (that is, the file named .newsrc in 
22427 your account's home directory).
22428 <!--chtml endif-->
22429 <P><UL>
22430 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22431 </UL>
22433 &lt;End of help on this topic&gt;
22434 </BODY>
22435 </HTML>
22436 ====== h_config_literal_sig =====
22437 <HTML>
22438 <HEAD>
22439 <TITLE>OPTION: <!--#echo var="VAR_literal-signature"--></TITLE>
22440 </HEAD>
22441 <BODY>
22442 <H1>OPTION: <!--#echo var="VAR_literal-signature"--></H1>
22444 With this option your actual signature, as opposed to
22445 the name of a file containing your signature,
22446 is stored in the Alpine configuration file.
22447 If this is defined it takes precedence over the <!--#echo var="VAR_signature-file"--> option.
22450 This is simply a different way to store the signature.
22451 The signature is stored inside your Alpine configuration file instead of in
22452 a separate file.
22453 Tokens work the same way they do with the
22454 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A> so look there for
22455 help.
22458 The Setup/Signature command on Alpine's MAIN MENU will edit
22459 the &quot;<!--#echo var="VAR_literal-signature"-->&quot; by default.  However, if no
22460 &quot;<!--#echo var="VAR_literal-signature"-->&quot; is defined and the file named in the
22461 &quot;<!--#echo var="VAR_signature-file"-->&quot; option exists, then the latter will be used
22462 instead.
22465 The two character sequence &#92;n (backslash followed by
22466 the character n) will be used to signify a line-break in your signature.
22467 You don't have to enter the &#92;n, but it will be visible in the
22468 SETUP CONFIGURATION window after you are done editing the signature.
22471 <UL>   
22472 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22473 </UL><P>
22474 &lt;End of help on this topic&gt;
22475 </BODY>
22476 </HTML>
22477 ====== h_config_signature_file =====
22478 <HTML>
22479 <HEAD>
22480 <TITLE>OPTION: <!--#echo var="VAR_signature-file"--></TITLE>
22481 </HEAD>
22482 <BODY>
22483 <H1>OPTION: <!--#echo var="VAR_signature-file"--></H1>
22485 If a <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined,
22486 then this &quot;<!--#echo var="VAR_signature-file"-->&quot; option will be ignored.
22487 You can tell that that is the case because the value of the
22488 &quot;<!--#echo var="VAR_signature-file"-->&quot; will show up as
22490 <CENTER><SAMP>&lt;Ignored: using <!--#echo var="VAR_literal-signature"--> instead&gt;</SAMP></CENTER>
22492 You may either use all Literal Signatures (signatures stored in your
22493 configuration file) throughout Alpine, or all signature files.
22494 You can't mix the two.
22496 This is the name of a file that will be automatically inserted into
22497 outgoing messages.
22498 It typically contains information such as your
22499 name, email address and organizational affiliation.
22500 Alpine adds the
22501 signature into the message as soon as you enter the composer so you
22502 can choose to remove it or edit it on a message by message basis.
22503 Signature file placement in message replies is controlled by the
22504 &quot;<A HREF="h_config_sig_at_bottom"><!--#echo var="FEAT_signature-at-bottom"--></A>&quot;
22505 setting in the feature list.
22508 The default file name is
22509 <!--chtml if pinemode="os_windows"-->
22510 &quot;PINE.SIG&quot; in the same directory as your PINERC file if your
22511 PINERC file is a local file.
22512 If your PINERC file is remote, then it will be in the directory specified
22513 by the &quot;-aux local_directory&quot; command line option.
22514 <!--chtml else-->
22515 &quot;.signature&quot;.
22516 <!--chtml endif-->
22519 To create or edit your signature file choose Setup from the MAIN MENU
22520 and then select S for Signature (Main/Setup/Signature).  This puts you
22521 into the Signature Editor where you can enter a <EM>few</EM> lines of
22522 text containing your identity and affiliation.
22525 If the filename is followed by a vertical bar (|) then instead
22526 of reading the contents of the file the file is assumed to be a
22527 program that will produce the text to be used on its standard output.
22528 The program can't have any arguments and doesn't receive any input from Alpine,
22529 but the rest of the processing works as if the contents came from a file.
22532 Instead of storing the data in a local file, the
22533 signature data may be stored remotely in an IMAP folder.
22534 In order to do this, 
22535 you must use a remote name for the file.
22536 A remote <!--#echo var="VAR_signature-file"--> name might look like:
22538 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/signature</SAMP></CENTER>
22541 The syntax used here is the same as the syntax used for remote configuration
22542 files from the command line.
22543 Note that you may not access an existing signature file remotely,
22544 you have to create a new <EM>folder</EM> that contains the signature data.
22545 If the name you use here for the signature file is a remote name, then when
22546 you edit the file from the Setup/Signature command the data will be stored
22547 remotely in the folder.
22548 You aren't required to do anything special to create the folder, it
22549 gets created automatically if you use a remote name.
22552 Besides regular text, the signature file may also contain
22553 (or a signature program may produce) tokens that
22554 are replaced with text that usually depends on the message you are replying
22555 to or forwarding.
22556 For example, if the signature file contains the token
22558 <CENTER><SAMP>_DATE_</SAMP></CENTER>
22560 anywhere in the text, then that token is replaced by the date
22561 the message you are replying to or forwarding was sent.
22562 If it contains
22564 <CENTER><SAMP>_CURDATE_</SAMP></CENTER>
22566 that is replaced with the current date.
22567 The first is an example of a token that depends on the message you
22568 are replying to (or forwarding) and the second is an example which
22569 doesn't depend on anything other than the current date.
22570 You have to be a little careful with this facility since tokens that
22571 depend on the message you are replying to or forwarding will be replaced
22572 by nothing in the case where you are composing a new message from scratch.
22573 The use of <A HREF="h_rules_roles">&quot;roles&quot;</A> may help you
22574 in this respect.
22575 It allows you to use different signature files in different cases.
22578 The list of tokens available for use in the signature file is
22579 <A HREF="h_index_tokens">here</A>.
22582 Instead of, or along with the use of &quot;roles&quot; to give you
22583 different signature files in different situations, there is also
22584 a way to conditionally include text based
22585 on whether or not a token would result in specific replacement text.
22586 For example, you could include some text based on whether or not
22587 the _NEWS_ token would result in any newsgroups if it was used.
22588 This is explained in detail
22589 <A HREF="h_reply_token_conditionals">here</A>.
22590 This isn't for the faint of heart.
22592 In the very unlikely event that you want to include a literal token
22593 in the signature you must precede it with a backslash character.
22594 For example,
22596 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
22598 would produce something like
22600 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
22602 It is not possible to have a literal backslash followed by an expanded token.
22604 An alternate method for storing the signature data is available by using the
22605 <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> configuration option.
22606 This variable will be used by default.
22608 <UL>   
22609 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22610 </UL><P>
22611 &lt;End of help on this topic&gt;
22612 </BODY>
22613 </HTML>
22614 ====== h_config_init_cmd_list =====
22615 <HTML>
22616 <HEAD>
22617 <TITLE>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></TITLE>
22618 </HEAD>
22619 <BODY>
22620 <H1>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></H1>
22622 The initial keystroke--or command--list option lets you start Alpine at
22623 any place you like.
22624 Whatever keystrokes you specify here will be executed
22625 by Alpine upon startup as a macro.
22626 The words SPACE, TAB, DOWN, UP, LEFT, and
22627 RIGHT indicate the pressing of those keys.
22628 CR indicates the pressing of the RETURN key.
22629 F1 through F12 represent the function keys, and ^ followed
22630 by a character indicates that key pressed along with the control key (in
22631 other words, ^P means Ctrl-P).
22632 As a shortcut notation, an element of the list may be several characters
22633 surrounded by double-quotes (").
22634 That will be expanded into the individual keystrokes
22635 (excluding the double-quote characters).
22636 For example, the quoted-string
22638 <P><CENTER>"ABC"</CENTER>
22641 is interpreted the same as the three separate list members
22643 <P><CENTER>A and B and C</CENTER>
22646 which is also the same as
22648 <P><CENTER>A,B,C</CENTER>
22651 An example: To view message 1 on startup,
22652 you could use an <!--#echo var="VAR_initial-keystroke-list"--> equal to
22654 <P><CENTER>I,J,1,CR,V</CENTER>
22657 An equivalent version of this is
22659 <P><CENTER>"IJ1",CR,V</CENTER>
22662 Restrictions: You cannot pre-type into the composer with the initial
22663 keystroke list, and you cannot mix function key commands with letter
22664 commands.
22666 <P><UL>   
22667 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22668 </UL>
22670 &lt;End of help on this topic&gt;
22671 </BODY>
22672 </HTML>
22673 ====== h_config_comp_hdrs =====
22674 <html>
22675 <header>
22676 <title>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></title>
22677 </header>
22678 <body>
22679 <h1>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></h1>
22681 You can control which headers you want visible when composing outgoing
22682 email using this option.
22683 You can specify any of the regular set, any
22684 <A HREF="h_compose_richhdr">Rich Header</A>,
22685 or any <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
22686 that you have already defined.
22687 If you use this setting at all, you must specify all the
22688 headers you want to see, you can't just add to the regular header set.
22689 The default set is To:, Cc:, Attchmnt:, and Subject:.<p>
22691 Note that the "Newsgroups:" header will be abbreviated in the Composer
22692 display, but should be spelled out in full here.<p>
22693 <UL>   
22694 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22695 </UL><P>
22696 &lt;End of help on this topic&gt;
22697 </body>
22698 </html>
22699 ====== h_config_custom_hdrs =====
22700 <HTML>
22701 <HEAD>
22702 <TITLE>OPTION: <!--#echo var="VAR_customized-hdrs"--></TITLE>
22703 </HEAD>
22704 <BODY>
22705 <H1>OPTION: <!--#echo var="VAR_customized-hdrs"--></H1>
22707 You may add your own custom headers to outgoing messages.
22708 Each header you specify here must include the header tag 
22709 (<A HREF="h_composer_reply_to">Reply-To:</A>, Approved:, etc.)
22710 and may optionally include a value for that header.
22711 If you want to see these custom headers each time you compose a message,
22712 you must add them to your
22713 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> list, 
22714 otherwise they become part
22715 of the rich header set that you only see when you press the
22716 <A HREF="h_compose_richhdr">Rich Header</A>
22717 <!--chtml if pinemode="function_key"-->(F5)
22718 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
22719 (If you are looking for a way to change which headers are <EM>displayed</EM>
22720 when you view a message, take a look at the
22721 <A HREF="h_config_viewer_headers"><!--#echo var="VAR_viewer-hdrs"--></A>
22722 option instead.)
22723 Here's an example that shows how you might set your From address
22725 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
22727 and another showing how you might set a Reply-To address
22729 <CENTER><SAMP>Reply-To: user@example.com</SAMP></CENTER>
22731 You may also set non-standard header values here.
22732 For example, you could add
22734 <CENTER><SAMP>Organization: My Organization Name</SAMP></CENTER>
22736 or even
22738 <CENTER><SAMP>X-Favorite-Colors: Purple and Gold</SAMP></CENTER>
22740 If you include a value after the colon then that header will be included
22741 in your outgoing messages unless you delete it before sending.
22742 If a header in the <!--#echo var="VAR_customized-hdrs"--> list has only a tag but no value, then
22743 it will not be included in outgoing messages unless you edit a value
22744 in manually.
22745 For example, if
22747 <CENTER><SAMP>Reply-To:</SAMP></CENTER>
22749 is in the list, then the Reply-To header will be available for editing
22750 but won't be included unless a value is added while in the composer.
22752 It's actually a little more complicated than that.
22753 The values of headers that you set with the <!--#echo var="VAR_customized-hdrs"--> option are
22754 defaults.
22755 If the message you are about to compose already has a value for a header,
22756 that value is used instead of a value from your <!--#echo var="VAR_customized-hdrs"-->.
22757 For example, if you are Replying to a message the Subject field
22758 will already be filled in.
22759 In that case, if the <!--#echo var="VAR_customized-hdrs"--> list contains a Subject line, the
22760 custom subject will <EM>NOT</EM> be used.
22761 The subject derived from the subject of the message you are Replying
22762 to will be used instead.
22764 It is also possible to make header setting even more complicated and more
22765 automatic by using
22766 <A HREF="h_rules_roles">Roles</A>,
22767 but if all you want to do is set a default value for a header, you don't
22768 need to think about Roles.
22770 If you change your From address you may also find it useful to add the
22771 changed From address to the
22772 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
22773 configuration option.
22775 Limitation: Because commas are used to separate the list of
22776 <!--#echo var="VAR_customized-hdrs"-->, it is not possible to have the value of a
22777 header contain a comma.
22778 Nor is there currently an &quot;escape&quot; mechanism provided
22779 to make this work.
22780 <P><UL>
22781 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22782 </UL>
22784 &lt;End of help on this topic&gt;
22785 </BODY>
22786 </HTML>
22787 ====== h_config_viewer_headers =====
22788 <HTML>
22789 <HEAD>
22790 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdrs"--></TITLE>
22791 </HEAD>
22792 <BODY>
22793 <H1>OPTION: <!--#echo var="VAR_viewer-hdrs"--></H1>
22795 You may change the default list of headers that are viewed by listing
22796 the headers you want to view here.  If the headers in your
22797 &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list are present in the message, then they
22798 will be shown.  The order of the headers you list will be honored.  If
22799 the special value &quot;all-except&quot; is included as the first
22800 header in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list, then all headers in the
22801 message except those in the list will be shown.  The values are all
22802 case insensitive.
22805 Note that once you put anything in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list,
22806 then the original default headers are ignored.  So, if you just wanted
22807 to add the header Organization to the list, you would have to list
22808 Organization plus all of the other headers originally in the default
22809 list.  If you just included Organization and nothing else, then you
22810 would see only the Organization header, nothing else.
22813 The default list of headers includes:
22814 <UL>
22815   <LI>From
22816   <LI>Resent-From
22817   <LI>To
22818   <LI>Resent-To
22819   <LI>Cc
22820   <LI>Resent-cc
22821   <LI>Bcc
22822   <LI>Newsgroups
22823   <LI>Followup-To
22824   <LI>Date
22825   <LI>Resent-Date
22826   <LI>Subject
22827   <LI>Resent-Subject
22828   <LI>Reply-To
22829 </UL>
22832 If you are looking for a way to control which headers are included in
22833 outgoing mail and are visible or not in the composer, take a look at the
22834 options
22835 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
22836 and <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> instead of
22837 this option.
22839 <UL>   
22840 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22841 </UL><P>
22842 &lt;End of help on this topic&gt;
22843 </BODY>
22844 </HTML>
22845 ====== h_config_viewer_margin_left =====
22846 <HTML>
22847 <HEAD>
22848 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-left"--></TITLE>
22849 </HEAD>
22850 <BODY>
22851 <H1>OPTION: <!--#echo var="VAR_viewer-margin-left"--></H1>
22853 This variable controls the left-hand vertical margin's width in
22854 Alpine's Message Viewing screen.
22855 Its value is the number of space characters preceding each displayed line.
22856 For consistency with
22857 <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>,
22858 you may specify the column number to start in
22859 (column numbering begins with number 1)
22860 instead of the width of the margin by appending a lower case letter
22861 &quot;c&quot; to the number.
22862 For example, a value of &quot;2c&quot; means to start the text in column two,
22863 which is entirely equivalent to a value of &quot;1&quot;, which means to
22864 leave a margin of 1 space.
22866 The default is a left margin of 0 (zero).
22867 Misconfigurations (for example, negative values or values with starting
22868 left columns greater than the ending right column)
22869 are silently ignored.
22870 If the number of columns for text between the <!--#echo var="VAR_viewer-margin-left"--> and
22871 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
22872 instead.
22875 &lt;End of help on this topic&gt;
22876 </BODY>
22877 </HTML>
22878 ====== h_config_viewer_margin_right =====
22879 <HTML>
22880 <HEAD>
22881 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-right"--></TITLE>
22882 </HEAD>
22883 <BODY>
22884 <H1>OPTION: <!--#echo var="VAR_viewer-margin-right"--></H1>
22886 This variable controls the right-hand vertical margin's width in
22887 Alpine's Message Viewing screen.
22888 Its value is the number of space characters following each displayed line.
22889 You may specify the column number to end the text in
22890 (column numbering begins with number 1)
22891 instead of the width of the margin by appending a lower case letter
22892 &quot;c&quot; to the number.
22893 For example, a value of &quot;76c&quot; means to end the text in column 76.
22894 If the screen is 80 characters wide, this is equivalent to a value
22895 of &quot;4&quot;, which means to leave a margin of 4 spaces.
22896 However, if you use different size screens at different times, then these
22897 two values are not equivalent.
22899 The default right margin is 4.
22900 Misconfigurations (for example, negative values or values with starting
22901 left columns greater than the ending right column)
22902 are silently ignored.
22903 If the number of columns for text between the
22904 <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
22905 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
22906 instead.
22909 &lt;End of help on this topic&gt;
22910 </BODY>
22911 </HTML>
22912 ====== h_config_quote_suppression =====
22913 <HTML>
22914 <HEAD>
22915 <TITLE>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></TITLE>
22916 </HEAD>
22917 <BODY>
22918 <H1>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></H1>
22920 This option should be used with care.
22921 It will cause some of the quoted text to be eliminated from the
22922 display when viewing a message in the MESSAGE TEXT screen.
22923 For example, if you set the <!--#echo var="VAR_quote-suppression-threshold"--> to the
22924 value &quot;5&quot;,
22925 this will cause quoted text that is longer than five lines to be truncated.
22926 Quoted text of five or fewer consecutive lines will be displayed in its entirety.
22927 Quoted text of more than six lines will have the first five lines displayed
22928 followed by a line that looks something like
22930 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
22932 As a special case, if exactly one line of quoted text would be hidden, the
22933 entire quote will be shown instead.
22934 So for the above example, quoted text that is exactly six lines long will
22935 will be shown in its entirety.
22936 (In other words, instead of hiding a single line and adding a line
22937 that announces that one line was hidden, the line is just shown.)
22939 If the sender of a message has carefully chosen the quotes that he or she
22940 includes, hiding those quotes may change the meaning of the message.
22941 For that reason, Alpine requires that when you want to set the value of this
22942 variable to something less than four lines, you actually have to set it
22943 to the negative of that number.
22944 So if you want to set this option to &quot;3&quot;, you actually have to
22945 set it to &quot;-3&quot;.
22946 The only purpose of this is to get you to think about whether or not you
22947 really want to do this!
22948 If you want to delete all quoted text you set the value of this option
22949 to the special value &quot;-10&quot;.
22951 The legal values for this option are
22953 <TABLE>   
22954 <TR>
22955   <TD> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
22956   <TD> Default, don't hide anything </TD>
22957 </TR>
22958 <TR>
22959   <TD> &nbsp;-1,-2,-3&nbsp;&nbsp; </TD>
22960   <TD> Suppress quote lines past 1, 2, or 3 lines </TD>
22961 </TR>
22962 <TR>
22963   <TD> &nbsp;4,5,6,...&nbsp; </TD>
22964   <TD> Suppress if more than that many lines </TD>
22965 </TR>
22966 <TR>
22967   <TD> &nbsp;&nbsp;&nbsp;-10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
22968   <TD> Suppress all quoted lines </TD>
22969 </TR>
22970 </TABLE>
22972 If you set this option to a non-default value you may sometimes wish to
22973 view the quoted text that is not shown.
22974 When this is the case, the
22975 <A HREF="h_common_hdrmode">HdrMode Command</A>
22976 may be used to show the hidden text.
22977 Typing the &quot;H&quot; command once will show the hidden text.
22978 Typing a second &quot;H&quot; will also turn on Full Header mode.
22979 The presence or absence of the HdrMode command is determined by the
22980 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
22981 Feature-List option in your Alpine configuration, so you will want to
22982 be sure that is turned on if you use quote suppression.
22984 For the purposes of this option, a quote is a line that begins with the
22985 character &quot;&gt;&quot;.
22987 Quotes are only suppressed when displaying a message on the screen.
22988 The entire quote will be left intact when printing or forwarding or something
22989 similar.
22991 &lt;End of help on this topic&gt;
22992 </BODY>
22993 </HTML>
22994 ====== h_config_saved_msg_name_rule =====
22995 <HTML>
22996 <HEAD>
22997 <TITLE>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></TITLE>
22998 </HEAD>
22999 <BODY>
23000 <H1>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></H1>
23002 This option determines the default folder name when saving
23003 a message.
23006 The default option is &quot;default-folder&quot;, which is the folder
23007 called &quot;saved-messages&quot; in Unix Alpine and
23008 &quot;savemail&quot; in PC-Alpine.  To change the default folder, modify
23009 the Alpine option called
23010 <A HREF="h_config_def_save_folder">&quot;<!--#echo var="VAR_default-saved-msg-folder"-->&quot;</A>.
23013 Choosing any of the &quot;by-&quot; options cause Alpine to attempt to
23014 get the chosen option's value for the message being saved (or for the
23015 first message being saved if using an aggregrate save).
23016 For example, if &quot;by-from&quot; is chosen, Alpine attempts to get the
23017 value of who the message came from (i.e. the from address).
23018 Alpine then attempts to save the message to a folder matching that value.
23019 If &quot;by-from&quot; is chosen and no value is obtained, Alpine uses
23020 &quot;by-sender&quot;.
23021 The opposite is also true.
23022 If &quot;by-recipient&quot; is chosen and the message was posted to a
23023 newsgroup, Alpine will use the newsgroup name.
23024 If &quot;by-replyto&quot; is chosen and no value is obtained, Alpine uses
23025 &quot;by-from&quot;.
23028 If any of the &quot;by-realname&quot; options are chosen, Alpine will attempt
23029 to use the personal name part of the address instead of the mailbox part.
23030 If any of the &quot;by-nick&quot; options are chosen, the
23031 address is looked up in your address book and if found, the
23032 nickname for that entry is used.
23033 Only simple address book entries are checked, not distribution lists.
23034 Similarly, if any of the
23035 &quot;by-fcc&quot; options are chosen, the fcc from the corresponding
23036 address book entry is used.
23037 If by-realname, or the by-nick or by-fcc lookups result in no value,
23038 then if the chosen option ends with the &quot;then-from&quot;,
23039 &quot;then-sender&quot;, &quot;then-replyto&quot;,
23040 or &quot;then-recip&quot; suffix, Alpine
23041 reverts to the same behavior as &quot;by-from&quot;,
23042 &quot;by-sender&quot;, &quot;by-replyto&quot;, or &quot;by-recip&quot;
23043 depending on which option was specified.
23044 If the chosen option doesn't end with one of
23045 the &quot;then-&quot; suffixes, then Alpine reverts to the default
23046 folder when no match is found in the address book.
23049 Choosing the option called &quot;last-folder-used&quot;, causes Alpine
23050 to save to the folder that you saved to the last time you saved a
23051 message.  The first time you save a message in an Alpine session, Alpine
23052 attempts to save the message to the default folder.
23055 Here is an example to make some of the options clearer.
23056 If the message is From
23058 <CENTER><SAMP>Fred Flintstone &lt;flint@bedrock.org&gt;</SAMP></CENTER>
23060 and this rule is set to &quot;by-from&quot;, then the default folder offered
23061 in the save dialog would be &quot;flint&quot;.
23063 If this rule is set to &quot;by-realname-of-from&quot; then the default would
23064 be &quot;Fred Flintstone&quot;.
23066 If this rule is set to &quot;by-nick-of-from&quot; then Alpine will search
23067 for the address &quot;flint@bedrock.org&quot; in your address book.
23068 If an entry is found and it has a nickname associated with it, that nickname
23069 will be offered as the default folder.
23070 If not, the default saved message folder will be offered as the default.
23072 If this rule is set to &quot;by-fcc-of-from&quot; then Alpine will search
23073 for the address &quot;flint@bedrock.org&quot; in your address book.
23074 If an entry is found and it has an Fcc associated with it, that Fcc
23075 will be offered as the default folder.
23076 If not, the default saved message folder will be offered as the default.
23078 If this rule is set to &quot;by-nick-of-from-then-from&quot; then Alpine will search
23079 for the address &quot;flint@bedrock.org&quot; in your address book.
23080 If an entry is found and it has a nickname associated with it, that nickname
23081 will be offered as the default folder.
23082 If it is not found (or has no nickname) then the default offered will be
23083 the same as it would be for the &quot;by-from&quot; rule.
23084 That is, it would be &quot;flint&quot;
23086 <UL>   
23087 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23088 </UL><P>
23089 &lt;End of help on this topic&gt;
23090 </BODY>
23091 </HTML>
23092 ====== h_config_fcc_rule =====
23093 <HTML>
23094 <HEAD>
23095 <TITLE>OPTION: <!--#echo var="VAR_fcc-name-rule"--></TITLE>
23096 </HEAD>
23097 <BODY>
23098 <H1>OPTION: <!--#echo var="VAR_fcc-name-rule"--></H1>
23100 This option determines the default name for folder carbon copy. Choose
23101 one:
23103 <DL>
23104 <DT>default-fcc</DT>
23105 <DD>This is the normal default, the value of which is set in the
23106 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable as specified earlier in this
23107 configuration.
23108 </DD>
23110 <DT>last-fcc-used</DT>
23111 <DD> Causes Alpine to use the folder that was last
23112 used in the fcc field
23113 </DD>
23115 <DT>by-nickname</DT>
23116 <DD>Means that Alpine will use the nickname
23117 from your address book that matches the first address in the To line.
23118 If there is no match, it will use the value of the
23119 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable.
23120 </DD>
23122 <DT>by-recipient</DT>
23123 <DD>Means Alpine will form a folder name
23124 based on the left hand side of the first address in the To line.
23125 </DD>
23127 <DT>by-nick-then-recip</DT>
23128 <DD>Means that it will use the
23129 matching nickname from your address book if there is one, otherwise it
23130 will extract the recipient name from the address and use that (like
23131 by-recipient).
23132 </DD>
23134 <DT>current-folder</DT>
23135 <DD>Causes a copy to be written to
23136 the currently open folder, unless that is the INBOX.  In the case
23137 where the current folder is the INBOX, the &quot;<!--#echo var="VAR_default-fcc"-->&quot; is
23138 used instead.
23139 </DD>
23140 </DL>
23143 Note: Whatever the fcc specified by the rule here, it will be
23144 over-ridden by any fcc entries you have in your address book.
23147 <UL>   
23148 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23149 </UL><P>
23150 &lt;End of help on this topic&gt;
23151 </BODY>
23152 </HTML>
23153 ====== h_config_sort_key =====
23154 <HTML>
23155 <HEAD>
23156 <TITLE>OPTION: <!--#echo var="VAR_sort-key"--></TITLE>
23157 </HEAD>
23158 <BODY>
23159 <H1>OPTION: <!--#echo var="VAR_sort-key"--></H1>
23161 This option determines the order in which messages will be displayed in
23162 the MESSAGE INDEX screen.  Choose from:
23164 <UL>
23165  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
23166  <LI> <A HREF="h_index_sort_date">Date</A>
23167  <LI> <A HREF="h_index_sort_subj">Subject</A>
23168  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
23169  <LI> <A HREF="h_index_sort_thread">Thread</A>
23170  <LI> <A HREF="h_index_sort_from">From</A>
23171  <LI> <A HREF="h_index_sort_size">Size</A>
23172  <LI> <A HREF="h_index_sort_score">Score</A>
23173  <LI> <A HREF="h_index_sort_to">To</A>
23174  <LI> <A HREF="h_index_sort_cc">Cc</A>
23175 </UL>
23178 Each type of sort may also be reversed.
23179 Normal default is by &quot;Arrival&quot;.
23182 A possible point of confusion arises when you change the configuration
23183 of the <!--#echo var="VAR_sort-key"-->.
23184 The folder will normally be re-sorted when you go back to viewing the
23185 index.
23186 However, if you have manually sorted the folder with the
23187 Sort
23188 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
23189 command, then it will not be re-sorted until the next time it is opened.
23192 <UL>   
23193 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23194 </UL><P>
23195 &lt;End of help on this topic&gt;
23196 </BODY>
23197 </HTML>
23198 ====== h_config_other_startup =====
23199 <HTML>
23200 <HEAD>
23201 <TITLE>OPTION: Set Startup Rule</TITLE>
23202 </HEAD>
23203 <BODY>
23204 <H1>OPTION: Set Startup Rule</H1>
23206 This option determines which message will be the <EM>current message</EM> when
23207 the folder is first opened.
23208 It works the same way that the option
23209 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
23210 works, so look there for help.
23211 It may be used for any folder, not just incoming folders.
23214 <UL>   
23215 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23216 </UL><P>
23217 &lt;End of help on this topic&gt;
23218 </BODY>
23219 </HTML>
23220 ====== h_config_perfolder_sort =====
23221 <HTML>
23222 <HEAD>
23223 <TITLE>Set Sort Order</TITLE>
23224 </HEAD>
23225 <BODY>
23226 <H1>Set Sort Order</H1>
23228 This option determines the order in which messages will be displayed in
23229 the MESSAGE INDEX screen when the Current Folder Type set in the
23230 Pattern is a match. Choose from:
23232 <UL>
23233  <LI> <A HREF="h_index_sort_default">Default</A>
23234  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
23235  <LI> <A HREF="h_index_sort_date">Date</A>
23236  <LI> <A HREF="h_index_sort_subj">Subject</A>
23237  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
23238  <LI> <A HREF="h_index_sort_thread">Thread</A>
23239  <LI> <A HREF="h_index_sort_from">From</A>
23240  <LI> <A HREF="h_index_sort_size">Size</A>
23241  <LI> <A HREF="h_index_sort_score">Score</A>
23242  <LI> <A HREF="h_index_sort_to">To</A>
23243  <LI> <A HREF="h_index_sort_cc">Cc</A>
23244 </UL>
23247 Each type of sort may also be reversed.
23248 Normal default is by &quot;Arrival&quot;.
23251 A possible point of confusion arises when you change the configuration
23252 of the Sort Order for the currently open folder.
23253 The folder will normally be re-sorted when you go back to viewing the
23254 index.
23255 However, if you have manually sorted the folder with the
23256 Sort
23257 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
23258 command, then it will not be re-sorted until the next time it is opened.
23261 <UL>   
23262 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23263 </UL><P>
23264 &lt;End of help on this topic&gt;
23265 </BODY>
23266 </HTML>
23267 ====== h_config_fld_sort_rule =====
23268 <HTML>
23269 <HEAD>
23270 <TITLE>OPTION: <!--#echo var="VAR_folder-sort-rule"--></TITLE>
23271 </HEAD>
23272 <BODY>
23273 <H1>OPTION: <!--#echo var="VAR_folder-sort-rule"--></H1>
23275 This option controls the order in which folder list entries will be
23276 presented in the FOLDER LIST screen.  Choose one of the following:
23278 <DL>
23279 <DT>Alphabetical</DT>
23280 <DD>sort by alphabetical name independent of type
23281 </DD>
23283 <DT>Alpha-with-dirs-last</DT>
23284 <DD>sort by alphabetical name grouping directory entries
23285 to the end of the list
23286 </DD>
23288 <DT>Alpha-with-dirs-first</DT>
23289 <DD>sort by alphabetical name grouping directory entries
23290 to the start of the list
23291 </DD>
23292 </DL>
23294 The normal default is &quot;Alphabetical&quot;.
23297 <UL>   
23298 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23299 </UL><P>
23300 &lt;End of help on this topic&gt;
23301 </BODY>
23302 </HTML>
23303 ====== h_config_ab_sort_rule =====
23304 <HTML>
23305 <HEAD>
23306 <TITLE>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></TITLE>
23307 </HEAD>
23308 <BODY>
23309 <H1>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></H1>
23311 This option controls the order in which address book entries will be
23312 presented.  Choose one of the following:
23314 <DL>
23315 <DT>fullname</DT>
23316 <DD>use fullname field, lists mixed in
23317 </DD>
23319 <DT>fullname-with-lists-last</DT>
23320 <DD>use fullname field, but put lists at end
23321 </DD>
23323 <DT>nickname</DT>
23324 <DD>use nickname field, lists mixed in
23325 </DD>
23327 <DT>nickname-with-lists-last</DT>
23328 <DD>use nickname field, but put lists at end
23329 </DD>
23331 <DT>dont-sort</DT>
23332 <DD>don't change order of file
23333 </DD>
23334 </DL>
23337 The normal default is &quot;fullname-with-lists-last&quot;.
23338 If you use an address book from more than one computer and those
23339 computers sort the address book differently then the sort order
23340 will be the order where the last change to the address book was
23341 made.
23342 There are two reasons the sorting might be different on different
23343 systems.
23344 First, the <!--#echo var="VAR_addrbook-sort-rule"--></a> may be set differently in the two
23345 places.
23346 Second, the collation rules on the two computers may be different.
23347 For example, one system might ignore special characters while the other
23348 doesn't or one may sort upper and lower case letters together while
23349 the other doesn't.
23350 In any case, the order you see is the order on the system where the
23351 last change was made, for example by an address book edit or a
23352 Take Address command.
23355 <UL>   
23356 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23357 </UL><P>
23358 &lt;End of help on this topic&gt;
23359 </BODY>
23360 </HTML>
23361 ====== h_config_post_char_set =====
23362 <HTML>
23363 <HEAD>
23364 <TITLE>OPTION: <!--#echo var="VAR_posting-character-set"--></TITLE>
23365 </HEAD>
23366 <BODY>
23367 <H1>OPTION: <!--#echo var="VAR_posting-character-set"--></H1>
23369 The <!--#echo var="VAR_posting-character-set"--> configuration option is used
23370 when sending messages.
23374 When sending a message the text typed in the composer is
23375 labeled with the character set specified by this option.
23376 If the composed text is not fully representable in the 
23377 specified <!--#echo var="VAR_posting-character-set"-->, then it is labeled as &quot;UTF-8.&quot
23378 instead;
23381 Attachments are labeled with your
23382 <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>.
23385 Generally, there should be little need to set this option.
23386 If left unset, the
23387 default behavior is to label composed text as specifically as
23388 possible.  That is, if the composed text has no non-ASCII characters,
23389 it is labeled as &quot;US-ASCII.&quot; Similarly, if it is composed of
23390 only ISO-8859-15 characters, it is labeled as such.  Alpine will
23391 attempt to automatically detect a number of character sets including ISO-8859-15,
23392 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
23393 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, and EUC-KR.
23394 If the message contains a mix of character sets,
23395 it is labeled as &quot;UTF-8.&quot;
23399 This setting is provided to allow you to force a particular character set that
23400 Alpine does not automatically detect. For example, if a message is representable
23401 in more than one character set then Alpine may choose a different default
23402 than you want.
23403 Lastly, by setting this option explicitly to
23404 &quot;UTF-8&quot; all non-ASCII messages you send will be labeled as
23405 &quot;UTF-8&quot; instead of something more specific.
23408 In the Setup/Config screen you may choose from a list of all the
23409 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23412 The options
23413 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
23414 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
23415 are closely related.
23416 Setting the feature
23417 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
23418 should cause this option to be ignored.
23421 <UL>   
23422 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23423 </UL><P>
23424 &lt;End of help on this topic&gt;
23425 </BODY>
23426 </HTML>
23427 ====== h_config_unk_char_set =====
23428 <HTML>
23429 <HEAD>
23430 <TITLE>OPTION: <!--#echo var="VAR_unknown-character-set"--></TITLE>
23431 </HEAD>
23432 <BODY>
23433 <H1>OPTION: <!--#echo var="VAR_unknown-character-set"--></H1>
23435 The <!--#echo var="VAR_unknown-character-set"--> configuration option is used
23436 when reading or replying to messages.
23440 A text message should either be made up of all US-ASCII characters
23441 or it should contain a charset label which tells the software which
23442 character set encoding to use to interpret the message.
23443 Sometimes a malformed message may be unlabeled but contain non-ascii text.
23444 This message is outside of the standards so any attempt to read it could fail.
23445 When Alpine attempts to read such a message it will try to interpret the
23446 text in the character set you specify here.
23447 For example, if you have correspondents who send you unlabeled messages that
23448 are usually made up of characters from the WINDOWS-1251 character set, setting
23449 this <!--#echo var="VAR_unknown-character-set"--> to <CODE>WINDOWS-1251</CODE> will
23450 allow you to read those messages.
23451 Of course, if the unlabeled message is actually in some other character set,
23452 then you may see garbage on your screen.
23454 Instead of just unlabeled text, this option also affects text which is labeled
23455 with the charsets &quot;X-Unknown&quot;, &quot;MISSING_PARAMETER_VALUE&quot;
23456 or &quot;US-ASCII&quot;.
23459 In the Setup/Config screen you may choose from a list of all the
23460 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23463 <UL>   
23464 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23465 </UL><P>
23466 &lt;End of help on this topic&gt;
23467 </BODY>
23468 </HTML>
23469 ====== h_config_char_set =====
23470 <HTML>
23471 <HEAD>
23472 <TITLE>OPTION: Display Character Set</TITLE>
23473 </HEAD>
23474 <BODY>
23475 <H1>OPTION: Display Character Set</H1>
23477 The Display Character Set configuration option is used when viewing messages.
23479 Alpine uses Unicode characters internally and 
23480 it is a goal for Alpine to handle email in many different languages.
23481 Alpine will properly display only left-to-right character sets
23482 in a fixed-width font. Specifically, Alpine assumes that a fixed-width
23483 font is in use, in the sense that
23484 characters are assumed to take up zero, one, or two character cell
23485 widths from left to right on the screen. This is true even in PC-Alpine.
23488 Alpine recognizes some local character sets that are right-to-left
23489 (Arabic, Hebrew, and Thai) or not representable in a fixed-width font
23490 (Arabic) and properly converts texts in these character sets to/from
23491 Unicode; however, there are known display bugs with these character
23492 sets.
23495 There are three possible configuration character settings and some
23496 environment variable settings that can affect how Alpine
23497 handles international characters.
23498 The first two of these are only available in UNIX Alpine.
23499 The three configuration options are
23500 Display Character Set,
23501 Keyboard Character Set, and
23502 <!--#echo var="VAR_posting-character-set"-->.
23503 The Keyboard Character Set defaults to being the same value
23504 as the Display Character Set, and that is usually correct, because
23505 the keyboard almost always produces characters in the same character set
23506 as the display displays.
23507 The Display Character Set is the character set that Alpine
23508 will attempt to use when sending characters to the display.
23511 By default, the Display Character Set variable is not set and UNIX Alpine
23512 will attempt to get this information from the environment.
23513 In particular, the <CODE>nl_langinfo(CODESET)</CODE> call is used.
23514 This usually depends on the setting of the environment variables LANG or LC_CTYPE.
23515 An explicit configuration setting for Display Character Set will,
23516 of course, override any default setting.
23518 For PC-Alpine the Display Character Set
23519 and the Keyboard Character Set
23520 are always equivalent to <CODE>UTF-8</CODE> and this is not settable.
23523 It is probably best to use UNIX Alpine in a terminal emulator
23524 capable of displaying UTF-8 characters, since that will allow you to
23525 view just about any received text that is correctly formatted (note,
23526 however, the above comments about known index display bugs with certain
23527 character sets). You'll need to have an emulator that uses a UTF-8 font
23528 and you'll need to set up your environment to use a UTF-8 charmap. For
23529 example, on a Linux system you might include
23531 <CENTER> <CODE>setenv LANG en_US.UTF-8</CODE> </CENTER>
23534 or something similar in your UNIX startup files.
23535 You'd also have to select a UTF-8 font in your terminal emulator.
23538 The types of values that the character set variables may be set to are
23539 <CODE>UTF-8</CODE>, <CODE>ISO-8859-1</CODE>, or <CODE>EUC-JP</CODE>.
23540 The <CODE>ISO-2022</CODE> character sets are not supported for input or
23541 for display, but as a special case, <CODE>ISO-2022-JP</CODE> is supported
23542 for use only as a <!--#echo var="VAR_posting-character-set"-->.
23543 In the Setup/Config screen you may choose from a list of all the
23544 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23545 Here is a list of many of the possible character sets:
23548 <TABLE>
23549 <TR> <TD>UTF-8</TD> <TD>Unicode</TD> </TR>
23550 <TR> <TD>US-ASCII</TD> <TD>7 bit American English characters</TD> </TR>
23551 <TR> <TD>ISO-8859-1</TD> <TD>8 bit European "Latin 1" character set</TD> </TR>
23552 <TR> <TD>ISO-8859-2</TD> <TD>8 bit European "Latin 2" character set</TD> </TR>
23553 <TR> <TD>ISO-8859-3</TD> <TD>8 bit European "Latin 3" character set</TD> </TR>
23554 <TR> <TD>ISO-8859-4</TD> <TD>8 bit European "Latin 4" character set</TD> </TR>
23555 <TR> <TD>ISO-8859-5</TD> <TD>8 bit Latin and Cyrillic</TD> </TR>
23556 <TR> <TD>ISO-8859-6</TD> <TD>8 bit Latin and Arabic</TD> </TR>
23557 <TR> <TD>ISO-8859-7</TD> <TD>8 bit Latin and Greek</TD> </TR>
23558 <TR> <TD>ISO-8859-8</TD> <TD>8 bit Latin and Hebrew</TD> </TR>
23559 <TR> <TD>ISO-8859-9</TD> <TD>8 bit European "Latin 5" character set</TD> </TR>
23560 <TR> <TD>ISO-8859-10</TD> <TD>8 bit European "Latin 6" character set</TD> </TR>
23561 <TR> <TD>ISO-8859-11</TD> <TD>Latin and Thai</TD> </TR>
23562 <TR> <TD>ISO-8859-12</TD> <TD>Reserved</TD> </TR>
23563 <TR> <TD>ISO-8859-13</TD> <TD>8 bit European "Latin 7" character set</TD> </TR>
23564 <TR> <TD>ISO-8859-14</TD> <TD>8 bit European "Latin 8" character set</TD> </TR>
23565 <TR> <TD>ISO-8859-15</TD> <TD>8 bit European "Latin 9" character set</TD> </TR>
23566 <TR> <TD>ISO-8859-16</TD> <TD>8 bit European "Latin 10" character set</TD> </TR>
23567 <TR> <TD>KOI8-R</TD> <TD>8 bit Latin and Russian</TD> </TR>
23568 <TR> <TD>KOI8-U</TD> <TD>8 bit Latin and Ukranian</TD> </TR>
23569 <TR> <TD>WINDOWS-1251</TD> <TD>8 bit Latin and Russian</TD> </TR>
23570 <TR> <TD>TIS-620</TD> <TD>8 bit Latin and Thai</TD> </TR>
23571 <TR> <TD>VISCII</TD> <TD>8 bit Latin and Vietnamese</TD> </TR>
23572 <TR> <TD>GBK</TD> <TD>Latin and Chinese Simplified</TD> </TR>
23573 <TR> <TD>GB2312</TD> <TD>Latin and Chinese Simplified</TD> </TR>
23574 <TR> <TD>CN-GB</TD> <TD>Latin and Chinese Simplified</TD> </TR>
23575 <TR> <TD>BIG5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
23576 <TR> <TD>BIG-5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
23577 <TR> <TD>EUC-JP</TD> <TD>Latin and Japanese</TD> </TR>
23578 <TR> <TD>SHIFT-JIS</TD> <TD>Latin and Japanese</TD> </TR>
23579 <TR> <TD>EUC-KR</TD> <TD>Latin and Korean</TD> </TR>
23580 <TR> <TD>KSC5601</TD> <TD>Latin and Korean</TD> </TR>
23581 </TABLE>
23584 When reading incoming email, Alpine understands many different
23585 character sets and is able to convert the incoming mail into Unicode.
23586 The Unicode will be converted to the Display Character Set
23587 for display on your terminal.
23588 Characters typed at the keyboard will be converted from the
23589 Keyboard Character Set to Unicode for Alpine's internal
23590 use.
23591 You may find that you can read some malformed messages that do not
23592 contain a character set label by setting the option
23593 <A HREF="h_config_unk_char_set">&quot;<!--#echo var="VAR_unknown-character-set"-->&quot;</A>.
23596 The <!--#echo var="VAR_posting-character-set"--> is used when sending messages.
23597 The default behavior obtained by leaving this variable unset is usually
23598 what is wanted. In that default case, Alpine will attempt
23599 to label the message with the most specific character set from the
23600 rather arbitrary set
23602 US-ASCII, ISO-8859-15,
23603 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
23604 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, EUC-KR, and UTF-8.
23607 For example, if the message is made up of only US-ASCII characters, it
23608 will be labeled US-ASCII. Otherwise, if it is all ISO-8859-15 characters,
23609 that will be the label. If that doesn't work the same is tried for the
23610 remaining members of the list.
23613 It might make sense to set <!--#echo var="VAR_posting-character-set"--> to an
23614 explicit value instead.
23615 For example, if you usually send messages in Greek, setting this
23616 option to ISO-8859-7 will result in messages being labeled as
23617 US-ASCII if there are no non-ascii characters, ISO-8859-7 if there
23618 are only Greek characters, or UTF-8 if there are some characters
23619 that aren't representable in ISO-8859-7.
23620 Another possibility is to set this option explicitly to UTF-8.
23621 In that case
23622 Alpine labels only ascii messages as US-ASCII and all other
23623 messages as UTF-8.
23626 The options
23627 <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
23628 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
23629 are closely related to this option.
23630 Setting the feature
23631 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
23632 should cause this option to be ignored.
23635 When displaying a message, Alpine compares this setting to the character
23636 set specified in the message.  If not all of the
23637 characters in the message can be displayed using the Display Character Set
23638 then Alpine places an editorial
23639 comment in the displayed text (enclosed in square-brackets) indicating
23640 that some characters may not be displayed correctly.
23641 This comment may be eliminated by turning on the option
23642 <A HREF="h_config_quell_charset_warning"><!--#echo var="FEAT_quell-charset-warning"--></A>.
23645 <UL>   
23646 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23647 </UL><P>
23648 &lt;End of help on this topic&gt;
23649 </BODY>
23650 </HTML>
23651 ====== h_config_key_char_set =====
23652 <HTML>
23653 <HEAD>
23654 <TITLE>OPTION: Keyboard Character Set</TITLE>
23655 </HEAD>
23656 <BODY>
23657 <H1>OPTION: Keyboard Character Set</H1>
23659 UNIX Alpine only.
23661 The Keyboard Character Set identifies the character set of the characters
23662 coming from your keyboard.
23663 It defaults to having the same value as your
23664 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>,
23665 which in turn defaults to a value obtained from your environment.
23666 It is unlikely that you will need to use this option, because the keyboard
23667 almost always produces the same kind of characters as the display displays.
23670 This character set is also used when accessing files in your local
23671 file system.
23672 The names of the files are assumed to be in the same character set as
23673 what the keyboard produces, as well as the contents of the files.
23676 In the Setup/Config screen you may choose from a list of all the
23677 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23680 The options
23681 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
23682 and <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
23683 are closely related.
23684 Setting the feature
23685 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
23686 should cause this option to be ignored.
23689 <UL>   
23690 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23691 </UL><P>
23692 &lt;End of help on this topic&gt;
23693 </BODY>
23694 </HTML>
23695 ====== h_config_editor =====
23696 <HTML>
23697 <HEAD>
23698 <TITLE>OPTION: <!--#echo var="VAR_editor"--></TITLE>
23699 </HEAD>
23700 <BODY>
23701 <H1>OPTION: <!--#echo var="VAR_editor"--></H1>
23703 <!--#echo var="VAR_editor"--> specifies the program invoked by ^_ in the Composer. This is
23704 normally an alternative to Alpine's internal composer (Pico).  You could use
23705 this setting to specify an alternate editor to use occasionally or if you
23706 have a favorite editor and want to use it all the time (see the 
23707 <A HREF="h_config_alt_ed_now">&quot;<!--#echo var="FEAT_enable-alternate-editor-implicitly"-->&quot;</A> setting).  <P>
23708 If you specify multiple editors for this option, ^_ will invoke the first one 
23709 of those specified that exists and is executable.  When specifying a program 
23710 for use here, make sure that the format of the text it saves -- which, when 
23711 you exit it, will become the message body in Alpine -- is appropriate 
23712 for the body of an email message; avoid proprietary formats that may result in 
23713 a message body that the recipient of your message will be unable to decipher.
23715 <!--chtml if pinemode="os_windows"-->
23716 <!--chtml else-->
23717 If you are in doubt about what editors are available on your system, or which 
23718 of them may be appropriate for specification here, ask your local computing 
23719 support staff.  
23720 <!--chtml endif-->
23722 Note that if <a href="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></a> is
23723 unset, outgoing text will be set as flowed.  In most cases this will be fine,
23724 but if the editor has a &quot;flowed text&quot; mode, it would be best to
23725 use that.
23727 <P><UL>
23728 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23729 </UL>
23731 &lt;End of help on this topic&gt;
23732 </BODY>
23733 </HTML>
23734 ====== h_config_speller =====
23735 <HTML>
23736 <HEAD>
23737 <TITLE>OPTION: <!--#echo var="VAR_speller"--></TITLE>
23738 </HEAD>
23739 <BODY>
23740 <H1>OPTION: <!--#echo var="VAR_speller"--></H1>
23742 UNIX Alpine only.
23744 For PC-Alpine, you must install the aspell library code that you
23745 may get from
23746 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
23748 This option affects the behavior of the ^T (spell check) command in the
23749 Composer.  It specifies the program invoked by ^T in the Composer.
23750 By default, Alpine uses
23752 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
23754 if it knows where to find &quot;aspell&quot;.
23755 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
23756 then the command used is
23758 <CENTER><SAMP>ispell -l</SAMP></CENTER>
23760 Otherwise, the ancient &quot;spell&quot; command is used.
23762 If you specify a value for this command (with full pathname) then that is what
23763 will be used instead of any of the defaults.
23764 When invoking this
23765 spell-checking program, Alpine appends a tempfile name (where the message is
23766 passed) to the command line. Alpine expects the speller to correct the
23767 spelling in that file. When you exit from that program Alpine will read the
23768 tempfile back into the composer.
23770 Don't set this speller option to the standard Unix spell command.
23771 That won't work because spell works in a different way.
23774 <UL>   
23775 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23776 </UL><P>
23777 &lt;End of help on this topic&gt;
23778 </BODY>
23779 </HTML>
23780 ====== h_config_aspell_dictionary =====
23781 <HTML>
23782 <HEAD>
23783 <TITLE>OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></TITLE>
23784 </HEAD>
23785 <BODY>
23786 <H1>OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></H1>
23788 PC Alpine only.
23790 This option specifies a list of dictionaries you will use with
23791 aspell. A sample entry is &quot;en_US&quot; for american english, or
23792 &quot;en_GB&quot; for brittish english.
23795 <UL>   
23796 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23797 </UL><P>
23798 &lt;End of help on this topic&gt;
23799 </BODY>
23800 </HTML>
23801 ====== h_config_display_filters =====
23802 <HTML>
23803 <HEAD>
23804 <TITLE>OPTION: <!--#echo var="VAR_display-filters"--></TITLE>
23805 </HEAD>
23806 <BODY>
23807 <H1>OPTION: <!--#echo var="VAR_display-filters"--></H1>
23809 This option defines a list of text-filtering commands (programs or
23810 scripts) that may be used to filter text portions of received messages
23811 prior to their use (e.g., presentation in the &quot;MESSAGE TEXT&quot;
23812 display screen, exporting to a text file).  
23813 For security reasons, the full path name of the
23814 filter command must be specified.
23817 The command is executed and the message is piped into its standard input. 
23818 The standard output of the command is read back by Alpine.  The
23819 &quot;_TMPFILE_&quot; token (see below) overrides this default behavior. 
23821 <P> 
23822 The filter's use is based on the configured &quot;trigger&quot; string.  The
23823 format of a filter definition is:
23825 <P>   
23826 <CENTER>&lt;trigger&gt; &lt;command&gt; &lt;arguments&gt;</CENTER>
23829 You can specify as many filters as you wish, separating them with a comma.  
23830 Each filter can have only one trigger and command.  Thus, two trigger 
23831 strings that invoke the same command require separate filter 
23832 specifications. 
23834 <P> 
23835 The &quot;trigger&quot; is simply text that, if found in the message,
23836 will invoke the associated command.  If the trigger contains any space
23837 characters, it must be placed within quotes.  Likewise, should you
23838 wish a filter to be invoked unconditionally, define the trigger as the
23839 null string, &quot;&quot; (two consecutive double-quote characters).  If the
23840 trigger string is found anywhere in the text of the message the filter
23841 is invoked.  Placing the trigger text within the tokens defined below
23842 changes where within the text the trigger must be before considering
23843 it a match.
23845 <P>  
23846 Trigger Modifying Tokens:
23847 <DL>
23848 <DT>_CHARSET(<VAR>string</VAR>)_</DT>
23849 <DD>This token tells Alpine to invoke the supplied command
23850 if the text is in a character set matching <VAR>string</VAR>
23851 (e.g., ISO-8859-2 or ISO-2022-JP).
23852 </DD>
23855 <DT>_LEADING(<VAR>string</VAR>)_</DT>
23856 <DD>This token tells Alpine to invoke the supplied command
23857 if the enclosed <VAR>string</VAR> is found to be the first
23858 non-whitespace text.
23859 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
23860 the space character.
23861 </DD>
23863 <DT>_BEGINNING(<VAR>string</VAR>)_</DT>
23864 <DD>This token tells Alpine to invoke the supplied command
23865 if the enclosed <VAR>string</VAR> is found at the beginning
23866 of any line in the text.
23867 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
23868 the space character.
23869 </DD>
23870 </DL>
23873 The &quot;command&quot; and &quot;arguments&quot; portion is simply
23874 the command line to be invoked if the trigger string is found.  Below
23875 are tokens that Alpine will recognize and replace with special values
23876 when the command is actually invoked.
23879 Command Modifying Tokens:
23881 <DL>
23882 <DT>_TMPFILE_</DT>
23883 <DD>When the command is executed, this token is 
23884 replaced with the path and name of the temporary 
23885 file containing the text to be filtered.  Alpine 
23886 expects the filter to replace this data with the 
23887 filter's result.
23890 NOTE: Use of this token implies that the text to 
23891 be filtered is not piped into standard input of the 
23892 executed command and its standard output is ignored. 
23893 Alpine restores the tty modes before invoking the
23894 filter in case the filter interacts with the user
23895 via its own standard input and output.  
23896 </DD>
23897                         
23898 <DT>_RESULTFILE_</DT>
23899 <DD>When the command is executed, this token is 
23900 replaced with the path and name of a temporary 
23901 file intended to contain a status message from the 
23902 filter.  Alpine displays this in the message status 
23903 field. 
23904 </DD>
23906 <DT>_DATAFILE_</DT>
23907 <DD>When the command is executed, this token is 
23908 replaced with the path and name of a temporary 
23909 file that Alpine creates once per session and deletes 
23910 upon exit.  The file is intended to be used by the 
23911 filter to store state information between instances 
23912 of the filter.
23913 </DD>
23914    
23915 <DT>_PREPENDKEY_</DT>
23916 <DD>When the command is executed, this token indicates that a random
23917 number will be passed down the input stream before the message text.
23918 This number could be used as a session key.  It is sent in this way to
23919 improve security.  The number is unique to the current Alpine session
23920 and is only generated once per session.
23921 </DD>
23923 <DT>_SILENT_</DT>
23924 <DD>When the filter is executed, this token tells Alpine not to repaint
23925 the screen while the command is being executed. This can be used with 
23926 filters that do not interact with the user, and therefore repainting 
23927 the screen is not necessary. 
23928 </DD>
23929 </DL>
23932 The feature
23933 <A HREF="h_config_disable_reset_disp"><!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></A> is related.
23935 Performance caveat/considerations:
23936 <BR>
23937 Testing for the trigger and invoking the filter doesn't come for free.
23938 There is overhead associated with searching for the trigger string, testing
23939 for the filter's existence and actually piping the text through the filter.
23940 The impact can be reduced if the Trigger Modifying Tokens above are 
23941 employed.
23943 &lt;End of help on this topic&gt;
23944 </BODY>
23945 </HTML>
23946 ====== h_config_sending_filter =====
23947 <HTML>
23948 <HEAD>
23949 <TITLE>OPTION: <!--#echo var="VAR_sending-filters"--></TITLE>
23950 </HEAD>
23951 <BODY>
23952 <H1>OPTION: <!--#echo var="VAR_sending-filters"--></H1>
23953       
23954 This option defines a list of text-filtering commands (programs and
23955 scripts) that may be selectively invoked to process a message just before
23956 it is sent.  If set, the Composer's ^X (Send) command will allow you to
23957 select which filter (or none) to apply to the message before it is sent. 
23958 For security reasons, the full path of the filter program must be
23959 specified.
23962 Command Modifying Tokens:
23964 <DL>
23965 <DT>_RECIPIENTS_</DT>
23966 <DD>When the command is executed, this token is replaced 
23967 with the space delimited list of recipients of the 
23968 message being sent. 
23969 </DD>
23970         
23971 <DT>_TMPFILE_</DT>
23972 <DD>
23973 When the command is executed, this token is 
23974 replaced with the path and name of the temporary 
23975 file containing the text to be filtered.  Alpine 
23976 expects the filter to replace this data with the 
23977 filter's result.
23980 NOTE: Use of this token implies that the text to 
23981 be filtered is not piped into standard input of the 
23982 executed command and its standard output is ignored. 
23983 Alpine restores the tty modes before invoking the
23984 filter in case the filter interacts with the user
23985 via its own standard input and output.  
23986 </DD>
23987                         
23988 <DT>_RESULTFILE_</DT>
23989 <DD>When the command is executed, this token is 
23990 replaced with the path and name of a temporary 
23991 file intended to contain a status message from the 
23992 filter.  Alpine displays this in the message status 
23993 field. 
23994 </DD>
23996 <DT>_DATAFILE_</DT>
23997 <DD>When the command is executed, this token is replaced 
23998 in the command line with the path and name of a 
23999 temporary file that Alpine creates once per session 
24000 and deletes upon exit.  The file is intended to be 
24001 used by the filter to store state information between 
24002 instances of the filter.
24003 </DD>
24004    
24005 <DT>_PREPENDKEY_</DT>
24006 <DD>When the command is executed, this token indicates 
24007 that a random number will be passed down the input 
24008 stream before the message text.  This number could 
24009 be used as a session key.  It is sent in this way 
24010 to improve security.  The number is unique to the 
24011 current Alpine session and is only generated once per 
24012 session. 
24013 </DD>
24015 <DT>_INCLUDEALLHDRS_</DT>
24016 <DD>When the command is executed, this token indicates 
24017 that the headers of the message will be passed down the input stream
24018 before the message text.
24019 </DD>
24021 <DT>_MIMETYPE_</DT>
24022 <DD>When the command is executed, this token is replaced in the
24023 command name with a temporary file name used to accept any new MIME
24024 Content-Type information necessitated by the output of the filter.
24025 Upon the filter's exit, if the file contains new MIME type
24026 information, Alpine verifies its format and replaces the outgoing
24027 message's MIME type information with that contained in the file. This
24028 is basically a cheap way of sending something other than Text/Plain.
24029 </DD>
24030 </DL>
24032 <P>   
24033 NOTE: Only the body text, which is visible in the Composer, is piped
24034 through this filter.  Attachments are not sent to the filter.
24035 <P>   
24036 Sending filters are not used if the feature
24037 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set.
24039 <UL>   
24040 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24041 </UL><P>
24042 &lt;End of help on this topic&gt;
24043 </BODY>
24044 </HTML>
24045 ====== h_config_keywords =====
24046 <HTML>
24047 <HEAD>
24048 <TITLE>OPTION: <!--#echo var="VAR_keywords"--></TITLE>
24049 </HEAD>
24050 <BODY>
24051 <H1>OPTION: <!--#echo var="VAR_keywords"--></H1>
24053 You may define your own set of keywords and optionally set them on a
24054 message by message basis.
24055 These are similar to the &quot;Important&quot; flag which the user
24056 may set using the Flag command.
24057 The difference is that the Important flag is always present for each folder.
24058 User-defined keywords are chosen by the user.
24059 You may set up the list of possible keywords here, or you may add keywords
24060 from the Flag Details screen that you
24061 can get to after typing the
24062 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
24063 command.
24064 After the keywords have been defined,
24065 then you use the <A HREF="h_common_flag">Flag command</A>
24066 to set or clear the keywords in each message.
24067 The behavior of the flag command may be modified by using the
24068 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
24069 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
24072 Keywords may be used when Selecting messages (Select Keyword).
24073 Keywords may also be used in the Patterns of Rules (Filters, Indexcolors, etc).
24074 Filter Rules may be used to set keywords automatically.
24075 Keywords may be displayed as part of the Subject of a message by using
24076 the SUBJKEY or SUBJKEYINIT tokens in the
24077 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
24078 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
24079 option may be used to modify the display of keywords using
24080 SUBJKEY and SUBJKEYINIT slightly.
24081 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
24082 screen by using the KEY or KEYINIT tokens.
24083 It is also possible to color keywords in the index using the
24084 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
24085 Keywords are not supported by all mail servers.
24088 You may give keywords nicknames if you wish.
24089 If the keyword definition you type in contains a SPACE character, then the
24090 actual value of the keyword is everything after the last SPACE and the
24091 nickname for that keyword is everything before the last SPACE.
24092 For example, suppose you are trying to interoperate with another email program
24093 that uses a particular keyword with an unpleasant name.
24094 Maybe it uses a keyword called
24096 <CENTER><SAMP>VendorName.SoftwareName.08</SAMP></CENTER>
24098 but for you that keyword means that the message is work-related.
24099 You could define a keyword to have the value
24101 <CENTER><SAMP>Work VendorName.SoftwareName.08</SAMP></CENTER>
24103 and then you would use the name &quot;Work&quot; when dealing with
24104 that keyword in Alpine.
24105 If you defined it as
24107 <CENTER><SAMP>My Work VendorName.SoftwareName.08</SAMP></CENTER>
24109 the nickname would be everything before the last SPACE, that is the nickname
24110 would be &quot;My Work&quot;.
24112 Some commonly used keywords begin with dollar signs.
24113 This presents a slight complication, because the dollar sign is normally used
24114 to signify
24115 <A HREF="h_news_config">environment variable expansion</A>
24116 in the Alpine configuration.
24117 In order to specify a keyword that begins with a dollar sign you must
24118 precede the dollar sign with a second dollar sign to escape its special
24119 meaning.
24120 For example, if you want to include the keyword
24122 <CENTER><SAMP>$Label1</SAMP></CENTER>
24124 as one of your possible keywords, you must enter the text
24126 <CENTER><SAMP>$$Label1</SAMP></CENTER>
24129 instead.
24131 There are a couple limitations.
24132 First, not all servers support keywords.
24133 Second, some servers (including the IMAP server included with Alpine)
24134 have a per folder limit on the number of keywords that may be defined.
24135 This count commonly includes every keyword you have ever used in the
24136 folder, even if it is no longer being used.
24137 In other words, you can add keywords but you cannot remove them easily.
24138 If you have changed keywords over the life of a folder and find that
24139 you have reached such a limit, one possible solution might be to copy
24140 all of the messages to a newly created folder (using Alpine) and then
24141 delete the original and rename the new folder.
24142 The reason this might work is that only the keywords currently set in
24143 any of the messages will be used in the new folder, hopefully putting you
24144 under the limit.
24147 <UL>   
24148 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24149 </UL><P>
24150 &lt;End of help on this topic&gt;
24151 </BODY>
24152 </HTML>
24153 ====== h_config_alt_addresses =====
24154 <HTML>
24155 <HEAD>
24156 <TITLE>OPTION: <!--#echo var="VAR_alt-addresses"--></TITLE>
24157 </HEAD>
24158 <BODY>
24159 <H1>OPTION: <!--#echo var="VAR_alt-addresses"--></H1>
24161 This option provides a place for you to list alternate email addresses
24162 you may have.
24163 Each address in the list should be the actual email address part of an
24164 address, without the full name field or the angle brackets.
24165 For example:
24168 <CENTER><SAMP>user@example.com</SAMP></CENTER>
24171 The matching is case-insensitive, so this would match any of
24172 <SAMP>User@example.com</SAMP>, <SAMP>user@Example.Com</SAMP>, or
24173 <SAMP>USER@EXAMPLE.COM</SAMP> as well.
24176 If set, the option affects the behavior of the Reply
24177 command and the &quot;+&quot; symbol in the MESSAGE INDEX, which denotes that
24178 a message has been addressed specifically to you.
24181 In the default INDEX display
24182 the personal name (or email address) of
24183 the person listed in the message's &quot;From:&quot; header
24184 field is usually displayed except when that address is yours or one of your
24185 alternate addresses.
24186 In that case you will usually see the name of
24187 the first person specified in the
24188 message's &quot;To:&quot; header field
24189 with the prefix &quot;To: &quot; prepended.
24192 With respect to Reply, the reply-to-all option will exclude addresses
24193 listed here.
24196 The feature
24197 <A HREF="h_config_copy_to_to_from"><!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></A>
24198 is somewhat related to this option.
24201 In addition to a list of actual addresses,
24202 you may use regular expressions (as used with egrep with the ignore case flag)
24203 to describe the addresses you want to match.
24204 Alpine will somewhat arbitrarily interpret your entry as a regular
24205 expression if it contains any of the characters
24206 *, |, +, ?, {, [, ^, $, or &#92;.
24207 Otherwise, it will be treated literally.
24208 The feature
24209 <a href="h_config_disable_regex"><!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
24210 may be used to turn off regular expression processing regardless of whether or not
24211 special characters appear in the entry.
24214 A description of how regular expressions work is beyond the
24215 scope of this help text, but some examples follow.
24218 The entry
24221 <CENTER><SAMP>.*@example.com</SAMP></CENTER>
24224 in the <!--#echo var="VAR_alt-addresses"--> list would mean that any
24225 address with a domain name of <SAMP>example.com</SAMP> (such as
24226 <SAMP>fred@example.com</SAMP> or <SAMP>wilma@example.com</SAMP>) will be considered
24227 one of your alternate addresses.
24228 Strictly speaking, the dot in <SAMP>example.com</SAMP> ought to be escaped with
24229 a backslash, as in <SAMP>example&#92;.com</SAMP>, and a dollar sign anchor ought
24230 to come at the end of the expression to prevent a match of <SAMP>example.com.org</SAMP>.
24231 Complicating things further, the dollar sign
24232 is special in the Alpine configuration (it signifies environment variable expansion)
24233 so the dollar sign should be doubled or backslash escaped for Alpine's sake.
24234 Quotes around the whole expression will not escape the dollar sign successfully.
24235 So this example should look like
24238 <CENTER><SAMP>.*@example&#92;.com$$</SAMP></CENTER>
24242 The entry
24245 <CENTER><SAMP>^fred[0-9]*@example.com$$</SAMP></CENTER>
24248 would match
24249 <SAMP>fred3@example.com</SAMP> or <SAMP>fred17@example.com</SAMP> as well
24250 as <SAMP>fred@example.com</SAMP>.
24253 You could match all addresses that look like
24254 <SAMP>fred+stuff@example.com</SAMP> for any value of <SAMP>stuff</SAMP> with the
24255 entry
24258 <CENTER><SAMP>^fred&#92;+.*@example.com$$</SAMP></CENTER>
24261 Notice that you have to escape the plus sign with a backslash because plus
24262 is a special character in regular expressions.
24263 If you wanted to match plain <SAMP>fred</SAMP> as well as <SAMP>fred+stuff</SAMP>
24264 the expression
24267 <CENTER><SAMP>^fred(()|&#92;+.*)@example.com$$</SAMP></CENTER>
24270 would do it, but it would be easier to just add fred@example.com as a
24271 separate entry.
24274 One more example, a match of all first-level subdomains, is given by
24277 <CENTER><SAMP>^fred@[[:alnum:]_-]*&#92;.example&#92;.com$$</SAMP></CENTER>
24281 Because the regular expression matching is based on an old library
24282 (<SAMP>hs_regex</SAMP>) the regular expressions might not work exactly as you expect,
24283 but they should be close.
24286 <UL>   
24287 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24288 </UL><P>
24289 &lt;End of help on this topic&gt;
24290 </BODY>
24291 </HTML>
24292 ====== h_config_abook_formats =====
24293 <HTML>
24294 <HEAD>
24295 <TITLE>OPTION: <!--#echo var="VAR_addressbook-formats"--></TITLE>
24296 </HEAD>
24297 <BODY>
24298 <H1>OPTION: <!--#echo var="VAR_addressbook-formats"--></H1>
24300 This option specifies the format that address books are displayed in.
24301 Normally, address books are displayed with the nicknames in the first
24302 column, the fullnames in the second column, and addresses in the third
24303 column.  The system figures out reasonable defaults for the widths of
24304 the columns.  An address book may be given a different format by
24305 listing special tokens in the order you want them to display.  The
24306 possible tokens are NICKNAME, FULLNAME, ADDRESS, FCC, and COMMENT.
24307 So, for example, to get the default behavior you could list
24310 <CENTER><!--#echo var="VAR_addressbook-formats"-->=NICKNAME FULLNAME ADDRESS</CENTER>
24313 (You can also use the token DEFAULT to get the default behavior for
24314 an address book format.)
24317 The tokens are separated by spaces.  &quot;<!--#echo var="VAR_addressbook-formats"-->&quot;
24318 is a list, so if you have more than one address book you may have a
24319 separate format for each by putting its format at the corresponding
24320 location in the &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.
24324 Listed first are the personal address books, then the global address
24325 books.  So, if you have two personal address books and one global
24326 address book, you may have up to three formats in the
24327 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.  If
24328 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; doesn't have as many elements as there
24329 are address books, the last element is used repeatedly.
24333 Each of the tokens may also be optionally followed by parentheses with
24334 either a number or a percentage inside the parentheses.  For example,
24335 <SAMP>FULLNAME(13)</SAMP> means to allocate 13 characters of space to
24336 the fullnames column, <SAMP>FULLNAME(20%)</SAMP> means to allocate 20%
24337 of the available space (the screen width minus the space for
24338 inter-column spaces) to the fullnames column, while plain
24339 <SAMP>FULLNAME</SAMP> means the system will attempt to figure out a
24340 reasonable number of columns.
24343 There are always 2 spaces between every column, so if you use
24344 fixed column widths (like 13) you should remember to take that into
24345 account.
24348 <UL>   
24349 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24350 </UL><P>
24351 &lt;End of help on this topic&gt;
24352 </BODY>
24353 </HTML>
24354 ====== h_config_set_index_format =====
24355 <HTML>
24356 <HEAD>
24357 <TITLE>Set Index Format</TITLE>
24358 </HEAD>
24359 <BODY>
24360 <H1>Set Index Format</H1>
24362 This option is used to customize the content of lines in the
24363 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.
24364 This action works exactly like the regular
24365 &quot;<!--#echo var="VAR_index-format"-->&quot; option in the Setup/Config screen,
24366 except that you can have a folder-specific value for it if you specify it here.
24367 Consult the help for
24368 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
24369 for more information.
24372 <UL>   
24373 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24374 </UL><P>
24375 &lt;End of help on this topic&gt;
24376 </BODY>
24377 </HTML>
24378 ====== h_config_index_format =====
24379 <HTML>
24380 <HEAD>
24381 <TITLE>OPTION: <!--#echo var="VAR_index-format"--></TITLE>
24382 </HEAD>
24383 <BODY>
24384 <H1>OPTION: <!--#echo var="VAR_index-format"--></H1>
24386 This option is used to customize the content of lines in the
24387 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.  Each line is intended 
24388 to convey some amount of immediately relevant information about each 
24389 message in the current folder.
24392 Alpine provides a pre-defined set of informational fields with
24393 reasonable column widths automatically computed.  You can, however,
24394 replace this default set by listing special tokens in the order you
24395 want them displayed.
24398 The list of available tokens is
24399 <A HREF="h_index_tokens">here</A>.
24402 Spaces are used to separate listed tokens.  Additionally, you can
24403 specify how much of the screen's width the token's associated data
24404 should occupy on the index line by appending to the token a pair of
24405 parentheses enclosing either a number or percentage.  For example,
24406 &quot;SUBJECT(13)&quot; means to allocate 13 characters of space to the subject
24407 column, and &quot;SUBJECT(20%)&quot; means to
24408 allocate 20% of the available space
24409 to the subjects column, while plain &quot;SUBJECT&quot; means the system will
24410 attempt to figure out a reasonable amount of space.
24413 There is always one space between every pair of columns, so if you use fixed
24414 column widths (like 13) you should remember to take that into account.
24415 Several of the fields are virtually fixed-width, so it doesn't make
24416 much sense to specify the width for them.  The fields STATUS,
24417 FULLSTATUS, IMAPSTATUS, MSGNO, the DATE fields, SIZE,
24418 and DESCRIPSIZE all fall into that category.
24419 You <EM>may</EM> specify widths for those if you wish, but
24420 you're probably better off letting the system pick those widths.  <P>
24423 The default is equivalent to:
24426 <CENTER><SAMP>STATUS MSGNO SMARTDATETIME24 FROMORTO(33%) SIZENARROW SUBJKEY(67%)</SAMP></CENTER>
24429 This means that the four fields without percentages will be allocated
24430 first, and then 33% and 67% of the <EM>remaining</EM> space will go to
24431 the from and subject fields.  If one of those two fields is specified
24432 as a percentage and the other is left for the system to choose, then
24433 the percentage is taken as an absolute percentage of the screen, not
24434 of the space remaining after allocating the first four columns.  It
24435 doesn't usually make sense to do it that way.  If you leave off all
24436 the widths, then the subject and from fields (if both are present) are
24437 allocated space in a 2 to 1 ratio, which is almost exactly the same as
24438 the default.
24441 What you are most likely to do with this configuration option is to
24442 specify which fields appear at all, which order they appear in, and the
24443 percentage of screen that is used for the from and subject fields if you
24444 don't like the 2 to 1 default.
24447 If you want to retain the default format that Pine 4.64 had, use
24450 <CENTER><SAMP><!--#echo var="VAR_index-format"-->=STATUS MSGNO DATE FROMORTO(33%) SIZE SUBJKEY(67%)</SAMP></CENTER>
24452 <EM>and</EM> set the feature
24453 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>.
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_reply_intro =====
24461 <HTML>
24462 <HEAD>
24463 <TITLE>OPTION: <!--#echo var="VAR_reply-leadin"--></TITLE>
24464 </HEAD>
24465 <BODY>
24466 <H1>OPTION: <!--#echo var="VAR_reply-leadin"--></H1>
24468 This option is used to customize the content of the introduction line
24469 that is included when replying to a message and including the original
24470 message in the reply.
24471 The normal default (what you will get if you delete this variable) looks
24472 something like:
24474 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
24476 where the day of the week is only included if it is available in the
24477 original message.
24478 You can replace this default with text of your own.
24479 The text may contain tokens that are replaced with text
24480 that depends on the message you are replying to.
24481 For example, the default is equivalent to:
24483 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
24486 Since this variable includes regular text mixed with special tokens
24487 the tokens have to be surrounded by underscore characters.
24488 For example, to use the token &quot;<SAMP>PREFDATE</SAMP>&quot;
24489 you would need to use &quot;<SAMP>_PREFDATE_</SAMP>&quot;,
24490 not &quot;<SAMP>PREFDATE</SAMP>&quot;.
24492 The list of available tokens is
24493 <A HREF="h_index_tokens">here</A>.
24496 By default, the text is all on a single line and is followed by a blank line.
24497 If your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; turns out to be longer
24498 than 80 characters when replying to a particular message, it is shortened.
24499 However, if you use the token
24501 <CENTER><SAMP>_NEWLINE_</SAMP></CENTER>
24504 anywhere in the value, no end of line or blank line is appended, and no
24505 shortening is done.
24506 The _NEWLINE_ token may be used to get rid of the blank line following
24507 the text, to add more blank lines, or to form a multi-line
24508 &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
24509 To clarify how _NEWLINE_ works recall that the default value is:
24511 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
24514 That is equivalent to
24516 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE__NEWLINE_</SAMP></CENTER>
24519 In the former case, two newlines are added automatically because
24520 no _NEWLINE_ token appears in the value of the option (for backwards
24521 compatibility). In the latter case, the newlines are explicit.
24522 If you want to remove the blank line that follows the
24523 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; text use a single
24524 _NEWLINE_ token like
24526 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE_</SAMP></CENTER>
24529 Because of the backwards compatibility problem, it is not possible to
24530 remove all of the ends of lines, because then there will be no _NEWLINE_ tokens
24531 and that will cause the automatic adding of two newlines!
24532 If you want, you may embed newlines in the middle of the text, as well,
24533 producing a multi-line &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
24536 By default, no attempt is made to localize the date.
24537 If you prefer a localized form you may find that one of the tokens
24538 _PREFDATE_ or _PREFDATETIME_ is a satisfactory substitute.
24539 If you want more control one of the many other date tokens, such as _DATEISO_,
24540 might be better.
24543 For the adventurous, there is a way to conditionally include text based
24544 on whether or not a token would result in specific replacement text.
24545 For example, you could include some text based on whether or not
24546 the _NEWS_ token would result in any newsgroups if it was used.
24547 It's explained in detail
24548 <A HREF="h_reply_token_conditionals">here</A>.
24551 In the very unlikely event that you want to include a literal token
24552 in the introduction line you must precede it with a backslash character.
24553 For example,
24555 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
24557 would produce something like
24559 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
24561 It is not possible to have a literal backslash followed by an expanded token.
24563 <UL>   
24564 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24565 </UL><P>
24566 &lt;End of help on this topic&gt;
24567 </BODY>
24568 </HTML>
24569 ====== h_config_remote_abook_history =====
24570 <HTML>
24571 <HEAD>
24572 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-history"--></TITLE>
24573 </HEAD>
24574 <BODY>
24575 <H1>OPTION: <!--#echo var="VAR_remote-abook-history"--></H1>
24577 Sets how many extra copies of
24578 remote address book
24579 data will be kept in each remote address book folder.
24580 The default is three.
24581 These extra copies are simply old versions of the data. Each time a change
24582 is made a new copy of the address book data is appended to the folder. Old
24583 copies are trimmed, if possible, when Alpine exits.
24584 An old copy can be put back into use by
24585 deleting and expunging newer versions of the data from the folder.
24586 Don't delete the first message from the folder. It is a special header
24587 message for the remote address book and it must be there.
24588 This is to prevent regular folders from being used as remote address book
24589 folders and having their data destroyed.
24591 This option is also used to determine how many extra copies of remote
24592 Alpine configuration files are kept.
24594 <UL>   
24595 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24596 </UL><P>
24597 &lt;End of help on this topic&gt;
24598 </BODY>
24599 </HTML>
24600 ====== h_config_remote_abook_validity =====
24601 <HTML>
24602 <HEAD>
24603 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-validity"--></TITLE>
24604 </HEAD>
24605 <BODY>
24606 <H1>OPTION: <!--#echo var="VAR_remote-abook-validity"--></H1>
24608 Sets the minimum number of minutes that a
24609 remote address book will be considered up to date.
24610 Whenever an entry contained in a remote address book is used,
24611 if more than this many minutes have
24612 passed since the last check the remote server will be queried to see if the
24613 address book has changed.
24614 If it has changed, the local copy is updated.
24615 The default value is five minutes.
24616 The special value of -1 means never check.
24617 The special value of zero means only check when the address book is first
24618 opened.
24620 No matter what the value, the validity check is always done when the
24621 address book is about to be changed by the user.
24622 The check can be initiated manually by typing <EM>^L</EM> (Ctrl-L)
24623 while in the address book maintenance screen for the remote address book.
24625 <UL>   
24626 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24627 </UL><P>
24628 &lt;End of help on this topic&gt;
24629 </BODY>
24630 </HTML>
24631 ====== h_config_user_input_timeo =====
24632 <HTML>
24633 <HEAD>
24634 <TITLE>OPTION: <!--#echo var="VAR_user-input-timeout"--></TITLE>
24635 </HEAD>
24636 <BODY>
24637 <H1>OPTION: <!--#echo var="VAR_user-input-timeout"--></H1>
24639 If this is set to an integer greater than zero, then this is the number
24640 of <EM>hours</EM> to wait for user input before Alpine times out.
24641 If Alpine is
24642 in the midst of composing a message or is waiting for user response to
24643 a question, then it will not timeout.
24644 However, if Alpine is sitting idle waiting for
24645 the user to tell it what to do next and the user does not give any
24646 input for this many hours, Alpine will exit.
24647 No expunging or moving of read
24648 messages will take place.
24649 It will exit similarly to the way it would exit
24650 if it received a hangup signal.
24651 This may be useful for cleaning up unused Alpine sessions that have been
24652 forgotten by their owners.
24653 The Alpine developers envision system administrators
24654 setting this to a value of several hours (24?) so that it won't surprise
24655 a user who didn't want to be disconnected.
24657 <UL>   
24658 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24659 </UL><P>
24660 &lt;End of help on this topic&gt;
24661 </BODY>
24662 </HTML>
24663 ====== h_config_ssh_open_timeo =====
24664 <HTML>
24665 <HEAD>
24666 <TITLE>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></TITLE>
24667 </HEAD>
24668 <BODY>
24669 <H1>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></H1>
24671 Sets the time in seconds that Alpine will
24672 attempt to open a UNIX secure shell connection.
24673 The default is 15, the minimum non-zero value is 5,
24674 and the maximum is unlimited. If this is set to zero ssh connections
24675 will be completely disabled.
24677 <UL>   
24678 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24679 </UL><P>
24680 &lt;End of help on this topic&gt;
24681 </BODY>
24682 </HTML>
24683 ====== h_config_rsh_open_timeo =====
24684 <HTML>
24685 <HEAD>
24686 <TITLE>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></TITLE>
24687 </HEAD>
24688 <BODY>
24689 <H1>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></H1>
24691 Sets the time in seconds that Alpine will
24692 attempt to open a UNIX remote shell connection.
24693 The default is 15, the minimum non-zero value is 5,
24694 and the maximum is unlimited. If this is set to zero rsh connections
24695 will be completely disabled.
24696 This might be useful if rsh connections will never work in your environment
24697 but are causing delays due to firewalls or some other reason.
24699 <UL>   
24700 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24701 </UL><P>
24702 &lt;End of help on this topic&gt;
24703 </BODY>
24704 </HTML>
24705 ====== h_config_tcp_open_timeo =====
24706 <HTML>
24707 <HEAD>
24708 <TITLE>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></TITLE>
24709 </HEAD>
24710 <BODY>
24711 <H1>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></H1>
24713 Sets the time in seconds that Alpine will
24714 attempt to open a network connection. The default is 30, the minimum is 5,
24715 and the maximum is system defined (typically 75). If a connection has not
24716 completed within this many seconds Alpine will give up and consider it a
24717 failed connection.
24719 <UL>   
24720 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24721 </UL><P>
24722 &lt;End of help on this topic&gt;
24723 </BODY>
24724 </HTML>
24725 ====== h_config_tcp_readwarn_timeo =====
24726 <HTML>
24727 <HEAD>
24728 <TITLE>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></TITLE>
24729 </HEAD>
24730 <BODY>
24731 <H1>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></H1>
24733 Sets the time in seconds that Alpine will
24734 wait for a network read before warning you that things are moving slowly
24735 and possibly giving you the option to break the connection.
24736 The default is 15 seconds. The minimum is 5 seconds and the maximumn is
24737 1000 seconds.
24739 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
24741 <UL>   
24742 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24743 </UL><P>
24744 &lt;End of help on this topic&gt;
24745 </BODY>
24746 </HTML>
24747 ====== h_config_tcp_writewarn_timeo =====
24748 <HTML>
24749 <HEAD>
24750 <TITLE>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></TITLE>
24751 </HEAD>
24752 <BODY>
24753 <H1>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></H1>
24755 Sets the time in seconds that Alpine will
24756 wait for a network write before warning you that things are moving slowly
24757 and possibly giving you the option to break the connection.
24758 The default is 0 which means it is unset. If set to a non-zero value, the
24759 minimum is 5 and the maximum is 1000.
24761 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
24763 <UL>   
24764 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24765 </UL><P>
24766 &lt;End of help on this topic&gt;
24767 </BODY>
24768 </HTML>
24769 ====== h_config_tcp_query_timeo =====
24770 <HTML>
24771 <HEAD>
24772 <TITLE>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></TITLE>
24773 </HEAD>
24774 <BODY>
24775 <H1>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></H1>
24777 When Alpine times out a network read or write it will normally just display
24778 a message saying &quot;Still waiting&quot;.
24779 However, if enough time has elapsed since it started waiting it will offer
24780 to let you break the connection.
24781 That amount of time is set by this option, which defaults to 60 seconds,
24782 has a minimum of 5 seconds, and a maximum of 1000 seconds.
24784 <UL>   
24785 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24786 </UL><P>
24787 &lt;End of help on this topic&gt;
24788 </BODY>
24789 </HTML>
24790 ====== h_config_incoming_folders =====
24791 <HTML>
24792 <HEAD>
24793 <TITLE>OPTION: <!--#echo var="VAR_incoming-folders"--></TITLE>
24794 </HEAD>
24795 <BODY>
24796 <H1>OPTION: <!--#echo var="VAR_incoming-folders"--></H1>
24798 This is a list of one or more folders other than <EM>INBOX</EM> that
24799 may receive new messages.
24800 It is related to the
24801 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
24802 feature.
24803 This variable is normally manipulated with the Add, Delete, and Rename
24804 commands in the FOLDER LIST for the Incoming Message Folders collection.
24806 <UL>   
24807 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24808 </UL><P>
24809 &lt;End of help on this topic&gt;
24810 </BODY>
24811 </HTML>
24812 ====== h_config_folder_spec =====
24813 <HTML>
24814 <HEAD>
24815 <TITLE>OPTION: <!--#echo var="VAR_folder-collections"--></TITLE>
24816 </HEAD>
24817 <BODY>
24818 <H1>OPTION: <!--#echo var="VAR_folder-collections"--></H1>
24820 This is a list of one or more collections where saved mail is stored. 
24821 The first collection in this list is the default
24822 collection for <EM>Save</EM>s,
24823 including <A HREF="h_config_default_fcc"><!--#echo var="VAR_default-fcc"--></A>.
24825 This variable is normally manipulated using the Setup/collectionList screen.
24827 <UL>   
24828 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24829 </UL><P>
24830 &lt;End of help on this topic&gt;
24831 </BODY>
24832 </HTML>
24833 ====== h_config_news_spec =====
24834 <HTML>
24835 <HEAD>
24836 <TITLE>OPTION: <!--#echo var="VAR_news-collections"--></TITLE>
24837 </HEAD>
24838 <BODY>
24839 <H1>OPTION: <!--#echo var="VAR_news-collections"--></H1>
24841 This is a list of collections where news folders are located.
24843 This variable is normally manipulated using the Setup/collectionList screen.
24845 <UL>   
24846 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24847 </UL><P>
24848 &lt;End of help on this topic&gt;
24849 </BODY>
24850 </HTML>
24851 ====== h_config_address_book =====
24852 <HTML>
24853 <HEAD>
24854 <TITLE>OPTION: <!--#echo var="VAR_address-book"--></TITLE>
24855 </HEAD>
24856 <BODY>
24857 <H1>OPTION: <!--#echo var="VAR_address-book"--></H1>
24859 A list of personal address books.
24860 Each entry in the list is an
24861 optional nickname followed by a pathname or file name relative to the home
24862 directory.
24863 The nickname is separated from the rest of the line with whitespace.
24864 Instead of a local pathname or file name, a remote folder name can be given.
24865 This causes the address book to
24866 be a Remote address book.
24868 Use the Setup/AddressBook screen to modify this variable.
24870 <UL>   
24871 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24872 </UL><P>
24873 &lt;End of help on this topic&gt;
24874 </BODY>
24875 </HTML>
24876 ====== h_config_glob_addrbook =====
24877 <HTML>
24878 <HEAD>
24879 <TITLE>OPTION: <!--#echo var="VAR_global-address-book"--></TITLE>
24880 </HEAD>
24881 <BODY>
24882 <H1>OPTION: <!--#echo var="VAR_global-address-book"--></H1>
24884 A list of shared address books.  Each entry in the list is an
24885 optional nickname followed by a pathname or file name relative to the home
24886 directory.
24887 A SPACE character separates the nickname from the rest of the line.
24888 Instead of a local pathname or file name, a remote folder name can be given.
24889 This causes the address book to
24890 be a Remote address book.
24891 Global address books are
24892 defined to be ReadOnly.
24894 Use the Setup/AddressBook screen to modify this variable.
24896 <UL>   
24897 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24898 </UL><P>
24899 &lt;End of help on this topic&gt;
24900 </BODY>
24901 </HTML>
24902 ====== h_config_last_vers =====
24903 <HTML>
24904 <HEAD>
24905 <TITLE>OPTION: <!--#echo var="VAR_last-version-used"--></TITLE>
24906 </HEAD>
24907 <BODY>
24908 <H1>OPTION: <!--#echo var="VAR_last-version-used"--></H1>
24910 This is set automatically by Alpine. 
24911 It is used to keep track of the last version of Alpine that
24912 was run by the user.
24913 Whenever the version number increases, a new version message is printed out.
24914 This may not be set in the system-wide configuration files.
24916 <UL>   
24917 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24918 </UL><P>
24919 &lt;End of help on this topic&gt;
24920 </BODY>
24921 </HTML>
24922 ====== h_config_printer =====
24923 <HTML>
24924 <HEAD>
24925 <TITLE>OPTION: Printer</TITLE>
24926 </HEAD>
24927 <BODY>
24928 <H1>OPTION: Printer</H1>
24930 Your default printer selection.
24932 Use the Setup/Printer screen 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_print_cat =====
24941 <HTML>
24942 <HEAD>
24943 <TITLE>OPTION: <!--#echo var="VAR_personal-print-category"--></TITLE>
24944 </HEAD>
24945 <BODY>
24946 <H1>OPTION: <!--#echo var="VAR_personal-print-category"--></H1>
24948 This is an internal Alpine variable.
24949 It will be equal to 1, 2, or 3 depending on whether the default printer is
24950 attached, standard, or a personal print command.
24952 Use the Setup/Printer screen to modify this variable.
24954 <UL>   
24955 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24956 </UL><P>
24957 &lt;End of help on this topic&gt;
24958 </BODY>
24959 </HTML>
24960 ====== h_config_print_command =====
24961 <HTML>
24962 <HEAD>
24963 <TITLE>OPTION: <!--#echo var="VAR_personal-print-command"--></TITLE>
24964 </HEAD>
24965 <BODY>
24966 <H1>OPTION: <!--#echo var="VAR_personal-print-command"--></H1>
24968 List of personal print commands.
24970 Use the Setup/Printer screen to modify this variable.
24972 <UL>   
24973 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24974 </UL><P>
24975 &lt;End of help on this topic&gt;
24976 </BODY>
24977 </HTML>
24978 ====== h_config_pat_old =====
24979 <HTML>
24980 <HEAD>
24981 <TITLE>OPTION: Patterns</TITLE>
24982 </HEAD>
24983 <BODY>
24984 <H1>OPTION: Patterns</H1>
24986 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by the
24987 options Patterns-Roles, Patterns-Filters, Patterns-Scores, Patterns-Indexcolors,
24988 and Patterns-Other.
24989 Patterns-Scores and Patterns-Filters have been replaced since then by
24990 Patterns-Scores2 and Patterns-Filters2.
24992 Use the Setup/Rules screens to modify these variable.
24994 <UL>   
24995 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24996 </UL><P>
24997 &lt;End of help on this topic&gt;
24998 </BODY>
24999 </HTML>
25000 ====== h_config_pat_roles =====
25001 <HTML>
25002 <HEAD>
25003 <TITLE>OPTION: <!--#echo var="VAR_patterns-roles"--></TITLE>
25004 </HEAD>
25005 <BODY>
25006 <H1>OPTION: <!--#echo var="VAR_patterns-roles"--></H1>
25008 List of rules used for roles.
25009 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by this and
25010 other options.
25012 Use the Setup/Rules/Roles screen to modify this variable.
25014 <UL>   
25015 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25016 </UL><P>
25017 &lt;End of help on this topic&gt;
25018 </BODY>
25019 </HTML>
25020 ====== h_config_pat_filts =====
25021 <HTML>
25022 <HEAD>
25023 <TITLE>OPTION: <!--#echo var="VAR_patterns-filters2"--></TITLE>
25024 </HEAD>
25025 <BODY>
25026 <H1>OPTION: <!--#echo var="VAR_patterns-filters2"--></H1>
25028 List of rules used for filters.
25030 Use the Setup/Rules/Filters screen to modify this variable.
25032 <UL>   
25033 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25034 </UL><P>
25035 &lt;End of help on this topic&gt;
25036 </BODY>
25037 </HTML>
25038 ====== h_config_pat_scores =====
25039 <HTML>
25040 <HEAD>
25041 <TITLE>OPTION: <!--#echo var="VAR_patterns-scores2"--></TITLE>
25042 </HEAD>
25043 <BODY>
25044 <H1>OPTION: <!--#echo var="VAR_patterns-scores2"--></H1>
25046 List of rules used for scoring.
25048 Use the Setup/Rules/SetScores screen to modify this variable.
25050 <UL>   
25051 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25052 </UL><P>
25053 &lt;End of help on this topic&gt;
25054 </BODY>
25055 </HTML>
25056 ====== h_config_pat_other =====
25057 <HTML>
25058 <HEAD>
25059 <TITLE>OPTION: <!--#echo var="VAR_patterns-other"--></TITLE>
25060 </HEAD>
25061 <BODY>
25062 <H1>OPTION: <!--#echo var="VAR_patterns-other"--></H1>
25064 List of rules used for miscellaneous configuration.
25066 Use the Setup/Rules/Other screen to modify this variable.
25068 <UL>   
25069 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25070 </UL><P>
25071 &lt;End of help on this topic&gt;
25072 </BODY>
25073 </HTML>
25074 ====== h_config_pat_incols =====
25075 <HTML>
25076 <HEAD>
25077 <TITLE>OPTION: patterns-indexcolors</TITLE>
25078 </HEAD>
25079 <BODY>
25080 <H1>OPTION: patterns-indexcolors</H1>
25082 List of rules used for coloring lines in the index.
25084 Use the Setup/Rules/Indexcolor screen to modify this variable.
25086 <UL>   
25087 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25088 </UL><P>
25089 &lt;End of help on this topic&gt;
25090 </BODY>
25091 </HTML>
25092 ====== h_config_pat_srch =====
25093 <HTML>
25094 <HEAD>
25095 <TITLE>OPTION: patterns-search</TITLE>
25096 </HEAD>
25097 <BODY>
25098 <H1>OPTION: patterns-search</H1>
25100 List of rules used only for searching with the Select command in the MESSAGE INDEX.
25102 Use the Setup/Rules/searCh screen to modify this variable.
25104 <UL>   
25105 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25106 </UL><P>
25107 &lt;End of help on this topic&gt;
25108 </BODY>
25109 </HTML>
25110 ====== h_config_font_name =====
25111 <HTML>
25112 <HEAD>
25113 <TITLE>OPTION: Font Name</TITLE>
25114 </HEAD>
25115 <BODY>
25116 <H1>OPTION: Font Name</H1>
25118 PC-Alpine only.
25120 Name of normal font.
25122 Use the pulldown Config menu to modify this variable.
25124 <UL>   
25125 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25126 </UL><P>
25127 &lt;End of help on this topic&gt;
25128 </BODY>
25129 </HTML>
25130 ====== h_config_font_size =====
25131 <HTML>
25132 <HEAD>
25133 <TITLE>OPTION: Font Size</TITLE>
25134 </HEAD>
25135 <BODY>
25136 <H1>OPTION: Font Size</H1>
25138 PC-Alpine only.
25140 Size of normal font.
25142 Use the pulldown Config menu to modify this variable.
25144 <UL>   
25145 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25146 </UL><P>
25147 &lt;End of help on this topic&gt;
25148 </BODY>
25149 </HTML>
25150 ====== h_config_font_style =====
25151 <HTML>
25152 <HEAD>
25153 <TITLE>OPTION: Font Style</TITLE>
25154 </HEAD>
25155 <BODY>
25156 <H1>OPTION: Font Style</H1>
25158 PC-Alpine only.
25160 Style of normal font.
25162 Use the pulldown Config menu to modify this variable.
25164 <UL>   
25165 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25166 </UL><P>
25167 &lt;End of help on this topic&gt;
25168 </BODY>
25169 </HTML>
25170 ====== h_config_font_char_set =====
25171 <HTML>
25172 <HEAD>
25173 <TITLE>OPTION: Font Character Set</TITLE>
25174 </HEAD>
25175 <BODY>
25176 <H1>OPTION: Font Character Set</H1>
25178 PC-Alpine only.
25180 Character set of normal font.
25182 Use the pulldown Config menu to modify this variable.
25184 <UL>   
25185 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25186 </UL><P>
25187 &lt;End of help on this topic&gt;
25188 </BODY>
25189 </HTML>
25190 ====== h_config_print_font_name =====
25191 <HTML>
25192 <HEAD>
25193 <TITLE>OPTION: Print-Font-Name</TITLE>
25194 </HEAD>
25195 <BODY>
25196 <H1>OPTION: Print-Font-Name</H1>
25198 PC-Alpine only.
25200 Name of printer font.
25202 Use the pulldown Config menu to modify this variable.
25204 <UL>   
25205 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25206 </UL><P>
25207 &lt;End of help on this topic&gt;
25208 </BODY>
25209 </HTML>
25210 ====== h_config_print_font_size =====
25211 <HTML>
25212 <HEAD>
25213 <TITLE>OPTION: Print-Font-Size</TITLE>
25214 </HEAD>
25215 <BODY>
25216 <H1>OPTION: Print-Font-Size</H1>
25218 PC-Alpine only.
25220 Size of printer font.
25222 Use the pulldown Config menu to modify this variable.
25224 <UL>   
25225 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25226 </UL><P>
25227 &lt;End of help on this topic&gt;
25228 </BODY>
25229 </HTML>
25230 ====== h_config_print_font_style =====
25231 <HTML>
25232 <HEAD>
25233 <TITLE>OPTION: Print-Font-Style</TITLE>
25234 </HEAD>
25235 <BODY>
25236 <H1>OPTION: Print-Font-Style</H1>
25238 PC-Alpine only.
25240 Style of printer font.
25242 Use the pulldown Config menu to modify this variable.
25244 <UL>   
25245 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25246 </UL><P>
25247 &lt;End of help on this topic&gt;
25248 </BODY>
25249 </HTML>
25250 ====== h_config_print_font_char_set =====
25251 <HTML>
25252 <HEAD>
25253 <TITLE>OPTION: Print-Font-Char-Set</TITLE>
25254 </HEAD>
25255 <BODY>
25256 <H1>OPTION: Print-Font-Char-Set</H1>
25258 PC-Alpine only.
25260 Character set of printer font.
25262 Use the pulldown Config menu to modify this variable.
25264 <UL>   
25265 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25266 </UL><P>
25267 &lt;End of help on this topic&gt;
25268 </BODY>
25269 </HTML>
25270 ====== h_config_window_position =====
25271 <HTML>
25272 <HEAD>
25273 <TITLE>OPTION: Window-Position</TITLE>
25274 </HEAD>
25275 <BODY>
25276 <H1>OPTION: Window-Position</H1>
25278 PC-Alpine only.
25280 Position on the screen of the Alpine window.
25282 Alpine normally maintains this variable itself, and it is set automatically. 
25283 This variable is provided to those who wish to use the same window position 
25284 across different machines from the same configuration.
25285 <A HREF="h_config_winpos_in_config"><!--#echo var="FEAT_store-window-position-in-config"--></A> 
25286 must also be set for this setting to be used.
25288 The format for this variable is of the form: <CODE>CxR+X+Y</CODE>, where
25289 C is the number of columns, R is the number of rows, and X and Y specify the
25290 top left corner of the window.
25292 <UL>   
25293 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25294 </UL><P>
25295 &lt;End of help on this topic&gt;
25296 </BODY>
25297 </HTML>
25298 ====== h_config_cursor_style =====
25299 <HTML>
25300 <HEAD>
25301 <TITLE>OPTION: Cursor Style</TITLE>
25302 </HEAD>
25303 <BODY>
25304 <H1>OPTION: Cursor Style</H1>
25306 PC-Alpine only.
25308 Cursor style.
25310 Use the pulldown Config menu to modify this variable.
25312 <UL>   
25313 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25314 </UL><P>
25315 &lt;End of help on this topic&gt;
25316 </BODY>
25317 </HTML>
25318 ====== h_config_ldap_servers =====
25319 <HTML>
25320 <HEAD>
25321 <TITLE>OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
25322 </HEAD>
25323 <BODY>
25324 <H1>OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
25326 List of LDAP servers and associated data.
25328 Use the Setup/Directory screen to modify this variable.
25330 <UL>   
25331 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25332 </UL><P>
25333 &lt;End of help on this topic&gt;
25334 </BODY>
25335 </HTML>
25336 ====== h_config_sendmail_path =====
25337 <HTML>
25338 <HEAD>
25339 <TITLE>OPTION: <!--#echo var="VAR_sendmail-path"--></TITLE>
25340 </HEAD>
25341 <BODY>
25342 <H1>OPTION: <!--#echo var="VAR_sendmail-path"--></H1>
25344 This names the path to an
25345 alternative program, and any necessary arguments, to be used in posting
25346 mail messages. See the Technical notes for more information.
25348 <UL>   
25349 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25350 </UL><P>
25351 &lt;End of help on this topic&gt;
25352 </BODY>
25353 </HTML>
25354 ====== h_config_oper_dir =====
25355 <HTML>
25356 <HEAD>
25357 <TITLE>OPTION: <!--#echo var="VAR_operating-dir"--></TITLE>
25358 </HEAD>
25359 <BODY>
25360 <H1>OPTION: <!--#echo var="VAR_operating-dir"--></H1>
25362 This names the root of the
25363 tree to which you are restricted when reading and writing folders and
25364 files. It is usually used in the system-wide,
25365 <EM>fixed</EM> configuration file.
25367 <UL>   
25368 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25369 </UL><P>
25370 &lt;End of help on this topic&gt;
25371 </BODY>
25372 </HTML>
25373 ====== h_config_rshpath =====
25374 <HTML>
25375 <HEAD>
25376 <TITLE>OPTION: <!--#echo var="VAR_rsh-path"--></TITLE>
25377 </HEAD>
25378 <BODY>
25379 <H1>OPTION: <!--#echo var="VAR_rsh-path"--></H1>
25381 Sets the name of the command used to open a UNIX remote shell
25382 connection. The default is typically <CODE>/usr/ucb/rsh</CODE>.
25384 <UL>   
25385 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25386 </UL><P>
25387 &lt;End of help on this topic&gt;
25388 </BODY>
25389 </HTML>
25390 ====== h_config_rshcmd =====
25391 <HTML>
25392 <HEAD>
25393 <TITLE>OPTION: <!--#echo var="VAR_rsh-command"--></TITLE>
25394 </HEAD>
25395 <BODY>
25396 <H1>OPTION: <!--#echo var="VAR_rsh-command"--></H1>
25398 Sets the format of the command used to
25399 open a UNIX remote shell connection. The default is
25400 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
25401 provided command. The first is for the command's pathname, the second is
25402 for the host to connnect to, the third is for the user to connect as, and
25403 the fourth is for the connection method (typically <CODE>imap</CODE>).
25405 <UL>   
25406 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25407 </UL><P>
25408 &lt;End of help on this topic&gt;
25409 </BODY>
25410 </HTML>
25411 ====== h_config_sshpath =====
25412 <HTML>
25413 <HEAD>
25414 <TITLE>OPTION: <!--#echo var="VAR_ssh-path"--></TITLE>
25415 </HEAD>
25416 <BODY>
25417 <H1>OPTION: <!--#echo var="VAR_ssh-path"--></H1>
25419 Sets the name of the command used to open a UNIX secure shell
25420 connection. The default is typically <CODE>/usr/bin/ssh</CODE>.
25422 <UL>   
25423 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25424 </UL><P>
25425 &lt;End of help on this topic&gt;
25426 </BODY>
25427 </HTML>
25428 ====== h_config_sshcmd =====
25429 <HTML>
25430 <HEAD>
25431 <TITLE>OPTION: <!--#echo var="VAR_ssh-command"--></TITLE>
25432 </HEAD>
25433 <BODY>
25434 <H1>OPTION: <!--#echo var="VAR_ssh-command"--></H1>
25436 Sets the format of the command used to
25437 open a UNIX secure shell connection. The default is
25438 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
25439 provided command. The first is for the command's pathname, the second is
25440 for the host to connnect to, the third is for the user to connect as, and
25441 the fourth is for the connection method (typically <CODE>imap</CODE>).
25443 <UL>   
25444 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25445 </UL><P>
25446 &lt;End of help on this topic&gt;
25447 </BODY>
25448 </HTML>
25449 ====== h_config_new_ver_quell =====
25450 <HTML>
25451 <HEAD>
25452 <TITLE>OPTION: <!--#echo var="VAR_new-version-threshold"--></TITLE>
25453 </HEAD>
25454 <BODY>
25455 <H1>OPTION: <!--#echo var="VAR_new-version-threshold"--></H1>
25457 When a new version of Alpine is run for the first time it offers a
25458 special explanatory screen to the user upon startup.  This option
25459 helps control when and if that special screen appears for users that
25460 have previously run Alpine.  It takes as its value an Alpine version
25461 number.  Alpine versions less than the specified value will supress this
25462 special screen while versions equal to or greater than that specified
25463 will behave normally.
25465 <UL>   
25466 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25467 </UL><P>
25468 &lt;End of help on this topic&gt;
25469 </BODY>
25470 </HTML>
25471 ====== h_config_disable_drivers =====
25472 <HTML>
25473 <HEAD>
25474 <TITLE>OPTION: <!--#echo var="VAR_disable-these-drivers"--></TITLE>
25475 </HEAD>
25476 <BODY>
25477 <H1>OPTION: <!--#echo var="VAR_disable-these-drivers"--></H1>
25479 This variable is a list of mail drivers that will be disabled.
25480 The candidates for disabling are listed below.
25481 There may be more in the future if you compile Alpine with
25482 a newer version of the c-client library.
25485 <UL>
25486 <LI> mbox
25487 <LI> mbx
25488 <LI> mh
25489 <LI> mmdf
25490 <LI> mtx
25491 <LI> mx
25492 <LI> news
25493 <LI> phile
25494 <LI> tenex
25495 <LI> unix
25496 </UL>
25499 The <EM>mbox</EM> driver enables the following behavior: if there is a
25500 file called <CODE>mbox</CODE>
25501 in your home directory, and if that file is either empty or in Unix mailbox
25502 format, then every time you open <EM>INBOX</EM> the <EM>mbox</EM> driver
25503 will automatically transfer mail from the system mail spool directory into the
25504 <CODE>mbox</CODE> file and
25505 delete it from the spool directory. If you disable the <EM>mbox</EM> driver,
25506 this will not happen.
25509 It is not recommended to disable the driver that supports the system default
25510 mailbox format. On most non-SCO systems, that driver is the
25511 <EM>unix</EM> driver.
25512 On most SCO systems, it is the <EM>mmdf</EM> driver.
25513 The system default driver may be
25514 configured to something else on your system; check with your system manager
25515 for additional information.
25518 It is most likely not very useful for you to disable any of the drivers other
25519 than possibly <EM>mbox</EM>.
25520 You could disable some of the others if you know for
25521 certain that you don't need them but the performance gain in doing so
25522 is very modest.
25524 <UL>   
25525 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25526 </UL><P>
25527 &lt;End of help on this topic&gt;
25528 </BODY>
25529 </HTML>
25530 ====== h_config_disable_auths =====
25531 <HTML>
25532 <HEAD>
25533 <TITLE>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></TITLE>
25534 </HEAD>
25535 <BODY>
25536 <H1>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></H1>
25538 This variable is a list of SASL (Simple Authentication and Security
25539 Layer) authenticators that will be disabled.
25540 SASL is a mechanism for
25541 authenticating to IMAP, POP3, SMTP, and other network servers.
25544 Alpine matches its list of supported authenticators with the server to
25545 determine the most secure authenticator that is supported by both.
25546 If no matching authenticators are found, Alpine will revert to plaintext
25547 login (or, in the case of SMTP, will be unable to authenticate at all).
25549 The candidates for disabling can be found <A HREF="X-Alpine-Config:">here</A>.
25552 Normally, you will not disable any authenticators.
25553 There are two exceptions:
25555 <OL>
25556 <LI> You use a broken server that advertises an authenticator,
25557 but does not actually implement it.
25558 <LI> You have a Kerberos-capable version of Alpine and the server is
25559 also Kerberos-capable, but you can not obtain Kerberos
25560 credentials on the server machine, thus you desire to disable
25561 GSSAPI (which in turn disables Alpine's Kerberos support).
25562 </OL>
25564 It is never necessary to disable authenticators, since Alpine will try
25565 other authenticators before giving up.
25566 However, disabling the relevant authenticator avoids annoying error messages.
25568 <UL>   
25569 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25570 </UL><P>
25571 &lt;End of help on this topic&gt;
25572 </BODY>
25573 </HTML>
25574 ====== h_config_abook_metafile =====
25575 <HTML>
25576 <HEAD>
25577 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></TITLE>
25578 </HEAD>
25579 <BODY>
25580 <H1>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></H1>
25582 This is usually set by Alpine and is the name of a file
25583 that contains data about
25584 remote address books and remote configuration files.
25586 <UL>   
25587 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25588 </UL><P>
25589 &lt;End of help on this topic&gt;
25590 </BODY>
25591 </HTML>
25592 ====== h_config_composer_wrap_column =====
25593 <HTML>
25594 <HEAD>
25595 <TITLE>OPTION: <!--#echo var="VAR_composer-wrap-column"--></TITLE>
25596 </HEAD>
25597 <BODY>
25598 <H1>OPTION: <!--#echo var="VAR_composer-wrap-column"--></H1>
25601 This option specifies an aspect of Alpine's Composer.  This gives the
25602 maximum width that auto-wrapped lines will have.  It's also the maximum
25603 width of lines justified using the <A HREF="h_compose_justify">^J
25604 Justify</A> command.  The normal default
25605 is &quot;74&quot;.  The largest allowed setting is normally &quot;80&quot;
25606 in order to
25607 prevent very long lines from being sent in outgoing mail.  When the mail
25608 is actually sent, trailing spaces will be stripped off of each line.
25611 <UL>   
25612 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25613 </UL><P>
25614 &lt;End of help on this topic&gt;
25615 </BODY>
25616 </HTML>
25617 ====== h_config_deadlets =====
25618 <HTML>
25619 <HEAD>
25620 <TITLE>OPTION: <!--#echo var="VAR_dead-letter-files"--></TITLE>
25621 </HEAD>
25622 <BODY>
25623 <H1>OPTION: <!--#echo var="VAR_dead-letter-files"--></H1>
25626 This option affects Alpine's behavior when you cancel a message being
25627 composed.  Alpine's usual behavior is to write the canceled message to
25628 a file named 
25629 <!--chtml if pinemode="os_windows"-->
25630 &quot;DEADLETR&quot;,
25631 <!--chtml else-->
25632 &quot;dead.letter&quot; in your home directory,
25633 <!--chtml endif-->
25634 overwriting any previous message.
25636 If you set this option to a value higher than one, then that many copies
25637 of dead letter files will be saved.
25638 For example, if you set this option to &quot;3&quot; then you may have
25639 files named
25640 <!--chtml if pinemode="os_windows"-->
25641 &quot;DEADLETR&quot;,
25642 &quot;DEADLETR2&quot;, and
25643 &quot;DEADLETR3&quot;.
25644 <!--chtml else-->
25645 &quot;dead.letter&quot;,
25646 &quot;dead.letter2&quot;, and
25647 &quot;dead.letter3&quot; in your home directory.
25648 <!--chtml endif-->
25649 In this example, the most recently cancelled message will be in
25650 <!--chtml if pinemode="os_windows"-->
25651 &quot;DEADLETR&quot;,
25652 <!--chtml else-->
25653 &quot;dead.letter&quot;,
25654 <!--chtml endif-->
25655 and the third most recently cancelled message will be in
25656 <!--chtml if pinemode="os_windows"-->
25657 &quot;DEADLETR3&quot;.
25658 <!--chtml else-->
25659 &quot;dead.letter3&quot;.
25660 <!--chtml endif-->
25661 The fourth most recently cancelled message will no longer be saved.
25664 If you set this option to zero, then NO record of canceled messages is
25665 maintained.
25667 If the feature
25668 <A HREF="h_config_quell_dead_letter"><!--#echo var="FEAT_quell-dead-letter-on-cancel"--></A>
25669 is set, that overrides whatever you set for this option.
25670 If this option had existed at the time, then the Quell feature would not
25671 have been added, but it is still there for backwards compatibility.
25672 So, in order for this option to have the desired effect, make sure the
25673 Quell feature is turned off.
25676 <UL>   
25677 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25678 </UL><P>
25679 &lt;End of help on this topic&gt;
25680 </BODY>
25681 </HTML>
25682 ====== h_config_maxremstream =====
25683 <HTML>
25684 <HEAD>
25685 <TITLE>OPTION: <!--#echo var="VAR_max-remote-connections"--></TITLE>
25686 </HEAD>
25687 <BODY>
25688 <H1>OPTION: <!--#echo var="VAR_max-remote-connections"--></H1>
25690 This option affects low-level behavior of Alpine.
25691 The default value for this option is <EM>3</EM>.
25692 If your INBOX is accessed using the IMAP protocol
25693 from an IMAP server, that connection is kept open throughout the
25694 duration of your Alpine session, independent of the value of this option.
25695 The same is true of any 
25696 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
25697 you have defined.
25698 This option controls Alpine's behavior when connecting to remote IMAP folders
25699 other than your INBOX or your <!--#echo var="VAR_stay-open-folders"-->.
25700 It specifies the maximum number of remote IMAP connections (other than
25701 those mentioned above) that Alpine will use for accessing the rest of your
25702 folders.
25703 If you set this option to zero, you will turn off most remote connection
25704 re-use.
25705 It's difficult to understand exactly what this option does, and it is usually
25706 fine to leave it set to its default value.
25707 It is probably more likely that you will be interested in setting the
25708 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A> option
25709 instead of changing the value of this option.
25710 A slightly longer explanation of what is going on with this option
25711 is given in the next paragraphs.
25714 There are some time costs involved in opening and closing remote IMAP 
25715 folders, the main costs being the time you have to wait for the connection
25716 to the server and the time for the folder to open.
25717 Opening a folder may involve not only the time the server takes to do its
25718 processing but time that Alpine uses to do filtering.
25719 These times can vary widely.
25720 They depend on how loaded the server is, how large
25721 the folder being opened is, and how you set up filtering, among other things.
25722 Once Alpine has opened a connection to a particular folder, it will attempt
25723 to keep that connection open in case you use it again.
25724 In order to do this,
25725 Alpine will attempt to use the <!--#echo var="VAR_max-remote-connections"--> (the value of
25726 this option) IMAP connections you have alloted for this purpose.
25728 For example, suppose the value of this option is set to &quot;2&quot;.
25729 If your INBOX is accessed on a remote server using the IMAP protocol, that
25730 doesn't count as one of the remote connections but it is always kept open.
25731 If you then open another IMAP folder, that would be your first
25732 remote connection counted as one of the <!--#echo var="VAR_max-remote-connections"--> connections.
25733 If you open a third folder the second will be left open, in case you
25734 return to it.
25735 You won't be able to tell it has been left open.
25736 It will appear to be closed when you leave the folder but the connection
25737 will remain in the background.
25738 Now suppose you go back to the second folder (the first folder after the
25739 INBOX).
25740 A connection to that folder is still open so you won't have to wait
25741 for the startup time to open it.
25742 Meanwhile, the connection to the third folder will be left behind.
25743 Now, if you open a fourth folder, you will bump into the
25744 <!--#echo var="VAR_max-remote-connections"--> limit, because this will be the third folder other
25745 than INBOX and you have the option set to &quot;2&quot;.
25746 The connection that is being used for
25747 the third folder will be re-used for this new fourth folder.
25748 If you go back to the third folder after this, it is no longer already
25749 connected when you get there.
25750 You'll still save some time since Alpine will re-use the connection to the
25751 fourth folder and you have already logged in on that connection,
25752 but the folder will have to be re-opened from scratch.
25754 If a folder is large and the startup cost is dominated by the time it takes
25755 to open that folder or to run filters on it, then it will pay to make the
25756 value of this option large enough to keep it open.
25757 On the other hand, if you only revisit a handful of folders or if
25758 the folders are small, then it might
25759 make more sense to keep this number small so that the reconnect
25760 time (the time to start up a new connection and authenticate)
25761 is eliminated instead.
25763 You may also need to consider the impact on the server.
25764 On the surface, a larger number here may cause a larger impact on the
25765 server, since you will have more connections open to the server.
25766 On the other hand, not only will <EM>you</EM> be avoiding the startup costs
25767 associated with reopening a folder, but the <EM>server</EM> will be
25768 avoiding those costs as well.
25770 When twenty five minutes pass without any active use of an IMAP connection
25771 being saved for possible re-use, that connection will be shut down,
25774 <UL>   
25775 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25776 </UL><P>
25777 &lt;End of help on this topic&gt;
25778 </BODY>
25779 </HTML>
25780 ====== h_config_permlocked =====
25781 <HTML>
25782 <HEAD>
25783 <TITLE>OPTION: <!--#echo var="VAR_stay-open-folders"--></TITLE>
25784 </HEAD>
25785 <BODY>
25786 <H1>OPTION: <!--#echo var="VAR_stay-open-folders"--></H1>
25788 This option affects low-level behavior of Alpine.
25789 There is no default value for this option.
25790 It is related to the options
25791 <A HREF="h_config_preopen_stayopens">&quot;<!--#echo var="FEAT_preopen-stayopen-folders"-->&quot;</A>,
25792 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>,
25793 and <A HREF="h_config_expunge_stayopens">&quot;<!--#echo var="FEAT_offer-expunge-of-stayopen-folders"-->&quot;</A>.
25796 Note: changes made to this list take effect the next time you open a
25797 folder in the list.
25800 This is a list of folders that will be permanently kept open once they
25801 are first opened.
25802 The names in this list may be either the nickname of an Incoming folder
25803 or the full technical specification of a folder.
25804 The folders in this list need not be remote IMAP folders, they could usefully
25805 be local folders, as well.
25806 If a folder in the list is a newsgroup or is not accessed either locally
25807 or via IMAP, then the entry will be ignored.
25808 For example, folders accessed via NNTP or POP3 will not be kept open, since
25809 the way that new mail is found with those protocols involves closing and
25810 reopening the connection.
25812 Once a Stay Open folder has been opened, new-mail checking will continue
25813 to happen on that folder for the rest of the Alpine session.
25814 Your INBOX is always implicitly included in this Stay-Open list and doesn't
25815 need to be added explicitly.
25817 Another difference that you may notice between a Stay Open folder and a
25818 non-Stay Open folder is which message is selected as the current message
25819 when you enter the folder index.
25820 Normally, the starting position for an incoming folder (which most Stay Open
25821 folders will likely be) is controlled by the
25822 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
25823 However, if a folder is a Stay Open folder, when you re-enter the folder
25824 after the first time the current message will be the same as it was when
25825 you left the folder.
25826 An exception is made if you use the TAB command to get to the folder.
25827 In that case, the message number will be incremented by one from what it
25828 was when you left the folder.
25830 The above special behavior is thought to be useful.
25831 However, it is special and different from what you might at first expect.
25832 The feature
25833 <A HREF="h_config_use_reg_start_for_stayopen"><!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></A>
25834 may be used to turn off this special treatment.
25836 If the message that was current when you left the folder no longer exists,
25837 then the regular startup rule will be used instead.
25840 <UL>   
25841 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25842 </UL><P>
25843 &lt;End of help on this topic&gt;
25844 </BODY>
25845 </HTML>
25846 ====== h_config_viewer_overlap =====
25847 <html>
25848 <header>
25849 <title>OPTION: <!--#echo var="VAR_viewer-overlap"--></title>
25850 </header>
25851 <body>
25852 <h1>OPTION: <!--#echo var="VAR_viewer-overlap"--></h1>
25854 This option specifies an aspect of Alpine's Message Viewing screen.  When
25855 the space bar is used to page forward in a message, the number of lines
25856 specified by the &quot;<!--#echo var="VAR_viewer-overlap"-->&quot; variable will be repeated from the
25857 bottom of the screen.  That is, if this was set to two lines, then the
25858 bottom two lines of the screen would be repeated on the top of the next
25859 screen.  The normal default value is "2".<p>
25860 <UL>   
25861 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25862 </UL><P>
25863 &lt;End of help on this topic&gt;
25864 </body>
25865 </html>
25866 ====== h_config_scroll_margin =====
25867 <HTML>
25868 <HEAD>
25869 <TITLE>OPTION: <!--#echo var="VAR_scroll-margin"--></TITLE>
25870 </HEAD>
25871 <BODY>
25872 <H1>OPTION: <!--#echo var="VAR_scroll-margin"--></H1>
25874 This option controls when Alpine's line-by-line scrolling occurs.
25875 Typically, when a selected item is at the top or bottom screen edge
25876 and the UP or DOWN (and Ctrl-P or Ctrl-N) keys are struck, the
25877 displayed items are scrolled down or up by a single line.
25880 This option allows you to tell Alpine the number of lines from the top and
25881 bottom screen edge that line-by-line paging should occcur.  For example,
25882 setting this value to one (1) will cause Alpine to scroll the display
25883 vertically when you move to select an item on the display's top or
25884 bottom edge.
25887 By default, this variable is zero, indicating that scrolling happens
25888 when you move up or down to select an item immediately off the display's
25889 top or bottom edge.
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_wordseps =====
25899 <HTML>
25900 <HEAD>
25901 <TITLE>OPTION: <!--#echo var="VAR_composer-word-separators"--></TITLE>
25902 </HEAD>
25903 <BODY>
25904 <H1>OPTION: <!--#echo var="VAR_composer-word-separators"--></H1>
25906 This option affects how a &quot;word&quot; is defined in the composer.
25907 The definition of a word is used when using the Forward Word and Backward
25908 Word commands in the composer, as well as when using the spell checker.
25909 Whitespace is always considered a word separator.
25910 Punctuation (like question marks, periods, commas, and so on) is always
25911 a word separator if it comes at the end of a word.
25912 By default, a punctuation character that is in the middle of a word does
25913 not break up that word as long as the character before and the character
25914 after it are both alphanumeric.
25915 If you add a character to this option it will be considered a
25916 word separator even when it occurs in the middle of an alphanumeric word.
25917 For example, if you want to skip through each part of an address instead
25918 of skipping the whole address at once you might want to include &quot;@&quot;
25919 and &quot;.&quot; in this list.
25920 If you want the word-skipper to stop on each part of a UNIX filename you
25921 could add &quot;/&quot; to the list.
25922 The equal sign and dash are other possibilities you might find helpful.
25924 <UL>   
25925 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25926 </UL><P>
25927 &lt;End of help on this topic&gt;
25928 </BODY>
25929 </HTML>
25930 ====== h_config_reply_indent_string =====
25931 <HTML>
25932 <HEAD>
25933 <TITLE>OPTION: <!--#echo var="VAR_reply-indent-string"--></TITLE>
25934 </HEAD>
25935 <BODY>
25936 <H1>OPTION: <!--#echo var="VAR_reply-indent-string"--></H1>
25938 This option specifies an aspect of Alpine's Reply command.
25939 When a message is replied to and the text of the message is included, the
25940 included text usually has the string &quot;&gt;&nbsp;&quot; prepended
25941 to each line indicating it is quoted text.
25942 (In case you haven't seen this before, &quot;string&quot; is a technical term
25943 that means chunk of text.)
25946 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
25947 in 1999 and its wide-spread adoption since then, you will usually be better off if you
25948 use one of the standard values,
25949 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot;, for this option.
25952 This option specifies a different value for that string.
25953 If you wish to use a string that begins or ends with a space,
25954 enclose the string in double quotes.
25957 Besides simple text, the prepended string can be based
25958 on the message being replied to.
25959 The following tokens are substituted for the message's corresponding value:
25961 <DL>
25962 <DT>_FROM_</DT>
25963 <DD>This token gets replaced with the message sender's &quot;username&quot;.
25964 If the name is longer than six characters, only the first six characters are
25965 used.
25966 </DD>
25968 <DT>_NICK_</DT>
25969 <DD>This token gets replaced with the nickname of the message sender's
25970 address as found in your addressbook.
25971 If no addressbook entry is found,
25972 Alpine replaces the characters &quot;_NICK_&quot; with nothing.
25973 If the nickname is longer than six characters, only the first six characters are
25974 used.
25975 </DD>
25977 <DT>_INIT_</DT>
25978 <DD>This token gets replaced with the initials of the sender of the message.
25979 </DD>
25981 </DL>
25983 NOTE: When the
25984 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
25985 feature is enabled, you are given the opportunity to edit the string, whether 
25986 it is the default or one automatically generated using the above tokens.
25988 If you change your <!--#echo var="VAR_reply-indent-string"-->
25989 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
25990 quoted text will not be flowed
25991 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
25992 when you reply.
25993 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
25994 set to the default value.
25996 <UL>   
25997 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25998 </UL><P>
25999 &lt;End of help on this topic&gt;
26000 </BODY>
26001 </HTML>
26002 ====== h_config_quote_replace_string =====
26003 <HTML>
26004 <HEAD>
26005 <TITLE>OPTION: <!--#echo var="VAR_quote-replace-string"--></TITLE>
26006 </HEAD>
26007 <BODY>
26008 <H1>OPTION: <!--#echo var="VAR_quote-replace-string"--></H1>
26010 This option specifies what string to use as a quote when <b>viewing</b> a
26011 message.  The standard way of quoting messages when replying is the string
26012 &quot;&gt;&nbsp;&quot; (quote space).
26013 With this variable set, viewing a message will
26014 replace occurrences of 
26015 &quot;&gt;&nbsp;&quot; and &quot;&gt;&quot; with the replacement string.
26016 This setting works best when
26017 <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
26018 or the equivalent setting in your correspondents' mail programs
26019 is set to the default
26020 &quot;&gt;&nbsp;&quot;, but it will also work fine with the
26021 <!--#echo var="VAR_reply-indent-string"--> set to &quot;&gt;&quot;.
26023 By default, this setting will only work on messages that are flowed, which is
26024 the default way of sending messages for many mail clients including
26025 Alpine.  Enable the feature
26026 <A HREF="h_config_quote_replace_noflow"><!--#echo var="FEAT_quote-replace-nonflowed"--></A>
26027 to also have quote-replacement performed on non-flowed messages.
26030 Setting this option will replace  &quot;&gt;&quot; and 
26031 &quot;&gt;&nbsp;&quot; with the new setting. This string may include trailing
26032 spaces. To preserve those spaces enclose the full string in double quotes.
26034 No padding to separate the text of the message from the quote string is
26035 added. This means that if you do not add trailing spaces to the value of
26036 this variable, text will be displayed right next to the quote string,
26037 which may be undesirable. This can be avoided by adding a new string
26038 separated by a space from your selection of quote string replacement. This
26039 last string will be used for padding. For example, setting this variable to 
26040 <br>&quot;&gt;&quot; &quot; &quot; has the effect of setting
26041 &quot;&gt;&quot; as the <!--#echo var="VAR_quote-replace-string"-->, with the text padded by
26042 a space from the last quote string to make it more readable.
26044 One possible setting for this variable could be
26045 &quot;&nbsp;&nbsp;&nbsp;&nbsp;&quot; (four spaces wrapped in quotes), which
26046 would have the effect of indenting each level of quoting four spaces and
26047 removing the &quot;&gt;&quot;'s.  Different levels of quoting could be made
26048 more discernible by setting colors for quoted text.
26050 Replying to or forwarding the viewed message will preserve the original
26051 formatting of the message, so quote-replacement will not be performed on
26052 messages that are being composed.
26054 <UL>   
26055 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26056 </UL><P>
26057 &lt;End of help on this topic&gt;
26058 </BODY>
26059 </HTML>
26060 ====== h_config_empty_hdr_msg =====
26061 <HTML>
26062 <HEAD>
26063 <TITLE>OPTION: <!--#echo var="VAR_empty-header-message"--></TITLE>
26064 </HEAD>
26065 <BODY>
26066 <H1>OPTION: <!--#echo var="VAR_empty-header-message"--></H1>
26068 When sending, if both the To and Cc fields are empty and you
26069 are sending the message to a Bcc,
26070 Alpine will put a special address in the To line.  The default value is:
26073 <CENTER><SAMP>undisclosed-recipients:&nbsp;;</SAMP></CENTER>
26076 The reason for this is to avoid embarrassment caused by some Internet
26077 mail transfer software that interprets a &quot;missing&quot;
26078 <SAMP>To:</SAMP> header as an error and replaces it with an
26079 <SAMP>Apparently-to:</SAMP> header that may contain the addresses you
26080 entered on the <SAMP>Bcc:</SAMP> line, defeating the purpose of the
26081 Bcc.  You may change the part of this message that comes before the
26082 &quot;:&nbsp;;&quot; by setting the &quot;<!--#echo var="VAR_empty-header-message"-->&quot;
26083 variable to something else.
26086 The normal default is &quot;undisclosed-recipients&quot;.
26089 <UL>   
26090 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26091 </UL><P>
26092 &lt;End of help on this topic&gt;
26093 </BODY>
26094 </HTML>
26095 ====== h_config_status_msg_delay =====
26096 <HTML>
26097 <HEAD>
26098 <TITLE>OPTION: <!--#echo var="VAR_status-message-delay"--></TITLE>
26099 </HEAD>
26100 <BODY>
26101 <H1>OPTION: <!--#echo var="VAR_status-message-delay"--></H1>
26103 This option has evolved over time, causing the possible values to be
26104 counter-intuitive.
26105 Read carefully before you set this option.
26106 First we explain what the option does, then there is a longer discussion
26107 following that.
26109 If this is set to zero, the default value, it has <EM>no</EM> effect.
26110 Positive and negative values serve two similar, but different purposes.
26112 If it is set to a positive number, it causes the cursor to move to the
26113 status line whenever a status message is printed and pause there for this
26114 many seconds.
26115 It will probably only be useful if the 
26116 <A HREF="h_config_show_cursor">&quot;<!--#echo var="FEAT_show-cursor"-->&quot;</A> feature is
26117 also turned on.
26118 Setting this option to a positive number can only be used to
26119 <EM>increase</EM> the status message delay.
26120 This may be useful for Braille displays, or other non-traditional displays.
26122 If it is set to a negative number the interpretation is a bit complicated.
26123 Negative numbers are used to <EM>decrease</EM> the amount of delay Alpine uses to
26124 allow you to read important status messages.
26125 Of course, this may cause you to miss some important messages.
26126 If you see a message flash by but miss what it says you can use the
26127 Journal command from the MAIN MENU to read it.
26128 If you set this option to a negative value, the delay will be
26129 no more than one second less than the absolute value
26130 of the value you set.
26131 So if you set it to -1, the delay will be no more than zero seconds, no
26132 delay at all.
26133 If you set it to -2, the delay will be no more than 1 second.
26134 And so on, -3 is 2 seconds, -4 is 3 seconds, ...
26135 If the delay that Alpine would have used by default is less than this delay,
26136 then the smaller delay set by Alpine will be used.
26137 Setting this option to a negative value can only reduce the amount of
26138 delay, never increase it.
26140 Here is a more detailed explanation.
26141 Status messages are the messages that show up spontaneously in the
26142 status message line, usually the third line from the bottom of the screen.
26143 By default, Alpine assigns each status message it produces a minimum
26144 display time.
26145 Some status messages have a minimum display time of zero.
26146 You can see an example of such a message by paging up in this help text
26147 until you reach the top of the screen.
26148 If you try to page past the top you will see the message
26150 <CENTER><SAMP>[Already at start of help text]</SAMP></CENTER>
26152 in the status line.
26153 If there is another more important use of the status message line this message
26154 might be replaced quickly, or it even might not be shown at all.
26155 However, if there is no reason to get rid of the message, it might stay
26156 there for several seconds while you read the help.
26157 An example where it is replaced immediately happens when you page up in
26158 the help text past the top of the screen, but then type the &quot;WhereIs&quot;
26159 command right after paging up.
26160 The message will disappear immediately without causing a delay (unless you
26161 have set this option to a positive value) to allow you to type input for
26162 the &quot;WhereIs&quot; command.
26163 Since it isn't a very important message, Alpine has set its minimum display
26164 time to zero seconds.
26166 Other messages have minimum display times of three or more seconds.
26167 These are usually error messages that Alpine thinks you ought to see.
26168 For example, it might be a message about a failed Save or a failed folder open.
26169 It is often the case that this minimum display time won't delay you in
26170 any way because the status message line is not needed for another reason.
26171 However, there are times when Alpine has to delay what it is doing in
26172 order to display a status message for the minimum display time.
26173 This happens when a message is being displayed and Alpine wants to ask
26174 for input from the keyboard.
26175 For example, when you Save a message you use the status message line.
26176 You get a prompt there asking for the name of the folder to save to.
26177 If there is a status message being displayed that has not
26178 yet displayed for its minimum
26179 time Alpine will display that status message surrounded with the characters
26180 &gt; and &lt; to show you that it is delaying.
26181 That might happen, for example, if you tried to save to a folder that
26182 caused an error, then followed that immediately with another Save command.
26183 You might find yourself waiting for a status message like
26185 <CENTER><SAMP>[&gt;Can't get write access to mailbox, access is readonly&lt;]</SAMP></CENTER>
26187 to finish displaying for three seconds.
26188 If that is something you find happening to you frequently, you may use
26189 negative values of this option to decrease or eliminate that delay, at
26190 the risk of missing the message.
26192 <UL>   
26193 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26194 </UL><P>
26195 &lt;End of help on this topic&gt;
26196 </BODY>
26197 </HTML>
26198 ====== h_config_active_msg_interval =====
26199 <HTML>
26200 <HEAD>
26201 <TITLE>OPTION: <!--#echo var="VAR_busy-cue-rate"--></TITLE>
26202 </HEAD>
26203 <BODY>
26204 <H1>OPTION: <!--#echo var="VAR_busy-cue-rate"--></H1>
26206 When Alpine is delayed for some reason it usually shows that
26207 something is happening with a small animated display in the status
26208 message line near the bottom of the screen.
26209 This option sets how frequently the characters (for example, a spinning bar)
26210 in the active status message lines are updated.
26211 At most, it can be set to be udpated 20 times per second. 
26214 Setting this value to zero will prevent display of the animations
26215 altogether.
26218 The option <A HREF="h_config_use_boring_spinner"><!--#echo var="FEAT_busy-cue-spinner-only"--></A>
26219 can be used to remove the randomness from this animated display.
26222 <UL>   
26223 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26224 </UL><P>
26225 &lt;End of help on this topic&gt;
26226 </BODY>
26227 </HTML>
26228 ====== h_config_mailchecknoncurr =====
26229 <HTML>
26230 <HEADER>
26231 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></TITLE>
26232 </HEADER>
26233 <BODY>
26234 <H1>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></H1>
26236 This option is closely related to the
26237 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
26238 option, as well as the
26239 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A> and
26240 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> options.
26241 If the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot; option is set to zero, then automatic
26242 new-mail checking is disabled and this option will have no effect.
26244 Normally this option is set to zero, which means that the value used will be
26245 the same as the value for the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;.
26246 If you set this option to a value different from zero
26247 (usually larger than the value for &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;)
26248 then that is the check interval that will be used
26249 for folders that are not the currently open folder or the INBOX.
26250 You may not even have any folders that are noncurrent and not the INBOX.
26251 If you do, it is likely that they are due to
26252 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
26253 you have configured.
26254 This option also affects the rate of mail checking done on cached
26255 connections to folders you previously had open but are no longer actively
26256 using.
26257 You aren't expected to understand that last sentence, but if you are interested
26258 take a look at
26259 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>
26260 and the related options.
26262 <UL>   
26263 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26264 </UL><P>
26265 &lt;End of help on this topic&gt;
26266 </BODY>
26267 </HTML>
26268 ====== h_config_fifopath =====
26269 <HTML>
26270 <HEADER>
26271 <TITLE>OPTION: NewMail FIFO Path</TITLE>
26272 </HEADER>
26273 <BODY>
26274 <H1>OPTION: NewMail FIFO Path</H1>
26276 This option is only available in UNIX Alpine.
26277 However, there is a very similar feature built in to PC-Alpine.
26278 In PC-Alpine's Config menu at the top of the screen
26279 is an option called &quot;New Mail Window&quot;.
26281 You may have Alpine create a FIFO special file (also called a named pipe) where
26282 it will send a one-line message each time a new message is received in
26283 the current folder, the INBOX, or any open
26284 <A HREF="h_config_permlocked"><!--#echo var="VAR_stay-open-folders"--></A>.
26285 To protect against two different Alpines both writing to the same FIFO, Alpine
26286 will only create the FIFO and write to it if it doesn't already exist.
26288 A possible way to use this option would be to have a separate window
26289 on your screen running the command
26291 <CENTER><SAMP>cat filename</SAMP></CENTER>
26293 where &quot;filename&quot; is the name of the file given for this option.
26294 Because the file won't exist until after you start Alpine, you must <EM>first</EM>
26295 start Alpine and <EM>then</EM> run the &quot;cat&quot; command.
26296 You may be tempted to use &quot;tail -f filename&quot; to view the new
26297 mail log.
26298 However, the common implementations of the tail command will not do what you
26299 are hoping.
26301 The width of the messages produced for the FIFO may be altered with the
26302 <A HREF="h_config_newmailwidth"><!--#echo var="VAR_newmail-window-width"--></A> option.
26304 On some systems, fifos may only be created in a local filesystem.
26305 In other words, they may not be in NFS filesystems.
26306 This requirement is not universal.
26307 If the system you are using supports it, it should work.
26308 (It is often the case that your home directory is in an NFS filesystem.
26309 If that is the case, you might try using a file in the &quot;/tmp&quot;
26310 filesystem, which is usually a local filesytem.)
26311 Even when it is possible to use an NFS-mounted filesystem as a place to name
26312 the fifo (for example, your home directory), it will still be the case that
26313 the reader (probably the &quot;cat&quot; command) and the
26314 writer (Alpine) of the fifo must be running on the same system.
26316 <UL>   
26317 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26318 </UL><P>
26319 &lt;End of help on this topic&gt;
26320 </BODY>
26321 </HTML>
26322 ====== h_config_newmailwidth =====
26323 <HTML>
26324 <HEADER>
26325 <TITLE>OPTION: <!--#echo var="VAR_newmail-window-width"--></TITLE>
26326 </HEADER>
26327 <BODY>
26328 <H1>OPTION: <!--#echo var="VAR_newmail-window-width"--></H1>
26330 For UNIX Alpine, this option is only useful if you have turned on the
26331 <A HREF="h_config_fifopath">NewMail FIFO Path</A> option.
26332 That option causes new mail messages to be sent to a fifo file.
26333 Those messages will be 80 characters wide by default.
26334 You can change the width of those messages by changing this option.
26335 For example, if you are reading those messages in another window you might
26336 want to set this width to the width of that other window.
26338 If you are using PC-Alpine, it has an option in the Config menu to turn
26339 on the &quot;New Mail Window&quot;.
26340 This present option also controls the width of that window.
26342 <UL>   
26343 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26344 </UL><P>
26345 &lt;End of help on this topic&gt;
26346 </BODY>
26347 </HTML>
26348 ====== h_config_mailcheck =====
26349 <HTML>
26350 <HEADER>
26351 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval"--></TITLE>
26352 </HEADER>
26353 <BODY>
26354 <H1>OPTION: <!--#echo var="VAR_mail-check-interval"--></H1>
26356 This option specifies, in seconds,
26357 how often Alpine will check for new mail.
26358 If set to zero, new-mail checking is disabled.
26359 (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
26360 current message is the last message of the folder.)
26361 There is a minimum value for this option, normally 15 seconds.
26362 The default value is normally 150 seconds.
26363 The higher you set this option, the easier it is on the server.
26365 There are some situations where automatic new-mail checking does not work.
26366 See the discussion about new-mail checking in
26367 <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
26369 The new-mail checking will not happen exactly at the frequency that you specify.
26370 For example, Alpine may elect to defer a non-INBOX mail check if you
26371 are busy typing.
26372 Or, it may check more frequently than you have specified if that is
26373 thought to be necessary to keep the server from closing the connection
26374 to the folder due to inactivity.
26375 If Alpine checks for new mail as a side effect of another command, it will reset
26376 the timer, so that new-mail checking may seem to happen irregularly instead of
26377 every X seconds like clockwork.
26379 If you are anxious to know about new mail as soon as possible, set the check
26380 interval low, and you'll know about the new mail by approximately
26381 that amount of time after it arrives.
26382 If you aren't so worried about knowing right away, set this option to a
26383 higher value.
26384 That will save the server some processing time and may save you some of
26385 the time you spend waiting for new-mail checks to happen if you are
26386 dealing with a slow server or slow network connection.
26388 If you suspect that new-mail checking is causing slow downs for you,
26389 you may want to look into the options
26390 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>,
26391 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> and
26392 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A>,
26393 which refine when mail checking is done.
26395 If the mailbox being checked uses a <A HREF="h_maildrop">Mail Drop</A> then
26396 there is a minimum time
26397 (<A HREF="h_config_maildropcheck">&quot;<!--#echo var="VAR_maildrop-check-minimum"-->&quot;</A>)
26398 between new-mail checks.
26399 Because of this minimum you may notice that new mail does not
26400 appear promptly when you expect it.
26401 The reason for this is to protect the server from over-zealous opening and
26402 closing of the Mail Drop folder, since that is a costly operation.
26404 <UL>   
26405 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26406 </UL><P>
26407 &lt;End of help on this topic&gt;
26408 </BODY>
26409 </HTML>
26410 ====== h_config_quell_checks_comp =====
26411 <HTML>
26412 <HEAD>
26413 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></TITLE>
26414 </HEAD>
26415 <BODY>
26416 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></H1>
26418 This option is closely related to the
26419 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
26420 option, the
26421 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
26422 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A>.
26424 If this option is set, then the normal new-mail checking that happens
26425 while you are composing will not happen for folders other than your
26426 INBOX (which depends on the setting
26427 of &quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;).
26429 You might want to set this option if you are experiencing delays while
26430 composing that you think might be related to the speed of the new-mail
26431 checks.
26433 Even with this option turned on, an occasional new-mail check may be done
26434 in order to keep the server from killing the connection to the folder.
26435 For example, IMAP servers may remove a connection to a folder if there
26436 has been no activity on the connection for 30 minutes or more.
26437 Instead of letting that happen, Alpine will check for new mail before the
26438 30 minutes is up even though you have turned on this feature to quell
26439 those checks.
26441 Besides new-mail checks, checkpoint operations on the folders
26442 will also be quelled when you set this option.
26443 The purpose of checkpointing is to write the changes to a folder out to
26444 disk periodically in order to avoid losing those changes when system or
26445 software problems occur.
26446 New-mail checking and checkpointing while you are not composing are not
26447 affected by this option.
26450 &lt;End of help on this topic&gt;
26451 </BODY>
26452 </HTML>
26453 ====== h_config_quell_checks_comp_inbox =====
26454 <HTML>
26455 <HEAD>
26456 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></TITLE>
26457 </HEAD>
26458 <BODY>
26459 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></H1>
26461 This option is closely related to the
26462 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
26463 option, the
26464 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
26465 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>.
26467 If this option is set, then the normal new-mail checking that happens
26468 while you are composing will not happen for your INBOX.
26469 Checking of other folders is controlled in a similar way with the
26470 &quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot; option.
26472 You might want to set this option if you are experiencing delays while
26473 composing that you think might be related to the speed of the new-mail
26474 checks.
26476 Even with this option turned on, an occasional new-mail check may be done
26477 in order to keep the server from killing the connection to the folder.
26478 For example, IMAP servers may remove a connection to a folder if there
26479 has been no activity on the connection for 30 minutes or more.
26480 Instead of letting that happen, Alpine will check for new mail before the
26481 30 minutes is up even though you have turned on this feature to quell
26482 those checks.
26484 Besides new-mail checks, checkpoint operations on the INBOX
26485 will also be quelled when you set this option.
26486 The purpose of checkpointing is to write the changes to a folder out to
26487 disk periodically in order to avoid losing those changes when system or
26488 software problems occur.
26489 New-mail checking and checkpointing while you are not composing are not
26490 affected by this option.
26492 &lt;End of help on this topic&gt;
26493 </BODY>
26494 </HTML>
26495 ====== h_config_maildropcheck =====
26496 <HTML>
26497 <HEADER>
26498 <TITLE>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></TITLE>
26499 </HEADER>
26500 <BODY>
26501 <H1>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></H1>
26503 New-mail checking for a
26504 <A HREF="h_maildrop">Mail Drop</A> is a little different from new
26505 mail checking for a regular folder.
26506 One of the differences is that the connection to the Mail Drop is not
26507 kept open and so the cost of checking
26508 (delay for you and additional load for the server) may be significant.
26509 Because of this additional cost we set a minimum time that
26510 must pass between checks.
26511 This minimum only applies to the automatic checking done by Alpine.
26512 If you force a check by typing ^L (Ctrl-L) or by typing the Next command when you are
26513 at the end of a folder index, then the check is done right away.
26515 This option specifies, in seconds, the <EM>minimum</EM> time between Mail Drop
26516 new-mail checks.
26517 You may want to set this minimum high in order to avoid experiencing some
26518 of the delays associated with the checks.
26519 Note that the time between checks is still controlled by the regular
26520 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option.
26521 When Alpine is about to do an automatic check for new mail (because
26522 the <!--#echo var="VAR_mail-check-interval"--> has expired) then if the time since the last
26523 new-mail check
26524 of any open Mail Drops has been greater than the <!--#echo var="VAR_maildrop-check-minimum"-->,
26525 the Mail Drop is checked for new mail as well.
26526 Therefore, it is only useful to set this option to a value that is higher
26527 than the <!--#echo var="VAR_mail-check-interval"-->.
26529 If this option is set to zero, automatic Mail Drop new-mail
26530 checking is disabled.
26531 There is a minimum value, normally 60 seconds.
26532 The default value is normally 60 seconds as well.
26533 This applies to the INBOX and to the currently open folder if that is
26534 different from the INBOX.
26537 <UL>   
26538 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26539 </UL><P>
26540 &lt;End of help on this topic&gt;
26541 </BODY>
26542 </HTML>
26543 ====== h_config_nntprange =====
26544 <HTML>
26545 <HEADER>
26546 <TITLE>OPTION: <!--#echo var="VAR_nntp-range"--></TITLE>
26547 </HEADER>
26548 <BODY>
26549 <H1>OPTION: <!--#echo var="VAR_nntp-range"--></H1>
26551 This option applies only to newsgroups accessed using the NNTP protocol.
26552 It does not, for example,
26553 apply to newsgroups accessed using an IMAP-to-NNTP proxy.
26556 When you open a connection to a News server using the NNTP protocol, you
26557 normally have access to all of the articles in each newsgroup.
26558 If a server keeps a large backlog of messages it may speed performance
26559 some to restrict attention to only the newer messages in a group.
26560 This option allows you to set how many article numbers should be checked
26561 when opening a newsgroup.
26562 You can think of &quot;<!--#echo var="VAR_nntp-range"-->&quot; as specifying the maximum number
26563 of messages you ever want to see.
26564 For example, if you only ever wanted to look at the last 500 messages in each
26565 newsgroup you could set this option to 500.
26566 In actuality, it isn't quite that.
26567 Instead, for performance reasons, it specifies the range of article
26568 numbers to be checked, beginning
26569 with the highest numbered article and going backwards from there.
26570 If there are messages that have been canceled or deleted
26571 their article numbers are still counted as part of the range.
26573 So, more precisely, setting the &quot;<!--#echo var="VAR_nntp-range"-->&quot; will cause article
26574 numbers
26575 <P><CENTER>last_article_number - <!--#echo var="VAR_nntp-range"--> + 1 through last_article_number</CENTER>
26577 to be considered when reading a newsgroup.
26578 The number of messages that show up in your index will be less than or equal
26579 to the value of &quot;<!--#echo var="VAR_nntp-range"-->&quot;.
26582 The purpose of this option is simply to speed up access when reading news.
26583 The speedup comes because Alpine can ignore all but the last <!--#echo var="VAR_nntp-range"--> article
26584 numbers, and can avoid downloading any information about the ignored articles.
26585 There is a cost you pay for this speedup.
26586 That cost is that there is no way for you to see those ignored articles.
26587 The articles that come before the range you specify are invisible to you and
26588 to Alpine, as if they did not exist at all.
26589 There is no way to see those messages using, for example, an unexclude command
26590 or something similar.
26591 The only way to see those articles is to set this option high enough (or
26592 set it to zero) and then to reopen the newsgroup.
26595 If this option is set to 0 (which is also the default),
26596 then the range is unlimited.
26597 This option applies globally to all NNTP servers and to all newsgroups
26598 on those servers.
26599 There is no way to set different values for different newsgroups or servers.
26602 <UL>   
26603 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26604 </UL><P>
26605 &lt;End of help on this topic&gt;
26606 </BODY>
26607 </HTML>
26608 ====== h_config_news_active =====
26609 <html>
26610 <header>
26611 <title>OPTION: <!--#echo var="VAR_news-active-file-path"--></title>
26612 </header>
26613 <body>
26614 <h1>OPTION: <!--#echo var="VAR_news-active-file-path"--></h1>
26616 This option tells Alpine where to look for the "active file" for newsgroups
26617 when accessing news locally, rather than via NNTP.  The default path is
26618 usually "/usr/lib/news/active".<p>
26619 <UL>   
26620 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26621 </UL><P>
26622 &lt;End of help on this topic&gt;
26623 </body>
26624 </html>
26625 ====== h_config_news_spool =====
26626 <html>
26627 <header>
26628 <title>OPTION: <!--#echo var="VAR_news-spool-directory"--></title>
26629 </header>
26630 <body>
26631 <h1>OPTION: <!--#echo var="VAR_news-spool-directory"--></h1>
26633 This option tells Alpine where to look for the "news spool" for newsgroups
26634 when accessing news locally, rather than via NNTP.  The default path is
26635 usually "/var/spool/news".<p>
26636 <UL>   
26637 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26638 </UL><P>
26639 &lt;End of help on this topic&gt;
26640 </body>
26641 </html>
26642 ====== h_config_image_viewer =====
26643 <html>
26644 <header>
26645 <title>OPTION: <!--#echo var="VAR_image-viewer"--></title>
26646 </header>
26647 <body>
26648 <h1>OPTION: <!--#echo var="VAR_image-viewer"--></h1>
26649 <body>
26650 This option specifies the program Alpine should call to view MIME
26651 attachments of type IMAGE (e.g. GIF or TIFF).  The Image Viewer setting is
26652 no longer needed, but remains for backward compatibility.  The more
26653 general method for associating external printing and viewing programs with
26654 specific MIME data types is to use the system's (or your personal)
26655 "mailcap" configuration file.<p>
26656 <UL>   
26657 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26658 </UL><P>
26659 &lt;End of help on this topic&gt;
26660 </body>
26661 </html>
26662 ====== h_config_domain_name =====
26663 <HTML>
26664 <HEAD>
26665 <TITLE>OPTION: <!--#echo var="VAR_use-only-domain-name"--></TITLE>
26666 </HEAD>
26667 <BODY>
26668 <H1>OPTION: <!--#echo var="VAR_use-only-domain-name"--></H1>
26670 This option is used only if the 
26671 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> option is <B>not</B> 
26672 set.  If set to &quot;Yes&quot; (and <!--#echo var="VAR_user-domain"--> is not used), then Alpine 
26673 strips the hostname from your return (&quot;From&quot;) address and when 
26674 completing unqualified addresses that you enter into the composer.
26676 If you set this, see also the <A HREF="h_config_quell_local_lookup">
26677 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
26680 <!--chtml if pinemode="os_windows"-->
26681 <P>This option is not applicable to PC-Alpine.
26682 <!--chtml else-->
26684 <!--chtml endif-->
26685 <UL>
26686 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26687 </UL>
26689 &lt;End of help on this topic&gt;
26690 </BODY>
26691 </HTML>
26692 ====== h_config_prune_date =====
26693 <HTML>
26694 <HEAD>
26695 <TITLE>OPTION: Last-Time-Prune Question</TITLE>
26696 </HEAD>
26697 <BODY>
26698 <H1>OPTION: Last-Time-Prune Question</H1>
26700 This value records the last time you were asked about deleting old
26701 sent-mail.
26702 It is set automatically by Alpine at the beginning of each month.
26703 In the past, if you wished to suppress the monthly sent-mail
26704 pruning feature, you could set this to a date in the future.
26705 This value is relative to the year 1900, so 
26706 to set this, for example, to October 2005, use 105.10.
26708 You can still do that if you wish, or you can use the
26709 <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option, which is probably
26710 a little more convenient to use.
26712 <UL>   
26713 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26714 </UL><P>
26715 &lt;End of help on this topic&gt;
26716 </BODY>
26717 </HTML>
26718 ====== h_config_goto_default =====
26719 <HTML>
26720 <HEAD>
26721 <TITLE>OPTION: <!--#echo var="VAR_goto-default-rule"--></TITLE>
26722 </HEAD>
26723 <BODY>
26724 <H1>OPTION: <!--#echo var="VAR_goto-default-rule"--></H1>
26726 This value affects Alpine's behavior when you use the Goto command.
26727 Alpine's usual behavior has two parts.  If your current folder is
26728 &quot;Inbox&quot;, Alpine will offer the last open folder as the
26729 default.  If the current folder is other than &quot;Inbox&quot;,
26730 &quot;Inbox&quot; is offered as the default.
26733 The available options include:
26735 <DL>
26737  <DT>folder-in-first-collection</DT>
26739  <DD> Alpine will offer the most recently visited folder in the default
26740 collection found in the &quot;Collection List&quot; screen as the default.
26741 </DD>
26743  <DT> inbox-or-folder-in-first-collection</DT>
26745  <DD> If the current folder is &quot;Inbox&quot;,
26746 Alpine will offer the most recently visited folder in the
26747 default collection found in the &quot;Collection List&quot; screen.
26748 If the current folder is other than &quot;Inbox&quot;,
26749 &quot;Inbox&quot; is offered as the default.
26750 </DD>
26752  <DT> inbox-or-folder-in-recent-collection</DT>
26754  <DD> This is Alpine's default behavior.
26755 If the current folder is &quot;Inbox&quot;,
26756 Alpine will offer the last open
26757 folder as the default.
26758 If the current folder is other than &quot;Inbox&quot;,
26759 &quot;Inbox&quot; is offered as the default.
26760 </DD>
26762  <DT> first-collection-with-inbox-default</DT>
26764  <DD> Instead of offering the most recently visited folder in the default
26765 collection, the default collection is offered but with &quot;Inbox&quot; as
26766 the default folder.
26767 If you type in a folder name it will be in the default collection.
26768 If you simply accept the default, however, your &quot;Inbox&quot; will be opened.
26769 </DD>
26771  <DT> most-recent-folder</DT>
26773  <DD> The last accepted value simply causes the most recently opened
26774 folder to be offered as the default regardless of the currently opened
26775 folder.
26776 </DD>
26777 </DL>
26780 NOTE: The default while a newsgroup is open remains the same; the last
26781 open newsgroup.
26784 <UL>   
26785 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26786 </UL><P>
26787 &lt;End of help on this topic&gt;
26788 </BODY>
26789 </HTML>
26790 ====== h_config_thread_lastreply_char =====
26791 <HTML>
26792 <HEAD>
26793 <TITLE>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></TITLE>
26794 </HEAD>
26795 <BODY>
26796 <H1>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></H1>
26798 The <!--#echo var="VAR_threading-lastreply-character"--> option has a small effect on the MESSAGE
26799 INDEX display when using a
26800 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
26801 of &quot;show-thread-structure&quot;, &quot;mutt-like&quot;, or
26802 &quot;show-structure-in-from&quot;; and sorting by Threads or OrderedSubject.
26803 The value of this option is a single character.
26804 This character is used instead of the vertical line character when there are
26805 no more replies directly to the parent of the current message.
26806 It can be used to &quot;round-off&quot; the bottom of the vertical line
26807 by setting it to a character such as a backslash (&#92;) or
26808 a backquote (&#96;).
26809 The default value of this option is the backslash character (&#92;).
26810 This option may not be set to the Empty Value.
26811 In that case, the default will be used instead.
26814 <UL>   
26815 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26816 </UL><P>
26817 &lt;End of help on this topic&gt;
26818 </BODY>
26819 </HTML>
26820 ====== h_config_thread_indicator_char =====
26821 <HTML>
26822 <HEAD>
26823 <TITLE>OPTION: <!--#echo var="VAR_threading-indicator-character"--></TITLE>
26824 </HEAD>
26825 <BODY>
26826 <H1>OPTION: <!--#echo var="VAR_threading-indicator-character"--></H1>
26828 The <!--#echo var="VAR_threading-indicator-character"--> option has a small effect on the MESSAGE
26829 INDEX display when using a
26830 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
26831 than &quot;none&quot; and sorting by Threads or OrderedSubject.
26832 The value of this option is a single character.
26833 This character is used to indicate that part of a thread (a conversation) is
26834 hidden beneath a message.
26835 The message could be expanded
26836 if desired with the &quot;/&quot; Collapse/Expand command.
26837 By default, the value of this option is the greater than sign (&gt;).
26839 If this option is set to the Empty Value, then the column (and the following
26840 blank column) will be deleted from the display.
26843 This option is closely related to the
26844 <A HREF="h_config_thread_exp_char"><!--#echo var="VAR_threading-expanded-character"--></A> option.
26845 Another similar option that affects the thread display is the
26846 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
26849 <UL>   
26850 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26851 </UL><P>
26852 &lt;End of help on this topic&gt;
26853 </BODY>
26854 </HTML>
26855 ====== h_config_thread_exp_char =====
26856 <HTML>
26857 <HEAD>
26858 <TITLE>OPTION: <!--#echo var="VAR_threading-expanded-character"--></TITLE>
26859 </HEAD>
26860 <BODY>
26861 <H1>OPTION: <!--#echo var="VAR_threading-expanded-character"--></H1>
26863 The <!--#echo var="VAR_threading-expanded-character"--> option has a small effect on the MESSAGE
26864 INDEX display when using a
26865 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
26866 than &quot;none&quot;.
26867 The value of this option is a single character.
26868 This character is used to indicate that part of a thread has been expanded
26869 and could be collapsed if desired with
26870 the &quot;/&quot; Collapse/Expand command.
26871 By default, the value of this option is a dot (.).
26873 If this option is set to the Empty Value, then the column (and the following
26874 blank column) will be deleted from the display.
26877 This option is closely related to the
26878 <A HREF="h_config_thread_indicator_char"><!--#echo var="VAR_threading-indicator-character"--></A> option.
26879 Another similar option that affects the thread display is the
26880 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
26883 <UL>   
26884 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26885 </UL><P>
26886 &lt;End of help on this topic&gt;
26887 </BODY>
26888 </HTML>
26889 ====== h_config_thread_index_style =====
26890 <HTML>
26891 <HEAD>
26892 <TITLE>OPTION: <!--#echo var="VAR_threading-index-style"--></TITLE>
26893 </HEAD>
26894 <BODY>
26895 <H1>OPTION: <!--#echo var="VAR_threading-index-style"--></H1>
26897 When a folder is sorted by Threads or OrderedSubject,
26898 this option will affect the INDEX displays.
26901 The possible values for this option are:
26903 <DL>
26904 <DT>regular-index-with-expanded-threads</DT>
26905 <DD>This is the default display.
26906 If the configuration option
26907 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
26908 is set to something other than &quot;none&quot;, then this setting
26909 will cause Alpine to start off with a MESSAGE INDEX with all of
26910 the threads expanded.
26911 That is, each message will have a line in the MESSAGE INDEX display.
26912 The Collapse/Expand command (/) may be used to manually collapse or
26913 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
26915 This setting affects the display when the folder is first threaded.
26916 The collapsed state may also be re-initialized by re-sorting the folder manually
26917 using the SortIndex command ($).
26918 After re-sorting the threads will once again all be expanded, even if you
26919 have previously collapsed some of them.
26921 If &quot;<!--#echo var="VAR_threading-display-style"-->&quot; is set to &quot;none&quot;, then
26922 the display will be the regular default Alpine MESSAGE INDEX, but sorted
26923 in a different order.
26924 </DD>
26926 <DT>regular-index-with-collapsed-threads</DT>
26927 <DD>If the configuration option
26928 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
26929 is set to something other than &quot;none&quot;, then this setting
26930 will cause Alpine to start out with all of the threads collapsed instead of
26931 starting out with all of the threads expanded.
26932 The Collapse/Expand command (/) may be used to manually collapse or
26933 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
26935 This setting affects the display when the folder is first threaded.
26936 The collapsed state may also be re-initialized by re-sorting the folder manually
26937 using the SortIndex command ($).
26938 After re-sorting the threads will once again all be collapsed, even if you
26939 have previously expanded some of them.
26940 </DD>
26942 <DT>separate-index-screen-always</DT>
26943 <DD>With this setting and the next, you will see an index of threads
26944 instead of an
26945 index of messages, provided you have sorted by Threads or OrderedSubject.
26947 The THREAD INDEX contains a '*' in the first column if any message in the thread
26948 is marked Important.
26949 If not, it contains a '+' if any message in the thread is to you.
26950 The second column is blank. The third column contains a 'D' if all of the
26951 messages in the thread are deleted.
26952 Otherwise, it contains an 'N' if any of the messages in the thread are New.
26954 When you view a particular thread from the THREAD INDEX you will be
26955 in the MESSAGE INDEX display
26956 but the index will only contain messages from the thread you are viewing.
26957 </DD>
26959 <DT>separate-index-screen-except-for-single-messages</DT>
26960 <DD>This is very similar to the option above.
26961 When you are in the THREAD INDEX, one of the available commands
26962 is &quot;ViewThd&quot;.
26963 With the setting &quot;separate-index-screen-always&quot; (the option above)
26964 when you view a particular thread you will be in the
26965 MESSAGE INDEX display and the index will only contain messages from
26966 the thread you are viewing.
26967 If the thread you are viewing consists of a single message, the MESSAGE INDEX
26968 will be an index with only one message in it.
26969 If you use this &quot;separate-index-screen-except-for-single-messages&quot;
26970 setting instead, then that index that contains a single message
26971 will be skipped and you will go directly from the THREAD INDEX into the
26972 MESSAGE TEXT screen.
26973 </DD>
26975 </DL>
26978 <UL>   
26979 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26980 </UL><P>
26981 &lt;End of help on this topic&gt;
26982 </BODY>
26983 </HTML>
26984 ====== h_config_thread_disp_style =====
26985 <HTML>
26986 <HEAD>
26987 <TITLE>OPTION: <!--#echo var="VAR_threading-display-style"--></TITLE>
26988 </HEAD>
26989 <BODY>
26990 <H1>OPTION: <!--#echo var="VAR_threading-display-style"--></H1>
26992 When a folder is sorted by Threads or OrderedSubject,
26993 this option will affect the MESSAGE INDEX display.
26994 By default, Alpine will display the MESSAGE INDEX in the
26995 &quot;show-thread-structure&quot; style if a folder is sorted
26996 by Threads or OrderedSubject.
26999 The possible values for this option are:
27001 <DL>
27002 <DT>none</DT>
27003 <DD>Regular index display.
27004 The same index line as would be displayed without threading is used.
27005 The only difference will be in the order of the messages.
27006 </DD>
27008 <DT>show-thread-structure</DT>
27009 <DD>Threaded Subjects will be indented and vertical bars and horizontal
27010 lines will be added to make it easier to see the relationships among
27011 the messages in a thread (a conversation).
27012 </DD>
27014 <DT>mutt-like</DT>
27015 <DD>This is the same as the option above except that the Subject
27016 is suppressed (is blank) if it matches the previous Subject in the thread.
27017 The name comes from the email client <A HREF="http://www.mutt.org/">Mutt</A>.
27018 Here is an example of what a mutt-like index might look like.
27019 In this example, the first column represents the message number, the
27020 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
27021 is set to &quot;regular-index-with-expanded-threads&quot;, and the
27022 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A>
27023 is set to a backslash:
27024 <PRE>
27025 &nbsp;&nbsp;&nbsp;1    Some topic
27026 &nbsp;&nbsp;&nbsp;&nbsp;2  . Subject           original message in thread
27027 &nbsp;&nbsp;&nbsp;&nbsp;3    |->               reply to 2
27028 &nbsp;&nbsp;&nbsp;&nbsp;4  . |->               another reply to 2
27029 &nbsp;&nbsp;&nbsp;&nbsp;5  . | &#92;->             reply to 4
27030 &nbsp;&nbsp;&nbsp;&nbsp;6  . |   &#92;->           reply to 5
27031 &nbsp;&nbsp;&nbsp;&nbsp;7    |     &#92;->         reply to 6
27032 &nbsp;&nbsp;&nbsp;&nbsp;8    |->               another reply to 2
27033 &nbsp;&nbsp;&nbsp;&nbsp;9  . |->New subject    another reply to 2 but with a New subject
27034 &nbsp;&nbsp;&nbsp;10    | |->             reply to 9
27035 &nbsp;&nbsp;&nbsp;11    | &#92;->             another reply to 9
27036 &nbsp;&nbsp;&nbsp;12    |   &#92;->           reply to 11
27037 &nbsp;&nbsp;&nbsp;13    &#92;->               final reply to 2
27038 &nbsp;&nbsp;&nbsp;14    Next topic
27039 </PRE>
27040 </DD>
27042 <DT>indent-subject-1</DT>
27043 <DD>Threaded Subjects will be indented one space per level of the conversation.
27044 The bars and lines that show up in the show-thread-structure display will
27045 not be there with this style.
27046 </DD>
27048 <DT>indent-subject-2</DT>
27049 <DD>Same as above but indent two spaces per level instead of one space.
27050 </DD>
27052 <DT>indent-from-1</DT>
27053 <DD>Similar to indent-subject-1, except that instead of indenting the
27054 Subject field one space the From field of a thread will be indented one
27055 space per level of the conversation.
27056 </DD>
27058 <DT>indent-from-2</DT>
27059 <DD>Same as above but indent two spaces per level instead of one space.
27060 </DD>
27062 <DT>show-structure-in-from</DT>
27063 <DD>The structure of the thread is illustrated with indenting, vertical bars,
27064 and horizontal lines just like with the show-thread-structure option, but
27065 the From field is used to show the relationships instead of the Subject field. 
27066 </DD>
27068 </DL>
27071 <UL>   
27072 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27073 </UL><P>
27074 &lt;End of help on this topic&gt;
27075 </BODY>
27076 </HTML>
27077 ====== h_config_pruning_rule =====
27078 <HTML>
27079 <HEAD>
27080 <TITLE>OPTION: <!--#echo var="VAR_pruning-rule"--></TITLE>
27081 </HEAD>
27082 <BODY>
27083 <H1>OPTION: <!--#echo var="VAR_pruning-rule"--></H1>
27085 By default, Alpine will ask at the beginning of each month whether or not
27086 you want to rename your sent-mail folder to a name like sent-mail-month-year.
27087 (See the feature <A HREF="h_config_prune_uses_iso"><!--#echo var="FEAT_prune-uses-yyyy-mm"--></A> to
27088 change the format of the folder to sent-mail-yyyy-mm.)
27089 It will also ask whether you would like to delete old sent-mail folders.
27090 If you have defined
27091 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>
27093 <A HREF="h_config_pruned_folders"><!--#echo var="VAR_pruned-folders"--></A>
27094 Alpine will also ask about pruning those folders.
27097 With this option you may provide an automatic answer to these questions.
27098 The default value is to ask you what you'd like to do.
27101 The six possible values for this option are:
27103 <DL>
27104 <DT>ask about rename, ask about deleting</DT>
27105 <DD>This is the default.
27106 Alpine will ask whether you want to rename the folders and whether you
27107 want to delete each of the old folders.
27108 </DD>
27110 <DT>ask about rename, don't delete</DT>
27111 <DD>Alpine will ask whether you want to rename the folders, but won't
27112 ask about or delete old folders.
27113 </DD>
27115 <DT>always rename, ask about deleting</DT>
27116 <DD>This means you want to always answer yes and have Alpine automatically
27117 rename the folder if possible.
27118 You will also be asked about deleting old folders.
27119 </DD>
27121 <DT>always rename, don't delete</DT>
27122 <DD>This means you want to always answer yes and have Alpine automatically
27123 rename the folder if possible.
27124 There will be no deleting of old folders.
27125 </DD>
27127 <DT>don't rename, ask about deleting</DT>
27128 <DD>This means you want to always answer no.
27129 Alpine will not rename the folder.
27130 You will be asked about deleting old folders.
27131 </DD>
27133 <DT>don't rename, don't delete</DT>
27134 <DD>This means you want to always answer no.
27135 Alpine will not rename the folder.
27136 There will be no deleting of old folders, either.
27137 </DD>
27138 </DL>
27141 <UL>   
27142 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27143 </UL><P>
27144 &lt;End of help on this topic&gt;
27145 </BODY>
27146 </HTML>
27147 ====== h_config_reopen_rule =====
27148 <HTML>
27149 <HEAD>
27150 <TITLE>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></TITLE>
27151 </HEAD>
27152 <BODY>
27153 <H1>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></H1>
27155 Alpine normally checks for new mail in the currently open folder
27156 and in the INBOX every few <A HREF="h_config_mailcheck">minutes</A>.
27159 There are some situations where automatic new-mail checking does not work.
27160 For example, if a mail folder is opened using the POP protocol or a newsgroup
27161 is being read using the NNTP protocol, then new-mail checking is disabled.
27164 It may be possible to check for new mail in these cases by reopening the
27165 folder.
27166 Alpine does not do this for you automatically, but you may do the commands
27167 manually to cause this to happen.
27168 You reopen by going back to the folder list screen from the message
27169 index screen with the &quot;&lt;&quot; command,
27170 and then going back into the message index screen with
27171 the &quot;&gt;&quot; command.
27172 (Actually, any method you would normally use to open a folder will work the
27173 same as the &quot;&lt;&quot; followed by &quot;&gt;&quot; method.
27174 For example, the GoTo Folder command will work, or you may use L to go to the
27175 Folder List screen and Carriage Return to reopen the folder.)
27178 There are some cases where Alpine knows that reopening the folder should
27179 be useful as a way to discover new mail.
27180 At the time of this writing, connections made using the POP protocol,
27181 news reading using the NNTP protocol, local news reading, and local
27182 ReadOnly folders that are in the traditional UNIX or the MMDF format all
27183 fall into this category.
27184 There are other cases where it <EM>may</EM> be a way to discover new mail, but Alpine
27185 has no way of knowing, so it might also just be an exercise in futility.
27186 All remote, ReadOnly folders other than those listed just above fall into this
27187 category.
27188 The setting of this option together with the type of folder
27189 controls how Alpine will react to the apparent attempt to reopen a folder.
27192 If you don't reopen, then you will just be back in
27193 the message index with no change.
27194 You left the index and came back, but the folder remained &quot;open&quot;
27195 the whole time.
27196 However, if you do reopen the folder, the folder is closed and then reopened.
27197 In this case, the current state of the open folder is lost.
27198 The New status, Important and Answered flags,
27199 selected state, Zoom state, collapsed or expanded state of threads,
27200 current message number,
27201 and any other temporary state is all lost when the reopen happens.
27202 For POP folders (but not NNTP newsgroups) the Deleted flags are also lost.
27205 In the possibilities listed below, the text says &quot;POP/NNTP&quot; in
27206 several places.
27207 That really implies the case where Alpine knows it is a good way to discover
27208 new mail, which is more than just POP and NNTP, but POP and NNTP are
27209 the cases of most interest.
27210 This option probably has more possible values than it deserves. They are:
27212 <DL>
27213 <DT>Always reopen</DT>
27214 <DD>Alpine will not ask whether you want to reopen but will just do the reopen
27215 whenever you type a command that implies a reopen, regardless of the
27216 access method.
27217 In other words, it is assumed you would always answer Yes if asked
27218 about reopening.
27219 </DD>
27221 <DT>Yes for POP/NNTP, Ask about other remote [Yes]</DT>
27222 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
27223 will ask you whether to reopen other remote folders,
27224 with a default answer of Yes.
27225 </DD>
27227 <DT>Yes for POP/NNTP, Ask about other remote [No]</DT>
27228 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
27229 will ask you whether to reopen other remote folders,
27230 with a default answer of No.
27231 </DD>
27233 <DT>Yes for POP/NNTP, No for other remote</DT>
27234 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, and
27235 will assume a No answer for all other remote folders.
27236 </DD>
27238 <DT>Always ask [Yes]</DT>
27239 <DD>Alpine will not differentiate based on access method.
27240 It will always ask for all remote folders, with a default answer of Yes.
27241 </DD>
27243 <DT>Always ask [No]</DT>
27244 <DD>Alpine will not differentiate based on access method.
27245 It will always ask for all remote folders, with a default answer of No.
27246 </DD>
27248 <DT>Ask about POP/NNTP [Yes], No for other remote</DT>
27249 <DD>Alpine will ask if the access method is POP or NNTP, with a default answer
27250 of Yes.
27251 It will never attempt to reopen other remote folders.
27252 </DD>
27254 <DT>Ask about POP/NNTP [No], No for other remote</DT>
27255 <DD>This is the default.
27256 Alpine will ask if the access method is POP or NNTP, with a default answer
27257 of No.
27258 It will never attempt to reopen other remote folders.
27259 </DD>
27261 <DT>Never reopen</DT>
27262 <DD>Alpine will never attempt to reopen already open folders.
27263 </DD>
27264 </DL>
27267 Remember, wherever it says POP or NNTP above it really means POP or NNTP or
27268 any of the other situations where it is likely that reopening is a good way
27269 to discover new mail.
27272 There is an alternative that may be of useful in some situations.
27273 Instead of manually checking for new mail you can set up a
27274 <A HREF="h_maildrop">Mail Drop</A>
27275 and automatically check for new mail.
27278 <UL>   
27279 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27280 </UL><P>
27281 &lt;End of help on this topic&gt;
27282 </BODY>
27283 </HTML>
27284 ====== h_config_inc_startup =====
27285 <HTML>
27286 <HEAD>
27287 <TITLE>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></TITLE>
27288 </HEAD>
27289 <BODY>
27290 <H1>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></H1>
27292 This value affects Alpine's behavior when opening the &quot;INBOX&quot; or 
27293 one of the &quot;INCOMING MESSAGE FOLDERS&quot;.
27294 It determines which message will be the <EM>current message</EM> when
27295 the folder is first opened.
27296 The default value is &quot;first-unseen&quot;.
27299 The seven possible values for this option are:
27301 <DL>
27302 <DT>first-unseen</DT>
27303 <DD>The current message is set to the first
27304 unseen message that has not been marked deleted, or the last message if
27305 all of the messages have been seen previously.
27306 Messages which have not been seen or which have been seen but re-marked
27307 as New are considered unseen messages.
27308 See the note at the bottom of this help about newsgroups.
27309 </DD>
27311 <DT>first-recent</DT>
27312 <DD>Similar to the default, but rather than starting on the first
27313 unseen message Alpine starts on the first <EM>recent</EM> message.
27314 A message is recent if it arrived since the last time the folder was
27315 open.  This value causes the current message to be set to the first
27316 recent message if there is one, otherwise to the last
27317 message in the folder.
27318 </DD>
27320 <DT>first-important</DT>
27321 <DD>This will result in the current message being set to the first
27322 message marked Important (but not Deleted).
27323 If no messages are marked Important, then it will be the last message.
27324 Messages are marked Important by <EM>you</EM>, not by the sender, using
27326 <A HREF="h_common_flag">Flag command</A>.
27327 Or they may be marked Important by an Alpine
27328 <A HREF="h_mainhelp_filtering">Filter</A>
27329 that you have set up.
27330 </DD>
27332 <DT>first-important-or-unseen</DT>
27333 <DD>This selects the first of the first unseen and the first important
27334 messages.
27335 </DD>
27337 <DT>first-important-or-recent</DT>
27338 <DD>This selects the first of the first recent and the first important
27339 messages.
27340 </DD>
27342 <DT>first</DT>
27343 <DD>Simply starts you on the <EM>first</EM> undeleted message in the folder.
27344 If all messages are deleted you start on the last message.
27345 </DD>
27347 <DT>last</DT>
27348 <DD>Simply starts you on the <EM>last</EM> undeleted message in the folder
27349 If all messages are deleted you start on the last message.
27350 </DD>
27351 </DL>
27354 NOTE:  For newsgroups in the incoming collection, &quot;first-unseen&quot; and
27355 &quot;first-recent&quot; are the same and are affected by whether or not the
27356 feature 
27357 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
27358 is turned on. 
27359 Also, there is no permanent storage in news for an Important flag.
27360 This means that no messages will be marked Important when a newsgroup is
27361 first opened.
27364 <UL>   
27365 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27366 </UL><P>
27367 &lt;End of help on this topic&gt;
27368 </BODY>
27369 </HTML>
27370 ====== h_config_browser =====
27371 <HTML>
27372 <HEAD>
27373 <TITLE>OPTION: <!--#echo var="VAR_url-viewers"--></TITLE>
27374 </HEAD>
27375 <BODY>
27376 <H1>OPTION: <!--#echo var="VAR_url-viewers"--></H1>
27377 <!--chtml if pinemode="os_windows"-->
27378 PC-Alpine users do not need to enter anything here, unless:<UL>
27379 <LI> they want to override, for use with Alpine, the application defined
27380 in the Windows operating system for handling URLs; or
27381 <LI> they are (planning on) using the same configuration file with 
27382 Unix Alpine.
27383 </UL>
27385 Note that if using a viewer that has a space in its path, you should
27386 use the DOS name for that directory or file. Example:
27387 <PRE>
27388 url-viewer=C:&#92;Progra~1&#92;mozilla&#92;mozilla.exe
27389 </PRE>
27390 <HR><P>
27391 <!--chtml endif-->
27392 This option affects Alpine's handling of URLs that are found in 
27393 messages you read.  Normally, only URLs Alpine can handle directly
27394 are automatically offered for selection in the &quot;Message
27395 Text&quot; screen.  When one or more applications
27396 capable of deciphering URLs on their command line are added here, Alpine
27397 will choose the first available to display URLs it cannot handle directly.
27398 A viewer's availability is based on its being specified with a <B>full
27399 directory path</B> and the evaluation of any optionally supplied
27400 parameters described below.
27403 Additionally, to support various connection methods and applications, each
27404 entry in this list can optionally begin with one or more of
27405 the following special tokens.  The allowed tokens include:
27408 <DL>
27409 <DT>_TEST(<VAR>test-string</VAR>)_</DT>
27410 <DD>
27411 The <VAR>test-string</VAR> is a shell command that Alpine will run to
27412 evaluate a viewer's availability.  The command specified by the test
27413 string is run and if its resulting exit status is non-zero, Alpine will
27414 not consider the associated viewer for use.
27415 </DD>
27417 <DT>_SCHEME(<VAR>scheme-list</VAR>)_</DT>
27418 <DD>
27419 The <VAR>scheme-list</VAR> is a list of one or more (comma-delimited)
27420 URL schemes that are to be used with the associated viewer.  This is
27421 the way to configure Alpine to recognize URLs other than the built-in set.
27423 It can also be used to override Alpine's built-in handlers.
27424 For example, you could specify &quot;news&quot; in the <VAR>scheme-list</VAR>,
27425 and Alpine would use (provided it passed all other criteria) the associated
27426 viewer when it encounterd a URL of the form &quot;news:comp.mail.pine&quot;.
27428 </DD>
27429 </DL>
27432 By default, Alpine will simply append a space character followed by the
27433 selected URL prior to launching the command in your specified SHELL.  You can
27434 optionally specify where in the command the selected URL should appear
27435 by using the &quot;_URL_&quot; token.  All occurrences found in the command
27436 will be replaced with the selected URL before the command is handed
27437 to the shell.  If such replacement occurs, the default appending of the
27438 selected URL does not take place.
27441 NOTE: If the viewer you specify has any command-line arguments,
27442 including the &quot;_URL_&quot; token, you will need to add a
27443 double-quote character before the command path and after the last
27444 argument (see the &quot;lynx&quot; example below).
27447 So, here are some example entries:
27448 <PRE>
27449 url-viewers = _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_  /usr/local/bin/netscape
27450               &quot;/usr/local/bin/lynx _URL_&quot;
27451               C:&#92;BIN&#92;NETSCAPE.BAT
27452 </PRE>
27454 This example shows that for the first viewer in the list to be used
27455 the environment variable &quot;DISPLAY&quot; must be defined.  If it
27456 is, then the path and file &quot;/usr/local/bin/netscape&quot; must exist.  
27457 If neither condition is met,
27458 then the path and file &quot;/usr/local/bin/lynx&quot; must exist.  
27459 If it does, then the &quot;_URL_&quot; token is replaced by the selected URL. 
27460 If the path to &quot;lynx&quot; is invalid,
27461 then the final path and file C:&#92;BIN&#92;NETSCAPE.BAT must exist.  
27462 Note that the last
27463 entry is a DOS/Windows path.  This is one way to support Alpine running
27464 on more than one architecture with the same configuration file.<P>
27466 <!--chtml if pinemode="os_windows"-->
27467 <!--chtml else-->
27468 Note that depending on the type of browser used and the method of 
27469 its invocation (such as whether it will open in a separate window) from
27470 the MESSAGE TEXT screen, the browser may &quot;supplant&quot; 
27471 the MESSAGE TEXT screen, and you will have to quit the browser to return to 
27472 it (for example, when using Lynx; to exit Lynx, use the &quot;Q&quot; command).
27473 In other words, launching the browser from Alpine may make Alpine 
27474 &quot;disappear&quot; (although it is still &quot;running&quot;)
27475 until you close the browser again.<P>  
27476 <UL><LI><A HREF="h_config_browser_xterm">Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
27477 environment: for advanced users and  systems administrators</A>
27478 </UL>
27479 <!--chtml endif-->
27480 <P>If you are unsure what browsers are available on your system or how to 
27481 specify them in Alpine's <!--#echo var="VAR_url-viewers"--> option for best usability, contact your 
27482 local computing support staff.
27483 <P><UL>
27484 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27485 </UL>
27487 &lt;End of help on this topic&gt;
27488 </BODY>
27489 </HTML>
27490 ====== h_config_history =====
27491 <HTML>
27492 <HEAD>
27493 <TITLE>OPTION: <!--#echo var="VAR_default-directories"--></TITLE>
27494 </HEAD>
27495 <BODY>
27496 <H1>OPTION: <!--#echo var="VAR_default-directories"--></H1>
27498 This option allows you to input a list of directories that Alpine will offer 
27499 for you to use when you are saving or exporting attachments. This is useful
27500 when navigating to specific directories becomes too tedious, or when you 
27501 need to do this on a daily basis, and want Alpine to remember this on a 
27502 permanent basis.
27504 The list of directories saved here can be accessed using the ^Y and ^V commands
27505 in the save prompt for attachments, or the export command.
27507 <P><UL>
27508 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27509 </UL>
27511 &lt;End of help on this topic&gt;
27512 </BODY>
27513 </HTML>
27514 ====== h_config_browser_xterm =====
27515 <HTML>
27516 <HEAD>
27517 <TITLE><!--#echo var="VAR_url-viewers"--> and X windows applications</TITLE>
27518 </HEAD>
27519 <BODY>
27520 <H1>Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
27521 environment: for advanced users and  systems administrators</H1>
27522 If you are using Alpine with an X-terminal (emulator) and want to define an 
27523 X windows-based application in <!--#echo var="VAR_url-viewers"-->, 
27524 you may want to do so in a manner that causes any <B>already</B> 
27525 invoked viewer application to be used for viewing URLs you select from Alpine 
27526 messages, and a <B>new</B> URL-viewer process to be 
27527 started <B>only</B> if the same application has <B>not already</B> 
27528 been launched -- for one reason, to avoid file-locking contentions among 
27529 multiple invocations of the same URL-viewer application.  
27530 (The example entries set in the help screen for the &quot;<!--#echo var="VAR_url-viewers"-->&quot; 
27531 option does not do this.)  A method of doing that would be:<OL>
27532 <LI> use 
27533 the _TEST(<VAR>test-string</VAR>)_ token in the <B>first</B> entry to 
27534 check (using commands appropriate for your Unix shell
27535 in place of <VAR>test-string</VAR>) for the presence of a 
27536 lockfile created by the URL-viewer application -- which implies that the 
27537 application is already running, though this is not foolproof. 
27538 Following that in the same <!--#echo var="VAR_url-viewers"--> entry, specify the 
27539 application with its appropriate command line option(s) to 
27540 show the URL selected from the Alpine message in an already open window of 
27541 that application, or perhaps in a new window of that application.  
27543 <LI> In the 
27544 <B>second</B> entry for the <!--#echo var="VAR_url-viewers"--> option, specify the same 
27545 application without those command line options, but this time using the 
27546 _TEST(...)_ token to check whether the environment variable &quot;DISPLAY&quot;
27547 is defined.
27548 <LI> If you will be using Alpine (with the same .pinerc file) outside of the X 
27549 windows environment (for instance, using VT-100 terminal emulation), you 
27550 may wish to specify a non-X windows URL-viewer application such as Lynx
27551 as the last entry.
27552 </OL><BR>
27553 How exactly you define your <!--#echo var="VAR_url-viewers"--> entries to do this will depend on 
27554 the command shell, the URL-viewer application(s), and possibly the specific 
27555 version of the latter, you are using.  
27557 Relevant command 
27558 line options for the Netscape browser for showing URLs (selected from Alpine) 
27559 when Netscape is already running are discussed in the document
27560 &quot;Remote Control of UNIX Netscape&quot; 
27561 found at the URL (as of 12 Aug. 1998):
27564 <CENTER><A HREF="http://home.netscape.com/newsref/std/x-remote.html">http://home.netscape.com/newsref/std/x-remote.html</A></CENTER>
27566 <P>(If the URL-viewer application is 
27567 <B>not</B> running on the same host as Alpine, but being launched from an 
27568 applications server, you may not be able to use the command line options for 
27569 using an existing invocation of the application in Alpine's <!--#echo var="VAR_url-viewers"--> entry.)
27571 <!--chtml if this-method="shown-to-work"-->
27572 An example using the Korn shell and the Netscape browser (first entry wrapped 
27573 because of its length, but should all appear on one line):
27575 url-viewers = _TEST("test -L /myhomedir/.netscape/lock")_ &quot;/usr/local/bin/netscape -remote 'openURL(_URL_,  new-window)' &amp;&quot;<BR>
27577 _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_ &quot;/usr/local/bin/netscape &amp;&quot;<BR>
27578               &quot;/usr/local/bin/lynx '_URL_'&quot;
27580 <!--chtml endif-->
27582 <UL>   
27583 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27584 </UL><P>
27585 &lt;End of help on this topic&gt;
27586 </BODY>
27587 </HTML>
27588 ====== h_config_enable_full_hdr =====
27589 <HTML>
27590 <HEAD>
27591 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></TITLE>
27592 </HEAD>
27593 <BODY>
27594 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></H1>
27596 This feature enables the &quot;H Full Headers&quot; command which toggles between
27597 the display of all headers in the message and the normal edited view of
27598 headers.  The Full Header command also controls which headers are included
27599 for Export, Pipe, Print, Forward, and Reply functions.  (For Reply, the
27600 Full Header mode will respect the
27601 <A HREF="h_config_include_header">&quot;Include-Headers-in-Reply&quot;</A>
27602 feature setting.)
27604 If Full Header mode is turned on and you Forward a message, you will
27605 be asked if you'd like to forward the message as an attachment, as opposed
27606 to including the text of the message in the body of your new message.
27608 If you have also turned on the
27609 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
27610 option then the Full Headers command actually rotates through three states
27611 instead of just two.
27612 The first is the normal view with long quotes suppressed.
27613 The second is the normal view but with the long quotes included.
27614 The last enables the display of all headers in the message.
27615 When using Export, Pipe, Print, Forward, or Reply the quotes are
27616 never suppressed, so the first two states are identical.
27618 Normally, the Header Mode will reset
27619 to the default behavior when moving to a new message.
27620 The mode can be made to persist from message to message by setting the feature
27621 <A HREF="h_config_quell_full_hdr_reset"><!--#echo var="FEAT_quell-full-header-auto-reset"--></A>.
27623 <UL>   
27624 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27625 </UL><P>
27626 &lt;End of help on this topic&gt;
27627 </BODY>
27628 </HTML>
27629 ====== h_config_enable_full_hdr_and_text =====
27630 <HTML>
27631 <HEAD>
27632 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></TITLE>
27633 </HEAD>
27634 <BODY>
27635 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></H1>
27637 This feature affects how the &quot;H Full Headers&quot; command displays
27638 message text.  If set, the raw message text will be displayed.  This
27639 especially affects MIME formatted email, where the entire MIME format
27640 will be displayed.  This feature similarly affects how messages are
27641 included for the Export, Pipe, Print, Forward, and Reply functions.
27643 When viewing a raw message that has attachments with this feature set,
27644 you will not be able to view attachments without first leaving full 
27645 headers mode.  This is because MIME parsing is not done on the raw message.
27647 <UL>   
27648 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27649 </UL><P>
27650 &lt;End of help on this topic&gt;
27651 </BODY>
27652 </HTML>
27653 ====== h_config_enable_pipe =====
27654 <HTML>
27655 <HEAD>
27656 <TITLE>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></TITLE>
27657 </HEAD>
27658 <BODY>
27659 <H1>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></H1>
27661 This feature enables the "| Pipe" command that sends the current message
27662 to the specified command for external processing.
27665 A short description of how the pipe command works is given
27666 <A HREF="h_pipe_command">here</A>.
27669 <UL>   
27670 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27671 </UL><P>
27672 &lt;End of help on this topic&gt;
27673 </BODY>
27674 </HTML>
27675 ====== h_config_quell_full_hdr_reset =====
27676 <HTML>
27677 <HEAD>
27678 <TITLE>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></TITLE>
27679 </HEAD>
27680 <BODY>
27681 <H1>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></H1>
27683 The <A HREF="h_common_hdrmode">HdrMode Command</A>
27684 normally resets to the default state when switching to a new message.
27685 For example, if you've used the &quot;H&quot; command to turn on Full
27686 Headers for a message you are viewing, and then you type the Next command
27687 to look at the next message, the full headers will no longer be shown.
27688 Setting this feature disables that reset.
27689 Instead, the Header Mode remains the same from message to message.
27692 The presence or absence of the HdrMode command is determined by the
27693 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
27694 Feature-List option.
27696 <UL>   
27697 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27698 </UL><P>
27699 &lt;End of help on this topic&gt;
27700 </BODY>
27701 </HTML>
27702 ====== h_config_enable_tab_complete =====
27703 <HTML>
27704 <HEAD>
27705 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></TITLE>
27706 </HEAD>
27707 <BODY>
27708 <H1>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></H1>
27710 This feature enables the TAB key when at a prompt for a filename. In this
27711 case, TAB will cause the partial name already entered to be automatically
27712 completed, provided the partial name is unambiguous.
27713 This feature is on by default.
27715 Similarly, this feature also enables TAB completion of address book
27716 nicknames when at a prompt for a nickname,
27717 or when typing in an address field in the composer.
27719 &lt;End of help on this topic&gt;
27720 </BODY>
27721 </HTML>
27722 ====== h_config_quit_wo_confirm =====
27723 <HTML>
27724 <HEAD>
27725 <TITLE>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></TITLE>
27726 </HEAD>
27727 <BODY>
27728 <H1>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></H1>
27730 This feature controls whether or not Alpine will ask for confirmation when a
27731 Quit command is received.
27733 &lt;End of help on this topic&gt;
27734 </BODY>
27735 </HTML>
27736 ====== h_config_quote_replace_noflow =====
27737 <HTML>
27738 <HEAD>
27739 <TITLE>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></TITLE>
27740 </HEAD>
27741 <BODY>
27742 <H1>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></H1>
27744 This feature, which is only active when
27745 <A HREF="h_config_quote_replace_string"><!--#echo var="VAR_quote-replace-string"--></A> is
27746 also set,
27747 enables quote-replacement on non-flowed messages.  It is off
27748 by default because a non-flowed message is more dependent on its format,
27749 and thus quote-replacement may cause less-than-pleasing results.
27750 Setting this feature will cause quote-replacement similar to that of flowed
27751 messages, but with the added possibility of long lines being wrapped
27752 into new lines if the Quote-Replacement-String is longer than the string
27753 it is replacing, which is &quot;&gt;&nbsp;&quot;.
27755 &lt;End of help on this topic&gt;
27756 </BODY>
27757 </HTML>
27758 ====== h_config_enable_jump =====
27759 <HTML>
27760 <HEAD>
27761 <TITLE>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></TITLE>
27762 </HEAD>
27763 <BODY>
27764 <H1>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></H1>
27766 When this feature is set you may enter a number (followed by RETURN)
27767 and jump to that message number, when in the MESSAGE INDEX or MESSAGE TEXT
27768 screens.  In other words, it obviates the need for typing the "J" for the
27769 Jump command.
27771 &lt;End of help on this topic&gt;
27772 </BODY>
27773 </HTML>
27774 ====== h_config_enable_alt_ed =====
27775 <HTML>
27776 <HEAD>
27777 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></TITLE>
27778 </HEAD>
27779 <BODY>
27780 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></H1>
27782 If this feature is set (the default), and the 
27783 <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
27784 <B>is not</B> set, entering
27785 the ^_ (Ctrl-underscore) key while composing a message will prompt you
27786 for the name of the editor you would like to use.
27788 If the environment variable $EDITOR is set, its value will be offered as
27789 a default.
27791 If the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
27792 <B>is</B> set, the ^_ key will activate the specified
27793 editor without prompting, in which case it is not necessary to
27794 set the &quot;<!--#echo var="FEAT_enable-alternate-editor-cmd"-->&quot; feature.  
27796 <UL>   
27797 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27798 </UL><P>
27799 &lt;End of help on this topic&gt;
27800 </BODY>
27801 </HTML>
27802 ====== h_config_alt_ed_now =====
27803 <HTML>
27804 <HEAD>
27805 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></TITLE>
27806 </HEAD>
27807 <BODY>
27808 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></H1>
27810 If this feature and the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A>
27811 variable are both set, Alpine will
27812 automatically activate the specified editor when the cursor is moved from
27813 the header of the message being composed into the message text.  For
27814 replies, the alternate editor will be activated immediately.  If this
27815 feature is set but the &quot;<!--#echo var="VAR_editor"-->&quot; variable is not set, then Alpine will
27816 automatically ask for the name of an alternate editor when the cursor
27817 is moved out of the header being composed, or if a reply is being done.
27819 <P><UL>
27820 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27821 </UL>
27823 &lt;End of help on this topic&gt;
27824 </BODY>
27825 </HTML>
27826 ====== h_config_enable_bounce =====
27827 <HTML>
27828 <HEAD>
27829 <TITLE>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></TITLE>
27830 </HEAD>
27831 <H1>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></H1>
27832 <BODY>
27834 Setting this feature enables the "B Bounce" command, which will prompt
27835 for an address and *remail* the message to the new recipient.  This command
27836 is used to re-direct messages that you have received in error, or need to
27837 be redirected for some other reason (e.g. list moderation).  The final
27838 recipient will see a header indicating that you have Resent the msg, but
27839 the message's From: header will show the original author of the message,
27840 and replies to it will go back to that author, and not to you.
27842 &lt;End of help on this topic&gt;
27843 </BODY>
27844 </HTML>
27845 ====== h_config_enable_agg_ops =====
27846 <HTML>
27847 <HEAD>
27848 <TITLE>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></TITLE>
27849 </HEAD>
27850 <BODY>
27851 <H1>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></H1>
27853 When this feature is set you may use the commands and subcommands that relate to
27854 performing operations on more than one message at a time.  We call these
27855 &quot;aggregate operations&quot;.  In particular, the 
27856 <!--chtml if pinemode="function_key"-->&quot;F5
27857 <!--chtml else-->&quot;;
27858 <!--chtml endif--> Select&quot;, 
27860 <!--chtml if pinemode="function_key"-->
27861 &quot;F6
27862 <!--chtml else-->
27863 &quot;A 
27864 <!--chtml endif-->
27865 Apply&quot;, and 
27866 <!--chtml if pinemode="function_key"-->
27867 &quot;F4
27868 <!--chtml else-->
27869 &quot;Z 
27870 <!--chtml endif-->
27871 Zoom&quot; commands are enabled by this feature.  Select is used to
27872 &quot;tag&quot; one or more messages meeting the specified criteria.  Apply can
27873 then be used to apply any message command to all of the selected/tagged
27874 messages.  Further, the Zoom command allows you to toggle the MESSAGE INDEX
27875 view between just those Selected and all messages in the folder.
27877 This feature also enables the 
27878 <!--chtml if pinemode="function_key"-->
27879 &quot;F7&quot; 
27880 <!--chtml else-->
27881 &quot;^X&quot; 
27882 <!--chtml endif-->
27884 subcommand in the MESSAGE INDEX 
27885 WhereIs command that causes all messages matching the WhereIs argument to 
27886 become selected; and the Select, Select Current, and ZoomMode commands in the
27887 <A HREF="h_folder_maint">FOLDER LIST screen</A>.
27889 Some related help topics are
27890 <UL>
27891 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
27892 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
27893 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
27894 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
27895 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
27896 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
27897 </UL>
27899 <UL>   
27900 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27901 </UL><P>
27902 &lt;End of help on this topic&gt;
27903 </BODY>
27904 </HTML>
27906 ====== h_config_enable_flag =====
27907 <HTML>
27908 <HEAD>
27909 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></TITLE>
27910 </HEAD>
27911 <BODY>
27912 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></H1>
27914 Setting this feature enables the
27915 <A HREF="h_common_flag">&quot;* Flag&quot;</A>
27916 command that allows you to
27917 manipulate the status flags associated with a message.  By default, Flag
27918 will set the "Important" flag, which results in an asterisk being
27919 displayed in column one of the MESSAGE INDEX for such messages.
27921 &lt;End of help on this topic&gt;
27922 </BODY>
27923 </HTML>
27924 ====== h_config_flag_screen_default =====
27925 <HTML>
27926 <HEAD>
27927 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></TITLE>
27928 </HEAD>
27929 <BODY>
27930 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></H1>
27932 The feature modifies the behavior of the
27933 <a href="h_common_flag">Flag</a>
27934 command (provided it too is
27935 <A HREF="h_config_enable_flag">enabled</A>).
27936 By default, when the "* Flag" command is selected,
27937 Alpine offers a prompt to set one of several flags and also offers the
27938 option of entering the detailed flag manipulation screen via the "^T"
27939 key. Enabling this feature causes Alpine to immediately enter the detailed
27940 flag screen rather than first offer the simple prompt.
27942 <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.
27944 &lt;End of help on this topic&gt;
27945 </BODY>
27946 </HTML>
27947 ====== h_config_flag_screen_kw_shortcut =====
27948 <HTML>
27949 <HEAD>
27950 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></TITLE>
27951 </HEAD>
27952 <BODY>
27953 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></H1>
27955 This feature modifies the behavior of the
27956 <a href="h_common_flag">Flag</a> command
27957 and the <A HREF="h_index_cmd_select">Select</A> command.
27958 This feature is set by default.
27959 When this feature is not set, when the "* Flag" command is selected,
27960 Alpine offers a prompt to set one of several flags and also offers the
27961 option of entering the detailed flag manipulation screen via the "^T"
27962 key.
27963 If you have
27964 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
27965 defined, then enabling this feature adds a shortcut way to set or unset
27966 keywords.
27967 You use &quot;*&quot; followed by the first letter of a keyword (or the nickname of
27968 a keyword if you've given it a nickname) and that will set the keyword.
27970 An example is easier to understand than the explanation.
27971 The flag command can always be used to set the system flags.
27972 For example, to set the Answered flag you would type
27974 <CENTER><SAMP>* A</SAMP></CENTER>
27976 Now suppose you have defined a keyword &quot;Work&quot; using the <!--#echo var="VAR_keywords"-->
27977 option in the Config screen.
27978 By default, to set a keyword like &quot;Work&quot; you would usually
27979 have to go to the Flag Details screen using
27980 the &quot;^T To Flag Details&quot; command.
27981 Instead, if you have enabled this feature, you may type
27983 <CENTER><SAMP>* W</SAMP></CENTER>
27985 to set the Work flag, or
27987 <CENTER><SAMP>* ! W</SAMP></CENTER>
27989 to unset it.
27990 Just like for the other flag setting commands, the case of the letter does
27991 not matter, so &quot;w&quot; or &quot;W&quot; both set the &quot;Work&quot;
27992 keyword.
27994 Notice that you can only use this trick for one keyword that begins
27995 with &quot;W&quot;.
27996 If you happen to have a &quot;Work&quot; keyword and another keyword that is
27997 &quot;WIFI&quot; the &quot;* W&quot; command will set the first one in
27998 your list of keywords.
27999 Also, there are five letters that are reserved for system
28000 flags and the NOT command.
28001 If you type &quot;* A&quot; it will always set the Answered flag, not
28002 your &quot;Aardvark&quot; keyword.
28003 In order to set the &quot;Aardvark&quot; keyword you'll still have to use
28004 the Flag Details screen.
28006 Because enabling the
28007 <A HREF="h_config_flag_screen_default"><!--#echo var="FEAT_enable-flag-screen-implicitly"--></A>
28008 option causes Alpine to skip directly to the Flag Details screen when the
28009 Flag command is used, 
28010 setting it will cause this feature to have no effect at all.
28012 Similarly, when Selecting by Keyword, setting this option will allow you
28013 to use Keyword initials instead of full keywords.
28015 &lt;End of help on this topic&gt;
28016 </BODY>
28017 </HTML>
28018 ====== h_config_can_suspend =====
28019 <HTML>
28020 <HEAD>
28021 <TITLE>FEATURE: <!--#echo var="FEAT_enable-suspend"--></TITLE>
28022 </HEAD>
28023 <BODY>
28024 <H1>FEATURE: <!--#echo var="FEAT_enable-suspend"--></H1>
28026 Setting this feature will allow you to type ^Z (Control Z) to 
28027 <!--chtml if pinemode="os_windows"-->
28028 minimize Alpine into its icon, bringing into focus whatever
28029 application is running behind the PC-Alpine window.
28030 <!--chtml else-->
28031 temporarily suspend Alpine.
28034 This does not exit Alpine, but puts it in the background to watch
28035 for new mail and such.  Normally, you type a command, such
28036 as &quot;fg&quot; at your system prompt to return to your Alpine session.
28039 The <A HREF="h_config_suspend_spawns"><!--#echo var="FEAT_use-subshell-for-suspend"--></A> feature
28040 adjusts whether Alpine is placed into the background of the shell its 
28041 running in or starts a news shell.
28042 <!--chtml endif-->
28045 <UL>   
28046 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28047 </UL><P>
28048 &lt;End of help on this topic&gt;
28049 </BODY>
28050 </HTML>
28051 ====== h_config_take_lastfirst ======
28052 <HTML>
28053 <HEAD>
28054 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></TITLE>
28055 </HEAD>
28056 <BODY>
28057 <H1>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></H1>
28059 Normally, when TakeAddr is used to copy an address from a message into
28060 an address book entry, Alpine will attempt to rewrite the full name of the
28061 address in the form
28064 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Last, First<P>
28066 instead of<P>
28068 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;First Last
28071 It does this because many people find it useful to sort by Last name
28072 instead of First name.  If this feature is set, then the TakeAddr command
28073 will not attempt to reverse the name in this manner.
28075 &lt;End of help on this topic&gt;
28076 </BODY></HTML>
28077 ====== h_config_disable_regex ======
28078 <HTML>
28079 <HEAD>
28080 <TITLE>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></TITLE>
28081 </HEAD>
28082 <BODY>
28083 <H1>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></H1>
28085 Normally, the
28086 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
28087 option is interpreted as a regular expression.
28088 One type of address that might cause trouble is an address that
28089 contains a plus sign.
28090 If you want to have an address with a plus as one of your
28091 <!--#echo var="VAR_alt-addresses"-->
28092 and you don't want to use regular expressions, then setting this
28093 feature will cause Alpine to treat the addresses you list literally instead.
28095 &lt;End of help on this topic&gt;
28096 </BODY></HTML>
28097 ====== h_config_take_fullname ======
28098 <HTML>
28099 <HEAD>
28100 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></TITLE>
28101 </HEAD>
28102 <BODY>
28103 <H1>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></H1>
28105 Normally, when TakeAddr is used to copy an address or addresses
28106 from a message into an address book entry, Alpine will try to preserve
28107 the full name associated with each address in the list of addresses.
28108 The reason for this is so that if the entry is a list or later becomes a
28109 list, then information about the individual addresses in the list
28110 is preserved.
28111 If you would rather just have the simple addresses in the list of addresses,
28112 set this feature. For example, with the default setting you might
28113 see something like this in the ADDRESS BOOK editor after you type TakeAddr
28115 <PRE>
28116  Nickname  : nick
28117  Fullname  : Bedrock Elders
28118  Fcc       :
28119  Comment   :
28120  Addresses : Fred Flintstone &lt;flint@bedrock.org&gt;,
28121              Barney Rubble &lt;rubble@bedrock.org&gt;
28122 </PRE>
28124 but with this feature set it would look like
28126 <PRE>
28127  Nickname  : nick
28128  Fullname  : Bedrock Elders
28129  Fcc       :
28130  Comment   :
28131  Addresses : flint@bedrock.org,
28132              rubble@bedrock.org
28133 </PRE>
28135 instead. Note the difference in the Addresses field.
28137 &lt;End of help on this topic&gt;
28138 </BODY></HTML>
28139 ====== h_config_print_from ======
28140 <HTML>
28141 <HEAD>
28142 <TITLE>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></TITLE>
28143 </HEAD>
28144 <BODY>
28145 <H1>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></H1>
28147 If this feature is set, then the Berkeley-mail style From line is included
28148 at the start of each message that is printed.  This line looks something
28149 like the following, with the address replaced by the address from the
28150 From line of the message being printed:
28152 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;From user@domain.somewhere.com Mon May 13
28153 14:11:06 1998
28155 &lt;End of help on this topic&gt;
28156 </BODY>
28157 </HTML>
28158 ====== h_config_expanded_distlists ======
28159 <HTML>
28160 <HEAD>
28161 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></TITLE>
28162 </HEAD>
28163 <BODY>
28164 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></H1>
28165 If this feature is set, then distribution lists in the address book
28166 screen will always be expanded automatically.
28168 &lt;End of help on this topic&gt;
28169 </BODY>
28170 </HTML>
28171 ====== h_config_compose_news_wo_conf ======
28172 <HTML>
28173 <HEAD>
28174 <TITLE>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></TITLE>
28175 </HEAD>
28176 <BODY>
28177 <H1>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></H1>
28178 This feature controls one aspect of Alpine's Composer.  If you enter the
28179 composer while reading a newsgroup, you will normally be prompted to
28180 determine whether you intend the new message to be posted to the current
28181 newsgroup or not.  If this feature is set, Alpine will not prompt you
28182 in this situation, and will assume that you do indeed wish to post
28183 to the newsgroup you are reading.
28185 &lt;End of help on this topic&gt;
28186 </BODY>
28187 </HTML>
28188 ====== h_config_compose_rejects_unqual ======
28189 <HTML>
28190 <HEAD>
28191 <TITLE>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></TITLE>
28192 </HEAD>
28193 <BODY>
28194 <H1>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></H1>
28196 This feature controls one aspect of the message composer; in particular,
28197 what happens when an unqualified name is entered into an address header.
28198 If set, unqualified names entered as addresses will be treated as errors
28199 unless they match an addressbook nickname.  Alpine will not attempt to turn
28200 them into complete addresses by adding your local domain.<P>
28202 A complete (fully qualified) address is one containing a username followed
28203 by an &quot;@&quot; (&quot;at&quot;) symbol, followed by a domain name (e.g.
28204 &quot;jsmith@example.com&quot;).  An unqualified name is one <B>without</B> 
28205 the &quot;@&quot; symbol and domain name (e.g. &quot;jsmith&quot;). 
28207 (See also <A HREF="h_address_format">Explanation of Address formats</A>.)
28211 When you enter a fully qualified address, Alpine does not interpret or
28212 modify it, but simply passes it on to the mail-transport-agent (MTA) for
28213 your system.  Alpine conforms to the Internet standards governing message
28214 headers and will not send an unqualifed name to the MTA.  Therefore, when
28215 you enter an unqualified name, Alpine will normally attempt to turn it into
28216 a fully qualified address, first by checking to see if you have entered a
28217 matching nickname in your addressbook, or failing that, by simply adding
28218 your own domain to the name entered.  So if your address is
28219 &quot;jsmith@example.com&quot; and you enter &quot;fred&quot;, then (assuming 
28220 &quot;fred&quot; is not a nickname in your addressbook), Alpine will turn 
28221 that into &quot;fred@example.com&quot;.<P>
28223 There are situations where it is not desirable for Alpine to interpret such
28224 unqualified names as valid (local) addresses.  For example, if &quot;fred&quot;
28225 turned out to be a typo (intended to be an addressbook nickname), but
28226 there actually was a &quot;fred&quot; in your local domain, the message might 
28227 be mis-delivered without your realizing it.  In order to reduce the likelihood
28228 of such accidents, setting this feature will cause Alpine to treat such
28229 addresses as errors, and require that you explicitly enter the full local
28230 address (e.g. &quot;fred@example.com&quot;) or correct the name so that it 
28231 matches an address book nickname.<P>
28233 Consider this a safety feature against mis-directed mail.
28235 <UL>   
28236 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28237 </UL><P>
28238 &lt;End of help on this topic&gt;
28239 </BODY>
28240 </HTML>
28241 ====== h_config_quell_local_lookup ======
28242 <HTML>
28243 <HEAD>
28244 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></TITLE>
28245 </HEAD>
28246 <BODY>
28247 <H1>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></H1>
28249 This feature controls an aspect of Alpine's Composer, and if needed, will
28250 usually be set by your system manager in Alpine's system-wide configuration
28251 file. Specifically, if this feature is set, Alpine will not attempt to look
28252 in the system password file to find a Full Name for the entered address.
28254 Normally, names you enter into address fields (e.g. To: or Cc:) are
28255 checked against your address book(s) to see if they match an address book
28256 nickname.  Failing that, (in Unix Alpine) the name is then checked against
28257 the Unix password file.  If the entered name matches a username in the
28258 system password file, Alpine extracts the corresponding Full Name information
28259 for that individual, and adds that to the address being entered.
28261 However, password file matching can have surprising (incorrect) results if
28262 other users of the system do not receive mail at the domain you are using.
28263 That is, if either the 
28264 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> or 
28265 <A HREF="h_config_domain_name">&quot;<!--#echo var="VAR_use-only-domain-name"-->&quot;</A>
28266 option
28267 is set such that the administrative domain of other users on the system
28268 isn't accurately reflected, Alpine should be told that a passwd file match
28269 is coincidental, and Full Name info will be incorrect.  For example, a
28270 personal name from the password file could get falsely paired with the
28271 entered name as it is turned into an address in the configured domain.
28273 If you are seeing this behavior, enabling this feature will prevent Unix
28274 Alpine from looking up names in the password file to find the Full Name
28275 for incomplete addresses you enter.<P>
28276 <UL>
28277 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28278 </UL>
28280 &lt;End of help on this topic&gt;
28281 </BODY>
28282 </HTML>
28283 ====== h_config_tab_checks_recent ======
28284 <HTML>
28285 <HEAD>
28286 <TITLE>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></TITLE>
28287 </HEAD>
28288 <BODY>
28289 <H1>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></H1>
28291 In a FOLDER LIST screen, the TAB key usually just changes which
28292 folder is highlighted.
28293 If this feature is set, then the TAB key will cause the number of
28294 recent messages and the total number of messages in the highlighted folder
28295 to be displayed instead.
28298 &lt;End of help on this topic&gt;
28299 </BODY>
28300 </HTML>
28301 ====== h_config_maildrops_preserve_state ======
28302 <HTML>
28303 <HEAD>
28304 <TITLE>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></TITLE>
28305 </HEAD>
28306 <BODY>
28307 <H1>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></H1>
28309 This feature affects the way <A HREF="h_maildrop">Mail Drops</A> work.
28310 Normally, when mail is moved from a Mail Drop folder to a destination
28311 folder, it is delivered as new mail.
28312 Any Seen/New, Answered, Important/Flagged state that has changed will be
28313 ignored.
28314 All of the mail will be considered unSeen, unAnswered, and unImportant after
28315 it is moved.
28317 If this feature is set, then the state changes that have been made
28318 to the messages in the Mail Drop folder will be preserved.
28320 In any case, messages that are already marked Deleted when the
28321 mail is to be moved from the Mail Drop will be ignored.
28323 &lt;End of help on this topic&gt;
28324 </BODY>
28325 </HTML>
28326 ====== h_config_preopen_stayopens ======
28327 <HTML>
28328 <HEAD>
28329 <TITLE>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></TITLE>
28330 </HEAD>
28331 <BODY>
28332 <H1>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></H1>
28334 This feature is related to the option
28335 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
28336 Normally, Stay Open folders are only opened on demand, when the user
28337 asks to open them.
28338 From then on they are kept open for the duration of the session.
28339 However, if this feature is set, then the Stay Open folders will all be
28340 opened at startup, at the same time that the INBOX is opened.
28343 &lt;End of help on this topic&gt;
28344 </BODY>
28345 </HTML>
28346 ====== h_config_expunge_inbox ======
28347 <HTML>
28348 <HEAD>
28349 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></TITLE>
28350 </HEAD>
28351 <BODY>
28352 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></H1>
28354 The INBOX is normally treated differently from regular folders in several
28355 ways.
28356 One of the differences is that the normal &quot;close&quot; sequence of
28357 events is deferred until Alpine is exited, instead of happening when you
28358 leave the INBOX to view another folder.
28359 The &quot;close&quot; sequence normally includes the Expunging
28360 of deleted messages
28361 (either automatically or after a prompt, controlled by the features
28362 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
28363 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
28364 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
28365 handling of the
28366 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>.
28369 If this feature is set the &quot;close&quot; sequence handling will take
28370 place every time you leave the INBOX.
28371 The INBOX will still be kept open, but the offer to Expunge and the archiving
28372 to the <!--#echo var="VAR_read-message-folder"-->
28373 will take place each time you leave the INBOX instead of only once at the
28374 end of the session.
28377 &lt;End of help on this topic&gt;
28378 </BODY>
28379 </HTML>
28380 ====== h_config_expunge_stayopens ======
28381 <HTML>
28382 <HEAD>
28383 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></TITLE>
28384 </HEAD>
28385 <BODY>
28386 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></H1>
28388 This feature is related to the option
28389 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
28390 Stay Open folders are treated differently from regular folders in several
28391 ways.
28392 One of the differences is that the normal &quot;close&quot; sequence of
28393 events is deferred until Alpine is exited, instead of happening when you
28394 leave the folder to view another folder.
28395 The &quot;close&quot; sequence normally includes the Expunging
28396 of deleted messages
28397 (either automatically or after a prompt, controlled by the features
28398 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
28399 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
28400 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
28401 handling of
28402 <A HREF="h_config_archived_folders"><!--#echo var="VAR_incoming-archive-folders"--></A>.
28405 If this feature is set the &quot;close&quot; sequence handling will take
28406 place when you leave the Stay Open folder.
28407 The folder will still be kept open, but the offer to Expunge and the archiving
28408 will take place each time you leave the folder instead of only once at the
28409 end of the session.
28410 This feature does not affect the INBOX, which will still only be processed
28411 when you exit Alpine.
28412 However, there is a similar feature that affects only the INBOX called
28413 <A HREF="h_config_expunge_inbox">&quot;<!--#echo var="FEAT_offer-expunge-of-inbox"-->&quot;</A>.
28416 &lt;End of help on this topic&gt;
28417 </BODY>
28418 </HTML>
28419 ====== h_config_preserve_start_stop ======
28420 <HTML>
28421 <HEAD>
28422 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></TITLE>
28423 </HEAD>
28424 <BODY>
28425 <H1>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></H1>
28427 This feature controls how special control key characters, typically
28428 Ctrl-S and Ctrl-Q, are interpreted when input to Alpine.  These characters
28429 are known as the "stop" and "start" characters and are sometimes used in
28430 communications paths to control data flow between devices that operate at
28431 different speeds.
28435 By default, Alpine turns the system's handling of these special characters
28436 off except during printing.  However, if you see Alpine reporting input errors
28437 such as:
28439 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[ Command "^Q" not defined for this screen.]
28441 and, at the same time, see your display become garbled, then it is likely
28442 that setting this option will solve the problem.  Be aware, though, that
28443 enabling this feature will also cause Alpine to ostensibly "hang" 
28444 whenever the Ctrl-S key combination is entered as the system is now
28445 interpreting such input as a "stop output" command.  To "start
28446 output"  again, simply type Ctrl-Q. 
28448 &lt;End of help on this topic&gt;
28449 </BODY>
28450 </HTML>
28451 ====== h_config_enable_incoming ======
28452 <HTML>
28453 <HEAD>
28454 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></TITLE>
28455 </HEAD>
28456 <BODY>
28457 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></H1>
28459 Alpine's Incoming Message Folders collection
28460 provides a convenient way to access multiple incoming folders.
28461 It is also useful if you have accounts on multiple computers.
28464 If set, this feature defines a pseudo-folder collection called
28465 &quot;INCOMING MESSAGE FOLDERS&quot;.  Initially, the only folder included
28466 in this collection will be your INBOX, which will no longer show up in
28467 your Default folder collection.
28470 You may add more folders to the Incoming Message Folders collection by
28471 using the
28472 <!--chtml if pinemode="function_key"-->
28473 &quot;F10
28474 <!--chtml else-->
28475 &quot;A
28476 <!--chtml endif-->
28477 Add&quot; command in the FOLDER LIST screen.  You will be prompted for
28478 the host the folder is stored on (which defaults to the same host used
28479 for your INBOX), a nickname, and the actual folder name.  Once a set
28480 of Incoming Message Folders are defined, the TAB key (in MESSAGE INDEX
28481 or MESSAGE TEXT screens) may be used to scan the folders for those
28482 with Recent messages.  If you add more folders to
28483 your <!--#echo var="VAR_incoming-folders"--> collection, turning this feature back off will have
28484 no effect.
28486 NOTE: Normally the software that actually delivers mail (the stuff that happens
28487 before Alpine is involved) is in a better position to do delivery filtering
28488 than is Alpine itself.
28489 If possible, you may want to look at programs such as
28490 &quot;filter&quot; or &quot;procmail&quot;, which are examples of delivery
28491 filtering programs.
28492 If you'd prefer to have Alpine do the filtering for you, you may set that
28494 Look <A HREF="h_rules_filter">here</A> for help with Alpine filtering.
28496 <UL>   
28497 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28498 </UL><P>
28499 &lt;End of help on this topic&gt;
28500 </BODY>
28501 </HTML>
28502 ====== h_config_enable_incoming_checking ======
28503 <HTML>
28504 <HEAD>
28505 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></TITLE>
28506 </HEAD>
28507 <BODY>
28508 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></H1>
28510 This feature is only operational if you have enabled the optional
28511 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> collection.
28512 If you do have Incoming Message Folders and you also set this feature,
28513 then the number of Unseen messages in each folder will be displayed
28514 in the FOLDER LIST screen for the Incoming Message Folders.
28515 The number of Unseen messages in a folder will be displayed in parentheses
28516 to the right of the name of each folder.
28517 If there are no Unseen messages in a folder then only the name
28518 is displayed, not a set of parentheses with zero inside them.
28519 A redraw command, Ctrl-L, can be used in the FOLDER LIST screen for
28520 the Incoming Message Folders to cause an immediate update.
28522 If a check for Unseen messages fails for a particular folder then Alpine
28523 will no longer attempt to check that folder for the duration of the
28524 session and this will be indicated by a question mark inside the
28525 parentheses.
28527 The features
28528 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>,
28529 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>,
28530 <A HREF="h_config_incoming_list"><!--#echo var="VAR_incoming-check-list"--></A>,
28531 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>,
28532 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>, and
28533 <A HREF="h_config_incoming_timeo"><!--#echo var="VAR_incoming-check-timeout"--></A>
28534 all affect how this feature behaves.
28536 <UL>   
28537 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28538 </UL><P>
28539 &lt;End of help on this topic&gt;
28540 </BODY>
28541 </HTML>
28542 ====== h_config_incoming_checking_total ======
28543 <HTML>
28544 <HEAD>
28545 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></TITLE>
28546 </HEAD>
28547 <BODY>
28548 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></H1>
28550 This option has no effect unless the feature
28551 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
28552 is set, which in turn has no effect unless
28553 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
28554 is set.
28556 When incoming folder checking is turned on the default is to display
28557 the number of unseen messages in each folder.
28558 More precisely, it is the number of undeleted unseen messages.
28559 Using this option you may also display the total number of messages
28560 in each folder.
28561 Instead of a single number representing the number of unseen messages
28562 you will get two numbers separated by a slash character.
28563 The first is the number of unseen messages and the second is the
28564 total number of messages.
28566 You may also use the recent message count instead of the unseen message
28567 count by turning on the feature
28568 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>.
28570 <UL>   
28571 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28572 </UL><P>
28573 &lt;End of help on this topic&gt;
28574 </BODY>
28575 </HTML>
28576 ====== h_config_incoming_checking_recent ======
28577 <HTML>
28578 <HEAD>
28579 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></TITLE>
28580 </HEAD>
28581 <BODY>
28582 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></H1>
28584 This option has no effect unless the feature
28585 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
28586 is set, which in turn has no effect unless
28587 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
28588 is set.
28590 When incoming folder checking is turned on the default is to display
28591 the number of unseen messages in each folder.
28592 More precisely, it is the number of undeleted unseen messages.
28593 Using this option you may display the number of recent messages instead
28594 of the number of unseen messages.
28595 A message is only counted as recent if this is the first session to
28596 see it, so the recent count might be less than the unseen count.
28597 The difference between the two would be accounted for by the unseen messages
28598 in the folder which were there previously but have not been looked at yet.
28600 If you simultaneously run more than one email client at a time
28601 (for example, you run more than one Alpine in parallel) then turning
28602 this feature on can cause some confusion.
28603 The confusion stems from the fact that each message is only considered to be
28604 recent in one session.
28605 That means that the counts of new messages may be different in the two
28606 Alpines running side by side, because each incoming message will only be
28607 counted as recent in one of the two sessions.
28609 You may also display the total number of messages
28610 in each folder by using the
28611 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
28612 option.
28614 <UL>   
28615 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28616 </UL><P>
28617 &lt;End of help on this topic&gt;
28618 </BODY>
28619 </HTML>
28620 ====== h_config_attach_in_reply ======
28621 <HTML>
28622 <HEAD>
28623 <TITLE>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></TITLE>
28624 </HEAD>
28625 <BODY>
28626 <H1>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></H1>
28628 This feature controls an aspect of Alpine's Reply command. If set, any MIME
28629 attachments that were part of the original message will automatically be
28630 included in the Reply.
28632 &lt;End of help on this topic&gt;
28633 </BODY>
28634 </HTML>
28635 ====== h_config_include_header =====
28636 <HTML>
28637 <HEAD>
28638 <TITLE>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></TITLE>
28639 </HEAD>
28640 <BODY>
28641 <H1>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></H1>
28643 This feature controls an aspect of Alpine's Reply command. If set, and the
28644 original message is being included in the reply, then headers from that
28645 message will also be part of the reply.
28647 &lt;End of help on this topic&gt;
28648 </HEAD>
28649 </HTML>
28650 ====== h_config_sig_at_bottom =====
28651 <HTML>
28652 <HEAD>        
28653 <TITLE>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></TITLE>
28654 </HEAD>
28655 <BODY>
28656 <H1>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></H1>
28658 This feature controls an aspect of Alpine's Reply command.  If this feature
28659 is set, and the original message is being included in the reply, then the
28660 contents of your signature file (if any) will be inserted after the included
28661 message.
28663 This feature does not affect the results of a Forward command.
28665 &lt;End of help on this topic&gt;
28666 </BODY>
28667 </HTML>
28668 ====== h_config_sigdashes =====
28669 <HTML>
28670 <HEAD>
28671 <TITLE>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></TITLE>
28672 </HEAD>
28673 <BODY>
28674 <H1>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></H1>
28676 This feature enables support for the common USENET news convention 
28677 of preceding a message signature with the special line consisting of 
28678 the three characters &quot;--&nbsp;&quot; (i.e., dash, dash, and space).
28681 When enabled and a
28682 &quot;<A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>&quot; exists,
28683 Alpine will insert the special line before including the file's text (unless
28684 the special line already exists somewhere in the file's text).
28687 In addition, when you Reply or Followup to a message containing one of
28688 these special lines and choose to include its text, Alpine will observe
28689 the convention of not including text beyond the special line in your
28690 reply.
28691 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
28692 mode is enabled and turned on, then Alpine <EM>will</EM>
28693 include the text beyond the special line regardless of the setting of
28694 this feature.
28697 See also &quot;<a href="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>&quot;
28698 for a related feature.
28701 <UL>   
28702 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28703 </UL><P>
28704 &lt;End of help on this topic&gt;
28705 </BODY>
28706 </HTML>
28707 ====== h_config_new_thread_blank_subject =====
28708 <HTML>
28709 <HEAD>
28710 <TITLE>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></TITLE>
28711 </HEAD>
28712 <BODY>
28713 <H1>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></H1>
28715 When this feature is enabled (the default) Alpine will create a new thread
28716 every time that the subject line becomes empty at any time during composition.
28719 This behavior is particularly useful in case you are replying to a message.
28720 Replying to a message causes the message to be in the same thread than the
28721 original message that is being replied to. However, many authors want to create
28722 a new message (in a different thread) while replying to a message, and they do
28723 this by changing the full subject, by first deleting the original subject and
28724 typing the new subject of the current message.
28727 Enabling this feature causes that any time that the subject is deleted, the 
28728 message being composed will be considered the first message of a new thread.
28731 <UL>   
28732 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28733 </UL><P>
28734 &lt;End of help on this topic&gt;
28735 </BODY>
28736 </HTML>
28737 ====== h_config_strip_sigdashes =====
28738 <HTML>
28739 <HEAD>
28740 <TITLE>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></TITLE>
28741 </HEAD>
28742 <BODY>
28743 <H1>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></H1>
28745 This feature doesn't do anything if the feature
28746 &quot;<A HREF="h_config_sigdashes"><!--#echo var="FEAT_enable-sigdashes"--></A>&quot; is turned on.
28747 However, if the &quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot; feature is not turned on,
28748 then turning on this feature enables support for the convention
28749 of not including text beyond the sigdashes line when Replying or Following
28750 up to a message and including the text of that message.
28751 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
28752 mode is enabled and turned on, then Alpine <EM>will</EM>
28753 include the text beyond the special line regardless of the setting of
28754 this feature.
28756 In other words, this is a way to turn on the signature stripping behavior
28757 without also turning on the dashes-adding behavior.
28759 <UL>   
28760 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28761 </UL><P>
28762 &lt;End of help on this topic&gt;
28763 </BODY>
28764 </HTML>
28765 ====== h_config_forward_as_attachment =====
28766 <HTML>
28767 <HEAD>
28768 <TITLE>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></TITLE>
28769 </HEAD>
28770 <BODY>
28771 <H1>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></H1>
28773 This feature affects the way forwarded message text is handled.  When set, rather than 
28774 include the text of the forwarded message below any additional text you provide in the
28775 composer, the forwarded message is attached in its entirety to the message you send.
28777 This is useful in that it keeps the text you provide in the composer distinct from the
28778 text of the forwarded message.  Similarly, it allows the recipient to 
28779 conveniently operate on the forwarded message.  For example, they might reply directly to
28780 the sender of the forwarded message, or process it as part of a spam report.
28781 <UL>   
28782 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28783 </UL><P>
28784 &lt;End of help on this topic&gt;
28785 </BODY>
28786 </HTML>
28787 ====== h_config_preserve_field =====
28788 <HTML>
28789 <HEAD>
28790 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></TITLE>
28791 </HEAD>
28792 <BODY>
28793 <H1>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></H1>
28795 This feature affects Alpine's behavior when one replies to a message. 
28796 When you receive a message, some or all of the recipients of the message 
28797 have been added to the To: and Cc: fields. If you reply to such message, 
28798 and this feature is disabled, then the original sender of the message is 
28799 added to the To: field, and all other recipients are added to the Cc: 
28800 field, while your address is added to the From: field.
28803 However, if this feature is enabled, then Alpine will preserve the 
28804 original fields as sent in the original message, so the Cc: and To: 
28805 fields will be preserved. The sender's address will be added to the To: 
28806 field, while your address is added to the From: field.
28809 The behavior of this feature is that replies to all messages will behave 
28810 in the way described above. If you only intend this to happen on a per 
28811 message basis, then keep this feature disabled, and when replying to a 
28812 message you will see a new option in the menu for the &quot;Reply to all 
28813 recipients?&quot; question. In this case, pressing &quot;p&quot; will 
28814 make Alpine toggle its question so you can preserve the To: and Cc: 
28815 fields for that message only.
28817 <UL>   
28818 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28819 </UL><P>
28820 &lt;End of help on this topic&gt;
28821 </BODY>
28822 </HTML>
28823 ====== h_config_sub_lists =====
28824 <HTML>
28825 <HEAD>
28826 <TITLE>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></TITLE>
28827 </HEAD>
28828 <BODY>
28829 <H1>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></H1>
28831 This feature affects the subcommands available when Saving, 
28832 or when Opening a new folder. If set, the subcommand ^X ListMatches will be
28833 available. This command allows you to type in a substring of the folder
28834 you are looking for and when you type ^X it will display all folders
28835 that contain that substring in their names.
28836 This feature is set by default.
28839 &lt;End of help on this topic&gt;
28840 </BODY>
28841 </HTML>
28842 ====== h_config_scramble_message_id =====
28843 <HTML>
28844 <HEAD>
28845 <TITLE>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></TITLE>
28846 </HEAD>
28847 <BODY>
28848 <H1>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></H1>
28850 Normally the Message-ID header that Alpine generates when sending a message
28851 contains the name of the computer from which the message is being sent.
28852 Some believe that this hostname could be used by spammers or could
28853 be used by others for nefarious purposes.
28854 If this feature is set, that name will be transformed with a simple
28855 Rot13 transformation.
28856 The result will still have the correct syntax for a Message-ID but the
28857 part of the MessageID that is often a domain name will not be an actual
28858 domain name because the letters will be scrambled.
28860 In addition, other information such as the name program, version, and
28861 a code for operating system used to build Alpine, will be encoded using
28862 the Rot13 transformation, except for the version number which will be
28863 encoded using a Rot5 transformation.
28865 It is possible (but unlikely?) that some spam detection
28866 software will use that as a reason to reject the mail as spam.
28867 It has also been reported that some spam detection software uses the
28868 fact that there are no dots after the &quot;@&quot; as a reason to reject
28869 messages.
28870 If your PC-Alpine Message-ID is using a name without a dot that is because
28871 that is what Windows thinks is your &quot;Full computer name&quot;.
28872 The method used to set this varies from one type of Windows to another but
28873 check under Settings -> Control Panel -> System and
28874 look for Network Identification or Computer Name or something similar.
28875 How to set it is beyond the scope of Alpine.
28878 &lt;End of help on this topic&gt;
28879 </BODY>
28880 </HTML>
28881 ====== h_downgrade_multipart_to_text =====
28882 <HTML>
28883 <HEAD>
28884 <TITLE>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></TITLE>
28885 </HEAD>
28886 <BODY>
28887 <H1>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></H1>
28890 This feature affects Alpine's behavior when sending mail.  Internet
28891 standards require Alpine to translate all non-ASCII characters in
28892 messages that it sends using MIME encoding.  This encoding can be
28893 ostensibly broken for recipients if any agent between Alpine and the
28894 recipient, such as an email list expander, appends text to the
28895 message, such as list information or advertising.  When sending such
28896 messages Alpine attempts to protect such encoding by placing extra
28897 MIME boundaries around the message text.
28899 These extra boundaries are invisible to recipients that 
28900 use MIME-aware email programs (the vast majority).  However, if
28901 you correspond with users of email programs that are not MIME-aware,
28902 or do not handle the extra boundaries gracefully, you can
28903 use this feature to prevent Alpine from including the extra
28904 MIME information.  Of course, it will increase the likelihood
28905 that non-ASCII text you send may appear corrupt to the recipient.
28907 &lt;End of help on this topic&gt;
28908 </BODY>
28909 </HTML>
28910 ====== h_config_show_sort =====
28911 <HTML>
28912 <HEAD>
28913 <TITLE>FEATURE: <!--#echo var="FEAT_show-sort"--></TITLE>
28914 </HEAD>
28915 <BODY>
28916 <H1>FEATURE: <!--#echo var="FEAT_show-sort"--></H1>
28918 If this feature is set and there is sufficient space on the screen,
28919 a short indication of the current sort order will be
28920 added in the titlebar (the top line on the screen), before the name
28921 of the folder.
28922 For example, with the default Arrival sort in effect,
28923 the display would have the characters
28925 <P><CENTER>[A]</CENTER><P>
28927 added between the title of the screen and the folder name.
28928 The letters are the same as the letters you may type to manually
28929 sort a folder with the SortIndex command ($).
28930 The letters in the table below are the ones that may show
28931 up in the titlebar line.
28933 <TABLE>   
28934 <TR> <TD> A </TD> <TD> <EM>A</EM>rrival        </TD> </TR>
28935 <TR> <TD> S </TD> <TD> <EM>S</EM>ubject        </TD> </TR>
28936 <TR> <TD> F </TD> <TD> <EM>F</EM>rom           </TD> </TR>
28937 <TR> <TD> T </TD> <TD> <EM>T</EM>o             </TD> </TR>
28938 <TR> <TD> C </TD> <TD> <EM>C</EM>c             </TD> </TR>
28939 <TR> <TD> D </TD> <TD> <EM>D</EM>ate           </TD> </TR>
28940 <TR> <TD> Z </TD> <TD> si<EM>Z</EM>e           </TD> </TR>
28941 <TR> <TD> O </TD> <TD> <EM>O</EM>rderedsubject </TD> </TR>
28942 <TR> <TD> E </TD> <TD> scor<EM>E</EM>          </TD> </TR>
28943 <TR> <TD> H </TD> <TD> t<EM>H</EM>read         </TD> </TR>
28944 </TABLE>
28946 If the sort order is Reversed, the letter above will be preceded by the letter
28947 &quot;R&quot;, for example
28949 <P><CENTER>[RS]</CENTER><P>
28951 means that a Reverse Subject sort is in effect.
28952 For the case where the sort is in Reverse Arrival order, the &quot;A&quot; is
28953 left out, and just an &quot;R&quot; is shown.
28955 <P><CENTER>[R]</CENTER>
28958 &lt;End of help on this topic&gt;
28959 </BODY>
28960 </HTML>
28961 ====== h_config_disable_reset_disp =====
28962 <HTML>
28963 <HEAD>
28964 <TITLE>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></TITLE>
28965 </HEAD>
28966 <BODY>
28967 <H1>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></H1>
28969 UNIX Alpine only.
28971 This feature affects Alpine's behavior when using
28972 <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>.
28973 Normally, before the display filter is run, the terminal mode is reset
28974 to what it was before you started Alpine.
28975 This may be necessary if the filter requires the use of the terminal.
28976 For example, it may need to interact with you.
28977 If you set this feature, then the terminal mode will not be reset.
28978 One thing that turning on this feature should fix is the coloring of
28979 <A HREF="h_config_quote_color">quoted text</A> in the message view, which
28980 breaks because the terminal reset resets the color state of the terminal.
28983 &lt;End of help on this topic&gt;
28984 </BODY>
28985 </HTML>
28986 ====== h_config_disable_sender =====
28987 <HTML>
28988 <HEAD>
28989 <TITLE>FEATURE: <!--#echo var="FEAT_disable-sender"--></TITLE>
28990 </HEAD>
28991 <BODY>
28992 <H1>FEATURE: <!--#echo var="FEAT_disable-sender"--></H1>
28994 This feature affects Alpine's generation of the &quot;Sender:&quot; or
28995 <A HREF="h_config_use_sender_not_x">&quot;X-X-Sender&quot;</A>
28996 header fields.
28997 By default, Alpine will generate such a header in situations where the
28998 username or domain are not the same as
28999 the &quot;From:&quot; header on the message.
29000 With this feature set,
29001 no &quot;Sender:&quot; or &quot;X-X-Sender&quot; header will be generated.
29002 This may be desirable on a system that is virtually hosting many domains,
29003 and the sysadmin has other methods available for tracking a message to
29004 its originator.
29006 See also <A HREF="h_config_allow_chg_from">&quot;<!--#echo var="FEAT_allow-changing-from"-->&quot;</A>.
29009 &lt;End of help on this topic&gt;
29010 </BODY>
29011 </HTML>
29012 ====== h_config_use_sender_not_x =====
29013 <HTML>
29014 <HEAD>
29015 <TITLE>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></TITLE>
29016 </HEAD>
29017 <BODY>
29018 <H1>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></H1>
29020 Normally Alpine adds a header line
29021 labeled &quot;X-X-Sender&quot;, if the sender is
29022 different from the From: line.
29023 The standard specifies that this header
29024 line should be labeled &quot;Sender&quot;, not &quot;X-X-Sender&quot;.
29025 Setting this feature causes
29026 &quot;Sender&quot; to be used instead of &quot;X-X-Sender&quot;.
29028 See also <A HREF="h_config_disable_sender">&quot;<!--#echo var="FEAT_disable-sender"-->&quot;</A>.
29031 &lt;End of help on this topic&gt;
29032 </BODY>
29033 </HTML>
29034 ====== h_config_use_fk =====
29035 <HTML>
29036 <HEAD>
29037 <TITLE>FEATURE: <!--#echo var="FEAT_use-function-keys"--></TITLE>
29038 </HEAD>
29039 <BODY>
29040 <H1>FEATURE: <!--#echo var="FEAT_use-function-keys"--></H1>
29042 This feature specifies that Alpine will respond to function keys instead of
29043 the normal single-letter commands. In this mode, the key menus at the
29044 bottom of each screen will show function key designations instead of the
29045 normal mnemonic key.
29048 &lt;End of help on this topic&gt;
29049 </BODY>
29050 </HTML>
29051 ====== h_config_cancel_confirm =====
29052 <HTML>
29053 <HEAD>
29054 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></TITLE>
29055 </HEAD>
29056 <BODY>
29057 <H1>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></H1>
29059 This feature affects what happens when you type ^C to cancel a composition.
29060 By default, if you attempt to cancel a composition by typing ^C, you will be
29061 asked to confirm the cancellation by typing a &quot;C&quot;
29062 for <EM>C</EM>onfirm.
29063 It logically ought to be a &quot;Y&quot; for <EM>Y</EM>es, but that is
29064 risky because the &quot;^C Y&quot; needed to cancel a message
29065 is close (on the keyboard) to the &quot;^X Y&quot; needed to send a message.
29067 If this feature is set the confirmation asked for
29068 will be a &quot;<EM>Y</EM>es&quot;
29069 instead of a &quot;<EM>C</EM>onfirm&quot; response.
29072 &lt;End of help on this topic&gt;
29073 </BODY>
29074 </HTML>
29075 ====== h_config_compose_maps_del =====
29076 <HTML>
29077 <HEAD>
29078 <TITLE>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></TITLE>
29079 </HEAD>
29080 <BODY>
29081 <H1>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></H1>
29083 This feature affects the behavior of the DELETE key.
29084 If set, Delete will be equivalent to ^D, and delete
29085 the current character.  Normally Alpine defines the Delete key
29086 to be equivalent to ^H, which deletes the <EM>previous</EM>
29087 character.
29090 &lt;End of help on this topic&gt;
29091 </BODY>
29092 </HTML>
29093 ====== h_config_compose_bg_post =====
29094 <HTML>
29095 <HEAD>
29096 <TITLE>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></TITLE>
29097 </HEAD>
29098 <BODY>
29099 <H1>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></H1>
29101 This feature affects the behavior of Alpine's mail sending.  If set, this
29102 feature enables a subcommand in the composer's "Send?" confirmation
29103 prompt.  The subcommand allows you to tell Alpine to handle the actual
29104 posting in the background.  While this feature usually allows posting
29105 to appear to happen very fast, it has no affect on the actual delivery
29106 time it takes a message to arrive at its destination.
29109 Please Note:
29110 <OL>
29111  <LI>This feature will have no effect if the feature
29112        <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A>
29113        is set.
29114  <LI>This feature isn't supported on all systems.  All DOS and Windows,
29115        as well as several Unix ports, do not recognize this feature.
29116  <LI>Error handling is significantly different when this feature is
29117         enabled.  Any message posting failure results in the message
29118         being appended to your &quot;Interrupted&quot; mail folder.  When you
29119         type the <A HREF="h_common_compose">C</A>ompose command,
29120         Alpine will notice this folder and
29121         offer to extract any messages contained.  Upon continuing a 
29122         failed message, Alpine will display the nature of the failure 
29123         in the status message line.
29124  <LI> <EM>WARNING</EM>: Under extreme conditions, it is possible
29125         for message data to
29126         get lost.  <EM>Do</EM> <EM>not</EM> enable this feature
29127         if you typically run close to any sort of disk-space limits or quotas.
29128 </OL>
29130 &lt;End of help on this topic&gt;
29131 </BODY>
29132 </HTML>
29133 ====== h_config_compose_dsn =====
29134 <HTML>
29135 <HEAD>
29136 <TITLE>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></TITLE>
29137 </HEAD>
29138 <BODY>
29139 <H1>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></H1>
29141 This feature affects the behavior of Alpine's mail sending.  If set, this
29142 feature enables a subcommand in the composer's &quot;Send?&quot; confirmation
29143 prompt.  The subcommand allows you to tell Alpine to request the type of
29144 Delivery Status Notification (DSN) that you would like.  Most users will
29145 be happy with the default, and need not enable this feature.
29147 If the feature
29148 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
29149 then this feature has no effect and the type of DSN is not selectable.
29152 Turning on this feature and then turning on the DSNOpts from the send
29153 prompt reveals four on-off toggles at the bottom of the screen.
29154 The &quot;X&quot; command toggles between NoErrRets and ErrRets.  NoErrRets requests
29155 that no notification be returned to you, even if there is a delivery
29156 failure.  The &quot;D&quot; key toggles between Delay and NoDelay.  This tells the
29157 server that you are willing (or not) to receive delay notifications, which
29158 happen when there is an unusual delay at some mail server (in that mail
29159 server's opinion).  The &quot;S&quot; key toggles between Success and NoSuccess.
29160 Success requests that you be sent a DSN message when the message is
29161 successfully delivered to the recipients mailbox.  Setting NoErrRets will
29162 automatically turn off Delay and Success notification, and will flip the
29163 toggles to show that.  Similarly, turning on Delay and/or Success will
29164 automatically toggle the &quot;X&quot; key to ErrRets.  The fourth command, the
29165 &quot;H&quot; key, toggles between RetHdrs and RetFull.  RetFull requests that
29166 the full message be returned in any failed DSN.  RetHdrs requests that
29167 only the headers be returned in any failed DSN.  Notice that this command
29168 applies only to failed delivery status reports.  For delay or success
29169 reports, the full message is never returned, only the headers are returned.
29172 If you don't enable the DSN feature or if you don't turn it on for a
29173 particular message, the default is that you will be notified about failures,
29174 you might be notified about delays, and you won't be notified about
29175 successes.  You will usually receive the full message back when there is
29176 a failure.
29179 If you turn on the DSNOpts the default is to return as much information as
29180 possible to you.  That is, by default, the Success and Delay options are
29181 turned on and the full message will be returned on failure.
29184 The sending prompt will display the current DSN request (if any) in a
29185 shorthand form.  It will be:
29187 <P><CENTER>[Never]</CENTER>
29190 if you have requested NoErrRets.  Otherwise, it will look something like:
29192 <P><CENTER>[FDS-Hdrs]</CENTER>
29195 The &quot;F&quot; will always be there, indicating that you will be notified
29196 of failures.  (Alpine doesn't provide a way to request no failure notification
29197 and at the same time request either success or delay notification.  The only
29198 way to request no failure notifications is to request no notifications at
29199 all with NoErrRets.)  The &quot;D&quot; and/or &quot;S&quot; will be present if you have
29200 requested Delay and/or Success notification.  If one of those is missing,
29201 that means you are requesting no notification of the corresponding type.
29202 After the dash it will say either Hdrs or Full.  Hdrs means to return only
29203 the headers and Full means to return the full message (applies to
29204 failure notifications only).
29207 NOTE: This feature relies on your system's mail transport agent or
29208 configured
29209 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
29210 having the negotiation mechanism introduced in
29211 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
29212 &quot;Delivery Status Notification&quot; (DSN).  If the mail tranport agent you
29213 are using doesn't support DSN, a short warning will be shown to you on
29214 the message line at the bottom of the screen after you send your message,
29215 but your message will have been sent anyway.
29218 Note that DSNs don't provide a mechanism to request read receipts.  That
29219 is, if you request notification on success you are notified when the
29220 message is delivered to the mailbox, not when the message is read.
29223 ESMTP allows for graceful migration to upgraded mail transfer agents, but
29224 it is possible that this feature might cause problems for some servers. 
29227 &lt;End of help on this topic&gt;
29228 </BODY>
29229 </HTML>
29230 ====== h_config_auto_zoom =====
29231 <HTML>
29232 <HEAD>
29233 <TITLE>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></TITLE>
29234 </HEAD>
29235 <BODY>
29236 <H1>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></H1>
29238 This feature affects the behavior of the Select command.
29239 If set, the select command will automatically perform a zoom
29240 after the select is complete.
29241 This feature is set by default.
29243 Some related help topics are
29244 <UL>
29245 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
29246 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
29247 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
29248 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
29249 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
29250 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
29251 </UL>
29254 &lt;End of help on this topic&gt;
29255 </BODY>
29256 </HTML>
29257 ====== h_config_auto_unzoom =====
29258 <HTML>
29259 <HEAD>
29260 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></TITLE>
29261 </HEAD>
29262 <BODY>
29263 <H1>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></H1>
29265 This feature affects the behavior of the Apply command.  If set, and if
29266 you are currently looking at a Zoomed Index view of selected messages,
29267 the Apply command will do the operation you specify, but then will
29268 implicitly do an &quot;UnZoom&quot;, so that you will automatically be back in
29269 the normal Index view after the Apply. 
29270 This feature is set by default.
29273 Some related help topics are
29274 <UL>
29275 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
29276 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
29277 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
29278 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
29279 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
29280 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
29281 </UL>
29283 &lt;End of help on this topic&gt;
29284 </BODY>
29285 </HTML>
29286 ====== h_config_auto_unselect =====
29287 <HTML>
29288 <HEAD>
29289 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></TITLE>
29290 </HEAD>
29291 <BODY>
29292 <H1>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></H1>
29294 This feature affects the behavior of the Apply command.  If set,
29295 the Apply command will do the operation you specify, but then will
29296 implicitly do an &quot;UnSelect All&quot;, so that you will automatically be back in
29297 the normal Index view after the Apply. 
29300 Some related help topics are
29301 <UL>
29302 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
29303 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
29304 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
29305 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
29306 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
29307 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
29308 </UL>
29310 &lt;End of help on this topic&gt;
29311 </BODY>
29312 </HTML>
29313 ====== h_config_fast_recent =====
29314 <HTML>
29315 <HEAD>
29316 <TITLE>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></TITLE>
29317 </HEAD>
29318 <BODY>
29319 <H1>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></H1>
29321 This feature controls the behavior of the TAB key when traversing folders
29322 in the optional 
29323 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
29324 collection or in optional <!--#echo var="VAR_news-collections"-->.
29327 When the TAB
29328 (<A HREF="h_common_nextnew">NextNew</A>)
29329 key is pressed, the default behavior is to
29330 explicitly examine the status of the folder for the number of recent
29331 messages (messages delivered since the last time it was viewed).
29332 Depending on the size and number of messages in the folder, this test
29333 can be time consuming.
29336 Enabling this feature will cause Alpine to only test for the existence of
29337 any recent messages rather than to obtain the count.  This is much faster
29338 in many cases.  The downside is that you're not given the number of recent
29339 messages when prompted to view the next folder.
29340 If the feature
29341 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
29342 is turned on, then the present feature will have no effect.
29345 <UL>   
29346 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29347 </UL><P>
29348 &lt;End of help on this topic&gt;
29349 </BODY>
29350 </HTML>
29351 ====== h_config_arrow_nav =====
29352 <HTML>
29353 <HEAD>
29354 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></TITLE>
29355 </HEAD>
29356 <BODY>
29357 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></H1>
29359 This feature controls the behavior of the left and right arrow keys.
29360 If set, the left and right arrow keys will operate like the usual
29361 navigation keys &lt; and &gt;.
29362 This feature is set by default.
29365 If you set this feature, and do not like the changed behavior of the up/down 
29366 arrow 
29367 keys when navigating through the FOLDER LIST screen -- 
29368 <B>first</B> from column to column, if more than one folder is 
29369 displayed per row, 
29370 and <B>then</B> from row to row -- you may either also wish to set the feature 
29371 &quot;<A HREF="h_config_relaxed_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></A>&quot;, 
29372 &quot;<A HREF="h_config_single_list"><!--#echo var="FEAT_single-column-folder-list"--></A>&quot;, or
29373 use the ^P/^N (instead of up/down arrow) keys to move up/down the list of 
29374 folders in each column.
29376 <UL>   
29377 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29378 </UL><P>
29379 &lt;End of help on this topic&gt;
29380 </BODY>
29381 </HTML>
29382 ====== h_config_relaxed_arrow_nav =====
29383 <HTML>
29384 <HEAD>
29385 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></TITLE>
29386 </HEAD>
29387 <BODY>
29388 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></H1>
29390 This feature controls the behavior of the left, right, up and down
29391 arrow keys in the FOLDER LIST screen when the &quot;<A
29392 HREF="h_config_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation"--></A>&quot; feature is
29393 set.
29394 This feature is set by default.
29398 When this feature is set, the left and right
29399 arrow keys in the FOLDER LIST screen
29400 move the highlight bar to the left or right, and the up and
29401 down arrows move it up or down.
29404 When the &quot;<!--#echo var="FEAT_enable-arrow-navigation"-->&quot; feature is set and this
29405 feature is not set;
29406 the left and right arrow keys in the Folder List screen strictly
29407 track the commands bound to the '&lt;' and '&gt;' keys, and the up
29408 and down arrow keys move the highlight bar to the previous and next
29409 folder or directory name.
29412 <UL>   
29413 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29414 </UL><P>
29415 &lt;End of help on this topic&gt;
29416 </BODY>
29417 </HTML>
29418 ====== h_config_alt_compose_menu =====
29419 <HTML>
29420 <HEAD>
29421 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></TITLE>
29422 </HEAD>
29423 <BODY>
29424 <H1>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></H1>
29426 This feature controls the menu that is displayed when Compose is selected.
29427 If set, a list of options will be presented, with each option representing
29428 the type of composition that could be used. This feature is most useful for
29429 users who want to avoid being prompted with each option separately, or who
29430 want to avoid the checking of remote postponed or form letter folders.
29431 The possible types of composition are:
29434 New, for starting a new composition. Note that if New is selected and roles
29435 are set, roles are checked for matches and applied according to the setting
29436 of the matching role.
29439 Interrupted, for continuing an interrupted composition. This option is only
29440 offered if an interrupted message folder is detected.
29443 Postponed, for continuing postponed compositions. This option is offered
29444 if a <!--#echo var="VAR_postponed-folder"--> is set in the config REGARDLESS OF whether or not
29445 the postponed folder actually exists. This option is especially handy
29446 for avoiding having to check for the existence of a remote postponed folder.
29449 Form, for using form letters. This option is offered if the <!--#echo var="VAR_form-letter-folder"-->
29450 is set in the config, and is not checked for existence for reasons similar
29451 to those explained by the postponed option.
29454 setRole, for selecting a role to apply to a composition.
29457 &lt;End of help on this topic&gt;
29458 </BODY>
29459 </HTML>
29460 ====== h_config_alt_role_menu =====
29461 <HTML>
29462 <HEAD>
29463 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></TITLE>
29464 </HEAD>
29465 <BODY>
29466 <H1>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></H1>
29468 Normally the <A HREF="h_common_role">Role Command</A> allows you to choose
29469 a role and compose a new message using that role.
29470 When this feature is set, the role command will first ask whether you want to
29471 Compose a new message, Forward the current message, Reply to the
29472 current message, or Bounce the current message.
29473 If you are not in the MESSAGE INDEX and are not viewing a message,
29474 then there is no current message and the question will be skipped.
29475 After you have chosen to Compose, Forward, Reply, or Bounce you will
29476 then choose the role to be used.
29478 When Bouncing the &quot;Set From&quot; address is used for the
29479 Resent-From header, the &quot;Set Fcc&quot; value is used for the Fcc
29480 provided that the option
29481 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A> is turned on,
29482 and the &quot;Use SMTP Server&quot; value is used for the SMTP server, if
29483 set.
29484 Other actions of the role are ignored when Bouncing.
29487 &lt;End of help on this topic&gt;
29488 </BODY>
29489 </HTML>
29490 ====== h_config_always_spell_check =====
29491 <HTML>
29492 <HEAD>
29493 <TITLE>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></TITLE>
29494 </HEAD>
29495 <BODY>
29496 <H1>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></H1>
29498 When this feature is set, every composed message will be spell-checked before
29499 being sent.
29501 &lt;End of help on this topic&gt;
29502 </BODY>
29503 </HTML>
29504 ====== h_config_quell_asterisks =====
29505 <HTML>
29506 <HEAD>
29507 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></TITLE>
29508 </HEAD>
29509 <BODY>
29510 <H1>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></H1>
29512 When you are running Alpine you will sometimes be asked for a password
29513 in a prompt on the third line from the bottom of the screen.
29514 Normally each password character you type will cause an asterisk to echo
29515 on the screen. That gives you some feedback to know that your typing is
29516 being recognized.
29517 There is a very slight security risk in doing it this way because someone
29518 watching over your shoulder might be able to see how many characters there
29519 are in your password.
29520 If you'd like to suppress the echoing of the asterisks set this feature.
29522 &lt;End of help on this topic&gt;
29523 </BODY>
29524 </HTML>
29525 ====== h_config_quell_flowed_text =====
29526 <HTML>
29527 <HEAD>
29528 <TITLE>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></TITLE>
29529 </HEAD>
29530 <BODY>
29531 <H1>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></H1>
29533 Alpine generates flowed text where possible.
29534 The method for generating flowed text is defined by
29535 <A HREF="http://www.ietf.org/rfc/rfc3676.txt">RFC 3676</A>,
29536 the benefit of doing so is
29537 to send message text that can properly be viewed both on normal width displays
29538 and on displays with smaller or larger than normal screen widths.
29539 With flowed text, a space at the end of a line tells the receiving mail
29540 client that the following line belongs to the same paragraph.
29541 Quoted text will also be affected, with only the innermost
29542 level of &quot;&gt;&quot; quoting being followed by a space.
29543 However, if you have changed the
29544 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
29545 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
29546 quoted text will not be flowed.
29547 For this reason, we recommend that you leave your
29548 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; set to the default.
29550 This feature turns off the generation of flowed text, as it might be
29551 desired to more tightly control how a message is displayed on the receiving end.
29553 If this feature is <EM>not</EM> set, you can control on a message by message
29554 basis whether or not flowed text is generated.
29555 You do this by typing ^V at the Send confirmation prompt that you get
29556 after typing ^X to send a message.
29557 ^V is a toggle that turns flowing off and back on if typed again.
29558 If for some reason flowing cannot be done on a particular message, then the
29559 ^V command will not be available.
29560 This would be the case, for example, if this feature was set, or if your
29561 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; was set to a non-default value.
29562 If the feature
29563 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
29564 then the opportunity to control on a message by message basis
29565 whether or not flowed text is generated is lost.
29567 When this feature is not set and you have typed ^V to turn off flowing,
29568 the Send confirmation prompt will change to look like
29570 <CENTER><SAMP>Send message (not flowed)?</SAMP></CENTER>
29572 <A HREF="h_config_strip_ws_before_send">&quot;<!--#echo var="FEAT_strip-whitespace-before-send"-->&quot;</A> will
29573 also turn off the sending of flowed text messages, but it differs in that
29574 it also trims all trailing white space from a message before sending it.
29576 If alternate editors are used extensively, be aware that a message will still
29577 be sent flowed if this feature is unset.  In most cases this will be fine,
29578 but if the editor has a &quot;flowed text&quot; mode, it would be best to
29579 use that.
29581 &lt;End of help on this topic&gt;
29582 </BODY>
29583 </HTML>
29584 ====== h_config_strip_ws_before_send =====
29585 <HTML>
29586 <HEAD>
29587 <TITLE>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></TITLE>
29588 </HEAD>
29589 <BODY>
29590 <H1>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></H1>
29592 By default, trailing whitespace is not stripped from
29593 a message before sending.  Trailing whitespace should have no effect on an
29594 email message, and in flowed text can aid in delimiting paragraphs.
29595 However, the old behavior of stripping trailing whitespace was in place
29596 to better deal with older clients that couldn't handle certain types of
29597 text encodings.  This feature restores the old behavior
29599 Trailing whitespace is of aid to flowed-text-formatted messages, which are
29600 generated by default but can be turned off via the
29601 <A HREF="h_config_quell_flowed_text">&quot;<!--#echo var="FEAT_quell-flowed-text"-->&quot;</A> feature.
29602 <!--#echo var="FEAT_strip-whitespace-before-send"--> also has the effect of turning off sending
29603 of flowed text.
29605 &lt;End of help on this topic&gt;
29606 </BODY>
29607 </HTML>
29608 ====== h_config_alt_reply_menu =====
29609 <HTML>
29610 <HEAD>
29611 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></TITLE>
29612 </HEAD>
29613 <BODY>
29614 <H1>FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></H1>
29616 Note that if this option is enabled, then the option
29617 <A HREF="h_config_auto_include_reply"><!--#echo var="FEAT_include-text-in-reply"--></A>
29618 is ignored. See below to understand why.
29620 When you reply to a message, a series of questions are asked that 
29621 determines how your reply will be handled by Alpine. This feature only 
29622 affects the result of the first question you are asked, and its purpose is 
29623 to set values that could override defaults set in Alpine's main 
29624 configuration screen. As a result, this menu allows you to configure even 
29625 more features than you would be able to do without this option. For 
29626 example, this menu always allows you to override or select a <A 
29627 HREF="h_rules_roles">Role</A> if you have defined one, or allows you to 
29628 override your indent string, regardless of if you have enabled 
29629 <A HREF="h_config_prefix_editing"><!--#echo var="FEAT_enable-reply-indent-string-editing"--></A>.
29630 The full list of options can be found below.
29632 Here is an example of how this option works. After you press Reply,
29633 if you see &quot;A Inc Attach&quot; in the menu, it means that 
29634 if you press &quot;A&quot;, then Alpine will include the attachments
29635 of the original message, and the default is not to include them. 
29636 Conversely, if you see &quot;A No Attach&quot; 
29637 then by pressing &quot;A&quot; Alpine will not include
29638 attachments in your reply, and the default is that Alpine will 
29639 include them in your reply. The value that you see when you 
29640 start your reply is controlled by the option
29641 <A HREF="h_config_attach_in_reply">
29642 <!--#echo var="FEAT_include-attachments-in-reply"-->
29643 </A>. If the feature is enabled, then Alpine will display 
29644 &quot;A No Attach&quot; to override the default behavior. You can
29645 toggle between the two values of this option by pressing &quot;A&quot;.
29646 Remember that the value that you see in the menu is the action that will 
29647 be done when you press the associated command.
29649 Below are your options:
29650 <OL>
29651 <LI><B>A</B>: This determines if Alpine will include or not the 
29652 attachments sent to you in the message that you are replying to. The default 
29653 is to use the value of the configuration option 
29654 <A HREF="h_config_attach_in_reply"><!--#echo var="FEAT_include-attachments-in-reply"--></A> and can be overriden by using this command.
29656 <LI><B>H</B>: This command determines if the headers of a message are
29657 included in the body of the message that is being replied to. By default 
29658 Alpine will use the value of the configuration option 
29659 <A HREF="h_config_include_header"><!--#echo var="FEAT_include-header-in-reply"--></A>. 
29660 Observe that by toggling this option to include headers, text will be toggled
29661 to be included by default.
29663 <LI><B>R</B>: Can be used to set a role different from the default.
29665 <LI><B>S</B>: Determines if Alpine will strip the signature from a 
29666 message. The default is to strip the signature when the message is not
29667 viewed in headers mode, and you either have enabled
29668 <A HREF="h_config_sigdashes"><!--#echo var="FEAT_enable-sigdashes"--></A> 
29670 <A HREF="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></A>.
29672 <LI><B>Ctrl-R</B>: Can be used to edit the 
29673 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>.
29674 </OL>
29676 In order to include the text of the original message in the reply
29677 you either need to press 'y' to include the original text, or 'n' to 
29678 exclude it from the reply. Pressing return will execute the default 
29679 action, which is to include text only if the option
29680 <A HREF="h_config_auto_include_reply"><!--#echo var="FEAT_include-text-in-reply"--></A>
29681 is enabled. However, notice that the default is to include text if you edit the 
29682 reply indent string or if you explicitly set through this menu that you
29683 want headers included in the reply message.
29686 &lt;End of help on this topic&gt;
29687 </BODY>
29688 </HTML>
29689 ====== h_config_del_from_dot =====
29690 <HTML>
29691 <HEAD>
29692 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></TITLE>
29693 </HEAD>
29694 <BODY>
29695 <H1>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></H1>
29697 This feature controls the behavior of the Ctrl-K command in the composer.
29698 If set, ^K will cut from the current cursor position to the end of the line,
29699 rather than cutting the entire line.
29702 &lt;End of help on this topic&gt;
29703 </BODY>
29704 </HTML>
29705 ====== h_config_print_index =====
29706 <HTML>
29707 <HEAD>
29708 <TITLE>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></TITLE>
29709 </HEAD>
29710 <BODY>
29711 <H1>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></H1>
29713 This feature controls the behavior of the Print command when in the
29714 MESSAGE INDEX screen.  If set, the print command will give you a prompt
29715 asking if you wish to print the message index, or the currently highlighted
29716 message. If not set, the message will be printed.
29719 &lt;End of help on this topic&gt;
29720 </BODY>
29721 </HTML>
29722 ====== h_config_allow_talk =====
29723 <HTML>
29724 <HEAD>
29725 <TITLE>FEATURE: <!--#echo var="FEAT_allow-talk"--></TITLE>
29726 </HEAD>
29727 <BODY>
29728 <H1>FEATURE: <!--#echo var="FEAT_allow-talk"--></H1>
29730 UNIX Alpine only.
29732 By default, permission for others to &quot;talk&quot; to your terminal is turned
29733 off when you are running Alpine.  When this feature is set, permission is
29734 instead turned on.  If enabled, you may see unexpected messages in the
29735 middle of your Alpine screen from someone attempting to contact you via the
29736 &quot;talk&quot; program.
29739 NOTE: The &quot;talk&quot; program has nothing to do with Alpine or email.  The 
29740 talk daemon on your system will attempt to print a message on your screen 
29741 when someone else is trying to contact you.  If you wish to see these
29742 messages while you are running Alpine, you should enable this feature.
29745 If you do enable this feature and see a &quot;talk&quot; message, you must 
29746 suspend or quit Alpine before you can respond.
29749 &lt;End of help on this topic&gt;
29750 </BODY>
29751 </HTML>
29752 ====== h_config_send_filter_dflt =====
29753 <HTML>
29754 <HEAD>
29755 <TITLE>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></TITLE>
29756 </HEAD>
29757 <BODY>
29758 <H1>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></H1>
29759 If you have <A HREF="h_config_sending_filter">&quot;<!--#echo var="VAR_sending-filters"-->&quot;</A> 
29760 configured, setting this feature will cause
29761 the first filter in the <!--#echo var="VAR_sending-filters"--> list to be offered as the default
29762 instead of unfiltered, the usual default.
29764 <UL>   
29765 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29766 </UL><P>
29767 &lt;End of help on this topic&gt;
29768 </BODY>
29769 </HTML>
29770 ====== h_config_custom_print =====
29771 <HTML>
29772 <HEAD>
29773 <TITLE>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></TITLE>
29774 </HEAD>
29775 <BODY>
29776 <H1>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></H1>
29778 When this feature is set, the print command will have an additional
29779 subcommand called "C CustomPrint".  If selected, you will have
29780 the opportunity to enter any system print command --instead of being 
29781 restricted to using those that have been previously configured in the 
29782 printer setup menu.
29785 &lt;End of help on this topic&gt;
29786 </BODY>
29787 </HTML>
29788 ====== h_config_enable_dot_files =====
29789 <HTML>
29790 <HEAD>
29791 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></TITLE>
29792 </HEAD>
29793 <BODY>
29794 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></H1>
29796 When this feature is set, files beginning with dot (".") will be
29797 visible in the file browser.  For example, you'll be able to select them
29798 when using the browser to add an attachment to a message.
29800 &lt;End of help on this topic&gt;
29801 </BODY>
29802 </HTML>
29803 ====== h_config_enable_dot_folders =====
29804 <HTML>
29805 <HEAD>        
29806 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></TITLE>
29807 </HEAD>
29808 <BODY>
29809 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></H1>
29811 When this feature is set, folders beginning with dot (".") may be added
29812 and viewed.
29814 &lt;End of help on this topic&gt;
29815 </BODY>
29816 </HTML>
29817 ====== h_config_ff_between_msgs =====
29818 <HTML>
29819 <HEAD>
29820 <TITLE>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></TITLE>
29821 </HEAD>
29822 <BODY>
29823 <H1>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></H1>
29825 Setting this feature causes a formfeed to be printed between messages when
29826 printing multiple messages (with Apply Print command).
29828 &lt;End of help on this topic&gt;
29829 </BODY>
29830 </HTML>
29831 ====== h_config_blank_keymenu =====
29832 <HTML>
29833 <HEAD>
29834 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></TITLE>
29835 </HEAD>
29836 <BODY>
29837 <H1>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></H1>
29839 If this feature is set the command key menu that normally appears on the
29840 bottom two lines of the screen will not usually be there.  Asking for
29841 help with ^G or ? will cause the key menu to appear instead of causing
29842 the help message to come up.  If you want to actually see the help text,
29843 another ^G or ? will show it to you.  After the key menu has popped
29844 up with the help key it will remain there for an O for Other command but
29845 disappear if any other command is typed.
29847 &lt;End of help on this topic&gt;
29848 </BODY>
29849 </HTML>
29850 ====== h_config_enable_mouse =====
29851 <HTML>
29852 <HEAD>
29853 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></TITLE>
29854 </HEAD>
29855 <BODY>
29856 <H1>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></H1>
29858 This feature controls whether or not an X terminal mouse can be used with
29859 Alpine.  If set, and the $DISPLAY variable indicates that an X terminal is
29860 being used, the left mouse button on the mouse can be used to select text
29861 or commands.
29862 Clicking on a command at the bottom of the screen will behave as if you had
29863 typed that command.
29864 Clicking on an index line will move the current message highlight to
29865 that line.
29866 Double-clicking on an index line will view the message.
29867 Double-clicking on a link will view the link.
29869 This type of mouse support will also work in some terminal emulators which are
29870 not actually X terminals, but which have extra code to support the xterm
29871 style mouse.
29872 For those emulators you not only need to turn this feature on but you also
29873 have to set the $DISPLAY environment variable even though it isn't needed
29874 for your terminal.
29875 That will cause Alpine to think that it is an xterm and to properly interpret the
29876 escape sequences sent by the mouse.
29878 Note: if this feature is set, the behavior of X terminal cut-and-paste is
29879 also modified.  It is sometimes possible to hold the shift key down while clicking
29880 left or middle mouse buttons for the normal xterm cut/paste operations. 
29881 There is also an Alpine command to toggle this mode on or off.
29882 The command is Ctrl-&#92; (Control-backslash).
29884 &lt;End of help on this topic&gt;
29885 </BODY>
29886 </HTML>
29887 ====== h_config_enable_xterm_newmail =====
29888 <HTML>
29889 <HEAD>        
29890 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></TITLE>
29891 </HEAD>
29892 <BODY>
29893 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></H1>
29895 This feature controls whether or not Alpine will attempt to announce new
29896 mail arrival when it is running in an X terminal window and that window
29897 is iconified.  If set, and the $DISPLAY variable indicates that an X
29898 terminal is being used, Alpine will send appropriate escape sequences to
29899 the X terminal to modify the label on Alpine's icon to indicate that new
29900 mail has arrived. Alpine will also modify the Alpine window's title to
29901 indicate new mail.
29902 See also <a href="h_config_enable_newmail_short_text"><!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>.
29904 &lt;End of help on this topic&gt;
29905 </BODY></HTML>
29906 ====== h_config_enable_newmail_short_text =====
29907 <HTML>
29908 <HEAD>        
29909 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></TITLE>
29910 </HEAD>
29911 <BODY>
29912 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></H1>
29914 This feature controls the text to be displayed in an icon in the event
29915 of a new message arrival.  Normally, the message will
29916 be the one that is displayed on the screen.  This feature shortens the
29917 message to a count of the number of new messages in brackets.  This may be
29918 more useful for those who use the window's title bar in the task bar as a
29919 new mail indicator.  This feature is only useful if the
29920 <A HREF="h_config_enable_xterm_newmail"><!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></A>
29921 feature is also set.  Like the <!--#echo var="FEAT_enable-newmail-in-xterm-icon"-->
29922 feature, this feature is only relevant when run in an xterm environment.
29924 &lt;End of help on this topic&gt;
29925 </BODY></HTML>
29926 ====== h_config_copy_to_to_from =====
29927 <HTML>
29928 <HEAD>
29929 <TITLE>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></TITLE>
29930 </HEAD>
29931 <BODY>
29932 <H1>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></H1>
29934 This feature affects the From address used when Replying to a message.
29935 It is probably only useful if you have some
29936 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
29937 defined.
29938 When enabled, it checks to see if any of the addresses in the To or Cc
29939 fields of the message you are replying to is one of your addresses.
29940 If it is, and there is only one of them, then that address is used as
29941 the From address in the message you are composing.
29942 In other words, you will be using a From address that is the same
29943 as the To address that was used to get the mail to you in the first place.
29946 If a role is being used and it has a From address defined, that From address will
29947 be used rather than the one derived from this feature.
29950 <UL>   
29951 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29952 </UL><P>
29953 &lt;End of help on this topic&gt;
29954 </BODY>
29955 </HTML>
29956 ====== h_config_prefix_editing =====
29957 <HTML>
29958 <HEAD>
29959 <TITLE>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></TITLE>
29960 </HEAD>
29961 <BODY>
29962 <H1>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></H1>
29964 This feature affects the Reply command's &quot;Include original message
29965 in Reply?&quot; prompt.  When enabled, it causes the
29966 &quot;Edit Indent String&quot; sub-command to appear which allows 
29967 you to edit the string Alpine would otherwise use to denote included 
29968 text from the message being replied to.<P>
29970 Thus, you can change Alpine's default message quote character (usually
29971 an angle bracket) on a per message basis. So you could change your quoted message to
29972 look, for example, like this:<p>
29974 <pre>On Tues, 26 Jan 1999, John Q. Smith wrote:
29976 John: I just wanted to say hello and to congratulate you
29977 John: on a job well done!</pre><p>
29979 The configuration option
29980 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
29981 may be used to change what appears as the default string to be edited.
29983 NOTE: Edited <!--#echo var="VAR_reply-indent-string"--> only apply to the message
29984 currently being replied to.
29986 If you change your <!--#echo var="VAR_reply-indent-string"-->
29987 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
29988 quoted text will not be flowed
29989 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
29990 when you reply.
29991 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
29992 set to the default value.
29994 <UL>   
29995 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29996 </UL><P>
29997 &lt;End of help on this topic&gt;
29998 </BODY>
29999 </HTML>
30000 ====== h_config_enable_search_and_repl =====
30001 <HTML>
30002 <HEAD>
30003 <TITLE>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></TITLE>
30004 </HEAD>
30005 <BODY>
30006 <H1>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></H1>
30008 This feature modifies the behavior of Alpine's composer.  Setting this
30009 feature causes Alpine to offer the "^R Replace" subcommand, which
30010 allows you to search and replace text strings in a message you are composing, 
30011 inside the "^W Where is" command.  
30015 To search and replace text, first enter the text to be replaced at the 
30016 "Search: " prompt.  Then, rather than pressing Enter to just search for that
30017 text, press ^R, which turns the prompt into 
30021 Search (to replace): 
30025 and then press Enter.  The cursor will highlight the first occurrence 
30026 of the text string you entered, and the prompt will show: 
30030 Replace "<your text string>" with : 
30034 where <your text string> is what you entered at the previous prompt;
30035 here, enter the replacement text.  To only replace the highlighted 
30036 occurrence, simply press Enter now; to replace all occurrences in the 
30037 message, press ^X (Repl All), then Enter.  You will then be asked to confirm 
30038 each replacement.
30042 The command ^R toggles between "Replace" and "Don't Replace"; its subcommand
30043 ^X toggles between "Replace All" and "Replace One."
30047 If you previously searched for text in a message, it will be offered for 
30048 re-use as part of the prompt, shown in [ ] brackets.
30051 &lt;End of help on this topic&gt;
30052 </BODY>
30053 </HTML>
30054 ====== h_config_enable_view_attach =====
30055 <HTML>
30056 <HEAD>
30057 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></TITLE>
30058 </HEAD>
30059 <BODY>
30060 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></H1>
30062 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
30063 Setting this feature causes Alpine to present attachments in boldface.
30064 The first available attachment is displayed in inverse.  This is the
30065 "selected" attachment.  Pressing RETURN will cause Alpine to display
30066 the selected attachment.  Use the arrow keys to change which of the
30067 attachments displayed in boldface is the current selection.
30071 Speaking of arrow keys, the Up and Down Arrows will select the next
30072 and previous attachments if one is available on the screen for selection.
30073 Otherwise, they will simply adjust the viewed text one line up or down.
30077 Similarly, when selectable items are present in a message, the Ctrl-F key
30078 can be used to select the next item in the message independent of which
30079 portion of the viewed message is currently displayed. The Ctrl-B key can
30080 be used to select the previous item in the same way. 
30081 <P> 
30082 &lt;End of help on this topic&gt;
30083 </BODY>
30084 </HTML>
30085 ====== h_config_enable_y_print =====
30086 <HTML>
30087 <HEAD>
30088 <TITLE>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></TITLE>
30089 </HEAD>
30090 <BODY>
30091 <H1>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></H1>
30093 This feature modifies the behavior of Alpine's Print command.
30095 By default, Alpine's print command is available by pressing the "%" key.  
30096 (This command is a substantial change from Pine versions before 4.00 -- 
30097 where the print command was "Y" -- based on numerous complaints about 
30098 printing being invoked inadvertently, since Y also means "Yes.")  
30102 This feature is supplied to mitigate any disruption or anxiety users 
30103 might feel as a result of this change.  
30107 Enabling this feature will cause Alpine to recognize both the old
30108 command, "Y" for Prynt, as well the new "%" method for invoking
30109 printing.  Note, key menu labels are not changed as a result of
30110 enabling this feature.
30114 &lt;End of help on this topic&gt;
30115 </BODY>
30116 </HTML>
30117 ====== h_config_enable_lessthan_exit =====
30118 <HTML>
30119 <HEAD>
30120 <TITLE>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></TITLE>
30121 </HEAD>
30122 <BODY>
30123 <H1>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></H1>
30125 If this feature is set, then on screens where there is an Exit command
30126 but no < command, the < key will perform the same function as the Exit
30127 command.
30128 This feature is set by default.
30130 &lt;End of help on this topic&gt;
30131 </BODY>
30132 </HTML>
30133 ====== h_config_enable_view_url =====
30134 <HTML>
30135 <HEAD>
30136 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></TITLE>
30137 </HEAD>
30138 <BODY>
30139 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></H1>
30140 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
30141 When this feature is set (the default) Alpine will select possible URLs from the
30142 displayed text and display them in boldface for selection.
30144 The first available URL is displayed in inverse.  This is the
30145 &quot;selected&quot; URL.  Pressing RETURN will cause Alpine to display
30146 the selected URL via either built-in means as with mailto:, imap:,
30147 news:, and nntp:, or via an external application as defined
30148 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
30149 variable.
30151 Use the arrow keys to change which of the URLs displayed in boldface
30152 is the current selection.
30154 Speaking of arrow keys, the Up and Down Arrows will select the next
30155 and previous URL if one is available on the screen for selection (unless 
30156 you have set the feature 
30157 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
30158 Otherwise, they will simply adjust the viewed text one line up or down.
30160 Similarly, when selectable items are present in a message, the Ctrl-F
30161 key can be used to select the next item in the message independent
30162 of which portion of the viewed message is currently displayed. The
30163 Ctrl-B key can be used to select the previous item in the same way.
30165 <UL>   
30166 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30167 </UL><P>
30168 &lt;End of help on this topic&gt;
30169 </BODY>
30170 </HTML>
30171 ====== h_config_enable_view_web_host =====
30172 <HTML>
30173 <HEAD>
30174 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></TITLE>
30175 </HEAD>
30176 <BODY>
30177 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></H1>
30179 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
30180 When this feature is set (the default) Alpine will select possible web hostnames
30181 from the displayed text and display them in boldface for selection.  
30182 This can be useful when you receive messages referencing World Wide Web 
30183 sites without the use of complete URLs; for example, specifying only 
30184 &quot;www.some.site.com&quot; (which will <B>not</B> become a 
30185 selectable 
30186 item by setting <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>) 
30187 rather than explicitly
30188 &quot;http://www.some.site.com&quot;.  
30190 The first available hostname is displayed in inverse.  This is the
30191 &quot;selected&quot; hostname.  Pressing RETURN will cause Alpine to display
30192 the selected hostname via an external application as defined
30193 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
30194 variable.
30196 Use the arrow keys (unless you have set the feature 
30197 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
30198 to change which of the hostnames displayed in
30199 boldface is the current selection.
30201 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
30202 key can be used to select the next web hostname in the message independent
30203 of which portion of the viewed message is currently displayed. The
30204 Ctrl-B key can be used to select the previous web hostnames in the same way.
30206 <UL>   
30207 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30208 </UL><P>
30209 &lt;End of help on this topic&gt;
30210 </BODY>
30211 </HTML>
30212 ====== h_config_enable_view_addresses =====
30213 <HTML>
30214 <HEAD>
30215 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></TITLE>
30216 </HEAD>
30217 <BODY>
30218 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></H1>
30220 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
30221 Setting this feature causes Alpine to select possible email addresses
30222 from the displayed text and display them in boldface for selection.  
30225 The first available email address is displayed in inverse.  This is the
30226 &quot;selected&quot; address.  Pressing RETURN will cause Alpine to enter
30227 the message composition screen with the To: field filled in with the
30228 selected address.
30230 Use the arrow keys (unless you have set the feature 
30231 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
30232 to change which of the hostnames displayed in
30233 boldface is the current selection.
30235 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
30236 key can be used to select the next web hostname in the message independent
30237 of which portion of the viewed message is currently displayed. The
30238 Ctrl-B key can be used to select the previous web hostnames in the same way.
30240 <UL>   
30241 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30242 </UL><P>
30243 &lt;End of help on this topic&gt;
30244 </BODY>
30245 </HTML>
30246 ====== h_config_enable_view_arrows =====
30247 <HTML>
30248 <HEAD>
30249 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></TITLE>
30250 </HEAD>
30251 <BODY>
30252 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></H1>
30254 This feature modifies Up and Down arrow key behavior in Alpine's
30255 MESSAGE TEXT screen when selectable Attachments, URL's, or
30256 web-hostnames are presented. Alpine's usual behavior is to move to
30257 the next or previous selectable item if currently displayed or
30258 simply to adjust the screen view by one line.
30262 Setting this feature causes the UP and Down arrow key to behave as
30263 if no selectable items were present in the message.
30267 Note, the Ctrl-F (next selectable item) and Ctrl-B (previous selectable
30268 item) functionality is unchanged.
30271 &lt;End of help on this topic&gt;
30272 </BODY>
30273 <HTML>
30274 ====== h_config_quell_charset_warning =====
30275 <HTML>
30276 <HEAD>
30277 <TITLE>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></TITLE>
30278 </HEAD>
30279 <BODY>
30280 <H1>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></H1>
30282 By default, if the message you are viewing contains characters that are
30283 not representable in your
30284 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
30285 then Alpine will
30286 add a warning to the start of the displayed text.
30287 If this option is set, then that editorial message will be suppressed.
30289 Setting this feature also suppresses the comment about the character set
30290 in header lines.
30291 For example, when viewing a message you might see
30293 <CENTER><SAMP>From: &quot;[ISO-8859-2] Name&quot; &lt;address&gt;</SAMP></CENTER>
30295 in the From header if your Character-Set is something other than ISO-8859-2.
30296 If you set this feature, the comment about the character set will
30297 no longer be there.
30299 &lt;End of help on this topic&gt;
30300 </BODY>
30301 </HTML>
30302 ====== h_config_quell_host_after_url =====
30303 <HTML>
30304 <HEAD>
30305 <TITLE>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></TITLE>
30306 </HEAD>
30307 <BODY>
30308 <H1>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></H1>
30310 By default, links in HTML text are displayed with the host the link
30311 references appended, within square brackets, to the link text.  Alpine
30312 does this to help indicate where a link will take you, particularly when
30313 the link text might suggest a different destination.
30316 Setting this feature will prevent the server name from being appended
30317 to the displayed text.
30320 &lt;End of help on this topic&gt;
30321 </BODY>
30322 </HTML>
30323 ====== h_config_prefer_plain_text =====
30324 <HTML>
30325 <HEAD>
30326 <TITLE>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></TITLE>
30327 </HEAD>
30328 <BODY>
30329 <H1>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></H1>
30331 A message being viewed may contain alternate versions of the same content.
30332 Those alternate versions are supposed to be ordered by the sending software such that the
30333 first alternative is the least preferred and the last alternative is the
30334 most preferred. Alpine will normally display the most-preferred version that
30335 it knows how to display. This is most often encountered where the two
30336 alternate versions are a plain text version and an HTML version, with the
30337 HTML version listed last as the most preferred.
30339 If this option is set, then any plain text version will be preferred to
30340 all other versions.
30342 When viewing a message there is a command &quot;A TogglePreferPlain&quot;,
30343 which will temporarily change the sense of this option.
30344 If this option is set you will first see the plain text version of a
30345 message.
30346 If you then type the &quot;A&quot; command, you will see the most preferred version,
30347 most likely HTML, instead.
30348 Typing the &quot;A&quot; command a second time will switch it back.
30349 Alternatively, if the present option is not set you will originally see
30350 the most preferred version of the message and typing &quot;A&quot; will switch to
30351 the plain text version.
30353 &lt;End of help on this topic&gt;
30354 </BODY>
30355 </HTML>
30356 ====== h_config_pass_control =====
30357 <HTML>
30358 <HEAD>
30359 <TITLE>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></TITLE>
30360 </HEAD>
30361 <BODY>
30362 <H1>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></H1>
30364 It is probably not useful to set this option.
30365 This is a legacy option left behind &quot;just in case&quot;.
30366 Multi-byte characters that have an octet that has the same
30367 value as a control character are permitted through whether or not
30368 this option is turned on.
30370 This feature controls how certain characters contained in messages are
30371 displayed.
30372 If set, all characters in a message will be sent to the
30373 screen. Normally, control characters are displayed as shown below to
30374 avoid a garbled screen and to 
30375 avoid inadvertently changing terminal setup parameters.
30376 Control characters are usually displayed as two character sequences like
30377 <P><CENTER><SAMP> ^C </SAMP></CENTER><P>
30378 for Control-C,
30379 <P><CENTER><SAMP> ^[ </SAMP></CENTER><P>
30380 for ESCAPE,
30381 <P><CENTER><SAMP> ^? </SAMP></CENTER><P>
30382 for DELETE, and
30383 <P><CENTER><SAMP> ~E </SAMP></CENTER><P>
30384 for the character with value 133 (0x85).
30385 (The DEL character is displayed as ^?, regular control characters are displayed
30386 as the character ^ followed by the character obtained by adding the
30387 five low-order bits of the character to 0x40, and the C1
30388 control characters 0x80 - 0x9F are displayed as the character ~ followed by the
30389 character obtained by adding the
30390 five low-order bits of the character to 0x40.)
30391 Sometimes, in cases where changing a single control character into a
30392 two-character sequence would confuse Alpine's display routines,
30393 a question mark is substituted for the control character.
30395 If you wish to filter out regular control characters but pass the
30396 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
30397 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.
30399 &lt;End of help on this topic&gt;
30400 </BODY>
30401 </HTML>
30402 ====== h_config_pass_c1_control =====
30403 <HTML>
30404 <HEAD>
30405 <TITLE>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></TITLE>
30406 </HEAD>
30407 <BODY>
30408 <H1>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></H1>
30410 It is probably not useful to set this option.
30411 This is a legacy option left behind &quot;just in case&quot;.
30412 Multi-byte characters that have an octet that has the same
30413 value as a control character are permitted through whether or not
30414 this option is turned on.
30416 If the feature <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
30417 is set, then this feature has no effect.
30418 However, if you wish to filter out regular control characters but pass the
30419 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
30420 you may leave <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
30421 unset and set this feature.
30423 &lt;End of help on this topic&gt;
30424 </BODY>
30425 </HTML>
30426 ====== h_config_fcc_on_bounce =====
30427 <HTML>
30428 <HEAD>
30429 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></TITLE>
30430 </HEAD>
30431 <BODY>
30432 <H1>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></H1>
30434 This feature controls an aspect of Alpine's behavior when bouncing a
30435 message. If set, normal FCC ("File Carbon Copy") processing will be
30436 done, just as if you had composed a message to the address you are
30437 bouncing to.  If not set, no FCC of the message will be saved. 
30439 &lt;End of help on this topic&gt;
30440 </BODY>
30441 </HTML>
30442 ====== h_config_show_cursor =====
30443 <HTML>
30444 <HEAD>
30445 <TITLE>FEATURE: <!--#echo var="FEAT_show-cursor"--></TITLE>
30446 </HEAD>
30447 <BODY>
30448 <H1>FEATURE: <!--#echo var="FEAT_show-cursor"--></H1>
30450 This feature controls an aspect of Alpine's displays.  If set, the system
30451 cursor will move to convenient locations in the displays.  For example,
30452 to the beginning of the status field of the highlighted index line, or
30453 to the highlighted word after a successful WhereIs command.  It is intended
30454 to draw your attention to an "interesting" spot on the screen.
30456 &lt;End of help on this topic&gt;
30457 </BODY>
30458 </HTML>
30459 ====== h_config_sort_fcc_alpha =====
30460 <HTML>
30461 <HEAD>
30462 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></TITLE>
30463 </HEAD>
30464 <BODY>
30465 <H1>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></H1>
30467 This feature controls an aspect of Alpine's FOLDER LIST screen.
30468 If set, the default Fcc folder will be sorted alphabetically with the other
30469 folders instead of appearing right after the INBOX.
30471 &lt;End of help on this topic&gt;
30472 </BODY>
30473 </HTML>
30474 ====== h_config_sort_save_alpha =====
30475 <HTML>
30476 <HEAD>
30477 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></TITLE>
30478 </HEAD>
30479 <BODY>
30480 <H1>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></H1>
30482 This feature controls an aspect of Alpine's FOLDER LIST screen.
30483 If set, the default save folder will be sorted alphabetically with the other
30484 folders instead of appearing right after the INBOX (and default FCC folder).
30486 &lt;End of help on this topic&gt;
30487 </BODY>
30488 </HTML>
30489 ====== h_config_single_list =====
30490 <HTML>
30491 <HEAD>
30492 <TITLE>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></TITLE>
30493 </HEAD>
30494 <BODY>
30495 <H1>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></H1>
30497 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
30498 the folders will be listed one per line instead of several per line
30499 in the FOLDER LIST display.
30501 &lt;End of help on this topic&gt;
30502 </BODY>
30503 </HTML>
30504 ====== h_config_vertical_list =====
30505 <HTML>
30506 <HEAD>
30507 <TITLE>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></TITLE>
30508 </HEAD>
30509 <BODY>
30510 <H1>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></H1>
30512 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
30513 the folders will be listed alphabetically down the columns rather
30514 than across the columns as is the default.
30516 &lt;End of help on this topic&gt;
30517 </BODY>
30518 </HTML>
30519 ====== h_config_verbose_post =====
30520 <HTML>
30521 <HEAD>
30522 <TITLE>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></TITLE>
30523 </HEAD>
30524 <BODY>
30525 <H1>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></H1>
30526 This feature controls an aspect of Alpine's message sending.  When enabled,
30527 Alpine will send a VERB (i.e., VERBose) command early in the posting process
30528 intended to cause the SMTP server to provide a more detailed account of
30529 the transaction.  This feature is typically only useful to system
30530 administrators and other support personel as an aid in troublshooting
30531 problems.
30533 Note, this feature relies on a specific capability of the system's mail
30534 transport agent or configured 
30535 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>.  
30536 It is possible that this
30537 feature will cause problems for some tranport agents, and may result in
30538 sending failure.  In addition, as the verbose output comes from the mail
30539 transport agent, it is likely to vary from one system to another. 
30540 <P><UL>
30541 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30542 </UL><P>
30543 &lt;End of help on this topic&gt;
30544 </BODY>
30545 </HTML>
30546 ====== h_config_auto_reply_to =====
30547 <HTML>
30548 <HEAD>
30549 <TITLE>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></TITLE>
30550 </HEAD>
30551 <BODY>
30552 <H1>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></H1>
30554 This feature controls an aspect of Alpine's Reply command.  If set, Alpine
30555 will not prompt when a message being replied to contains a "Reply-To:"
30556 header value, but will simply use its value (as opposed to using the
30557 "From:" field's value).
30561 Note: Using the "Reply-To:" address is usually the preferred behavior,
30562 however, some mailing list managers choose to place the list's address in
30563 the "Reply-To:" field of any message sent out to the list.  In such
30564 cases, this feature makes it all too easy for personal replies to be
30565 inadvertently sent to the entire mail list, so be careful! 
30567 &lt;End of help on this topic&gt;
30568 </BODY>
30569 </HTML>
30570 ====== h_config_del_skips_del =====
30571 <HTML>
30572 <HEAD>
30573 <TITLE>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></TITLE>
30574 </HEAD>
30575 <BODY>
30576 <H1>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></H1>
30578 This feature controls an aspect of Alpine's Delete command.  If set, this
30579 feature will cause the Delete command to advance past following messages that
30580 are marked deleted.  In other words, pressing "D" will both mark the
30581 current message deleted and advance to the next message that is not marked
30582 deleted.
30583 This feature is set by default.
30585 &lt;End of help on this topic&gt;
30586 </BODY></HTML>
30587 ====== h_config_expunge_manually =====
30588 <HTML>
30589 <HEAD>
30590 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></TITLE>
30591 </HEAD>
30592 <BODY>
30593 <H1>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></H1>
30595 Normally, when you close a folder that contains deleted messages you are
30596 asked if you want to expunge those messages from the folder permanently.
30597 If this feature is set, you won't be asked and the deleted messages will
30598 remain in the folder.
30599 If you choose to set this feature you will have to expunge the
30600 messages manually using the eXpunge command, which you can use while
30601 in the MESSAGE INDEX screen.
30602 If you do not expunge deleted messages the size of your
30603 folder will continue to increase until you are out of disk space.
30605 <UL>   
30606 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30607 </UL><P>
30608 &lt;End of help on this topic&gt;
30609 </BODY>
30610 </HTML>
30611 ====== h_config_auto_expunge =====
30612 <HTML>
30613 <HEAD>
30614 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></TITLE>
30615 </HEAD>
30616 <BODY>
30617 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></H1>
30619 This features controls an aspect of Alpine's eXpunge command.  If set, you
30620 will <B>not</B> be prompted to confirm your intent before the expunge takes 
30621 place.
30622 Actually, this is only true for the INBOX folder and for folders in the
30623 Incoming Folders collection. See the feature
30624 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>.
30626 <UL>   
30627 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30628 </UL><P>
30629 &lt;End of help on this topic&gt;
30630 </BODY>
30631 </HTML>
30632 ====== h_config_full_auto_expunge =====
30633 <HTML>
30634 <HEAD>
30635 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></TITLE>
30636 </HEAD>
30637 <BODY>
30638 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></H1>
30640 This features controls an aspect of Alpine's eXpunge command.  If set, you
30641 will <B>not</B> be prompted to confirm your intent before the expunge 
30642 takes place.  This feature sets this behavior for all folders, unlike the
30643 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
30644 feature that works only for incoming folders.
30646 <UL>   
30647 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30648 </UL><P>
30649 &lt;End of help on this topic&gt;
30650 </BODY>
30651 </HTML>
30652 ====== h_config_auto_read_msgs =====
30653 <HTML>
30654 <HEAD>
30655 <TITLE>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></TITLE>
30656 </HEAD>
30657 <BODY>
30658 <H1>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></H1>
30659 This feature controls an aspect of Alpine's behavior upon quitting.  If set,
30660 and the 
30661 <A HREF="h_config_read_message_folder">&quot;<!--#echo var="VAR_read-message-folder"-->&quot;</A>
30662 option is also set, then Alpine will
30663 automatically transfer all read messages to the designated folder and mark
30664 them as deleted in the INBOX.  Messages in the INBOX marked with an 
30665 &quot;N&quot; (meaning New, or unseen) are not affected.
30667 <UL>   
30668 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30669 </UL><P>
30670 &lt;End of help on this topic&gt;
30671 </BODY>
30672 </HTML>
30673 ====== h_config_auto_fcc_only =====
30674 <HTML>
30675 <HEAD>
30676 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></TITLE>
30677 </HEAD>
30678 <BODY>
30679 <H1>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></H1>
30680 This features controls an aspect of Alpine's composer.
30681 The only time this feature will be used is if you attempt to send mail
30682 that has no recipients but does have an Fcc.
30683 Normally, Alpine will ask if you really mean to copy the message only to
30684 the Fcc.
30685 That is, it asks if you really meant to have no recipients.
30686 If this feature is set, you
30687 will <B>not</B> be prompted to confirm your intent to make only a copy
30688 of a message with no recipients.
30690 This feature is closely related to
30691 <A HREF="h_config_warn_if_no_to_or_cc"><!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></A>.
30692 The difference between this feature and that feature is that this feature
30693 considers a Bcc to be a recipient while that feature will ask for confirmation
30694 even if there is a Bcc when there is no To, Cc, or Newsgroup.
30695 The default values also differ. This feature defaults to asking the question
30696 and you have to turn it off.
30697 The <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--> feature defaults to not asking
30698 unless you turn it on.
30701 <UL>   
30702 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30703 </UL><P>
30704 &lt;End of help on this topic&gt;
30705 </BODY>
30706 </HTML>
30707 ====== h_config_mark_fcc_seen =====
30708 <HTML>
30709 <HEAD>
30710 <TITLE>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></TITLE>
30711 </HEAD>
30712 <BODY>
30713 <H1>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></H1>
30715 This features controls the way Fccs (File carbon copies) are
30716 made of the messages you send.
30719 Normally, when Alpine saves a copy of a message you sent as an Fcc, that
30720 copy will be marked as Unseen.
30721 When you look at the folder it was saved in the message will appear to
30722 be a New message until you read it.
30723 When this feature is enabled, the message will be marked as having
30724 been Seen.
30727 <UL>   
30728 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30729 </UL><P>
30730 &lt;End of help on this topic&gt;
30731 </BODY>
30732 </HTML>
30733 ====== h_config_no_fcc_attach =====
30734 <HTML>
30735 <HEAD>
30736 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></TITLE>
30737 </HEAD>
30738 <BODY>
30739 <H1>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></H1>
30741 This features controls the way Fcc's (File carbon copies) are
30742 made of the messages you send.
30745 Normally, Alpine saves an exact copy of your message as it was sent.
30746 When this feature is enabled, the &quot;body&quot; of the message
30747 you send (the text you type in the composer) is preserved in the 
30748 copy as before, however all attachments are replaced with text
30749 explaining what had been sent rather than the attachments themselves.
30752 This feature also affects Alpine's &quot;Send ?&quot; confirmation prompt
30753 in that a new &quot;^F Fcc Attchmnts&quot; option becomes available which
30754 allows you to interactively set whether or not attachments are saved
30755 to the Fcc'd copy.
30758 <UL>   
30759 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30760 </UL><P>
30761 &lt;End of help on this topic&gt;
30762 </BODY>
30763 </HTML>
30764 ====== h_config_read_in_newsrc_order =====
30765 <HTML>
30766 <HEAD>
30767 <TITLE>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></TITLE>
30768 </HEAD>
30769 <BODY>
30770 <H1>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></H1>
30772 This feature controls the order in which newsgroups will be presented.  If
30773 set, they will be presented in the same order as they occur in your 
30774 <!--chtml if pinemode="os_windows"-->
30775 &quot;NEWSRC&quot;
30776 <!--chtml else-->
30777 &quot;.newsrc&quot;
30778 <!--chtml endif-->
30779 file (the default location of which can be changed with the 
30780 <A HREF="h_config_newsrc_path">&quot;<!--#echo var="VAR_newsrc-path"-->&quot;</A> option).  
30782 If not set, the newsgroups will be presented in alphabetical order.
30784 <UL>   
30785 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30786 </UL><P>
30787 &lt;End of help on this topic&gt;
30788 </BODY>
30789 </HTML>
30790 ====== h_config_quell_tz_comment =====
30791 <HTML>
30792 <HEAD>
30793 <TITLE>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></TITLE>
30794 </HEAD>
30795 <BODY>
30796 <H1>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></H1>
30798 Normally, when Alpine generates a Date header for outgoing mail,
30799 it will try to include the symbolic timezone at the end of the
30800 header inside parentheses.
30801 The symbolic timezone is often three characters long, but on
30802 some operating systems, it may be longer.
30803 Apparently there are some SMTP servers in the world that will reject an
30804 incoming message if it has a Date header longer than about 80 characters.
30805 If this feature is set, the symbolic timezone normally generated by
30806 Alpine will not be included.
30807 You probably don't need to worry about this feature unless you run into
30808 the problem described above.
30811 &lt;End of help on this topic&gt;
30812 </BODY>
30813 </HTML>
30814 ====== h_config_post_wo_validation =====
30815 <HTML>
30816 <HEAD>
30817 <TITLE>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></TITLE>
30818 </HEAD>
30819 <BODY>
30820 <H1>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></H1>
30822 This feature controls whether the NNTP server is queried as newsgroups
30823 are entered for posting.  Validation over slow links (e.g. dialup using
30824 SLIP or PPP) can cause delays.  Set this feature to eliminate such delays.
30826 &lt;End of help on this topic&gt;
30827 </BODY>
30828 </HTML>
30829 ====== h_config_send_wo_confirm =====
30830 <HTML>
30831 <HEAD>
30832 <TITLE>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></TITLE>
30833 </HEAD>
30834 <BODY>
30835 <H1>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></H1>
30837 By default, when you send or post a message you will be asked to confirm
30838 with a question that looks something like:
30841 <CENTER><SAMP>Send message?</SAMP></CENTER>
30844 If this feature is set, you
30845 will <B>not</B> be prompted to confirm your intent to send
30846 and your message will be sent.
30848 If this feature is set it disables some possibilities and renders some
30849 other features meaningless.
30850 You will not be able to use
30851 <A HREF="h_config_sending_filter">Sending Filters</A>,
30852 Verbose sending mode,
30853 <A HREF="h_config_compose_bg_post">Background Sending</A>,
30854 <A HREF="h_config_compose_dsn">Delivery Status Notifications</A>,
30855 or ^V to turn off the generation of flowed text for this message.
30856 These options are normally available as suboptions in the Send prompt, but
30857 with no Send prompt the options are gone.
30860 A somewhat related feature is
30861 <A HREF="h_config_quell_post_prompt">&quot;<!--#echo var="FEAT_quell-extra-post-prompt"-->&quot;</A>,
30862 which may be used to eliminate the extra confirmation
30863 question when posting to a newsgroup.
30865 <UL>   
30866 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30867 </UL><P>
30868 &lt;End of help on this topic&gt;
30869 </BODY>
30870 </HTML>
30871 ====== h_config_quell_filtering_done_message =====
30872 <HTML>
30873 <HEAD>
30874 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></TITLE>
30875 </HEAD>
30876 <BODY>
30877 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></H1>
30879 If you use Filter Rules that move messages or set status of messages
30880 you sometimes see a message from Alpine that looks like
30883 <CENTER><SAMP>filtering done</SAMP></CENTER>
30886 If this feature is set, this message will be suppressed.
30887 If the feature
30888 <A HREF="h_config_quell_filtering_messages"><!--#echo var="FEAT_quell-filtering-messages"--></A>
30889 is set then this message will be suppressed regardless.
30892 <UL>   
30893 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30894 </UL><P>
30895 &lt;End of help on this topic&gt;
30896 </BODY>
30897 </HTML>
30898 ====== h_config_quell_filtering_messages =====
30899 <HTML>
30900 <HEAD>
30901 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></TITLE>
30902 </HEAD>
30903 <BODY>
30904 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></H1>
30906 If you use Filter Rules that move messages or set status of messages
30907 you sometimes see messages from Alpine that look like
30910 <CENTER><SAMP>&lt;filter name&gt;: Moving 2 filtered messages to &lt;folder name&gt;</SAMP></CENTER>
30916 <CENTER><SAMP>&lt;filter name&gt;: Setting flags in 5 messages</SAMP></CENTER>
30922 <CENTER><SAMP>Processing filter &lt;filter name&gt;</SAMP></CENTER>
30925 If this feature is set, these messages will be suppressed.
30926 The feature
30927 <A HREF="h_config_quell_filtering_done_message"><!--#echo var="FEAT_quell-filtering-done-message"--></A>
30928 is related.
30931 <UL>   
30932 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30933 </UL><P>
30934 &lt;End of help on this topic&gt;
30935 </BODY>
30936 </HTML>
30937 ====== h_config_quell_post_prompt =====
30938 <HTML>
30939 <HEAD>
30940 <TITLE>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></TITLE>
30941 </HEAD>
30942 <BODY>
30943 <H1>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></H1>
30945 By default, when you post a message to a newsgroup you are asked to confirm
30946 that you want to post with the question
30949 <CENTER><SAMP>Posted message may go to thousands of readers. Really post?</SAMP></CENTER>
30952 If this feature is set, you
30953 will <B>not</B> be prompted to confirm your intent to post to a newsgroup
30954 and your message will be posted.
30957 <UL>   
30958 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30959 </UL><P>
30960 &lt;End of help on this topic&gt;
30961 </BODY>
30962 </HTML>
30963 ====== h_config_check_mail_onquit =====
30964 <HTML>
30965 <HEAD>
30966 <TITLE>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></TITLE>
30967 </HEAD>
30968 <BODY>
30969 <H1>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></H1>
30971 If this feature is set, Alpine will check for new mail after you give the
30972 Quit command.
30973 If new mail has arrived since the previous check, you will be notified
30974 and given the choice of quitting or not quitting.
30976 <UL>   
30977 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30978 </UL><P>
30979 &lt;End of help on this topic&gt;
30980 </BODY>
30981 </HTML>
30982 ====== h_config_inbox_no_confirm =====
30983 <HTML>
30984 <HEAD>
30985 <TITLE>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></TITLE>
30986 </HEAD>
30987 <BODY>
30988 <H1>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></H1>
30990 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
30991 command and there are no more folders or newsgroups to visit, you are asked
30992 if you want to return to the INBOX.
30993 If this feature is set you will not be asked.
30994 It will be assumed that you do want to return to the INBOX.
30996 <UL>   
30997 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30998 </UL><P>
30999 &lt;End of help on this topic&gt;
31000 </BODY>
31001 </HTML>
31002 ====== h_config_dates_to_local =====
31003 <HTML>
31004 <HEAD>
31005 <TITLE>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></TITLE>
31006 </HEAD>
31007 <BODY>
31008 <H1>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></H1>
31010 Normally, the message dates that you see in the
31011 MESSAGE INDEX and MESSAGE VIEW are displayed in the timezone they were sent from.
31012 For example, if a message was sent to you from a few timezones to the east
31013 it might appear that it was sent from the future;
31014 or if it was sent from somewhere to the west it might appear
31015 as if it is from yesterday even though it was sent only a few minutes ago.
31016 If this feature is set an attempt will be made to convert the dates
31017 to your local timezone to be displayed.
31019 Note that this does not affect the results of Select by Date or of
31020 anything else other than these displayed dates.
31021 When viewing the message you may look at the original unconverted value of the Date
31022 header by using the <A HREF="h_common_hdrmode">HdrMode Command</A>.
31024 <UL>   
31025 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31026 </UL><P>
31027 &lt;End of help on this topic&gt;
31028 </BODY>
31029 </HTML>
31030 ====== h_config_tab_no_prompt =====
31031 <HTML>
31032 <HEAD>
31033 <TITLE>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></TITLE>
31034 </HEAD>
31035 <BODY>
31036 <H1>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></H1>
31038 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
31039 command and there is a problem checking a folder, you are asked
31040 whether you want to continue with the search in the following folder or not.
31041 This question gives you a chance to stop the NextNew processing.
31042 (The checking problem might be caused by the fact that the folder does not
31043 exist, or by an authentication problem, or by a server problem
31044 of some sort.)
31047 If this feature is set you will not be asked.
31048 It will be assumed that you do want to continue.
31050 <UL>   
31051 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31052 </UL><P>
31053 &lt;End of help on this topic&gt;
31054 </BODY>
31055 </HTML>
31056 ====== h_config_input_history =====
31057 <HTML>
31058 <HEAD>
31059 <TITLE>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></TITLE>
31060 </HEAD>
31061 <BODY>
31062 <H1>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></H1>
31064 Many of the prompts that ask for input in the status line near the
31065 bottom of the screen will respond to Up Arrow and Down Arrow
31066 with the history of previous entries.
31067 For example, in the MESSAGE INDEX screen when you use the WhereIs
31068 command the text you entered will be remembered and can be recalled
31069 by using the Up Arrow key.
31070 Another example, when saving a message the folders saved to will
31071 be remembered and can be recalled using the arrow keys.
31073 In the Save prompt, some users prefer that the Up and Down arrow keys
31074 be used for the Previous Collection and Next Collection commands
31075 instead of for a history of previous saves.
31076 If this option is set the Up and Down arrow keys will become synonyms for the
31077 Previous Collection and Next Collection (^P and ^N) commands in the
31078 prompt for the name of a folder to Save to or in the prompt for the
31079 name of a folder to GoTo.
31080 When this feature is not set (the default), ^P and ^N will change the
31081 collection and the arrow keys will show the history.
31083 <UL>   
31084 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31085 </UL><P>
31086 &lt;End of help on this topic&gt;
31087 </BODY>
31088 </HTML>
31089 ====== h_config_confirm_role =====
31090 <HTML>
31091 <HEAD>
31092 <TITLE>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></TITLE>
31093 </HEAD>
31094 <BODY>
31095 <H1>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></H1>
31097 If you have roles, when you Reply to or Forward a message, or Compose
31098 a new message, Alpine
31099 will search through your roles for one that matches.
31100 Normally, if no matches are found you will be placed into the composer
31101 with no opportunity to select a role.
31102 If this feature is set, then you will be asked to confirm that you don't
31103 want a role.
31104 This will give you the opportunity to select a role (with the ^T command).
31105 If you confirm no role with a Return, you will be placed in
31106 the composer with no role.
31107 You may also confirm with either an &quot;N&quot; or a &quot;Y&quot;.
31108 These behave the same as if you pressed the Return.
31109 (The &quot;N&quot; and &quot;Y&quot; answers are available because they
31110 match what you might type if there was a role match.)
31112 If you are using the alternate form of the Compose command called
31113 &quot;Role&quot;, then all of your roles will be available to you,
31114 independent of the value of this feauture and of the values set for all of
31115 Reply Use, Forward Use, and Compose Use.
31117 <UL>   
31118 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31119 </UL><P>
31120 &lt;End of help on this topic&gt;
31121 </BODY>
31122 </HTML>
31123 ====== h_config_news_cross_deletes =====
31124 <HTML>
31125 <HEAD>
31126 <TITLE>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></TITLE>
31127 </HEAD>
31128 <BODY>
31129 <H1>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></H1>
31131 This feature controls what Alpine does when you delete a message in a
31132 newsgroup that appears in more than one newsgroup.  Such a message
31133 is sometimes termed a &quot;crossposting&quot; in that it was posted
31134 across several newsgroups.
31137 Alpine's default behavior when you delete such a message is to remove
31138 only the copy in the current newsgroup from view when you use the
31139 &quot;Exclude&quot; command or the next time you visit the newsgroup.
31142 Enabling this feature causes Alpine to remove every occurrence of the
31143 message from all newsgroups it appears in and to which you are
31144 subscribed.
31147 NOTE: As currently implemented, enabling this feature may increase the
31148 time it takes the Expunge command and newsgroup closing to complete.
31151 <UL>   
31152 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31153 </UL><P>
31154 &lt;End of help on this topic&gt;
31155 </BODY>
31156 </HTML>
31157 ====== h_config_news_catchup =====
31158 <HTML>
31159 <HEAD>
31160 <TITLE>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></TITLE>
31161 </HEAD>
31162 <BODY>
31163 <H1>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></H1>
31165 This feature controls what Alpine does as it closes a newsgroup.
31166 When set, Alpine will offer to delete all messages from the newsgroup
31167 as you are quitting Alpine or opening a new folder.
31170 This feature is useful if you typically read all the interesting messages
31171 in a newsgroup each time you open it.  This feature saves you from
31172 having to delete each message in a newsgroup as you read it or from
31173 selecting all the messages and doing an
31174 <A HREF="h_config_enable_agg_ops">aggregate delete</A> before you
31175 move on to the next folder or newsgroup.
31178 <UL>   
31179 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31180 </UL><P>
31181 &lt;End of help on this topic&gt;
31182 </BODY>
31183 </HTML>
31184 ====== h_config_next_thrd_wo_confirm =====
31185 <HTML>
31186 <HEAD>
31187 <TITLE>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></TITLE>
31188 </HEAD>
31189 <BODY>
31190 <H1>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></H1>
31192 This feature controls an aspect of Alpine's Next and Prev commands in
31193 the case where you are using one of the
31194 &quot;separate-index-screen&quot; styles for the configuration option
31195 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
31196 and currently have the folder sorted by a Threaded or OrderedSubject sort.
31197 When you are Viewing a particular thread you have a
31198 MESSAGE INDEX of only the messages in that thread.
31199 If you press the Next command with the last message in the thread highlighted
31200 you will normally be asked if you want to &quot;View next thread?&quot;,
31201 assuming there is a next thread to view.
31202 If this feature is set it will be assumed that you always want to view the
31203 next thread and you won't be asked to confirm that.
31204 Similarly, if the first message of the thread is highlighted and you
31205 press the Prev command, this feature will prevent the question
31206 &quot;View previous thread&quot;.
31208 This feature only has an effect in the MESSAGE INDEX screen.
31209 If you then view a particular message from that screen and press the
31210 Next command, you will be sent to the next thread without being asked,
31211 independent of the setting of this feature.
31213 The feature
31214 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A> also has some similar effects.
31216 &lt;End of help on this topic&gt;
31217 </BODY>
31218 </HTML>
31219 ====== h_config_kw_braces =====
31220 <HTML>
31221 <HEAD>
31222 <TITLE>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></TITLE>
31223 </HEAD>
31224 <BODY>
31225 <H1>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></H1>
31227 This option controls a minor aspect of Alpine's MESSAGE INDEX and MESSAGE
31228 TEXT screens.
31229 If you have modified the
31230 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
31231 so that either the &quot;SUBJKEY&quot; or &quot;SUBJKEYINIT&quot; tokens
31232 are used to display keywords or their initials along with the Subject; then
31233 this option may be used to modify the resulting display slightly.
31234 By default, the keywords or initials displayed for these tokens will be
31235 surrounded with curly braces ({ and }) and a trailing space.
31236 For example, if keywords &quot;Work&quot; and &quot;Now&quot; are set for
31237 a message, the &quot;SUBJKEY&quot; token will normally look like
31239 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
31241 and the SUBJKEYINIT token would look like
31243 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
31245 The default character before the keywords is the left brace ({) and the
31246 default after the keywords is the right brace followed by a space (} ).
31248 This option allows you to change that.
31249 You should set it to two values separated by a space.
31250 The values may be quoted if they include space characters.
31251 So, for example, the default value could be specified explicitly by setting this
31252 option to
31254 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="{" "}&nbsp;"</SAMP></CENTER>
31256 The first part wouldn't need to be quoted (but it doesn't hurt).
31257 The second part does need the quotes because it includes a space character.
31258 If you wanted to change the braces to brackets you could use
31260 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="[" "]&nbsp;"</SAMP></CENTER>
31262 Inside the quotes you can use backslash quote to mean quote, so
31264 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="&#92;"" "&#92;" "</SAMP></CENTER>
31266 would produce
31268 <CENTER><SAMP>"Work Now" actual subject</SAMP></CENTER>
31270 It is also possible to color keywords in the index using the
31271 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
31273 It is not possible to change the fact that a space character is used to
31274 separate the keywords if more than one keyword is set for a message.
31275 It is also not possible to change the fact that there are no separators
31276 between the keyword initials if more than one keyword is set.
31278 &lt;End of help on this topic&gt;
31279 </BODY>
31280 </HTML>
31281 ====== h_config_opening_sep =====
31282 <HTML>
31283 <HEAD>
31284 <TITLE>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></TITLE>
31285 </HEAD>
31286 <BODY>
31287 <H1>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></H1>
31289 This option controls a minor aspect of Alpine's MESSAGE INDEX screen.
31290 With some setups the text of the subject is followed
31291 by the opening text of the message if there is any room available in the index line.
31292 If you have configured your
31293 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
31294 to include one of the Subject tokens that causes this behavior
31295 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), then this option may be used
31296 to modify what is displayed slightly.
31297 By default, the Subject is separated from the opening text of the message by
31298 the three characters space dash space;
31300 <CENTER><SAMP>&quot;&nbsp;-&nbsp;&quot;</SAMP></CENTER>
31302 Use this option to set it to something different.
31303 The value must be quoted if it includes any space characters.
31304 For example, the default value could be specified explicitly by setting this
31305 option to
31307 <CENTER><SAMP><!--#echo var="VAR_opening-text-separator-chars"-->="&nbsp;-&nbsp;"</SAMP></CENTER>
31309 &lt;End of help on this topic&gt;
31310 </BODY>
31311 </HTML>
31312 ====== h_config_select_wo_confirm =====
31313 <HTML>
31314 <HEAD>
31315 <TITLE>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></TITLE>
31316 </HEAD>
31317 <BODY>
31318 <H1>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></H1>
31320 This feature controls an aspect of Alpine's Save, Export, and Goto commands.
31321 These commands all take text input to specify the name of the folder or
31322 file to be used, but allow you to press ^T for a list of possible names.
31323 If set, the selected name will be used immediately, without further
31324 opportunity to confirm or edit the name.
31326 Some related help topics are
31327 <UL>
31328 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
31329 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
31330 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
31331 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
31332 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
31333 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>.
31334 </UL>
31336 &lt;End of help on this topic&gt;
31337 </BODY>
31338 </HTML>
31339 ====== h_config_save_part_wo_confirm =====
31340 <HTML>
31341 <HEAD>
31342 <TITLE>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></TITLE>
31343 </HEAD>
31344 <BODY>
31345 <H1>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></H1>
31347 This feature controls an aspect of Alpine's Save command.
31348 By default, when you Save a message that has some deleted parts, you will
31349 be asked to confirm that you want to Save with a prompt that looks like:
31351 <CENTER><SAMP>Saved copy will NOT include entire message!  Continue?</SAMP></CENTER>
31353 If this feature is set, you will not be asked.
31355 &lt;End of help on this topic&gt;
31356 </BODY>
31357 </HTML>
31358 ====== h_config_use_resentto =====
31359 <HTML>
31360 <HEAD>
31361 <TITLE>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></TITLE>
31362 </HEAD>
31363 <BODY>
31364 <H1>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></H1>
31366 This feature is turned off by default because turning it on causes problems
31367 with some deficient IMAP servers.
31368 In Alpine <A HREF="h_mainhelp_filtering">Filters</A> and other types of Rules, if the
31369 <A HREF="h_rule_patterns">Pattern</A>
31370 contains a To header pattern and this feature is turned on,
31371 then a check is made in the message to see
31372 if a Resent-To header is present, and that is used instead of the To header.
31373 If this feature is not turned on, then the regular To header will always
31374 be used.
31377 &lt;End of help on this topic&gt;
31378 </BODY>
31379 </HTML>
31380 ====== h_config_use_reg_start_for_stayopen =====
31381 <HTML>
31382 <HEAD>
31383 <TITLE>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></TITLE>
31384 </HEAD>
31385 <BODY>
31386 <H1>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></H1>
31388 This feature affects which message is selected as the current message
31389 when you enter a
31390 <A HREF="h_config_permlocked">Stay Open</A> folder.
31392 Normally, the starting position for an incoming folder (which most Stay Open
31393 folders will likely be) is controlled by the
31394 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
31395 However, if a folder is a Stay Open folder, when you re-enter the folder
31396 after the first time the current message will be the same as it was when
31397 you left the folder.
31398 An exception is made if you use the TAB command to get to the folder.
31399 In that case, the message number will be incremented by one from what it
31400 was when you left the folder.
31402 The above special behavior is thought to be useful.
31403 However, it is special and different from what you might at first expect.
31404 If this feature is set, then Stay Open folders will not be treated specially
31405 as far as the startup rule is concerned.
31408 &lt;End of help on this topic&gt;
31409 </BODY>
31410 </HTML>
31411 ====== h_config_use_current_dir =====
31412 <HTML>
31413 <HEAD>
31414 <TITLE>FEATURE: <!--#echo var="FEAT_use-current-dir"--></TITLE>
31415 </HEAD>
31416 <BODY>
31417 <H1>FEATURE: <!--#echo var="FEAT_use-current-dir"--></H1>
31419 This feature controls an aspect of several commands. 
31420 If set, your &quot;current working directory&quot; 
31421 <!--chtml if pinemode="running"-->
31422 (which, at least for your current Alpine &quot;session,&quot; 
31423 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
31424 <!--chtml endif-->
31425 will be used instead of your home directory 
31426 <!--chtml if pinemode="running"-->
31427 (which, in the present configuration of your system, is
31428  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
31429 <!--chtml endif-->
31430 for all of the following operations:<UL>
31431     <LI> Export in the MESSAGE INDEX and MESSAGE TEXT screens
31432     <LI> Attachment Save in the MESSAGE TEXT and ATTACHMENT TEXT screens
31433     <LI> <!--chtml if pinemode="function_key"-->F4
31434          <!--chtml else-->Ctrl-R
31435          <!--chtml endif--> file inclusion in the COMPOSER
31436     <LI> <!--chtml if pinemode="function_key"-->F5
31437          <!--chtml else-->Ctrl-J
31438          <!--chtml endif--> file attachment in the COMPOSER
31439 </UL>
31440 <!--chtml if pinemode="os_windows"-->
31442 If you are starting PC-Alpine from a desktop icon or the Start menu, 
31443 you can set the &quot;current drive&quot; 
31444 by specifying it in the &quot;Start in:&quot; 
31445 box found in the Shortcut tab of the Properties.  
31446 <!--chtml endif-->
31448 <UL>   
31449 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31450 </UL>
31453 &lt;End of help on this topic&gt;
31454 </BODY>
31455 </HTML>
31456 ====== h_config_save_wont_delete =====
31457 <HTML>
31458 <HEAD>
31459 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></TITLE>
31460 </HEAD>
31461 <BODY>
31462 <H1>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></H1>
31464 This feature controls one aspect of the Save command.  If set, Save will
31465 not mark the message &quot;deleted&quot; (its default behavior) after
31466 it has been copied to the designated folder.
31469 &lt;End of help on this topic&gt;
31470 </BODY>
31471 </HTML>
31472 ====== h_config_use_boring_spinner =====
31473 <HTML>
31474 <HEAD>
31475 <TITLE>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></TITLE>
31476 </HEAD>
31477 <BODY>
31478 <H1>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></H1>
31480 When Alpine is delayed for some reason it usually shows that
31481 something is happening with a small animated display in the status
31482 message line near the bottom of the screen.
31483 Setting this feature will cause that animation to be the same
31484 each time instead of having Alpine choose a random animation.
31485 You may turn the animation off altogether by setting the
31486 <A HREF="h_config_active_msg_interval"><!--#echo var="VAR_busy-cue-rate"--></A>
31487 option to zero.
31490 &lt;End of help on this topic&gt;
31491 </BODY>
31492 </HTML>
31493 ====== h_config_unsel_wont_advance =====
31494 <HTML>
31495 <HEAD>
31496 <TITLE>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></TITLE>
31497 </HEAD>
31498 <BODY>
31499 <H1>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></H1>
31501 This feature controls one aspect of the Unselect Current message command.
31502 Normally, when the Unselect current message command (:) is typed when the
31503 current message is selected, the message will be unselected and the next
31504 message will become the current message.
31505 If this feature is set, the cursor will not advance to the next message.
31506 Instead, the current message will remain the current message after
31507 unselecting.
31510 &lt;End of help on this topic&gt;
31511 </BODY>
31512 </HTML>
31513 ====== h_config_prune_uses_iso =====
31514 <HTML>
31515 <HEAD>
31516 <TITLE>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></TITLE>
31517 </HEAD>
31518 <BODY>
31519 <H1>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></H1>
31521 By default, Alpine asks monthly whether or not you would like to rename
31522 some folders to a new name containing the date.
31523 It also asks whether or not you would like to delete some old folders.
31524 See the <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option for an
31525 explanation.
31528 By default, the name used when renaming a folder looks like
31530 <CENTER><SAMP>&lt;foldername&gt;-&lt;month&gt;-&lt;year&gt;</SAMP></CENTER>
31532 For example, the first time you run Alpine in May of 2004,
31533 the folder &quot;sent-mail&quot; might be renamed to
31535 <CENTER><SAMP>sent-mail-apr-2004</SAMP></CENTER>
31537 If this feature is set, the name used will be of the form
31539 <CENTER><SAMP>&lt;foldername&gt;-&lt;yyyy&gt;-&lt;mm&gt;</SAMP></CENTER>
31541 where &quot;yyyy&quot; is the year and &quot;mm&quot; is the two-digit
31542 month (01, 02, ..., 12).
31543 For the April, 2004 example above, it would instead be
31545 <CENTER><SAMP>sent-mail-2004-04</SAMP></CENTER>
31547 because April is the 4th month of the year.
31548 A reason you might want to set this feature is so that the folders
31549 will sort in chronological order.
31552 &lt;End of help on this topic&gt;
31553 </BODY>
31554 </HTML>
31555 ====== h_config_save_advances =====
31556 <HTML>
31557 <HEAD>
31558 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-advance"--></TITLE>
31559 </HEAD>
31560 <BODY>
31561 <H1>FEATURE: <!--#echo var="FEAT_save-will-advance"--></H1>
31563 This feature controls one aspect of the Save command.  If set, Save will
31564 (in addition to copying the current message to the designated folder) also
31565 advance to the next message.
31568 &lt;End of help on this topic&gt;
31569 </BODY>
31570 </HTML>
31571 ====== h_config_force_arrow =====
31572 <HTML>
31573 <HEAD>
31574 <TITLE>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></TITLE>
31575 </HEAD>
31576 <BODY>
31577 <H1>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></H1>
31579 This feature affects Alpine's MESSAGE INDEX display routine.
31580 If set, the normal inverse-video cursor will be
31581 replaced by a simple &quot;arrow&quot; cursor, which normally occupies the
31582 second column of the index display.
31584 This is the same index cursor you get if you turn on
31585 <A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>, but the index
31586 line coloring will still be present if this feature is turned on and
31587 <!--#echo var="FEAT_assume-slow-link"--> is off.
31589 An alternative version of the Arrow cursor is available by including the
31590 <A HREF="h_config_index_arrow_color">ARROW</A>
31591 token in the
31592 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
31594 It ought to be the case that this feature also affects the ATTACHMENT INDEX,
31595 but that is not implemented.
31598 &lt;End of help on this topic&gt;
31599 </BODY>
31600 </HTML>
31601 ====== h_config_ignore_size =====
31602 <HTML>
31603 <HEAD>
31604 <TITLE>FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></TITLE>
31605 </HEAD>
31606 <BODY>
31607 <H1>FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></H1>
31609 When you have an account residing in an IMAP server, Alpine records the 
31610 size of each message as reported by the server. However, when Alpine saves 
31611 a message in such IMAP server, Alpine will compute the size of the message 
31612 independently, from the data it received. If these two numbers do not 
31613 match for a message, Alpine asks you if you still want to take the risk of 
31614 saving such message, since data corruption or loss of data could result 
31615 from this save.
31618 Sometimes the root of this problem is that the IMAP server does not 
31619 compute sizes correctly, and there will not be loss of information when 
31620 saving such message. Enabling this feature will make Alpine ignore such 
31621 error and continue saving the message without producing any warnings or 
31622 ever stopping the process, as if there had not been any error. This option 
31623 applies to all IMAP servers that you use, so if you enable this feature, 
31624 size discrepancy warnings will not be given for any IMAP server you 
31625 connect to.
31628 Example of a server where you could reproduce this problem is the Gmail 
31629 IMAP server. Another example can be found in some versions of the Exchange 
31630 server.
31633 It is recommended that this feature be disabled most of the time and only 
31634 enabled when you find a server which you can determine that has the above 
31635 mentioned defect, but be disabled again after making the save operation 
31636 succeed.
31639 &lt;End of help on this topic&gt;
31640 </BODY>
31641 </HTML>
31642 ====== h_config_force_low_speed =====
31643 <HTML>
31644 <HEAD>
31645 <TITLE>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></TITLE>
31646 </HEAD>
31647 <BODY>
31648 <H1>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></H1>
31650 UNIX Alpine only.
31652 This feature affects Alpine's display routines.  If set, the normal
31653 inverse-video cursor (used to highlight the current item in a list) will be
31654 replaced by an &quot;arrow&quot; cursor and other
31655 screen update optimizations for
31656 low-speed links (e.g. 2400 bps dialup connections) will be activated.
31657 One of the optimizations is that colored index lines (set up with Indexcolor
31658 Rules) will not be colored.
31659 If you are just turning this feature on because you like using
31660 the &quot;arrow&quot; cursor you may have an arrow cursor with index line
31661 coloring by turning this feature off and the
31662 <A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A> on.
31665 &lt;End of help on this topic&gt;
31666 </BODY>
31667 </HTML>
31668 ====== h_config_show_delay_cue =====
31669 <HTML>
31670 <HEAD>
31671 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></TITLE>
31672 </HEAD>
31673 <BODY>
31674 <H1>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></H1>
31676 If set, this feature will cause an asterisk to appear in the upper
31677 left-hand corner of the screen whenever Alpine checks for new mail.
31678 Two asterisks whenever Alpine saves (checkpoints) the state of the current
31679 mailbox to disk.
31681 <!--chtml if pinemode="os_windows"-->
31683 In addition, PC-Alpine will display a less-than symbol, '&lt;', when 
31684 it is trying to open a network connection (e.g, to open your INBOX
31685 on an IMAP
31686 server) or read from the network connection.  A greater-than symbol,
31687 will be displayed when PC-Alpine is trying to write to the network
31688 connection (e.g, sending a command to your IMAP server).
31689 <!--chtml endif-->
31692 &lt;End of help on this topic&gt;
31693 </BODY>
31694 </HTML>
31695 ====== h_config_color_style =====
31696 <HTML>
31697 <HEAD>
31698 <TITLE>OPTION: Color Style</TITLE>
31699 </HEAD>
31700 <BODY>
31701 <H1>OPTION: Color Style</H1>
31703 UNIX Alpine only.
31705 If the terminal or terminal emulator you are using is capable of displaying
31706 colors, this option controls whether or not color will be used in Alpine.
31707 If you turn color on and things are set up correctly,
31708 you should see color appear on the screen immmediately.
31709 Modern terminal emulators are usually capable of displaying colors.
31711 The available options include:
31714 <DL>
31715 <DT>no-color</DT>
31716 <DD>Don't use color.
31717 </DD>
31719 <DT>use-termdef</DT>
31720 <DD>In order to decide if your terminal is capable of color, Alpine looks in
31721 the terminal capabilities database, TERMINFO or TERMCAP, depending on
31722 how Alpine was compiled.
31723 This is a good option to choose if you switch between a color and a non-color
31724 terminal with the same Alpine configuration.
31725 Alpine will know to use color on the color terminal because it is described
31726 in the termcap entry, and Alpine will know to use black and white on the
31727 non-color terminal.
31728 The Alpine Technical Notes
31729 <CENTER><SAMP><A HREF="http://www.washington.edu/alpine/tech-notes/">http://www.washington.edu/alpine/tech-notes/</A></SAMP></CENTER>
31730 have more information on configuring a TERMCAP or TERMINFO
31731 entry for color Alpine.
31732 This is usually something a system administrator does.
31733 </DD>
31735 <DT>force-ansi-8color</DT>
31736 <DD>This is probably the setting that most people should use.
31737 Because setting up a termcap entry is confusing and because the
31738 terminal capabilities database is often not correctly configured for color,
31739 this choice and the next may be easier for you to use.
31740 If your terminal emulator responds to ANSI color escape sequences, which
31741 many do, this option will cause Alpine to believe your terminal will respond
31742 to the escape sequences that produce eight different foreground and background
31743 colors.
31744 The escape sequences used to set the foreground colors are
31746   <P><CENTER>ESC&nbsp;[&nbsp;3&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
31748 where the color_number is an ASCII digit between 0 and 7.
31749 The numbers 0 through 7 should correspond to the colors black, red, green,
31750 yellow, blue, magenta, cyan, and white.
31751 Some terminal emulators use a pre-ANSI scheme that swaps
31752 the colors blue and red and the colors yellow and cyan.
31753 This will cause the default colors to be different, but other than that
31754 things should work fine.
31755 There is also a 9th color available, the last one shown, which is the default
31756 color from the terminal emulator.
31757 When used as a background color some people refer to this color as
31758 &quot;transparent&quot;, which is why the letters &quot;TRAN&quot; are
31759 shown in the color swatch of the SETUP COLOR screen.
31760 The foreground transparent color is shown as
31761 the color of the &quot;TRAN&quot; text.
31762 (The transparent color will not work correctly in a PC-Alpine configuration.)
31763 The escape sequences used to set the background colors are the same
31764 as for the foreground colors except a &quot;4&quot; replaces the &quot;3&quot;.
31765 The escape sequences for foreground and background default colors (transparent)
31766 are 39m and 49m.
31768 Note: With the Tera Term terminal emulator this setting works well.
31769 You should also have the Tera Term &quot;Full color&quot; option turned OFF.
31770 You may find the &quot;Full color&quot; option in Tera Term's &quot;Setup&quot;
31771 menu, in the &quot;Window&quot; submenu.
31772 </DD>
31774 <DT>force-ansi-16color</DT>
31775 <DD>Many terminal emulators know about the same eight colors above
31776 plus eight more.
31777 This option attempts to use all 16 colors.
31778 The same escape sequences as for the eight-color terminal are used
31779 for the first eight colors.
31780 The escape sequences used to set foreground colors 8-15 are the same as
31781 for 0-7 except the &quot;3&quot; is replaced with a &quot;9&quot;.
31782 The background color sequences for colors 8-15 are the same as for 0-7
31783 except the &quot;4&quot; is replaced with &quot;10&quot;.
31784 You can tell if the 16 colors are working by turning on this option
31785 and then going into one of the color configuration screens, for example,
31786 the configuration screen for Normal Color.
31787 If you see 16 different colors to select from (plus a 17th for
31788 the transparent color), it's working.
31789 </DD>
31791 <DT>force-xterm-256color</DT>
31792 <DD>Some versions of xterm (and some other terminal emulators)
31793 have support for 256 colors.
31794 The escape sequences used to set the foreground colors are
31796   <P><CENTER>ESC&nbsp;[&nbsp;38&nbsp;;&nbsp;5&nbsp;;&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
31798 where the color_number is an ASCII digit between 0 and 255.
31799 Background colors are the same with the 38 replaced with a 48.
31800 The numbers 0 through 15 are probably similar to the 16 color version
31801 above, then comes a 6x6x6 color cube, followed by 24 colors of gray.
31802 The terminal default (transparent) color is the 257th color at the bottom.
31803 Some terminal emulators will misinterpret these escape sequences causing
31804 the terminal to blink or overstrike characters or to do something else
31805 undesirable.
31807 The PuTTY terminal emulator has an option called &quot;Allow terminal to
31808 use xterm 256-colour mode&quot; which allows PuTTY to work well with
31809 this 256-color setting.
31811 </DD>
31812 </DL>
31815 The normal default is &quot;no-color&quot;.
31818 Once you've turned on color you may set the
31819 colors of many objects on the screen individually.
31820 For example, you may add colors to the status letters on the MESSAGE
31821 INDEX page.
31822 Most categories of color that Alpine supports are configurable here.
31823 For example, &quot;Normal Color&quot;
31824 is the color used to display most of the text in Alpine, and
31825 &quot;Reverse Color&quot; is used to display highlighted text, such as the
31826 current message in the MESSAGE INDEX.
31828 Lines in the MESSAGE INDEX may also be colored.
31829 Use Setup Rules to get to the Indexcolor configuration screen.
31832 <UL>   
31833 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31834 </UL><P>
31835 &lt;End of help on this topic&gt;
31836 </BODY>
31837 </HTML>
31838 ====== h_config_disable_index_locale_dates =====
31839 <HTML>
31840 <HEAD>
31841 <TITLE>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></TITLE>
31842 </HEAD>
31843 <BODY>
31844 <H1>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></H1>
31846 This feature affects the display of dates in the MESSAGE INDEX.
31847 Normally an attempt is made to localize the dates
31848 used in the MESSAGE INDEX display to your locale.
31849 This is controlled with the
31850 LC_TIME locale setting on a UNIX system.
31851 On Windows the Regional Options control panel may be used to set the date format.
31852 At the programming level, Alpine is using the strftime routine
31853 to print the parts of a date.
31855 If this feature is set, dates are displayed in English and
31856 with the conventions of the United States.
31859 <UL>   
31860 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31861 </UL><P>
31862 &lt;End of help on this topic&gt;
31863 </BODY>
31864 </HTML>
31865 ====== h_config_auto_open_unread =====
31866 <HTML>
31867 <HEAD>
31868 <TITLE>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></TITLE>
31869 </HEAD>
31870 <BODY>
31871 <H1>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></H1>
31873 This feature controls the behavior of the TAB key when traversing folders
31874 in the optional 
31875 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
31876 collection or in optional <!--#echo var="VAR_news-collections"-->.
31878 When the TAB
31879 (<A HREF="h_common_nextnew">NextNew</A>)
31880 key is pressed, and there
31881 are no more unseen messages in the current (incoming message or news)
31882 folder, Alpine will search the list of folders in the current collection for
31883 one containing New or Recent (new since the last time the folder was
31884 opened) messages.
31885 This behavior may be modified slightly with the
31886 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
31887 feature that causes Alpine to look for Unseen messages instead of Recent
31888 messages.
31889 Normally, when such a folder is found, Alpine will ask
31890 whether you wish to open the folder.  If this feature is set, Alpine will
31891 automatically open the folder without prompting.
31893 This feature also affects some other similar situations.
31894 If you have a
31895 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
31896 that is equal to one of the &quot;separate-&quot; values, and you are
31897 viewing a thread; then when you type the NextNew command and are at the
31898 end of the current thread you will automatically go to the next thread
31899 if this feature is set.
31900 By default, you would be asked if you want to view the next thread.
31901 You will also be asked at times whether or not you want to view the next
31902 thread after you delete the last message in the thread.
31903 Setting this feature will also cause that question to be skipped.
31906 <UL>   
31907 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31908 </UL><P>
31909 &lt;End of help on this topic&gt;
31910 </BODY>
31911 </HTML>
31912 ====== h_config_auto_include_reply =====
31913 <HTML>
31914 <HEAD>
31915 <TITLE>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></TITLE>
31916 </HEAD>
31917 <BODY>
31918 <H1>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></H1>
31920 This feature controls an aspect of Alpine's Reply command.  Normally, Alpine
31921 will ask whether you wish to include the original message in your reply.
31922 If this feature is set and the feature
31923 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
31924 is <EM>not</EM> set, then the original message will be included in the reply
31925 automatically, without prompting.
31927 &lt;End of help on this topic&gt;
31928 </BODY>
31929 </HTML>
31930 ====== h_config_select_in_bold =====
31931 <HTML>
31932 <HEAD>
31933 <TITLE>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></TITLE>
31934 </HEAD>
31935 <BODY>
31936 <H1>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></H1>
31938 This feature controls an aspect of Alpine's 
31939 <A HREF="h_config_enable_agg_ops">&quot;aggregate operation&quot;</A>
31940 commands; in
31941 particular, the Select and WhereIs commands. Select and WhereIs (with the
31942 ^X subcommand) will search the current folder for messages meeting a
31943 specified criteria, and &quot;tag&quot; the resulting messages with an 
31944 &quot;X&quot; in the
31945 first column of the applicable lines in the MESSAGE INDEX.  If this feature
31946 is set, instead of using the &quot;X&quot; to denote a selected message, 
31947 Alpine will
31948 attempt to display those index lines in boldface. Whether this is
31949 preferable to the &quot;X&quot; will depend on personal taste and the type of
31950 terminal being used.
31952 <UL>   
31953 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31954 </UL><P>
31955 &lt;End of help on this topic&gt;
31956 </BODY>
31957 </HTML>
31958 ====== h_config_alt_auth =====
31959 <HTML>
31960 <HEAD>
31961 <TITLE>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></TITLE>
31962 </HEAD>
31963 <BODY>
31964 <H1>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></H1>
31966 This feature affects how Alpine connects to IMAP servers.
31967 It's utility has largely been overtaken by events,
31968 but it may still be useful in some circumstances.
31969 If you only connect to modern IMAP servers that support
31970 &quot;TLS&quot; you can ignore this feature.
31973 Details:
31976 By default, Alpine will attempt to connect to an IMAP server on the
31977 normal IMAP service port (143), and if the server offers &quot;Transport Layer
31978 Security&quot; (TLS) and Alpine has been compiled with encryption capability,
31979 then a secure (encrypted) session will be negotiated.
31982 With this feature enabled, before connecting on the normal IMAP port, Alpine
31983 will first attempt to connect to an alternate IMAP service port (993) used
31984 specifically for encrypted IMAP sessions via the Secure Sockets Layer
31985 (SSL) method.
31986 If the SSL attempt fails, Alpine will then try the default
31987 behavior described in the previous paragraph.
31990 TLS negotiation on the normal port is preferred, and supersedes the use of
31991 SSL on port 993, but older servers may not provide TLS support.
31992 This feature may be convenient when accessing IMAP servers that do not support
31993 TLS, but do support SSL connections on port 993.
31994 However, it is important to understand that with this feature enabled,
31995 Alpine will <EM>attempt</EM> to make a secure connection if that is possible,
31996 but it will proceed to make an insecure connection if that is the only
31997 option offered by the server, or if the Alpine in question has been built
31998 without encryption capability.
32001 Note that this feature specifies a per-user (or system-wide) default
32002 behavior, but host/folder specification flags may be used to control the
32003 behavior of any specific connection.
32004 This feature interacts with some of
32005 the possible host/folder path specification flags as follows:
32008 The <SAMP>/tls</SAMP> host flag, for example,
32011 <CENTER><SAMP>{foo.example.com/tls}INBOX</SAMP></CENTER>
32013 will over-ride this feature for the specified host by bypassing the
32014 SSL connection attempt.
32015 Moreover, with <SAMP>/tls</SAMP> specified,
32016 the connection attempt will fail if the
32017 service on port 143 does not offer TLS support.
32020 The <SAMP>/ssl</SAMP> host flag, for example,
32023 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
32025 will insist on an SSL connection for the specified host,
32026 and will fail if the SSL service on port 993 is not available.
32027 Alpine will not subsequently retry a connection
32028 on port 143 if <SAMP>/ssl</SAMP> is specified.
32031 <UL>   
32032 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32033 </UL><P>
32034 &lt;End of help on this topic&gt;
32035 </BODY>
32036 </HTML>
32037 ====== h_config_file_dir ======
32038 <HTML>
32039 <HEAD>
32040 <TITLE>OPTION: File Directory</TITLE>
32041 </HEAD>
32042 <BODY>
32043 <H1>OPTION: File Directory</H1>
32045 PC-Alpine only.
32047 This value affects the Composer's &quot;^J&nbsp;Attach&quot; command, 
32048 the Attachment Index Screen's &quot;S&nbsp;Save&quot; command, and the
32049 Message Index's &quot;E&nbsp;Export&quot; command.
32052 Normally, when a filename is supplied that lacks a leading &quot;path&quot;
32053 component, Alpine assumes the file exists in the user's home directory.
32054 Under Windows operating systems, this definition isn't always clear.  This 
32055 feature allows you to explictly set where Alpine should look for files
32056 without a leading path.
32059 NOTE: this feature's value is ignored if either 
32060 <A HREF="h_config_use_current_dir"><!--#echo var="FEAT_use-current-dir"--></A> feature
32061 is set or the PINERC has a value for the &quot;<!--#echo var="VAR_operating-dir"-->&quot; variable.
32064 <UL>   
32065 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32066 </UL><P>
32067 &lt;End of help on this topic&gt;
32068 </BODY>
32069 </HTML>
32070 ====== h_config_quote_all_froms =====
32071 <HTML>
32072 <HEAD>
32073 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></TITLE>
32074 </HEAD>
32075 <BODY>
32076 <H1>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></H1>
32078 This feature controls an aspect of the Save command (and also the way
32079 outgoing messages are saved to an FCC folder).  If set, Alpine will add
32080 a leading &quot;>&quot; character in front of message lines beginning with &quot;From&quot; 
32081 when they are saved to another folder, including lines syntactically
32082 distinguishable from the type of message separator line commonly used on
32083 Unix systems.
32086 The default behavior is that a &quot;>&quot; will be prepended only to lines
32087 beginning with &quot;From &quot; that might otherwise be confused with a message
32088 separator line on Unix systems.  If pine is the only mail program you use,
32089 this default is reasonable.  If another program you use has trouble
32090 displaying a message with an unquoted &quot;From &quot; saved by Alpine, you should
32091 enable this feature.  This feature only applies to the common Unix mailbox
32092 format that uses message separator lines beginning with &quot;From &quot;.  If
32093 Alpine has been configured to use a different mailbox format (possibly
32094 incompatible with other mail programs), then this issue does not arise,
32095 and the feature is irrelevant.
32098 &lt;End of help on this topic&gt;
32099 </BODY>
32100 </HTML>
32101 ====== h_config_normal_color =====
32102 <HTML>
32103 <HEAD>
32104 <TITLE>OPTION: Normal Color</TITLE>
32105 </HEAD>
32106 <BODY>
32107 <H1>OPTION: Normal Color</H1>
32109 Sets the color Alpine normally uses.
32110 The foreground color is the color of the actual character and the
32111 background color is the color of the area behind the character.
32112 By default this color is black characters on a white background.
32114 <A HREF="h_color_setup">Descriptions of the available commands</A>
32116 Look <A HREF="h_edit_nav_cmds">here</A>
32117 to see the available Editing and Navigation commands.
32119 &lt;End of help on this topic&gt;
32120 </BODY>
32121 </HTML>
32122 ====== h_config_reverse_color =====
32123 <HTML>
32124 <HEAD>
32125 <TITLE>OPTION: Reverse Color</TITLE>
32126 </HEAD>
32127 <BODY>
32128 <H1>OPTION: Reverse Color</H1>
32130 Sets the color Alpine uses for reverse video characters.
32131 The foreground color is the color of the actual character and the
32132 background color is the color of the area behind the character.
32134 <A HREF="h_color_setup">Descriptions of the available commands</A>
32136 Look <A HREF="h_edit_nav_cmds">here</A>
32137 to see the available Editing and Navigation commands.
32139 &lt;End of help on this topic&gt;
32140 </BODY>
32141 </HTML>
32142 ====== h_config_title_color =====
32143 <HTML>
32144 <HEAD>
32145 <TITLE>OPTION: Title Color</TITLE>
32146 </HEAD>
32147 <BODY>
32148 <H1>OPTION: Title Color</H1>
32150 Sets the color Alpine uses for the titlebar (the top line on the screen).
32151 The foreground color is the color of the actual character and the
32152 background color is the color of the area behind the character.
32153 By default, the Title Color is black characters on a yellow background.
32155 The actual titlebar color may be different from the Title Color if
32156 the option
32157 <A HREF="h_config_titlebar_color_style">&quot;<!--#echo var="VAR_titlebar-color-style"-->&quot;</A>
32158 is set to some value other than the default.
32159 It may also be different if the current folder is closed and the
32160 <A HREF="h_config_titleclosed_color">Title Closed Color</A>
32161 color is set to something different from the Title Color.
32163 <A HREF="h_color_setup">Descriptions of the available commands</A>
32165 Look <A HREF="h_edit_nav_cmds">here</A>
32166 to see the available Editing and Navigation commands.
32168 &lt;End of help on this topic&gt;
32169 </BODY>
32170 </HTML>
32171 ====== h_config_titleclosed_color =====
32172 <HTML>
32173 <HEAD>
32174 <TITLE>OPTION: Title Closed Color</TITLE>
32175 </HEAD>
32176 <BODY>
32177 <H1>OPTION: Title Closed Color</H1>
32179 Sets the color Alpine uses for the titlebar (the top line on the screen)
32180 when the current folder is closed.
32181 The foreground color is the color of the actual character and the
32182 background color is the color of the area behind the character.
32183 By default, the Title Color Closed Color is white characters on a red background.
32185 By setting this color to something noticeable you will be alerted to the
32186 fact that the current folder is closed, perhaps unexpectedly.
32188 &lt;End of help on this topic&gt;
32189 </BODY>
32190 </HTML>
32191 ====== h_config_status_color =====
32192 <HTML>
32193 <HEAD>
32194 <TITLE>OPTION: Status Color</TITLE>
32195 </HEAD>
32196 <BODY>
32197 <H1>OPTION: Status Color</H1>
32199 Sets the color Alpine uses for status messages written to the message
32200 line near the bottom of the screen.
32201 The foreground color is the color of the actual character and the
32202 background color is the color of the area behind the character.
32203 By default, the Status Color is the same as the Reverse Color.
32205 <A HREF="h_color_setup">Descriptions of the available commands</A>
32207 Look <A HREF="h_edit_nav_cmds">here</A>
32208 to see the available Editing and Navigation commands.
32210 &lt;End of help on this topic&gt;
32211 </BODY>
32212 </HTML>
32213 ====== h_config_index_opening_color =====
32214 <HTML>
32215 <HEAD>
32216 <TITLE>OPTION: Index Opening Color</TITLE>
32217 </HEAD>
32218 <BODY>
32219 <H1>OPTION: Index Opening Color</H1>
32221 With some setups the text of the subject is followed
32222 by the opening text of the message if there is any room available in the index line.
32223 If you have configured your
32224 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
32225 to include one of the Subject tokens that causes this behavior
32226 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), you may set the color of
32227 this opening text with this option.
32228 This coloring takes place for all but the current index line, and the Opening
32229 Color appears to be in front of any color from an Index Color Rule.
32231 By default the Index Opening Color is gray characters on a white background.
32234 <A HREF="h_color_setup">Descriptions of the available commands</A>
32236 Look <A HREF="h_edit_nav_cmds">here</A>
32237 to see the available Editing and Navigation commands.
32239 &lt;End of help on this topic&gt;
32240 </BODY>
32241 </HTML>
32242 ====== h_config_index_pri_color =====
32243 <HTML>
32244 <HEAD>
32245 <TITLE>OPTION: Index Priority Symbol Colors</TITLE>
32246 </HEAD>
32247 <BODY>
32248 <H1>OPTION: Index Priority Symbol Colors</H1>
32250 The X-Priority header is a non-standard header that is used in a
32251 somewhat standard way by many mail programs.
32252 Alpine expects the value of this header to be a digit with a value
32253 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
32254 Alpine can be made to display an indication of this priority in
32255 messages by use of one of the tokens
32256 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
32257 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
32258 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
32261 You may set the color used to draw these tokens by use of the colors
32262 Index High Priority Symbol Color and Index Low Priority Symbol Color.
32263 This coloring takes place for all but the current index line, and the Priority
32264 Color appears to be in front of any color from an Index Color Rule.
32265 If the priority has a value of 1 or 2 the High Priority color will be
32266 used,
32267 and if the value is 4 or 5 the Low Priority color will be used.
32269 If you don't set these colors the index line will be colored in the same color as
32270 the bulk of the index line.
32273 <A HREF="h_color_setup">Descriptions of the available commands</A>
32275 Look <A HREF="h_edit_nav_cmds">here</A>
32276 to see the available Editing and Navigation commands.
32278 &lt;End of help on this topic&gt;
32279 </BODY>
32280 </HTML>
32281 ====== h_config_index_subject_color =====
32282 <HTML>
32283 <HEAD>
32284 <TITLE>OPTION: Index Subject Color</TITLE>
32285 </HEAD>
32286 <BODY>
32287 <H1>OPTION: Index Subject Color</H1>
32289 You may set the color used to draw the Subject part of the index line.
32290 This coloring takes place for all but the current index line, and the Subject
32291 Color appears to be in front of any color from an Index Color Rule.
32293 If you don't set this color it will be colored in the same color as
32294 the bulk of the index line.
32297 <A HREF="h_color_setup">Descriptions of the available commands</A>
32299 Look <A HREF="h_edit_nav_cmds">here</A>
32300 to see the available Editing and Navigation commands.
32302 &lt;End of help on this topic&gt;
32303 </BODY>
32304 </HTML>
32305 ====== h_config_index_from_color =====
32306 <HTML>
32307 <HEAD>
32308 <TITLE>OPTION: Index From Color</TITLE>
32309 </HEAD>
32310 <BODY>
32311 <H1>OPTION: Index From Color</H1>
32313 You may set the color used to draw the From part of the index line.
32314 This coloring takes place for all but the current index line, and the From
32315 Color appears to be in front of any color from an Index Color Rule.
32317 If you don't set this color it will be colored in the same color as
32318 the bulk of the index line.
32321 <A HREF="h_color_setup">Descriptions of the available commands</A>
32323 Look <A HREF="h_edit_nav_cmds">here</A>
32324 to see the available Editing and Navigation commands.
32326 &lt;End of help on this topic&gt;
32327 </BODY>
32328 </HTML>
32329 ====== h_config_index_arrow_color =====
32330 <HTML>
32331 <HEAD>
32332 <TITLE>OPTION: Index Arrow Color</TITLE>
32333 </HEAD>
32334 <BODY>
32335 <H1>OPTION: Index Arrow Color</H1>
32337 If you have configured your
32338 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
32339 to include the &quot;ARROW&quot; token, you may set the color of
32340 the arrow displayed with this option.
32341 If you don't set the color it will be colored in the same color as
32342 the bulk of the index line.
32345 <A HREF="h_color_setup">Descriptions of the available commands</A>
32347 Look <A HREF="h_edit_nav_cmds">here</A>
32348 to see the available Editing and Navigation commands.
32350 &lt;End of help on this topic&gt;
32351 </BODY>
32352 </HTML>
32353 ====== h_config_index_color =====
32354 <HTML>
32355 <HEAD>
32356 <TITLE>OPTION: Index Colors</TITLE>
32357 </HEAD>
32358 <BODY>
32359 <H1>OPTION: Index Colors</H1>
32361 You may add color to the single character symbols that give the status
32362 of each message in the MESSAGE INDEX.
32363 By default the characters &quot;+&quot;, &quot;*&quot;, &quot;D&quot;,
32364 &quot;A&quot;, and &quot;N&quot; show up near the left hand side of the
32365 screen depending on whether the message is addressed to you, and whether
32366 the message is marked Important, is Deleted, is Answered, or is New.
32367 The color for each of those characters may be specified by setting the
32368 &quot;Index-to-me&quot; Symbol Color,
32369 the &quot;Index-important&quot; Symbol Color,
32370 the &quot;Index-deleted&quot; Symbol Color,
32371 the &quot;Index-answered&quot; Symbol Color,
32372 and the &quot;Index-new&quot; Symbol Color.
32373 There are also two other symbol colors called &quot;Index-recent&quot;
32374 and &quot;Index-unseen&quot;.
32375 These two colors will only be used if you have configured your
32376 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
32377 to include the &quot;IMAPSTATUS&quot; or &quot;SHORTIMAPSTATUS&quot; token.
32379 The default colors for these symbols are:
32380 <TABLE>
32381 <TR> <TD> &nbsp;&nbsp;Index-to-me&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> black on cyan </TD> </TR>
32382 <TR> <TD> &nbsp;&nbsp;Index-important </TD> <TD> white on bright red </TD> </TR>
32383 <TR> <TD> &nbsp;&nbsp;Index-deleted&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
32384 <TR> <TD> &nbsp;&nbsp;Index-answered&nbsp; </TD> <TD> bright red on yellow </TD> </TR>
32385 <TR> <TD> &nbsp;&nbsp;Index-new&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> white on magenta </TD> </TR>
32386 <TR> <TD> &nbsp;&nbsp;Index-recent&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
32387 <TR> <TD> &nbsp;&nbsp;Index-unseen&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
32388 </TABLE>
32390 Besides coloring the message status symbols, you may also color the
32391 entire index line.
32392 This is done by using the
32393 <A HREF="h_rules_incols">SETUP INDEX LINE COLORS</A> screen, which you
32394 may get to with the commands <EM>S</EM>etup/<EM>R</EM>ules/<EM>I</EM>ndexcolor.
32395 When the entire line is colored that color will be &quot;behind&quot; the
32396 status symbol colors talked about in the paragraph above.
32398 You may also color
32399 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
32400 in the index using the
32401 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>);
32402 the <A HREF="h_config_index_arrow_color">ARROW</A> cursor;
32403 the Subject using
32404 <A HREF="h_config_index_subject_color">Index Subject Color</A>;
32405 the From field using
32406 <A HREF="h_config_index_from_color">Index From Color</A>;
32407 and the
32408 <A HREF="h_config_index_opening_color">Index Opening</A> text.
32410 <A HREF="h_color_setup">Descriptions of the available commands</A>
32412 Look <A HREF="h_edit_nav_cmds">here</A>
32413 to see the available Editing and Navigation commands.
32415 &lt;End of help on this topic&gt;
32416 </BODY>
32417 </HTML>
32418 ====== h_config_metamsg_color =====
32419 <HTML>
32420 <HEAD>
32421 <TITLE>OPTION: Meta-Message Color</TITLE>
32422 </HEAD>
32423 <BODY>
32424 <H1>OPTION: Meta-Message Color</H1>
32426 Sets the color Alpine uses in the MESSAGE TEXT screen for messages to you
32427 that aren't part of the message itself.
32428 For example, an attachment that isn't shown might produce a meta
32429 message something like:
32431 <CENTER><SAMP> [ Part 2, &quot;comment&quot; Text/PLAIN (Name: &quot;file&quot;) ]</SAMP></CENTER>
32433 If you set the
32434 <A HREF="h_config_quote_suppression"><!--#echo var="VAR_quote-suppression-threshold"--></A>
32435 option you might see
32437 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
32439 Warnings about suspicious looking URLs in HTML will also be colored
32440 with this color.
32442 The foreground color is the color of the actual character and the
32443 background color is the color of the area behind the character.
32444 By default, the Meta-Message Color is black characters on a yellow background.
32446 <A HREF="h_color_setup">Descriptions of the available commands</A>
32448 Look <A HREF="h_edit_nav_cmds">here</A>
32449 to see the available Editing and Navigation commands.
32451 &lt;End of help on this topic&gt;
32452 </BODY>
32453 </HTML>
32454 ====== h_config_keylabel_color =====
32455 <HTML>
32456 <HEAD>
32457 <TITLE>OPTION: KeyLabel Color</TITLE>
32458 </HEAD>
32459 <BODY>
32460 <H1>OPTION: KeyLabel Color</H1>
32462 Sets the color Alpine uses for the labels of the keys in the two-line
32463 menu at the bottom of the screen.
32464 For example, some of the screens have a &quot;P PrevMsg&quot; command.
32465 This option sets the color used when displaying &quot;PrevMsg&quot;.
32466 The foreground color is the color of the actual character and the
32467 background color is the color of the area behind the character.
32468 By default, the KeyLabel Color is the same as the Normal Color.
32470 WARNING: Some terminal emulators have the property that the screen will scroll
32471 down one line whenever a character is written to the character cell in the
32472 lower right corner of the screen.
32473 Alpine can usually avoid writing a character in that corner of the screen.
32474 However, if you have defined a KeyLabel Color then Alpine does have to write
32475 a character in that cell in order to color the cell correctly.
32476 If you find that your display sometimes scrolls up a line this could be
32477 the problem.
32478 The most obvious symptom is probably that the titlebar at the top of the
32479 screen scrolls off the screen.
32480 Try setting KeyLabel Color to Default to see if that fixes the problem.
32482 <A HREF="h_color_setup">Descriptions of the available commands</A>
32484 Look <A HREF="h_edit_nav_cmds">here</A>
32485 to see the available Editing and Navigation commands.
32487 &lt;End of help on this topic&gt;
32488 </BODY>
32489 </HTML>
32490 ====== h_config_keyname_color =====
32491 <HTML>
32492 <HEAD>
32493 <TITLE>OPTION: KeyName Color</TITLE>
32494 </HEAD>
32495 <BODY>
32496 <H1>OPTION: KeyName Color</H1>
32498 Sets the color Alpine uses for the names of the keys in the two-line
32499 menu at the bottom of the screen.
32500 For example, some of the screens have a &quot;P PrevMsg&quot; command.
32501 This option sets the color used when displaying the &quot;P&quot;.
32502 The foreground color is the color of the actual character and the
32503 background color is the color of the area behind the character.
32504 By default, the KeyName Color is the same as the Reverse Color.
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_slctbl_color =====
32515 <HTML>
32516 <HEAD>
32517 <TITLE>OPTION: Selectable Item Color</TITLE>
32518 </HEAD>
32519 <BODY>
32520 <H1>OPTION: Selectable Item Color</H1>
32522 Sets the color Alpine uses for selectable items, such as URLs.
32523 The foreground color is the color of the actual character and the
32524 background color is the color of the area behind the character.
32525 By default, the Selectable Item Color is the same as the Normal Color,
32526 except that it is bold.
32528 <A HREF="h_color_setup">Descriptions of the available commands</A>
32530 Look <A HREF="h_edit_nav_cmds">here</A>
32531 to see the available Editing and Navigation commands.
32533 &lt;End of help on this topic&gt;
32534 </BODY>
32535 </HTML>
32536 ====== h_config_quote_color =====
32537 <HTML>
32538 <HEAD>
32539 <TITLE>OPTION: Quote Colors</TITLE>
32540 </HEAD>
32541 <BODY>
32542 <H1>OPTION: Quote Colors</H1>
32544 Sets the colors Alpine uses for coloring quoted text in the MESSAGE TEXT
32545 screen.
32546 If a line begins with a &gt; character (or space followed by &gt;)
32547 it is considered a quote.
32548 That line will be given the Quote1 Color (first level quote).
32549 If there is a second level of quoting then the Quote2 Color will be used.
32550 Alpine considers there to be a second level of quoting if that first &gt; is
32551 followed by another &gt; (or space followed by &gt;).
32552 If there are characters other than whitespace and &gt; signs, then it isn't
32553 considered another level of quoting.
32554 Similarly, if there is a third level of quoting the Quote3 Color will be
32555 used.
32556 If there are more levels after that the Quote Colors are re-used.
32557 If you define all three colors then it would repeat like Color1, Color2, Color3,
32558 Color1, Color2, Color3, ...
32559 If you only define the first two it would be
32560 Color1, Color2, Color1, Color2, ...
32561 If you define only the Quote1 Color, then the entire quote would be that
32562 color regardless of the quoting levels.
32563 By default, the Quote1 Color is black characters on a greenish-blue background;
32564 the Quote2 Color is black characters on a dull yellow background; and
32565 the Quote3 Color is black characters on a green background.
32567 <A HREF="h_color_setup">Descriptions of the available commands</A>
32569 Look <A HREF="h_edit_nav_cmds">here</A>
32570 to see the available Editing and Navigation commands.
32572 &lt;End of help on this topic&gt;
32573 </BODY>
32574 </HTML>
32575 ====== h_config_folder_color =====
32576 <HTML>
32577 <HEAD>
32578 <TITLE>OPTION: Folder Color</TITLE>
32579 </HEAD>
32580 <BODY>
32581 <H1>OPTION: Folder Color</H1>
32583 Sets the colors Alpine uses for coloring a folder in the FOLDER LIST
32584 screen. By default, the Folder Color is the normal text color.
32587 If you set a color for this feature, other than the normal color
32588 (the default), or a color for
32589 <A HREF="h_config_directory_color">Directory Color</A>, then directories
32590 will be colored according to the color specified in the
32591 <A HREF="h_config_directory_color">Directory Color</A> option. In this
32592 case, the color will be the only indication that the colored name
32593 refers to a directory. The normal behavior is that Alpine
32594 indicates that a name refers to a directory by appending a
32595 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
32596 the folder.
32599 If a folder is a directory, then the folder name will be painted
32600 according to the color defined by this variable, and a separator
32601 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added 
32602 to the name. That
32603 indicator will be painted according to the color defined in the
32604 <A HREF="h_config_directory_color">Directory Color</A> option.
32607 &lt;End of help on this topic&gt;
32608 </BODY>
32609 </HTML>
32610 ====== h_config_directory_color =====
32611 <HTML>
32612 <HEAD>
32613 <TITLE>OPTION: Directory Color</TITLE>
32614 </HEAD>
32615 <BODY>
32616 <H1>OPTION: Directory Color</H1>
32618 Sets the colors Alpine uses for coloring a directory in the FOLDER LIST
32619 screen. By default, the Folder Color is the normal text color.
32621 If you set a color for this feature, other than the normal color
32622 (the default), or a color for
32623 <A HREF="h_config_folder_color">Folder Color</A>, then folders
32624 will be colored according to the color specified in the
32625 <A HREF="h_config_folder_color">Folder Color</A> option. In this
32626 case, the color will be the only indication that the colored name
32627 refers to a directory. The normal behavior is that Alpine
32628 indicates that a name refers to a directory by appending a
32629 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
32630 the folder.
32632 If a folder is a directory, then the folder name will be painted
32633 according to the color defined by the option
32634 <A HREF="h_config_folder_color">Folder Color</A>, and the separator
32635 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added
32636 after the name. That
32637 indicator will be painted according to the color defined in this
32638 option.
32640 &lt;End of help on this topic&gt;
32641 </BODY>
32642 </HTML>
32643 ====== h_config_folder_list_color =====
32644 <HTML>
32645 <HEAD>
32646 <TITLE>OPTION: Folder-List Color</TITLE>
32647 </HEAD>
32648 <BODY>
32649 <H1>OPTION: Folder-List Color</H1>
32651 Sets the colors Alpine uses for coloring normal text in the FOLDER LIST
32652 screen. By default, the Folder-List Color is the normal text color.
32654 This text refers to the informative text that Alpine displays so you
32655 can recognize each collection. The color of the content of each collection
32656 is determined by the options <A HREF="h_config_folder_color">Folder Color</A>
32657 and <A HREF="h_config_directory_color">Directory Color</A>.
32659 Unlike the options
32660 <A HREF="h_config_folder_color">Folder Color</A>
32661 and <A HREF="h_config_directory_color">Directory Color</A>, configuring
32662 this option does not affect the way that Alpine reports folders,
32663 directories and folders that are directories.
32665 &lt;End of help on this topic&gt;
32666 </BODY>
32667 </HTML>
32668 ====== h_config_incunseen_color =====
32669 <HTML>
32670 <HEAD>
32671 <TITLE>OPTION: Incoming Unseen Color</TITLE>
32672 </HEAD>
32673 <BODY>
32674 <H1>OPTION: Incoming Unseen Color</H1>
32676 If the option
32677 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
32678 is turned on it is possible to highlight the folders that contain
32679 unseen messages by coloring them with this color.
32680 By default, this is the same as the Normal Color and no highlighting is done.
32682 Usually the &quot;current&quot; folder (the folder the cursor is on)
32683 is highlighted using reverse video.
32684 If the current folder is colored because it contains unseen messages then
32685 the color used to show that it is also the current folder is controlled
32686 by the
32687 <A HREF="h_config_index_color_style"><!--#echo var="VAR_current-indexline-style"--></A>
32688 feature at the top of the SETUP COLOR screen.
32690 <A HREF="h_color_setup">Descriptions of the available commands</A>
32692 Look <A HREF="h_edit_nav_cmds">here</A>
32693 to see the available Editing and Navigation commands.
32695 &lt;End of help on this topic&gt;
32696 </BODY>
32697 </HTML>
32698 ====== h_config_signature_color =====
32699 <HTML>
32700 <HEAD>
32701 <TITLE>OPTION: Signature Color</TITLE>
32702 </HEAD>
32703 <BODY>
32704 <H1>OPTION: Signature Color</H1>
32706 Sets the color Alpine uses for coloring the signature in the MESSAGE TEXT
32707 screen. According to USENET conventions, the signature is defined as the
32708 paragraph following the &quot;sigdashes&quot;, that is, the special line
32709 consisting of the three characters
32710 &quot;--&nbsp;&quot; (i.e., dash, dash, and space). Alpine allows for one
32711 empty line right after the sigdashes to be considered as part of the
32712 signature.
32713 By default, the Signature Color is blue characters on a white background.
32715 <A HREF="h_color_setup">Descriptions of the available commands</A>
32717 Look <A HREF="h_edit_nav_cmds">here</A>
32718 to see the available Editing and Navigation commands.
32720 &lt;End of help on this topic&gt;
32721 </BODY>
32722 </HTML>
32723 ====== h_config_prompt_color =====
32724 <HTML>
32725 <HEAD>
32726 <TITLE>OPTION: Prompt Color</TITLE>
32727 </HEAD>
32728 <BODY>
32729 <H1>OPTION: Prompt Color</H1>
32731 Sets the color Alpine uses for confirmation prompts and questions that
32732 appear in the status line near the bottom of the screen.
32733 The foreground color is the color of the actual character and the
32734 background color is the color of the area behind the character.
32735 By default, the Prompt Color is the same as the Reverse Color.
32737 <A HREF="h_color_setup">Descriptions of the available commands</A>
32739 Look <A HREF="h_edit_nav_cmds">here</A>
32740 to see the available Editing and Navigation commands.
32742 &lt;End of help on this topic&gt;
32743 </BODY>
32744 </HTML>
32745 ====== h_config_header_general_color =====
32746 <HTML>
32747 <HEAD>
32748 <TITLE>OPTION: Header General Color</TITLE>
32749 </HEAD>
32750 <BODY>
32751 <H1>OPTION: Header General Color</H1>
32753 Sets the color Alpine uses for the headers of a message in the MESSAGE TEXT
32754 screen.
32755 The foreground color is the color of the actual character and the
32756 background color is the color of the area behind the character.
32757 By default, this is the same as the Normal Color.
32759 It is also possible to set the colors for specific header fields, for
32760 example the Subject, using
32761 <A HREF="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></A>.
32762 If both a Header General Color and a specific Viewer Header Color are set
32763 the specific color will override the general color, as you would expect.
32765 <A HREF="h_color_setup">Descriptions of the available commands</A>
32767 Look <A HREF="h_edit_nav_cmds">here</A>
32768 to see the available Editing and Navigation commands.
32770 &lt;End of help on this topic&gt;
32771 </BODY>
32772 </HTML>
32773 ====== h_config_incol =====
32774 <HTML>
32775 <HEAD>
32776 <TITLE>Index Line Color</TITLE>
32777 </HEAD>
32778 <BODY>
32779 <H1>Index Line Color</H1>
32781 This option is used to set the color of a line in the index when the
32782 message for that line matches the Pattern.
32783 This colors the whole index line, except possibly the status letters,
32784 which may be colored separately using the
32785 <A HREF="h_color_setup">Setup Kolor</A> screen.
32786 The foreground color is the color of the actual characters and the
32787 background color is the color of the area behind the characters.
32789 <A HREF="h_color_setup">Descriptions of the available commands</A>
32791 Look <A HREF="h_edit_nav_cmds">here</A>
32792 to see the available Editing and Navigation commands.
32794 &lt;End of help on this topic&gt;
32795 </BODY>
32796 </HTML>
32797 ====== h_config_usetransparent_color =====
32798 <HTML>
32799 <HEAD>
32800 <TITLE>OPTION: Use Transparent Color</TITLE>
32801 </HEAD>
32802 <BODY>
32803 <H1>OPTION: Use Transparent Color</H1>
32805 This is a special color supported by some terminal emulators.
32806 It is intended to result in the default foreground or background color
32807 from the terminal emulator.
32808 This is the color the terminal was displaying characters in before you started Alpine.
32809 The reason it is called Transparent is because you could set the foreground color
32810 to some specific color, like Red, and then set the background color to the
32811 Transparent Color. If it works as expected, the background color from the terminal
32812 window in which Alpine is running will show through but with the Red characters
32813 in the foreground.
32815 <A HREF="h_color_setup">Descriptions of the available commands</A>
32817 Look <A HREF="h_edit_nav_cmds">here</A>
32818 to see the available Editing and Navigation commands.
32820 &lt;End of help on this topic&gt;
32821 </BODY>
32822 </HTML>
32823 ====== h_config_usenormal_color =====
32824 <HTML>
32825 <HEAD>
32826 <TITLE>OPTION: Use Normal Color</TITLE>
32827 </HEAD>
32828 <BODY>
32829 <H1>OPTION: Use Normal Color</H1>
32831 When you use this color value, the actual color used will be the same
32832 as the corresponding Normal Color.
32833 For example if your Normal Color is black on white and you set both
32834 the foreground and background colors here to use the Normal Color, you'll
32835 get black on white. If you later change the Normal Color to red on blue
32836 this color will also change to red on blue.
32838 <A HREF="h_color_setup">Descriptions of the available commands</A>
32840 Look <A HREF="h_edit_nav_cmds">here</A>
32841 to see the available Editing and Navigation commands.
32843 &lt;End of help on this topic&gt;
32844 </BODY>
32845 </HTML>
32846 ====== h_config_usenone_color =====
32847 <HTML>
32848 <HEAD>
32849 <TITLE>OPTION: Use None Color</TITLE>
32850 </HEAD>
32851 <BODY>
32852 <H1>OPTION: Use None Color</H1>
32854 This is a special color that simply means to leave the color alone.
32855 It is useful for Index symbols and for Keyword Colors used in the Subject
32856 field of an index line.
32857 The most likely use is to set an explicit foreground color and then set
32858 the background color to the None Color.
32859 That will cause the symbol or keyword to be drawn in the foreground color
32860 with a background equal to whatever color the rest of the index line is already
32861 drawn in.
32862 You will see no visible effect unless you have assigned Indexcolor Rules to
32863 color index lines or you have set an actual color for the Reverse Color.
32865 <A HREF="h_color_setup">Descriptions of the available commands</A>
32867 Look <A HREF="h_edit_nav_cmds">here</A>
32868 to see the available Editing and Navigation commands.
32870 &lt;End of help on this topic&gt;
32871 </BODY>
32872 </HTML>
32873 ====== h_config_dflt_color =====
32874 <HTML>
32875 <HEAD>
32876 <TITLE>OPTION: Default Color</TITLE>
32877 </HEAD>
32878 <BODY>
32879 <H1>OPTION: Default Color</H1>
32881 Setting default will cause the color to be the default color.
32882 Unsetting default is normally done by choosing a color, but in some cases
32883 you may want to declare the current default color to be your non-default
32884 choice.
32885 For example, the default Keyname Color is the same as the Reverse Color.
32886 Whenever the Reverse Color changes the Keyname Color will also change, unless
32887 you've changed it or unset the default box.
32889 <A HREF="h_color_setup">Descriptions of the available commands</A>
32891 Look <A HREF="h_edit_nav_cmds">here</A>
32892 to see the available Editing and Navigation commands.
32894 &lt;End of help on this topic&gt;
32895 </BODY>
32896 </HTML>
32897 ====== h_config_bold_slctbl =====
32898 <HTML>
32899 <HEAD>
32900 <TITLE>OPTION: Bold</TITLE>
32901 </HEAD>
32902 <BODY>
32903 <H1>OPTION: Bold</H1>
32905 The color for this particular section may have the Bold attribute turned
32906 on or off.
32907 Setting bold will cause the characters to be bold.
32909 <A HREF="h_color_setup">Descriptions of the available commands</A>
32911 Look <A HREF="h_edit_nav_cmds">here</A>
32912 to see the available Editing and Navigation commands.
32914 &lt;End of help on this topic&gt;
32915 </BODY>
32916 </HTML>
32917 ====== h_config_kw_color =====
32918 <HTML>
32919 <HEAD>
32920 <TITLE>OPTION: Keyword Colors</TITLE>
32921 </HEAD>
32922 <BODY>
32923 <H1>OPTION: Keyword Colors</H1>
32925 Sets the colors Alpine uses for Keyword fields in the MESSAGE INDEX screen.
32926 Keywords are displayed as part of the Subject by default.
32927 They are also displayed as part of the Subject if the tokens
32928 &quot;SUBJKEY&quot;, &quot;SUBJKEYTEXT&quot;, &quot;SUBJKEYINIT&quot;, or &quot;SUBJKEYINITTEXT&quot; are used in the
32929 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
32930 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
32931 screen by using the &quot;KEY&quot; or &quot;KEYINIT&quot; tokens.
32933 For example, you might have set up a Keyword
32934 &quot;Work&quot; using the
32935 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
32936 You could cause that Keyword to show up as a special color
32937 by setting up the Keyword Color using this option, and then including it
32938 in the MESSAGE INDEX screen using one of the tokens listed above in the
32939 <!--#echo var="VAR_index-format"-->.
32941 <A HREF="h_color_setup">Descriptions of the available commands</A>
32943 Look <A HREF="h_edit_nav_cmds">here</A>
32944 to see the available Editing and Navigation commands.
32946 &lt;End of help on this topic&gt;
32947 </BODY>
32948 </HTML>
32949 ====== h_config_customhdr_color =====
32950 <HTML>
32951 <HEAD>
32952 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></TITLE>
32953 </HEAD>
32954 <BODY>
32955 <H1>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></H1>
32957 Sets the colors Alpine uses for specific header fields in the MESSAGE TEXT screen.
32958 For example, you may set the color of the Subject header or the From header.
32959 The foreground color is the color of the actual character and the
32960 background color is the color of the area behind the character.
32962 In addition to setting the colors for particular headers (like the Subject)
32963 you may also set a color to be used for all headers unless overridden by a
32964 more specific Viewer Header Color.
32965 To do this use the
32966 <A HREF="h_config_header_general_color">Header General Color</A>.
32968 For Header Colors,
32969 there is an additional line on the
32970 screen labeled &quot;Pattern to match&quot;.
32971 If you leave that blank, then the whole field for that header will
32972 be colored.
32973 However, if you give a pattern to match, the coloring will only take place
32974 if there is a match for that pattern in the value of the field.
32975 For example, if you are working on a color for the Subject header and
32976 you fill in a pattern of &quot;important&quot;, then only Subjects that
32977 contain the word &quot;important&quot; will be colored.
32979 If the pattern you enter is a comma-separated list of patterns, then coloring
32980 happens if any of those patterns matches.
32982 <A HREF="h_color_setup">Descriptions of the available commands</A>
32984 Look <A HREF="h_edit_nav_cmds">here</A>
32985 to see the available Editing and Navigation commands.
32987 &lt;End of help on this topic&gt;
32988 </BODY>
32989 </HTML>
32990 ====== h_config_indextoken_color =====
32991 <HTML>
32992 <HEAD>
32993 <TITLE>OPTION: <!--#echo var="VAR_index-token-colors"--></TITLE>
32994 </HEAD>
32995 <BODY>
32996 <H1>OPTION: <!--#echo var="VAR_index-token-colors"--></H1>
32998 This option allows you to set up the color in which any token, not specified by the
32999 previous options, will be colored in the MESSAGE INDEX screen. 
33001 In order to use this option, you must press the &quot;I&quot; <B>IndxHdr</B> command, and add
33002 a token that can be used in the index format. 
33003 The list of available tokens is <A HREF="h_index_tokens">here</A>.
33005 If you fail to enter a valid token your entry will be ignored, and you will be asked to
33006 enter a new one. Once you have entered a valid token, a line will be added to the
33007 configuration screen that you can use to set up the colors in which that token will
33008 be painted. This is done in the same way that you configure colors for other
33009 variables.
33011 <A HREF="h_color_setup">Descriptions of the available commands</A>
33013 Look <A HREF="h_edit_nav_cmds">here</A>
33014 to see the available Editing and Navigation commands.
33016 &lt;End of help on this topic&gt;
33017 </BODY>
33018 </HTML>
33019 ====== h_config_customhdr_pattern =====
33020 <HTML>
33021 <HEAD>
33022 <TITLE>OPTION: Viewer Header Color Pattern</TITLE>
33023 </HEAD>
33024 <BODY>
33025 <H1>OPTION: Viewer Header Color Pattern</H1>
33027 If you leave this blank, then the whole field for the header will
33028 be colored.
33029 If you give a pattern to match, the coloring will only take place
33030 if there is a match for that pattern in the value of the field.
33031 For example, if you are working on a color for the Subject header and
33032 you fill in a pattern of &quot;important&quot;, then only Subjects that
33033 contain the word &quot;important&quot; will be colored.
33035 For address headers (like From and To) and for the Newsgroups header,
33036 a pattern match will cause only the matched addresses or newsgroups to be
33037 colored.
33038 If there is no pattern to match, then all of the addresses or newsgroups
33039 in the relevant header will be colored.
33041 The matching pattern may be a comma-separated list of patterns to match
33042 instead of a single pattern.
33043 For example, you could use the pattern &quot;important,urgent&quot; which would
33044 cause a match if either the word &quot;important&quot; or the word
33045 &quot;urgent&quot; appeared in the value of the header.
33046 You could list several comma-separated email addresses in the Header
33047 From Color pattern so that those addresses will be colored when any of
33048 them appear in the From header.
33050 To add a new matching pattern or change the existing pattern use the 
33051 <!--chtml if pinemode="function_key"-->
33052 &quot;F4&quot;
33053 <!--chtml else-->
33054 &quot;C&quot;
33055 <!--chtml endif-->
33056 &quot;Change&quot; command that is available when the &quot;Pattern to
33057 match&quot; line is highlighted.
33059 <!--chtml if pinemode="function_key"-->
33060 &quot;F10&quot;
33061 <!--chtml else-->
33062 &quot;D&quot;
33063 <!--chtml endif-->
33064 &quot;Delete&quot; command may be used to quickly remove all patterns
33065 for a particular header.
33067 &lt;End of help on this topic&gt;
33068 </BODY>
33069 </HTML>
33070 ====== h_color_setup =====
33071 <HTML>
33072 <HEAD>
33073 <TITLE>SETUP COLOR COMMANDS</TITLE>
33074 </HEAD>
33075 <BODY>
33076 <H1>SETUP COLOR COMMANDS</H1>
33077 <!--chtml if pinemode="function_key"-->
33078 <PRE>
33079 Available Commands -- Group 1
33080 -------------------------------
33081 F1  Display this help text
33082 F2  Show other available commands
33083 F3  Exit to MAIN MENU
33084 F4  Select the highlighted foreground or background color
33085 F5  Move to previous line
33086 F6  Move to next line
33087 F7  Previous page
33088 F8  Next page
33089 F9  Add a config section for a header field
33090 F10 Restore all default colors (for all sections)
33091 F11 Print color configuration screen
33092 F12 Whereis (search for word)
33094 Available Commands -- Group 2
33095 -------------------------------
33096 F1  Display this help text
33097 F2  Show other available commands
33098 F5  Delete config section for highlighted header field
33099 F6  Shuffle the order of Header Color sections
33100 </PRE>
33101 <!--chtml else-->
33102 <PRE>
33103 General commands
33104 -------------------------------------------------
33105  ?  Display this help text     E  Exit back to MAIN MENU
33106  P  Previous Line              N  Next Line
33107  -  Previous page             Spc (space bar) Next page
33108  W  WhereIs (search for word)  %  Print color configuration screen
33110 Color Setup Commands
33111 ------------------------------------------------
33112  *  Select the highlighted foreground or background color
33113  A  Add a config section for a header field
33114  D  Delete config section for highlighted header field
33115  R  Restore all default colors (for all sections)
33116  $  Shuffle the order of Header Color sections
33117 </PRE>
33118 <!--chtml endif-->
33120 <H2>Description of the Setup Color Screen</H2>
33122 From this screen you may turn on color and set the colors of
33123 various parts of the Alpine display.
33124 For help on turning on color move your cursor into the Color Style section
33125 at the top of the Setup Color screen and ask for help.
33128 There are several sections in the Setup Color Screen.
33129 At the top are some settings that handle the style of color used
33130 with your terminal emulator (UNIX only), and some settings that
33131 control how the current indexline and the titlebar are colored.
33132 After that comes a long section called GENERAL COLORS that allows
33133 you to set the color of many elements in the Alpine screens.
33134 For example, the color of the titlebar, status messages,
33135 selectable links, quotes and signatures in messages, and so on.
33136 After that is a section called INDEX COLORS that allows you to
33137 set the colors of various pieces of the displayed index lines in
33138 the MESSAGE INDEX screen.
33139 The next section is HEADER COLORS. This is for coloring headers of
33140 messages in the MESSAGE TEXT screen in just about any way you would like.
33141 Finally, the KEYWORD COLORS section allows you to highlight
33142 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
33143 in the MESSAGE INDEX screen.
33146 To change a color, highlight the color you want to change (for example,
33147 the Status Color) by moving
33148 the cursor into it.
33149 You may want to read the help text for the color to see a brief desription
33150 of what you are coloring.
33151 Then press &quot;C&quot; for Change to set the color to something new.
33152 That will put you into a screen with two columns of colors, one for
33153 the foreground color and one for the background color.
33154 The foreground color is just the color you want the actual characters
33155 to be and the background color is the color of the rest of the rectangle
33156 behind the characters.
33157 Select the foreground and background colors desired by using the Next and
33158 Prev keys to highlight the color, and the * command to select it.
33160 To set a color to its default value, set the X in the Default line at
33161 the bottom of the list of colors.
33164 The HEADER COLORS section is a little bit different from the others.
33165 Besides coloring the specific fields that Alpine knows about, you may also
33166 color specific header fields when viewing a message in the MESSAGE TEXT
33167 screen.
33168 For example, you may color the Subject header a particular color.
33169 There are a few commands for use with headers.
33170 The &quot;AddHeader&quot; command adds a section to the color
33171 configuration screen that allows you to set the color for that header.
33172 You'll be asked for the name of the header field you want to color.
33173 If you wanted to color the Subject, you would answer
33174 with the word &quot;subject&quot;.
33175 Once you've added a header field, the color setting works just like the
33176 other color fields, except that there is an additional line on the
33177 configuration screen labeled &quot;Pattern to match&quot;.
33178 If you leave that blank, then the whole field for that header will always
33179 be colored.
33180 However, if you give a pattern to match, the coloring will only take place
33181 if there is a match for that pattern in the value of the field.
33182 For example, if you are working on a color for the Subject header and
33183 you fill in a pattern of &quot;important&quot;, then only Subjects that
33184 contain the word &quot;important&quot; will be colored.
33186 The &quot;DeleteHdr&quot; command removes a header section from the
33187 configuration altogether.
33188 The &quot;Shuffle&quot; command changes the order of header sections.
33189 This is only necessary if you use header sections with pattern fields.
33190 For example, if you have two Subject sections, one with one pattern and
33191 another with another pattern, and the subject for a particular message
33192 happens to match both, then the color from the first match is used.
33195 The command &quot;RestoreDefs&quot; will restore all of the default colors.
33196 Each section will change to the default value used for that section when
33197 color is first enabled.
33198 When you restore all default colors the color settings for the Header Colors
33199 will be unset (since that's the default), but the header fields you've
33200 added will remain so that you may easily reset them.
33201 In order to get rid of them completely you'd have to use
33202 the &quot;DeleteHdr&quot; command.
33205 Remember that <A HREF="h_rules_incols">Index Line Colors</A>
33206 may be set with matching rules and that is configured separately from
33207 the rest of the color settings described here.
33208 It is configured in the Setup/Rules/Indexcolors section of the configuration screen
33209 instead of in the Setup/Kolor section.
33211 <P><UL>
33212 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33213 </UL><P>
33214 &lt;End of help on this topic&gt;
33215 </BODY>
33216 </HTML>
33217 ====== h_config_news_uses_recent ======
33218 <HTML>
33219 <HEAD>
33220 <TITLE>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></TITLE>
33221 </HEAD>
33222 <BODY>
33223 <H1>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></H1>
33225 This feature causes certain messages to be marked as "New" in the
33226 MESSAGE INDEX of newsgroups.
33227 This feature is set by default.
33231 When opening a newsgroup, Alpine will consult your "newsrc" file and
33232 determine the last message you have previously disposed of via the "D"
33233 key.  If this feature is set, any subsequent messages will be shown in the
33234 Index with an "N", and the first of these messages will be highlighted.
33235 Although this is only an approximation of true "New" or "Unseen"
33236 status, it provides a useful cue to distinguish more-or-less recent
33237 messages from those you have seen previously, but are not yet ready to
33238 mark deleted.
33242 Background: your "newsrc" file (used to store message status information
33243 for newsgroups) is only capable of storing a single flag, and Alpine uses
33244 this to record whether or not you are "done with" a message, as
33245 indicated by marking the message as "Deleted".  Unfortunately, this
33246 means that Alpine has no way to record exactly which messages you have
33247 previously seen, so it normally does not show the "N" status flag for
33248 any messages in a newsgroup. This feature enables a starting
33249 *approximation* of seen/unseen status that may be useful.
33251 &lt;End of help on this topic&gt;
33252 </BODY>
33253 </HTML>
33254 ====== h_config_expose_hidden_config =====
33255 <HTML>
33256 <HEAD>
33257 <TITLE>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></TITLE>
33258 </HEAD>
33259 <BODY>
33260 <H1>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></H1>
33262 If set, this causes configuration options and features that are normally
33263 hidden from view to be editable in the Setup/Config screen.
33266 The purpose of this feature is to allow you to change configuration
33267 features and variables that are normally hidden.
33268 This is particularly useful if you are using a remote configuration,
33269 where it is difficult to edit the contents manually, but it may also be used
33270 on a local pinerc configuration file.
33272 If set, several configuration variables and features that are normally
33273 hidden from view will show up in the Setup/Configuration screen.
33274 They will be at the bottom of the configuration screen.
33275 You can find them by searching for the words &quot;hidden configuration&quot;.
33278 Note that this is an advanced feature that should be used with care.
33279 The reason that this part of the configuration is normally hidden is because
33280 there is a significant potential for causing problems if you change these
33281 variables.
33282 If something breaks after a change try changing it back to see if that is
33283 what is causing the problem.
33284 There are also some variables that are normally hidden because they are
33285 manipulated through Alpine in other ways.
33286 For example, colors are normally set using the Setup/Kolors screen and
33287 the &quot;<!--#echo var="VAR_address-book"-->&quot; variable is normally set using
33288 the Setup/AddressBooks screen, so there is little reason to edit these directly.
33289 The &quot;<!--#echo var="VAR_incoming-folders"-->&quot; variable is normally changed by using
33290 the Add, Delete, and Rename commands in the FOLDER LIST screen,
33291 and the &quot;<!--#echo var="VAR_last-time-prune-questioned"-->&quot; variable is normally used
33292 internally by Alpine and not set directly by the user.
33294 <UL>   
33295 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33296 </UL><P>
33297 &lt;End of help on this topic&gt;
33298 </BODY>
33299 </HTML>
33300 ====== h_config_disable_signature_edit =====
33301 <HTML>
33302 <HEAD>
33303 <TITLE>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></TITLE>
33304 </HEAD>
33305 <BODY>
33306 <H1>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></H1>
33308 If set, this disables the editing of signature files from within
33309 the Setup/Config screen.
33311 <UL>   
33312 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33313 </UL><P>
33314 &lt;End of help on this topic&gt;
33315 </BODY>
33316 </HTML>
33317 ====== h_config_disable_roles_templateedit =====
33318 <HTML>
33319 <HEAD>
33320 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></TITLE>
33321 </HEAD>
33322 <BODY>
33323 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></H1>
33325 If set, this disables the editing of template files within the
33326 Role setup screen.
33328 <UL>   
33329 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33330 </UL><P>
33331 &lt;End of help on this topic&gt;
33332 </BODY>
33333 </HTML>
33334 ====== h_config_disable_roles_sigedit =====
33335 <HTML>
33336 <HEAD>
33337 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></TITLE>
33338 </HEAD>
33339 <BODY>
33340 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></H1>
33342 If set, this disables the editing of signature files within the
33343 Role setup screen.
33345 <UL>   
33346 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33347 </UL><P>
33348 &lt;End of help on this topic&gt;
33349 </BODY>
33350 </HTML>
33351 ====== h_config_disable_roles_setup =====
33352 <HTML>
33353 <HEAD>
33354 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></TITLE>
33355 </HEAD>
33356 <BODY>
33357 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></H1>
33359 If set, this disables the Setup/Rules/Roles command.
33361 <UL>   
33362 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33363 </UL><P>
33364 &lt;End of help on this topic&gt;
33365 </BODY>
33366 </HTML>
33367 ====== h_config_disable_pipes_in_templates =====
33368 <HTML>
33369 <HEAD>
33370 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></TITLE>
33371 </HEAD>
33372 <BODY>
33373 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></H1>
33375 By default, if a template file name is followed by a vertical bar (|) then
33376 that causes the file to be executed to produce the text for the template.
33377 If this feature is set, then this is not allowed.
33379 <UL>   
33380 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33381 </UL><P>
33382 &lt;End of help on this topic&gt;
33383 </BODY>
33384 </HTML>
33385 ====== h_config_disable_pipes_in_sigs =====
33386 <HTML>
33387 <HEAD>
33388 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></TITLE>
33389 </HEAD>
33390 <BODY>
33391 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></H1>
33393 By default, if a signature file name is followed by a vertical bar (|) then
33394 that causes the file to be executed to produce the text for the signature.
33395 If this feature is set, then this is not allowed.
33397 <UL>   
33398 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33399 </UL><P>
33400 &lt;End of help on this topic&gt;
33401 </BODY>
33402 </HTML>
33403 ====== h_config_disable_password_cmd =====
33404 <HTML>
33405 <HEAD>
33406 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></TITLE>
33407 </HEAD>
33408 <BODY>
33409 <H1>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></H1>
33411 If set, then the Setup/Newpassword command is disabled.
33413 <UL>   
33414 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33415 </UL><P>
33416 &lt;End of help on this topic&gt;
33417 </BODY>
33418 </HTML>
33419 ====== h_config_disable_password_caching =====
33420 <HTML>
33421 <HEAD>
33422 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></TITLE>
33423 </HEAD>
33424 <BODY>
33425 <H1>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></H1>
33427 Normally, loginname/password combinations are cached in Alpine so that
33428 you do not have to enter the same password more than once in a session.
33429 A disadvantage to this approach is that the password must be stored in
33430 the memory image of the running Alpine in order that it can be re-used.
33431 In the event that Alpine crashes and produces a core dump, and that core
33432 dump is readable by others, the loginname and password could be read
33433 from the core dump.
33435 If this feature is set, then the passwords will not be cached and you
33436 will have to retype the password whenever Alpine needs it.
33437 Even with this feature set there is still some chance that the core
33438 file will contain a password, so care should be taken to make the
33439 core files unreadable.
33441 NOTE: If PASSFILE caching is enabled, this does not disable it.
33442 That is a separate and independent feature.
33443 <UL>   
33444 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33445 </UL><P>
33446 &lt;End of help on this topic&gt;
33447 </BODY>
33448 </HTML>
33449 ====== h_config_disable_password_file_saving =====
33450 <HTML>
33451 <HEAD>
33452 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-file-saving"--></TITLE>
33453 </HEAD>
33454 <BODY>
33455 <H1>FEATURE: <!--#echo var="FEAT_disable-password-file-saving"--></H1>
33457 This feature changes the behavior of Alpine when a login name and password combination
33458 for a specific server is not found in the password file. The default behavior is that
33459 Alpine will ask the user if they wish to save this information in the password file for future
33460 use. It is assumed that if a user created a password file it is because they intend
33461 to use it, but in some instances a user might want to save some passwords and not others.
33462 In this case, enabling this feature will make Alpine not add any more passwords to the
33463 password file and will only use the passwords that it already saved. If you wish to allow
33464 Alpine to save more passwords in the password file, disable this feature.
33466 <UL>   
33467 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33468 </UL><P>
33469 &lt;End of help on this topic&gt;
33470 </BODY>
33471 </HTML>
33472 ====== h_config_disable_kb_lock =====
33473 <HTML>
33474 <HEAD>
33475 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></TITLE>
33476 </HEAD>
33477 <BODY>
33478 <H1>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></H1>
33480 If set, then the Keyboard Lock command is removed from the MAIN MENU.
33482 <UL>   
33483 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33484 </UL><P>
33485 &lt;End of help on this topic&gt;
33486 </BODY>
33487 </HTML>
33488 ====== h_config_disable_config_cmd =====
33489 <HTML>
33490 <HEAD>
33491 <TITLE>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></TITLE>
33492 </HEAD>
33493 <BODY>
33494 <H1>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></H1>
33496 If set, then the Setup/Config screen is disabled.
33498 <UL>   
33499 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33500 </UL><P>
33501 &lt;End of help on this topic&gt;
33502 </BODY>
33503 </HTML>
33504 ====== h_config_allow_chg_from =====
33505 <HTML>
33506 <HEAD>
33507 <TITLE>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></TITLE>
33508 </HEAD>
33509 <BODY>
33510 <H1>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></H1>
33512 This feature affects Alpine's handling of the &quot;From:&quot; header field
33513 in the "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" configuration
33514 option.
33516 If this feature is set then the From line can be changed just like
33517 all the other header fields that can be changed.
33518 This feature defaults to <EM>ON</EM>.
33520 Even with this feature turned ON (the default) you will not be able 
33521 to change the From header unless you add it to your list of
33522 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>.
33523 You may also want to change the
33524 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
33525 if you want the From header to always show up in the composer without
33526 having to type the Rich Headers command first.
33528 Note that many sites restrict the use of this feature in order to
33529 reduce the chance of falsified addresses and misdirected mail.
33530 If you want to change the value of what gets included in the From header
33531 in messages you send
33532 look <A HREF="h_config_change_your_from">here</A> for a description.
33534 <UL>   
33535 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33536 </UL><P>
33537 &lt;End of help on this topic&gt;
33538 </BODY>
33539 </HTML>
33540 ====== h_config_disable_collate =====
33541 <HTML>
33542 <HEAD>
33543 <TITLE>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></TITLE>
33544 </HEAD>
33545 <BODY>
33546 <H1>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></H1>
33548 This is a hard to understand feature that should only be used in rare cases.
33549 Normally, the C function call
33551 <CENTER><SAMP>setlocale(LC_COLLATE, &quot;&quot;)</SAMP></CENTER>
33553 is used by Alpine.
33554 If you want to try turning it off,
33555 setting this feature will turn it off.
33556 This part of the locale has to do with the sort order
33557 of characters in your locale.
33559 <UL>   
33560 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33561 </UL><P>
33562 &lt;End of help on this topic&gt;
33563 </BODY>
33564 </HTML>
33565 ====== h_config_quell_attach_extra_prompt =====
33566 <HTML>
33567 <HEAD>
33568 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></TITLE>
33569 </HEAD>
33570 <BODY>
33571 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></H1>
33573 By default, when you attempt to view an attachment externally
33574 from the &quot;Attachment View&quot; screen, you are asked if you
33575 really want to view the selected attachment.
33578 If this feature is set, you will <B>not</B> be prompted to confirm
33579 your selection.  Prior to Alpine and to Pine 4.50, the default behavior was to not
33580 prompt. This feature was added for those wanting to preserve that
33581 behavior (along with 
33582 <A HREF="h_config_quell_attach_ext_warn"><!--#echo var="FEAT_quell-attachment-extension-warn"--></A>).
33585 <UL>   
33586 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33587 </UL><P>
33588 &lt;End of help on this topic&gt;
33589 </BODY>
33590 </HTML>
33591 ====== h_config_quell_attach_ext_warn =====
33592 <HTML>
33593 <HEAD>
33594 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></TITLE>
33595 </HEAD>
33596 <BODY>
33597 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></H1>
33600 This feature suppresses the extra warning you can get when trying
33601 to view an attachment for which there is no mime-type match.  Turning
33602 on this feature will just run the program according to extension
33603 instead of first warning the user that it will run according to the
33604 file's extension.
33606 This feature can be used along side 
33607 <A HREF="h_config_quell_attach_extra_prompt"><!--#echo var="FEAT_quell-attachment-extra-prompt"--></A>
33608 to preserve the behavior exhibited in Pine versions prior to Pine 4.50.
33610 <UL>   
33611 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33612 </UL><P>
33613 &lt;End of help on this topic&gt;
33614 </BODY>
33615 </HTML>
33616 ====== h_config_mailcap_params =====
33617 <HTML>
33618 <HEAD>
33619 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></TITLE>
33620 </HEAD>
33621 <BODY>
33622 <H1>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></H1>
33624 If set, this will allow mailcap named parameter substitution to occur
33625 in mailcap entries.
33626 By default, this is turned off to prevent security problems that may occur
33627 with some incorrect mailcap configurations.
33628 For more information, see RFC1524 and look for "named parameters" in the
33629 text of the RFC.
33631 <UL>   
33632 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33633 </UL><P>
33634 &lt;End of help on this topic&gt;
33635 </BODY>
33636 </HTML>
33637 ====== h_config_disable_shared =====
33638 <HTML>
33639 <HEAD>
33640 <TITLE>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></TITLE>
33641 </HEAD>
33642 <BODY>
33643 <H1>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></H1>
33645 If this feature is set, the automatic search for namespaces &quot;ftp&quot;,
33646 &quot;imapshared&quot;, and &quot;imappublic&quot; by the underlying library
33647 will be disabled.
33648 The reason this feature exists is because there are some implementations
33649 of system password lookup routines that are very slow when presented with
33650 a long loginname that does not exist.
33651 This feature could be set to prevent the delay at startup time when the
33652 names above are searched for in the password file.
33654 <UL>   
33655 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33656 </UL><P>
33657 &lt;End of help on this topic&gt;
33658 </BODY>
33659 </HTML>
33660 ====== h_config_hide_nntp_path =====
33661 <HTML>
33662 <HEAD>
33663 <TITLE>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></TITLE>
33664 </HEAD>
33665 <BODY>
33666 <H1>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></H1>
33668 Normally the Path header that Alpine generates when posting to a newsgroup
33669 contains the name of the computer from which the message is being sent and
33670 the user name.
33671 Some believe that this information is used by spammers.
33672 If this feature is set, that information will be replaced with the text
33674 <CENTER><SAMP>not-for-mail</SAMP></CENTER>
33676 instead.
33678 It should be noted that many servers being connected to will still reveal
33679 the information that this feature attempts to protect.
33681 <UL>   
33682 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33683 </UL><P>
33684 &lt;End of help on this topic&gt;
33685 </BODY>
33686 </HTML>
33687 ====== h_config_no_bezerk_zone =====
33688 <HTML>
33689 <HEAD>
33690 <TITLE>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></TITLE>
33691 </HEAD>
33692 <BODY>
33693 <H1>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></H1>
33695 POSIX mandates a timezone in UNIX mailbox format folder delimiters
33696 (the line that begins with From <SPACE>).
33697 Some versions of Berkeley mail have trouble with this, and don't recognize
33698 the line as a message delimiter.
33699 If this feature is set, the timezone will be left off the delimiter line.
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_quell_domain_warn =====
33708 <HTML>
33709 <HEAD>
33710 <TITLE>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></TITLE>
33711 </HEAD>
33712 <BODY>
33713 <H1>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></H1>
33715 When your configuration is set up so that your domain name contains no dots,
33716 it is usually a configuration error.
33717 By default, Alpine will warn you about this when you start it up.
33718 You will see a warning message that looks like
33721 <CENTER><SAMP>Incomplete maildomain &quot;&lt;domain&gt;&quot;.</SAMP></CENTER>
33724 If this feature is set, the warning is turned off.
33726 <UL>   
33727 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33728 </UL><P>
33729 &lt;End of help on this topic&gt;
33730 </BODY>
33731 </HTML>
33732 ====== h_config_quell_imap_env =====
33733 <HTML>
33734 <HEAD>
33735 <TITLE>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></TITLE>
33736 </HEAD>
33737 <BODY>
33738 <H1>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></H1>
33740 In the MESSAGE INDEX screen, if the open folder is being accessed
33741 using IMAP, Alpine normally tries to paint the index lines on the screen
33742 as soon as the information arrives from the IMAP server.
33743 This means that the index information makes it onto the screen more quickly
33744 than it otherwise would.
33745 This sometimes results in behavior that bothers some users.
33746 For example, when paging to a new page of the index, it may be possible for
33747 the lines to be painted on the screen in a random order, rather than from
33748 top to bottom.
33751 Setting this feature causes Alpine to wait for all of the information
33752 to be gathered before it paints the index screen.
33753 Once it collects all of the information, the screen will be painted quickly
33754 from top to bottom.
33756 <UL>   
33757 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33758 </UL><P>
33759 &lt;End of help on this topic&gt;
33760 </BODY>
33761 </HTML>
33762 ====== h_config_quell_news_env =====
33763 <HTML>
33764 <HEAD>
33765 <TITLE>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></TITLE>
33766 </HEAD>
33767 <BODY>
33768 <H1>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></H1>
33770 In the MESSAGE INDEX screen, if the open folder is being accessed
33771 using NNTP (News), Alpine normally tries to paint the index lines on the screen
33772 as soon as the information arrives from the NNTP server.
33773 This means that the index information makes it onto the screen more quickly
33774 than it otherwise would.
33775 This sometimes results in behavior that bothers some users.
33776 For example, when paging to a new page of the index, it may be possible for
33777 the lines to be painted on the screen in a random order, rather than from
33778 top to bottom.
33781 Setting this feature causes Alpine to wait for all of the information
33782 to be gathered before it paints the index screen.
33783 Once it collects all of the information, the screen will be painted quickly
33784 from top to bottom.
33786 <UL>   
33787 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33788 </UL><P>
33789 &lt;End of help on this topic&gt;
33790 </BODY>
33791 </HTML>
33792 ====== h_config_quell_content_id =====
33793 <HTML>
33794 <HEAD>
33795 <TITLE>FEATURE: <!--#echo var="FEAT_quell-content-id"--></TITLE>
33796 </HEAD>
33797 <BODY>
33798 <H1>FEATURE: <!--#echo var="FEAT_quell-content-id"--></H1>
33800 This feature changes the behavior of Alpine when sending messages.
33801 It is intended to work around a bug in Microsoft's Outlook XP mail user
33802 agent.
33803 As of this writing, Microsoft has acknowledged the bug but
33804 has not added it to the Knowledge Base.
33805 We have been told that there will be a post-SP1 hotfix for Outlook XP.
33806 This particular bug has bug fix number OfficeQFE:4781.
33807 The nature of the bug is that messages with attachments that
33808 contain a Content-ID header (which standard Alpine attachments do)
33809 do not show the attachment indicator (a paperclip) when viewed with
33810 Outlook XP.
33811 So the user has no indication that the message contains an attachment.
33814 If this feature is set then Alpine will remove most Content-ID headers
33815 before sending a message.
33816 If an attachment is of type MESSAGE, then the existing Content-ID headers
33817 inside the message will be left intact.
33818 This would only happen with Alpine if a message was forwarded as an attachment
33819 or if a message with a message attached was forwarded.
33820 Similarly if an attachment of type MULTIPART/ALTERNATIVE is forwarded,
33821 the Content-ID headers of the alternative parts will not be removed.
33824 Because the Content-ID header is a standard part of MIME it is possible
33825 that setting this feature will break something.
33826 For example, if an attachment has a Content-ID header that is necessary
33827 for the correct functioning of that attachment, it is possible that Alpine
33828 may remove that header when the attachment is forwarded.
33829 However, it seems fairly safe at this time.
33832 <UL>   
33833 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33834 </UL><P>
33835 &lt;End of help on this topic&gt;
33836 </BODY>
33837 </HTML>
33838 ====== h_config_winpos_in_config =====
33839 <HTML>
33840 <HEAD>
33841 <TITLE>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></TITLE>
33842 </HEAD>
33843 <BODY>
33844 <H1>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></H1>
33846 PC-Alpine only.
33849 Normally, PC-Alpine will store its window size and position in the
33850 Windows Registry.
33851 This is convenient if you want to use the same remote
33852 configuration from more than one PC.
33853 If you use multiple configuration files to start PC-Alpine, you may want
33854 to store the window size and position in the configuration file instead
33855 of in the Registry.
33856 Setting this feature causes the value to be stored in 
33857 <A HREF="h_config_window_position">Window-Position</A>.
33860 <UL>   
33861 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33862 </UL><P>
33863 &lt;End of help on this topic&gt;
33864 </BODY>
33865 </HTML>
33866 ====== h_config_quell_ssl_largeblocks =====
33867 <HTML>
33868 <HEAD>
33869 <TITLE>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></TITLE>
33870 </HEAD>
33871 <BODY>
33872 <H1>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></H1>
33874 PC-Alpine only.
33876 This feature changes the behavior of fetching messages
33877 and attachments so that the message data is fetched in chunks no larger
33878 than 12K bytes.
33879 This works around a bug in Microsoft's SSL/TLS support.
33880 Some versions of Microsoft SSL are not able to read full-sized (16K)
33881 SSL/TLS packets.
33882 Some servers will send such packets and this will
33883 cause PC-Alpine to crash with the error
33886 <CENTER><SAMP>incomplete SecBuffer exceeds maximum buffer size</SAMP></CENTER>
33889 Microsoft is aware of the problem and has developed a hotfix for it, it is
33890 discussed in article 300562 in the Microsoft Knowledge Base.
33892 <UL>   
33893 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33894 </UL><P>
33895 &lt;End of help on this topic&gt;
33896 </BODY>
33897 </HTML>
33898 ====== h_config_quell_partial =====
33899 <HTML>
33900 <HEAD>
33901 <TITLE>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></TITLE>
33902 </HEAD>
33903 <BODY>
33904 <H1>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></H1>
33906 Partial fetching is a feature of the IMAP protocol.
33907 By default, Alpine
33908 will use partial fetching when copying the contents of a message or attachment
33909 from the IMAP server to Alpine.
33910 This means that the fetch will be done in many
33911 small chunks instead of one big chunk. The main benefit of this approach is
33912 that the fetch becomes interruptible. That is, the user can type <EM>^C</EM>
33913 to stop the fetch early. In some cases partial fetching may cause a performance
33914 problem so that the fetching of data takes significantly longer when partial
33915 fetching is used. Turning on this feature will turn off partial fetching.
33917 <UL>   
33918 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33919 </UL><P>
33920 &lt;End of help on this topic&gt;
33921 </BODY>
33922 </HTML>
33923 ====== h_config_quell_personal_name_prompt =====
33924 <HTML>
33925 <HEAD>
33926 <TITLE>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></TITLE>
33927 </HEAD>
33928 <BODY>
33929 <H1>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></H1>
33931 PC-Alpine only.  This feature quells the prompting for a 
33932 <A HREF="h_config_pers_name">personal name</A>.  This
33933 prompt normally happens before composing a message, and only happens when
33934 there is no personal name already set.
33936 <UL>   
33937 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33938 </UL><P>
33939 &lt;End of help on this topic&gt;
33940 </BODY>
33941 </HTML>
33942 ====== h_config_quell_user_id_prompt =====
33943 <HTML>
33944 <HEAD>
33945 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></TITLE>
33946 </HEAD>
33947 <BODY>
33948 <H1>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></H1>
33950 PC-Alpine only.  This feature quells the prompting for a 
33951 <A HREF="h_config_user_id"><!--#echo var="VAR_user-id"--></A>
33952 if the information can be obtained from the login name used
33953 to open the INBOX.  Normally, this prompt happens before composing
33954 a message, and only happens when there is no user-id already set
33955 in the configuration.
33957 With this feature set, composing a message is only possible after
33958 establishing a connection to the INBOX.
33960 <UL>   
33961 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33962 </UL><P>
33963 &lt;End of help on this topic&gt;
33964 </BODY>
33965 </HTML>
33966 ====== h_config_save_aggregates =====
33967 <HTML>
33968 <HEAD>
33969 <TITLE>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></TITLE>
33970 </HEAD>
33971 <BODY>
33972 <H1>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></H1>
33974 This feature will optimize an aggregate copy operation, if
33975 possible, by issuing a single IMAP <EM>COPY</EM> command with a
33976 list of the messages to be copied.
33977 This feature is set by default.
33978 This may reduce network traffic and elapsed time for the Save.
33979 <EM>However, many IMAP servers (including the UW IMAP server) do
33980 not preserve the order of messages when this optimization is applied.</EM>
33981 If this feature is not set, 
33982 Alpine will copy each message individually and the order of the messages
33983 will be preserved.
33985 <UL>   
33986 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33987 </UL><P>
33988 &lt;End of help on this topic&gt;
33989 </BODY>
33990 </HTML>
33991 ====== h_config_use_system_translation =====
33992 <HTML>
33993 <HEAD>
33994 <TITLE>FEATURE: Use System Translation</TITLE>
33995 </HEAD>
33996 <BODY>
33997 <H1>FEATURE: Use System Translation</H1>
33999 UNIX Alpine only.
34001 Alpine normally uses its own internal software to convert between the multi-byte
34002 representation of characters and the Unicode representation of those
34003 same characters.
34004 It converts from the multi-byte characters your keyboard produces to Unicode,
34005 and from Unicode to the multi-byte characters your display expects.
34006 Alpine also uses its own internal software to decide how much space on
34007 the screen a particular Unicode character will occupy.
34010 Setting this feature tells Alpine to use the system-supplied routines to
34011 perform these tasks instead.
34012 In particular there are three tasks and three system routines that will
34013 be used for these tasks.
34016 To convert from multi-byte to Unicode the routine
34019 <CENTER><SAMP>mbstowcs</SAMP></CENTER>
34022 is used.
34023 To convert from Unicode to multi-byte the routine
34026 <CENTER><SAMP>wcrtomb</SAMP></CENTER>
34029 is used.
34030 And to find the screen width a particular Unicode character will
34031 occupy the routine used is
34034 <CENTER><SAMP>wcwidth</SAMP></CENTER>
34037 This feature has been only lightly tested.
34038 The internal routines should normally be used unless you run into
34039 a problem that you think may be solved by using the system routines.
34040 Note that your environment needs to be set up for these
34041 routines to work correctly.
34042 In particular, the LANG or LC_CTYPE variable in your environment will
34043 need to be set.
34046 <UL>   
34047 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34048 </UL><P>
34049 &lt;End of help on this topic&gt;
34050 </BODY>
34051 </HTML>
34052 ====== h_config_suspend_spawns =====
34053 <HTML>
34054 <HEAD>
34055 <TITLE>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></TITLE>
34056 </HEAD>
34057 <BODY>
34058 <H1>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></H1>
34060 This feature affects Alpine's behavior when process suspension is enabled
34061 and then activated via the Ctrl-Z key.  Alpine suspension allows one to
34062 temporarily interact with the operating system command &quot;shell&quot; 
34063 without
34064 quitting Alpine, and then subsequently resume the still-active Alpine session.
34067 When the <A HREF="h_config_can_suspend">&quot;<!--#echo var="FEAT_enable-suspend"-->&quot;</A> feature
34068 is set and subsequently the Ctrl-Z key
34069 is pressed, Alpine will normally suspend itself and return temporary control
34070 to Alpine's parent shell process.  However, if this feature is set, Alpine
34071 will instead create an inferior subshell process.  This is useful when the
34072 parent process is not intended to be used interactively.  Examples include
34073 invoking Alpine via the -e argument of the Unix &quot;xterm&quot; program, 
34074 or via a menu system.<P>
34076 Note that one typically resumes a suspended Alpine by entering the Unix
34077 &quot;fg&quot; command, but if this feature is set, it will be necessary to
34078 enter the &quot;exit&quot; command instead.
34080 <UL>   
34081 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34082 </UL><P>
34083 &lt;End of help on this topic&gt;
34084 </BODY>
34085 </HTML>
34086 ====== h_config_8bit_smtp =====
34087 <HTML>
34088 <HEAD>
34089 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></TITLE>
34090 </HEAD>
34091 <BODY>
34092 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></H1>
34094 This feature affects Alpine's behavior when sending mail.
34095 By default, this feature is set.
34096 Internet standards
34097 require that all electronic mail messages traversing the global Internet
34098 consist of 7bit ASCII characters unless a pair of cooperating mail 
34099 transfer agents explicitly agree to allow 8bit messages.  In general, 
34100 then, exchanging messages in non-ASCII characters requires MIME encoding.
34102 However, there are now Internet standards that allow for unencoded 8bit
34103 exchange of messages between cooperating systems.  When this feature is set
34104 Alpine will try to negotiate unencoded 8bit transmission during the
34105 sending process.  Should the negotiation fail, Alpine will fall back to its
34106 ordinary encoding rules. 
34108 Note, this feature relies on your system's mail transport agent or
34109 configured <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
34110 having the negotiation mechanism introduced in
34111 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
34112 &quot;8BITMIME&quot;. 
34114 ESMTP allows for graceful migration to upgraded mail transfer agents, but
34115 it is possible that this feature might cause problems for some servers. 
34116 <P><UL>
34117 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34118 </UL>
34119 <P>&lt;End of help on this topic&gt;
34120 </BODY>
34121 </HTML>
34122 ====== h_config_8bit_nntp =====
34123 <HTML>
34124 <HEAD>
34125 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></TITLE>
34126 </HEAD>
34127 <BODY>
34128 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></H1>
34130 This feature affects Alpine's behavior when posting news.  
34134 The Internet standard for exchanging USENET news messages (RFC-1036)
34135 specifies that USENET messages should conform to Internet mail standards
34136 and contain only 7bit characters, but much of the news transport software
34137 in use today is capable of successfully sending messages containing 8bit
34138 characters.  Hence, many people believe that it is appropriate to send 8bit
34139 news messages without any MIME encoding.
34143 Moreover, there is no Internet standard for explicitly negotiating 8bit
34144 transfer, as there is for Internet email.  Therefore, Alpine provides the
34145 option of posting unencoded 8bit news messages, though not as the default.
34146 Setting this feature will turn OFF Alpine's MIME encoding of newsgroup
34147 postings that contain 8bit characters. 
34151 Note, articles may cross a path or pass through news transport software
34152 that is unsafe or even hostile to 8bit characters.  At best this will only
34153 cause the posting to become garbled.  The safest way to transmit 8bit
34154 characters is to leave Alpine's MIME encoding turned on, but recipients
34155 who lack MIME-aware tools are often annoyed when they receive MIME-encoded 
34156 messages.
34158 &lt;End of help on this topic&gt;
34159 </BODY>
34160 </HTML>
34161 ====== h_config_mark_for_cc =====
34162 <HTML>
34163 <HEAD>
34164 <TITLE>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></TITLE>
34165 </HEAD>
34166 <BODY>
34167 <H1>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></H1>
34169 This feature affects Alpine's MESSAGE INDEX display.
34170 By default, a '+' is displayed in the first column if the
34171 message is addressed directly to you.
34172 When this feature is set and the message is not addressed to you, then a
34173 '-' character is displayed if the message is instead Cc'd directly
34174 to you.
34177 <UL>   
34178 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34179 </UL><P>
34180 &lt;End of help on this topic&gt;
34181 </BODY>
34182 </HTML>
34183 ====== h_config_tab_uses_unseen =====
34184 <HTML>
34185 <HEAD>
34186 <TITLE>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></TITLE>
34187 </HEAD>
34188 <BODY>
34189 <H1>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></H1>
34191 This feature affects Alpine's behavior when using the TAB
34192 <A HREF="h_common_nextnew">NextNew Command</A>
34193 to move from one folder to the next.
34194 Alpine's usual behavior is to search for folders
34195 with <EM>Recent</EM> messages in them.
34196 Recent messages are messages that have arrived since the last time the
34197 folder was opened.
34200 Setting this feature causes Alpine to search for <EM>Unseen</EM>
34201 messages instead of Recent messages.
34202 Unseen messages remain Unseen until you view them (or flag then as Seen with
34203 the <A HREF="h_common_flag">Flag Command</A>).
34204 Setting this feature allows you to locate messages you have not read
34205 instead of only recently received messages.
34206 When this feature is set, the feature
34207 <A HREF="h_config_fast_recent">&quot;<!--#echo var="FEAT_enable-fast-recent-test"-->&quot;</A>
34208 will have no effect, so the checking may be slower.
34211 Another reason why you might want to use this feature is that Alpine sometimes
34212 opens folders implicitly behind the scenes, and this clears the
34213 Recent status of all messages in the folder.
34214 One example where this happens is when Saving or filtering a
34215 message to another folder.
34216 If that message has some <A HREF="h_config_keywords">keywords</A>
34217 set, then because of some shortcomings
34218 in the IMAP specification, the best way to ensure that those keywords are
34219 still set in the saved copy of the message is to open the folder and
34220 set the keywords explicitly.
34221 Because this clears the Recent status of all messages in that folder the
34222 folder will not be found by the NextNew command unless this feature is set.
34225 &lt;End of help on this topic&gt;
34226 </BODY>
34227 </HTML>
34228 ====== h_config_tab_new_only =====
34229 <HTML>
34230 <HEAD>
34231 <TITLE>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></TITLE>
34232 </HEAD>
34233 <BODY>
34234 <H1>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></H1>
34236 This feature affects Alpine's behavior when using the TAB key to move from
34237 one message to the next.  Alpine's usual behavior is to select the next
34238 unread message or message flagged as "Important".
34242 Setting this feature causes Alpine to skip the messages flagged as important,
34243 and select unread messages exclusively.  Tab behavior when there are no
34244 new messages left to select remains unchanged.
34246 &lt;End of help on this topic&gt;
34247 </BODY>
34248 </HTML>
34249 ====== h_config_warn_if_subj_blank =====
34250 <HTML>
34251 <HEAD>
34252 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></TITLE>
34253 </HEAD>
34254 <BODY>
34255 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></H1>
34257 This feature affects Alpine's behavior when you send a message being
34258 composed.
34259 If this option is set, Alpine will check to see if the message about to be sent
34260 has a subject or not.
34261 If not, you will be asked if you want to send the message anyway.
34264 <UL>   
34265 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34266 </UL><P>
34267 &lt;End of help on this topic&gt;
34268 </BODY>
34269 </HTML>
34270 ====== h_config_warn_if_fcc_blank =====
34271 <HTML>
34272 <HEAD>
34273 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></TITLE>
34274 </HEAD>
34275 <BODY>
34276 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></H1>
34278 This feature affects Alpine's behavior when you send a message being
34279 composed.
34280 If this option is set, Alpine will check to see if the message about to be sent
34281 has an Fcc or not.
34282 If not, you will be asked if you want to send the message anyway.
34285 <UL>   
34286 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34287 </UL><P>
34288 &lt;End of help on this topic&gt;
34289 </BODY>
34290 </HTML>
34291 ====== h_config_warn_if_no_to_or_cc =====
34292 <HTML>
34293 <HEAD>
34294 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></TITLE>
34295 </HEAD>
34296 <BODY>
34297 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></H1>
34299 This feature affects Alpine's behavior when you send a message being
34300 composed.
34301 If this option is set, Alpine will check to see if the message about to be sent
34302 has either a To address, a Cc address, or a Newsgroup.
34303 If none of these is set,
34304 you will be asked if you want to send the message anyway.
34307 This feature is closely related to
34308 <A HREF="h_config_auto_fcc_only"><!--#echo var="FEAT_fcc-only-without-confirm"--></A>.
34309 Alpine will normally ask if you want to copy a message only to the Fcc.
34310 This feature also applies to cases where there is a Bcc but still no To, Cc,
34311 or Newsgroup.
34312 If the <!--#echo var="FEAT_fcc-only-without-confirm"--> feature is set and you are sending a
34313 message with only an Fcc, then you won't be asked about sending with
34314 a blank To and Cc and Newsgroups header even if this feature is set.
34315 Similarly, if you have already been asked if you want to send to the Fcc
34316 only and you have answered Yes, then you won't be asked again about sending with
34317 blank To, Cc, and Newsgroups headers even if this feature is set.
34320 <UL>   
34321 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34322 </UL><P>
34323 &lt;End of help on this topic&gt;
34324 </BODY>
34325 </HTML>
34326 ====== h_config_quell_dead_letter =====
34327 <HTML>
34328 <HEAD>
34329 <TITLE>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></TITLE>
34330 </HEAD>
34331 <BODY>
34332 <H1>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></H1>
34334 This feature affects Alpine's behavior when you cancel a message being
34335 composed.  Alpine's usual behavior is to write the canceled message to
34336 a file named 
34337 <!--chtml if pinemode="os_windows"-->
34338 &quot;DEADLETR&quot;,
34339 <!--chtml else-->
34340 &quot;dead.letter&quot; in your home directory,
34341 <!--chtml endif-->
34342 overwriting any previous message. Under
34343 some conditions (some routine), this can introduce a noticeable delay.
34344 Setting this feature will cause Alpine NOT to write canceled compositions
34345 into the file.
34347 NOTE: Enabling this feature means NO record of canceled messages is
34348 maintained.
34350 This feature affects the newer option
34351 <A HREF="h_config_deadlets"><!--#echo var="VAR_dead-letter-files"--></A>, which specifies the
34352 number of dead letter files to keep around.
34353 If this feature is set, then the <!--#echo var="VAR_dead-letter-files"--> option has no effect.
34355 <UL>   
34356 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34357 </UL><P>
34358 &lt;End of help on this topic&gt;
34359 </BODY>
34360 </HTML>
34361 ====== h_config_quell_beeps =====
34362 <HTML>
34363 <HEAD>
34364 <TITLE>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></TITLE>
34365 </HEAD>
34366 <BODY>
34367 <H1>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></H1>
34369 This feature affects Alpine's behavior when it displays status message
34370 (e.g., Error complaints, New mail warnings, etc).  Setting this feature
34371 will not affect the display of such messages, but will cause those that
34372 emit a beep to become silent.
34375 <UL>   
34376 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34377 </UL><P>
34378 &lt;End of help on this topic&gt;
34379 </BODY>
34380 </HTML>
34381 ====== h_config_suppress_user_agent =====
34382 <HTML>
34383 <HEAD>
34384 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></TITLE>
34385 </HEAD>
34386 <BODY>
34387 <H1>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></H1>
34389 If this feature is set then Alpine will not generate a
34390 <CODE>User-Agent</CODE> header in outgoing messages.
34392 <UL>   
34393 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34394 </UL><P>
34395 &lt;End of help on this topic&gt;
34396 </BODY>
34397 </HTML>
34398 ====== h_config_quell_lock_failure_warnings =====
34399 <HTML>
34400 <HEAD>
34401 <TITLE>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></TITLE>
34402 </HEAD>
34403 <BODY>
34404 <H1>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></H1>
34406 This feature affects Alpine's behavior when it encounters a problem
34407 acquiring a mail folder lock.  Typically, a secondary file associated
34408 with the mail folder being opened is created as part of the locking
34409 process.  On some systems, such file creation has been administratively
34410 precluded by the system configuration.
34412 Alpine issues a warning when such failures occur, which can become bothersome
34413 if the system is configured to disallow such actions.  Setting this
34414 feature causes Alpine to remain silent when this part of lock creation fails.
34416 WARNING: systems that have been configured in a way that precludes locking
34417 introduce some risk of mail folder corruption when more than one program
34418 attempts to modify the mail folder.  This is most likely to occur to one's
34419 INBOX or other incoming message folder. 
34421 See also <A HREF="h_info_on_locking">&quot;What Systems Managers Need to Know about Alpine File Locking&quot;</A>.
34423 <UL>   
34424 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34425 </UL><P>
34426 &lt;End of help on this topic&gt;
34427 </BODY>
34428 </HTML>
34429 ====== h_config_enable_role_take ======
34430 <HTML>
34431 <HEAD>
34432 <TITLE>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></TITLE>
34433 </HEAD>
34434 <BODY>
34435 <H1>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></H1>
34437 Normally, the Take command takes addresses from a message and helps you
34438 put them into your Address Book.
34439 If you use Rules for Indexcolors, Roles, Filtering, or Scoring;
34440 you may find it useful
34441 to be able to Take information from a message's headers and put it into
34442 a new Rule.
34443 When this feature is set, you will be given an extra prompt that gives
34444 you the choice to Take into the Address Book or Take into a rule.
34445 <P><UL>
34446 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34447 </UL>
34449 &lt;End of help on this topic&gt;
34450 </BODY>
34451 </HTML>
34452 ====== h_config_enable_take_export ======
34453 <HTML>
34454 <HEAD>
34455 <TITLE>FEATURE: <!--#echo var="FEAT_enable-take-export"--></TITLE>
34456 </HEAD>
34457 <BODY>
34458 <H1>FEATURE: <!--#echo var="FEAT_enable-take-export"--></H1>
34460 Normally, the Take command takes addresses from a message and helps you
34461 put them into your Address Book.
34462 When this feature is set, you will be given an extra prompt that gives you
34463 the choice to Take addresses into a file instead of your Address
34464 Book.
34465 Only the user@domain_name part of the address is put in the file.
34466 <P><UL>
34467 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34468 </UL>
34470 &lt;End of help on this topic&gt;
34471 </BODY>
34472 </HTML>
34473 ====== h_config_quell_folder_internal_msg ======
34474 <HTML>
34475 <HEAD>
34476 <TITLE>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></TITLE>
34477 </HEAD>
34478 <BODY>
34479 <H1>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></H1>
34481 This feature determines whether or not Alpine will create 
34482 &quot;pseudo messages&quot; in folders that are in standard Unix or 
34483 MMDF format. <P> 
34485 Alpine will normally create these pseudo messages when they are not already
34486 present in a standard Unix or MMDF folder.  Their purpose is to record
34487 certain mailbox state data needed for correct IMAP and POP server
34488 operation, and also for Alpine to be able to mark messages as Answered when
34489 the Reply has been postponed.<P>
34491 Sites that do not use IMAP/POP for remote mail access, and that need to
34492 support mail tools that are adversely affected by the presence of the
34493 pseudo-messages (e.g. some mail notification tools) may enable this
34494 feature to tell Alpine not to create them.  Note that Alpine's 
34495 &quot;Answered&quot; flag
34496 capability will be adversely affected if this is done.<P>
34498 Note too that, even if this feature is enabled, Alpine will not remove
34499 pseudo-messages when it encounters them (e.g. those created by UW's imapd
34500 or ipopd servers.) This feature has no effect on folders that are not in
34501 standard Unix or MMDF format, as pseudo-messages are not needed in the
34502 other formats to record mailbox state information.
34503 <P><UL>
34504 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34505 </UL>
34507 &lt;End of help on this topic&gt;
34508 </BODY>
34509 </HTML>
34510 ====== h_config_mulnews_as_typed ======
34511 <HTML>
34512 <HEAD>
34513 <TITLE>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></TITLE>
34514 </HEAD>
34515 <BODY>
34516 <H1>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></H1>
34518 This feature will be of little use to most users.
34519 It has no effect unless the feature
34520 <A HREF="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></A>
34521 is set.
34523 When the <!--#echo var="FEAT_enable-multiple-newsrcs"--> feature is set
34524 then the setting of this feature may have an effect on the names of the
34525 newsrc files used.
34526 Normally, the name of the news server will be canonicalized before it is
34527 used in the newsrc file name.
34528 For example, if you type the news server name
34531 <CENTER><SAMP>servername</SAMP></CENTER>
34534 it is likely that the canonical name will be something like
34537 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
34540 Or it may be the case that
34543 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
34546 is really an alias (a DNS CNAME) for
34549 <CENTER><SAMP>othername.example.com</SAMP></CENTER>
34552 If this feature is not set, then the canonicalized names will be used.
34553 If this feature is set, then the name you typed in (or put in your
34554 configuration) will be used.
34556 <P><UL>
34557 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34558 </UL>
34560 &lt;End of help on this topic&gt;
34561 </BODY>
34562 </HTML>
34563 ====== h_config_quell_empty_dirs ======
34564 <HTML>
34565 <HEAD>
34566 <TITLE>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></TITLE>
34567 </HEAD>
34568 <BODY>
34569 <H1>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></H1>
34571 This feature causes Alpine to remove from the display any directories
34572 that do not contain at least one file or directory.  This can be useful
34573 to prevent overly cluttered folder lists when a collection is stored on
34574 a server that treats all names as both a folder and a directory.
34577 Note, enabling this feature can cause surprising behavior!  For example,
34578 you can still use Add to create a directory, but unless you immediately
34579 enter that directory and create a folder, that newly created directory
34580 may not be displayed next time you enter the folder list.
34583 The description above is not quite correct.
34584 Only directories which potentially may hold messages are hidden if empty.
34585 That is, a directory which is really just a directory and is not selectable
34586 as a folder will not be hidden.
34587 Such directories can occur on servers that treat most names as both a folder
34588 and a directory.
34589 These directories are typically created implicitly when a folder is created
34590 inside a directory that does not yet exist.
34593 <UL>   
34594 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34595 </UL><P>
34596 &lt;End of help on this topic&gt;
34597 </BODY>
34598 </HTML>
34599 ====== h_config_termcap_wins =====
34600 <HTML>
34601 <HEAD>
34602 <TITLE>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></TITLE>
34603 </HEAD>
34604 <BODY>
34605 <H1>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></H1>
34607 This feature may affect Alpine's low-level input routines.  Termcap (or
34608 terminfo, depending on how your copy of Alpine was compiled and linked)
34609 is the name of the database that describes terminal capabilities.  In
34610 particular, it describes the sequences of characters that various keys
34611 will emit.
34614 An example would be the Up Arrow key on the keyboard.  Up
34615 Arrow is not a distinct character on most Unix systems.  When you press
34616 the Up Arrow key a short sequence of characters are produced.  This
34617 sequence is supposed to be described in the termcap database by the
34618 &quot;ku&quot; capability (or by the &quot;kcuu1&quot; capability if you
34619 are using terminfo instead of termcap).
34622 By default, Alpine defines some terminal
34623 escape sequences that are commonly used.  For example, the sequence
34624 &quot;ESC&nbsp;O&nbsp;A&quot; is recognized as an Up Arrow key.  The sequence
34625 &quot;ESC&nbsp;[&nbsp;A&quot;
34626 is also recognized as an Up Arrow key.  These are chosen because common
34627 terminals like VT100's or ANSI standard terminals produce these
34628 sequences when you press the Up Arrow key.
34631 If your system's termcap
34632 (terminfo) database assigns some other function to the sequence
34633 &quot;ESC&nbsp;O&nbsp;A&quot;
34634 it is usually ignored by Alpine.  Also, if your termcap (terminfo)
34635 database assigns a sequence that doesn't begin with an escape
34636 character (<SAMP>ESC</SAMP>) it is usually ignored by Alpine.
34637 This usually works fine
34638 because most terminals emit the escape sequences that Alpine has defined
34639 by default.  We have also found that it is usually better to have these
34640 defaults take precedence over the definitions contained in the database
34641 because the defaults are more likely to be correct than the database.
34644 There are some terminals where this breaks down.  If you want Alpine to
34645 believe the definitions given in your termcap (terminfo) database in
34646 preference to the defaults the Alpine itself sets up, then you may turn
34647 this feature on.  Then, sequences of characters that are defined in
34648 both termcap (terminfo) and in Alpine's set of defaults will be
34649 interpreted the way that termcap (terminfo) says they should be
34650 interpreted.  Also, if your terminal capabilities database assigns a
34651 sequence that doesn't begin with escape, it will not be ignored.
34654 <UL>   
34655 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34656 </UL><P>
34657 &lt;End of help on this topic&gt;
34658 </BODY>
34659 </HTML>
34660 ====== h_config_cruise_mode =====
34661 <HTML>
34662 <HEAD>
34663 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></TITLE>
34664 </HEAD>
34665 <BODY>
34666 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></H1>
34668 This feature affects Alpine's behavior when you hit the
34669 &quot;Space&nbsp;Bar&quot; at
34670 the end of a displayed message.  Typically, Alpine complains that the end
34671 of the text has already been reached.  Setting this feature causes such
34672 keystrokes to be interpreted as if the &quot;Tab&quot; key had been hit, thus
34673 taking you to the next &quot;interesting&quot; message,
34674 or scanning ahead to the 
34675 next incoming folder with &quot;interesting&quot; messages.
34678 <UL>   
34679 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34680 </UL><P>
34681 &lt;End of help on this topic&gt;
34682 </BODY>
34683 </HTML>
34684 ====== h_config_cruise_mode_delete =====
34685 <HTML>
34686 <HEAD>
34687 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></TITLE>
34688 </HEAD>
34689 <BODY>
34690 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></H1>
34692 This feature modifies the behavior of Alpine's 
34693 <A HREF="h_config_cruise_mode">&quot;<!--#echo var="FEAT_enable-cruise-mode"-->&quot;</A> feature.  
34694 Setting this feature causes Alpine to implicitly delete read
34695 messages when it moves on to display the next &quot;interesting&quot; message.
34697 NOTE: Beware when enabling this feature AND the 
34698 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A> 
34699 feature.
34701 <UL>   
34702 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34703 </UL><P>
34704 &lt;End of help on this topic&gt;
34705 </BODY>
34706 </HTML>
34707 ====== h_config_slash_coll_entire =====
34708 <HTML>
34709 <HEAD>
34710 <TITLE>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></TITLE>
34711 </HEAD>
34712 <BODY>
34713 <H1>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></H1>
34715 The slash (/) command is available from the MESSAGE INDEX screen when
34716 the folder is sorted by either Threads or OrderedSubject, and the
34717 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
34718 is set to something other than &quot;none&quot;.
34719 Normally, the slash command Collapses or Expands the subthread that
34720 starts at the currently highlighted message, if any.
34721 If this option is set, then the slash command Collapses or Expands the
34722 <EM>entire</EM> current thread instead of just the subthread.
34723 The current thread is simply the top-level thread that contains the
34724 current message.
34727 <UL>   
34728 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34729 </UL><P>
34730 &lt;End of help on this topic&gt;
34731 </BODY>
34732 </HTML>
34733 ====== h_config_color_thrd_import =====
34734 <HTML>
34735 <HEAD>
34736 <TITLE>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></TITLE>
34737 </HEAD>
34738 <BODY>
34739 <H1>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></H1>
34741 This option affects only the THREAD INDEX screen.
34742 Whether or not you ever see a THREAD INDEX screen depends on the setting
34743 of the configuration option
34744 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
34745 and on the sort order of the index.
34748 If a message within a thread is flagged as Important
34749 and this option is set, then
34750 the entire line in the THREAD INDEX will be colored the color of the
34751 Index-important Symbol, which can be set using the
34752 <A HREF="h_color_setup">Setup Kolor</A> screen.
34755 <UL>   
34756 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34757 </UL><P>
34758 &lt;End of help on this topic&gt;
34759 </BODY>
34760 </HTML>
34761 ====== h_config_allow_goto =====
34762 <HTML>
34763 <HEAD>        
34764 <TITLE>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></TITLE>
34765 </HEAD>
34766 <BODY>
34767 <H1>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></H1>
34769 This feature modifies the behavior of Alpine's file browser.  Setting this
34770 feature causes Alpine to offer the "G Goto" command in the file browser.
34771 That is the default.
34775 The Goto command allows you to explicitly type in the desired directory.
34777 &lt;End of help on this topic&gt;
34778 </BODY></HTML>
34779 ====== h_config_add_ldap =====
34780 <HTML>
34781 <HEAD>
34782 <TITLE>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></TITLE>
34783 </HEAD>
34784 <BODY>
34785 <H1>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></H1>
34787 If both the Directory option
34788 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>  
34789 and this feature are set,
34790 then when an implicit directory lookup is done from the
34791 composer you will automatically be prompted to add the result of the
34792 directory lookup to your address book.
34794 <UL>   
34795 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34796 </UL><P>
34797 &lt;End of help on this topic&gt;
34798 </BODY>
34799 </HTML>
34800 ===== h_patterns_compat_behavior =====
34801 <HTML>
34802 <HEAD>
34803 <TITLE>Rules Behavior Changes in Pine 4.50</TITLE>
34804 </HEAD>
34805 <BODY>
34806 <H1>Rules Behavior Changes in Pine 4.50</H1>
34808 In Alpine, Rules that contain unrecognized elements
34809 are ignored.
34810 In most cases, the unrecognized elements will be something that was
34811 added as a new Rules feature in a later version of Alpine.
34812 In versions of Pine <EM>prior</EM> to 4.50, Pine did <EM>not</EM>
34813 ignore rules that contained unrecognized elements.
34814 For example, a new element of Rules that was added in Pine 4.50 is
34815 Age interval.
34816 Suppose you add an Indexcolor rule, using version Pine 4.50 or later, that colors
34817 all messages older than a week red.
34818 Now, if you run Pine 4.44 using that same configuration file, it will not
34819 recognize the Age interval and so will just ignore it.
34820 That means that all messages will match that rule so all messages will
34821 be colored red when using Pine version 4.44.
34824 This behavior was considered a bug so it is fixed in Alpine and Pine 4.50 and later.
34825 However, since the behavior still exists in versions prior to Pine 4.50 and
34826 since Filtering is a potentially destructive operation, another measure
34827 was taken to attempt to avoid unintentional Filtering of messages.
34828 The first time that you run Alpine or a Pine that is version 4.50 or greater,
34829 the rules in your Filters configuration variable (&quot;Patterns-Filters&quot;)
34830 will be copied to a new Filters configuration variable
34831 with a different name (&quot;Patterns-Filters2&quot;).
34832 From then on, Alpine will continue to use the new
34833 variable.
34834 Of course, Pine version 4.44 or lower will continue to use the old
34835 variable.
34836 That means that if you are using Alpine
34837 and also using a version of Pine that is older than 4.50, they will not
34838 share the configuration information about Filters.
34839 If you make a change in one version you won't see it in the other version.
34842 Since Scoring can be used to trigger Filtering, the same thing has been
34843 done for Score rules.
34844 The old configuration variable name is (&quot;Patterns-Scores&quot;)
34845 and the new name is (&quot;Patterns-Scores2&quot;).
34846 The same is not true of Role, Indexcolor, and Other rules that are
34847 thought to be less harmful when a mistake is made.
34850 &lt;End of help on this topic&gt;
34851 </BODY>
34852 </HTML>
34853 ======= h_config_filt_opts_sentdate =======
34854 <HTML>
34855 <HEAD>
34856 <TITLE>PATTERN FEATURE: Use-Date-Header-For-Age</TITLE>
34857 </HEAD>
34858 <BODY>
34859 <H1>PATTERN FEATURE: Use-Date-Header-For-Age</H1>
34861 By default, the Age interval of a Pattern uses a message's time of
34862 arrival to compute the age of the message.
34863 If this feature is set, the date in the message's Date header will
34864 be used instead.
34866 &lt;End of help on this topic&gt;
34867 </BODY>
34868 </HTML>
34869 ======= h_config_filt_opts_notdel =======
34870 <HTML>
34871 <HEAD>
34872 <TITLE>FILTER FEATURE: Move-Only-if-Not-Deleted</TITLE>
34873 </HEAD>
34874 <BODY>
34875 <H1>FILTER FEATURE: Move-Only-if-Not-Deleted</H1>
34877 If this option is set then a message will be moved into the
34878 specified folder only if it is not marked for deletion.
34879 This is useful if you have multiple Alpine sessions running
34880 simultaneously and you don't want messages to be filtered into a
34881 folder more than once.
34882 It is also useful if you want to filter
34883 only the &quot;undeleted&quot; messages in a newsgroup into a folder.
34884 This method is not foolproof.
34885 There may be cases where a message
34886 gets marked deleted and so it is never filtered into the folder.
34887 For example, if you deleted it in another Alpine session or another mail
34888 program that didn't use the filtering rule.
34890 This option has no effect if the Filter Action is not set to Move.
34892 &lt;End of help on this topic&gt;
34893 </BODY>
34894 </HTML>
34895 ======= h_config_filt_opts_nonterm =======
34896 <HTML>
34897 <HEAD>
34898 <TITLE>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</TITLE>
34899 </HEAD>
34900 <BODY>
34901 <H1>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</H1>
34903 If this option is set then this is a non-terminating rule.
34904 Usually, for each message, Alpine searches through the Filter Rules until
34905 a match is found and then it performs the action associated with that rule.
34906 Rules following the match are not considered.
34907 If this option is set then the search for matches will continue at the next
34908 rule.
34910 If a non-terminating rule matches then the actions associated with
34911 that rule, except for any implied deletion of the message, are performed
34912 before the match for the next rule is checked.
34913 For example, if the non-terminating rule sets the Important status, then that
34914 status will be set when the next rule is considered.
34915 However, if the non-terminating rule Moves the message, the message will
34916 actually be copied instead of copied and deleted so that it is still there
34917 for the next rule.
34918 A moved message is deleted after all the relevant rules have been checked.
34919 The name of the &quot;Move&quot; action is confusing in this case because
34920 a single message can be moved to more than one folder.
34921 It turns the Move into a Copy instead, but it is still followed by a deletion
34922 at the end.
34924 This option may be useful if you want to have a single message filtered to
34925 two different folders because it matches two different Patterns.
34926 For example, suppose you normally filter messages to a particular mailing
34927 list into one folder, and messages addressed directly to you into a second
34928 folder.
34929 If a message is sent to both you and the list (and you can tell that by
34930 looking at the headers of the message) this option may give you a convenient
34931 way to capture a copy to each folder.
34932 (It may also cause you to capture two copies to each folder,
34933 depending on whether your mail system delivers one or two copies of the
34934 message to you and on how the list works.)
34936 &lt;End of help on this topic&gt;
34937 </BODY>
34938 </HTML>
34939 ===== h_mainhelp_smime ======
34940 <HTML>
34941 <HEAD>
34942 <TITLE>S/MIME Overview</TITLE>
34943 </HEAD>
34944 <BODY>
34945 <H1>S/MIME Overview</H1>
34947 S/MIME is a standard for the public key encryption and signing of email.
34948 UNIX Alpine contains a basic implementation of S/MIME based on
34949 the <A HREF="http://www.openssl.org/">OpenSSL</A> libraries. The
34950 same support can be provided using the 
34951 <A HREF="http://www.libressl.org/">LibreSSL</A> libraries. The
34952 support for S/MIME in PC-Alpine is fully based on the LibreSSL libraries.
34953 To check if this version of Alpine supports S/MIME look at
34954 <A HREF="X-Alpine-Config:">Supported Options in this Alpine</A> and look
34955 for &quot;S/MIME&quot; under the &quot;Encryption&quot; heading.
34957 Some limitations:
34958 <UL>
34959    <LI> There is no provision for checking for CRLs
34960         (Certificate Revocation Lists) in Alpine.
34961    <LI> This built-in S/MIME implementation is not compatible with and does not help with PGP.
34962    <LI> There is no mechanism available for feeding either an entire incoming
34963         or an entire outgoing message to an external
34964         filter and using that external filter to do S/MIME or PGP processing.
34965    <LI> Because the implementation currently uses OpenSSL, there is only a very
34966         limited integration with the Mac OS Keychain (the storing and access of
34967         public certificates).
34968 </UL>
34970 The S/MIME configuration screen is reached by going to the Main Menu and typing
34971 the &quot;S&nbsp;Setup&quot; command followed by &quot;M&nbsp;S/MIME&quot;.
34974 <H2>S/MIME BASICS</H2>
34976 In order to digitally sign messages you send you must have a public/private key-pair.
34977 This may be obtained from a public Certificate Authority (CA) such as Thawte, Verisign, Comodo,
34978 or GoDaddy; or from a smaller CA such as a university which provides certificates for its
34979 users or a company which provides certificates for its workers.
34980 These certificates are bound to an email address, so the identity being verified is the
34981 email address not a person's name.
34983 Mail is signed by using the sender's private key, which only the owner of the private key
34984 has access to.
34985 The signature is verified using the signer's public key, which anyone can
34986 have access to.
34987 With Alpine, the first time you receive a signed message the public key of the
34988 sender will be stored for future use.
34991 Mail is encrypted using the recipient's public key and decrypted by
34992 the recipient with their private key.
34995 You need a key of your own in order to sign outgoing messages and to have others
34996 encrypt messages sent to you.
34997 You do not need a key of your own to verify signed messages sent by others or to
34998 encrypt messages sent to others.
35000 <H2>ALPINE S/MIME CERTIFICATE STORAGE</H2>
35002 By default UNIX Alpine stores the certificates it uses in a directory in your
35003 home directory.
35004 The directory name is
35006 <CENTER><SAMP>.alpine-smime</SAMP></CENTER>
35008 For PC-Alpine, the equivalent directory is called 
35009 <CENTER><SAMP>alpine-smime</SAMP></CENTER>
35010 and is also located under your home directory.
35012 Within that directory are three subdirectories.
35013 Each of the three subdirectories contains files with PEM-encoded contents,
35014 the default format for OpenSSL.
35015 The &quot;<SAMP>public</SAMP>&quot; directory contains public certificates.
35016 The files within that directory have names that are email addresses with the
35017 suffix &quot;<SAMP>.crt</SAMP>&quot; appended.
35018 An example filename is
35020 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
35022 The &quot;<SAMP>private</SAMP>&quot; directory contains private keys, probably just one for
35023 your private key.
35024 These are also email addresses but with the suffix &quot;<SAMP>.key</SAMP>&quot; instead.
35025 The third directory is &quot;<SAMP>ca</SAMP>&quot; and it contains certificates for any Certificate
35026 Authorities that you want to trust but that aren't contained in the set of system CAs.
35027 Those files may have arbitrary names as long as they end with the
35028 suffix &quot;<SAMP>.crt</SAMP>&quot;.
35030 <H2>HOW TO SIGN AND ENCRYPT</H2>
35032 If you have a certificate you may sign outgoing messages.
35033 After typing the Ctrl-X command to send a message you will see the prompt
35035 <CENTER><SAMP>Send message?</SAMP></CENTER>
35037 Available subcommands include &quot;G&nbsp;Sign&quot; and &quot;E&nbsp;Encrypt&quot;.
35038 Typing the &quot;G&quot; command will change the prompt to
35040 <CENTER><SAMP>Send message (Signed)?</SAMP></CENTER>
35042 Typing the &quot;E&quot; command will change the prompt to
35044 <CENTER><SAMP>Send message (Encrypted)?</SAMP></CENTER>
35046 You may even type both to get
35048 <CENTER><SAMP>Send message (Encrypted, Signed)?</SAMP></CENTER>
35051 <H2>HOW TO READ SIGNED OR ENCRYPTED MESSAGES</H2>
35053 The reading of a signed message should not require any special action on
35054 your part.
35055 There should be an editorial addition at the start of the message which
35056 says either
35058 <CENTER><SAMP>This message was cryptographically signed.</SAMP></CENTER>
35062 <CENTER><SAMP>This message was cryptographically signed but the signature could not be verified.</SAMP></CENTER>
35064 If an encrypted message is sent to you the encrypted text will not
35065 be shown.
35066 You will have to type the &quot;Ctrl-D&nbsp;Decrypt&quot; command (from the screen where
35067 you are viewing the message) and supply your passphrase when asked.
35069 For a signed or encrypted message there is also a &quot;Ctrl-E&nbsp;Security&quot; command
35070 which gives you some information about the certificate used to sign or encrypt the message.
35072 <H2>MISCELLANEOUS</H2>
35074 If you have access to a private certificate in the PKCS12 format, which 
35075 would sometimes be in a file with a &quot;.p12&quot; extension, then you can 
35076 use the following commands to generate private keys, public and certificate
35077 authorities certificates. In the examples below, we assume that the 
35078 certificate in the p12 format is called &quot;certificate.p12&quot;, and 
35079 that your email address is &quot;your@address.com&quot;.
35082 In order to create a private key use the command
35084 <CENTER><SAMP>openssl pkcs12 -in certificate.p12 -out your@address.com.key</SAMP></CENTER>
35086 In order to create a public certificate use the command
35088 <CENTER><SAMP>
35089 openssl pkcs12 -in certificate.p12 -clcerts -nokeys -out your@address.com.crt
35090 </SAMP></CENTER>
35092 In order to create a certificate authority certificate use the command
35094 <CENTER><SAMP>
35095 openssl pkcs12 -in certificate.p12 -cacerts -nokeys -out certificate-ca.crt 
35096 </SAMP></CENTER>
35098 <P> If the previous command produces an empty file, it means that the 
35099 certificate authority was not included in the .p12 file, so you will have 
35100 to get it from some other sources. You will need these certificates, so 
35101 that you can validate correctly signatures.
35104 After you have exported these certificates and keys, you can  use the import 
35105 command in Alpine, from the S/MIME configuration screen,
35106 to import these certificates into Alpine. They will be available for use
35107 as soon as you import them.
35109 &lt;End of help on this topic&gt;
35110 </BODY>
35111 </HTML>
35112 ====== h_config_smime_pubcertdir =====
35113 <HTML>
35114 <HEAD>
35115 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></TITLE>
35116 </HEAD>
35117 <BODY>
35118 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></H1>
35121 If the option
35122 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
35123 is set then this option will have no effect.
35125 Normally, Public Certificates for use with S/MIME will be stored in the directory
35126 which is the value of this option.
35127 Those certificates will be stored in PEM format, one certificate per file.
35128 The name of the file for the certificate corresponding to
35130 <CENTER><SAMP>emailaddress</SAMP></CENTER>
35132 should be
35134 <CENTER><SAMP>emailaddress.crt</SAMP></CENTER>
35136 For example, a file for user@example.com would be in the file
35138 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
35140 in this directory.
35142 Use the Setup/SMIME screen to modify this variable.
35144 Typically, the public certificates that you have will come from S/MIME signed
35145 messages that are sent to you.
35146 Alpine will extract the public certificate from the signed message and store
35147 it in the certificates directory.
35148 These PEM format public certificates look something like:
35149 <PRE>
35150 -----BEGIN CERTIFICATE-----
35151 MIIFvTCCBKWgAwIBAgIQD4fYFHVI8T20yN4nus097DANBgkqhkiG9w0BAQUFADCB
35152 rjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2Ug
35153 Q2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExho
35155 2b9KGqDyMWW/rjNnmpjzjT2ObGM7lRA8lke4FLOLajhrz4ogO3b4DFfAAM1VSZH8
35156 D6sOwOLJZkLY8FRsfk63K+2EMzA2+qAzMKupgeTLqXIf
35157 -----END CERTIFICATE-----
35158 </PRE>
35160 <UL>   
35161 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35162 </UL><P>
35164 <UL>   
35165 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35166 </UL><P>
35167 &lt;End of help on this topic&gt;
35168 </BODY>
35169 </HTML>
35170 ====== h_config_smime_pubcertcon =====
35171 <HTML>
35172 <HEAD>
35173 <TITLE>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></TITLE>
35174 </HEAD>
35175 <BODY>
35176 <H1>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></H1>
35179 If this option is set it will be used instead of
35180 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
35182 This option gives you a way to store certificates remotely on an IMAP server
35183 instead of storing the certificates one per file locally.
35184 In order to do that you just give this option a remote folder name for a folder
35185 which does not yet exist.
35186 The name is similar to the name you might use for a remote configuration file.
35187 A remote folder name might look something like:
35189 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/publiccerts</SAMP></CENTER>
35192 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
35193 about the syntax of folder names.
35195 Use the Setup/SMIME screen to modify this variable.
35197 <UL>   
35198 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35199 </UL><P>
35201 <UL>   
35202 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35203 </UL><P>
35204 &lt;End of help on this topic&gt;
35205 </BODY>
35206 </HTML>
35207 ====== h_config_smime_privkeydir =====
35208 <HTML>
35209 <HEAD>
35210 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></TITLE>
35211 </HEAD>
35212 <BODY>
35213 <H1>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></H1>
35216 In order to sign outgoing S/MIME messages you will need a
35217 personal digital ID certificate.
35218 You will usually get such a certificate from a certificate authority such as
35219 Thawte or CAcert.
35220 (In order to encrypt outgoing messages you don't need a personal digital ID, you
35221 need the public certificate of the recipient instead.)
35222 If the option
35223 <A HREF="h_config_smime_privkeycon"><!--#echo var="VAR_smime-private-key-container"--></A>
35224 is set then this option will have no effect.
35226 Normally, Private Keys for use with S/MIME will be stored in the directory
35227 which is the value of this option.
35228 Those certificates will be stored in PEM format, one certificate per file.
35229 The name of the file for the certificate corresponding to your
35231 <CENTER><SAMP>emailaddress</SAMP></CENTER>
35233 should be
35235 <CENTER><SAMP>emailaddress.key</SAMP></CENTER>
35237 For example, if your address is user@example.com the name of the file would be
35239 <CENTER><SAMP>user@example.com.key</SAMP></CENTER>
35241 in this directory.
35243 Use the Setup/SMIME screen to modify this variable.
35245 Typically, the private key that you have will come from a Certificate
35246 Authority.
35247 The private key should be stored in a PEM format file that
35248 looks something like:
35249 <PRE>
35250 -----BEGIN RSA PRIVATE KEY-----
35251 Proc-Type: 4,ENCRYPTED
35252 DEK-Info: DES-EDE3-CBC,2CBD328FD84CF5C6
35254 YBEXYLgLU9NJoc1V+vJ6UvcF08RX54S6jXsmgL0b5HGkudG6fhnmHkH7+UCvM5NI
35255 SXO/F8iuZDfs1VGG0NyitkFZ0Zn2vfaGovBvm15gx24b2xnZDLRB7/bNZkurnK5k
35256 VjAjZ2xXn2hFp2GJwqRdmxYNqsKGu52B99oti5HUWuZ2GFRaWjn5hYOqeApZE2uA
35258 oSRqfI51UdSRt0tmGhHeTvybUVrHm9eKft8TTGf+qSBqzSc55CsmoVbRzw4Nfhix
35259 m+4TJybNGNfAgOctSkEyY/OCb49fRRQTCBZVIhzLGGmpYmkO55HbIA==
35260 -----END RSA PRIVATE KEY-----
35261 </PRE>
35263 <UL>   
35264 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35265 </UL><P>
35267 <UL>   
35268 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35269 </UL><P>
35270 &lt;End of help on this topic&gt;
35271 </BODY>
35272 </HTML>
35273 ====== h_config_smime_privkeycon =====
35274 <HTML>
35275 <HEAD>
35276 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-container"--></TITLE>
35277 </HEAD>
35278 <BODY>
35279 <H1>OPTION: <!--#echo var="VAR_smime-private-key-container"--></H1>
35282 If this option is set it will be used instead of
35283 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
35285 This option gives you a way to store keys remotely on an IMAP server
35286 instead of storing the keys one per file locally.
35287 In order to do that you just give this option a remote folder name for a folder
35288 which does not yet exist.
35289 The name is similar to the name you might use for a remote configuration file.
35290 A remote folder name might look something like:
35292 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/privatekeys</SAMP></CENTER>
35295 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
35296 about the syntax of folder names.
35298 Use the Setup/SMIME screen to modify this variable.
35300 <UL>   
35301 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35302 </UL><P>
35304 <UL>   
35305 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35306 </UL><P>
35307 &lt;End of help on this topic&gt;
35308 </BODY>
35309 </HTML>
35310 ====== h_config_smime_cacertdir =====
35311 <HTML>
35312 <HEAD>
35313 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></TITLE>
35314 </HEAD>
35315 <BODY>
35316 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></H1>
35319 If the option
35320 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>
35321 is set then this option will have no effect.
35323 CACert is a shorthand name for certification authority certificate.
35324 Normally Alpine will use the CACerts that are located in the standard system
35325 location for CACerts.
35326 It may be the case that one of your correspondents has a Digital ID which has
35327 been signed by a certificate authority that is not in the regular set of system certificate
35328 authorities.
35329 You may supplement the system list by adding further certificates of your own.
35330 These should  be stored in the directory
35331 which is the value of this option.
35332 The certificates will be stored in PEM format, one certificate per file.
35333 The names of the files can be anything ending in &quot;.crt&quot;.
35335 Use the Setup/SMIME screen to modify this variable.
35337 These PEM format CA certificates look very similar to your public
35338 certificates for particular email addresses
35339 (<A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>).
35341 <UL>   
35342 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35343 </UL><P>
35345 <UL>   
35346 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35347 </UL><P>
35348 &lt;End of help on this topic&gt;
35349 </BODY>
35350 </HTML>
35351 ====== h_config_smime_cacertcon =====
35352 <HTML>
35353 <HEAD>
35354 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></TITLE>
35355 </HEAD>
35356 <BODY>
35357 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></H1>
35360 If this option is set it will be used instead of
35361 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
35363 This option gives you a way to store certificates remotely on an IMAP server
35364 instead of storing the certificates one per file locally.
35365 In order to do that you just give this option a remote folder name for a folder
35366 which does not yet exist.
35367 The name is similar to the name you might use for a remote configuration file.
35368 A remote folder name might look something like:
35370 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/cacerts</SAMP></CENTER>
35373 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
35374 about the syntax of folder names.
35376 Use the Setup/SMIME screen to modify this variable.
35378 <UL>   
35379 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35380 </UL><P>
35382 <UL>   
35383 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35384 </UL><P>
35385 &lt;End of help on this topic&gt;
35386 </BODY>
35387 </HTML>
35388 ========== h_config_smime_sign_by_default ==========
35389 <HTML>
35390 <HEAD>
35391 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></TITLE>
35392 </HEAD>
35393 <BODY>
35394 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></H1>
35397 This feature only has an effect if your version of Alpine includes
35398 support for S/MIME.
35399 It affects Alpine's behavior when you send a message.
35400 If this option is set, the &quot;Sign&quot; option will default to ON when sending messages.
35402 Only the default value is affected.
35403 In any case, you may still toggle the Signing option on or off before sending
35404 with the &quot;G Sign&quot; command (provided you have a personal digital ID
35405 certificate).
35407 <UL>   
35408 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35409 </UL><P>
35412 <UL>   
35413 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35414 </UL><P>
35415 &lt;End of help on this topic&gt;
35416 </BODY>
35417 </HTML>
35418 ========== h_config_smime_use_cert_store ==========
35419 <HTML>
35420 <HEAD>
35421 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></TITLE>
35422 </HEAD>
35423 <BODY>
35424 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></H1>
35427 This feature only has an effect if your version of Alpine includes
35428 support for S/MIME.
35429 It affects Alpine's behavior when you validate a message, and should
35430 not be disabled, unless you are performing a test.
35432 There are two important aspects of validation: validation of the message
35433 (that is, the message was not modified after it was sent) 
35434 as well as validation of the identity of the sender. This option has to 
35435 do with the latter. 
35437 In order to validate that the message came from the sender in the message
35438 and not an impersonator, Alpine can 
35439 either use the certificates that come in the message, or the ones that 
35440 you have personally stored. If this feature is enabled (the default) then 
35441 Alpine will use certificates that you have already saved in your store 
35442 and not those that come in the message to validate the sender of the 
35443 message. In particular, the first time that you receive a signed message
35444 from a sender, and their certificate does not validate against your
35445 store, then you will be asked if you wish to save such certificate. If
35446 you do not wish to save the certificate, then Alpine will fail to validate
35447 the signature of the message. Otherwise, Alpine will proceed to validate
35448 the signature of the message. This behavior helps you prevent against impersonation, because 
35449 it is assumed that you trust the certificates that you have saved, and 
35450 might not trust those that came with the message that you are validating.
35452 <UL>   
35453 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35454 </UL><P>
35457 <UL>   
35458 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35459 </UL><P>
35460 &lt;End of help on this topic&gt;
35461 </BODY>
35462 </HTML>
35463 ========== h_config_smime_pubcerts_in_keychain ==========
35464 <HTML>
35465 <HEAD>
35466 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></TITLE>
35467 </HEAD>
35468 <BODY>
35469 <H1>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></H1>
35472 If this feature is set the Mac OS X default keychain will be used as the place
35473 to store public certificates instead of a
35474 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
35475 or a
35476 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
35478 <UL>   
35479 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35480 </UL><P>
35482 <UL>   
35483 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35484 </UL><P>
35485 &lt;End of help on this topic&gt;
35486 </BODY>
35487 </HTML>
35488 ========== h_config_smime_dont_do_smime ==========
35489 <HTML>
35490 <HEAD>
35491 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></TITLE>
35492 </HEAD>
35493 <BODY>
35494 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></H1>
35497 Setting this feature turns off all of Alpine's S/MIME support.
35498 You might want to set this if you are having trouble due to the S/MIME support.
35500 <UL>   
35501 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35502 </UL><P>
35505 <UL>   
35506 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35507 </UL><P>
35508 &lt;End of help on this topic&gt;
35509 </BODY>
35510 </HTML>
35511 ========== h_config_smime_encrypt_by_default ==========
35512 <HTML>
35513 <HEAD>
35514 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></TITLE>
35515 </HEAD>
35516 <BODY>
35517 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></H1>
35520 This feature only has an effect if your version of Alpine includes
35521 support for S/MIME.
35522 It affects Alpine's behavior when you send a message.
35523 If this option is set, the &quot;Encrypt&quot; option will default to ON when sending messages.
35525 Only the default value is affected.
35526 In any case, you may still toggle the Encrypt option on or off before sending
35527 with the &quot;E Encrypt&quot; command (provided you have a the public digital ID
35528 for the recipient).
35530 <UL>   
35531 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35532 </UL><P>
35535 <UL>   
35536 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35537 </UL><P>
35538 &lt;End of help on this topic&gt;
35539 </BODY>
35540 </HTML>
35541 ========== h_config_smime_remember_passphrase ==========
35542 <HTML>
35543 <HEAD>
35544 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></TITLE>
35545 </HEAD>
35546 <BODY>
35547 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></H1>
35550 This feature only has an effect if your version of Alpine includes
35551 support for S/MIME.
35552 If this option is set, you will only have to enter your passphrase for your private key
35553 once during an Alpine session.
35555 <UL>   
35556 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35557 </UL><P>
35560 <UL>   
35561 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35562 </UL><P>
35563 &lt;End of help on this topic&gt;
35564 </BODY>
35565 </HTML>
35566 ====== h_config_smime_transfer_pub_to_con =====
35567 <HTML>
35568 <HEAD>
35569 <TITLE>S/MIME: Transfer Public Certs to Container</TITLE>
35570 </HEAD>
35571 <BODY>
35572 <H1>S/MIME: Transfer Public Certs to Container</H1>
35575 The Transfer command will copy the public certificates in your configured
35576 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
35577 to the container in your configured
35578 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
35579 This might be useful if you decide to switch from using a cert directory to a cert
35580 container.
35582 Warning: Any previous contents in the container will be lost.
35584 <UL>   
35585 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35586 </UL><P>
35588 <UL>   
35589 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35590 </UL><P>
35591 &lt;End of help on this topic&gt;
35592 </BODY>
35593 </HTML>
35594 ====== h_config_smime_transfer_pub_to_dir =====
35595 <HTML>
35596 <HEAD>
35597 <TITLE>S/MIME: Transfer Public Certs to Directory</TITLE>
35598 </HEAD>
35599 <BODY>
35600 <H1>S/MIME: Transfer Public Certs to Directory</H1>
35603 The Transfer command will copy the public certificates in your configured
35604 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
35605 to the directory in your configured
35606 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
35607 This might be useful if you decide to switch from using a cert container to a cert
35608 directory.
35610 <UL>   
35611 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35612 </UL><P>
35614 <UL>   
35615 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35616 </UL><P>
35617 &lt;End of help on this topic&gt;
35618 </BODY>
35619 </HTML>
35620 ====== h_config_smime_transfer_priv_to_con =====
35621 <HTML>
35622 <HEAD>
35623 <TITLE>S/MIME: Transfer Private Keys to Container</TITLE>
35624 </HEAD>
35625 <BODY>
35626 <H1>S/MIME: Transfer Private Keys to Container</H1>
35629 The Transfer command will copy the private keys in your configured
35630 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
35631 to the container in your configured
35632 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
35633 This might be useful if you decide to switch from using a key directory to a key
35634 container.
35636 Warning: Any previous contents in the container will be lost.
35638 <UL>   
35639 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35640 </UL><P>
35642 <UL>   
35643 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35644 </UL><P>
35645 &lt;End of help on this topic&gt;
35646 </BODY>
35647 </HTML>
35648 ====== h_config_smime_transfer_priv_to_dir =====
35649 <HTML>
35650 <HEAD>
35651 <TITLE>S/MIME: Transfer Private Keys to Directory</TITLE>
35652 </HEAD>
35653 <BODY>
35654 <H1>S/MIME: Transfer Private Keys to Directory</H1>
35657 The Transfer command will copy the private keys in your configured
35658 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
35659 to the directory in your configured
35660 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
35661 This might be useful if you decide to switch from using a key container to a key
35662 directory.
35664 <UL>   
35665 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35666 </UL><P>
35668 <UL>   
35669 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35670 </UL><P>
35671 &lt;End of help on this topic&gt;
35672 </BODY>
35673 </HTML>
35674 ====== h_config_smime_transfer_cacert_to_con =====
35675 <HTML>
35676 <HEAD>
35677 <TITLE>S/MIME: Transfer CA Certs to Container</TITLE>
35678 </HEAD>
35679 <BODY>
35680 <H1>S/MIME: Transfer CA Certs to Container</H1>
35683 The Transfer command will copy the CA certificates in your configured
35684 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>
35685 to the container in your configured
35686 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
35687 This might be useful if you decide to switch from using a CA cert directory to a CA cert
35688 container.
35690 Warning: Any previous contents in the container will be lost.
35692 <UL>   
35693 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35694 </UL><P>
35696 <UL>   
35697 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35698 </UL><P>
35699 &lt;End of help on this topic&gt;
35700 </BODY>
35701 </HTML>
35702 ====== h_config_smime_transfer_cacert_to_dir =====
35703 <HTML>
35704 <HEAD>
35705 <TITLE>S/MIME: Transfer CA Certs to Directory</TITLE>
35706 </HEAD>
35707 <BODY>
35708 <H1>S/MIME: Transfer CA Certs to Directory</H1>
35711 The Transfer command will copy the CA certificates in your configured
35712 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
35713 to the directory in your configured
35714 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
35715 This might be useful if you decide to switch from using a CA cert container to a CA cert
35716 directory.
35718 <UL>   
35719 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35720 </UL><P>
35722 <UL>   
35723 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35724 </UL><P>
35725 &lt;End of help on this topic&gt;
35726 </BODY>
35727 </HTML>
35728 ====== h_config_smime_transfer_pubcon_to_key =====
35729 <HTML>
35730 <HEAD>
35731 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
35732 </HEAD>
35733 <BODY>
35734 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
35736 Mac OS X Alpine only.
35738 The Transfer command will copy the public certificates in your configured
35739 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
35740 to your default Mac OS X Keychain.
35741 This might be useful if you decide to switch from using a cert container to using
35742 the Keychain to store your public certs, which you may do by using the
35743 feature
35744 <A HREF="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></A>.
35746 <UL>   
35747 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35748 </UL><P>
35750 <UL>   
35751 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35752 </UL><P>
35753 &lt;End of help on this topic&gt;
35754 </BODY>
35755 </HTML>
35756 ====== h_config_smime_transfer_pubkey_to_con =====
35757 <HTML>
35758 <HEAD>
35759 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
35760 </HEAD>
35761 <BODY>
35762 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
35765 The Transfer command will copy the public certificates in your configured
35766 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
35767 to your default Mac OS X Keychain.
35768 This might be useful if you decide to switch from using a cert container to using
35769 the Keychain to store your public certs.
35771 <UL>   
35772 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35773 </UL><P>
35775 <UL>   
35776 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35777 </UL><P>
35778 &lt;End of help on this topic&gt;
35779 </BODY>
35780 </HTML>
35781 ====== h_config_smime_public_certificates =====
35782 <HTML>
35783 <HEAD>
35784 <TITLE>S/MIME: Manage Public Certificates</TITLE>
35785 </HEAD>
35786 <BODY>
35787 <H1>S/MIME: Manage Public Certificates</H1>
35790 This menu item allows you to manage your public certificates, this
35791 may include your own public certificate, but it normally includes
35792 certificates of people you correspond with. These certificates are
35793 saved by Alpine automatically when they are found in signed messages
35794 that you receive. This interface allows you to manage them, by
35795 giving you the option to delete them, or trust them (in the case
35796 of self-signed certificates).
35799 Please note that Alpine will not validate a message that was sent to you
35800 using a self-signed certificate, unless you decide to trust that certificate.
35801 Internally, a certificate is trusted by copying it to the
35802 <A HREF="h_config_smime_certificate_authorities">Certificate Authorities</A> 
35803 collection. If you decide that you want to stop trusting a self-signed
35804 certificate, you must delete such certificate from such collection.
35806 The <B>I</B> Import command available in this screen allows you to 
35807 import a command to this collection.
35809 <UL>   
35810 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35811 </UL><P>
35813 <UL>   
35814 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35815 </UL><P>
35816 &lt;End of help on this topic&gt;
35817 </BODY>
35818 </HTML>
35819 ====== h_config_smime_private_keys =====
35820 <HTML>
35821 <HEAD>
35822 <TITLE>S/MIME: Manage Private Keys</TITLE>
35823 </HEAD>
35824 <BODY>
35825 <H1>S/MIME: Manage Private Keys</H1>
35828 This option allows you to manage your private key. Normally a person has only
35829 one key, in the same way that a person only has one valid passport, or ID card,
35830 at any given time. This option allows you to manage private keys. You can
35831 delete them or import them. Additionally, you can view information
35832 about your public certificate, such as the issuer and the dates of validity
35833 of such certificate, among others.
35836 If you have more than one e-mail address for which you want to use the 
35837 same private key, you must add all those addresses to the private key at 
35838 the moment that the key is generated. When you receive a signed message using 
35839 a key generated for several e-mail addresses, Alpine will save a 
35840 certificate for each e-mail address included in such certificate.
35842 The <B>I</B> Import command available in this screen allows you to 
35843 import a command to this collection.
35845 <UL>   
35846 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35847 </UL><P>
35849 <UL>   
35850 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35851 </UL><P>
35852 &lt;End of help on this topic&gt;
35853 </BODY>
35854 </HTML>
35855 ====== h_config_smime_certificate_authorities =====
35856 <HTML>
35857 <HEAD>
35858 <TITLE>S/MIME: Manage Certificate Authorities</TITLE>
35859 </HEAD>
35860 <BODY>
35861 <H1>S/MIME: Manage Certificate Authorities</H1>
35864 This collection contains certificates that are needed to validate the 
35865 certificate of another person, and therefore contains certificates that 
35866 you trust. Typically a certificate is signed by another entity, called a 
35867 certificate authority. This option allows you to manage which certificates 
35868 you trust, allowing you to import them and to delete them or view information
35869 about each certificate, such as the issuer and the dates of validity
35870 of such certificate.
35872 The <B>I</B> Import command available in this screen allows you to 
35873 import a command to this collection.
35875 <UL>   
35876 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35877 </UL><P>
35879 <UL>   
35880 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35881 </UL><P>
35882 &lt;End of help on this topic&gt;
35883 </BODY>
35884 </HTML>
35885 ====== h_config_smime_password_file_certificates =====
35886 <HTML>
35887 <HEAD>
35888 <TITLE>S/MIME: Manage Password File Certificates</TITLE>
35889 </HEAD>
35890 <BODY>
35891 <H1>S/MIME: Manage Password File Certificates</H1>
35894 This option allows you to manage the certificates that are used to
35895 encrypt and decrypt your password file. This is useful in case you
35896 want to change the certificates used to encrypt your password file.
35898 Depending on the version of Alpine that you used for the first time
35899 to set this up, you might have had to enter a password to enter this
35900 screen. In the case that you did not enter a password to enter this
35901 screen, you should know two things that are important:
35902 <UL>
35903 <LI> If anyone takes control of your computer (for example, if you 
35904 left it unattended) then that person can add a password to your
35905 password file and make it unreadable to you in the future.
35906 <LI> If anyone can access your computer (this includes remote access)
35907 then that person can steal your password file and decrypt it without
35908 your help. This gives access to that person to the same services you
35909 have access and such person can use your name to access that service.
35910 In particular, that person can try to hack into your service provider
35911 with your name on it, or that person could try to send spam with
35912 your name.
35913 </UL>
35914 <P> Needless to say, this is not advisable. You should keep your
35915 password file protected. In order to do so, all you need to do is use
35916 the &quot;Create Key&quot; command to create a key. Once you do this,
35917 Alpine will use that key, encrypted with the password used to create that
35918 key, to protect your password file.
35920 In this screen you can import a new key to encrypt your password file, 
35921 and read cryptographic information on your current key.
35923 To import a new key press &quot;RETURN&quot; and enter the location of
35924 the new key. You will be asked to enter the password of the new key. If
35925 this part of the process is successful, Alpine will search for the 
35926 certificate that matches that key. If your key is named 
35927 &quot;your_email@address.com.key&quot;, then Alpine will look for your
35928 certificate in the same directory in the file named
35929 &quot;your_email@address.com.crt&quot;, otherwise it will look for it
35930 as part of your key (that is, it will look to see if your certificate
35931 is in the file &quot;your_email@address.com.key&quot;), if all of this
35932 fails, Alpine will ask you to enter the location of the certificate
35933 that matches the key you unlocked. If a certificate is found, it will be 
35934 used, and in this case, the password file will be read, decrypted with the 
35935 old key and encrypted with the new key. Once this is done, the new key and 
35936 certificates are saved, and the old keys are permanently deleted.
35938 Alpine does not create a backup of your password file, or your old keys
35939 that will be replaced. If you need to keep old copies, you will have to do
35940 this operation outside Alpine.
35942 Observe that you can use this screen to remove the password for the key.
35943 As explained earlier, this is not advisable, but you can always restore the
35944 password to encrypt your password file by creating a new key.
35946 Be safe and keep your password file encrypted with a password.
35947 <UL>   
35948 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35949 </UL><P>
35951 <UL>   
35952 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35953 </UL><P>
35954 &lt;End of help on this topic&gt;
35955 </BODY>
35956 </HTML>
35957 ====== h_certificate_information =====
35958 <HTML>
35959 <HEAD>
35960 <TITLE>S/MIME: Certificate Information Screen</TITLE>
35961 </HEAD>
35962 <BODY>
35963 <H1>S/MIME: Certificate Information Screen</H1>
35966 The CERTIFICATE INFORMATION screen shows you information contained in a certificate
35967 such as its owner, e-mail address, issuer, and interval of validity, 
35968 among others.
35970 In the case of public certificates, this screen shows you if there was a
35971 failure when attempting to validate such message. If the certificate is
35972 self-signed, then the <B>T</B> Trust command will be available, which
35973 you can use to trust such certificate and make Alpine not fail validating 
35974 signatures signed with such certificate.
35976 You can also mark a certificate deleted, with the <B>D</B> command, or 
35977 remove the deleted mark with the <B>U</B> undelete command.
35979 In the case of your private key, Alpine shows you the information
35980 from your public key. Additionally, Alpine allows you to see public
35981 and private information about your key, with the <B>B</B> and
35982 <B>R</B> commands respectively.
35983 <UL>   
35984 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35985 </UL><P>
35987 <UL>   
35988 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35989 </UL><P>
35990 &lt;End of help on this topic&gt;
35991 </BODY>
35992 </HTML>
35993 ====== h_config_smime_manage_public_menu =====
35994 <HTML>
35995 <HEAD>
35996 <TITLE>S/MIME: Menu of Commands to Manage Public Certificates</TITLE>
35997 </HEAD>
35998 <BODY>
35999 <H1>S/MIME: Commands that Manage Public Certificates</H1>
36002 This screen allows you to manage your public certificates. 
36004 The format of this screen is as follows. There are five fields: The 
36005 leftmost field is normally empty, but it could contain the letter 
36006 &quot;D&quot; to indicate that that certificate has been marked for 
36007 deletion. The next field is the e-mail address of the owner of the 
36008 certificate, shown in its entirety. The third and fourth field are the 
36009 first and last day validity for that certificate, respectively. The date
36010 is displayed in the user's locale unless the option 
36011 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>
36012 is set. In this case, the month, day and year are represented by two
36013 digits, and the format used is mm/dd/yy. Finally, the fifth 
36014 field is what can be displayed of the MD5 hash of the certificate. You can 
36015 use any of the last three fields to distinguish between two certificates 
36016 for the same owner.
36018 Available commands in this screen and a short description of what they 
36019 do follows.
36020 <UL>
36021 <LI> <B>I</B> Imports a public certificate to this collection.
36022 <LI> <B>V</B> View information about a certificate such as the name of the person the
36023 certificate was issued to, its dates of validity, and validity status.
36024 <LI> <B>D</B> Marks a certificate deleted.
36025 <LI> <B>U</B> Removes the deletion mark on a certificate.
36026 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
36027 <LI> <B>T</B> This command is only available for self-signed certificates, and allows you to
36028 trust a certificate by copying it to the collection of trusted certificates.
36029 </UL>
36031 All commands provide feedback to let you know about their success or failure.
36033 <UL>   
36034 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36035 </UL><P>
36037 <UL>   
36038 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36039 </UL><P>
36040 &lt;End of help on this topic&gt;
36041 </BODY>
36042 </HTML>
36043 ====== h_config_smime_manage_private_menu =====
36044 <HTML>
36045 <HEAD>
36046 <TITLE>S/MIME: Menu of Commands to Manage Private Keys</TITLE>
36047 </HEAD>
36048 <BODY>
36049 <H1>S/MIME: Commands that Manage Private Keys</H1>
36052 This screen allows you to manage your private key.
36054 The format of this screen is as follows. There are five fields: The 
36055 leftmost field is normally empty, but it could contain the letter 
36056 &quot;D&quot; to indicate that that certificate has been marked for 
36057 deletion. The next field is the e-mail address of the owner of the 
36058 certificate, shown in its entirety. The third field is the first day of 
36059 validity for that certificate; the fourth field in the last day that that 
36060 certificate is valid, and the fifth field is what can be displayed of the 
36061 MD5 hash of the public certificate corresponding to this private key. You 
36062 can use any of the last three fields to distinguish between two 
36063 certificates for the same owner.
36065 Available commands and a short description of what they do follows.
36066 <UL>
36067 <LI> <B>I</B> Imports a new public key to this collection.
36068 <LI> <B>V</B> View information about the public certificate corresponding to this
36069 key.
36070 <LI> <B>D</B> Marks a key to be deleted.
36071 <LI> <B>U</B> Removes the deletion mark on a key.
36072 <LI> <B>X</B> Removes all keys marked deleted permanently (cannot be undone).
36073 Note that expunging a private key does not remove the public key, which must
36074 be removed separately.
36075 </UL>
36077 All commands provide feedback to let you know about their success or failure.
36079 <UL>   
36080 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36081 </UL><P>
36083 <UL>   
36084 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36085 </UL><P>
36086 &lt;End of help on this topic&gt;
36087 </BODY>
36088 </HTML>
36089 ====== h_config_smime_manage_cacerts_menu =====
36090 <HTML>
36091 <HEAD>
36092 <TITLE>S/MIME: Menu of Commands to Manage Certificate Authorities</TITLE>
36093 </HEAD>
36094 <BODY>
36095 <H1>S/MIME: Commands that Manage Certificate Authorities</H1>
36098 This screen allows you to manage your collection of certificates that you
36099 trust. 
36101 The format of this screen is as follows. There are five fields: The 
36102 leftmost field is normally empty, but it could contain the letter 
36103 &quot;D&quot; to indicate that that certificate has been marked for 
36104 deletion. The next field is the e-mail address of the owner of the 
36105 certificate, shown in its entirety. The third field is the first day of 
36106 validity for that certificate; the fourth field in the last day that that 
36107 certificate is valid, and the fifth field is what can be displayed of the 
36108 MD5 hash of the certificate. You can use any of the last three fields to 
36109 distinguish between two certificates for the same owner.
36111 Available commands and a short description of what they do follows.
36112 <UL>
36113 <LI> <B>I</B> Imports a trusted certificate to this collection. This is
36114 done by reading the certificate and validating it. Once a certificate
36115 is found to be valid, it is saved, adding the extension &quot;.crt&quot;
36116 to the certificate, if necessary.
36117 <LI> <B>V</B> View information about this certificate, such as its issuer 
36118 and validity dates.
36119 <LI> <B>D</B> Marks a certificate to be deleted.
36120 <LI> <B>U</B> Removes the deletion mark on a certificate.
36121 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
36122 </UL>
36124 All commands provide feedback to let you know about their success or failure.
36126 <UL>
36127 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36128 </UL><P>
36130 <UL>   
36131 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36132 </UL><P>
36133 &lt;End of help on this topic&gt;
36134 </BODY>
36135 </HTML>
36136 ====== h_config_lame_list_mode =====
36137 <HTML>
36138 <HEAD>
36139 <TITLE>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></TITLE>
36140 </HEAD>
36141 <BODY>
36142 <H1>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></H1>
36144 This feature modifies the method Alpine uses to ask your IMAP
36145 server for folder names to display in the FOLDER LIST screen.
36146 It is intended to compensate for a small set of IMAP servers that
36147 are programmed to ignore a part of the request, and thus respond
36148 to Alpine's query with nonsensical results.
36151 If you find that Alpine is erroneously displaying blank folder lists,
36152 try enabling this feature.
36155 NOTE: Enabling this feature has consequences for the Goto and Save
36156 commands.  Many servers allow access to folders outside the area
36157 reserved for your personal folders via some reserved character,
36158 typically '#' (sharp), '~' (tilde) or '/' (slash).  This mechanism
36159 allows, at the Goto and Save prompts, quick access to folders
36160 outside your personal folder collection without requiring a specific
36161 collection definition.  This behavior will generally not be available
36162 when this feature is enabled.
36165 <UL>   
36166 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36167 </UL><P>
36168 &lt;End of help on this topic&gt;
36169 </BODY>
36170 </HTML>
36171 ====== h_config_enable_mulnewsrcs =====
36172 <HTML>
36173 <HEAD>
36174 <TITLE>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></TITLE>
36175 </HEAD>
36176 <BODY>
36177 <H1>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></H1>
36179 This feature makes it so Alpine can use multiple newsrcs based on
36180 the news server being connected to, which allows for separate lists
36181 of subscribed-to newsgroups. When this feature is not set, there is only
36182 one list of newsgroups.
36184 Under this feature, the name of a newsrc is based on the news server.
36185 For example, if your <a href="h_config_newsrc_path"><!--#echo var="VAR_newsrc-path"--></a>
36186 is set to &quot;.newsrc&quot;, and the news server you are connecting to is
36187 news.example.com, then the newsrc to be used is .newsrc-news.example.com.
36188 Setting this feature for the first time will allow for the option of using
36189 your old newsrc the next time you read news.
36191 If this feature is set, then the feature
36192 <A HREF="h_config_mulnews_as_typed"><!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></A>
36193 also may affect the name of the newsrc file that is used.
36195 <UL>   
36196 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36197 </UL><P>
36198 &lt;End of help on this topic&gt;
36199 </BODY>
36200 </HTML>
36201 ======= h_ab_export_vcard =======
36202 <HTML>
36203 <HEAD>
36204 <TITLE>Address Book Export Format</TITLE>
36205 </HEAD>
36206 <BODY>
36207 <H1>Address Book Export Format</H1>
36209 You are exporting address book data from Alpine to a file outside of Alpine.
36210 You are being asked to choose the format of the export.
36211 Here are the choices:
36213 <DL>
36214 <DT><EM>A</EM>ddress List</DT>
36215 <DD>
36216 The addresses from the address book entries you are saving
36217 from will be saved one address per line.
36218 Address book lists (those with more than one address) will have
36219 all of their addresses saved separately.
36220 </DD>
36222 <DT><EM>V</EM>Card</DT>
36223 <DD>
36224 The entries will be saved in
36225 <A HREF="h_whatis_vcard">vCard</A> format.
36226 </DD>
36228 <DT><EM>T</EM>ab Separated</DT>
36229 <DD>
36230 The entries will be saved in tab-separated columns.
36231 There will be just 4 columns of data that correspond to Alpine's
36232 Nickname field, Full Name field, Address field, and Comment field.
36233 It might prove useful to Select only the Simple, non-List address book
36234 entries before Saving.
36235 </DD>
36237 <DT><EM>^C</EM> Cancel</DT>
36238 <DD>
36239 Cancel out of the Save.
36240 </DD>
36242 </DL>
36246 &lt;End of help on this topic&gt;
36247 </BODY>
36248 </HTML>
36249 ====== h_config_predict_nntp_server =====
36250 <HTML>
36251 <HEAD>
36252 <TITLE>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></TITLE>
36253 </HEAD>
36254 <BODY>
36255 <H1>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></H1>
36257 This feature allows Alpine to assume that the open NNTP server at the
36258 time of composition is the NNTP server to which the message should be
36259 posted.  This is especially recommended when there are multiple News
36260 collections.  If this feature is not set, Alpine will try to post to the first server in
36261 the <a href="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></a> variable.  Setting
36262 this feature also negates the need to add News collection servers to
36263 the <!--#echo var="VAR_nntp-server"--> variable.
36265 This feature can be especially handy when used in conjunction with
36266 <a href="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></a>.
36268 <UL>   
36269 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36270 </UL><P>
36271 &lt;End of help on this topic&gt;
36272 </BODY>
36273 </HTML>
36274 ====== h_config_nntp_search_uses_overview =====
36275 <HTML>
36276 <HEAD>
36277 <TITLE>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></TITLE>
36278 </HEAD>
36279 <BODY>
36280 <H1>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></H1>
36282 This feature should probably be turned on unless it causes trouble.
36283 The results of the NNTP overview command (XOVER) may be used to help
36284 with some searches in news groups.
36285 It should result in quicker response time.
36286 Turning this feature on apparently causes search results which are
36287 different from what you would get with the feature turned off on some
36288 servers.
36290 <UL>   
36291 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36292 </UL><P>
36293 &lt;End of help on this topic&gt;
36294 </BODY>
36295 </HTML>
36296 ====== h_config_thread_sorts_by_arrival =====
36297 <HTML>
36298 <HEAD>
36299 <TITLE>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></TITLE>
36300 </HEAD>
36301 <BODY>
36302 <H1>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></H1>
36304 This feature affects how a threading sort arranges threads.  The default way
36305 to arrange threads is by the date of the earliest message in the thread.
36306 This feature arranges threads by the last message to arrive in a thread.
36308 This feature causes old threads that get recent messages to sort to the bottom,
36309 where previously a message arrival to a thread would not rearrange the order of
36310 that thread.
36312 <UL>   
36313 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36314 </UL><P>
36315 &lt;End of help on this topic&gt;
36316 </BODY>
36317 </HTML>
36318 ====== h_config_textplain_int =====
36319 <HTML>
36320 <HEAD>
36321 <TITLE>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></TITLE>
36322 </HEAD>
36323 <BODY>
36324 <H1>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></H1>
36326 This feature modifies the method Alpine uses to display Text/Plain
36327 MIME attachments from the Attachment Index screen.  Normally, the
36328 &quot;View&quot; command searches for any externally defined (usually
36329 via the
36330 &quot;<A HREF="h_config_mailcap_path">Mailcap</A>&quot; file) viewer,
36331 and displays the selected text within that viewer.
36334 Enabling this feature causes Alpine to ignore any external viewer
36335 settings and always display text with Alpine's internal viewer.
36338 <UL>   
36339 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36340 </UL><P>
36341 &lt;End of help on this topic&gt;
36342 </BODY>
36343 </HTML>
36344 ====== h_config_wp_columns =====
36345 <HTML>
36346 <HEAD>
36347 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></TITLE>
36348 </HEAD>
36349 <BODY>
36350 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></H1>
36352 Web Alpine only.
36354 This configuration setting specifies the number of horizontal characters
36355 used to format various WebAlpine pages.  Smaller values will tend to reduce
36356 the amount of horizontal scrolling required to view pages within narrow
36357 browsers, such as those found on PDAs, and larger values will tend to 
36358 spread more information across the page.
36361 The Message List page uses the width to determine how many characters
36362 to assign each field.  Note, a smaller value may result in a disproportionate
36363 amount of blank space between fields on each line.  Similarly, a large
36364 value may result in cramped fields or horizontal scrolling.
36367 The Message View page uses this value to determine when to wrap lines
36368 in displayed message text.  Note, a smaller value may result in jagged
36369 right margins or confusing quoting.  A larger value may cause lines of text to
36370 run beyond the browser's right edge, requiring horizontal scrolling.
36373 <UL>   
36374 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36375 </UL><P>
36376 &lt;End of help on this topic&gt;
36377 </BODY>
36378 </HTML>
36379 ====== h_config_wp_state =====
36380 <HTML>
36381 <HEAD>
36382 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></TITLE>
36383 </HEAD>
36384 <BODY>
36385 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></H1>
36387 Web Alpine only.
36389 Various aspects of cross-session state.
36392 <UL>   
36393 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36394 </UL><P>
36395 &lt;End of help on this topic&gt;
36396 </BODY>
36397 </HTML>
36398 ====== h_config_wp_aggstate =====
36399 <HTML>
36400 <HEAD>
36401 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></TITLE>
36402 </HEAD>
36403 <BODY>
36404 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></H1>
36406 Web Alpine only.
36408 Aggregate operations tab state.
36411 <UL>   
36412 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36413 </UL><P>
36414 &lt;End of help on this topic&gt;
36415 </BODY>
36416 </HTML>
36417 ====== h_config_wp_indexlines =====
36418 <HTML>
36419 <HEAD>
36420 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></TITLE>
36421 </HEAD>
36422 <BODY>
36423 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></H1>
36425 Web Alpine only.
36427 Number of index lines in table.
36430 <UL>   
36431 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36432 </UL><P>
36433 &lt;End of help on this topic&gt;
36434 </BODY>
36435 </HTML>
36436 ====== h_config_wp_indexheight =====
36437 <HTML>
36438 <HEAD>
36439 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></TITLE>
36440 </HEAD>
36441 <BODY>
36442 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></H1>
36444 Web Alpine only.
36446 Index table row height.
36449 <UL>   
36450 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36451 </UL><P>
36452 &lt;End of help on this topic&gt;
36453 </BODY>
36454 </HTML>
36455 ====== h_config_rss_news =====
36456 <HTML>
36457 <HEAD>
36458 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss_news"--></TITLE>
36459 </HEAD>
36460 <BODY>
36461 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-news"--></H1>
36463 Web Alpine only.
36465 RSS News feed.
36468 <UL>   
36469 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36470 </UL><P>
36471 &lt;End of help on this topic&gt;
36472 </BODY>
36473 </HTML>
36474 ====== h_config_rss_weather =====
36475 <HTML>
36476 <HEAD>
36477 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></TITLE>
36478 </HEAD>
36479 <BODY>
36480 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></H1>
36482 Web Alpine only.
36484 RSS Weather feed.
36487 <UL>   
36488 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36489 </UL><P>
36490 &lt;End of help on this topic&gt;
36491 </BODY>
36492 </HTML>
36493 ====== h_config_send_confirms_only_expanded =====
36494 <HTML>
36495 <HEAD>
36496 <TITLE>FEATURE: send-confirms-only-expanded</TITLE>
36497 </HEAD>
36498 <BODY>
36499 <H1>FEATURE: send-confirms-only-expanded (Web Alpine Only)</H1>
36501 This Web Alpine option specifies whether or not a Send confirmations
36502 happens when a composed message is readied for sending or not.  The
36503 default behavior is to not confirm that the nicknames were expanded to
36504 the intended addresses.
36507 <UL>   
36508 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36509 </UL><P>
36510 &lt;End of help on this topic&gt;
36511 </BODY>
36512 </HTML>
36513 ====== h_config_enable_jump_command =====
36514 <HTML>
36515 <HEAD>
36516 <TITLE>FEATURE: enable-jump-command</TITLE>
36517 </HEAD>
36518 <BODY>
36519 <H1>FEATURE: enable-jump-command (Web Alpine Only)</H1>
36521 This Web Alpine option specifies whether or not a Jump command is
36522 offered in the Message List and Message View pages.  The command is
36523 implemented as an input field in the left column of the List and View
36524 screens. 
36527 When enabled and a number is entered in the input field while the
36528 Message List is displayed, the Message List is reframed with the
36529 specified message.  While viewing a message, the message associated
36530 with the specified message number is displayed.
36533 <UL>   
36534 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36535 </UL><P>
36536 &lt;End of help on this topic&gt;
36537 </BODY>
36538 </HTML>
36539 ====== h_config_enable_newmail_sound =====
36540 <HTML>
36541 <HEAD>
36542 <TITLE>FEATURE: enable-newmail-sound</TITLE>
36543 </HEAD>
36544 <BODY>
36545 <H1>FEATURE: enable-newmail-sound (Web Alpine Only)</H1>
36547 This Web Alpine option specifies whether or not a sound file is sent
36548 to the web browser along with the newmail notification message.
36552 <UL>   
36553 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36554 </UL><P>
36555 &lt;End of help on this topic&gt;
36556 </BODY>
36557 </HTML>
36558 ====== h_config_render_html_internally =====
36559 <HTML>
36560 <HEAD>
36561 <TITLE>FEATURE: render-html-internally</TITLE>
36562 </HEAD>
36563 <BODY>
36564 <H1>FEATURE: render-html-internally (Web Alpine Only)</H1>
36566 By default, Web Alpine will pass cleansed HTML text you receive in messages 
36567 to the browser for display (rendering).  This feature causes Web Alpine to convert 
36568 the HTML text into plain text in the same way Unix and PC-Alpine do.
36572 <UL>   
36573 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36574 </UL><P>
36575 &lt;End of help on this topic&gt;
36576 </BODY>
36577 </HTML>
36578 ====== h_config_role_undo =====
36579 Yes, remember changes and exit back to list of roles; No, discard changes
36580 made in this screen; ^C, cancel exit and stay in this config screen.
36581 ====== h_exit_editor =====
36582 S, save changes and exit from the editor; D, do not save changes but
36583 do exit from the editor; or ^C, cancel exit and stay in the editor.
36584 ====== h_config_undo =====
36585 Yes, save changes and exit; No, exit without saving any changes made since
36586 entering this CONFIGURATION screen; ^C, cancel exit and stay in config screen.
36587 ====== h_os_index_whereis =====
36588 Enter ^V or ^Y to go immediately to the last or first message in the index.
36589 Or, enter the match string followed by RETURN.
36590 ====== h_os_index_whereis_agg =====
36591 Enter ^V or ^Y to go immediately to the last or first message in the index,
36592 Or, enter the match string followed by RETURN (or ^X to select all matches).
36593 =========== h_oe_add_full ==================
36594 Type the full name of the person being added and press the RETURN key.
36595 Press ^C to cancel addition.
36596 =========== h_oe_add_nick ==================
36597 Type a short nickname and press RETURN.  A nickname is a short easy-to-
36598 remember word, name or initials like "joe", or "wcfields."  ^C to cancel.
36599 ========== h_oe_add_addr ================
36600 Type the e-mail address and press RETURN.
36601 Press ^C to cancel addition.
36602 ========== h_oe_crlst_full ==============
36603 Type a long name or description for the list that you are creating and
36604 press RETURN.  Press ^C to cancel creation of list.
36605 =========== h_oe_crlst_nick =============
36606 Type a nickname (short, easy-to-remember name or single word) for the list
36607 you are creating and press RETURN.  Press ^C to cancel.
36608 ========== h_oe_crlst_addr ==============
36609 Type an e-mail address, or a nickname already in the address book that you
36610 want to be part of this list and press RETURN.
36611 ========== h_oe_adlst_addr =============
36612 Type an e-mail address or a nickname already in the address book that you
36613 want to add to this list and press RETURN.
36614 ========== h_oe_editab_nick ============
36615 Change the nickname using the arrow keys and delete key.  Press RETURN
36616 when done.  Press ^C to cancel editing and leave the nickname as it was.
36617 ========== h_oe_editab_full ============
36618 Change the full name using the arrow keys and delete key.  Press RETURN
36619 when done.  Press ^C to cancel editing and leave the full name as it was.
36620 ========== h_oe_editab_addr ============
36621 Change the address using the arrow keys and delete key.  Press RETURN
36622 when done.  Press ^C to cancel editing and leave the address as it was.
36623 ========== h_oe_editab_fcc ============
36624 Change the fcc using the arrow keys and delete key.  Press RETURN when
36625 done.  Press ^C to cancel editing and leave the fcc as it was.
36626 ========== h_oe_editab_comment ============
36627 Change the comment field using the arrow keys and delete key.  Press RETURN
36628 when done.  Press ^C to cancel editing and leave the comment as it was.
36629 ====== h_ab_forward =====
36630 Yes, expand nicknames and qualify local names with your current domain name;
36631 No, leave nicknames and local names as is;  ^C, cancel.
36632 ========== h_ab_export ==========
36633 Type the name of a file to write the addresses into and
36634 press RETURN.  You may also specify an absolute path.  Use ^C to cancel.
36635 ========== h_ab_edit_a_field ==========
36636 Edit any of the fields of the currently selected entry by typing one of the
36637 letters at the bottom of the screen.  Press ^C to cancel edit.
36638 ====== h_ab_del_data_revert =====
36639 Press B to completely delete addrbook and revert to default, C to delete config
36640 and revert while leaving data, or D to only delete data (make it empty).
36641 ====== h_ab_del_data_modify =====
36642 Press B to completely delete addrbook, C to delete configuration while leaving
36643 data, or D to delete data (make it empty) but leave config. ^C to cancel.
36644 ====== h_ab_del_config_modify =====
36645 Yes, remove this address book from my configuration.
36646 No, make no changes now.
36647 ====== h_ab_del_config_revert =====
36648 Yes, remove this address book from my config and revert to default.
36649 No, make no changes now.
36650 ====== h_ab_del_default =====
36651 Yes, remove this default address book from my configuration.
36652 No, make no changes now.
36653 ====== h_ab_really_delete =====
36654 Yes, delete the actual contents of the address book, not just the 
36655 configuration.  No, don't delete the data after all, cancel and start over.
36656 ====== h_ab_del_ignore =====
36657 Press I to ignore all the default address books for this category.  Press R to
36658 remove this one address book and add the others to your personal list.
36659 ====== h_ab_del_dir_ignore =====
36660 Press I to ignore all the default directory servers for this category.
36661 Press R to remove this one server and add the others to your personal list.
36662 ====== h_ab_copy_dups =====
36663 Yes, overwrite the existing entry.
36664 No, skip duplicates but save the rest. Press ^C to cancel.
36665 ====== h_confirm_cancel =====
36666 Type C to Confirm that you want to abandon the message you are composing.
36667 Type N or ^C to cancel out of the cancel and keep composing.
36668 ====== h_ab_text_or_vcard =====
36669 Text, start composer with displayed text already included.
36670 VCard, start composer with address book entry attached as a vCard. ^C cancels.
36671 ====== h_ab_backup_or_ldap =====
36672 Backup, copy email address from entry and allow editing of it.
36673 LDAP, copy LDAP search criteria, do not allow editing of it. ^C cancels.
36674 ====== h_ldap_text_or_vcard =====
36675 Text: export displayed text for selected entry. Address: export only the
36676 email address. VCard: export entry in vCard format. ^C cancels.
36677 ====== h_ab_save_exp =====
36678 Save, save entry or entries to an address book.
36679 Export, save to file outside of pine. ^C cancels save.
36680 ====== h_ab_add =====
36681 A, add a brand new entry to this address book.
36682 E, edit the entry that is currently highlighted. ^C to cancel.
36683 ====== h_ab_shuf =====
36684 U, swap order of highlighted address book and the one above it.
36685 D, swap order of highlighted address book and the one below it. ^C to cancel.
36686 ====== h_ab_shuf_up =====
36687 U, swap order of highlighted address book and the one above it.
36688 Press ^C to cancel.
36689 ====== h_ab_shuf_down =====
36690 D, swap order of highlighted address book and the one below it.
36691 Press ^C to cancel.
36692 ====== h_folder_prop =====
36693 Count is # of messages in the folder, Unseen means messages that have not
36694 been read, New means messages that were Recently added to the folder.
36695 ====== h_role_shuf =====
36696 U, swap order of highlighted rule and the one above it.
36697 D, swap order of highlighted rule and the one below it. ^C to cancel.
36698 ====== h_role_shuf_up =====
36699 U, swap order of highlighted rule and the one above it.
36700 Press ^C to cancel.
36701 ====== h_role_shuf_down =====
36702 D, swap order of highlighted rule and the one below it.
36703 Press ^C to cancel.
36704 ====== h_incoming_shuf =====
36705 B, swap order of highlighted directory and the one before it.
36706 F, swap order of highlighted directory and the one after it. ^C to cancel.
36707 ====== h_incoming_shuf_up =====
36708 B, swap order of highlighted directory and the one before it.
36709 Press ^C to cancel.
36710 ====== h_incoming_shuf_down =====
36711 F, swap order of highlighted directory and the one after it.
36712 Press ^C to cancel.
36713 ====== h_dir_shuf =====
36714 U, swap order of highlighted directory and the one above it.
36715 D, swap order of highlighted directory and the one below it. ^C to cancel.
36716 ====== h_dir_shuf_up =====
36717 U, swap order of highlighted directory and the one above it.
36718 Press ^C to cancel.
36719 ====== h_dir_shuf_down =====
36720 D, swap order of highlighted directory and the one below it.
36721 Press ^C to cancel.
36722 ====== h_hdrcolor_shuf =====
36723 U, swap order of highlighted Header Color and the one above it.
36724 D, swap order of highlighted Header Color and the one below it. ^C to cancel.
36725 ====== h_hdrcolor_shuf_up =====
36726 U, swap order of highlighted Header Color and the one above it.
36727 Press ^C to cancel.
36728 ====== h_hdrcolor_shuf_down =====
36729 D, swap order of highlighted Header Color and the one below it.
36730 Press ^C to cancel.
36731 ========== h_oe_editab_al ============
36732 Change the address using the arrow keys and delete key.  Press RETURN
36733 when done.  Press ^C to cancel editing and leave the address as it was.
36734 ========== h_dir_comp_search ===============
36735 Type a string to look for just like you would in the composer. Your configured
36736 rules for the servers with the implicit flag set will be used.
36737 ========== h_oe_searchab ===============
36738 Type the word or name you want to search for and press RETURN.  If you press
36739 RETURN without entering anything the word in [] will be searched for.
36740 ========== h_oe_chooseabook ==========
36741 Choose the address book you want to save the new entry in.
36742 Use ^N or ^P to change address books.  ^C to cancel.
36743 ========== h_oe_takeaddr ==========
36744 Edit the e-mail address using the arrow and delete keys.  Press RETURN
36745 when done.  Press ^C to cancel adding this entry to the address book.
36746 ========== h_oe_take_replace ==========
36747 Press R to replace the old entry with this new data.  You will still have
36748 another chance to cancel.  N to enter another nickname.  ^C to cancel now.
36749 ========== h_oe_take_replace_or_add ==========
36750 Press R to replace the old entry.  Press A to add the selected addresses to
36751 the old existing list.  N to enter another nickname. ^C to cancel now.
36752 ========== h_oe_takename ==========
36753 Edit the full name to be correct using the arrow and delete keys.  Press RETURN
36754 when done.  Press ^C to cancel adding this entry to the address book.
36755 ========== h_oe_takenick ==========
36756 Type a nickname (short easy-to-remember name, initials or single word) for this
36757 entry in the address book and press RETURN.  Press ^C to cancel addition.
36758 ========== h_oe_jump ==========
36759 Type the message number you want to jump to and press RETURN.  The word "end"
36760 represents the last message. Press ^C to cancel jumping to another message.
36761 ========== h_oe_jump_thd ==========
36762 Type the thread number you want to jump to and press RETURN.  The word "end"
36763 represents the last thread. Press ^C to cancel jumping to another thread.
36764 ========== h_oe_debuglevel ==========
36765 Higher number shows more debugging details.
36766 Press ^C if you want to cancel the change.
36767 ========== h_oe_broach ==========
36768 Type the name of the folder you want to open and press RETURN.  Press ^P/^N
36769 to go to the previous/next collections in the list.  Press ^C to cancel goto.
36770 ========== h_oe_foldsearch ==========
36771 Type the text you want to search for in foldernames and press RETURN.  If you
36772 press RETURN without entering anything, any text in [] will be searched for.
36773 ========== h_oe_foldrename ==========
36774 Change the old name of the folder to the new name using the arrow and
36775 delete keys and press RETURN.  Press ^C to cancel rename.
36776 ========== h_oe_login ==========
36777 Enter your login name for the host you are opening the mailbox on.  Just press
36778 RETURN to use your login from this host as is, or edit it with delete key.
36779 ========== h_oe_passwd ==========
36780 Type your password for the host and login shown as part of the prompt.
36781 Press ^C to cancel opening folder.
36782 ========== h_oe_choosep ==========
36783 Enter the number associated with the printer you want to select.  Press ^C to
36784 cancel the printer selection.  The current selection is highlighted.
36785 ========== h_oe_customp ==========
36786 Type the name of the Unix print command and press RETURN.  Press ^C to
36787 cancel the printer selection.
36788 ========== h_oe_searchview ==========
36789 Type the word or name you want to search for and press RETURN.  If you press
36790 RETURN without entering anything the word in [] will be searched for.
36791 ========== h_oe_keylock ==========
36792 The keyboard is in use and locked by another user.  Only that user can
36793 unlock this keyboard by typing the password.
36794 ========== h_wt_expire ==========
36795 At the beginning of each month Alpine offers to rename your current sent-mail
36796 folder to one named for the month so you have a sent-mail folder for each month
36797 ========== h_wt_delete_old ==========
36798 It is the beginning of the month, and we need to conserve disk
36799 space.  Please delete any sent-mail that you do not need.
36800 ========== h_select_sort ==========
36801 Select the order for sorting the index by typing the capitalized letter.
36802 Arrival is by arrival in your mailbox; Date is by time/day message was sent.
36803 ========== h_no_F_arg ============
36804 Enter name of file to be opened.
36806 ========== h_sticky_personal_name ==========
36807 Type in your name as you want it to appear on outgoing email.  This entry
36808 will be saved into your Alpine configuration file.
36809 ========== h_sticky_inbox ============
36810 INBOX syntax is usually {complete.machine.name}INBOX
36811 This entry will be saved in your Alpine configuration file.
36812 ========== h_sticky_smtp ============
36813 The name of the computer on your campus that relays your outgoing email
36814 to the Internet.  This entry will be saved in your Alpine configuration file.
36815 ========== h_sticky_user_id ==========
36816 The username or login-id part of your email address.  This entry will be
36817 saved in your Alpine configuration file.
36818 ========== h_sticky_domain ==========
36819 The domain part of your email address, NOT the name of your PC.  This
36820 entry will be saved in your Alpine configuration file.
36821 ========== h_bounce =========
36822 Enter the address or nickname of the intended recipient.  Alpine will resend
36823 the message, which will retain the original author's From: address.
36824 ========== h_incoming_add_folder_nickname =========
36825 Enter an (optional) nickname that will be used in lieu of the actual
36826 host and folder names in the FOLDER LIST display.
36827 ========== h_anon_forward ==========
36828 Enter the address of your intended recipient, or ^C to cancel.
36829 Example: jsmith@somewhere.edu
36830 ========== h_news_subscribe ==========
36831 Enter the name of the newsgroup to which you wish to subscribe,
36832 or ^C to cancel.  Example: comp.mail.pine
36833 ========== h_pipe_msg ==========
36834 Enter the name of the Unix command to which you wish to send this
36835 message, or ^C to cancel.
36836 ========== h_pipe_attach ==========
36837 Enter the name of the Unix command to which you wish to send this
36838 attachment, or ^C to cancel.
36839 ========== h_select_by_num ==========
36840 Enter a list of message numbers (or number ranges), or ^C to cancel. "end" 
36841 is the last message. "." is the current message. Example: 1-.,7-9,11,19,35-end
36842 ========== h_select_by_thrdnum ==========
36843 Enter a list of message numbers (or number ranges), or ^C to cancel. "end" 
36844 is the last message. "." is the current message. Example: 1-.,7-9,11,19,35-end
36845 ========== h_select_txt_from ==========
36846 Messages with From: headers containing the entered string will be selected.
36847 ^C to cancel. ^G again to see original options.
36848 ========== h_select_txt_not_from ==========
36849 Messages without From: headers containing the entered string will be selected.
36850 ^C to cancel. ^G again to see original options.
36851 ========== h_select_txt_to ==========
36852 Messages with To: headers containing the entered string will be selected.
36853 ^C to cancel. ^G again to see original options.
36854 ========== h_select_txt_not_to ==========
36855 Messages without To: headers containing the entered string will be selected.
36856 ^C to cancel. ^G again to see original options.
36857 ========== h_select_txt_cc ==========
36858 Messages with Cc: headers containing the entered string will be selected.
36859 ^C to cancel. ^G again to see original options.
36860 ========== h_select_txt_not_cc ==========
36861 Messages without Cc: headers containing the entered string will be selected.
36862 ^C to cancel. ^G again to see original options.
36863 ========== h_select_txt_subj ==========
36864 Messages with Subject: headers containing the entered string will be selected.
36865 ^C to cancel.  ^X enters Subject: line of current message.
36866 ========== h_select_txt_not_subj ==========
36867 Messages without Subject headers containing the entered string will be selected.
36868 ^C to cancel.  ^X enters Subject: line of current message.
36869 ========== h_select_txt_all ==========
36870 All messages containing the entered string will be selected.  Headers and body,
36871 but not encoded attachments, will be compared.  Enter ^C to cancel.
36872 ========== h_select_txt_not_all ==========
36873 All messages that don't contain the entered string will be selected.  Headers
36874 and body, but not encoded attachments, will be compared.  Enter ^C to cancel.
36875 ========== h_select_txt_body ==========
36876 All messages containing the entered string will be selected. Body text, but
36877 not headers or encoded attachments, will be compared. ^C to cancel.
36878 ========== h_select_txt_not_body ==========
36879 All messages that don't contain the entered string will be selected. Body
36880 text, but not headers or encoded attachments, will be compared. ^C to cancel.
36881 ========== h_select_txt_recip ==========
36882 Messages with Cc: or To: headers containing the entered string will be selected.
36883 ^C to cancel. ^G again to see original options.
36884 ========== h_select_txt_not_recip ==========
36885 Messages without Cc: or To: headers containing the string will be selected.
36886 ^C to cancel. ^G again to see original options.
36887 ========== h_select_txt_partic ==========
36888 Messages with Cc, To, or From headers containing the string will be selected.
36889 ^C to cancel. ^G again to see original options.
36890 ========== h_select_txt_not_partic ==========
36891 Messages without Cc, To, or From headers containing the string will be selected.
36892 ^C to cancel. ^G again to see original options.
36893 ========== h_select_date ==========
36894 If typed, date may be in DD-MMM-YYYY format (04-Jul-2006) or in ISO format
36895 (2006-07-04). ^P/^N also changes default date. ^X enters date of current msg.
36896 ========== h_attach_index_whereis ==========
36897 Enter some text that appears in the Attachment Index entry for the desired
36898 attachment.  The first attachment containing that text will be highlighted.
36899 ========== h_kb_lock ==========
36900 Keystrokes entered here (up to a RETURN) comprise a password that must
36901 be entered again later in order to unlock the keyboard.
36902 ========== h_compose_default ==========
36903 N, compose a new message. R, set a role.
36904 ^C to cancel.
36905 ========== h_untranslatable ==========
36906 Send using UTF-8 character set; Send but replace untranslatable characters
36907 with question marks; return to the composer; or cancel message altogether.
36908 ========== h_compose_intrptd ==========
36909 N, compose a new msg. I, continue interrupted msg. R, set a role.
36910 ^C to cancel.
36911 ========== h_compose_postponed ==========
36912 N, compose a new message. P, continue postponed msg. R, set a role.
36913 ^C to cancel.
36914 ========== h_compose_intrptd_postponed ==========
36915 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
36916 R, set a role. ^C to cancel.
36917 ========== h_compose_form ==========
36918 N, compose a new message. F, use form letter. R, set a role.
36919 ^C to cancel.
36920 ========== h_compose_intrptd_form ==========
36921 N, compose a new msg. I, continue interrupted msg. F, use form letter.
36922 R, set a role. ^C to cancel.
36923 ========== h_compose_postponed_form ==========
36924 N, compose a new message. P, continue postponed msg. F, use form letter.
36925 R, set a role. ^C to cancel.
36926 ========== h_compose_intrptd_postponed_form ==========
36927 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
36928 F, use form letter. R, set a role. ^C to cancel.
36929 ========== h_config_context_del_except ==========
36930 If you delete the last exceptional collection you can only add it back by
36931 manually editing the exceptions config file.
36932 ========== h_config_whereis ==========
36933 To move quickly to a particular line, enter a search string or
36934 ^C to cancel.
36935 ========== h_config_edit_scorei ==========
36936 Enter interval in the form (min,max). -INF and INF may be used to represent
36937 -infinity and infinity. ^C to cancel change. RETURN to accept change.
36938 ========== h_config_add ==========
36939 Enter desired value; use normal editing keys to modify (e.g. ^K, ^D).  Just
36940 pressing RETURN sets the Empty Value (this turns off any global default).
36941 ========== h_config_add_custom_color ==========
36942 Enter a header fieldname. For example, "subject" or "from".
36944 ========== h_config_add_pat_hdr ==========
36945 Enter a header fieldname. For example, "reply-to" or "organization" or
36946 any fieldname you want that isn't included already.
36947 ========== h_config_print_opt_choice ==========
36948 You may edit either the initialization string (characters printed before
36949 printing starts) or the trailer string.  Choose one or ^C to cancel.
36950 ========== h_config_print_init ==========
36951 Enter a C-style string for this.  You may use common backslash escapes like
36952 \\n for newline, \\ooo for octal character, and \\xhh for hex character.
36953 ========== h_config_change ==========
36954 Edit the existing value using arrow keys, ^K to delete entire entry, ^D to
36955 delete current (highlighted) character, etc.  Enter ^C to cancel change.
36956 ========== h_config_replace_add ==========
36957 Replace ignores the current default, Add places the current default in your
36958 editing buffer as if you had typed it in.
36959 ========== h_config_insert_after ==========
36960 Enter a nickname for this print command.  (InsertBefore puts the new item
36961 before the current line, InsertAfter puts it after the current line.)
36962 ========== h_config_print_cmd ==========
36963 Enter command to be executed for the printer.  Use normal editing keys
36964 to modify, ^C to cancel, carriage return to accept current value.
36965 ========== h_config_role_del ==========
36966 Answering Yes will remove this rule completely from your rules list.
36967 ========== h_config_role_addfile ==========
36968 Type the name of a file to add to your configuration. You don't need to
36969 use a file, you may add rules directly (with Add) without using a file.
36970 ========== h_config_role_delfile ==========
36971 Answering Yes will remove this rule file completely from your rules list.
36972 The rules data file itself will not be removed.
36973 ========== h_config_print_del ==========
36974 Answering Yes will remove this printer completely from your printer list.
36975 ========== h_config_print_name_cmd ==========
36976 You may edit the Nickname of this printer, the Command to be executed when
36977 printing, or change the Options associated with this printer.
36978 ========== h_send_check_fcc ==========
36979 Yes, send message without an Fcc.
36980 No, return to composer.
36981 ========== h_send_check_subj ==========
36982 Yes, send message without a Subject.
36983 No, return to composer.
36984 ========== h_send_check_to_cc ==========
36985 Yes, send message without a To address, or a Cc address, or a Newsgroup.
36986 No, return to composer.
36987 ========== h_send_fcc_only ==========
36988 Yes, copy message to Fcc only and send to NO recipients.
36989 No, return to composer.
36990 ========== h_send_prompt ==========
36991 Yes, send the message.
36992 No or ^C, return to composer.
36993 ========== h_send_prompt_flowed ==========
36994 Yes, send the message.  No or ^C, return to composer.
36995 What's Flowed? See Do Not Send Flowed Text in config screen.
36996 ========== h_send_prompt_dsn ==========
36997 Yes, send the message.  No or ^C, return to composer.
36998 What's DSNOpts? See Enable Delivery Status Notification in config screen.
36999 ========== h_send_prompt_dsn_flowed ==========
37000 Yes, send the message.  No or ^C, return to composer. What's DSNOpts? See
37001 Enable Delivery Status Notification. What's Flowed? See Do Not Send Flowed Text.
37002 ========== h_role_confirm ==========
37003 Yes, use displayed role. No, compose without a role.
37004 ^C, cancel the message. ^T, select a role from your other eligible roles.
37005 ========== h_norole_confirm ==========
37006 Return, compose without a role.
37007 ^C, cancel the message. ^T, select a role from your eligible roles.
37008 ========== h_custom_print ==========
37009 Enter a Unix command that accepts its data on standard input.
37010 Alpine will display any information the command sends to standard output.
37011 ========== h_convert_abooks_and_sigs ==========
37012 You will be given the opportunity to convert address books and signature files
37013 to remote configurations.
37014 ========== h_convert_abooks ==========
37015 You will be given the opportunity to convert address books to remote
37016 configurations.
37017 ========== h_flag_keyword ==========
37018 Enter the name of the keyword you want to add for this folder.
37019 No spaces, parentheses, braces, percents or asterisks are allowed.
37020 ========== h_select_keyword ==========
37021 Enter the keyword you want to match, or use ^T to select a keyword from a list
37022 of possible keywords for this folder. Use ! to look for non-matches instead.
37023 ========== h_type_keyword ==========
37024 Enter the keyword you want to add. You may add a nickname in the next step.
37025 No spaces, parentheses, braces, percents or asterisks are allowed.
37026 ========== h_type_keyword_nickname ==========
37027 Enter an optional nickname for the keyword you want to add.
37028 Type Carriage return to use the keyword name instead of a nickname.
37029 ========== h_convert_sigs ==========
37030 You will be given the opportunity to convert signature files to remote
37031 configurations.
37032 ========== h_convert_abook ==========
37033 Yes is fairly safe. You will be ADDing a remote address book that is a copy
37034 of the current address book. The current abook won't be removed automatically.
37035 ========== h_convert_sig ==========
37036 Answering Yes copies the contents of the signature file into your Alpine
37037 configuration file. After that, the contents of the file will not be used.
37038 ========== h_save_addman ==========
37039 Enter the simple name of the folder you want to add. Carriage return to
37040 accept what you have typed so far. ^C to get back to SELECT FOLDER screen.
37041 ========== h_reopen_folder ==========
37042 Yes reopens the folder, as if you were starting over. This uncovers new mail.
37043 No leaves the folder index as it was without discovering new mail.
37044 ========== h_convert_pinerc_server ==========
37045 This is the name of the host (computer) where the remote Alpine configuration
37046 will be stored. This should be an IMAP server that you have permission to use.
37047 ========== h_convert_pinerc_folder ==========
37048 Enter the correct remote folder name. This folder is special and should
37049 contain only configuration data. It shouldn't contain other mail messages.
37050 ========== h_role_compose ==========
37051 Compose a New message, Reply to current message, Forward current message, or
37052 Bounce message. Then you will be asked to choose one of your Roles to be used.
37053 ========== h_role_aggregate ==========
37054 Compose a reply, or forward, or bounce the selected messages. Then you 
37055 will be asked to choose one of your Roles to be used for this operation.
37056 ========== h_save_size_changed ==========
37057 The reported size of a message is not the same as the actual size. Answer Yes
37058 to continue and hope for the best or No to Cancel the entire Save.
37059 ========== h_select_by_larger_size ==========
37060 Enter a number or ^C to cancel. All messages greater than this many characters
37061 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
37062 ========== h_select_by_smaller_size ==========
37063 Enter a number or ^C to cancel. All messages less than this many characters
37064 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
37065 ========== h_preserve_field ==========
37066 Use 'p' to toggle between preserving or not preserving the original To:
37067 and Cc: fields of the message. Enter ^C to cancel message.