* A little bit more work on the repository. We do not commit files
[alpine.git] / pith / pine.hlp
blob0fa01415a8983e8b8866199e3dec8df0f3ab3b88
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-2017 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 240 2017-12-09 16:20:34
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-2017 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.
235 </UL>
238 Version 2.21 addresses bugs found in previous releases and has several 
239 additions as well.
242 Additions include:
243 <UL>
244   <LI> PC-Alpine: New configuration option "Aspell Dictionaries" allows a
245        user to choose the dictionary used to spell check, in case the user 
246        communicates in more than one language. Examples of values for the 
247        variable are "en_US" or "de_DE", etc. Only the first 10 
248        dictionaries are offered.
250   <LI> Unix-Alpine: Connect securely to a LDAP server on a secure port. 
251        Based on a contribution by Wang Kang.
253   <LI> Colors configured in Alpine are inherited in the composer.
255   <LI> When Alpine is compiled with password file and SMIME support 
256        the password file is encrypted using a private key/public 
257        certificate pair. If one such pair cannot be found, one will be 
258        created. <A HREF="h_password_file_support">Learn more</A>.
260   <LI> Alpine builds with any version of OpenSSL greater than or equal
261        to 1.0.0c. This includes version 1.1.0. Alpine also builds with
262        LibreSSL.
264   <LI> New SHORTSUBJECT, SHORTSUBJKEY and SHORTSUBJKEYINIT token for index 
265        format, which removes text in the SUBJECT between &quot;[&quot; and 
266        &quot;]&quot;.
268   <LI> New SMARTTIME24 token for index screen. It is close to SMARTDATETIME
269        but it differns in that it gives the time in which the message was
270        sent for messages that are less than a week old. it uses a 24 hour
271        format.
273   <LI> Alpine will include attachments when forwarding some 
274        multipart/alternative messages for which it did not use to include 
275        attachments.
277   <LI> New configuration option 
278        <a href="h_config_alt_reply_menu"><!--#echo var="FEAT_alternate-reply-menu"--></a>
279        which adds more ways to control features and variables when you
280        start to reply to a message.
282   <LI> Added support for RFC 2971 - IMAP ID extension.
284   <LI> Add configuration <A href="h_config_ignore_size"><!--#echo var="FEAT_ignore-size-changes"--></A>
285        that allows users to ignore errors in the computation of the size
286        of a message from defective servers.
288   <LI> SMIME: Upgrade the default signature digest from sha1 to sha-256, since 
289        clients such as Thunderbird do not validate signatures that use sha1 digest.
291   <LI> Add the configuration variable "default-directories", which is called
292        <A href="h_config_history"><!--#echo var="VAR_default-directories"--></A>
293        variable saves a list of directories that are readily accessible 
294        for save or export of attachments. This makes it easier to save 
295        attachments in directories that are hard to navigate to, or that 
296        are accessed frequently.
298   <LI> When a filename is attached and its name is encoded, the save 
299        attachment command will offer to save the file in the encoded form. 
300        This might work for some users, but the save command will have a 
301        subcommand ^N to decode the file name and save the file with the 
302        decoded name.
304   <LI> The TAB key allows autocomplete in the Fcc field in the composer headers,
305        as well as autocompletes automatically when only one possibility exists 
306        for the ^J attach command.
308   <LI> Add support for the &quot;TYPE&quot; and &quot;VALUE&quot; attributes of
309        the html OL tag.
311   <LI> Ignore message from smtp server after a successful authentication
312        challenge.
314   <LI> When a message is saved in the Form Letter folder, add the ability
315        to save the role being used to compose such message so that settings
316        such as the SMTP server set in the role can be used when sending
317        such form message. Suggested and patched by Frank Doepper.
319   <LI> If SSLDIR is defined somehow, do not disable S/MIME if the
320        SSLCERTSDIR is not found.
322   <LI> When Alpine sends an attachment, it will set the boundary attribute
323        in lower case, as some SMTP servers, such as those of libero.it 
324        reject messages if the boundary attribute is in uppercase.
326   <LI> Add the ability to change the private key and certificates used
327        to encrypt a password file in the SMIME setup configuration screen.
328        <A HREF="h_config_smime_password_file_certificates">Learn more</A>
330   <LI> SMIME: The ctrl-E command that gives information on the certificate
331        is only available for messages that have a signed or encrypted 
332        part.
334   <LI> SMIME: If a message contains a RFC822 attachment that is
335        signed/decrypted add the ability to view its SMIME information.
337   <LI> SMIME: Certificate information in the S/MIME screen is available 
338        for certificates stored in a container.
340   <LI> SMIME: Offer the common name of the person, instead of the name of
341        file containing the certificate, as the name to be displayed in the 
342        certificate management screen for certificate authorities. 
343        Suggested by Matthias Rieber.
345   <LI> SMIME: Management of several alternate name (SAN) certificates is 
346        improved. When importing a SAN certificate, also import a certificate
347        for the filename, besides for the e-mail addresses in the
348        certificate. Suggested by Matthias Rieber.
350   <LI> SMIME: add full year when displaying information about a certificate
351        in the certificate management screen. Suggested by Matthias Rieber.
353   <LI> SMIME: sort certificates by some type of alphabetical order in the
354        displayed name.
356   <LI> SMIME: Alpine will ask users if they wish to save S/MIME 
357        certificates included in signatures, when the option "Validate 
358        Using Certificate Store Only" is enabled. If the user does not wish 
359        to save it, validation will fail.
361   <LI> HTML: Add support for decoding entities in hexadecimal notation.
362        Suggested by Tulip&aacute;nt Gergely.
364   <LI> The &quot;#&quot; command, when used as part of an aggregate
365        operation will allow users to select the role used in either 
366        replying, forwarding or replying to the group of selected messages, 
367        Suggested by Hisashi T Fujinaka.
369   <LI> If the charset of a message can not be determined, use the value set
370        in the <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A> for its value.
372   <LI> Resizing setup screen will redraw screen.
374   <LI> Unix Alpine only. Experimental: If Alpine/Pico finds a UCS4 code
375        in the width ambiguous zone, it will use other means to determine
376        the width, such as call wcwidth.
378   <LI> Pico: Code reorganization in the search command to make it easier to
379        add subcommands of the search command.
381   <LI> Pico: Search command can do a case sensitive match. Use the Ctrl-^
382        subcommand of the search command to bring this choice into view.
384   <LI> Pico: Add the ability to search for strings in the beginning or end
385        of a line. Use the Ctrl-^ subcommand of the search command to bring 
386        this choice into view.
388   <LI> For a multipart/alternative message, the Take Address command will 
389        work on the part that is being read.
391   <LI> When sending a message, allow for 512 characters of consecutive 
392        non-white space before folding the subject line.
394   <LI> Make sure titlebar (the line at the top of the screen) always 
395        contains the name of the folder/newsgroup that is open, if this 
396        fits in the title.
398   <LI> The feature <a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
399        will also scramble the name, version and operating system in the 
400        message-id header. Based on a contribution by Dennis Davis, which 
401        is itself based on a contribution by Mark Hills.
403   <LI> Change in logic in imap_set_password function to make Alpine ask if
404        a user wants to save a password before reading the password file.
406   <LI> When exporting all parts of a message, if two attachments have the same
407        name, do not overwrite a file more than once, but instead add a counter
408        number to the filename to make a new file that does not exist in the file
409        system.
411   <LI> Add the Control-R subcommand to the save command for attachments. 
412        This subcommand toggles if the saving will be done in binary mode 
413        for text attachments. When a user saves an attachment using binary
414        mode it will be saved as it was sent, otherwise the attachment will
415        be transformed to UTF-8 for further transformation through internal
416        and user defined filters for saving.
418   <LI> Add command line argument -smimedir, which allows to specify
419        the default path for a directory that contains the public, private, 
420        and ca directories. This is useful in case a user has a backup of 
421        old certificates that cannot be installed in the ~/.alpine-smime 
422        dir.
424   <LI> Reimplementation of the code that allows the .pinerc file to be a
425        symbolic link by Kyle George from tcpsoft.com to use realpath.
427   <LI> When saving an attachment, the "^T" command leads to a screen where the
428        "A" command can be used to add a file. A directory can be added by
429        pressing "^X" after the "A" command. Added after a suggestion by
430        Stefan Goessling.
432   <LI> When saving an attachment, the ^Y and ^V commands allow a user to 
433        scroll through the history of directories used to save attachments, 
434        while preserving the given name of the file. Suggested by Peter 
435        Koellner.
437   <LI> SMIME: Turn off automatic signing and encrypting of a message when
438        bouncing. Suggested after a discussion with Matthias Rieber.
440   <LI> When messages are selected, warn the user if a message that is not
441        selected will be bounced, or if not all selected messages will be 
442        bounced. Suggested by Ulf-Dietrich Braumann.
444   <LI> The bounce command adds a subcommand to choose a role.
446   <LI> When selecting messages by number, the &quot;.&quot; character can 
447        be used to specify the message on which the cursor is on.
449   <LI> When Alpine opens an attachment, it sometimes changes the extension 
450        of the file that is being opened and replaces it by another for the 
451        same mime type. If Alpine finds that the extension of the file 
452        corresponds with the mime type, according to the mime-types file, 
453        then it will keep it, and no substitution will be made.
455   <LI> Set no restrictions on the length of encoded subjects, but encode
456        words in length of no more than 75 characters.
457 </UL>
461 Bugs that have been addressed include:
462 <UL>
463   <LI> SMIME: Crash when a certificate has an invalid date of validity. Also
464        Alpine will use the function ASN1_TIME_print to determine the date 
465        of validity. Reported by Ben Stienstra.
467   <LI> SMIME: Crash when attempting to unlock the password file and an
468        incorrect password is entered.
470   <LI> SMIME: Crash when checking the signature of a message that contains
471        a RFC822 attached message. Reported by Holger Trapp and Bj&ouml;rn 
472        Krellner.
474   <LI> SMIME: Cancelling entering password to unlock key will not reprompt.
476   <LI> SMIME: fix a bug that did not allow users to transfer certificates to
477        remote containers. Reported by Matthias Rieber.
479   <LI> SMIME: certificates included in messages were not being transferred
480        to a remote container.
482   <LI> SMIME: Crash if public certificates are located in an inaccessible
483        remote server and the private key is not available.
485   <LI> SMIME: Alpine does not remove temporary files created when adding a 
486        CA certificate to a container. Reported by Holger Trapp.
488   <LI> SMIME: When reading a local certificate, Alpine converts the name 
489        of the certificate to lowercase, which may make Alpine not be able 
490        to read such certificate. Reported by Dennis Davis.
492   <LI> SMIME: If the option "Remember S/MIME Passphrase" is disabled, then
493        entering a password to read an encrypted message will make Alpine 
494        forget the key and not ask the password to unlock it again in case 
495        it is necessary to unlock it again. Reported by Ulf-Dietrich 
496        Braumann.
498   <LI> Alpine would use freed memory while trying to compute the color
499        of the titlebar. This happened when trying to continue a postponed 
500        message.
502   <LI> Alpine failed to read an encrypted password file if too many
503        passwords were saved in the password file.
505   <LI> When selecting messages while in Threaded Index Screen, some 
506        messages other than top of threads could appear in the index, making
507        Alpine display messages &quot;out of the screen.&quot;
509   <LI> The index format would be chopped at the position of an unrecognized 
510        token, instead of skipping the token as intended.
512   <LI> Work in progress: Avoid calling non-safe functions when Alpine
513        receives a signal. See bug report 
514        <A HREF="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825772">here.</A>
516   <LI> Crash when attempting to read a message after a bounce command. 
517        In order to produce a crash one needed to use the ^T subcommand and 
518        do a search in a LDAP directory. The crash is produced by changes 
519        to the text in the title bar. Reported by Heinrich Mislik in the 
520        Alpine-info list.
522   <LI> HTML messages that contain UTF-8 may wrap at the wrong position,
523        making Alpine not display the correct character at the position 
524        that wrapping is done. Reported by Wang Kang.
526   <LI> Pico: Searching for a string that is too long causes Pico to crash
527        in the next search.
529   <LI> Fix vulnerability in regex library. This only affects those who use
530        this library, such as the windows version of Alpine. See 
531        <A HREF="http://www.kb.cert.org/vuls/id/695940">http://www.kb.cert.org/vuls/id/695940</A>
532        for more details.
534   <LI> Alpine would not set include and lib paths for OpenSSL if this was
535        installed in /usr/local/ssl.
537   <LI> If the .pinerc file is a symbolic link, Alpine might not write its
538        contents when saving its configuration.
540   <LI> The _INIT_ token does not skip over non-alphanumeric characters in
541        the name. Reported by Andreas Fehr.
543   <LI> When opening an INBOX folder in a context different from the 
544        incoming folders collection, from the command line, Alpine would 
545        open the INBOX folder from the incoming folders collection.
547   <LI> Mismatch in size of UCS and CELL caused a corruption in the
548        content of a pointer, which made the speller in PC-Alpine get the 
549        content of a word incorrectly.
551   <LI> Skip testing openssl compatibility version when cross-compilation
552        is detected. Fix contributed by Antti Sepp&auml;l&auml;
554   <LI> Alpine fails to remove temporary files used during a display or sending
555        filter. Fix contributed by Phil Brooke.
557   <LI> When the index is in zoomed state, adding new messages to the 
558        selection would not show those messages if those messages are on 
559        top of the current message in the top of the screen. Reported by
560        Ulf-Dietrich Braumann. In addition, when the user scrolls through
561        the index, this scroll smoothly, without jumping pages. Reported
562        by Holger Trapp.
564   <LI> Crash when reviewing history of saving attachments.
566   <LI> Crash when canceling a goto command on a local collection that has
567        not been expanded and attempting to expand such collection.
569   <LI> Crash in Pico when forwarding messages that contain a direction mark
570        at the end of a line. Reported by James Mingo.
572   <LI> Solve compilation errors when Alpine is built with Visual Studio 2015.
573 </UL>
577 Version 2.20 addresses bugs found in previous releases and has several 
578 additions as well.
581 Additions include:
584 <UL>
585   <LI> Upgrade UW-IMAP to Panda IMAP from 
586        <A HREF="https://github.com/jonabbey/panda-imap">https://github.com/jonabbey/panda-imap</A>.
587   <LI> S/MIME: Add screen to manage certificates.
588   <LI> S/MIME: Signatures are validated using the user's certificates instead
589        of the ones included in the message. Behavior can be disabled by
590        disabling the option <A href="h_config_smime_use_cert_store">
591         <!--#echo var="FEAT_smime-use-storey-only"--></A>, which is enabled
592        by default.
593   <LI> S/MIME: sign messages using intermediate certificates when needed 
594        and possible.
595   <LI> S/MIME: validation of certificates for servers that modify signed 
596        content.
597   <LI> S/MIME: signed and encrypted messages will be signed first and 
598        encrypted second, so that they can be decoded by other clients.
599   <LI> S/MIME: add the sender certificate to the list of certificates in
600        encrypted messages to make it possible for the sender to decrypt
601        the message they sent.
602   <LI> S/MIME: When transferring certificates to a local container, create 
603        container with default names PublicContainer, PrivateContainer and 
604        CAContainer, as appropriate for these files, unless the user has 
605        provided some other names.
606   <LI> S/MIME: Forwarding a message will include the signed part as part
607        of the text and not as a multipart message, just as the reply
608        command does.
609   <LI> HTML: Style tag in body of html message causes Alpine to not write
610        its content until a new &lt;/style&gt;
611   <LI> HTML: &lt;BR&gt;, &lt;BR /&gt;, and &lt;BR/&gt; are considered
612        the same inline tag; the same is valid for the &lt;HR&gt; tag.
613   <LI> Add support to selective expunge through a subcommand of the 
614        select-apply commands. Read more in the <A 
615        HREF="h_index_cmd_expunge">help</A> for the expunge command.
616   <LI> Pico: New subcommand of the search command, allows to reverse the
617        direction of search.
618   <LI> Unix Alpine: If a password file is defined, and S/MIME is enabled, 
619        the key and certificate used to encrypt the password file are saved 
620        in the ~/.alpine-smime/.pwd directory, or in the directory specified
621        by the -pwdcertdir command line option. 
622        <A HREF="h_password_file_support">Learn more</A>.
623   <LI> Add /tls1, /tls1_1, /tls1_2 and /dtls1 to the definition of a 
624        server to use different ways to connect using ssl, for 
625        example {server.com/tls1} will attempt to connect to 
626        server.com at the ssl imap port (port 993) and establish a 
627        connection using TLSv1. These flags can be used in 
628        conjunction with the /ssl flag, the ssl flag is redundant. 
629        Conversely, however, the /ssl flag does not imply any of 
630        these flags; the /ssl flag means SSLv3 or, if not available, 
631        SSLv2 in the SSL port.
632   <LI> Alpine does not attempt to automatically reopen a collection 
633        that was not opened due to cancellation by the user. 
634        Instead, the user must try to open it explicitly.
635   <LI> Alpine searches for a certificate that matches an email address in
636        all addresses in a certificate (instead of just the first 
637        one) but when it tries to unlock the certificate, it asks 
638        for the password for the first email address in that 
639        certificate.
640   <LI> Style tag in body of html message causes Alpine to not write its content
641        until a new &lt;/style&gt;
642   <LI> Experimental: Write the content-type of a message in 
643        lowercase, as some non-compliant servers do not understand 
644        uppercase content-type, such as those of GMX.de.
645   <LI> Experimental: Do not send the RSET command before attempting
646        to send a message, as this causes a delay in some evily managed
647        servers.
648   <LI> Opening a folder updates recent count in maildrops (this 
649        already works for other types of folders)
650   <LI> Automatically redraw screen after opening an attachment 
651        instead of simply clearing it.
652   <LI> Pico: Justification works without need of a predefined quote 
653        string. This allows justification of blocks of text that are 
654        indented with spaces.
655   <LI> Decode the name of attachment names, so they can be written as part   
656        of the description of the part. 
657   <LI> Check bounds and tie strings off to improve security. Contributed 
658        by James Jerkins.
659   <LI> Replace tabs by spaces in From and Subject fields to control for
660        size in screen of these fields. Change only in index screen display.
661   <LI> Aggregate operations allows bouncing a list of messages using a role.
662        Suggested by Ulf-Dietrich Braumann.
663   <LI> Disable saving new passwords to the password file. Implemented
664        by Louis Raphael from dpslabs.com. <A HREF="h_config_disable_password_file_saving">Learn more.</A>
665   <LI> Makefile: Add $(LIBINTL) to the flags to link rpdump, rpload, 
666      alpined and alpineldap because MAC OSX 10.8 x86_64 needs it. Reported by
667      Charles M. Register.
668 </UL>
672 Bugs that have been addressed include:
673 <UL>
674   <LI> Fix _INIT_ token for reply quote string to include support for 8-bit
675        in personal names. Reported by Lev Gorenstein.
676   <LI> When writing the .pinerc file, lines were truncated if they were longer
677        than 10,000 characters. This could cause data corruption, so now lines
678        are allowed to be of any length.
679   <LI> In Unix Alpine (but not in MAC OSX) fix a problem that made Alpine 
680        remove attachments before they were open by a mailcap viewer. It 
681        requires that the user has an equivalent to a command such as "ps 
682        auxww" to list the list of processes, and check if there is any 
683        program using the attachment. The default is "/bin/ps auxww", but 
684        it can be changed at compile time with the option --with-ps-cmd. 
685        See the help of the variable 
686        <a href="h_config_psleep"><!--#echo var="VAR_mailcap-check-interval"--></a> 
687        for more information.
688   <LI> S/MIME: signed messages that contained an attachment would not validate.
689   <LI> S/MIME: signed and encrypted messages from Thunderbird would not 
690        validate. Thanks to Andreas Schamanek for testing, debugging and 
691        advising during the process of fixing this problem.
692   <LI> S/MIME: Forwarding messages with multipart content-type failed to be signed
693        with &quot;Error writing pipe&quot; message. Reported by Andreas Schamanek
694        and Stefan Mueller.
695   <LI> S/MIME: Certificates are lost when using a pinerc file outside of the 
696        home directory.
697   <LI> S/MIME: Accessing the S/MIME configuration screen would deinitialize
698        SMIME making it not possible to sign or encrypt messages.
699   <LI> S/MIME: Forwarding a signed message might make the body contain mime 
700        information that is not part of the body, and hence making the body
701        of the message seem wrong.
702   <LI> S/MIME Alpine would compute incorrectly the signature of a message 
703        that contains 8bit if the option "Enable 8bit ESMTP Negotiation" is 
704        enabled, the message contains 8bit characters and the smtp server 
705        supports 8bit sending.
706   <LI> When replying to several messages, subject will be decoded first,
707        and then stripped from re/fwd before they are compared to determine
708        the subject of the replied message.
709   <LI> Crash when tcp connection to NNTP server was lost after connection
710        had been established, but lost immediately afterwards.
711   <LI> Crash with message &quot;lock when already locked&quot;, when painting
712        an index was based on scores that needed information from a remote
713        addressbook in the same server as the folder opened. Reported by
714        Peter Koellner.
715   <LI> Crash in message/rfc822 attachments encoded in base64.
716   <LI> Postponed messages whose content-type is text/html, text/enriched and
717        text/richtext are sent with that content-type, even though, after
718        resuming composition, Alpine had changed its type to text/plain.
719   <LI> Alpine cannot handle correctly some characters in the Windows-1256 
720        character set, which might lead to a crash or a corruption in the 
721        screen. Work was done to contain the bug. A more complete fix will 
722        be done in a future release. Reported by Professor Robert Funnell.
723   <LI> WebAlpine: add _GNU_SOURCE to make pubcookie build.
724   <LI> WebAlpine: fail to build with debug disabled. Fix from Sam Hathaway.
725   <LI> Save command did not warn of existence of a message with a deleted 
726        attachment in an aggregate save, unless cursor was positioned on a message 
727        with a deleted attachment. Reported by Florian Herzig.
728   <LI> Transformation of UTF-8 to MUTF7 was not being done when creating a folder
729        in an IMAP server.
730   <LI> DATE tokens were not internally transformed to UTF-8, which made their
731        values not appear complete in the screen. Reported by Werner Scheinast.
732   <LI> Fixes to configure script so that it will not require PAM for every system.
733   <LI> Fix to configure script so that it will use CPPFLAGS instead of 
734        CPPCFLAGS, and so the --with-ssl-include-dir option take effect 
735        during the build. Fix by Ulf-Dietrich Braumann.
736   <LI> Fix in WebAlpine: do not use deprecated dereference in pointer, 
737        needs to use tcl_getstringresult() instead. Reported by 
738        Ulf-Dietrich Braumann.
739   <LI> Quoted string in URL Viewers configuration variable were not 
740        unquoted before passing to viewer.
741   <LI> Fix in configure script to detect location of tcl library; add
742        /usr/local in FreeBSD and fix a bug in configure script that used 
743        $alpine_TCLINC instead of $alpine_TCLINC/tcl.h. Reported and fixed 
744        by Werner Scheinast.
745   <LI> Move SSL configurations from UW-IMAP to configure script, and
746        update OpenSSL configuration for Mac OS X.
747   <LI> Remove -lregex from linker flags when building --with-supplied-regex.
748   <LI> When the download of an attachment is interrumpted, Alpine stills
749      caches what was downloaded, making the download incomplete for 
750      subsequent calls of Alpine attempting to open the attachment. In the 
751      future, Alpine will not cache any downloaded part of the attachment 
752      when it is interrupted.
753 </UL>
758 Version 2.11 addresses bugs found in previous releases and has a few 
759 additions as well.
762 Additions include:
765 <UL>
766    <LI> Alpine requires version 1.0.0c of Openssl to build.
767    <LI> Increase encryption of S/MIME encrypted messages.
768    <LI> Pico: Improvements in justification of paragraphs: lines that begin
769 with a quote string, followed by a space were considered individual paragraphs,
770 now they are considered part of a paragraph. Based on earlier joint work
771 with Jeff Franklin.
772    <LI> Unix Alpine: Allow local .pinerc file to be a symbolic link.
773    <LI> Experimental extended support of recognition of UTF-8 in urls based on 
774 information from <A HREF="http://url.spec.whatwg.org">http://url.spec.whatwg.org</A>.
775    <LI> Added recognition of ws and wss URIs.
776    <LI> Add ability to <A HREF="h_config_folder_color">color folder names</A>, 
777  <A HREF="h_config_directory_color">directory names</A>,
778  and <A HREF="h_config_folder_list_color">text</A> in the FOLDER SCREEN.
779    <LI> Add the ability to <A HREF="h_config_indextoken_color">color any token</A>
780 used in the display of the INDEX SCREEN.
781    <LI> New option <A HREF="h_config_preserve_field"><!--#echo var="FEAT_preserve-original-fields"--></A>
782 that adds the ability to preserve To: and Cc: fields when replying to a 
783 message, as specified by original sender.
784    <LI> Add a _SILENT_ token to the <A HREF="h_config_display_filters">list of tokens</A>
785  for a display filter, so that Alpine will not redraw the screen when it is unnecessary.
786    <LI> Quota command includes subcommands for printing, forwarding, etc.
787 </UL>
790 Bugs that have been addressed include:
792 <UL>
793   <LI> Crash when a non-compliant SMTP server closes a connection without a QUIT command.
794   <LI> Crash when resizing the screen in a configuration screen.
795   <LI> Do not bail out during a tcp timeout, instead close connection and avoid crash.
796   <LI> Do not use a shell to open a browser.
797   <LI> Configure script did not test for crypto or pam libraries.
798   <LI> Configure script attempted to build web component, even if header file tcl.h was not present.
799   <LI> Change Cygwin directory separator to &quot;/&quot;.
800   <LI> Alpine could set List- headers, contrary to RFC 2369.
801 </UL>
804 Version 2.10 addresses bugs found in previous releases and has a few 
805 additions as well.
808 Additions include:
811 <UL>
812    <LI> Quota report for IMAP folders that support it (press the &quot;@&quot; command in the index screen of such folder).
813    <LI> Search a folder for the content of any header with the &quot;;&quot; command. 
814    <LI> Foreign characters are decoded correctly in IMAP folder names.
815    <LI> Question about breaking connection to slow servers includes their name.
816    <LI> Internal x-alpine-help: resource locator for sending links to internal help.
817    <LI> OpenSuse: Alpine find location of OpenSSL certificates.
818    <LI> Cygwin: Alpine builds without need of patch.
819    <LI> Recognition of proper mime type for docx, xlsx, and pptx files.
820    <LI> When composing a message, Alpine will create a new thread when the subject is erased.
821    <LI> Add support for strong encryption of password file when S/MIME is built in.
822 </UL>
825 Bugs that have been addressed include:
828 <UL>
829    <LI> Alpine will close a folder after confirming with user their intention and not reopen it.
830    <LI> Double allocation of memory in Pico.
831    <LI> Alpine does not give warning of message sent and posted upon receipt by email of message posted in newsgroup.
832    <LI> Handling of STYLE html parameter may make Alpine not display the content of a message.
833    <LI> Not recognition of environment variables in some options.
834    <LI> Not display of login prompt during initial keystrokes.
835    <LI> justification of long urls breaks them.
836    <LI> Incorrect New Mail message when envelope is not available.
837    <LI> Incorrect display of PREFDATE, PREFDATETIME and PREFTIME tokens.
838    <LI> Crash when resizing the screen after display of LDAP search.
839    <LI> Crash when redrawing screen while opening a remote folder collection.
840    <LI> Infinite loop in scrolltool function during notification of new mail.
841    <LI> No repaint of the screen after midnight was done when the SMARTDATE token is used in the index screen.
842    <LI> No display of signed and encrypted S/MIME messages.
843    <LI> Alpine will not build with OpenSSL.
844    <LI> Crash for double locking in calls to c-client.
845    <LI> Bad recognition of mime-encoded text may make Alpine not print the subject of a message.
846    <LI> Ignore the references header when threading messages
847    <LI> No update of colors in index screen after update to addressbook.
848 </UL>
851 Version 2.01 addresses bugs found in previous releases and has a few 
852 additions as well.
855 Additions include:
858 <UL>
859    <LI> Fixed non-ASCII web alpine handling
860    <LI> Added web alpine help.
861    <LI> Allow web alpine inbox on second IMAP server.
862    <LI> Allow web alpine config reset after bad inbox-path gets set.
863    <LI> Added web alpine ability to create group contact from contact list members.
864    <LI> Backed out web alpine coercing of default sort-key of arrival to date/reverse.
865    <LI> Tidied up web alpine script layout.
866    <LI> Fixed web alpine status message ordering
867    <LI> Added web alpine Fcc setting via Contacts in Compose
868    <LI> Fixed web alpine autodraft attachment issues
869    <LI> Fixed web alpine problems with recent count maintenance
870    <LI> Fixed web alpine newmail arrival display in message list
871    <LI> Added web alpine confirmation to folder create for Move/Copy
872    <LI> Added web alpine user-domain support
873    <LI> Fixed web alpine to support INBOX-within-a-collection deletion
874 </UL>
877 Bugs that have been addressed include:
880 <UL>
881    <LI> In web alpine fixed delete all selected within a search result to reorient
882         correctly to whole-mailbox message list.
883    <LI> Fixed web alpine delete in view page to be sensitive to sort
884    <LI> Fixed web alpine open of folder within directory from folder manager page.
885    <LI> Fixed web alpine open of folder within directory from left column's recent cache.
886    <LI> Fixed web alpine problems with spaces in special folder names like Drafts
887    <LI> Fixed web alpine adding contacts from message list and view
888    <LI> Fixed web alpine create of non-existent fcc
889    <LI> Remove mistakenly left debugger statement in web alpine javascript.
890    <LI> Some UNIX alpine build problems fixed
891    <LI> Crash in pico and pilot when nl_langinfo returned something unrecognizable
892         or NULL. Add recognition of "646" to nl_langinfo wrapper. This is returned
893         by locale charmap call on some Solaris 8 systems.
894    <LI> MacOS Keychain logins were not working correctly with generic host names, like
895         imap.gmail.com, as opposed to specific instances like rx-in-209.google.com, causing
896         new password requests when not needed
897    <LI> Possible crash in WhereIs command while in FOLDER LIST when cursor is located on the
898         last folder in the list
899    <LI> Change to S/MIME get_x509_subject_email so that X509v3 alternative names are
900         looked for along with the email address
901    <LI> Changes to configure to get spellcheck options with work with arguments.
902    <LI> Add change from Mark Crispin of panda.com to at least minimally handle non-ascii hostname
903         returned by gethostname (iPhone can do this)
904    <LI> Fixed a bug that prevents a filter that moves a message into a local folder
905         from also setting the DELETE flag in that moved message. Fix from Eduardo Chappa.
906    <LI> Changed size of shellpath in open_system_pipe from 32 to MAXPATH. Fix from
907         Jake Scott of marganstanley.com.
908    <LI> Buffer overflow bug in c-client's tmail/dmail, fix from Mark Crispin. This
909         is not used in alpine.
910    <LI> Imapd server crash from unguarded fs_give in IDLE code, fix from Crispin.
911         Apparently this causes RIM Blackberry BIS service problems. This is not
912         used in alpine.
913    <LI> Tmail uninitialized pointer fix from Neil Hoggarth. Not used in alpine.
914    <LI> Buffer overflow possibility in RFC822BUFFER routines in c-client library.
915         Fix from Ludwig Nussel of SUSE and from Crispin.
916    <LI> Include whole filename in export filename history
917    <LI> Fix display bug in pico when Replace command is canceled. Fix from Eduardo Chappa.
918 </UL>
921 Version 2.00
922 addressed bugs found in previous releases and had a few additions as well.
924 Additions included:
927 <UL>
928    <LI> Redesigned Web Alpine interface
929    <LI> Experimental <A HREF="h_mainhelp_smime">S/MIME support</A> added
930         in UNIX versions of Alpine
931    <LI> Attempt to include the attachment filename as part of the name of the
932         temporary file used when viewing an attachment with an external program.
933         Add some randomness to that filename to make it hard to predict the filename.
934         Add a filename extension, usually derived from the type/subtype, to the
935         temporary filename. This was previously done only on Windows and MacOS X.
936    <LI> Enhance address completion in the composer (TAB command) so that it looks
937         through nicknames, fullnames, and addresses from the address book; addresses
938         from the message being viewed, if any; and the results from
939         <A HREF="h_direct_config">LDAP Directory Server</A>
940         lookups for all of the defined directory servers that have the
941         <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
942         feature set.
943    <LI> Make the default character set setting more liberal in what it will accept
944         from the UNIX nl_langinfo call and the various values of LANG seen in the wild
945    <LI> Remove the Alpine revision number from the titlebar in released versions
946         while leaving it there in snapshot versions
947    <LI> Add a <A HREF="h_config_quell_asterisks">feature</A> to suppress the
948         display of asterisks when you type a password for Alpine
949    <LI> Add line wrapping when displaying <EM>PRE</EM> formatted sections of HTML
950    <LI> When the
951         <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
952         feature is turned on convert not only the dates in the index screen but also
953         the dates in the MESSAGE VIEW
954 </UL>
957 Bugs addressed in the 2.00 release included:
960 <UL>
961    <LI> Crash when using tab-completion for selecting a Save filename
962    <LI> Make Web Alpine help text images relative for more portability
963    <LI> Fixed attach save of html parts in Web Alpine
964    <LI> Viewing, printing, exporting, replying, and bouncing of message
965         digests was broken. Replying and bouncing should not have been
966         allowed at all for digests. It would be nice to have a more standard
967         index-like view of a message digest but that has not been addressed
968         with this minor bug fix.
969    <LI> Adjust wrapping of HTML messages so that the margins specified by
970         <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
971         <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>
972         are observed correctly
973    <LI> Interrupt of WhereIs command in index was broken
974    <LI> The <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
975         option did not work correctly interpreting unknown characters in message headers
976    <LI> Long address lines could cause blank continuation lines
977    <LI> Save to a local default INBOX failed if the primary collection was also local,
978         which it is by default. The save went to  ~/mail/inbox instead.
979    <LI> Make a default save folder of &quot;inbox&quot; always mean the real
980         inbox, not the inbox in the primary collection
981    <LI> Address book entries with lots of addresses would be truncated when
982         entered in the composer with a screen size wider than 270 or so charcters
983    <LI> Some fields in the index screen were truncated when the screen width was
984         wider than 256 characters
985    <LI> Crash when TABing to next folder, the next folder with new mail is a POP
986         folder, and there is a more than 10 minute pause between typing the TAB
987         and typing the Yes
988 </UL>
991 Version 1.10(962)
992 addressed bugs found in previous releases and had a few additions as well.
994 Additions included:
997 <UL>
998    <LI> Add the possibility of setting a default role
999         (see <A HREF="h_role_select">Roles Screen</A>)
1000         which may be convenient if your work flow involves acting in one
1001         role for a while then switching to another role and staying in the
1002         new role for another period of time
1003    <LI> When Saving and the IMAP server problem &quot;Message to save shrank!&quot;
1004         is encountered, ask the user if he or she wants to continue with the
1005         risky Save anyway instead of aborting. This may be helpful if your
1006         IMAP server is broken in this way but be aware that it is possible there
1007         was a real error instead of just a broken server implementation.
1008    <LI> Some configure adjustments for Kerberos detection and
1009         for SCO OpenServer 5 support
1010    <LI> Hide INBOX in a collection if it also appears as an
1011         <A HREF="h_config_enable_incoming">Incoming Folder</A>
1012    <LI> Show asterisks for feedback when the user is typing a password
1013    <LI> Performance improvement for threading of large folders
1014    <LI> Previously, the search used to find
1015         Pattern matches containing To patterns searched for both To
1016         and Resent-To headers. The relatively complicated search this
1017         produces causes problems when using some deficient IMAP servers.
1018         Now the default is to look only for To headers and ignore the
1019         presence of Resent-To. The previous behavior may be restored
1020         with the <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> feature.
1021    <LI> Add an
1022         <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
1023         to help with reading malformed unlabeled messages
1024    <LI><A HREF="h_config_suppress_user_agent"><!--#echo var="FEAT_suppress-user-agent-when-sending"--></A> option added
1025    <LI> Map some Shift-LeftArrow escape sequences to LeftArrow
1026    <LI> Add feature <A HREF="h_config_warn_if_fcc_blank"><!--#echo var="FEAT_warn-if-blank-fcc"--></A>
1027 </UL>
1030 Bugs addressed in the 1.10(962) release included:
1033 <UL>
1034    <LI> Crash when encountering certain errors from an SMTP server
1035    <LI> Crash in composer caused by overflow in replace_pat()
1036    <LI> Hang when authenticating to an SMTP server that fails with a
1037         &quot;connection disconnected&quot; error
1038    <LI> Bug in handling of trailing tab character in flowed text
1039    <LI> Security enhancement for mailcap parameter substitution
1040    <LI> <A HREF="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></A>
1041         did not work if the message being replied to was not flowed text
1042         and <A HREF="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></A>
1043         was not turned on
1044    <LI> Don't allow printer to be changed through hidden config screen
1045         if system administrator didn't want it to be allowed
1046    <LI> Attempts are sometimes made to set the Forwarded flag when alpine
1047         should know that it won't work, causing error messages to appear
1048    <LI> A <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
1049         of double-quote double-quote didn't work right
1050    <LI> Quoting wasn't being done to protect special characters from the
1051         MacOS X shell when
1052         <A HREF="h_config_browser"><!--#echo var="VAR_url-viewers"--></A>
1053         was not defined
1054    <LI> On MacOS X message attachments should be shown internally instead of
1055         being shown using the Mail application
1056    <LI> When replying to a message with a charset of X-UNKNOWN Alpine would
1057         sometimes set the outgoing charset to X-UNKNOWN, making the result
1058         unreadable
1059    <LI> When the sending of a message failed lines with leading spaces had one
1060         additional space inserted in each of those lines when the user
1061         was returned to the composer
1062    <LI> The <A HREF="h_index_cmd_whereis">WhereIs</A> command missed some index lines
1063         that contained non-ascii characters because it was truncating the
1064         line being searched so that it was shorter than what was visible on
1065         the screen
1066    <LI> When composing, an attachment with a long name that causes wrapping in
1067         just the wrong place would generate an error and cause the send
1068         of the attachment to fail
1069    <LI> After calling the file browser to attach a file in the composer, a resize
1070         of the window when back in the composer would redraw the last screen that
1071         had been shown in the browser instead of the current composer screen
1072    <LI> Possible crash in index screen when encountering unparseable addresses
1073         or when using one of the PRIORITY tokens or the HEADER token in the
1074         <a href="h_config_index_format"><!--#echo var="VAR_index-format"--></a>
1075    <LI> Problems with Header Color editing if the configuration option
1076         <a href="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></a>
1077         was inadvertently changed to the Empty Value in the hidden config screen
1078    <LI> When resuming the final postponed message from an Exchange server the user
1079         could get a certificate validation failure because alpine was trying
1080         to validate the canonical name of the folder instead of the name the
1081         user used
1082    <LI> Windows line endings in a mimetypes file on a Unix system cause a
1083         failure to find a match
1084    <LI> Make matching of extension names case independent in mimetypes files
1085    <LI> Windows dialog boxes for entering text were not working correctly
1086    <LI> Replying to or Forwarding multipart/alternative messages which had a
1087         single text/html part did not work well
1088    <LI> Printing the print confirmation page caused a crash
1089    <LI> A To line with a long, quoted personal name could display incorrectly
1090         if it was close to the same width as the screen
1091    <LI> When <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
1092         and <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
1093         are turned on hide (0/0) when the folder is empty
1094    <LI> Folder completion while Saving didn't work if the collection being
1095         saved to was the local home directory
1096 </UL>
1099 Version 1.00
1100 was an evolutionary release based on
1101 <A HREF="http://www.washington.edu/pine/">Pine</A>, which was also
1102 developed at the University of Washington.
1103 It is upwards-compatible for existing Pine users.
1106 Changes included:
1108 <UL>
1109    <LI> Ground-up reorganization of source code around addition
1110         of "pith/" core routine library.
1111    <LI> Fundamental improvement in Alpine's internal text handling, which
1112         is now based exclusively on Unicode. This allows displaying incoming
1113         messages and producing outgoing messages in many different languages.
1114    <LI> Ground-up reorganization of build and install procedures
1115         based on GNU Build System's autotools. NOTE, the included IMAP library
1116         build is not based on autotools, so some features will not work. However,
1117         it should get built automatically during the Alpine build process.
1118    <LI> Web-based version included built on TCL designed to run under
1119         a suitable CGI-supporting web server such as Apache.
1120 </UL>
1124 Details on changes in previous (prerelease) versions of Alpine
1125 may be found at the following URL:
1127 <CENTER><SAMP><A HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A></SAMP></CENTER>
1130 <HR WIDTH="75%"><P>
1132 <H2>Getting Help</H2>
1133 <DL>
1134 <DT>Online Help</DT>
1135 <DD>
1136 Every Alpine screen and command has associated help text
1137 accessible via the &quot;?&quot; key (or Ctrl-G in text-input contexts).
1138 </DD>
1140 <DT>Web Help</DT>
1141 <DD>
1142 The most current source of information about Alpine,
1143 including new version availability, is the web page at
1145 <CENTER><SAMP><A HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A></SAMP></CENTER>
1146 </DD>
1147 </DL>
1149 Frequently Asked Questions (and answers) may be found at the following
1150 URL:
1152 <CENTER><SAMP><A HREF="http://www.washington.edu/alpine/faq/">http://www.washington.edu/alpine/faq/</A></SAMP></CENTER>
1155 <HR WIDTH="75%"><P>
1157 <H2>Additional Information</H2>
1159 General Alpine configuration information can be found
1160 <A HREF="h_news_config">here</A>.
1162 This is revision (<!--#echo var="ALPINE_REVISION"-->) of the Alpine software.
1163 Alpine mailbox and <A HREF="https://github.com/jonabbey/panda-imap/">IMAP</A> server
1164 access is provided by the IMAP Toolkit Environment (c-client library)
1165 version <!--#echo var="C_CLIENT_VERSION"-->.
1166 <P> 
1167 Alpine was developed until 2009 by the Office of Computing 
1168 &amp; Communications at the University of Washington in Seattle.  
1169 Since then, the effort of developing Alpine has been continued by
1170 a community of volunteers who make good software even better!
1173 Alpine Copyright 2013-2017 Eduardo Chappa, 
1174 <BR> Copyright 2006-2008 University of Washington.
1177 Additional legal notices can be found <A HREF="h_news_legal">here</A>,
1178 or instead you can find the Apache License, version 2.0 at the web URL:
1181 <CENTER><A HREF="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</A></CENTER>
1184 &lt;End of Release Notes&gt;
1185 </BODY>
1186 </HTML>
1187 ====== h_password_file_support ======
1188 <HTML>
1189 <HEAD>
1190 <TITLE>Encryption for Password File Support Explained</TITLE>
1191 </HEAD>
1192 <BODY>
1193 <H1>Encryption for Password File Support Explained</H1>
1195 Index<BR>
1196 <OL>
1197 <LI><A HREF="#content">Explanation</A>
1198 <LI><A HREF="#example_existing_key">Example of Use of Existing Key and Certificate</A>
1199 <LI><A HREF="#example_self_signed">Example of Creating Master Password</A>
1200 </OL>
1202 <P><A NAME="content">Unix Alpine Only.</A>
1204 <P> If your version of Alpine has been built with password file support
1205 then you can use a special file to save your passwords, and avoid typing
1206 them every time you open a connection to a remote server.
1208 <P> If, in addition, your version of Alpine was built with SMIME support, then your 
1209 password file will be encrypted with a strong key. There are two ways in 
1210 which this can happen: Alpine will either use a matching private key and 
1211 public certificate pair that you already own, or it will create one for 
1212 you, just for purposes of encrypting this file. We describe both processes 
1213 below.
1215 <P> Initially, Alpine will scan your public and private directories for a 
1216 certificate/private key pair that works. Alpine will pick the first pair 
1217 that it finds that matches. 
1219 <P> Once a pair has been chosen, it will be copied to the directory 
1220 ~/.alpine-smime/.pwd, and from then on, Alpine will use the pair found in 
1221 that directory. The first time this process is done, this directory will 
1222 be created, a key/certificate pair will be copied to it, from then on 
1223 this pair will be used to encrypt and decrypt your password file. 
1225 <P> If you want to use a specific key and certificate pair to encrypt
1226 your password file, you can create the directory ~/.alpine-smime/.pwd 
1227 manually, and then create your preferred key/certificate pair there.
1228 Alpine will use this key regardless of if it has expired, or if it is
1229 self-signed. These issues do not affect the encryption or decryption
1230 of the password file.
1232 <P> If you prefer not to use the directory ~/.alpine-smime/.pwd to save 
1233 your key/certificate pair, you can specify a different one with the 
1234 -pwdcertdir command line option in Alpine. If the directory specified by 
1235 this option is not found Alpine will fail to encrypt and decrypt your 
1236 password file. However if it exists, Alpine will search for a 
1237 key/certificate pair in that
1238 directory, and if it does not find one, it will create one and save it
1239 in that directory.
1241 <P> Alpine does not care about the names of the key and certificates in 
1242 this directory, but the private key must have &quot;.key&quot; extension 
1243 and your public certificate must have the &quot;.crt&quot; extension. The
1244 name of the private key will be used in the prompt when you are asked
1245 to unlock your key to decrypt your password.
1247 <P> If Alpine cannot find a suitable private key and public certificate 
1248 pair to encrypt your password, it will create one. You will be asked to 
1249 create a &quot;Master Password&quot; to protect such key. At this moment 
1250 there are no restrictions on passwords, other than they have to be at 
1251 least 8 characters long, but future versions of Alpine will include 
1252 functionality to restrict master passwords, as set up by the administrator 
1253 of the system in the pine.conf.fixed file.
1255 <P><A NAME="example_existing_key"><B>Example of Use of Existing Key and Certificate</B></A>
1257 <P>Assume you have a private key called peter@address.com.key in your, 
1258 ~/.alpine-smime/private directory, and a public certificate called 
1259 peter@address.com.crt in your ~/.alpine-smime/public directory, and these 
1260 are your only key/certificate pair.
1262 <P> When Alpine starts for the first time, without command line options, 
1263 it will check if the directory ~/.alpine-smime/.pwd exists, and if not, 
1264 it will create it. Then it will go through your keys and certificates and 
1265 find a pair that it can use, and copy the files peter@address.com.key,
1266 and peter@address.com.crt to the ~/.alpine-smime/.pwd directory. Alternatively
1267 you can do the same by copying these files by yourself. This can be done
1268 with the sequence of commands
1270 <PRE>
1271 mkdir ~/.alpine-smime/.pwd
1272 cp ~/.alpine-smime/private/peter@address.com.key ~/.alpine-smime/.pwd
1273 cp ~/.alpine-smime/public/peter@address.com.crt ~/.alpine-smime/.pwd
1274 </PRE>
1276 <P> When Alpine starts, you will be asked the password to unlock your
1277 private key with the prompt.
1279 <PRE>
1280 Enter password of key &lt;peter@address.com&gt; to unlock password file:
1281 </PRE>
1283 <P> If you prefer to use different names for your private and public keys 
1284 in the ~/.alpine-smime/.pwd directory, you can do so, but you must 
1285 preserve the extension of the files. For example, you can use the names 
1286 private_key.key and public_cert.crt instead. In this case, the prompt you 
1287 will see when you are asked to unlock your private key will read
1289 <PRE>
1290 Enter password of key &lt;private_key&gt; to unlock password file:
1291 </PRE>
1293 <P>Observe that you do not need to use an existing key/certificate pair, 
1294 and that you can create a new private key/public certificate pair to 
1295 encrypt and decrypt your password file. Alpine provides a mechanism to
1296 change the encryption key for this file in the S/MIME configuration
1297 screen.
1299 <P><A NAME="example_self_signed"><B>Example of Creating Master Password</B></A>
1301 <P> If Alpine cannot find a suitable private key and public certificate pair
1302 to encrypt your password file, it will create one. When doing so, it will
1303 start the process with the following warning:
1305 <PRE>
1306 Creating a Master Password for your Password file.
1307 </PRE>
1309 <P> Then Alpine will ask you to enter your Master Password:
1311 <PRE>
1312 Create master password (attempt 1 of 3):
1313 </PRE>
1315 <P> Once you enter this password, and it validates according to system policy,
1316 you will be asked to confirm this password. 
1318 <PRE>
1319 Confirm master password (attempt 1 of 3):
1320 </PRE>
1322 <P> If you input the same password, then Alpine will set that as your 
1323 Master Password, and you will use this password to unlock your key in the 
1324 future.
1326 <P> If you would like to switch your Master Password in the future, you can 
1327 do so by creating a new public key and public certificate pair. You can do 
1328 so in the S/MIME configuration screen, in the &quot;Manage Key and 
1329 Certificate for Password File&quot; section, simply enter your current 
1330 password to unlock your current key and then press &quot;C&quot; to create 
1331 a new key.
1334 &lt;End of help&gt;
1335 </BODY>
1336 </HTML>
1337 ====== h_tls_failure_details ======
1338 <HTML>
1339 <HEAD>
1340 <TITLE>Certificate Validation Details</TITLE>
1341 </HEAD>
1342 <BODY>
1343 <H1>Certificate Validation Details</H1>
1345 This screen gives details as to why the certificate validation failed: the
1346 name of the desired server system; the reason for failure; and the name on
1347 the certificate.  This is primarily of interest to experts.
1350 &lt;End of help&gt;
1351 </BODY>
1352 </HTML>
1353 ====== h_tls_failure ======
1354 <HTML>
1355 <HEAD>
1356 <TITLE>TLS or SSL Failure</TITLE>
1357 </HEAD>
1358 <BODY>
1359 <H1>TLS or SSL Failure</H1>
1361 An attempt was made to establish a secure, encrypted connection to the
1362 server system using either Transport Layer Security (TLS) or the older
1363 Secure Sockets Layer (SSL).  This attempt failed.
1366 You should contact your server system management for more assistance.
1367 The problem is probably at the server system and not in Alpine or your local
1368 system.  The text in this screen may be helpful for the server system
1369 management in debugging the problem,
1372 &lt;End of help&gt;
1373 </BODY>
1374 </HTML>
1375 ====== h_tls_validation_failure ======
1376 <HTML>
1377 <HEAD>
1378 <TITLE>TLS and SSL Certificate Validation Failures</TITLE>
1379 </HEAD>
1380 <BODY>
1381 <H1>TLS and SSL Certificate Validation Failures</H1>
1383 An attempt was made to establish a secure, encrypted connection to the
1384 server system using either Transport Layer Security (TLS) or the older
1385 Secure Sockets Layer (SSL).
1388 An important part of this procedure is server certificate validation.  A
1389 server certificate is an &quot;electronic identification card&quot; for the server
1390 system that is signed by a well-known certificate authority (CA).  Alpine
1391 compares the server system identity in the server certificate with the
1392 name of the server system to which it is trying to connect.  Alpine also
1393 verifies that the CA signature is authentic.
1396 Some common failure conditions are:
1399 <UL>
1400   <LI> [UNIX Alpine] Self signed certificate.  This means that the server system
1401 signed its own certificate.  This does not necessarily indicate anything
1402 bad; the server operators may simply have elected to not purchase a
1403 signed certificate from a certificate authority.
1405   <LI> [UNIX Alpine] Unable to get local issuer certificate.  This means that
1406 the signature on the server system is from an unknown certificate authority.
1407 It can also mean that no certificate authority certificates have been
1408 installed on the local UNIX system.
1410   <LI> [PC Alpine] Self-signed certificate or untrusted authority.  This is
1411 the same as either of the above two conditions in UNIX Alpine.  Note that
1412 Windows systems typically have a full set of certificate authority
1413 certificates installed, so it is more likely to be a self-signed
1414 certificate than an unknown certificate authority.
1416   <LI> Server name does not match certificate.  This means that the server
1417 presented a proper signed certificate for a name other than the desired
1418 name.
1419 </UL>
1422 Any of these conditions can indicate that you are being attacked and have
1423 been directed to an imposter server that will record your password and
1424 your private mail messages.  It can also mean something innocuous.
1427 If you are certain that the problem is innocuous, you can append the
1428 option
1431 <CENTER><SAMP>/novalidate-cert</SAMP></CENTER>
1434 to the server system name where it appears in your configuration (e.g. the
1435 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>,
1436 a folder-collection, or a news or SMTP server).  This will
1437 disable certificate validation.  On the other hand, if you are attacked,
1438 you will get no warning if you do this.
1441 &lt;End of Cert Validation Failures help&gt;
1442 </BODY>
1443 </HTML>
1444 ====== h_release_tlscerts ======
1445 <HTML>
1446 <HEAD>
1447 <TITLE>TLS and SSL usage note</TITLE>
1448 </HEAD>
1449 <BODY>
1450 <H1>TLS and SSL usage note</H1>
1453 When using Alpine from Unix or Windows 2000,
1454 server certificates must be signed by a trusted certificate authority.
1455 You may relax this requirement (at the cost of some security) by using
1457 <A HREF="h_folder_server_syntax">NoValidate-Cert</A>
1458 modifier in the mailbox name.
1461 <CENTER><SAMP>{foo.example.com/novalidate-cert}INBOX</SAMP></CENTER>
1464 The fully-qualified host name of the server should be used
1465 so that it matches the host name in the server certificate.
1467 Here is an example of a host specification that directs Alpine to use
1468 the SSL port (993) and an encrypted data stream.
1470 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
1472 &lt;End of TLS usage help&gt;
1473 </BODY>
1474 </HTML>
1475 ====== h_news_config ======
1476 <HTML>
1477 <HEAD>
1478 <TITLE>Alpine Configuration</TITLE>
1479 </HEAD>
1480 <BODY>
1481 <H1>Alpine Configuration</H1>
1483 <H2>Using Environment Variables</H2>
1485 The values of Alpine configuration options may include environment variables
1486 that are replaced by the value of the variable at the time Alpine is run
1487 (and also at the time the config option is changed).
1488 The syntax to use environment variables is a subset of the common Unix
1489 shell dollar-syntax.
1490 For example, if
1492 <P><CENTER><SAMP>$VAR</SAMP></CENTER><P>
1494 appears in the value of an Alpine configuration option it is looked up in the
1495 environent (using getenv(&quot;VAR&quot;)) and its
1496 looked-up value replaces the <SAMP>$VAR</SAMP> part of the option value.
1497 To include a literal dollar sign you may precede the dollar sign with another
1498 dollar sign.
1499 In other words, if the text
1501 <P><CENTER><SAMP>$$text</SAMP></CENTER><P>
1503 is the value of a configuration option, it will be expanded to
1505 <P><CENTER><SAMP>$text</SAMP></CENTER><P>
1507 and no environment lookup will be done.
1508 For Unix Alpine it will also work to use a backslash character to
1509 escape the special meaning of the dollar sign, but $$ is preferable since
1510 it works for both PC-Alpine and Unix Alpine, allowing the configuration option
1511 to be in a shared configuration file.
1514 This all sounds more complicated than it actually is.
1515 An example may make it clearer.
1516 Unfortunately, the way in which environment variables are set is OS-dependent 
1517 and command shell-dependent.
1518 In some Unix command shells you may use
1520 <P><CENTER><SAMP>PERSNAME="Fred Flintstone"</SAMP></CENTER><P>
1521    <CENTER><SAMP>export PERSNAME</SAMP></CENTER><P>
1523 Now, if you use Alpine's Setup/Config screen to set
1525 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=$PERSNAME</SAMP></CENTER><P>
1527 the <SAMP>$PERSNAME</SAMP> would be replaced by <SAMP>Fred Flintstone</SAMP>
1528 so that this would be equivalent to
1530 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=Fred Flintstone</SAMP></CENTER><P>
1532 Note, environment variable substitution happens after configuration
1533 options that are lists are split into the separate elements of the list,
1534 so a single environment variable can't contain a list of values.
1537 The environment variable doesn't have to be the only thing
1538 after the equal sign.
1539 However, if the name of the variable is not at the end of the line or
1540 followed by a space (so that you can tell where the variable name ends),
1541 it must be enclosed in curly braces like
1543 <P><CENTER><SAMP>${VAR}</SAMP></CENTER><P>
1545 It is always ok to use the braces even if you don't need to.
1547 It is also possible to set a default value for an environment variable.
1548 This default value will be used if the environment variable is not
1549 set (that is, if getenv(&quot;VAR&quot;) returns NULL).
1550 The syntax used to set a default value is
1552 <P><CENTER><SAMP>${VAR:-default value}</SAMP></CENTER><P>
1554 If the config file contains
1556 <P><CENTER><SAMP>personal-name=${VAR:-Fred Flintstone}</SAMP></CENTER><P>
1558 then when Alpine is run <SAMP>VAR</SAMP> will be looked up in the environment.
1559 If <SAMP>VAR</SAMP> is found then <SAMP>personal-name</SAMP> will have
1560 the value that <SAMP>VAR</SAMP> was set to, otherwise,
1561 <SAMP>personal-name</SAMP> will be set to <SAMP>Fred Flintstone</SAMP>,
1562 the default value.
1563 (Note that the variable is called &quot;personal-name&quot; in the config
1564 file but is displayed in the config screen as
1565 &quot;<!--#echo var="VAR_personal-name"-->&quot;.
1566 In general, the value that goes into a config file is never exactly the
1567 same as the value you see on the screen.)
1570 An example where an environment variable might be useful is the
1571 variable <SAMP>Inbox-Path</SAMP> in the global configuration file.
1572 Suppose most users used the server
1574 <P><CENTER><SAMP>imapserver.example.com</SAMP></CENTER><P>
1576 but that there were some exceptions who used
1578 <P><CENTER><SAMP>altimapserver.example.com</SAMP></CENTER><P>
1580 In this case, the system manager might include the following line in
1581 the systemwide default Alpine configuration file
1583 <P><CENTER><SAMP>Inbox-Path=${IMAPSERVER:-imapserver.example.com}</SAMP></CENTER><P>
1585 For the exceptional users adding
1587 <P><CENTER><SAMP>IMAPSERVER=altimapserver.example.com</SAMP></CENTER><P>
1589 to their environment should work.
1591 Another example might be the case where a user has to use a different
1592 SMTP server from work and from home.
1593 The setup might be something as simple as
1595 <P><CENTER><SAMP>smtp-server=$SMTP</SAMP></CENTER><P>
1597 or perhaps a default value could be given.
1598 Note that, as mentioned above, the variable <SAMP>SMTP</SAMP> cannot contain
1599 a list of SMTP servers.
1602 <H2>Configuration precedence</H2>
1604 There are several levels of Alpine configuration.  Configuration values at
1605 a given level override corresponding values at lower levels.  In order of
1606 increasing precedence:
1608 <UL>
1609  <LI> built-in defaults
1610  <LI> system-wide
1611 <!--chtml if pinemode="os_windows"-->
1612       config file from command line or provided
1613       by "PINECONF" environment variable
1614 <!--chtml else-->
1615       pine.conf file
1616 <!--chtml endif-->
1617  <LI> personal configuration file
1618  <LI> personal exceptions configuration file
1619  <LI> command-line options
1620  <!--chtml if pinemode="os_windows"--><!--chtml else-->
1621  <LI> system-wide pine.conf.fixed file<!--chtml endif-->
1622 </UL>
1624 The values in both the personal configuration file and the
1625 <A HREF="h_config_exceptions">exceptions</A>
1626 configuration file may be set using the Setup command.
1627 Setup/Config is the command to change most of the personal configuration
1628 options.
1629 The other Setup subcommands are also used to change the configuration,
1630 for example, Setup/AddressBook, Setup/Rules, and so on.
1631 Changing the personal exceptions configuration is very similar.
1632 To change a value in the Config screen you would use the command
1633 Setup/eXceptions/Config.
1634 Likewise for the other Setup subcommands (Setup/eXceptions/Rules and so on).
1636 There are a couple exceptions to the rule that configuration values are replaced
1637 by the value of the same option in a higher-precedence file.
1638 The Feature-List variable has values that are additive, but can be
1639 negated by prepending &quot;no-&quot; in front of an individual feature name.
1640 So for features, each individual feature's value is replaced by the value
1641 of the same feature in a higher-precedence file.
1642 Note that this is done automatically for you when you change these values via
1643 the Setup/Config command.
1644 The other exception to the <EM>replace</EM> semantics happens when you
1645 use <A HREF="h_config_inheritance">configuration inheritance</A>
1646 for option lists.
1649 <H2>File name defaults</H2>
1651 Notes:<P>
1653 <BR> &lt;exe dir&gt; = directory where pine.exe found.
1654 <BR> &lt;pinerc dir&gt; = directory where pinerc found.
1655 <BR> # = default file name is overridable in pinerc.
1656 <BR> $HOME, if not explicitly set, defaults to root of the current drive.
1657 <BR> $MAILCAPS, if set, is used in lieu of the default mailcap search paths.
1658 <BR> + between the mailcap paths implies that the two files are combined.
1659 <BR> ; between other default paths implies that the first one found is used.
1660 </P>
1661 Alpine looks for most support files in the same directory it finds its
1662 personal configuration file (pinerc).  The -p command-line flag may be
1663 used to specify a particular path name for the pinerc file.  If a
1664 pinerc file does not exist, it will be created (if directory permissions
1665 allow).  In PC-Alpine, if -p or $PINERC are not defined, Alpine will look
1666 in $HOME&#92;PINE and the directory containing the PINE.EXE.  If a PINERC
1667 file does not exist in either one, it will create one in the first of those
1668 two directories that is writable.  In detail:
1669 <PRE>
1671 PC-Alpine:
1673  executable     &lt;DOS search path&gt;&#92;pine.exe
1674  help index     &lt;exe dir&gt;&#92;pine.ndx
1675  help text      &lt;exe dir&gt;&#92;pine.hlp
1677  pers config    $PINERC  ;  $HOME&#92;pine&#92;PINERC  ;  &lt;exe dir&gt;&#92;PINERC
1678  except config  $PINERCEX ; $HOME&#92;pine&#92;PINERCEX  ;  &lt;exe dir&gt;&#92;PINERCEX
1679  global cfg     $PINECONF
1681  debug          &lt;pinerc dir&gt;&#92;pinedebg.txtN
1682  crash          &lt;pinerc dir&gt;&#92;pinecrsh.txt
1683  signature#     &lt;pinerc dir&gt;&#92;pine.sig
1684  addressbook#   &lt;pinerc dir&gt;&#92;addrbook
1685  mailcap#       &lt;pinerc dir&gt;&#92;mailcap  +  &lt;exe dir&gt;&#92;mailcap
1686  mimetypes#     &lt;pinerc dir&gt;&#92;mimetype +  &lt;exe dir&gt;&#92;mimetype
1687  newsrc#        $HOME&#92;newsrc (if exists, else) &lt;pinerc dir&gt;&#92;newsrc
1688  sentmail#      $HOME&#92;mail&#92;sentmail.mtx
1689  postponed#     $HOME&#92;mail&#92;postpond.mtx
1690  interrupted    $HOME&#92;mail&#92;intruptd
1692 Unix Alpine:
1694  executable     &lt;Unix search path&gt;/pine
1695  persnl cfg     ~/.pinerc
1696  except cfg     ~/.pinercex
1697  global cfg     <!--#echo var="PINE_CONF_PATH"-->
1698  fixed cfg      <!--#echo var="PINE_CONF_FIXED_PATH"-->
1699  local help     <!--#echo var="PINE_INFO_PATH"-->
1701  interrupted    ~/.pine-interrupted-mail
1702  debug          ~/.pine-debugN
1703  crash          ~/.pine-crash
1704  newsrc#        ~/.newsrc
1705  signature#     &lt;pinerc dir&gt;/.signature
1706  addressbook#   &lt;pinerc dir&gt;/.addressbook
1707  postponed#     ~/mail/postponed-msgs
1708  sentmail#      ~/mail/sent-mail
1709  mailcap#       ~/.mailcap + /etc/mailcap
1710                            + /usr/etc/mailcap + /usr/local/etc/mailcap
1711  mimetypes#     ~/.mime.types + /etc/mime.types + /usr/local/lib/mime.types
1713  news-spool     varies across Unix flavors, e.g. /var/spool/news or /usr/spool/news
1714  active-news    varies across Unix flavors, e.g. /usr/lib/news/active
1715  lock files     /tmp/.<!--#echo var="MAIL_SPOOL_LOCK_PATH"-->
1716  inbox          <!--#echo var="MAIL_SPOOL_PATH"-->
1717  password       /etc/passwd
1719 Unix Alpine and PC-Alpine:
1721  .ab*           remote addressbook support files
1722  a[1-9]*        temporary (while Alpine is running) addressbook files
1724 </PRE>
1727 <H2>Mailcap files</H2>
1729 Alpine honors the mailcap configuration system for specifying external
1730 programs for handling attachments.  The mailcap file maps MIME attachment
1731 types to the external programs loaded on your system that can display
1732 and/or print the file.  A sample mailcap file comes bundled with the Alpine
1733 distribution.  It includes comments that explain the syntax you need to
1734 use for mailcap.  With the mailcap file, any program (mail readers,
1735 newsreaders, WWW clients) can use the same configuration for handling
1736 MIME-encoded data.
1739 <H2>MIME-Types files</H2>
1741 Alpine uses mime-types files (.mime.types or MIMETYPE) to determine
1742 what Content-Type to use for labeling an attached file, based on
1743 the file extension.  That is, this file provides a mapping between
1744 filename extensions and MIME content-types.
1747 <H2>Environment variables</H2>
1749 PC-Alpine uses the following environment variables:
1750 <DL>
1751 <DT>PINERC</DT>
1752 <DD>Optional path to pinerc file.</DD>
1753 <DT>PINERCEX</DT>
1754 <DD>Optional path to personal exceptions configuration file.</DD>
1755 <DT>PINECONF</DT>
1756 <DD>Optional path to global pine config file.</DD>
1757 <DT>HOME</DT>
1758 <DT>TMPDIR, TMP, or TEMP</DT>
1759 <DT>COMSPEC</DT>
1760 <DT>MAILCAPS</DT>
1761 <DD>A <B>semicolon</B> delimited list of path names to mailcap files.</DD>
1762 <DT>USER_DICTIONARY</DT>
1763 <DD>Used to specify the file to contain the user's spell check
1764 dictionary.  The default is <SAMP>DICT.U</SAMP> in the same
1765 directory as the <SAMP>SPELL32.DLL</SAMP></DD>
1766 </DL>
1768 Unix Alpine uses the following environment variables:
1769 <DL>
1770 <DT>TERM</DT>
1771 <DD>Tells Alpine what kind of terminal is being used.</DD>
1772 <DT>DISPLAY</DT>
1773 <DD>Determines if Alpine will try to display IMAGE attachments.</DD>
1774 <DT>SHELL</DT>
1775 <DD>If not set, default is &quot;/bin/sh&quot;.</DD>
1776 <DT>TMPDIR, TMP, or TEMP</DT>
1777 <DT>MAILCAPS</DT>
1778 <DD>A <B>colon</B> delimited list of path names to mailcap files.</DD>
1779 </DL>
1780 <!--chtml if pinemode="os_windows"-->
1782 <H2>Common PC-Alpine Configuration Problems</H2>
1784 <H3>Configuration settings aren't being saved</H3>
1786 <P>This problem can happen if you run pine from one directory and
1787 then decide to move your pine directory to another location.  PC-Alpine
1788 stores certain variables, including the configuration location, in the
1789 Windows Registry (which you shouldn't ever need to manually edit).  There
1790 are a couple of ways to go about removing or resetting the values in the
1791 registry.
1794 1) Run PC-Alpine's registry value deletion command.  This can be done by
1795 running: &quot;&lt;your&nbsp;pine&nbsp;directory&gt;&#92;pine.exe&nbsp;-registry&nbsp;clear&quot; from the DOS
1796 prompt. You could create a shortcut to pine.exe and change the &quot;Target&quot;
1797 value to the above command.
1800 2) Tell PC-Alpine where to look for the configuration file.  Configuration
1801 information is stored in a file called the PINERC.  With the &quot;-p&nbsp;PINERC&quot;
1802 option, you can tell PC-Alpine the location of your pinerc.  An example of
1803 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;.
1804 Again, you can use the DOS prompt or the shortcut method explained in (1).
1807 Additionally, there is the &quot;-registry&nbsp;set&quot; option, which will actively
1808 set registry values to the current setting, and is therefore useful with
1809 the &quot;-p&nbsp;PINERC&quot; option.
1811 <!--chtml endif-->
1813 &lt;End of Configuration Notes&gt;
1814 </BODY>
1815 </HTML>
1816 ====== h_news_legal ======
1817 <html>
1818 <head>
1819 <TITLE>Alpine Legal Notices</TITLE>
1820 </head>
1821 <body>
1823 <H1>Alpine Legal Notices</H1>
1825 Alpine and its constituent programs are covered by the Apache License Version 2.0.
1829 &lt;End of Alpine Legal Notices&gt;
1830 </BODY>
1831 </HTML>
1832 ===== h_info_on_mbox =====
1833 <HTML>
1834 <HEAD>
1835 <TITLE>Information on mbox driver</TITLE>
1836 </HEAD>
1837 <BODY>
1838 <H1>Information on &quot;Missing Mail&quot; and the &quot;mbox&quot; driver</H1>
1840 Beginning with Pine 4.00 (Pine came before Alpine)
1841 a new INBOX access method is
1842 available as part of the standard configuration.  It is called the
1843 &quot;mbox&quot; driver and it works like this:<P>
1846 <BLOCKQUOTE>
1847 If the file &quot;mbox&quot; exists in the user's home directory, and
1848 is in Unix mailbox format, then when INBOX is opened this file will be
1849 selected as INBOX instead of the mail spool file.  Messages will be
1850 automatically transferred from the mail spool file into the mbox
1851 file.
1852 </BLOCKQUOTE>
1855 The advantage of this method is that, after new mail has been copied
1856 from the system mail spool, all subsequent access is confined to the
1857 user's home directory, which is desirable on some systems.  However, a
1858 possible disadvantage is that mail tools other than those from the
1859 University of Washington will not know to look for mail in the user's
1860 mbox file.  For example, POP or IMAP servers other than those from the
1861 University of Washington, and many &quot;new mail notification&quot;
1862 programs may not work as expected with this driver enabled.<P>
1864 To disable this behavior, either remove/rename the &quot;mbox&quot;
1865 file or find the <A HREF="h_config_disable_drivers"><!--#echo var="VAR_disable-these-drivers"--></A>
1866 option in Setup/Config
1867 and add &quot;mbox&quot; to it:
1869 <CENTER><SAMP><!--#echo var="VAR_disable-these-drivers"-->=mbox</SAMP></CENTER>
1871 &lt;End of help on this topic&gt;
1872 </BODY>
1873 </HTML>
1874 ===== h_info_on_locking =====
1875 <HTML>
1876 <HEAD>
1877 <TITLE>FAQs on Alpine Locking</TITLE>
1878 </HEAD>
1879 <BODY>
1880 <H1>What Systems Managers Need to Know about Alpine File Locking</H1>
1882 There is an extensive section on locking in the Alpine technical notes;
1883 this information is intended to provide answers to some common questions:<P>
1884 <OL>
1885 <LI> Why did locking change in Pine 4.00?<BR>
1886 The actual locking mechanisms did not change in 4.00.
1887 What changed is that when one particular locking mechanism used by Alpine 
1888 fails, Alpine now issues a warning message.  Prior to Pine 4.00, the locking
1889 failure would occur, but no warning was issued.<P>
1891 <LI> Is this what the &quot;Mailbox vulnerable&quot; message is about?<BR>
1892 Yes.  It means that Alpine was unable to create a lockfile in the
1893 spool directory, generally because of overly restrictive protections on the
1894 spool directory.  The correct permissions on the spool directory for
1895 running Alpine are 1777, i.e. read-write-execute permission for everyone,
1896 with the sticky-bit set, so only owners of a file can delete them.<P>
1898 <LI> Why does Alpine require that the mail spool directory have 1777
1899    protections?<BR>
1900 Alpine was designed to run without special privileges.  This means that in
1901 order to create a lockfile in the spool directory, it is necessary to have
1902 the spool directory permissions be world-writable.<P>
1904 <LI> Can't you create the lockfile somewhere else?<BR>
1905 No.  The lockfile in question must be in the mail spool directory, because
1906 that's where the mail delivery program expects to find it, and the purpose
1907 of the file is to coordinate access between the mail client (Alpine) and the
1908 mail delivery program.<P>
1910 <LI> Isn't having the spool directory world-writable a big security risk?<BR>
1911 No.  Remember that the individual mail files in the spool directory are
1912 NOT world-writable, only the containing directory.  Setting the &quot;sticky
1913 bit&quot; -- indicated by the &quot;1&quot; before the &quot;777&quot; mode 
1914 -- means that only the owner of the file (or root) can delete files in the 
1915 directory.  So the only bad behavior that is invited by the 1777 mode is that 
1916 anyone could
1917 create a random file in the spool directory.  If the spool directory is
1918 under quota control along with home directories, there is little incentive
1919 for anyone to do this, and even without quotas a periodic scan for
1920 non-mail files usually takes care of the problem.  <P>
1922 <LI> Why not run Alpine as setgid mail?<BR>
1923 Alpine was never designed to run with privileges, and to do so introduces a
1924 significant security vulnerability.  For example, if a user suspends Alpine,
1925 the resulting shell will have group privileges.  This is one example of
1926 why we strongly recommend against running Alpine as a privileged program.
1927 In addition, a &quot;privileged mailer &quot paradigm would mean that normal 
1928 users
1929 could not test Alpine versions or other mailers that had not been installed
1930 by the system administrators.<P>
1933 <LI> Are there any alternatives to creating .lock files in the spool dir?<BR>
1934 There are, but they all have different sets of tradeoffs, and not all will
1935 work on all systems.  Some examples:<UL>
1936  <LI> Use lock system calls.  Works fine on a few systems, provided mail
1937    spool is local.   Doesn't work reliably if NFS is used.
1938    Doesn't work unless <B>all</B> the mail programs accessing the spool dir
1939    use the same calls.
1940  <LI> Deliver mail to user's home directory.  An excellent solution, highly
1941    recommended -- but one which is incompatible with some &quot;legacy&quot; 
1942 mail tools that always look in the spool directory for the mail.
1943 </UL><P>
1945 <LI> Are these spool directory lock files the only kinds of locks used by
1946    Alpine?<BR>
1947 No.  Alpine also creates lockfiles in the /tmp directory.  For normal Unix
1948 mailbox format folders, these are used to coordinate access between
1949 multiple Alpine sessions.  <P>
1951 <LI> What about the 
1952 <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>
1953 This is for people who are content to live dangerously, or who have
1954 specific knowledge that the spool directory lockfiles are superfluous on
1955 their system (because both Alpine and the mail delivery program are using 
1956 system call file locking in a context that works reliably, e.g. not NFS.)<P>
1958 <LI> Where can I find more details on how Alpine locking works?<BR>
1959 See the Alpine Technical Notes.<P>
1961 </OL>
1963 &lt;End of help on this topic&gt;
1964 </BODY>
1965 </HTML>
1966 ===== h_finding_help ====
1967 <HTML>
1968 <HEAD>
1969 <TITLE>Finding more information and requesting help</TITLE>
1970 </HEAD>
1971 <BODY>
1972 <H1>Places to Look for More Answers</H1>
1973 If you have questions about or problems with Alpine that you cannot resolve 
1974 after consulting the program's internal, context-sensitive help screens, here 
1975 are additional information resources that you may find helpful:
1977 <UL>
1978   <LI> Alpine's top-level <A HREF="main_menu_tx">MAIN MENU HELP</A>.<P>
1980   <LI> Alpine's <A HREF="h_help_index">Help Index</A>.<P>
1982   <LI> Alpine's internal <A HREF="h_news">Release Notes</A>.  They contain a 
1983 listing of changes in Alpine <!--#echo var="ALPINE_VERSION"-->
1984   since the last version, which may be useful for you to be aware of, 
1985 <B>especially</B> if a &quot;problem&quot; you are encountering is actually 
1986 a change in the way an aspect of Alpine works.  There, you will also find notes 
1987 on Alpine configuration.<P>
1988 <!--
1989   <LI> The main site for Alpine contains information on configuring and solving problems
1990        with Alpine, it can be found at
1992 <CENTER><A HREF="http://alpine.freeiz.com/alpine/">http://alpine.freeiz.com/alpine/</A></CENTER>  
1994   <LI> The Alpine Information Center (maintained by the University of
1995            Washington) World Wide Web site contains, among other things
1996            <UL>
1997            <LI>a collection of Frequently Asked Questions (and answers!) about Alpine
1998            <LI>an overview of the basics for beginning Alpine users
1999            <LI>Technical Notes for systems administrators
2000            <LI>archives (including a searchable index) of the alpine-info 
2001 mailing list, on which matters of interest to systems/email administrators,
2002 developers, trainers, user support personnel, and others involved with Alpine 
2003 messaging on a &quot;technical&quot; level are discussed.
2004 </UL>
2005         The Alpine Information Center can be accessed with a WWW browser at:<P>
2006             <CENTER><A HREF="http://www.washington.edu/alpine/">http://www.washington.edu/alpine/</A></CENTER>  
2007 </UL>
2008 <P><HR WIDTH="75%">
2009 <H1>Requesting help</H1>
2010 If the internal help, the Release Notes, the Alpine Information Center, and your 
2011 local online and print resources do not help you resolve a problem, please
2012 start by contacting your local computer support staff and asking for help.
2014 This is especially true if:
2015 <ul>
2016   <li>You suddenly have trouble sending or receiving mail.
2017   <li>You receive a "disk quota exceeded" message.
2018   <li>You have forgotten your password.
2019   <li>You think your account may have been compromised.
2020   <li>You need help viewing an attachment.
2021   <li>You need to know how to configure your:
2022       <A HREF="h_config_nntp_server">NNTP (news) server</A>, 
2023       <A HREF="h_config_smtp_server">SMTP (sending mail) server</A>, 
2024       <A HREF="h_config_ldap_server">LDAP (directory lookup) server</A>, or
2025       <A HREF="h_config_inbox_path">INBOX (incoming mail) path</A>.
2026   <li>You want to know what alternative editors or spellcheckers you may be able to use.
2027   <li>You want to block email from a particular person.
2028   <li>You're going on vacation and need to autorespond to incoming mail.
2029   <li>You want to automatically file or filter incoming messages.
2030 </ul>
2032 In all of these cases,
2033 you should contact <B>your</B> support staff, because <B>only they</B> 
2034 will be able to assist you effectively. Your support staff may be, depending on who 
2035 provides you with the email account you use Alpine with, for example:<UL>
2036 <LI> the computing help desk of (a department of) your university, school, 
2037 employer, ... ; or
2038 <LI> the customer service center of your Internet Service Provider; or
2039 <LI> the friendly volunteer helpers of your Freenet; or
2040 <LI> the person who setup your computer and internet connection.
2041 </UL>
2043 Due to the large number of Alpine installations worldwide, and because we
2044 receive no funding for it, the University of Washington <B>cannot provide 
2045 individual support services outside the University of Washington</B>.
2047 If you have no local computing support to turn to, the worldwide <b>comp.mail.pine</b>
2048 newsgroup can be a valuable source of information and assistance for Alpine 
2049 user issues.
2051 For systems/email administrators, developers, trainers, user support
2052 personnel, and others involved with Alpine messaging on a &quot;technical&quot;
2053 level, the mailing list alpine-info is available; for information on
2054 subscribing and posting to it, see
2056 <CENTER><A HREF="http://www.washington.edu/alpine/alpine-info/subscribing.html">http://www.washington.edu/alpine/alpine-info/subscribing.html</A></CENTER>
2059 Regardless of whom you are asking for help with Alpine, remember 
2060 to provide as much detail as you can about the
2061 nature of any problem you are encountering, such as
2062 <UL>
2063 <LI>when it first occurred;
2064 <LI>what, if anything, happened that might have brought it about;
2065 <LI>whether it still persists;
2066 <LI>whether it is reproducible, and if so, how;
2067 <LI>what, if anything, you already tried to solve it.
2068 </UL> 
2069 It may also be helpful if you specify what version of Alpine you are using 
2070 <!--chtml if pinemode="running"-->
2071 -- this is <!--#echo var="ALPINE_VERSION"--> --
2072 <!--chtml endif-->
2073 and on what system, and when the copy of Alpine you are using was created
2074 <!--chtml if pinemode="running"-->
2075 -- for this copy: <!--#echo var=ALPINE_COMPILE_DATE-->
2076 <!--chtml endif-->
2078 <!--chtml if pinemode="running"-->
2079 <P>   
2080 When the Alpine program you are currently using was installed, a support
2081 contact email address may have been set up; in that case, you can simply select
2082 this link now to send a message to it:<BR>
2083 <A HREF="X-Alpine-Gripe:_LOCAL_ADDRESS_?local"><!--#echo var="_LOCAL_FULLNAME_"--></A><P>
2084 <!--chtml endif-->
2085 <!--chtml if [ -r PINE_INFO_PATH ]-->
2086 <HR WIDTH="75%">Local Support Contacts:<P>
2087 <!--#include file="PINE_INFO_PATH"-->
2088 <HR WIDTH="75%">
2089 <!--chtml endif-->
2090 <P> 
2091 &lt;End of help on this topic&gt;
2092 </BODY>
2093 </HTML>
2094 ===== new_user_greeting ======
2095 <HTML>
2096 <HEAD>
2097 <TITLE>NEW USER GREETING</TITLE>
2098 </HEAD>
2099 <BODY>
2100 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
2101 <BR>
2102 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
2103 We hope you will explore Alpine's many capabilities. From the MAIN MENU,
2104 select Setup/Config to see many of the options available to you. Also note
2105 that all screens have context-sensitive help text available.<P>
2106 <!--chtml if pinemode="phone_home"-->
2107 SPECIAL REQUEST:
2108 This software was originally created and maintained as a public
2109 service by the University of Washington until 2009; updates are made 
2110 available as a public service of the Alpine community. It is always 
2111 helpful to have an idea of how many users are using Alpine. Are you 
2112 willing to be counted as an Alpine user? Pressing 
2113 <A HREF="X-Alpine-Phone-Home:">Return</A>
2114 will send an anonymous (meaning, your real email address will not be revealed) 
2115 message to the Alpine developers for purposes of tallying.
2117 <!--To Exit this screen and continue your Alpine session press "E".-->
2118 <!--chtml else-->
2119 To Exit this screen and continue your Alpine session press "Return".
2120 <!--chtml endif-->
2121 </BODY>
2122 </HTML>
2123 ===== new_alpine_user_greeting ======
2124 <HTML>
2125 <HEAD>
2126 <TITLE>NEW ALPINE USER GREETING</TITLE>
2127 </HEAD>
2128 <BODY>
2129 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
2130 <BR>
2131 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
2132 Your Alpine configuration file indicates that you may have used Pine before
2133 but not Alpine.
2134 If you are familiar with the way Pine works, you should be comfortable
2135 using Alpine.
2136 Your Pine configuration file is automatically used for Alpine.
2137 The Release Notes may be viewed by pressing 
2138 &quot;R&quot; now or while in the MAIN MENU.
2140 <!--chtml if pinemode="phone_home"-->
2141 SPECIAL REQUEST:
2142 This software was originally created and maintained as a public
2143 service by the University of Washington until 2009; updates are made 
2144 available as a public service of the Alpine community. It is always 
2145 helpful to have an idea of how many users are using Alpine. Are you 
2146 willing to be counted as an Alpine user? Pressing 
2147 <A HREF="X-Alpine-Phone-Home:">Return</A>
2148 will send an anonymous (meaning, your real email address will not be revealed) 
2149 message to the Alpine developers for purposes of tallying.
2151 <!--To Exit this screen and continue your Alpine session press "E".-->
2152 <!--chtml else-->
2153 To Exit this screen and continue your Alpine session press "Return".
2154 <!--chtml endif-->
2155 </BODY>
2156 </HTML>
2157 ===== new_version_greeting ======
2158 <HTML>
2159 <HEAD>
2160 <TITLE>NEW VERSION GREETING</TITLE>
2161 </HEAD>
2162 <BODY>
2163 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
2164 <BR>
2165 <H1>Welcome to Alpine version <!--#echo var="ALPINE_VERSION"-->!</H1>
2166 Your Alpine configuration file indicates that you may not have used 
2167 this version of Alpine before.  This version's significant changes are
2168 documented in the Release Notes, which may be viewed by pressing 
2169 &quot;R&quot; now or while in the MAIN MENU.
2171 <!--chtml if pinemode="phone_home"-->
2172 SPECIAL REQUEST:
2173 This software was originally created and maintained as a public
2174 service by the University of Washington until 2009; updates are made 
2175 available as a public service of the Alpine community. It is always 
2176 helpful to have an idea of how many users are using Alpine. Are you 
2177 willing to be counted as an Alpine user? Pressing 
2178 <A HREF="X-Alpine-Phone-Home:">Return</A>
2179 will send an anonymous (meaning, your real email address will not be revealed) 
2180 message to the Alpine developers for purposes of tallying.
2182 <!--To Exit this screen and continue your Alpine session press "E".-->
2183 <!--chtml else-->
2184 To Exit this screen and continue your Alpine session press "Return".
2185 <!--chtml endif-->
2186 </BODY>
2187 </HTML>
2189 ===== main_menu_tx ======
2190 <HTML>
2191 <HEAD>
2192 <TITLE>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</TITLE>
2193 </HEAD>
2194 <BODY>
2195 <H1>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</H1>
2196 <DIV ALIGN=CENTER>
2197 Version <!--#echo var="ALPINE_VERSION"-->
2198 <!--chtml if pinemode="running"-->
2199 <BR>(built <!--#echo var=ALPINE_COMPILE_DATE-->)
2200 <!--chtml endif-->
2201 </DIV>
2202 <CENTER>Copyright 2013-2017 Eduardo Chappa,
2203 <BR>Copyright 2006-2008 University of Washington.
2204 </CENTER>
2207 When you are viewing a help screen, there may be links to
2208 other topics highlighted (in Reverse video) in the text.
2209 Here is an example.
2210 The word &quot;Introduction&quot; in the TABLE OF CONTENTS below should be
2211 highlighted.
2212 If you type carriage return (or V for View Link, see the commands at the
2213 bottom of the screen) you will be taken to a new help screen to view the
2214 Introduction.
2215 The commands at the bottom of the screen should then include
2216 &quot;P Prev Help&quot;.
2217 If you type &quot;P&quot; you will end up back here.
2218 If you type &quot;E&quot; for Exit, you will be back out of help and returned
2219 to the place you were in Alpine when you entered Help.
2220 In this case, you would go back to the MAIN MENU.
2221 There are also other links that are highlighted in bold (or the color used
2222 by your terminal to display bold).
2223 The items after the Introduction in the TABLE OF CONTENTS are all examples
2224 of such links.
2225 In order to view those links, you first have to make the link you want
2226 to view the current link.
2227 The &quot;NextLink&quot; and &quot;PrevLink&quot; commands
2228 (see bottom of screen) can do that for you.
2231 <H2>TABLE OF CONTENTS</H2>
2232 <OL>
2233   <LI> <A HREF="h_mainhelp_intro">Introduction</A>
2234   <LI> <A HREF="h_mainhelp_pinehelp">Alpine Help</A>
2235 <!--chtml if [ -r PINE_INFO_PATH ]-->
2236   <LI> <A HREF="h_mainhelp_localsupport">Local Support Contacts</A>
2237 <!--chtml endif-->
2238   <LI> <A HREF="h_mainhelp_cmds">Giving Commands in Alpine</A>
2239   <LI> <A HREF="h_mainhelp_config">Alpine Configuration</A>
2240   <LI> <A HREF="h_mainhelp_status">Titlebar Line</A>
2241   <LI> <A HREF="h_mainhelp_mainmenu">Main Menu</A>
2242   <LI> <A HREF="h_mainhelp_index">Index of Messages</A>
2243   <LI> <A HREF="h_mainhelp_reading">Reading Messages</A>
2244   <LI> <A HREF="h_mainhelp_composing">Composing Messages</A>
2245   <LI> <A HREF="h_mainhelp_readingnews">Reading News</A>
2246   <LI> <A HREF="h_mainhelp_abooks">Address Books</A>
2247   <LI> <A HREF="h_mainhelp_ldap">LDAP Directories</A>
2248   <LI> <A HREF="h_mainhelp_folders">Folders</A>
2249   <LI> <A HREF="h_mainhelp_collections">Collection Lists</A>
2250   <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
2251   <LI> <A HREF="h_mainhelp_color">Color Setup</A>
2252   <LI> <A HREF="h_mainhelp_filtering">Filtering</A>
2253   <LI> <A HREF="h_mainhelp_roles">Roles</A>
2254   <LI> <A HREF="h_mainhelp_patterns">Patterns</A>
2255   <LI> <A HREF="h_mainhelp_keywords">Keywords (or Flags, or Labels)</A>
2256   <LI> <A HREF="h_mainhelp_mouse">Using a Mouse</A>
2257   <LI> <A HREF="h_mainhelp_cmdlineopts">Command Line Options</A>
2258   <LI> <A HREF="h_mainhelp_securing">Securing Your Alpine Session</A>
2259   <LI> <A HREF="h_mainhelp_smime">S/MIME</A>
2260   <LI> <A HREF="h_mainhelp_problems">Reporting Problems</A>
2261   <LI> <A HREF="X-Alpine-Config:">Show Supported Options in this Alpine</A>
2262   <LI> <A HREF="h_help_index">Index to Alpine's Online Help</A>
2263 </OL>
2266 &lt;End of help on this topic&gt;
2267 </BODY>
2268 </HTML>
2269 ===== h_mainhelp_intro ======
2270 <HTML>
2271 <HEAD>
2272 <TITLE>Introduction</TITLE>
2273 </HEAD>
2274 <BODY>
2275 <H1>Introduction</H1>
2277 Alpine is an &quot;Alternatively Licensed Program for Internet
2278 News and Email&quot; produced until 2009 by the University of Washington.
2279 It is intended to be an easy-to-use program for
2280 sending, receiving, and filing Internet electronic mail messages and
2281 bulletin board (Netnews/Usenet) messages. Alpine supports the following
2282 Internet protocols and specifications: SMTP (Simple Mail Transport Protocol), 
2283 NNTP (Network News Transport Protocol), MIME (Multipurpose Internet Mail 
2284 Extensions), IMAP (Internet Message Access Protocol), and LDAP (Lightweight
2285 Directory Access Protocol).<p>
2287 Although originally designed for inexperienced email users, Alpine has
2288 evolved to support many advanced features.  There are an ever-growing
2289 number of configuration and personal-preference options, though which of
2290 them are available to you is determined by your local system managers. 
2292 <H2>WHAT ALPINE DOES...</H2>
2294 Alpine is a &quot;mail user agent&quot; (MUA), which is a program that
2295 allows you to
2296 compose and read messages using Internet mail standards.  (Whether you
2297 can correspond with others on the Internet depends on whether or not your
2298 computer is connected to the Internet.)  Alpine also allows reading and
2299 posting messages on the Internet &quot;net news&quot; system, provided
2300 that your site operates a suitable news server.
2302 <H2>WHAT ALPINE DOES NOT DO...</H2>
2304 A &quot;mail user agent&quot; such as Alpine is just one part of a
2305 messaging system. Here are some things that are <B>not</B> done by Alpine,
2306 but require other programs:<P>
2307 <UL>
2308  <LI> Actual relaying of email... which is done by &quot;message transfer 
2309 agents&quot;.
2310  <LI> Vacation messages... automatically responding to incoming messages
2311  <LI> Anything to do with &quot;talk&quot;... which has nothing to do with 
2312 email.
2313  <LI> Anything to do with &quot;irc&quot;... which has nothing to do with email.
2314  <LI> List processing... resending one message to a list of recipients.
2315 </UL>
2318 &lt;End of help on this topic&gt;
2319 </BODY>
2320 </HTML>
2322 ===== h_mainhelp_pinehelp ======
2323 <HTML>
2324 <HEAD>
2325 <TITLE>Alpine Help</TITLE>
2326 </HEAD>
2327 <BODY>
2328 <H1>Alpine Help</H1>
2330 Alpine help is generally context-sensitive. In other words, each Alpine screen you 
2331 use will have its own help text, explaining the choices available for that
2332 screen. This general help section, on the other hand, attempts to give an 
2333 overall picture of what Alpine is capable of doing, as well as pointers to 
2334 additional help sections about specific topics.<p>
2336 Much of the help text contains links to further help topics, similar to
2337 how the World Wide Web works.
2338 You may choose a link to view using the &quot;NextLink&quot; and
2339 &quot;PrevLink&quot; commands to change the link that is highlighted.
2340 The &quot;View Link&quot; command will then show you the highlighted link.
2341 Similar to the Back button in a web browser, the &quot;Prev Help&quot; command
2342 will return you to where you were before viewing the link, and &quot;Exit Help&quot
2343 will return you to the location in Alpine before you asked for help.
2344 For example, if you are reading this text in Alpine you may return to the
2345 help table of contents with the &quot;Prev Help&quot; command or you may view the
2346 Release notes link in the next paragraph and then return here with
2347 &quot;Prev Help&quot;.
2350 In addition to this general help on Alpine, <A HREF="h_news">Release Notes</A>
2351 on the current Alpine version are also available from the MAIN MENU: Press
2352 <!--chtml if pinemode="function_key"-->
2353 &quot;F9&quot;
2354 <!--chtml else-->
2355 &quot;R&quot;
2356 <!--chtml endif-->
2357 to browse the release notes.  These include changes since the last release,
2358 configuration information, the history of the Alpine
2359 project, credits, and legal notices.
2361 Alpine releases are available via the world wide web at
2363 <CENTER><SAMP><A 
2364 HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A></SAMP
2365 ></CENTER>
2368 If you would like to print <EM>all</EM> of Alpine's internal help text
2369 (not recommended) for a little light bedtime reading, then press
2370 <!--chtml if pinemode="function_key"-->
2371 &quot;F12&quot;
2372 <!--chtml else-->
2373 &quot;Z&quot;
2374 <!--chtml endif-->
2375 now.  (This assumes that the
2376 copy of Alpine you are using has been properly configured for printing
2377 at your site.)
2379 &lt;End of help on this topic&gt;
2380 </BODY>
2381 </HTML>
2382 ===== h_mainhelp_localsupport ======
2383 <HTML>
2384 <HEAD>
2385 <TITLE>Local Support Contacts</TITLE>
2386 </HEAD>
2387 <BODY>
2388 <H1>Local Support Contacts</H1>
2390 <!--chtml if [ -r PINE_INFO_PATH ]-->
2391 <!--#include file="PINE_INFO_PATH"-->
2392 <!--chtml else-->
2393 No Local Support Contacts configured.
2394 <!--chtml endif-->
2397 &lt;End of help on this topic&gt;
2398 </BODY>
2399 </HTML>
2401 ===== h_mainhelp_cmds ======
2402 <HTML>
2403 <HEAD>
2404 <TITLE>Giving Commands in Alpine</TITLE>
2405 </HEAD>
2406 <BODY>
2407 <H1>Giving Commands in Alpine</H1>
2409 Unless configured otherwise
2410 (<A HREF="h_config_blank_keymenu"><!--#echo var="FEAT_disable-keymenu"--></A>)
2411 the bottom two lines of the screen are always used to list the
2412 commands you can give.  You press the keys that are highlighted to give
2413 the command.  The commands for getting help and going back to the main
2414 menu are always present (except when viewing help as you are now).
2415 <!--chtml if pinemode="function_key"-->
2416 <!--chtml else-->
2418 Pressing O (meaning &quot;Other Commands&quot;) changes the keys
2419 you see at the bottom of any screen. In some cases there are 3 or
2420 even 4 different
2421 sets of keys that can be seen by using the O key. <EM>All commands are 
2422 active</EM>, even if they are not currently showing at the bottom of your 
2423 screen. In other words, you <EM>never</EM> need to press the O key, except to 
2424 remind yourself of the proper key to press to perform an operation.
2426 <H2>Control Key Commands</H2>
2427 When composing mail, and in a few other places, in Alpine you
2428 have to use Control keys. This means pressing the Control key (usually labeled 
2429 &quot;Ctrl&quot;) and the
2430 letter indicated at the same time.  Usually, this is shown with a
2431 &quot;^&quot; in front of the letter.  On some systems, certain control
2432 characters are intercepted before they get to Alpine.  As a work-around,
2433 you can press the ESCAPE key twice followed by the desired key.  For
2434 example, if Ctrl-O (^O) does not work on your system, try typing
2435 &quot;ESC ESC O&quot;.
2436 <!--chtml endif-->
2437 <H2>Paging Up and Down</H2>
2438 The &quot;+&quot; and &quot;-&quot; keys are used for
2439 moving to the next or previous page.  The space bar is a synonym for
2440 &quot;+&quot;.  You may also use Ctrl-V to page down and Ctrl-Y to page
2441 up as you do in the message composer.  On screens with a WhereIs (search)
2442 command, W or Ctrl-W followed by Ctrl-V will move to the bottom of the
2443 message or list, and W or Ctrl-W followed by Ctrl-Y will move to the top
2444 of the message or list.
2446 <H2>Return Key</H2>
2447 The return key is usually a synonym for a frequently used
2448 command.  When viewing a message, there is currently not a default
2449 command, so RETURN does nothing; when in the index, it is synonymous with
2450 &quot;view msg&quot;. In the key menu at the bottom of the screen, whatever is
2451 enclosed in square brackets [] is the same as the return key.
2453 <H2>Control Keys Not Used By Alpine</H2>
2454 Most commands in Alpine are single letters, with -- we hope -- some mnemonic 
2455 value, but in places where Alpine is expecting text input, e.g. in the composer or 
2456 at prompts for file/folder names, control keys must be used for editing and 
2457 navigation functions.
2460 Alpine has used nearly all the control keys available.  There are, however,
2461 certain control keys that are reserved by other programs or for technical
2462 reasons.  Alpine does not use any of these keys:
2463 <DL>
2464  <DT>Ctrl-S</DT> <DD>Used by Unix as &quot;stop output&quot;</DD>
2465  <DT>Ctrl-Q</DT> <DD>Used by Unix as &quot;resume output&quot;</DD>
2466  <DT>Ctrl-]</DT> <DD>Often used by Telnet as escape key</DD>
2467 </DL>
2469 Note: Ctrl-S and Ctrl-Q can be subject to 
2470 <A HREF="h_special_xon_xoff">special handling</A>.
2472 In addition, while the ESC key alone is not used for command input,
2473 Alpine will recognize two consecutive ESC key presses followed by a letter 
2474 key as a substitute for control key input.  For example, the control key
2475 <SAMP>Ctrl-X</SAMP> can alternatively be entered using the
2476 three keystrokes: <SAMP>ESC&nbsp;ESC&nbsp;x</SAMP>.
2477 This is useful if the communication program you are using
2478 (e.g. Telnet) has its own, conflicting, idea of what certain control
2479 characters mean.
2482 <H2>Repainting the Screen</H2>
2483 Sometimes what is displayed on the screen will be
2484 incorrect due to noise on the phone line or other causes and you will want
2485 to repaint the whole screen to make it correct.  You can use the Ctrl-L
2486 command to do this.  It never hurts to do it when in doubt.
2489 &lt;End of help on this topic&gt;
2490 </BODY>
2491 </HTML>
2492 ===== h_mainhelp_status ======
2493 <HTML>
2494 <HEAD>
2495 <TITLE>Titlebar Line</TITLE>
2496 </HEAD>
2497 <BODY>
2498 <H1>Titlebar Line</H1>
2500 The top line of the screen is Alpine's titlebar line.  It will always display
2501 the current version of Alpine and will also convey information about the
2502 status of the program.  This is where you look to find out what
2503 collection, folder and message number is active and where you are in Alpine.
2506 If the titlebar line says &quot;READONLY&quot; it means that the open folder
2507 (typically your INBOX) is &quot;locked&quot; by another mail session --
2508 most likely a more recent session of Alpine has taken the INBOX lock.
2511 If the titlebar line says &quot;CLOSED&quot; it means that you are trying to
2512 access a
2513 folder on a remote mail server, and for some reason, communication with
2514 the mail server has either been lost, or never successfully established.
2515 This can be a result of trying to open a non-existent folder, or one
2516 stored on an invalid or non-operational server, or it can mean that Alpine
2517 has been suspended for more that 30 minutes while accessing a remote mail
2518 server.
2521 &lt;End of help on this topic&gt;
2522 </BODY>
2523 </HTML>
2524 ===== h_mainhelp_mainmenu ======
2525 <HTML>
2526 <HEAD>
2527 <TITLE>Main Menu</TITLE>
2528 </HEAD>
2529 <BODY>
2530 <H1>Main Menu</H1>
2532 The Main Menu lists Alpine's main options.
2533 The key or keys you must type to enter your
2534 choice are to the left of each option or command name.
2535 You can type either uppercase or lowercase letters,
2536 and you should not press &lt;Return&gt; after typing the
2537 letter (unless you are specifically asking for the default,
2538 highlighted command).
2541 From the Main Menu you can choose to read online help, write (compose) and 
2542 send a message, look at an index of your mail messages, open or maintain
2543 your mail folders, update your address book, configure Alpine, and quit Alpine.
2544 There are additional options listed at
2545 the bottom of the screen as well.
2548 The Help command usually returns context-sensitive help information.
2549 However, in the Main Menu you get the most general help, which includes
2550 a Table of Contents.
2551 The last entry in the Table of Contents is an Index of help topics,
2552 so this is a good place to go if you are having trouble finding how
2553 to do something.
2555 <H2>Main Menu Commands</H2>
2556 The Alpine main menu lists the most common Alpine functions. A <a
2557 href="h_main_menu_commands">full list of these
2558 commands</a> and what they do is available.
2560 &lt;End of help on this topic&gt;
2561 </BODY>
2562 </HTML>
2563 ===== h_mainhelp_abooks ======
2564 <HTML>
2565 <HEAD>
2566 <TITLE>Address Books</TITLE>
2567 </HEAD>
2568 <BODY>
2569 <H1>Address Books</H1>
2572 As you use email, you can build a list of your regular email correspondents 
2573 in your Alpine
2574 Address Book. At the Alpine MAIN MENU, press A to see the Address Book List 
2575 screen. Your
2576 personal address book will be highlighted. Press &lt;Return&gt; to view it.
2577 You can use the address book to store email addresses for individuals or
2578 groups, to create easily
2579 remembered &quot;nicknames&quot; for these addresses, and to quickly retrieve an email 
2580 address when you are composing a message.
2582 There are two ways to add addresses to your address book: you can add them 
2583 manually or take them from messages (by pressing T to access the Take command). 
2584 With either method, you specify nicknames for your correspondents. A single 
2585 address book entry (or nickname) can point to just one email address, or, it can
2586 point to more than one. When it points to more than one, it is called a 
2587 distribution list. Each distribution list has a nickname, a full name, and a 
2588 list of addresses. These
2589 addresses may be actual addresses, other nicknames in your address book, or 
2590 other
2591 distribution lists.
2594 Additional information is available in Alpine's online help:
2595 <ul>
2596   <li><a href="h_abook_opened">The Alpine Address Book</a></li>
2597 </ul>
2599 &lt;End of help on this topic&gt;
2600 </BODY>
2601 </HTML>
2602 ===== h_mainhelp_ldap ======
2603 <HTML>
2604 <HEAD>
2605 <TITLE>LDAP</TITLE>
2606 </HEAD>
2607 <BODY>
2608 <H1>LDAP</H1>
2610 LDAP (Lightweight Directory Access Protocol) is a standard means of accessing 
2611 an organization's shared
2612 directories. Essentially, using LDAP, Alpine is able to find email addresses in 
2613 large address
2614 books, rather like the White Pages provided by the phone company. As an Alpine 
2615 user, it is not
2616 necessary to know much about how this works, only how to use it and how to 
2617 configure
2620 More information on configuring LDAP is available in Alpine's online help:
2621 <ul>
2622   <li><a href="h_direct_config">Setup LDAP Directory Servers</a></li>
2623 </ul>
2625 Additional help on using LDAP in Alpine is also available:
2626 <ul>
2627   <li><a href="h_ldap_view">LDAP Response View Explained</a></li>
2628 </ul>
2630 &lt;End of help on this topic&gt;
2631 </BODY>
2632 </HTML>
2633 ===== h_mainhelp_index ======
2634 <HTML>
2635 <HEAD>
2636 <TITLE>Index of Messages</TITLE>
2637 </HEAD>
2638 <BODY>
2639 <H1>Index of Messages</H1>
2641 In Alpine's message index, the selected message is highlighted. The first 
2642 column on the left is blank, shows a &quot;+&quot; if the message was
2643 sent directly to you (i.e., it is not a
2644 copy or from a list), or a &quot;-&quot; if you were explicitly Cc'd.
2646 The second column may be blank, or it may contain:
2647 <ul>
2648   <li>"N" if the message is new (unread), </li>
2649   <li>"A" if you have answered the message (using the Reply command), </li>
2650   <li>"D" if you have marked the message for deletion.</li>
2651 </ul>
2654 Note: If you answer a message as well as mark it deleted (in either order), 
2655 you will only see the &quot;D&quot;.
2658 The rest of the columns in the message line show you the message
2659 number, date sent, sender, size, and subject. For details, press ? (Help).  
2660 The behavior and appearance of the Index screen is highly configurable.
2661 In the Setup/Config screen search (with the WhereIs command) for options
2662 that contain the words &quot;index&quot; or &quot;thread&quot; to see
2663 many of the configuration possibilities.
2664 In particular, the
2665 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
2666 option may be used to configure the look of the standard MESSAGE INDEX lines
2667 in many different ways.
2668 Find <!--#echo var="VAR_index-format"--> in the Setup/Config screen and
2669 read the help text there for more information.
2671 Most of the commands you need to handle your messages are visible at the
2672 bottom of the screen, and you can press O (OTHER CMDS) to see additional
2673 commands that are available.
2674 You do not need to see these &quot;other commands&quot;
2675 on the screen to use them. That is, you never need to press O as a prefix
2676 for any other command.
2679 Additional information is available in Alpine's online help:
2680 <ul>
2681   <li><a href="h_mail_index">Message Index Commands</a></li>
2682 </ul>
2684 &lt;End of help on this topic&gt;
2685 </BODY>
2686 </HTML>
2687 ===== h_mainhelp_reading ======
2688 <HTML>
2689 <HEAD>
2690 <TITLE>Reading Messages</TITLE>
2691 </HEAD>
2692 <BODY>
2693 <H1>Reading Messages</H1>
2695 The message text screen shows you the text of the message along with
2696 its header. If a message has attachments, those will be listed (but not
2697 displayed) also.  The titlebar line displays information about the currently
2698 open message, folder and collection.  You see the name of the collection
2699 (if there is one) in angle brackets, then the name of the folder, then the
2700 message number and finally the position within the current message (in
2701 percent). If the message is marked for deletion
2702 &quot;DEL&quot; will appear in the
2703 upper right as well.
2706 As with every Alpine screen, the bottom two lines show you the commands 
2707 available.
2709 <P>Additional information is available in Alpine's online help:
2710 <ul>
2711   <li><a href="h_mail_view">Message Text Screen</a></li>
2712   <li><a href="h_attachment_screen">Attachment Index Screen Explained</a></li>
2713   <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a></li>
2714 </ul>
2716 &lt;End of help on this topic&gt;
2717 </BODY>
2718 </HTML>
2719 ===== h_mainhelp_composing ======
2720 <HTML>
2721 <HEAD>
2722 <TITLE>Composing Messages</TITLE>
2723 </HEAD>
2724 <BODY>
2725 <H1>Composing Messages</H1>
2727 To write a message, press C (Compose). You see the Compose Message
2728 screen, which is divided into two parts: the header area and the message
2729 text area. The header area is where information on the recipient (the To:
2730 field) and the subject line go, while the message text area contains the
2731 actual text of the email message. Different commands are available to you
2732 when your cursor is in different areas on this screen. To see additional
2733 help on commands in either the message text or header area, type
2734 <Control>G (Get help).
2737 To move around, use the arrow keys or Ctrl-N (Next line) and Ctrl-P 
2738 (Previous line); to correct typing errors, use &lt;Backspace&gt; or &lt;Delete&gt;.
2740 <P>The following information from Alpine's online help may prove useful:
2741 <ul>
2742   <li><a href="h_composer_to">Message Header Commands</a></li>
2743   <li><a href="h_compose_richhdr">Rich Header Command</a></li>
2744   <li><a href="h_composer">Composer Commands</a></li>
2745   <li><a href="h_edit_nav_cmds">Composer Editing Commands</a></li>
2746   <li><a href="h_config_change_your_from">Changing your From Address</a></li>
2747   <li><a href="h_compose_send">Send Command</a></li>
2748   <li><a href="h_compose_spell">Spell Check Command</a></li>
2749 </ul>
2751 &lt;End of help on this topic&gt;
2752 </BODY>
2753 </HTML>
2754 ===== h_mainhelp_collections ======
2755 <HTML>
2756 <HEAD>
2757 <TITLE>Collection Lists</TITLE>
2758 </HEAD>
2759 <BODY>
2760 <H1>Collection Lists</H1>
2762 Collection lists are Alpine's way of organizing groups of folders. Each
2763 "collection" can reside on a different server, for example, and contain a
2764 different group of mail folders.
2767 For more information on this, see:
2768 <ul>
2769   <li><a href="h_what_are_collections">Folder Collections Explained</a></li>
2770 </ul>
2772 Additional information relating to collection lists is also available in 
2773 Alpine's online
2774 help:
2775 <ul>
2776   <li><a href="h_collection_maint">Setup Collection List Screen</a></li>
2777   <li><a href="h_collection_screen">Collection List Screen</a></li>
2778 </ul>
2780 &lt;End of help on this topic&gt;
2781 </BODY>
2782 </HTML>
2783 ===== h_mainhelp_folders ======
2784 <HTML>
2785 <HEAD>
2786 <TITLE>Folders</TITLE>
2787 </HEAD>
2788 <BODY>
2789 <H1>Folders</H1>
2791 Messages can quickly accumulate in your INBOX folder. If you use email
2792 often, you soon could have hundreds. You need to delete messages you do
2793 not want, and you can use folders to organize messages you wish to save. A
2794 folder is a collection of one or more messages that are stored (just like
2795 the messages in your INBOX) so you can access and manage them.
2798 You can organize your email messages into different folders by topic,
2799 correspondent, date, or any other category that is meaningful to you. You
2800 can create your own folders, and Alpine automatically provides three:
2801 <ul>
2802   <li>The INBOX folder: messages sent to you are listed in this folder.
2803       When you first start Alpine and go to the Message Index screen, you are
2804 looking at the list of messages in your INBOX folder. Every incoming
2805 message remains in your INBOX until you delete it or save it in another
2806 folder. </li>
2807   <li>The sent-mail folder: copies of messages you send are stored in this 
2808 folder. This is
2809 convenient if you cannot remember whether you actually sent a message and want 
2810 to check, or
2811 if you want to send a message again.</li>
2812   <li>The saved-messages folder: copies of messages you save are stored in this 
2813 folder
2814 unless you choose to save them to other folders you create yourself.</li>
2815 </ul>
2818 More information about folders is available in Alpine's online help:
2819 <ul>
2820   <li><a href="h_folder_open">Explanation of Folder Selection</a></li>
2821   <li><a href="h_folder_maint">Help for Folder List</a></li>
2822   <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a></li>
2823   <li><a href="h_folder_fcc">Folder Select for Fcc ("sent-mail") 
2824 Explained</a></li>
2825   <li><a href="h_folder_save">Folder Select for Save Explained</a></li>
2826 </ul>
2828 &lt;End of help on this topic&gt;
2829 </BODY>
2830 </HTML>
2831 ===== h_mainhelp_color ======
2832 <HTML>
2833 <HEAD>
2834 <TITLE>Color</TITLE>
2835 </HEAD>
2836 <BODY>
2837 <H1>Color</H1>
2839 If the terminal emulator you are using is capable of displaying color or if
2840 you are using PC-Alpine, then it is possible to set up Alpine so that various
2841 parts of the display will be shown in colors you configure. This is done
2842 using the Setup Color screen, available from the MAIN MENU by selecting
2843 the Setup command followed by &quot;K&quot; for Kolor (because &quot;C&quot;
2844 stands for Config in this context).
2847 For example, you may color things like the titlebar, the current item,
2848 the keymenu, and the status messages.
2849 You may also color lines in the index, and headers and quoted text in the
2850 MESSAGE TEXT screen.
2851 You use the Color Setup screen for configuring most of this, but you must
2852 use the IndexColor setup for coloring whole index lines.
2853 These are available from the MAIN MENU under Setup/Kolor and Setup/Rules/IndexColor.
2856 The following entries in Alpine's online help provide additional information 
2857 about how to use color:
2858 <UL>
2859   <LI> <A HREF="h_color_setup">Color Setup screen</A>
2860   <LI> <A HREF="h_rules_incols">Index Line Color</A>
2861   <LI> <A HREF="h_config_quote_color">quoted text</A> in message view
2862   <LI> <A HREF="h_config_customhdr_pattern">text associated with user-defined headers</A> in message view
2863 </UL>
2865 &lt;End of help on this topic&gt;
2866 </BODY>
2867 </HTML>
2868 ===== h_mainhelp_mouse ======
2869 <HTML>
2870 <HEAD>
2871 <TITLE>Using a Mouse</TITLE>
2872 </HEAD>
2873 <BODY>
2874 <H1>Using a Mouse</H1>
2876 If you are using PC-Alpine mouse support is turned on automatically.
2877 If you are using UNIX Alpine within an X terminal window or within
2878 a terminal emulator that supports an xterm-style mouse, then you may
2879 turn on support for the mouse with the feature
2880 <A HREF="h_config_enable_mouse"><!--#echo var="FEAT_enable-mouse-in-xterm"--></A>.
2881 For UNIX Alpine you will also need to set the $DISPLAY environment variable.
2883 PC-Alpine offers considerable mouse support.  You can view what is
2884 &quot;clickable&quot; by dragging your mouse over any screen; when the
2885 arrow cursor changes into a hand, you found something. Mouse-click
2886 possibilities include navigating between screens and folders and
2887 double-clicking on hyperlinks to open your Web browser.
2888 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
2889 screen.  Examples of right-click options include &quot;copy&quot; after
2890 selecting text to copy and &quot;View in New Window&quot; when you click
2891 on a particular message in the Message Index. The menu choices available
2892 to you will vary based upon what screen is open, where on the screen your
2893 cursor is located, and even what action you have already taken.
2894 Within a folder, you may set the &quot;Important&quot; flag on any
2895 message.
2897 X terminal mouse support is more limited but still quite powerful.
2898 As with PC-Alpine, clicking on any of the commands in the keymenu at
2899 the bottom of the screen will execute that command as if you typed it.
2900 Double-clicking on a link, for example the link to the
2901 <!--#echo var="FEAT_enable-mouse-in-xterm"--> feature in the paragraph above,
2902 will take you to that link.
2903 Double-clicking on an index line will view the message, and so on.
2905 &lt;End of help on this topic&gt;
2906 </BODY>
2907 </HTML>
2908 ===== h_mainhelp_keywords ======
2909 <HTML>
2910 <HEAD>
2911 <TITLE>Keywords</TITLE>
2912 </HEAD>
2913 <BODY>
2914 <H1>Keywords</H1>
2916 Within a folder, you may set the &quot;Important&quot; flag on any
2917 message.
2918 This doesn't have any system-defined meaning and is only called
2919 the Important flag because many users use it to signify that a message
2920 is important to them in some way.
2922 You may also define your own set of keywords.
2923 You might know these as user defined flags or as labels.
2924 These are similar to the Important flag but you choose the names for yourself.
2926 Alpine will only display keywords that
2927 have been added by you in the Flag Details screen or
2928 that have been configured by you using the Setup/Config option
2929 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
2930 Keywords set by other means (for example, by another email client) will not
2931 show up in Alpine unless you configure Alpine to know about them.
2932 They will show up in the Flag Details screen, but will not show up, for example,
2933 in the index line.
2936 The following entries in Alpine's online help provide additional information 
2937 about how to use keywords:
2938 <ul>
2939   <li><A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--> config option</A></li>
2940   <li><A HREF="h_common_flag">Flag command to set keywords</A></li>
2941 </ul>
2943 &lt;End of help on this topic&gt;
2944 </BODY>
2945 </HTML>
2946 ===== h_mainhelp_roles ======
2947 <HTML>
2948 <HEAD>
2949 <TITLE>Roles</TITLE>
2950 </HEAD>
2951 <BODY>
2952 <H1>Roles</H1>
2954 You may play different roles depending on who you are replying to. For
2955 example, if you are replying to a message addressed to help-desk you may
2956 be acting as a Help Desk Worker. That role may require that you use a
2957 different return address and/or a different signature.
2960 To configure roles, go to the MAIN MENU and use the Setup command
2961 followed by &quot;Rules&quot; and then &quot;Roles&quot;.
2962 The following entries in Alpine's online help provide additional information 
2963 about how to
2964 use roles:
2965 <ul>
2966   <li><a href="h_rules_roles">Setup Roles Screen</a></li>
2967   <li><a href="h_role_select">Roles Screen</a></li>
2968 </ul>
2970 &lt;End of help on this topic&gt;
2971 </BODY>
2972 </HTML>
2973 ===== h_mainhelp_filtering ======
2974 <HTML>
2975 <HEAD>
2976 <TITLE>Filtering</TITLE>
2977 </HEAD>
2978 <BODY>
2979 <H1>Filtering</H1>
2981 The software that actually delivers mail (the stuff that happens
2982 before Alpine is involved) for you is in a better position to do mail filtering
2983 than Alpine itself.
2984 If possible, you may want to look into using that sort of mail filtering to
2985 deliver mail to different folders, delete it, or forward it.
2986 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
2989 Filtering is a way to automatically move certain messages from one folder
2990 to another or to automatically delete messages.
2991 You may also automatically set the state (Important, New, Deleted, Answered) of messages
2992 and set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
2993 Alpine doesn't have the ability to forward mail to another address or
2994 to deliver vacation messages.
2997 To configure filtering, go to the MAIN MENU and use the Setup command
2998 followed by &quot;Rules&quot; and then &quot;Filters&quot;.
2999 The following entries in Alpine's online help provide additional information 
3000 about how to use filtering:
3001 <UL>
3002   <LI> <A HREF="h_rules_filter">Filtering Setup screen</A>
3003 </UL>
3005 &lt;End of help on this topic&gt;
3006 </BODY>
3007 </HTML>
3008 ===== h_mainhelp_patterns ======
3009 <HTML>
3010 <HEAD>
3011 <TITLE>Patterns</TITLE>
3012 </HEAD>
3013 <BODY>
3014 <H1>Patterns</H1>
3016 Patterns are used with Roles, Filtering, Index Coloring,
3017 Scoring, Other Rules, and Search Rules, so it may help you to understand exactly how Patterns work.
3018 The following entries in Alpine's online help provide information 
3019 about using Patterns:
3020 <UL>
3021   <LI> <A HREF="h_rule_patterns">Patterns</A>
3022 </UL>
3024 &lt;End of help on this topic&gt;
3025 </BODY>
3026 </HTML>
3027 ===== h_mainhelp_cmdlineopts ======
3028 <HTML>
3029 <HEAD>
3030 <TITLE>Command Line Options</TITLE>
3031 </HEAD>
3032 <BODY>
3033 <H1>Command Line Options</H1>
3035 Alpine accepts a number of command line arguments, allowing you, for
3036 example, to start Alpine and immediately access a particular folder.
3037 Many of these arguments overlap with options in the Alpine configuration file.
3038 If there is a difference, then an option set on the command line takes
3039 precedence.
3040 Alpine expects command line arguments (other than addresses) to be
3041 preceded by a &quot;-&quot; (dash) as normally used by UNIX programs.
3042 A <a href="h_command_line_options">full list</a> of command line
3043 possibilities is available.
3045 &lt;End of help on this topic&gt;
3046 </BODY>
3047 </HTML>
3048 ===== h_mainhelp_config ======
3049 <HTML>
3050 <HEAD>
3051 <TITLE>Alpine Configuration</TITLE>
3052 </HEAD>
3053 <BODY>
3054 <H1>Alpine Configuration</H1>
3056 Unless it has been administratively disabled, the Setup command on the
3057 MAIN MENU has several subcommands that allow you to modify Alpine's behavior.
3058 The possible subcommands are for general Configuration settings,
3059 Printer settings, Changing your Password, Signature setup,
3060 AddressBook setup, Collection Lists setup, Rules (including Roles, Filters,
3061 Scores, Search, Indexcolor, and Other rules), LDAP Directory setup,
3062 and Color configuration.
3063 In particular, the &quot;Config&quot; subcommand has many features you may
3064 set or unset and many other configuration variables that may be set to change
3065 the way Alpine works.
3066 Every one of the hundreds of options available in that configuration settings
3067 screen has help text associated with it.
3068 You may read that text by moving the cursor to highlight the option and then
3069 typing the Help command.
3071 These settings are stored in your personal
3072 &quot;pinerc&quot; configuration file (or, optionally, they may be stored
3073 <A HREF="h_config_remote_config">remotely</A>),
3074 but on shared systems these settings
3075 may be over-ridden by a system-wide control file (due to local site
3076 security or support policies).  A global pine configuration file can also
3077 be used to set default values for all Alpine users on a particular system.
3078 Power users may be interested in splitting their personal configuration
3079 data into two pieces, a generic piece and
3080 <A HREF="h_config_exceptions">exceptions</A> which apply to
3081 a particular platform.
3082 They may also be interested in <A HREF="h_config_inheritance">configuration inheritance</A>.
3083 General Alpine configuration information can be found
3084 <A HREF="h_news_config">here</A>.
3086 &lt;End of help on this topic&gt;
3087 </BODY>
3088 </HTML>
3089 ===== h_mainhelp_aggops ======
3090 <HTML>
3091 <HEAD>
3092 <TITLE>Aggregate Operations</TITLE>
3093 </HEAD>
3094 <BODY>
3095 <H1>Aggregate Operations</H1>
3097 When you are in the MESSAGE INDEX, the available commands
3098 (for example, Delete, Undelete, Save, Reply, and so on)
3099 normally act on a single message.
3100 So, for example, if you press the Delete command, the currently highlighted
3101 message is marked Deleted.
3102 These commands that normally act on a single message may be applied to
3103 several messages at once instead.
3105 By default this feature is turned on, but it could be administratively turned
3106 off to reduce complexity.
3107 The feature
3108 <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>
3109 in the Setup/Config screen is used to turn it off or on.
3110 When this feature is turned on, the four commands &quot;Select&quot;,
3111 &quot;SelectCur&quot;, &quot;ZoomMode&quot;, and &quot;Apply&quot;
3112 are available.
3113 The two selection commands allow you to mark a set of
3114 messages as being &quot;selected&quot;.
3115 The &quot;ZoomMode&quot; command will toggle between
3116 displaying only the selected messages and displaying all the messages.
3117 The &quot;Apply&quot; command allows you to
3118 apply one of the regular MESSAGE INDEX commands to all of the selected
3119 messages instead of to only the highlighted message.
3121 An example aggregate operation would be to catch up when reading
3122 a news group.
3123 That is, get rid of all the messages in the news group so that you can
3124 start fresh.
3125 The easiest way to do this in Alpine is to use aggregate operations.
3126 You want to Delete all of the messages in the group.
3127 You could start at the top and type &quot;D&quot; once for every message.
3128 A much faster method is to first Select all of the messages in the group,
3129 and then Delete all of them.
3130 This would take four keystrokes:
3132 <CENTER><SAMP>; a (to select all messages)</SAMP></CENTER>
3133 <BR>
3134 <CENTER><SAMP>a d (to delete all selected messages)</SAMP></CENTER>
3136 Another use of Select is to use it for searching for a particular message
3137 or set of messages in a large folder.
3138 You may know that the message was From a certain user.
3139 You could select all messages from that user to start, and use Zoom to
3140 look at only those messages.
3141 If there were still too many messages to look at you could Narrow the
3142 set of messages further by selecting from all of those messages only
3143 the ones that were after a certain date, or contained a particular phrase
3144 in the Subject, or were too a particular address, and so on.
3145 That may be the end of what you are doing, or you may want to use Apply to
3146 Save or Forward or Print all of the selected messages.
3148 Some related help topics are
3149 <UL>
3150 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
3151 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
3152 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
3153 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
3154 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
3155 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
3156 </UL>
3158 &lt;End of help on this topic&gt;
3159 </BODY>
3160 </HTML>
3161 ===== h_mainhelp_readingnews ======
3162 <HTML>
3163 <HEAD>
3164 <TITLE>Reading News</TITLE>
3165 </HEAD>
3166 <BODY>
3167 <H1>Reading News</H1>
3169 <H2>Background</H2>
3170 Alpine can read and post to Internet (or USENET) newsgroups, using the same 
3171 commands as for mail. Similar to mailing lists but existing on a larger scale, 
3172 Usenet newsgroups allow groups of people with common interests to discuss 
3173 particular topics. You might find newsgroups related to your career, or you 
3174 might wish to check out the online discussion among the fans of your favorite 
3175 television show. 
3177 <H2>Configuring Alpine for Reading News</H2>
3178 Alpine often arrives
3179 pre-configured by your system administrator to automatically access the
3180 newsgroups offered by your organization, Internet Service Provider, or
3181 school. PC-Alpine users, and those attempting to customize Unix Alpine, will
3182 need additional details on <a href="h_configuring_news">how to
3183 configure Alpine to read news</a>.
3185 <H2>Accessing Newsgroups</H2>
3186 The first step in reading news is to access the newsgroups collections
3187 screen from Alpine. If everything is configured properly, you should be able
3188 to do this by first typing L (folder List), then selecting the folder
3189 collection listed as "News." The actual name of this collection may differ
3190 from system to system.
3192 <H2>Subscribing to Newsgroups</H2>
3194 Once you have accessed the news collection, you need to subscribe to a
3195 newsgroup that interests you. Subscribing to a newsgroup means that Alpine
3196 will keep a record of the newsgroups in which you are interested and which
3197 articles in those newsgroups have been read.
3199 <H2>Using Newsgroups</H2> 
3200 Alpine uses the similar commands to read news as to read mail. For example,
3201 the D command marks messages as Deleted (or "Dismissed," if you prefer),
3202 and the R command Replies to a news posting. Basically, Alpine allows you to
3203 read news as if it were mail, so you don't need to change the way you
3204 interact with Alpine.
3206 There is also additional Alpine help available on 
3207 <A HREF="h_reading_news">how to use Alpine to read news</A>.
3209 &lt;End of help on this topic&gt;
3210 </BODY>
3211 </HTML>
3212 ===== h_mainhelp_securing ======
3213 <HTML>
3214 <HEAD>
3215 <TITLE>Securing your Alpine Session</TITLE>
3216 </HEAD>
3217 <BODY>
3218 <H1>Securing your Alpine Session</H1>
3220 By default, Alpine will attempt to connect to an IMAP server on the normal
3221 IMAP service port (143).
3222 If the Alpine you are using has been built to
3223 support &quot;Transport Layer Security&quot; (TLS)
3224 and &quot;Secure Sockets Layer&quot; (SSL) 
3225 (check by clicking <A HREF="X-Alpine-Config:">here</A>),
3226 and the server offers the STARTTLS capability, then a secure (encrypted)
3227 session will be established.
3229 When you are connected to a remote folder the titlebar will contain a plus sign
3230 in the far right column if the connection is encrypted using TLS or SSL.
3231 Similarly, when you are being prompted for a password a plus sign will appear in the prompt
3232 if the connection is encrypted.
3234 <H2>More Information on Alpine with SSL and TLS</H2>
3235 <UL>
3236 <LI> <A HREF="h_release_tlscerts">TLS and SSL Usage Note</A> </LI>
3237 <LI> <A HREF="h_folder_server_syntax">/SSL</A> option for older servers which support port 993 SSL but not TLS </LI>
3238 <LI> <A HREF="h_config_alt_auth"><!--#echo var="FEAT_try-alternative-authentication-driver-first"--></A> feature </LI>
3239 <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>
3240 </UL>
3241 <H2>Here are some other security-related features and options</H2>
3243 <UL>
3244 <LI> <A HREF="h_config_disable_password_caching"><!--#echo var="FEAT_disable-password-caching"--></A> feature to disable password caching </LI>
3245 <LI> <A HREF="h_config_disable_password_file_saving"><!--#echo var="FEAT_disable-password-file-saving"--></A> Disable password file saving</LI>
3246 <LI> <A HREF="h_config_mailcap_params"><!--#echo var="FEAT_enable-mailcap-param-substitution"--></A> feature </LI>
3247 <LI> <A HREF="h_config_disable_auths"><!--#echo var="VAR_disable-these-authenticators"--></A> option </LI>
3248 </UL>
3250 &lt;End of help on this topic&gt;
3251 </BODY>
3252 </HTML>
3253 ===== h_mainhelp_problems ======
3254 <HTML>
3255 <HEAD>
3256 <TITLE>Reporting Problems</TITLE>
3257 </HEAD>
3258 <BODY>
3259 <H1>Reporting Problems</H1>
3261 We ask that you first read the relevant help screens and then seek
3262 assistance from your own local support staff.  Once you are sure that your
3263 difficulty is not a local configuration problem, you might look at the
3264 help section explaining where to look for
3265 <A HREF="h_finding_help">more information</A> and where to 
3266 get assistance.
3269 <ADDRESS>
3270    Eduardo Chappa &lt;chappa@gmx.com&gt;
3271 </ADDRESS>
3274 &lt;End of help on this topic&gt;
3275 </BODY>
3276 </HTML>
3277 ===== h_main_menu_commands ======
3278 <HTML>
3279 <HEAD>
3280 <TITLE>MAIN MENU COMMANDS</TITLE>
3281 </HEAD>
3282 <BODY>
3283 <H1>MAIN MENU COMMANDS</H1>
3285 <!--chtml if pinemode="function_key"-->
3286 &nbsp;Available&nbsp;Commands&nbsp;--
3287 &nbsp;Group&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;2<BR>
3288 &nbsp;------------------------------
3289 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------
3290 ----------<BR>
3291 &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>
3292 &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>
3293 &nbsp;F3&nbsp;&nbsp;Quit&nbsp;Alpine<BR>
3294 &nbsp;F4&nbsp;&nbsp;Execute&nbsp;current&nbsp;MAIN&nbsp;MENU&nbsp;command&nbsp;&nbsp;&nbsp;F4&nbsp;&nbsp;<A 
3295 HREF="h_common_compose">Compose</A>&nbsp;a&nbsp;message<BR>
3296 &nbsp;F5&nbsp;&nbsp;Select&nbsp;previous&nbsp;command&nbsp;up&nbsp;on&nbsp;menu&nbsp;&nbsp;F5&nbsp;&nbsp;<A 
3297 HREF="h_common_folders">FOLDER&nbsp;LIST</A>&nbsp;screen<BR>
3298 &nbsp;F6&nbsp;&nbsp;Select&nbsp;next&nbsp;command&nbsp;down&nbsp;on&nbsp;menu&nbsp;&nbsp;&nbsp;&nbsp;F6&nbsp;&nbsp;<A 
3299 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
3300 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
3301 &nbsp;F7&nbsp;&nbsp;<A 
3302 HREF="h_common_index">MESSAGE&nbsp;INDEX</A>&nbsp;screen<BR>
3303 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
3304 &nbsp;F8&nbsp;&nbsp;<A 
3305 HREF="h_main_journal">Journal</A>&nbsp;of&nbsp;status&nbsp;messages<BR>
3306 &nbsp;F9&nbsp;&nbsp;Display&nbsp;<A 
3307 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 
3308 HREF="h_main_setup">SETUP</A>&nbsp;menus<BR>
3309 &nbsp;F10&nbsp;<A 
3310 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 
3311 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen<BR>
3312 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
3313 &nbsp;F11&nbsp;<A 
3314 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
3315 <!--chtml else-->
3316 &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>
3317 &nbsp;---------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------------<BR>
3318 &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>
3319 &nbsp;C&nbsp;&nbsp;<A 
3320 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>
3321 &nbsp;I&nbsp;&nbsp;<A 
3322 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>
3323 &nbsp;L&nbsp;&nbsp;<A 
3324 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>
3325 &nbsp;A&nbsp;&nbsp;<A 
3326 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;K&nbsp;&nbsp;<A 
3327 HREF="h_main_kblock">Lock&nbsp;Keyboard</A><BR>
3328 &nbsp;S&nbsp;&nbsp;<A 
3329 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 
3330 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
3331 &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>
3332 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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 
3333 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
3334 <!--chtml endif-->
3337 NOTE:
3338 <OL>
3339  <LI>For help on a particular command, highlight the bold text associated
3340 with it above and hit Return.
3341  <LI> The availability of certain commands (e.g. some of the options under
3342 SETUP) is determined by Alpine configuration files and system capabilities.
3343 At some sites, certain commands may not be available due to security or
3344 support concerns.
3345 </OL>
3347 &lt;End of help on this topic&gt;
3348 </BODY>
3349 </HTML>
3351 ===== h_command_line_options ======
3352 <HTML>
3353 <HEAD>
3354 <TITLE>COMMAND LINE OPTIONS</TITLE>
3355 </HEAD>
3356 <BODY>
3357 <H1>COMMAND LINE OPTIONS</H1>
3358 Possible starting arguments for Alpine:
3360 <DL COMPACT>
3362 <DT> <EM>[addresses]</EM>
3364 <DD> Send-to:  If you give <EM>Alpine</EM> an argument or arguments which
3365 do not begin with a dash, <EM>Alpine</EM> treats them as email addresses.
3366 <EM>Alpine</EM> will startup in
3367 the composer with a message started to the addresses specified.
3368 Once the message is sent, the <EM>Alpine</EM> session closes.
3369 Standard input redirection is allowed.
3370 Separate multiple addresses with a space between them.
3371 Addresses are placed in the &quot;To&quot; field only.
3374 <DT> &lt; <EM>file</EM>
3376 <DD> <EM>Alpine</EM> will startup in the composer with <EM>file</EM> read
3377 into the body of the message.
3378 Once the message is sent, the <EM>Alpine</EM> session closes. 
3381 <DT> -attach <EM>file</EM>
3383 <DD> Go directly into composer with given file attached.
3386 <DT> -attachlist <EM>file-list</EM>
3388 <DD> Go directly into composer with given files attached.
3389 This must be the last option on the command line.
3392 <DT> -attach_and_delete <EM>file</EM>
3394 <DD> Go directly into composer with given file attached, delete when finished.
3397 <DT> -aux <EM>local_directory</EM>
3399 <DD> <EM>PC-Alpine</EM> only.
3400 This tells <EM>PC-Alpine</EM> the local directory to use for storing auxiliary
3401 files, like debug files, address books, and signature files.  The pinerc may 
3402 be local or remote.
3405 <DT> -bail
3407 <DD> If the personal configuration file doesn't already exist, exit.
3408 This might be useful if the configuration file is accessed using some
3409 remote filesystem protocol. If the remote mount is missing this will cause
3410 <EM>Alpine</EM> to quit instead of creating a new pinerc.
3413 <DT> -c <EM>n</EM>
3415 <DD> When used with the <CODE>-f</CODE> option, apply the <EM>n</EM>th context.
3416 This is used when there are multiple folder collections (contexts) and you 
3417 want to open a folder not in the primary collection.
3420 <DT> -conf
3422 <DD> Configuration: Prints a sample system configuration file to the
3423 screen or standard output. To generate an initial system configuration 
3424 file, execute
3426 <PRE><CODE>
3427                 pine -conf > <!--#echo var="PINE_CONF_PATH"-->
3428 </CODE></PRE>
3431 To generate a system configuration file using settings from an old
3432 system configuration file, execute
3434 <PRE><CODE>
3435                 pine -P old-pine.conf -conf > <!--#echo var="PINE_CONF_PATH"-->
3436 </CODE></PRE>
3438 A system configuration file is not required.
3441 <DT> -copy_abook &lt;<EM>local_abook_file</EM>&gt; &lt;<EM>remote_abook_folder</EM>&gt;
3443 <DD> Copy an address book file to a remote address book folder.
3444 If the remote folder doesn't exist, it will be created.
3445 If it exists but the first message in the folder isn't a remote address
3446 book header message, the copy will be aborted.
3447 This flag will not usually be used by a user.
3448 Instead, the user will create a remote address book from within <EM>Alpine</EM>
3449 and copy entries from the local address book by using aggregate Save in
3450 the address book screen.
3453 <DT> -copy_pinerc &lt;<EM>local_pinerc_file</EM>&gt; &lt;<EM>remote_pinerc_folder</EM>&gt;
3455 <DD> Copy a pinerc configuration file to a remote pinerc folder.
3456 If the remote folder doesn't exist, it will be created.
3457 If it exists but the first message in the folder isn't a remote pinerc
3458 header message, the copy will be aborted.
3459 This flag may be useful to users who already have a local pinerc file and
3460 would like to convert it to a remote pinerc folder and use that instead.
3461 This gives a way to bootstrap that conversion without having to manually
3462 reset all of the variables in the remote pinerc folder.
3465 <DT> -d <EM>debug-level</EM>
3467 <DD> Debug Level:  Sets the level of debugging information written by
3468 <EM>Alpine</EM>.
3469 <EM>debug-level</EM> can be set to any integer 0-9.
3470 A debug level of 0 turns off debugging for the session.
3471 (Actually there are some levels higher than 9, but you probably don't
3472 want to see them.)
3475 <DT> -d <EM>keywords</EM>
3477 <DD> You may use a more detailed version of the debugging flag to set
3478 the debug level in separate parts of <EM>Alpine</EM>.
3479 The possibilities are flush, timestamp, imap=0..4, tcp, numfiles=0..31, and
3480 verbose=0..9.
3481 <EM>Flush</EM> causes debugging information to be flushed immediately to
3482 the debug file as it is written.
3483 <EM>Verbose</EM> is the general debugging verbosity level.
3484 <EM>Timestamp</EM> causes timestamps to be added to the debug file, which
3485 is useful when you are trying to figure out what is responsible for delays.
3486 <EM>Numfiles</EM> sets the number of debug files saved.
3487 <EM>Imap</EM> sets the debug level for the debugging statements related
3488 to the conversation with the IMAP server, and more generally, for the
3489 debugging related to <EM>Alpine</EM>'s interaction with the C-Client library.
3490 <EM>Tcp</EM> turns on some TCP/IP debugging.
3493 <DT> -f <EM>folder</EM>
3495 <DD> Startup folder:  <EM>Alpine</EM> will open this folder in place
3496 of the standard INBOX.
3499 <DT> -F <EM>file</EM>
3501 <DD> Open named text file for viewing and forwarding.
3504 <DT> -h
3506 <DD> Help:  Prints the list of available command-line arguments to the
3507 screen.
3510 <DT> -i
3512 <DD> <EM>Alpine</EM> will start up in the FOLDER INDEX
3513 screen instead of the MAIN MENU.
3516 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"-->=i</EM>.
3519 <DT> -I <EM>a,b,c,...</EM>
3521 <DD> Initial Keystrokes:  <EM>Alpine</EM> will execute this comma-separated
3522 sequence of commands upon startup.
3523 This allows users to get <EM>Alpine</EM> to start in any
3524 of its menus/screens.
3525 You cannot include any input to the composer in the initial keystrokes.
3526 The key &lt;Return&gt; is represented by a ``CR'' in
3527 the keystroke list; the spacebar is designated by the letters ``SPACE''.
3528 Control keys are two character sequences beginning with ``^'', such as
3529 ``^I''.
3530 A tab character is ``TAB''.
3531 Function keys are ``F1'' - ``F12'' and the arrow keys are ``UP'',
3532 ``DOWN'', ``LEFT'', and ``RIGHT''.
3533 A restriction is that you can't mix function keys and character keys in this
3534 list even though you can, in some cases, mix them when running <EM>Alpine</EM>.
3535 A user can always use only <EM>character</EM> keys in the startup list even
3536 if he or she is using <EM>function</EM> keys normally, or vice versa.
3537 If an element in this list is a string of characters surrounded by double
3538 quotes (&quot;) then it will be expanded into the individual characters in
3539 the string, excluding the double quotes.
3542 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"--></EM>
3545 <DT> -install
3547 <DD> For <EM>PC-Alpine</EM> only, this option prompts the user for
3548 some basic information to help with getting properly set up.
3551 <DT> -k
3553 <DD> Function-Key Mode:  When invoked in this way, <EM>Alpine</EM> expects
3554 the input of commands to be function-keys.
3555 Otherwise, commands are linked to the regular character keys.
3558 Configuration equivalent:  <EM><!--#echo var="FEAT_use-function-keys"--></EM> included in
3559 <EM>Feature-List</EM>.
3562 <DT> -n <EM>n</EM>
3564 <DD> Message-Number:  When specified, <EM>Alpine</EM> starts up in the
3565 FOLDER INDEX screen with the current message being the specified
3566 message number.
3569 <DT> -nosplash
3571 <DD> <EM>PC-Alpine</EM> only.
3572 This tells <EM>PC-Alpine</EM> not to display the splash screen upon startup.
3573 This may be helpful for certain troubleshooting or terminal server scenarios.
3576 <DT> -o <EM>folder</EM>
3578 <DD> Opens the INBOX (or a folder specified via the -f argument) ReadOnly. 
3581 <DT> -p <EM>pinerc</EM>
3583 <DD> Uses the named file as the personal configuration file instead of
3584 <EM>~/.pinerc</EM> or the default PINERC search sequence <EM>PC-Alpine</EM> uses.
3585 Alpinerc may be either a local file or a remote configuration folder.
3588 <DT> -P <EM>pinerc</EM>
3590 <DD> Uses the named file as the system wide configuration file instead of
3591 <EM><!--#echo var="PINE_CONF_PATH"--></EM> on UNIX, or nothing on <EM>PC-Alpine</EM>.
3592 Alpinerc may be either a local file or a remote configuration folder.
3595 <DT> -passfile <EM>passfile</EM>
3597 <DD> This tells <EM>Alpine</EM> what file should be used as the password file.
3598 This should be a fully-qualified filename.
3601 <DT> -pinerc <EM>file</EM>
3603 <DD> Output fresh pinerc configuration to <EM>file</EM>, preserving the
3604 settings of variables that the user has made.
3605 Use <EM>file</EM> set to ``-'' to make output go to standard out.
3608 <DT> -r
3610 <DD> Restricted Mode:  For UNIX <EM>Alpine</EM> only.
3611 <EM>Alpine</EM> in restricted mode can only send email to itself.
3612 Save and export are limited.
3615 <DT> -registry <EM>cmd</EM>
3617 <DD> For <EM>PC-Alpine</EM> only, this option affects the values of 
3618 <EM>Alpine</EM>'s registry entries.
3619 Possible values for <EM>cmd</EM> are set, clear, and dump.
3620 <EM>Set</EM> will always reset <EM>Alpine</EM>'s registry 
3621 entries according to its current settings.
3622 <EM>Clear</EM> will clear the registry values.
3623 <EM>Clearsilent</EM> will clear the registry values without any dialogs.
3624 <EM>Dump</EM> will display the values of current registry settings.
3625 Note that the dump command is currently disabled.
3626 Without the -registry option, <EM>PC-Alpine</EM> will write values into
3627 the registry only if there currently aren't any values set.
3630 <DT> -sort <EM>key</EM>
3632 <DD> Sort-Key:  Specifies the order messages will be displayed in for the
3633 FOLDER INDEX screen.
3634 <EM>Key</EM> can have the following values: 
3635 arrival, date, subject, orderedsubj, thread, from, size, score, to, cc,
3636 arrival/reverse, date/reverse, subject/reverse, orderedsubj/reverse, thread/reverse,
3637 from/reverse, size/reverse, score/reverse, to/reverse, and cc/reverse.
3638 The default value is &quot;arrival&quot;.
3639 The <EM>key</EM> value reverse is equivalent to arrival/reverse.
3642 Configuration equivalent:  <EM><!--#echo var="VAR_sort-key"--></EM>.
3645 <DT> -uninstall
3647 <DD> For <EM>PC-Alpine</EM> only, this option removes references to Alpine
3648 in Windows settings.  The registry settings are removed and
3649 the password cache is cleared.
3652 <DT> -url <EM>url</EM>
3654 <DD> Open the given URL.
3657 <DT> -v
3659 <DD> Version:  Print version information to the screen.
3662 <DT> -x <EM>exceptions_config</EM>
3664 <DD> Configuration settings in the exceptions configuration override your normal
3665 default settings.
3666 <EM>Exceptions_config</EM> may be either a local file or a remote Alpine configuration folder.
3669 <DT> -z
3671 <DD> Enable Suspend:  When run with this flag, the key sequence ctrl-z
3672 will suspend the <EM>Alpine</EM> session.
3675 Configuration equivalent:  <EM><!--#echo var="FEAT_enable-suspend"--></EM> included in
3676 <EM>Feature-List</EM>.
3679 <DT> -<EM>option</EM>=<EM>value</EM>
3681 <DD> Assign <EM>value</EM> to the config option <EM>option</EM>.
3682 For example, <EM>-signature-file=sig1</EM> or
3683 <EM>-Feature-List=signature-at-bottom</EM>.
3684 Note:  Feature-List values are
3685 additive and features may be preceded with no- to turn them off.
3686 Also, as a special case, the &quot;Feature-List=&quot; part of that may be
3687 omitted. For example, <EM>-signature-at-bottom</EM> is equivalent to
3688 <EM>-Feature-List=signature-at-bottom</EM>.
3691 </DL>
3693 &lt;End of help on this topic&gt;
3694 </BODY>
3695 </HTML>
3696 ===== h_configuring_news ======
3697 <HTML>
3698 <HEAD>
3699 <TITLE>CONFIGURING NEWS</TITLE>
3700 </HEAD>
3701 <BODY>
3702 <H1>CONFIGURING NEWS</H1>
3703 Alpine can access news folders in any one of three different ways:
3704 <DL>
3705 <DT>REMOTE NNTP</DT>
3706 <DD>Using the Network News Transport Protocol (NNTP) to
3707 access news on a remote news server.  In this case the newsrc file is
3708 stored on the machine where Alpine is running.
3711 To specify a remote news-collection accessed via NNTP use the
3712 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
3713 Server: value to the NNTP server's hostname appended with the
3714 communication method &quot;/service=NNTP&quot;, and set the Path:
3715 value to the &quot;#news.&quot; namespace (without the quotes).  See
3716 the &quot;<A HREF="h_composer_cntxt_server">Server:</A>&quot; field's
3717 help text for a more complete explanation of access method, and the
3718 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
3719 text for a more complete explanation of &quot;namespace&quot;.
3721 Instead of specifying a news-collection, you may simply set the
3722 <A HREF="h_config_nntp_server">NNTP Server</A>
3723 option, which will cause Alpine to create a default news-collection for you.
3724 Another NNTP option that may be of interest is
3725 <A HREF="h_config_nntprange"><!--#echo var="VAR_nntp-range"--></A>.
3727 <DT>REMOTE IMAP</DT>
3728 <DD>Using the Internet Message Access Protocol (IMAP) to
3729 access news on a remote news server.  In this case, your newsrc file is
3730 stored on the news server, in your home directory, so you must have an
3731 account on the news server, but you would be running Alpine on a different
3732 machine.  The news server must be running an IMAPd server process. 
3735 To specify a remote news-collection accessed via IMAP use the
3736 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
3737 Server: value to the IMAP server's hostname, and set the Path: value
3738 to the &quot;#news.&quot; namespace (without the quotes).  See the
3739 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
3740 text for a more complete explanation of &quot;namespace&quot;.
3742 </DD>
3744 <DT>LOCAL</DT>
3745 <DD>Using local file access to the news database.  In this
3746 case, your newsrc file is stored on the news server, in your home
3747 directory, so you must have an account on the news server, and you would
3748 be running Alpine on the same machine.
3751 To specify a local news-collection use the SETUP/collectionList
3752 screen's &quot;Add&quot; command.  Leave the Server: value blank, and
3753 set the Path: value to the &quot;#news.&quot; namespace (without the
3754 quotes).  See the &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot;
3755 field's help text for a more complete explanation of &quot;namespace&quot;.
3757 </DD>
3758 </DL>
3762 NOTE: Should no news-collection be defined as above, Alpine will
3763 automatically create one using the Setup/Config screen's
3764 &quot;<!--#echo var="VAR_nntp-server"-->&quot; variable's value if defined.  The collection
3765 will be created as a &quot;Remote NNTP&quot; as described above.
3769 If you are a PC-Alpine user, either option 1 (NNTP) or option 2 (IMAP) is
3770 possible.  If you don't have an account on the news server, or if the news
3771 server is not running an IMAP daemon, then you must use NNTP.  (If you are not
3772 sure, ask your service provider, university, or company for help.)  In
3773 this case, your Unix .newsrc file can be transferred to your PC.  A good
3774 place to put it would be in the same directory as your PINERC file, under
3775 the name NEWSRC, but you can 
3776 <A HREF="h_config_newsrc_path">specify a different location</A>
3777 via Alpine's Setup/Config screen.
3780 Other configuration features related to news are
3781 <A HREF="h_config_8bit_nntp"><!--#echo var="FEAT_enable-8bit-nntp-posting"--></A>.
3782 <A HREF="h_config_compose_news_wo_conf"><!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></A>,
3783 <A HREF="h_config_news_uses_recent"><!--#echo var="FEAT_news-approximates-new-status"--></A>,
3784 <A HREF="h_config_news_cross_deletes"><!--#echo var="FEAT_news-deletes-across-groups"--></A>,
3785 <A HREF="h_config_news_catchup"><!--#echo var="FEAT_news-offers-catchup-on-close"--></A>,
3786 <A HREF="h_config_post_wo_validation"><!--#echo var="FEAT_news-post-without-validation"--></A>,
3787 <A HREF="h_config_read_in_newsrc_order"><!--#echo var="FEAT_news-read-in-newsrc-order"--></A>, and
3788 <A HREF="h_config_quell_post_prompt"><!--#echo var="FEAT_quell-extra-post-prompt"--></A>.
3791 &lt;End of help on this topic&gt;
3792 </BODY>
3793 </HTML>
3794 ===== h_reading_news ======
3795 <HTML>
3796 <HEAD>
3797 <TITLE>READING NEWS</TITLE>
3798 </HEAD>
3799 <BODY>
3800 <H1>READING NEWS</H1>
3802 Alpine uses almost the same commands for manipulating news folders as for
3803 mail folders.  This means, for example, that when you are done with a
3804 message, you would use &quot;D&quot; to mark it as Deleted (or Dismissed,
3805 if you prefer.)  This &quot;mail-like&quot; behavior differs from that of
3806 most newsreaders, wherein a message is implicitly dismissed after you have
3807 looked at it once. We strongly believe that Alpine should offer as much
3808 consistency as possible between mail and news, so the mail paradigm --
3809 wherein a message does not magically disappear without explicit action by
3810 the user -- is used for news as well. <P>
3812 If you answer a message in a news folder, the index view will show the
3813 &quot;A&quot; flag as usual; but the industry standard file Alpine uses to
3814 keep track of what news as been read has no way of storing this flag, so
3815 it will not be preserved across sessions.  The Deleted flag is the only
3816 one that is preserved when you leave and then return to a newsgroup.  As an
3817 additional note on replies, when you Reply to a newsgroup message and say
3818 you want to reply to all recipients, Alpine will ask if you want to post the
3819 message to all the newsgroups listed in the original message. <P>
3821 If you would like Alpine to mark more-or-less recent news messages as
3822 &quot;New&quot;, then set the
3823 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
3824 feature (which is set by default).  This will cause messages after the last one you have marked as
3825 Deleted to appear with &quot;N&quot; status in the MESSAGE INDEX.  The
3826 &quot;N&quot; status often makes it easier to distinguish later news
3827 articles from those you've previously seen, but not yet disposed of via
3828 the &quot;D&quot; key.  Note that this is an approximation, not an exact
3829 record of which messages you have not seen.
3832 A frequent operation in news-reading is &quot;catching up&quot; -- that
3833 is, getting rid of all the messages in the newsgroup so that you can
3834 &quot;start fresh.&quot;  The easiest way to do this in Alpine is via the
3835 Select command.  You would enter the following four keystrokes:
3836 <tt>;aad</tt> to select all messaged, and then apply the delete (or
3837 dismiss) command to all of them.
3840 There are also additional details on 
3841 <A HREF="h_configuring_news">configuring news</a>.
3844 &lt;End of help on this topic&gt;
3845 </BODY>
3846 </HTML>
3847 ====== h_help_index ======
3848 <HTML>
3849 <HEAD>
3850 <TITLE>Help Index</TITLE>
3851 </HEAD>
3852 <BODY>
3853 <H1>Help Index</H1>
3854 <ul>
3855 <li><a href="h_mainhelp_abooks">Address Books</a></li>
3856 <li><a href="h_abook_top">ADDRESS BOOK LIST COMMANDS</a>
3857 <li><a href="h_main_addrbook">Address Book Command</a>
3858 <li><a href="h_abook_view">Address Book View Explained</a>
3859 <li><a href="h_compose_addrcomplete">Address Completion</a>
3860 <li><a href="h_abook_select_listmode">Address Listmode Selection from Composer Explained</a>
3861 <li><a href="h_abook_select_checks">Address Selection from Composer Explained</a>
3862 <li><a href="h_composer_abook_comment">Addressbook Comment Explained</a>
3863 <li><a href="h_composer_abook_fcc">Addressbook Fcc Explained</a>
3864 <li><a href="h_composer_abook_add_folder">Addressbook Folder Name Field Explained</a>
3865 <li><a href="h_composer_abook_full">Addressbook Fullname Explained</a>
3866 <li><a href="h_composer_abook_add_nick">Addressbook NickName Field Explained</a>
3867 <li><a href="h_composer_abook_nick">Addressbook Nickname Explained</a>
3868 <li><a href="h_abook_select_addr">Addressbook Selection Explained</a>
3869 <li><a href="h_abook_select_top">Addressbook Selection Navigation Explained</a>
3870 <li><a href="h_composer_abook_add_server">Addressbook Server Name Field Explained</a>
3871 <li><a href="h_mainhelp_aggops">Aggregate Operations</a>
3872 <li><a href="h_mainhelp_config">Alpine Configuration</a>
3873 <li><a href="h_mainhelp_pinehelp">Alpine Help</a>
3874 <li><a href="h_news_legal">Alpine Legal Notices</a>
3875 <li><a href="h_compose_alted">Alt Editor Command</a>
3876 <li><a href="h_index_cmd_apply">Apply Command</a>
3877 <li><a href="h_attachment_screen">Attachment Index Screen Explained</a>
3878 <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a>
3879 <li><a href="h_mainhelp_filtering">Blocking Messages</a>
3880 <li><a href="h_composer_browse">BROWSER</a>
3881 <li><a href="h_common_bounce">Bounce Command</a>
3882 <li><a href="h_compose_cancel">Cancel Command</a>
3883 <li><a href="h_config_change_your_from">Changing your From Address</a>
3884 <li><a href="h_collection_screen">COLLECTION LIST screen</a>
3885 <li><a href="h_mainhelp_color">Color</a>
3886 <li><a href="h_composer_ctrl_j">COMPOSER ATTACH</a>
3887 <li><a href="h_composer">COMPOSER COMMANDS</a>
3888 <li><a href="h_mainhelp_composing">Composing Messages</a>
3889 <li><a href="h_mainhelp_collections">Collection Lists</a>
3890 <li><a href="h_composer_cntxt_nick">Collection Nickname Explained</a>
3891 <li><a href="h_composer_cntxt_path">Collection Path: Explained</a>
3892 <li><a href="h_composer_cntxt_server">Collection Server: Explained</a>
3893 <li><a href="h_composer_cntxt_view">Collection View: Explained</a>
3894 <li><a href="h_mainhelp_cmdlineopts">Command Line Options</a>
3895 <li><a href="h_common_compose">Compose Command</a>
3896 <li><a href="h_edit_nav_cmds">Composer Editing Commands Explained</a>
3897 <li><a href="h_common_conditional_cmds">Conditional Commands</a>
3898 <li><a href="h_reply_token_conditionals">Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</a>
3899 <li><a href="h_mainhelp_config">Configuration</a>
3900 <li><a href="h_composer_custom_free">CUSTOMIZED HEADER FIELD</a>
3901 <li><a href="h_config_dflt_color">Default Color</a>
3902 <li><a href="h_common_delete">Delete and Undelete Commands</a>
3903 <li><a href="h_composer_qserv_cn">Directory Query Form Explained</a>
3904 <li><a href="h_special_list_commands">Email List Commands Explained</a>
3905 <li><a href="h_composer_search">Explanation of Composer Whereis Command </a>
3906 <li><a href="h_folder_open">Explanation of Folder Selection</a>
3907 <li><a href="h_special_xon_xoff">Explanation of Alpine's XOFF/XON Handling</a>
3908 <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a>
3909 <li><a href="h_ge_export">Export File Selection</a>
3910 <li><a href="h_ge_allparts">Export Message File Selection</a>
3911 <li><a href="h_index_cmd_expunge">Expunge/Exclude Command</a>
3912 <li><a href="h_info_on_locking">FAQs on Alpine Locking</a>
3913 <li><a href="h_config_allow_chg_from">FEATURE: <!--#echo var="FEAT_allow-changing-from"--></a>
3914 <li><a href="h_config_allow_talk">FEATURE: <!--#echo var="FEAT_allow-talk"--></a>
3915 <li><a href="h_config_alt_compose_menu">FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></a>
3916 <li><a href="h_config_alt_role_menu">FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></a>
3917 <li><a href="h_config_alt_reply_menu">FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></a>
3918 <li><a href="h_config_force_low_speed">FEATURE: <!--#echo var="FEAT_assume-slow-link"--></a>
3919 <li><a href="h_config_auto_read_msgs">FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></a>
3920 <li><a href="h_config_auto_open_unread">FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></a>
3921 <li><a href="h_config_auto_unselect">FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></a>
3922 <li><a href="h_config_auto_unzoom">FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></a>
3923 <li><a href="h_config_auto_zoom">FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></a>
3924 <li><a href="h_config_use_boring_spinner">FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></a>
3925 <li><a href="h_config_check_mail_onquit">FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></a>
3926 <li><a href="h_config_combined_abook_display">FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></a>
3927 <li><a href="h_config_combined_folder_display">FEATURE: <!--#echo var="FEAT_combined-folder-display"--></a>
3928 <li><a href="h_config_combined_subdir_display">FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></a>
3929 <li><a href="h_config_cancel_confirm">FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></a>
3930 <li><a href="h_config_lame_list_mode">FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></a>
3931 <li><a href="h_config_compose_rejects_unqual">FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></a>
3932 <li><a href="h_config_send_filter_dflt">FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></a>
3933 <li><a href="h_config_compose_news_wo_conf">FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></a>
3934 <li><a href="h_config_del_from_dot">FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></a>
3935 <li><a href="h_config_compose_maps_del">FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></a>
3936 <li><a href="h_config_confirm_role">FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></a>
3937 <li><a href="h_config_tab_no_prompt">FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></a>
3938 <li><a href="h_config_dates_to_local">FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></a>
3939 <li><a href="h_config_copy_to_to_from">FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></a>
3940 <li><a href="h_config_del_skips_del">FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></a>
3941 <li><a href="h_config_disable_config_cmd">FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></a>
3942 <li><a href="h_config_disable_index_locale_dates">FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></a>
3943 <li><a href="h_config_disable_kb_lock">FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></a>
3944 <li><a href="h_config_blank_keymenu">FEATURE: <!--#echo var="FEAT_disable-keymenu"--></a>
3945 <li><a href="h_config_disable_password_caching">FEATURE: <!--#echo var="FEAT_disable-password-caching"--></a>
3946 <li><a href="h_config_disable_password_cmd">FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></a>
3947 <li><a href="h_config_disable_pipes_in_sigs">FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></a>
3948 <li><a href="h_config_disable_pipes_in_templates">FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></a>
3949 <li><a href="h_config_disable_regex">FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
3950 <li><a href="h_config_disable_roles_setup">FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></a>
3951 <li><a href="h_config_disable_roles_sigedit">FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></a>
3952 <li><a href="h_config_disable_roles_templateedit">FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></a>
3953 <li><a href="h_config_input_history">FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></a>
3954 <li><a href="h_config_disable_collate">FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></a>
3955 <li><a href="h_config_disable_shared">FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></a>
3956 <li><a href="h_config_disable_signature_edit">FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></a>
3957 <li><a href="h_config_take_fullname">FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></a>
3958 <li><a href="h_config_take_lastfirst">FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></a>
3959 <li><a href="h_config_disable_reset_disp">FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></a>
3960 <li><a href="h_config_disable_sender">FEATURE: <!--#echo var="FEAT_disable-sender"--></a>
3961 <li><a href="h_config_quell_dead_letter">FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></a>
3962 <li><a href="h_config_quell_flowed_text">FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></a>
3963 <li><a href="h_downgrade_multipart_to_text">FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></a>
3964 <li><a href="h_config_8bit_smtp">FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></a>
3965 <li><a href="h_config_8bit_nntp">FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></a>
3966 <li><a href="h_config_enable_agg_ops">FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></a>
3967 <li><a href="h_config_enable_alt_ed">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></a>
3968 <li><a href="h_config_alt_ed_now">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></a>
3969 <li><a href="h_config_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></a>
3970 <li><a href="h_config_relaxed_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></a>
3971 <li><a href="h_config_compose_bg_post">FEATURE: <!--#echo var="FEAT_enable-background-sending"--></a>
3972 <li><a href="h_config_enable_bounce">FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></a>
3973 <li><a href="h_config_cruise_mode">FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></a>
3974 <li><a href="h_config_cruise_mode_delete">FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></a>
3975 <li><a href="h_config_compose_dsn">FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></a>
3976 <li><a href="h_config_enable_dot_files">FEATURE: <!--#echo var="FEAT_enable-dot-files"--></a>
3977 <li><a href="h_config_enable_lessthan_exit">FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></a>
3978 <li><a href="h_config_fast_recent">FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></a>
3979 <li><a href="h_config_enable_flag">FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></a>
3980 <li><a href="h_config_flag_screen_default">FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></a>
3981 <li><a href="h_config_flag_screen_kw_shortcut">FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></a>
3982 <li><a href="h_config_enable_full_hdr_and_text">FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></a>
3983 <li><a href="h_config_enable_full_hdr">FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></a>
3984 <li><a href="h_config_allow_goto">FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></a>
3985 <li><a href="h_config_enable_dot_folders">FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></a>
3986 <li><a href="h_config_enable_incoming">FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></a>
3987 <li><a href="h_config_enable_incoming_checking">FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></a>
3988 <li><a href="h_config_enable_jump">FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></a>
3989 <li><a href="h_config_show_delay_cue">FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></a>
3990 <li><a href="h_config_mailcap_params">FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></a>
3991 <li><a href="h_config_enable_mouse">FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></a>
3992 <li><a href="h_config_enable_view_addresses">FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></a>
3993 <li><a href="h_config_enable_view_attach">FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></a>
3994 <li><a href="h_config_enable_view_arrows">FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></a>
3995 <li><a href="h_config_enable_view_url">FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></a>
3996 <li><a href="h_config_enable_view_web_host">FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></a>
3997 <li><a href="h_config_enable_mulnewsrcs">FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></a>
3998 <li><a href="h_config_enable_xterm_newmail">FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></a>
3999 <li><a href="h_config_enable_newmail_short_text">FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>
4000 <li><a href="h_config_sub_lists">FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></a>
4001 <li><a href="h_config_enable_y_print">FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></a>
4002 <li><a href="h_config_prefix_editing">FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></a>
4003 <li><a href="h_config_enable_search_and_repl">FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></a>
4004 <li><a href="h_config_sigdashes">FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></a>
4005 <li><a href="h_config_new_thread_blank_subject">FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></a>
4006 <li><a href="h_config_can_suspend">FEATURE: <!--#echo var="FEAT_enable-suspend"--></a>
4007 <li><a href="h_config_enable_tab_complete">FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></a>
4008 <li><a href="h_config_enable_take_export">FEATURE: <!--#echo var="FEAT_enable-take-export"--></a>
4009 <li><a href="h_config_enable_role_take">FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></a>
4010 <li><a href="h_config_tray_icon">FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></a>
4011 <li><a href="h_config_enable_pipe">FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></a>
4012 <li><a href="h_config_verbose_post">FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></a>
4013 <li><a href="h_config_expanded_addrbooks">FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></a>
4014 <li><a href="h_config_expanded_distlists">FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></a>
4015 <li><a href="h_config_expanded_folders">FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></a>
4016 <li><a href="h_config_expose_hidden_config">FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></a>
4017 <li><a href="h_config_expunge_manually">FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></a>
4018 <li><a href="h_config_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></a>
4019 <li><a href="h_config_full_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></a>
4020 <li><a href="h_config_no_fcc_attach">FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></a>
4021 <li><a href="h_config_force_arrow">FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></a>
4022 <li><a href="h_config_ignore_size">FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></a>
4023 <li><a href="h_config_forward_as_attachment">FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></a>
4024 <li><a href="h_config_preserve_field">FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></a>
4025 <li><a href="h_config_quell_empty_dirs">FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></a>
4026 <li><a href="h_config_hide_nntp_path">FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></a>
4027 <li><a href="h_config_attach_in_reply">FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></a>
4028 <li><a href="h_config_fcc_on_bounce">FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></a>
4029 <li><a href="h_config_include_header">FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></a>
4030 <li><a href="h_config_auto_include_reply">FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></a>
4031 <li><a href="h_config_incoming_checking_total">FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></a>
4032 <li><a href="h_config_incoming_checking_recent">FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></a>
4033 <li><a href="h_config_add_ldap">FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></a>
4034 <li><a href="h_config_maildrops_preserve_state">FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></a>
4035 <li><a href="h_config_mark_fcc_seen">FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></a>
4036 <li><a href="h_config_mark_for_cc">FEATURE: <!--#echo var="FEAT_mark-for-cc"--></a>
4037 <li><a href="h_config_mulnews_as_typed">FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></a>
4038 <li><a href="h_config_news_uses_recent">FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></a>
4039 <li><a href="h_config_news_cross_deletes">FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></a>
4040 <li><a href="h_config_news_catchup">FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></a>
4041 <li><a href="h_config_post_wo_validation">FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></a>
4042 <li><a href="h_config_read_in_newsrc_order">FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></a>
4043 <li><a href="h_config_nntp_search_uses_overview">FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></a>
4044 <li><a href="h_config_thread_sorts_by_arrival">FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></a>
4045 <li><a href="h_config_expunge_inbox">FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></a>
4046 <li><a href="h_config_expunge_stayopens">FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></a>
4047 <li><a href="h_config_pass_c1_control">FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></a>
4048 <li><a href="h_config_pass_control">FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></a>
4049 <li><a href="h_config_predict_nntp_server">FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></a>
4050 <li><a href="h_config_prefer_plain_text">FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></a>
4051 <li><a href="h_config_preopen_stayopens">FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></a>
4052 <li><a href="h_config_preserve_start_stop">FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></a>
4053 <li><a href="h_config_quell_folder_internal_msg">FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></a>
4054 <li><a href="h_config_quell_checks_comp">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></a>
4055 <li><a href="h_config_quell_checks_comp_inbox">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></a>
4056 <li><a href="h_config_quell_partial">FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></a>
4057 <li><a href="h_config_quell_local_lookup">FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></a>
4058 <li><a href="h_config_ff_between_msgs">FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></a>
4059 <li><a href="h_config_print_from">FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></a>
4060 <li><a href="h_config_print_index">FEATURE: <!--#echo var="FEAT_print-index-enabled"--></a>
4061 <li><a href="h_config_custom_print">FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></a>
4062 <li><a href="h_config_prune_uses_iso">FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></a>
4063 <li><a href="h_config_quell_personal_name_prompt">FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></a>
4064 <li><a href="h_config_quell_ssl_largeblocks">FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></a>
4065 <li><a href="h_config_quell_user_id_prompt">FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></a>
4066 <li><a href="h_config_quit_wo_confirm">FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></a>
4067 <li><a href="h_config_quote_replace_noflow">FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></a>
4068 <li><a href="h_config_next_thrd_wo_confirm">FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></a>
4069 <li><a href="h_config_auto_reply_to">FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></a>
4070 <li><a href="h_config_inbox_no_confirm">FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></a>
4071 <li><a href="h_config_save_aggregates">FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></a>
4072 <li><a href="h_config_save_part_wo_confirm">FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></a>
4073 <li><a href="h_config_save_advances">FEATURE: <!--#echo var="FEAT_save-will-advance"--></a>
4074 <li><a href="h_config_save_wont_delete">FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></a>
4075 <li><a href="h_config_quote_all_froms">FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></a>
4076 <li><a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
4077 <li><a href="h_config_select_wo_confirm">FEATURE: <!--#echo var="FEAT_select-without-confirm"--></a>
4078 <li><a href="h_config_auto_fcc_only">FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></a>
4079 <li><a href="h_config_send_wo_confirm">FEATURE: <!--#echo var="FEAT_send-without-confirm"--></a>
4080 <li><a href="h_config_separate_fold_dir_view">FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></a>
4081 <li><a href="h_config_show_cursor">FEATURE: <!--#echo var="FEAT_show-cursor"--></a>
4082 <li><a href="h_config_textplain_int">FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></a>
4083 <li><a href="h_config_select_in_bold">FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></a>
4084 <li><a href="h_config_show_sort">FEATURE: <!--#echo var="FEAT_show-sort"--></a>
4085 <li><a href="h_config_single_list">FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></a>
4086 <li><a href="h_config_sig_at_bottom">FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></a>
4087 <li><a href="h_config_slash_coll_entire">FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></a>
4088 <li><a href="h_config_sort_fcc_alpha">FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></a>
4089 <li><a href="h_config_sort_save_alpha">FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></a>
4090 <li><a href="h_config_always_spell_check">FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></a>
4091 <li><a href="h_config_winpos_in_config">FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></a>
4092 <li><a href="h_config_strip_sigdashes">FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>
4093 <li><a href="h_config_strip_ws_before_send">FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></a>
4094 <li><a href="h_config_quells_asterisks">FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></a>
4095 <li><a href="h_config_quell_attach_ext_warn">FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></a>
4096 <li><a href="h_config_quell_attach_extra_prompt">FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></a>
4097 <li><a href="h_config_no_bezerk_zone">FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></a>
4098 <li><a href="h_config_quell_charset_warning">FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></a>
4099 <li><a href="h_config_quell_content_id">FEATURE: <!--#echo var="FEAT_quell-content-id"--></a>
4100 <li><a href="h_config_quell_post_prompt">FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></a>
4101 <li><a href="h_config_quell_filtering_done_message">FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></a>
4102 <li><a href="h_config_quell_filtering_messages">FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></a>
4103 <li><a href="h_config_quell_full_hdr_reset">FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></a>
4104 <li><a href="h_config_quell_imap_env">FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></a>
4105 <li><a href="h_config_quell_lock_failure_warnings">FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></a>
4106 <li><a href="h_config_quell_domain_warn">FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></a>
4107 <li><a href="h_config_quell_news_env">FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></a>
4108 <li><a href="h_config_quell_host_after_url">FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></a>
4109 <li><a href="h_config_quell_beeps">FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></a>
4110 <li><a href="h_config_quell_tz_comment">FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></a>
4111 <li><a href="h_config_suppress_user_agent">FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></a>
4112 <li><a href="h_config_tab_checks_recent">FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></a>
4113 <li><a href="h_config_tab_uses_unseen">FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></a>
4114 <li><a href="h_config_tab_new_only">FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></a>
4115 <li><a href="h_config_termcap_wins">FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></a>
4116 <li><a href="h_config_color_thrd_import">FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></a>
4117 <li><a href="h_config_alt_auth">FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></a>
4118 <li><a href="h_config_unsel_wont_advance">FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></a>
4119 <li><a href="h_config_use_current_dir">FEATURE: <!--#echo var="FEAT_use-current-dir"--></a>
4120 <li><a href="h_config_use_fk">FEATURE: <!--#echo var="FEAT_use-function-keys"--></a>
4121 <li><a href="h_config_use_reg_start_for_stayopen">FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></a>
4122 <li><a href="h_config_use_resentto">FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></a>
4123 <li><a href="h_config_use_sender_not_x">FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></a>
4124 <li><a href="h_config_suspend_spawns">FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></a>
4125 <li><a href="h_config_use_system_translation">FEATURE: Use System Translation</a>
4126 <li><a href="h_config_vertical_list">FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></a>
4127 <li><a href="h_config_warn_if_fcc_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></a>
4128 <li><a href="h_config_warn_if_subj_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></a>
4129 <li><a href="h_config_warn_if_no_to_or_cc">FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></a>
4130 <li><a href="h_mainhelp_filtering">Filtering</a>
4131 <li><a href="h_finding_help">Finding more information and requesting help</a>
4132 <li><a href="h_common_flag">Flag Command</a>
4133 <li><a href="h_config_quell_flowed_text">Flowed Text</a>
4134 <li><a href="h_mainhelp_folders">Folders</a>
4135 <li><a href="h_what_are_collections">Folder Collections Explained</a>
4136 <li><a href="h_common_folders">Folder List Command</a>
4137 <li><a href="h_folder_fcc">Folder Select for Fcc Explained</a>
4138 <li><a href="h_folder_save">Folder Select for Save Explained</a>
4139 <li><a href="h_folder_server_syntax">Folder Server Name Syntax</a>
4140 <li><a href="h_config_change_your_from">From Address, Changing</a>
4141 <li><a href="main_menu_tx">GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</a>
4142 <li><a href="h_pine_for_windows">GETTING HELP IN ALPINE</a>
4143 <li><a href="h_common_goto">Goto Command</a>
4144 <li><a href="h_common_hdrmode">HdrMode Command</a>
4145 <li><a href="h_mainhelp_pinehelp">Help</a>
4146 <li><a href="h_special_help_nav">Help Text Navigation Explained</a>
4147 <li><a href="h_folder_maint">Help for Folder List</a>
4148 <li><a href="h_valid_folder_names">IMAP</a>
4149 <li><a href="h_ge_import">Import File Selection</a>
4150 <li><a href="h_mainhelp_index">Index of Messages</a>
4151 <li><a href="h_composer_ins_m">INSERT MESSAGE</a>
4152 <li><a href="h_composer_ins">INSERT TEXT FILE</a>
4153 <li><a href="h_address_format">INTERNET EMAIL ADDRESS FORMAT</a>
4154 <li><a href="h_info_on_mbox">Information on mbox driver</a>
4155 <li><a href="h_mainhelp_intro">Introduction</a>
4156 <li><a href="h_main_journal">Journal Command</a>
4157 <li><a href="h_common_jump">Jump Command</a>
4158 <li><a href="h_compose_justify">Justify Command</a>
4159 <li><a href="h_main_kblock">Keyboard Lock Command</a>
4160 <li><a href="h_mainhelp_keywords">Keywords (or Flags, or Labels)</a>
4161 <li><a href="h_mainhelp_ldap">LDAP</a>
4162 <li><a href="h_config_ldap_opts_tls">LDAP FEATURE: Attempt-TLS-On-Connection</a>
4163 <li><a href="h_config_ldap_opts_nosub">LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</a>
4164 <li><a href="h_config_ldap_opts_rhs">LDAP FEATURE: Lookup-Addrbook-Contents</a>
4165 <li><a href="h_config_ldap_opts_tlsmust">LDAP FEATURE: Require-TLS-On-Connection</a>
4166 <li><a href="h_config_ldap_opts_ldaps">LDAP FEATURE: Require-LDAPS-On-Connection</a>
4167 <li><a href="h_config_ldap_opts_ref">LDAP FEATURE: Save-Search-Criteria-Not-Result</a>
4168 <li><a href="h_config_ldap_opts_impl">LDAP FEATURE: Use-Implicitly-From-Composer</a>
4169 <li><a href="h_config_ldap_binddn">LDAP OPTION: Bind-DN</a>
4170 <li><a href="h_config_ldap_cust">LDAP OPTION: Custom-Search-Filter</a>
4171 <li><a href="h_config_ldap_email_attr">LDAP OPTION: EmailAttribute</a>
4172 <li><a href="h_config_ldap_gn_attr">LDAP OPTION: GivennameAttribute</a>
4173 <li><a href="h_config_ldap_server">LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></a>
4174 <li><a href="h_config_ldap_cn_attr">LDAP OPTION: NameAttribute</a>
4175 <li><a href="h_config_ldap_nick">LDAP OPTION: Nickname</a>
4176 <li><a href="h_config_ldap_port">LDAP OPTION: Port</a>
4177 <li><a href="h_config_ldap_base">LDAP OPTION: Search-Base</a>
4178 <li><a href="h_config_ldap_searchrules">LDAP OPTION: Search-Rule</a>
4179 <li><a href="h_config_ldap_searchtypes">LDAP OPTION: Search-Type</a>
4180 <li><a href="h_config_ldap_size">LDAP OPTION: Sizelimit</a>
4181 <li><a href="h_config_ldap_sn_attr">LDAP OPTION: SurnameAttribute</a>
4182 <li><a href="h_config_ldap_time">LDAP OPTION: Timelimit</a>
4183 <li><a href="h_ldap_view">LDAP Response View Explained</a>
4184 <li><a href="h_maildrop">Mail Drop: What is it?</a>
4185 <li><a href="h_mainhelp_mainmenu">MAIN MENU</a>
4186 <li><a href="h_mail_index">MESSAGE INDEX COMMANDS</a>
4187 <li><a href="h_mail_view">MESSAGE TEXT SCREEN</a>
4188 <li><a href="h_compose_markcutpaste">Mark, Cut and Paste Commands</a>
4189 <li><a href="h_common_index">Message Index Command</a>
4190 <li><a href="h_mainhelp_mouse">Mouse</a>
4191 <li><a href="h_mainhelp_aggops">Multiple Message Operations</a>
4192 <li><a href="new_user_greeting">NEW USER GREETING</a>
4193 <li><a href="new_version_greeting">NEW VERSION GREETING</a>
4194 <li><a href="h_mainhelp_readingnews">News Reading</a>
4195 <li><a href="h_folder_subscribe">Newsgroup Subcribe Screen explained</a>
4196 <li><a href="h_folder_postnews">Newsgroup selecting for Posting explained</a>
4197 <li><a href="h_common_nextnew">NextNew Command</a>
4198 <li><a href="h_abook_select_nick">Nickname Selection Explained</a>
4199 <li><a href="h_mainhelp_readingnews">NNTP</a>
4200 <li><a href="h_config_address_book">OPTION: <!--#echo var="VAR_address-book"--></a>
4201 <li><a href="h_config_abook_formats">OPTION: <!--#echo var="VAR_addressbook-formats"--></a>
4202 <li><a href="h_config_ab_sort_rule">OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></a>
4203 <li><a href="h_config_alt_addresses">OPTION: <!--#echo var="VAR_alt-addresses"--></a>
4204 <li><a href="h_config_active_msg_interval">OPTION: <!--#echo var="VAR_busy-cue-rate"--></a>
4205 <li><a href="h_config_color_style">OPTION: Color Style</a>
4206 <li><a href="h_config_wordseps">OPTION: <!--#echo var="VAR_composer-word-separators"--></a>
4207 <li><a href="h_config_composer_wrap_column">OPTION: <!--#echo var="VAR_composer-wrap-column"--></a>
4208 <li><a href="h_config_index_color_style">OPTION: <!--#echo var="VAR_current-indexline-style"--></a>
4209 <li><a href="h_config_cursor_style">OPTION: Cursor Style</a>
4210 <li><a href="h_config_custom_hdrs">OPTION: <!--#echo var="VAR_customized-hdrs"--></a>
4211 <li><a href="h_config_deadlets">OPTION: <!--#echo var="VAR_dead-letter-files"--></a>
4212 <li><a href="h_config_comp_hdrs">OPTION: <!--#echo var="VAR_default-composer-hdrs"--></a>
4213 <li><a href="h_config_default_fcc">OPTION: <!--#echo var="VAR_default-fcc"--></a>
4214 <li><a href="h_config_def_save_folder">OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></a>
4215 <li><a href="h_config_disable_auths">OPTION: <!--#echo var="VAR_disable-these-authenticators"--></a>
4216 <li><a href="h_config_disable_drivers">OPTION: <!--#echo var="VAR_disable-these-drivers"--></a>
4217 <li><a href="h_config_char_set">OPTION: Display Character Set</a>
4218 <li><a href="h_config_display_filters">OPTION: <!--#echo var="VAR_display-filters"--></a>
4219 <li><a href="h_config_download_cmd">OPTION: <!--#echo var="VAR_download-command"--></a>
4220 <li><a href="h_config_download_prefix">OPTION: <!--#echo var="VAR_download-command-prefix"--></a>
4221 <li><a href="h_config_editor">OPTION: <!--#echo var="VAR_editor"--></a>
4222 <li><a href="h_config_empty_hdr_msg">OPTION: <!--#echo var="VAR_empty-header-message"--></a>
4223 <li><a href="h_config_fcc_rule">OPTION: <!--#echo var="VAR_fcc-name-rule"--></a>
4224 <li><a href="h_config_file_dir">OPTION: File Directory</a>
4225 <li><a href="h_config_folder_spec">OPTION: <!--#echo var="VAR_folder-collections"--></a>
4226 <li><a href="h_config_reopen_rule">OPTION: <!--#echo var="VAR_folder-reopen-rule"--></a>
4227 <li><a href="h_config_fld_sort_rule">OPTION: <!--#echo var="VAR_folder-sort-rule"--></a>
4228 <li><a href="h_config_font_char_set">OPTION: Font Character Set</a>
4229 <li><a href="h_config_font_name">OPTION: Font Name</a>
4230 <li><a href="h_config_font_size">OPTION: Font Size</a>
4231 <li><a href="h_config_font_style">OPTION: Font Style</a>
4232 <li><a href="h_config_form_folder">OPTION: <!--#echo var="VAR_form-letter-folder"--></a>
4233 <li><a href="h_config_glob_addrbook">OPTION: <!--#echo var="VAR_global-address-book"--></a>
4234 <li><a href="h_config_goto_default">OPTION: <!--#echo var="VAR_goto-default-rule"--></a>
4235 <li><a href="h_config_header_general_color">OPTION: Header General Color</a>
4236 <li><a href="h_config_image_viewer">OPTION: <!--#echo var="VAR_image-viewer"--></a>
4237 <li><a href="h_config_inbox_path">OPTION: <!--#echo var="VAR_inbox-path"--></a>
4238 <li><a href="h_config_archived_folders">OPTION: <!--#echo var="VAR_incoming-archive-folders"--></a>
4239 <li><a href="h_config_psleep">OPTION: <!--#echo var="VAR_mailcap-check-interval"--></a>
4240 <li><a href="h_config_incoming_interv">OPTION: <!--#echo var="VAR_incoming-check-interval"--></a>
4241 <li><a href="h_config_incoming_second_interv">OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></a>
4242 <li><a href="h_config_incoming_list">OPTION: <!--#echo var="VAR_incoming-check-list"--></a>
4243 <li><a href="h_config_incoming_timeo">OPTION: <!--#echo var="VAR_incoming-check-timeout"--></a>
4244 <li><a href="h_config_incoming_folders">OPTION: <!--#echo var="VAR_incoming-folders"--></a>
4245 <li><a href="h_config_inc_startup">OPTION: <!--#echo var="VAR_incoming-startup-rule"--></a>
4246 <li><a href="h_config_incunseen_color">OPTION: Incoming Unseen Color</a>
4247 <li><a href="h_config_index_arrow_color">OPTION: Index Arrow Color</a>
4248 <li><a href="h_config_index_color">OPTION: Index Colors</a>
4249 <li><a href="h_config_index_format">OPTION: <!--#echo var="VAR_index-format"--></a>
4250 <li><a href="h_config_index_from_color">OPTION: Index From Color</a>
4251 <li><a href="h_config_index_opening_color">OPTION: Index Opening Color</a>
4252 <li><a href="h_config_index_pri_color">OPTION: Index Priority Symbol Colors</a>
4253 <li><a href="h_config_index_subject_color">OPTION: Index Subject Color</a>
4254 <li><a href="h_config_init_cmd_list">OPTION: <!--#echo var="VAR_initial-keystroke-list"--></a>
4255 <li><a href="h_config_key_char_set">OPTION: Keyboard Character Set</a>
4256 <li><a href="h_config_keylabel_color">OPTION: KeyLabel Color</a>
4257 <li><a href="h_config_keyname_color">OPTION: KeyName Color</a>
4258 <li><a href="h_config_keywords">OPTION: <!--#echo var="VAR_keywords"--></a>
4259 <li><a href="h_config_kw_color">OPTION: Keyword Colors</a>
4260 <li><a href="h_config_kw_braces">OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></a>
4261 <li><a href="h_config_prune_date">OPTION: <!--#echo var="VAR_last-time-prune-questioned"--></a>
4262 <li><a href="h_config_last_vers">OPTION: <!--#echo var="VAR_last-version-used"--></a>
4263 <li><a href="h_config_literal_sig">OPTION: <!--#echo var="VAR_literal-signature"--></a>
4264 <li><a href="h_config_mailcheck">OPTION: <!--#echo var="VAR_mail-check-interval"--></a>
4265 <li><a href="h_config_mailchecknoncurr">OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></a>
4266 <li><a href="h_config_mailcap_path">OPTION: <!--#echo var="VAR_mailcap-search-path"--></a>
4267 <li><a href="h_config_maildropcheck">OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></a>
4268 <li><a href="h_config_maxremstream">OPTION: <!--#echo var="VAR_max-remote-connections"--></a>
4269 <li><a href="h_config_metamsg_color">OPTION: Meta-Message Color</a>
4270 <li><a href="h_config_mimetype_path">OPTION: <!--#echo var="VAR_mimetype-search-path"--></a>
4271 <li><a href="h_config_new_ver_quell">OPTION: <!--#echo var="VAR_new-version-threshold"--></a>
4272 <li><a href="h_config_fifopath">OPTION: NewMail FIFO Path</a>
4273 <li><a href="h_config_newmailwidth">OPTION: <!--#echo var="VAR_newmail-window-width"--></a>
4274 <li><a href="h_config_news_active">OPTION: <!--#echo var="VAR_news-active-file-path"--></a>
4275 <li><a href="h_config_news_spec">OPTION: <!--#echo var="VAR_news-collections"--></a>
4276 <li><a href="h_config_news_spool">OPTION: <!--#echo var="VAR_news-spool-directory"--></a>
4277 <li><a href="h_config_newsrc_path">OPTION: <!--#echo var="VAR_newsrc-path"--></a>
4278 <li><a href="h_config_nntprange">OPTION: <!--#echo var="VAR_nntp-range"--></a>
4279 <li><a href="h_config_nntp_server">OPTION: <!--#echo var="VAR_nntp-server"--></HEAD></a>
4280 <li><a href="h_config_normal_color">OPTION: Normal Color</a>
4281 <li><a href="h_config_opening_sep">OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></a>
4282 <li><a href="h_config_oper_dir">OPTION: <!--#echo var="VAR_operating-dir"--></a>
4283 <li><a href="h_config_pat_old">OPTION: Patterns</a>
4284 <li><a href="h_config_pat_filts">OPTION: <!--#echo var="VAR_patterns-filters2"--></a>
4285 <li><a href="h_config_pat_other">OPTION: <!--#echo var="VAR_patterns-other"--></a>
4286 <li><a href="h_config_pat_roles">OPTION: <!--#echo var="VAR_patterns-roles"--></a>
4287 <li><a href="h_config_pat_scores">OPTION: <!--#echo var="VAR_patterns-scores2"--></a>
4288 <li><a href="h_config_pers_name">OPTION: <!--#echo var="VAR_personal-name"--></a>
4289 <li><a href="h_config_print_cat">OPTION: <!--#echo var="VAR_personal-print-category"--></a>
4290 <li><a href="h_config_print_command">OPTION: <!--#echo var="VAR_personal-print-command"--></a>
4291 <li><a href="h_config_post_char_set">OPTION: <!--#echo var="VAR_posting-character-set"--></a>
4292 <li><a href="h_config_postponed_folder">OPTION: <!--#echo var="VAR_postponed-folder"--></a>
4293 <li><a href="h_config_print_font_char_set">OPTION: Print-Font-Char-Set</a>
4294 <li><a href="h_config_print_font_name">OPTION: Print-Font-Name</a>
4295 <li><a href="h_config_print_font_size">OPTION: Print-Font-Size</a>
4296 <li><a href="h_config_print_font_style">OPTION: Print-Font-Style</a>
4297 <li><a href="h_config_printer">OPTION: Printer</a>
4298 <li><a href="h_config_prompt_color">OPTION: Prompt Color</a>
4299 <li><a href="h_config_pruned_folders">OPTION: <!--#echo var="VAR_pruned-folders"--></a>
4300 <li><a href="h_config_pruning_rule">OPTION: <!--#echo var="VAR_pruning-rule"--></a>
4301 <li><a href="h_config_quote_color">OPTION: Quote Colors</a>
4302 <li><a href="h_config_quote_replace_string">OPTION: <!--#echo var="VAR_quote-replace-string"--></a>
4303 <li><a href="h_config_quote_suppression">OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></a>
4304 <li><a href="h_config_read_message_folder">OPTION: <!--#echo var="VAR_read-message-folder"--></a>
4305 <li><a href="h_config_remote_abook_history">OPTION: <!--#echo var="VAR_remote-abook-history"--></a>
4306 <li><a href="h_config_abook_metafile">OPTION: <!--#echo var="VAR_remote-abook-metafile"--></a>
4307 <li><a href="h_config_remote_abook_validity">OPTION: <!--#echo var="VAR_remote-abook-validity"--></a>
4308 <li><a href="h_config_reply_indent_string">OPTION: <!--#echo var="VAR_reply-indent-string"--></a>
4309 <li><a href="h_config_reply_intro">OPTION: <!--#echo var="VAR_reply-leadin"--></a>
4310 <li><a href="h_config_reverse_color">OPTION: Reverse Color</a>
4311 <li><a href="h_config_rshcmd">OPTION: <!--#echo var="VAR_rsh-command"--></a>
4312 <li><a href="h_config_rsh_open_timeo">OPTION: <!--#echo var="VAR_rsh-open-timeout"--></a>
4313 <li><a href="h_config_rshpath">OPTION: <!--#echo var="VAR_rsh-path"--></a>
4314 <li><a href="h_config_saved_msg_name_rule">OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></a>
4315 <li><a href="h_config_scroll_margin">OPTION: <!--#echo var="VAR_scroll-margin"--></a>
4316 <li><a href="h_config_slctbl_color">OPTION: Selectable Item Color</a>
4317 <li><a href="h_config_sending_filter">OPTION: <!--#echo var="VAR_sending-filters"--></a>
4318 <li><a href="h_config_sendmail_path">OPTION: <!--#echo var="VAR_sendmail-path"--></a>
4319 <li><a href="h_config_signature_color">OPTION: Signature Color</a>
4320 <li><a href="h_config_signature_file">OPTION: <!--#echo var="VAR_signature-file"--></a>
4321 <li><a href="h_config_smtp_server">OPTION: <!--#echo var="VAR_smtp-server"--></a>
4322 <li><a href="h_config_sort_key">OPTION: <!--#echo var="VAR_sort-key"--></a>
4323 <li><a href="h_config_speller">OPTION: <!--#echo var="VAR_speller"--></a>
4324 <li><a href="h_config_aspell_dictionary">OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></a>
4325 <li><a href="h_config_sshcmd">OPTION: <!--#echo var="VAR_ssh-command"--></a>
4326 <li><a href="h_config_ssh_open_timeo">OPTION: <!--#echo var="VAR_ssh-open-timeout"--></a>
4327 <li><a href="h_config_sshpath">OPTION: <!--#echo var="VAR_ssh-path"--></a>
4328 <li><a href="h_config_status_color">OPTION: Status Color</a>
4329 <li><a href="h_config_status_msg_delay">OPTION: <!--#echo var="VAR_status-message-delay"--></a>
4330 <li><a href="h_config_permlocked">OPTION: <!--#echo var="VAR_stay-open-folders"--></a>
4331 <li><a href="h_config_tcp_open_timeo">OPTION: <!--#echo var="VAR_tcp-open-timeout"--></a>
4332 <li><a href="h_config_tcp_query_timeo">OPTION: <!--#echo var="VAR_tcp-query-timeout"--></a>
4333 <li><a href="h_config_tcp_readwarn_timeo">OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></a>
4334 <li><a href="h_config_tcp_writewarn_timeo">OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></a>
4335 <li><a href="h_config_thread_disp_style">OPTION: <!--#echo var="VAR_threading-display-style"--></a>
4336 <li><a href="h_config_thread_exp_char">OPTION: <!--#echo var="VAR_threading-expanded-character"--></a>
4337 <li><a href="h_config_thread_index_style">OPTION: <!--#echo var="VAR_threading-index-style"--></a>
4338 <li><a href="h_config_thread_indicator_char">OPTION: <!--#echo var="VAR_threading-indicator-character"--></a>
4339 <li><a href="h_config_thread_lastreply_char">OPTION: <!--#echo var="VAR_threading-lastreply-character"--></a>
4340 <li><a href="h_config_title_color">OPTION: Title Color</a>
4341 <li><a href="h_config_titleclosed_color">OPTION: Title Closed Color</a>
4342 <li><a href="h_config_titlebar_color_style">OPTION: <!--#echo var="VAR_titlebar-color-style"--></a>
4343 <li><a href="h_config_unk_char_set">OPTION: <!--#echo var="VAR_unknown-character-set"--></a>
4344 <li><a href="h_config_upload_cmd">OPTION: <!--#echo var="VAR_upload-command"--></a>
4345 <li><a href="h_config_upload_prefix">OPTION: <!--#echo var="VAR_upload-command-prefix"--></a>
4346 <li><a href="h_config_browser">OPTION: <!--#echo var="VAR_url-viewers"--></a>
4347 <li><a href="h_config_history">OPTION: <!--#echo var="VAR_default-directories"--></a>
4348 <li><a href="h_config_domain_name">OPTION: <!--#echo var="VAR_use-only-domain-name"--></a>
4349 <li><a href="h_config_user_dom">OPTION: <!--#echo var="VAR_user-domain"--></a>
4350 <li><a href="h_config_user_id">OPTION: <!--#echo var="VAR_user-id"--></a>
4351 <li><a href="h_config_user_input_timeo">OPTION: <!--#echo var="VAR_user-input-timeout"--></a>
4352 <li><a href="h_config_viewer_headers">OPTION: <!--#echo var="VAR_viewer-hdrs"--></a>
4353 <li><a href="h_config_customhdr_pattern">OPTION: Viewer Header Color Pattern</a>
4354 <li><a href="h_config_customhdr_color">OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></a>
4355 <li><a href="h_config_viewer_margin_left">OPTION: <!--#echo var="VAR_viewer-margin-left"--></a>
4356 <li><a href="h_config_viewer_margin_right">OPTION: <!--#echo var="VAR_viewer-margin-right"--></a>
4357 <li><a href="h_config_viewer_overlap">OPTION: <!--#echo var="VAR_viewer-overlap"--></a>
4358 <li><a href="h_config_window_position">OPTION: Window-Position</a>
4359 <li><a href="h_mainhelp_patterns">Patterns</a>
4360 <li><a href="h_config_role_abookfrom">PATTERNS: Address in Address Book</a>
4361 <li><a href="h_config_role_age">PATTERNS: Age Interval</a>
4362 <li><a href="h_config_role_alltextpat">PATTERNS: AllText Pattern</a>
4363 <li><a href="h_config_role_bom">PATTERNS: Beginning of Month</a>
4364 <li><a href="h_config_role_boy">PATTERNS: Beginning of Year</a>
4365 <li><a href="h_config_role_bodytextpat">PATTERNS: BodyText Pattern</a>
4366 <li><a href="h_config_role_cat_cmd">PATTERNS: Categorizer Command</a>
4367 <li><a href="h_config_role_cat_cmd_example">PATTERNS: Categorizer Command Example</a>
4368 <li><a href="h_config_role_ccpat">PATTERNS: Cc Pattern</a>
4369 <li><a href="h_config_role_cat_limit">PATTERNS: Character Limit</a>
4370 <li><a href="h_config_role_charsetpat">PATTERNS: Character Set Pattern</a>
4371 <li><a href="h_config_role_comment">PATTERNS: Comment</a>
4372 <li><a href="h_config_role_fldr_type">PATTERNS: Current Folder Type</a>
4373 <li><a href="h_config_role_cat_status">PATTERNS: Exit Status Interval</a>
4374 <li><a href="h_config_role_arbpat">PATTERNS: Extra Headers Pattern</a>
4375 <li><a href="h_config_role_frompat">PATTERNS: From Pattern</a>
4376 <li><a href="h_config_role_keywordpat">PATTERNS: Keyword Pattern</a>
4377 <li><a href="h_config_role_stat_ans">PATTERNS: Message Answered Status</a>
4378 <li><a href="h_config_role_stat_del">PATTERNS: Message Deleted Status</a>
4379 <li><a href="h_config_role_stat_imp">PATTERNS: Message Important Status</a>
4380 <li><a href="h_config_role_stat_new">PATTERNS: Message New Status</a>
4381 <li><a href="h_config_role_stat_recent">PATTERNS: Message Recent Status</a>
4382 <li><a href="h_config_role_newspat">PATTERNS: News Pattern</a>
4383 <li><a href="h_config_role_nick">PATTERNS: Nickname</a>
4384 <li><a href="h_config_role_particpat">PATTERNS: Participant Pattern</a>
4385 <li><a href="h_config_role_stat_8bitsubj">PATTERNS: Raw 8-bit in Subject</a>
4386 <li><a href="h_config_role_recippat">PATTERNS: Recipient Pattern</a>
4387 <li><a href="h_config_role_scorei">PATTERNS: Score Interval</a>
4388 <li><a href="h_config_role_senderpat">PATTERNS: Sender Pattern</a>
4389 <li><a href="h_config_role_size">PATTERNS: Size Interval</a>
4390 <li><a href="h_config_role_subjpat">PATTERNS: Subject Pattern</a>
4391 <li><a href="h_config_role_topat">PATTERNS: To Pattern</a>
4392 <li><a href="h_config_filt_opts_nonterm">PATTERNS FEATURE: Dont-Stop-Even-if-Rule-Matches</a>
4393 <li><a href="h_config_filt_opts_notdel">PATTERNS FEATURE: Move-Only-if-Not-Deleted</a>
4394 <li><a href="h_config_filt_opts_sentdate">PATTERNS FEATURE: Use-Date-Header-For-Age</a>
4395 <li><a href="h_config_filt_rule_type">PATTERNS FILTER ACTION: Filter Action</a>
4396 <li><a href="h_config_filter_kw_clr">PATTERNS FILTER ACTION: Clear These Keywords</a>
4397 <li><a href="h_config_filt_stat_ans">PATTERNS FILTER ACTION: Set Answered Status</a>
4398 <li><a href="h_config_filt_stat_del">PATTERNS FILTER ACTION: Set Deleted Status</a>
4399 <li><a href="h_config_filt_stat_imp">PATTERNS FILTER ACTION: Set Important Status</a>
4400 <li><a href="h_config_filt_stat_new">PATTERNS FILTER ACTION: Set New Status</a>
4401 <li><a href="h_config_filter_kw_set">PATTERNS FILTER ACTION: Set These Keywords</a>
4402 <li><a href="h_config_incol">PATTERNS INDEXCOLOR ACTION: Index Line Color</a>
4403 <li><a href="h_config_set_index_format">PATTERNS OTHER ACTION: Set Index Format</a>
4404 <li><a href="h_config_perfolder_sort">PATTERNS OTHER ACTION: Set Sort Order</a>
4405 <li><a href="h_config_other_startup">PATTERNS OTHER ACTION: Set Startup Rule</a>
4406 <li><a href="h_config_role_inick">PATTERNS ROLE ACTION: Initialize Values From Role</a>
4407 <li><a href="h_config_role_setfcc">PATTERNS ROLE ACTION: Set Fcc</a>
4408 <li><a href="h_config_role_setfrom">PATTERNS ROLE ACTION: Set From</a>
4409 <li><a href="h_config_role_setlitsig">PATTERNS ROLE ACTION: Set Literal Signature</a>
4410 <li><a href="h_config_role_setotherhdr">PATTERNS ROLE ACTION: Set Other Headers</a>
4411 <li><a href="h_config_role_setreplyto">PATTERNS ROLE ACTION: Set Reply-To</a>
4412 <li><a href="h_config_role_setsig">PATTERNS ROLE ACTION: Set Signature</a>
4413 <li><a href="h_config_role_settempl">PATTERNS ROLE ACTION: Set Template</a>
4414 <li><a href="h_config_role_usenntp">PATTERNS ROLE ACTION: Use NNTP Server</a>
4415 <li><a href="h_config_role_usesmtp">PATTERNS ROLE ACTION: Use SMTP Server</a>
4416 <li><a href="h_config_role_scoreval">PATTERNS SCORE ACTION: Score Value</a>
4417 <li><a href="h_config_role_scorehdrtok">PATTERNS SCORE ACTION: Score Value From Header</a>
4418 <li><a href="h_config_role_composeuse">PATTERNS USE: Compose Use</a>
4419 <li><a href="h_config_role_forwarduse">PATTERNS USE: Forward Use</a>
4420 <li><a href="h_config_role_replyuse">PATTERNS USE: Reply Use</a>
4421 <li><a href="h_pipe_command">Pipe Command SubOptions</a>
4422 <li><a href="h_common_pipe">Pipe Command</a>
4423 <li><a href="h_valid_folder_names">POP</a>
4424 <li><a href="h_common_postpone">Postpone Command</a>
4425 <li><a href="h_common_print">Print Command</a>
4426 <li><a href="h_mainhelp_readingnews">Reading News</a>
4427 <li><a href="h_news">RELEASE NOTES for Alpine</a>
4428 <li><a href="h_mainhelp_roles">Roles</a>
4429 <li><a href="h_role_select">ROLES SCREEN</a>
4430 <li><a href="h_compose_readfile">Read File Command</a>
4431 <li><a href="h_mainhelp_reading">Reading Messages</a>
4432 <li><a href="h_main_release_notes">Release Notes Command</a>
4433 <li><a href="h_common_reply">Reply and Forward Commands</a>
4434 <li><a href="h_compose_richhdr">Rich Header Command</a>
4435 <li><a href="h_common_role">Role Command</a>
4436 <li><a href="h_mainhelp_smime">S/MIME</a>
4437 <li><a href="h_index_cmd_select">Searching for Messages</a>
4438 <li><a href="h_address_display">SEARCH RESULTS INDEX</a>
4439 <li><a href="h_address_select">SEARCH RESULTS INDEX</a>
4440 <li><a href="h_simple_index">SELECT POSTPONED MESSAGE</a>
4441 <li><a href="h_abook_config">SETUP ADDRESS BOOKS SCREEN</a>
4442 <li><a href="h_collection_maint">SETUP COLLECTION LIST screen</a>
4443 <li><a href="h_color_setup">SETUP COLOR COMMANDS</a>
4444 <li><a href="h_direct_config">SETUP LDAP DIRECTORY SERVERS SCREEN</a>
4445 <li><a href="h_rules_roles">SETUP ROLES SCREEN</a>
4446 <li><a href="h_rules_incols">SETUP INDEX COLORS SCREEN</a>
4447 <li><a href="h_rules_filter">SETUP FILTERING SCREEN</a>
4448 <li><a href="h_rules_score">SETUP SCORING SCREEN</a>
4449 <li><a href="h_common_save">Save and Export Commands</a>
4450 <li><a href="h_mainhelp_securing">Securing Your Alpine Session</a>
4451 <li><a href="h_index_cmd_select">Selecting: Select and WhereIs/Select</a>
4452 <li><a href="h_compose_send">Send Command</a>
4453 <li><a href="h_folder_server_syntax">Server Name Syntax</a>
4454 <li><a href="h_main_setup">Setup Command</a>
4455 <li><a href="X-Alpine-Config:">Show Supported Options in this Alpine</a>
4456 <li><a href="h_composer_sigedit">Signature Editor Commands Explained</a>
4457 <li><a href="h_simple_text_view">Simple Text View Screen Explained</a>
4458 <li><a href="h_mainhelp_smime">S/MIME</a>
4459 <li><a href="h_config_smime_dont_do_smime">S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></a>
4460 <li><a href="h_config_smime_encrypt_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></a>
4461 <li><a href="h_config_smime_remember_passphrase">S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></a>
4462 <li><a href="h_config_smime_sign_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></a>
4463 <li><a href="h_config_smime_use_cert_store">S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></a>
4464 <li><a href="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></a>
4465 <li><a href="h_config_smime_cacertcon">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></a>
4466 <li><a href="h_config_smime_cacertdir">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></a>
4467 <li><a href="h_config_smime_privkeycon">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-container"--></a>
4468 <li><a href="h_config_smime_privkeydir">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-directory"--></a>
4469 <li><a href="h_config_smime_pubcertcon">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-container"--></a>
4470 <li><a href="h_config_smime_pubcertdir">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></a>
4471 <li><a href="h_config_smime_transfer_cacert_to_con">S/MIME: Transfer CA Certs to Container</a>
4472 <li><a href="h_config_smime_transfer_cacert_to_dir">S/MIME: Transfer CA Certs to Directory</a>
4473 <li><a href="h_config_smime_transfer_priv_to_con">S/MIME: Transfer Private Keys to Container</a>
4474 <li><a href="h_config_smime_transfer_priv_to_dir">S/MIME: Transfer Private Keys to Directory</a>
4475 <li><a href="h_config_smime_transfer_pub_to_con">S/MIME: Transfer Public Certs to Container</a>
4476 <li><a href="h_config_smime_transfer_pub_to_dir">S/MIME: Transfer Public Certs to Directory</a>
4477 <li><a href="h_config_smime_public_certificates">S/MIME: Manage Public Certificates</a>
4478 <li><a href="h_config_smime_private_keys">S/MIME: Manage Private Keys</a>
4479 <li><a href="h_config_smime_certificate_authorities">S/MIME: Manage Certificate Authorities</a>
4480 <li><a href="h_index_cmd_sort">Sort Command</a>
4481 <li><a href="h_compose_spell">Spell Check Command</a>
4482 <li><a href="h_common_suspend">Suspend Command</a>
4483 <li><a href="h_compose_addrcomplete">THE MESSAGE COMPOSER'S ADDRESS COMPLETION</a>
4484 <li><a href="h_composer_attachment">THE MESSAGE COMPOSER'S ATTCHMNT FIELD</a>
4485 <li><a href="h_composer_bcc">THE MESSAGE COMPOSER'S BCC FIELD</a>
4486 <li><a href="h_composer_cc">THE MESSAGE COMPOSER'S CC FIELD</a>
4487 <li><a href="h_composer_from">THE MESSAGE COMPOSER'S FROM FIELD</a>
4488 <li><a href="h_composer_lcc">THE MESSAGE COMPOSER'S LCC FIELD</a>
4489 <li><a href="h_composer_news">THE MESSAGE COMPOSER'S NEWSGRPS LINE</a>
4490 <li><a href="h_composer_reply_to">THE MESSAGE COMPOSER'S REPLY-TO FIELD</a>
4491 <li><a href="h_composer_to">THE MESSAGE COMPOSER'S TO FIELD</a>
4492 <li><a href="h_abook_opened">THE ALPINE ADDRESS BOOK</a>
4493 <li><a href="h_abook_select_nicks_take">Take Address Nickname Selection Explained</a>
4494 <li><a href="h_takeaddr_screen">Take Address Screen Explained</a>
4495 <li><a href="h_common_take">TakeAddr Command</a>
4496 <li><a href="h_mainhelp_status">Titlebar Line</a>
4497 <li><a href="h_index_tokens">Tokens for Index and Replying</a>
4498 <li><a href="h_config_usenone_color">Use None Color</a>
4499 <li><a href="h_config_usenormal_color">Use Normal Color</a>
4500 <li><a href="h_config_usetransparent_color">Use Transparent Color</a>
4501 <li><a href="h_whatis_vcard">VCARD EXPLAINED</a>
4502 <li><a href="h_view_cmd_hilite">View Hilite and Next item/Previous item</a>
4503 <li><a href="h_view_cmd_viewattch">ViewAttch Command</a>
4504 <li><a href="h_index_cmd_whereis">WhereIs Command</a>
4505 <li><a href="h_view_cmd_whereis">WhereIs Command</a>
4506 <li><a href="h_index_cmd_zoom">ZoomMode Command</a>
4507 <li><a href="h_config_browser_xterm"><!--#echo var="VAR_url-viewers"--> and X windows applications</a>
4508 </UL>
4511 &lt;End of Help Index&gt;
4512 </BODY>
4513 </HTML>
4516 ============== h_config_remote_config =============
4517 <HTML>
4518 <HEAD>
4519 <TITLE>Remote Configuration</TITLE>
4520 </HEAD>
4521 <BODY>
4522 <H1>Remote Configuration</H1>
4524 You may use the command line argument &quot;-p pinerc&quot; to tell
4525 Alpine to use a non-default configuration file.
4526 There are two types of storage for configuration information.
4527 <EM>Local</EM> configuration files are used by default.
4528 These are just regular files on the UNIX system or on the PC.
4529 The file &quot;<CODE>.pinerc</CODE>&quot; is the default for Unix Alpine and the
4530 file &quot;<CODE>PINERC</CODE>&quot; is the default for PC-Alpine.
4531 <EM>Remote</EM> configuration folders are stored on an IMAP server.
4532 The advantage of using a remote configuration is that the same information
4533 may be accessed from multiple platforms.
4534 For example, if you use one computer at work and another at home, the same
4535 configuration could be used from both places.
4536 A configuration change from one place would be seen in both places.
4537 To use a remote configuration you simply give a
4538 <A HREF="h_valid_folder_names">remote folder name</A>
4539 as the argument to the &quot;-p&quot; command line option.
4540 The command line might look something like:
4542 <CENTER><SAMP>pine -p {my.imap.server}remote_pinerc</SAMP></CENTER>
4544 If there are special characters in the command shell you use, you may need to
4545 quote the last argument (to protect the curly braces from the shell).
4546 The command might look like:
4548 <CENTER><SAMP>pine -p &quot;{my.imap.server}remote_pinerc&quot;</SAMP></CENTER>
4550 You should choose a folder name for a folder that does not yet exist.
4551 It will be created containing an empty configuration.
4552 Do not use a folder that you wish to store regular mail messages in.
4554 The Setup/RemoteConfigSetup command will help you convert from a local
4555 configuration to a remote configuration.
4556 It will create a remote configuration for you and copy your current local
4557 configuration to it.
4558 It will also help you convert local address books into remote address books
4559 and local signature files into literal signatures contained in the
4560 remote configuration file.
4562 If the Setup/RemoteConfigSetup command doesn't do what you want, you
4563 may copy a local pinerc file to a remote configuration folder by hand
4564 by using the command line option &quot;-copy_pinerc&quot;.
4566 Another command line option, which is somewhat related to remote
4567 configuration, is the option &quot;-x exceptions_config&quot;.
4568 The configuration settings in the exceptions configuration override
4569 your default settings.
4570 It may be useful to store the default configuration (the -p argument) remotely
4571 and to have the exceptions configuration stored in a local file.
4572 You might put generic configuration information in the remote configuration
4573 and platform-specific configuration on each platform in the exceptions
4574 configuration.
4575 The arguments to the &quot;-p&quot; and &quot;-x&quot; options
4576 can be either remote folders or local files.
4578 There is another command line argument that works only with PC-Alpine and
4579 which may prove useful when using a remote configuration.
4580 The option &quot;-aux local_directory&quot; allows you to tell PC-Alpine where
4581 to store your local auxiliary files.
4582 This only has an effect if your configuration file is remote.
4583 Some examples of auxiliary files are debug files, address book files, and
4584 signature files.
4586 &lt;End of help on this topic&gt;
4587 </BODY>
4588 </HTML>
4589 ============== h_config_exceptions =============
4590 <HTML>
4591 <HEAD>
4592 <TITLE>Generic and Exceptional Configuration</TITLE>
4593 </HEAD>
4594 <BODY>
4595 <H1>Generic and Exceptional Configuration</H1>
4597 If you use Alpine from more than one platform it may be convenient
4598 to split your configuration information into two pieces, a generic piece
4599 and exceptions that apply to a particular platform.
4600 For example, suppose you use Alpine from home and from work.
4601 Most of your configuration settings are probably the
4602 same in both locations, so those settings belong in the generic settings
4603 configuration.
4604 However, you may use a different SMTP server and INBOX
4605 from home than you do from work.
4607 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
4609 <A HREF="h_config_inbox_path">&quot;<!--#echo var="VAR_inbox-path"-->&quot;</A>
4610 options could be
4611 part of your exceptional configuration so that they could be different in the
4612 two places.
4614 The command line option &quot;-x exceptions_config&quot;
4615 may be used to split your configuration into generic and exceptional pieces.
4616 &quot;Exceptions_config&quot; may be either local or remote.
4617 The regular Alpine configuration file will contain the generic data, and
4618 &quot;exceptions_config&quot; will contain the exceptional data.
4620 For Unix Alpine, if you don't have a &quot;-x&quot; command line option,
4621 Alpine will look for the file &quot;<CODE>.pinercex</CODE>&quot;
4622 in the same local directory that the regular config file is located in (usually
4623 the Unix home directory).
4624 If the regular config file is remote (because the command line option
4625 &quot;-p remote_config&quot; was used) then Unix Alpine looks in the Unix home
4626 directory for &quot;<CODE>.pinercex</CODE>&quot;.
4627 If the file does not already exist then no exceptions will be used.
4628 You can force exceptions to be used by using the &quot;-x&quot; option or
4629 by creating an empty &quot;<CODE>.pinercex</CODE>&quot; file.
4631 For PC-Alpine, if you don't have a &quot;-x&quot; command line option,
4632 PC-Alpine will use the value of the
4633 environment variable <CODE>$PINERCEX</CODE>.
4634 If that is not set, PC-Alpine will look for
4635 the local file &quot;<CODE>PINERCEX</CODE>&quot;
4636 in the same local directory that the regular config file is located in.
4637 If the regular config file is remote (because the command line option
4638 &quot;-p remote_config&quot; was used) then PC-Alpine looks in the
4639 local directory specified by the &quot;-aux local_directory&quot; command
4640 line argument, or the directory <CODE>$HOME&#92;PINE</CODE>, or
4641 in the <CODE>&lt;PINE.EXE </CODE>directory<CODE>&gt;</CODE>.
4643 When you have an exception configuration there is a new command
4644 in the Alpine Setup screen, Setup/eXceptions.
4645 It toggles between exceptions and the regular configuration.
4646 This is the usual way to make changes in your exceptional configuration data.
4647 For example, you would type &quot;S&quot; for Setup, &quot;X&quot; for
4648 eXception, then follow that with one of the Setup commands, like &quot;C&quot;
4649 for Config or &quot;K&quot; for Kolor.
4651 For most people, splitting the configuration information into two pieces is
4652 going to be most useful if the generic information is accessed
4653 <A HREF="h_config_remote_config">remotely</A>).
4654 That data will be the same no matter where you access it from and if you
4655 change it that change will show up everywhere.
4656 The exceptional data will most commonly be in a local file, so that the
4657 contents may easily be different on each computing platform used.
4659 If you already have a local configuration file with settings you like
4660 you may find that the command Setup/RemoteConfigSetup is useful
4661 in helping you convert to a remote configuration.
4662 The command line flag &quot;-copy_pinerc&quot;
4663 may also be useful.
4665 &lt;End of help on this topic&gt;
4666 </BODY>
4667 </HTML>
4668 ============== h_config_inheritance =============
4669 <HTML>
4670 <HEAD>
4671 <TITLE>Configuration Inheritance</TITLE>
4672 </HEAD>
4673 <BODY>
4674 <H1>Configuration Inheritance</H1>
4676 Configuration inheritance is a power user feature.
4677 It is confusing and not completely supported by the configuration
4678 user interface.
4679 We start with an explanation of how configuration works in hopes of making
4680 it easier to describe how inheritance works.
4682 Alpine uses a hierarchy of configuration values from different locations.
4683 There are five ways in which each configuration option (configuration
4684 variable) can be set.
4685 In increasing order of precedence they are:
4687 <OL>
4688 <LI> the system-wide configuration file.
4690 <LI> the personal configuration file
4692 <LI> the personal exceptions file
4694 <LI> a command line argument
4696 <LI> the system-wide <EM>fixed</EM> configuration file (Unix Alpine only)
4697 </OL>
4699 The fixed configuration file is normally
4700 <CODE><!--#echo var="PINE_CONF_FIXED_PATH"--></CODE>.
4702 The system-wide configuration file is normally
4703 <CODE><!--#echo var="PINE_CONF_PATH"--></CODE> for Unix Alpine and is normally not
4704 set for PC-Alpine.
4705 For PC-Alpine, if the environment variable <EM>$PINECONF</EM> is set, that
4706 is used for the system-wide configuration.
4707 This location can be set or changed on the command line with the -P flag.
4708 The system-wide configuration file can be either a local file or a
4709 remote configuration folder.
4711 For Unix Alpine, the personal configuration file is normally the file
4712 <CODE>.pinerc</CODE> in the user's home directory.
4713 This can be changed with the -p command line flag.
4714 For PC-Alpine, the personal configuration file is in
4715 <CODE>$PINERC</CODE> or <CODE>&lt;AlpineRC registry value&gt;</CODE> or 
4716 <CODE>$HOME&#92;PINE&#92;PINERC</CODE> or
4717 <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;&#92;PINERC</CODE>.
4718 This can be changed with the -p command line flag.
4719 If -p is used, the configuration data may be in a local file or a remote config
4720 folder.
4722 For Unix Alpine, the personal exceptions configuration file is named
4723 <CODE>.pinercex</CODE> and is in the same directory as the personal
4724 configuration file, if that configuration file is not remote, and is in
4725 the home directory if the personal configuration file is remote.
4726 If the file exists, then exceptions are turned on.
4727 If it doesn't, then you are not using exceptions.
4728 Alternatively, you may change the location of the exceptions configuration
4729 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
4730 Like the personal configuration data, exceptions_config may be
4731 either local or remote.
4733 For PC-Alpine, the personal exceptions configuration file is named
4734 <CODE>PINERCEX</CODE> and is in the same directory as the personal
4735 configuration file unless the personal configuration file is remote.
4736 In that case, it is in the local directory specfied by the
4737 &quot;-aux local_directory&quot; command line argument.
4738 (In the case that the personal configuration is remote and there is no
4739 &quot;-aux&quot; command line argument, Alpine searches for
4740 a PINERCEX file in the directory <CODE>$HOME&#92;PINE</CODE> and
4741 the directory <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;</CODE>.)
4742 If the file exists, then exceptions are turned on.
4743 If it doesn't, then you are not using exceptions.
4744 You may change the location of the exceptions configuration
4745 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
4746 or with the
4747 environment variable <CODE>$PINERCEX</CODE> (if there is no &quot;-x&quot;
4748 option).
4750 To reiterate, the value of a configuration option is taken from the
4751 last location in the list above in which it is set.
4752 Or, thinking about it slightly differently, a default value for an option
4753 is established in the system-wide configuration file (or internally by Alpine
4754 if there is no value in the system-wide file).
4755 That default remains in effect until and unless it is overridden by a value in a
4756 location further down the list, in which case a new &quot;default&quot;
4757 value is established.
4758 As we continue down the list of locations we either retain the
4759 value at each step or establish a new value.
4760 The value that is still set after going through the whole list of
4761 configuration locations is the one that is used.
4763 So, for example, if an option is set in the system-wide configuration
4764 file and in the personal configuration file, but is not set in the
4765 exceptions, on the command line, or in the fixed file; then the value
4766 from the personal configuration file is the one that is used.
4767 Or, if it is set in the system-wide config, in the personal config, not
4768 in the exceptions, but is set on the command line; then the value
4769 on the command line is used.
4771 Finally we get to inheritance.
4772 For configuration options that are lists, like &quot;<!--#echo var="VAR_smtp-server"-->&quot; or
4773 &quot;<!--#echo var="VAR_incoming-folders"-->&quot;,
4774 the inheritance mechanism makes it possible to <EM>combine</EM>
4775 the values from different locations instead of <EM>replacing</EM> the value.
4776 This is true of all configuration lists other than the &quot;Feature-List&quot;,
4777 for which you may already set whatever you want at
4778 any configuration location (by using the &quot;no-&quot; prefix if
4779 necessary).
4781 To use inheritance, set the first item in a configuration list to the
4782 token &quot;INHERIT&quot;, without the quotes.
4783 If the first item is &quot;INHERIT&quot;,
4784 then instead of replacing the default value established so far, the rest of
4785 the list is appended to the default value established so far and that is
4786 the new value.
4788 Here is an example which may make it clearer. Suppose we have:
4790 <PRE>
4791  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4792  Personal config    :   smtp-server = INHERIT, mysmtp.home
4793  Exceptions config  :   smtp-server = &lt;No Value Set&gt;
4794  Command line       :   smtp-server = &lt;No Value Set&gt;
4795  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4796 </PRE>
4799 This would result in an effective smtp-server option of
4801 <PRE>
4802  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home
4803 </PRE>
4805 The &quot;INHERIT&quot; token can be used in any of the configuration files
4806 and the effect cascades.
4807 For example, if we change the above example to:
4809 <PRE>
4810  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4811  Personal config    :   smtp-server = INHERIT, mysmtp.home
4812  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
4813  Command line       :   smtp-server = &lt;No Value Set&gt;
4814  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4815 </PRE>
4818 This would result in:
4820 <PRE>
4821  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home, yoursmtp.org
4822 </PRE>
4824 Unset variables are skipped over (the default value is carried forward) so
4825 that, for example:
4827 <PRE>
4828  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4829  Personal config    :   smtp-server = &lt;No Value Set&gt;
4830  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
4831  Command line       :   smtp-server = &lt;No Value Set&gt;
4832  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4833 </PRE>
4836 produces:
4838 <PRE>
4839  smtp-server = smtp1.corp.com, smtp2.corp.com, yoursmtp.org
4840 </PRE>
4843 If any later configuration location has a value set (for a particular list
4844 option) which does <EM>not</EM> begin with &quot;INHERIT&quot;,
4845 then that value replaces whatever value has been defined up to that point.
4846 In other words, that cancels out any previous inheritance.
4848 <PRE>
4849  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4850  Personal config    :   smtp-server = INHERIT, mysmtp.org
4851  Exceptions config  :   smtp-server = yoursmtp.org
4852  Command line       :   smtp-server = &lt;No Value Set&gt;
4853  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4854 </PRE>
4857 results in:
4859 <PRE>
4860  smtp-server = yoursmtp.org
4861 </PRE>
4864 For some configuration options, like &quot;<!--#echo var="VAR_viewer-hdr-colors"-->&quot; or
4865 &quot;<!--#echo var="VAR_patterns-roles"-->&quot;, it is
4866 difficult to insert the value &quot;INHERIT&quot; into the list of values
4867 for the option using the normal Setup tools.
4868 In other words, the color setting screen (for example) does not
4869 provide a way to input the text &quot;INHERIT&quot; as the first
4870 item in the <!--#echo var="VAR_viewer-hdr-colors"--> option.
4871 The way to do this is to either edit the pinerc file directly and manually
4872 insert it, or turn
4873 on the <A HREF="h_config_expose_hidden_config"><!--#echo var="FEAT_expose-hidden-config"--></A>
4874 feature and insert it using the Setup/Config screen.
4876 &lt;End of help on this topic&gt;
4877 </BODY>
4878 </HTML>
4879 ============== h_special_xon_xoff =============
4880 <HTML>
4881 <HEAD>
4882 <TITLE>Explanation of Alpine's XOFF/XON Handling</TITLE>
4883 </HEAD>
4884 <BODY>
4885 <H1>XOFF/XON Handling within Alpine</H1>
4887 By default, Alpine treats Ctrl-S or Ctrl-Q (sometimes known as XOFF
4888 and XON) as normal characters, even though Alpine does not use them.
4889 However, the printer, modem, or communication software you are using may
4890 be configured for &quot;software flow control,&quot; which means that
4891 XON/XOFF must be treated as special characters by the operating system.
4892 If you see messages such as &quot;^S not defined for this screen&quot;,
4893 then your system is probably using software flow control. In this case
4894 you will need to set the
4895 <A HREF="h_config_preserve_start_stop">&quot;<!--#echo var="FEAT_preserve-start-stop-characters"-->&quot;</A>
4896 feature.
4898 If you <EM>do</EM> set this
4899 feature, be advised that if you accidentally hit a Ctrl-S, Alpine will
4900 mysteriously freeze up with no warning.  In this case, try typing a Ctrl-Q
4901 and see if that puts things right.  Printing via the
4902 &quot;attached-to-ansi&quot; or 
4903 &quot;attached-to-wyse&quot;
4904 option will automatically enable software
4905 flow-control handling for the duration of the printing.
4907 &lt;End of help on this topic&gt;
4908 </BODY>
4909 </HTML>
4910 ============= h_special_help_nav =============
4911 <HTML>
4912 <HEAD>
4913 <TITLE>Help Text Navigation Explained</TITLE>
4914 </HEAD>
4915 <BODY>
4916 <H1>Help Text Navigation Explained</H1>
4918 Alpine contains extensive context-sensitive help text.   At any point, 
4919 pressing the &quot;?&quot; key will bring up a page of help text
4920 explaining the options available to you.  You can leave the help
4921 text screen and return to normal Alpine operation by pressing
4923 <!--chtml if pinemode="function_key"-->
4924 F3 function
4925 <!--chtml else-->
4926 &quot;E&quot;
4927 <!--chtml endif-->
4928 key to Exit Help at any time.
4931 Within the help screen you might find a word or phrase displayed in 
4932 inverse text and others displayed in bold typeface.  Such words and
4933 phrases are used to tell you Alpine has more information available on
4934 the topic they describe.
4935 The inverted text is the &quot;selected&quot; topic.  
4936 Use the arrow keys, Ctrl-F, and Ctrl-B to change which of the phrases
4937 displayed in bold type
4938 is &quot;selected&quot;.
4939 Hit the Return key to display the information Alpine has available on that
4940 topic.  While viewing such additional information, the 
4941 <!--chtml if pinemode="function_key"-->
4942 F3 function
4943 <!--chtml else-->
4944 &quot;P&quot;
4945 <!--chtml endif-->
4946 key will return you to the previous help screen, and the
4947 <!--chtml if pinemode="function_key"-->
4948 F2 function
4949 <!--chtml else-->
4950 &quot;E&quot;
4951 <!--chtml endif-->
4952 key will Exit the Help system altogether.
4955 The "N" command will tell you the internal name of the help text you are 
4956 reading each time, so that you can send this name in the text of a message 
4957 and create a direct link to that internal help using the x-pine-help URL 
4958 scheme. For example, the direct link to this item is 
4959 x-pine-help:h_special_help_nav. If you add this text to a message, then
4960 a person using Pine to read such message would have a direct link to this
4961 help text.
4964 When you are finished reading this help text, you can press the
4965 <!--chtml if pinemode="function_key"-->
4966 F3 function
4967 <!--chtml else-->
4968 &quot;P&quot;
4969 <!--chtml endif-->
4970 key to return to the previously displayed help text.
4973 &lt;End of help on this topic&gt;
4974 </BODY>
4975 </HTML>
4976 ============= h_special_list_commands =============
4977 <HTML>
4978 <HEAD>
4979 <TITLE>Email List Commands Explained</TITLE>
4980 </HEAD>
4981 <BODY>
4982 <H1>Email List Commands Explained</H1>
4984 Electonic mail lists provide a way for like-minded users to join in
4985 discussions on topics of interest.  The email list itself is 
4986 represented by a
4987 single address that participants send messages to when they have
4988 something of interest to share with other members of the list.  The
4989 receiving computer then, either automatically or after review by the
4990 list's owner (or moderator), sends a copy of that message to each
4991 member of the list.
4994 Usually, subscribing and unsubscribing is done by sending requests in
4995 an email message to a special address setup to handle managing list
4996 membership.  Often this is the name of the list followed by
4997 <I>-request</I>.  This address is almost <EM>never</EM> the same as
4998 the address used to send messages to the list.
5001 Unfortunately, email list participation commands are more a matter
5002 of convention than standard, and thus may vary from list to list.
5003 Increasingly, list management software is adding information to
5004 the copy of the postings as they're copied to the list members that
5005 explains how to do the various list management functions.
5008 Alpine will recognize this information and offer the management commands
5009 they represent in a simple display. One or more of the following
5010 operations will be made available:
5012 <DL>
5013 <DT>Help</DT>
5014 <DD>
5015 A method to get help on subscribing, unsubscribing, 
5016 an explanation of what the list is about, or special instructions
5017 for participation.  This may be in the form of a reply in response
5018 to an email message, or instructions on how to connect to a Web site.
5019 </DD>
5021 <DT>Unsubscribe</DT>
5022 <DD>
5023 A method to get your email addressed removed from the list of
5024 recipients of the email list.
5025 </DD>
5027 <DT>Subscribe</DT>
5028 <DD>
5029 A method to get your email address added to the list of recipients
5030 of the email list.  It may be in the form of a message sent to 
5031 a special address or you may be connected to a web site.
5032 <DD>
5033 </DD>
5035 <DT>Post</DT>
5036 <DD>
5037 A method used to post to the email list.  However, it might also 
5038 indicate that no posting is allowed directly to the list.
5039 </DD>
5041 <DT>Owner</DT>
5042 <DD>
5043 A method to contact the list owner for special questions you might
5044 have regarding the list.
5045 </DD>
5047 <DT>Archive</DT>
5048 <DD>
5049 A method to view an archive of previous messages posted to the list.
5050 This may be in the form of a mail folder on a remote computer, an
5051 IMAP mailbox or even a Web site.
5052 </DD>
5053 </DL>
5056 &lt;End of help on this topic&gt;
5057 </BODY>
5058 </HTML>
5059 ============= h_quota_command =============
5060 <HTML>
5061 <HEAD>
5062 <TITLE>Quota Screen Explained</TITLE>
5063 </HEAD>
5064 <BODY>
5065 <H1>Quota Screen Explained</H1>
5067 <P> This screen summarizes the quota report for this mailbox in the
5068 IMAP server. For each resource that you have a quota, this reports summarizes
5069 its use and limit.
5071 <P> Your IMAP server administrator may have set a quota based either on 
5072 the total size of your mailbox (STORAGE), or the number of messages in 
5073 your mailbox (MESSAGES), or some other criteria. This will be reported
5074 to you indicating the type of quota, its total use and its limit.
5076 <P> The report for STORAGE is reported in kibibytes (KiB). One kibibyte is 
5077 1024 bytes. Each of the characters that you see in this help text is one 
5078 byte, and this help text is about 1 kibibyte in size. Small messages sent 
5079 by Alpine are normally less than 4 kibibytes in size (which includes 
5080 headers and text). Other email programs may send messages with bigger 
5081 sizes when they send messages, since they send plain text and an 
5082 alternative part in HTML.
5084 <P> A convenient way to save space for the STORAGE type of quota is by 
5085 deleting attachments. This is done on each individual message by pressing 
5086 the &quot;V&quot; command while reading the message text, then moving the cursor 
5087 to the position of the attachment that is to be deleted, then pressing
5088 &quot;D&quot; to delete such attachment, going back to reading the 
5089 message with the &quot;&lt;&quot; command and pressing &quot;S&quot; to 
5090 save the message in the same folder you are reading from. The saved 
5091 message will not have the attachment that was marked deleted. Now you
5092 can delete and expunge the message with the unwanted attachment.
5095 &lt;End of help on this topic&gt;
5096 </BODY>
5097 </HTML>
5098 ============= h_mail_thread_index =============
5099 <HTML>
5100 <HEAD>
5101 <TITLE>THREAD INDEX COMMANDS</TITLE>
5102 </HEAD>
5103 <BODY>                 
5104 <H1>THREAD INDEX COMMANDS</H1>
5105 <!--chtml if pinemode="function_key"-->
5106 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>
5107 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
5108 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>
5109 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>
5110 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>
5111 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>
5112 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>
5113 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>
5114 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>
5115 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>
5116 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>
5117 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>
5118 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>
5119 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>
5120 <BR>
5121 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
5122 -----------------------------<BR>
5123 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>
5124 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>
5125 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>
5126 <BR>
5127 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
5128 -----------------------------<BR>
5129 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
5130 F6&nbsp;&nbsp;<A HREF="h_common_role">Compose&nbsp;using&nbsp;a&nbsp;role</A><BR>
5131 <BR>
5132 <!--chtml else-->
5133 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>
5134 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
5135 &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>
5136 &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>
5137 &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>
5138 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>
5139 &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>
5140 &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>
5141 &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>
5142 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>
5143 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
5144 <BR>
5145 Miscellaneous&nbsp;Operations&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;General&nbsp;Alpine&nbsp;Commands<BR>
5146 ------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------<BR>
5147 &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>
5148 &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>
5149 &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>
5150 &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>
5151 &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>
5152 &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>
5153 &nbsp;:&nbsp;&nbsp;&nbsp;Select&nbsp;Messages&nbsp;in&nbsp;Current&nbsp;Thread<BR>
5154 <!--chtml endif-->
5157 NOTE:
5158 <OL>
5159  <LI>For help on a particular command, highlight the bold text associated
5160 with it above and hit Return.
5161  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
5162 </OL>
5164 <H2>Description of the THREAD INDEX Screen</H2>
5166 The THREAD INDEX displays summary information from each
5167 thread (conversation) in the current folder.
5168 This is useful if you want to quickly
5169 scan new threads, or find a particular thread without having to go
5170 through the text of each message, or to quickly get rid of junk
5171 threads, etc.
5172 The current thread is always highlighted.
5173 Each line of the THREAD INDEX contains the following columns: <P>
5174 <DL>
5175  <DT>STATUS:</DT>
5176  <DD> The markings on the left side of the thread tell you about its
5177 status.  You may see one or more of the following codes on any given
5178 thread:
5179 <UL>
5180   <LI> &quot;D&quot; for Deleted. All of the messages in this thread are marked for deletion but not yet eXpunged from the folder.
5181   <LI> &quot;A&quot; for Answered. All of the messages in this thread are marked answered.
5182   <LI> &quot;N&quot; for New. At least one message in the thread is New (you haven't looked at it yet).
5183   <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.
5184   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
5185         message in the thread was sent to you as a cc:. This symbol will only show up if
5186         the feature
5187         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
5188   <LI> &quot;X&quot; for selected.  You have selected at least one message in the thread by using the
5189         &quot;select&quot; command.  (Some systems may optionally allow selected
5190         messages to be denoted by the index line being displayed in bold
5191         type instead.)
5192   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
5193       to mark at least one message in this thread as &quot;important&quot;.
5194 </UL></DD><P>
5196  <DT>THREAD NUMBER:</DT>
5197  <DD>Threads in a folder are numbered, from one through the number
5198 of threads in the folder, to help you know where you are in the folder.
5199 </DD><P>
5201  <DT>DATE STARTED:</DT>
5202  <DD>The date the thread was started. This is actually from the Date header
5203 of the first message in the thread. It doesn't take different time zones
5204 into account.</DD><P>
5206  <DT>WHO STARTED THE THREAD:</DT>
5207  <DD>This is usually the name of the sender of the first message in the thread, taken from
5208 the From header of the message.
5209 If there is no personal name given in that
5210 address, then the email address is used instead.
5211 If the message is from you (or from one of your
5212 <A HREF="h_config_alt_addresses">alternate addresses</A>),
5213 then the recipient's name is shown here instead, with the characters
5214 &quot;To: &quot; inserted before the name.
5215 (The idea of this is that if you started the thread you would rather see who
5216 the mail was sent to instead of that the mail was from you.)
5217 In Newsgroups, if you are
5218 the sender and there are no email recipients, the newsgroup name will be
5219 listed after the &quot;To: &quot;.
5220 </DD><P>
5222  <DT>SIZE:</DT>
5223  <DD>The number in parentheses is the number of messages in the thread.</DD><P>
5225  <DT>SUBJECT:</DT>
5226  <DD>As much of the thread's subject line as will fit on the screen.
5227 This is the subject of the first message in the thread.</DD>
5228 </DL>
5230 <P><UL>
5231 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5232 </UL>
5234 &lt;End of help on this topic&gt;
5235 </BODY>
5236 </HTML>
5237 ============= h_mail_index =============
5238 <HTML>
5239 <HEAD>
5240 <TITLE>MESSAGE INDEX COMMANDS</TITLE>
5241 </HEAD>
5242 <BODY>                 
5243 <H1>MESSAGE INDEX COMMANDS</H1>
5244 <!--chtml if pinemode="function_key"-->
5245 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>
5246 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
5247 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>
5248 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>
5249 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>
5250 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>
5251 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>
5252 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>
5253 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>
5254 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>
5255 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>
5256 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>
5257 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>
5258 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>
5259 <BR>
5260 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
5261 -----------------------------<BR>
5262 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>
5263 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>
5264 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>
5265 <BR>
5266 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
5267 -----------------------------<BR>
5268 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
5269 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>
5270 <BR>
5271 <!--chtml else-->
5272 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>
5273 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
5274 &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>
5275 &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>
5276 &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>
5277 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>
5278 &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>
5279 &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>
5280 &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>
5281 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>
5282 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
5283 Miscellaneous&nbsp;Operations<BR>
5284 ------------------------<BR>
5285 &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>
5286 &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>
5287 &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>
5288 &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>
5289 &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>
5290 &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>
5291 &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>
5292 &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>
5293 <!--chtml endif-->
5296 NOTE:
5297 <OL>
5298  <LI>For help on a particular command, highlight the bold text associated
5299 with it above and hit Return.
5300  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
5301 </OL>
5303 <H2>Description of the MESSAGE INDEX Screen</H2>
5305 The MESSAGE INDEX displays summary information from each
5306 message in the current folder.
5307 This is useful if you want to quickly
5308 scan new messages, or find a particular message without having to go
5309 through the text of each message, or to quickly get rid of junk
5310 messages, etc.
5312 The current message is always highlighted
5313 and many commands operate on the current message.
5314 For example, the Delete command will delete the current message.
5315 If the folder is sorted by either Threads or OrderedSubject, then, depending
5316 on some of your configuration settings, a single line in the index may
5317 refer to an entire thread or to a subthread.
5318 If that is the case, then the commands that normally operate on the current
5319 message will operate on the thread or subthread instead.
5320 For example, the Delete command will delete the whole collapsed thread
5321 instead of just a single message.
5323 Each line of the MESSAGE INDEX contains the following columns (by default -- 
5324 you can change this with the 
5325 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
5326 in the SETUP CONFIGURATION screen): <P>
5327 <DL>
5328  <DT>STATUS:</DT>
5329  <DD> The markings on the left side of the message tell you about its
5330 status.  You may see one or more of the following codes on any given
5331 message:
5332 <UL>
5333   <LI> &quot;D&quot; for Deleted.  You have marked this message for deletion but not
5334          yet eXpunged the folder.
5335   <LI> &quot;N&quot; for New.  You have not looked at the text of the message yet.
5336   <LI> &quot;A&quot; for Answered.  Any time you reply to a message it is considered
5337          to be answered.
5338   <LI> &quot;F&quot; for Forwarded.  Similar to Answered, this is set whenever you
5339          forward a message.
5340   <LI> &quot;+&quot; for direct-to-you.  The &quot;+&quot; indicates that a message was sent
5341         directly to your account, your copy is not part of a cc: or a
5342         mailing list.
5343   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
5344         message was sent to you as a cc:. This symbol will only show up if
5345         the feature
5346         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
5347   <LI> &quot;X&quot; for selected.  You have selected the message by using the
5348         &quot;select&quot; command.  (Some systems may optionally allow selected
5349         messages to be denoted by the index line being displayed in bold
5350         type.)
5351   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
5352       to mark this message as &quot;important&quot;.
5353 </UL></DD><P>
5355  <DT>MESSAGE NUMBER:</DT>
5356  <DD>Messages in a folder are numbered, from one through the number
5357 of messages in the folder, to help you know where you are in the folder.
5358 These numbers are always in increasing order, even if you sort the folder
5359 in a different way.</DD><P>
5361  <DT>DATE SENT:</DT>
5362  <DD>The date the message was sent.  By default, messages are
5363 ordered by arrival time, not by date sent.  Most of the time, arrival time
5364 and date sent (effectively departure time) are similar.  Sometimes,
5365 however, the index will appear to be out of order because a message took a
5366 long time in delivery or because the sender is in a different time
5367 zone than you are. This date is just the date from the Date header
5368 field in the message.</DD><P>
5370  <DT>WHO SENT THE MESSAGE:</DT>
5371  <DD>This is usually the name of the sender of the message, taken from
5372 the From header of the message.
5373 If there is no personal name given in that
5374 address, then the email address is used instead.
5375 If the message is from you (or from one of your
5376 <A HREF="h_config_alt_addresses">alternate addresses</A>),
5377 then the recipient's name is shown here instead, with the characters
5378 &quot;To: &quot; inserted before the name.
5379 (The idea of this is that if you sent the mail you would rather see who
5380 the mail was sent to instead of that the mail was from you.
5381 This behavior may be changed by modifying the <!--#echo var="VAR_index-format"--> option mentioned
5382 above.
5383 In particular, use the FROM token or the FROMORTONOTNEWS token
5384 in place of the FROMORTO token.)
5385 In Newsgroups, if you are
5386 the sender and there are no email recipients, the newsgroup name will be
5387 listed after the &quot;To: &quot;. </DD><P>
5389  <DT>SIZE:</DT>
5390  <DD>The number in parentheses is the number of characters in the message.
5391 It may have a suffix of K, M, or G which means the number should be
5392 multiplied by one thousand, one million, or one billion to get the
5393 size of the message.</DD><P>
5395  <DT>SUBJECT:</DT>
5396  <DD>As much of the message's subject line as will fit on the screen.</DD>
5397 </DL>
5399 <P><UL>
5400 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5401 </UL>
5403 &lt;End of help on this topic&gt;
5404 </BODY>
5405 </HTML>
5406 ============= h_mail_view ========================
5407 <HTML>
5408 <HEAD>
5409 <TITLE>MESSAGE TEXT SCREEN</TITLE>
5410 </HEAD>
5411 <BODY>
5412 <H1>MESSAGE TEXT SCREEN</H1>
5413 <!--chtml if pinemode="function_key"-->
5414 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>
5415 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;------------------------------<BR>
5416 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>
5417 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>
5418 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>
5419 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>
5420 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>
5421 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>
5422 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>
5423 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>
5424 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>
5425 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>
5426 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>
5427 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>
5428 <BR>
5429 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
5430 ------------------------------<BR>
5431 F1&nbsp;&nbsp;Show&nbsp;Help&nbsp;Text<BR>
5432 F2&nbsp;&nbsp;Toggle&nbsp;to&nbsp;see&nbsp;more&nbsp;commands<BR>
5433 F3&nbsp;&nbsp;<A HREF="h_view_cmd_hilite">View&nbsp;hilited</A><BR>
5434 F4&nbsp;&nbsp;Select&nbsp;current&nbsp;message<BR>
5435 F5&nbsp;&nbsp;Previous&nbsp;selectable&nbsp;item<BR>
5436 F6&nbsp;&nbsp;Next&nbsp;selectable&nbsp;item<BR>
5437 F7&nbsp;&nbsp;<A HREF="h_common_jump">Jump</A>&nbsp;to&nbsp;message&nbsp;number<BR>
5438 F8&nbsp;&nbsp;<A HREF="h_common_nextnew">Next&nbsp;new</A>&nbsp;message<BR>
5439 F9&nbsp;&nbsp;<A HREF="h_common_hdrmode">Display&nbsp;full&nbsp;headers</A><BR>
5440 F10&nbsp;<A HREF="h_common_bounce">Bounce</A>&nbsp;message<BR>
5441 F11&nbsp;<A HREF="h_common_flag">Flag</A>&nbsp;message<BR>
5442 F12&nbsp;<A HREF="h_common_pipe">Pipe</A>&nbsp;to&nbsp;a&nbsp;Unix&nbsp;command<BR>
5443 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
5444 F5&nbsp;&nbsp;<A HREF="h_common_role">Compose using a role</A><BR>
5445 <!--chtml else-->
5446 Operations&nbsp;on&nbsp;the&nbsp;Current&nbsp;Message<BR>
5447 ---------------------------------<BR>
5448 <BR>
5449 &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>
5450 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>
5451 &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>
5452 &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>
5453 &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>
5454 &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>
5455 &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>
5456 &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>
5457 &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>
5458 <BR>
5459 Navigating&nbsp;the&nbsp;List&nbsp;of&nbsp;Messages&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Other&nbsp;Commands<BR>
5460 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;----------------------------<BR>
5461 &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>
5462 &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>
5463 &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>
5464 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>
5465 <BR>
5466 General&nbsp;Alpine&nbsp;Commands<BR>
5467 ---------------------<BR>
5468 &nbsp;O&nbsp;&nbsp;Show&nbsp;all&nbsp;other&nbsp;available&nbsp;commands<BR>
5469 &nbsp;?&nbsp;&nbsp;Show&nbsp;Help&nbsp;text&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Q&nbsp;Quit&nbsp;Alpine<BR>
5470 &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>
5471 &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>
5472 &nbsp;&nbsp;&nbsp;&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>
5473 <!--chtml endif-->
5476 NOTE:
5477 <OL>
5478  <LI>For help on a particular command, highlight the bold text associated
5479 with it above and hit Return.
5480  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
5481 </OL>
5483 <H2>Description of the MESSAGE TEXT Screen</H2>
5485 The top line of the view message screen displays status
5486 information about the currently open collection and folder and about the
5487 current message.  It shows the name of the collection in angle brackets
5488 and then the name of the folder.  The line also displays the number
5489 of messages in the folder, the number of the current message and the
5490 percentage of the current message that has been displayed on the screen.
5491 If the message is marked for deletion &quot;DEL&quot; will appear in the upper
5492 right corner.
5493 If the message has been answered (but not deleted) &quot;ANS&quot; will show
5494 in the corner.
5497 NOTE: to rapidly move to the end of a message, hit the
5498 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
5499 (or Ctrl-W) key followed
5500 by Ctrl-V.  Similarly,
5501 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
5502 followed by Ctrl-Y will take you to the beginning of
5503 a message.
5505 <H2>Explanation of Alternate Character Sets</H2>
5507 Alpine attempts to stay out of the way so that it won't prevent you from
5508 viewing mail in any character set.  It will simply send the message to
5509 your display device.  If the device is capable of displaying the
5510 message as it was written it will do so.  If not, the display may be
5511 partially or totally incorrect.
5512 If the message contains characters that are not representable in your 
5513 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
5514 variable in your configuration, then a warning message will be printed
5515 to your screen at the beginning of the message display.
5516 It is probably best to use UNIX Alpine in a terminal emulator
5517 capable of displaying UTF-8 characters.
5518 See <A HREF="h_config_char_set">Display Character Set</A> for a little
5519 more information about character set settings.
5521 <P><UL>
5522 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5523 </UL>
5525 &lt;End of help on this topic&gt;
5526 </BODY>
5527 </HTML>
5528 ======= h_index_cmd_select =======
5529 <HTML>
5530 <HEAD>
5531 <TITLE>Selecting: Select and WhereIs/Select</TITLE>
5532 </HEAD>
5533 <BODY>
5534 <H1>Selecting: Select and WhereIs/Select</H1>
5536 Aggregate operations give you the ability to process a group of messages
5537 at once.  Acting on multiple messages requires two steps: (1) selecting a
5538 set of messages and then; (2) applying a command to that set. The first
5539 part is handled by the select command.  Select allows you to
5540 select messages based on their status (read, answered, etc.), contents,
5541 date, size, or keywords.
5542 You may also select based on one of your Rules or based on threads,
5543 and there are quick options to select a specific message or range of messages,
5544 to select the current message, or to select all messages.
5547 We describe the various selection criteria briefly:
5550 <DL>
5551 <DT>select All</DT>
5552 <DD> Marks all the messages in the folder as selected.
5553 </DD>
5555 <DT>select Cur</DT>
5556 <DD> Selects the currently highlighted message or currently highlighted
5557 set of messages if in a threaded view.
5558 </DD>
5560 <DT>select by Number</DT>
5561 <DD> Select by message number. This may be a comma-separated list instead or
5562 a single entry.
5563 Each element in the list may be either a single message number or a range
5564 of numbers with a dash between the lowest and highest member of the range.
5565 Some examples are 7 to select only message number 7; 2-5 to select messages
5566 2 through 5; and 2-5,7-9,11 to select messages 2, 3, 4, 5, 7, 8, 9, and 11.
5567 The word &quot;end&quot; or the character &quot;$&quot; may be used as a 
5568 substitute for the highest numbered message in the folder, while the
5569 character &quot;.&quot; represents the message number holding the position
5570 of the cursor in the folder.
5571 If in a separate thread index where the numbers refer to threads instead of
5572 to messages, then you will be selecting all of the messages in the
5573 referenced threads instead of selecting by message number.
5574 </DD>
5576 <DT>select by Date</DT>
5577 <DD> Select by either the date stored in the Date headers of each message,
5578 or by the date when the messages arrived.
5579 This does not adjust for different time zones, but just checks to see what
5580 day the message was sent on.
5581 You may type in a date. If you do, the date should be in the form
5582 <P><SAMP><CENTER>DD-Mon-YYYY</CENTER></SAMP><P>
5583 For example,
5584 <P><SAMP><CENTER>24-Nov-2004</CENTER></SAMP><P>
5586 <P><SAMP><CENTER>09-Nov-2004</CENTER></SAMP><P>
5587 If the date you want is close to the current date, it is probably
5588 easier to use the &quot;^P&nbsp;Prev Day&quot; or &quot;^N&nbsp;Next Day&quot; commands to change the default date that
5589 is displayed, instead of typing in the date yourself.
5590 Or, the &quot;^X&nbsp;Cur Msg&quot; command may be used to fill in
5591 the date of the currently highlighted message. 
5593 There are six possible settings that are selected using the
5594 &quot;^W&nbsp;Toggle When&quot; command.
5595 Three of them select messages based on the Date headers.
5596 They are &quot;SENT SINCE&quot;, &quot;SENT BEFORE&quot;,
5597 and &quot;SENT ON&quot;.
5598 SINCE is all messages with the selected date or later.
5599 BEFORE is all messages earlier than the selected date (not including the day
5600 itself).
5601 ON is all messages sent on the selected date.
5602 The other three select messages in the same way but they use the arrival
5603 times of the messages instead of the Date headers included in the messages.
5604 Those three are &quot;ARRIVED SINCE&quot;, &quot;ARRIVED BEFORE&quot;,
5605 and &quot;ARRIVED ON&quot;.
5606 When you save a message from one folder to another the arrival time is
5607 preserved.
5608 </DD>
5610 <DT>select by Text</DT>
5611 <DD> Selects messages based on the message contents.
5612 This allows you to select a set of messages based on whether or not the
5613 message headers or message body contain specified text.
5614 You may look for text in the Subject, the From header,
5615 the To header, or the Cc header.
5616 You may also choose Recipient, which searches for the text in
5617 either the To or the Cc header;
5618 or Participant, which means To or Cc or From.
5619 Besides those specific header searches, you may also search the entire
5620 header and text of the message with &quot;All Text&quot;, or just the
5621 body of the message.
5623 To search for the absence of text, first type the &quot;! Not&quot; command
5624 before typing the specific type of text search.
5625 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
5626 search for all messages that do not contain a particular word in their
5627 Subjects.
5629 If you choose a Subject search, you may use the subject from the current
5630 message by typing the &quot;^X Cur Subject&quot; command.
5631 You may then edit it further if you wish.
5632 For example, you might select the subject of a reply and edit the
5633 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
5634 the original message being replied to.
5635 All of the other header searches allow you to use addresses from the
5636 headers of the current message if you want to.
5637 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
5638 &quot;^W Cur Cc&quot;.
5639 In each case, if there is more than one address, only the first is offered.
5640 </DD>
5642 <DT>select by Status</DT>
5643 <DD> Selects messages based on their status.
5644 You may select all New, Important, Deleted, Answered, Recent, or Unseen
5645 messages.
5646 Or, if you first type the &quot;! Not&quot; command, you get not New,
5647 or not Important, and so on.
5648 If you select Deleted messages, you will get all messages with their
5649 Deleted flag set.
5650 Likewise for Important messages, all messages that you have flagged as
5651 being Important with the
5652 <A HREF="h_common_flag">Flag</A> command.
5653 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
5654 because they try to match what you see on the screen by default.
5655 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
5656 and Unanswered.
5657 If you have looked at the message, or deleted it, or answered it; then it
5658 is not considered &quot;New &quot;.
5659 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
5661 &quot;Answered&quot; is another one that is a little different.
5662 It means that the message has been Answered <EM>and</EM> is not deleted.
5663 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
5664 the opposite of &quot;Answered&quot;!
5665 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
5666 both Unanswered <EM>and</EM> not deleted.
5668 The other two types were added later because the special nature of the
5669 New flag was not what was wanted by all users.
5670 New does match what you see in the index by default, but if you use
5671 the IMAPSTATUS or SHORTIMAPSTATUS token in the
5672 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
5673 be exactly what you want.
5674 &quot;Unseen&quot; simply selects all unseen messages, whether or not
5675 they are deleted or answered, and
5676 &quot;Recent&quot; selects all of the messages that have been added to
5677 the folder since you started this Alpine session.
5678 (That's not technically quite true. If there are multiple mail clients
5679 reading an IMAP mailbox, each message will be marked as Recent in only
5680 one of the client's sessions.)
5681 </DD>
5683 <DT>select by siZe</DT>
5684 <DD> Selects messages based on their size being smaller than or larger
5685 than the size you specify.
5686 The size is the number of bytes.
5687 You may use the suffix &quot;K&quot; or &quot;k&quot; to mean 1,000 times
5688 the number.
5689 For example, 7K is the same as 7000.
5690 The suffix &quot;M&quot; or &quot;m&quot; means 1,000,000 times the number,
5691 and the suffix &quot;G&quot; or &quot;g&quot; means 1,000,000,000 times.
5692 Use the &quot;^W&quot; command to toggle back and forth between Smaller
5693 and Larger.
5694 </DD>
5696 <DT>select by Keyword</DT>
5697 <DD> Selects messages that either have or do not have
5698 (using the &quot;!&nbsp;Not&quot; command)
5699 a particular <A HREF="h_config_keywords">Keyword</A> set.
5700 One way to select a keyword is to use the &quot;^T&nbsp;To&nbsp;List&quot;
5701 command to select one from your list of keywords.
5703 <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.
5704 </DD>
5706 <DT>select by Rule</DT>
5707 <DD> Selects messages that either match or don't match
5708 (using the &quot;!&nbsp;Not&quot; command)
5709 one of the Rules you have defined.
5710 The most likely method of filling in the Rule is to use the
5711 &quot;^T&nbsp;To&nbsp;List&quot;
5712 command to select one of your Rules.
5713 All of the Rules you have defined will be in the list, including
5714 Rules for Searching, Indexcolors, Filtering, Roles, Score setting, and Other.
5715 They may not all make sense for this purpose, but they are all there for
5716 flexibility.
5717 You might find it useful to define some rules solely for the purpose
5718 of being used by the Select command.
5719 There is a special category for such Rules. They are called Search Rules.
5721 Unfortunately, Alpine does not allow all possible Rules to be defined.
5722 For example, there is no logical OR operation.
5723 OR is accomplished in the Filter Rules or the other types of Rules by
5724 simply defining two rules, one that matches the first part of the OR
5725 and another that matches the second part.
5726 But you can't do that here, since you only have a single Rule to work with.
5727 Likewise, the order of Rules is usually important.
5728 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
5729 a message, then that stops the search for a further match.
5730 This means that you may be confused if you try to use Select by Rule to
5731 check your Filter rules because the order is important when filtering but
5732 is not considered here.
5733 </DD>
5735 <DT>select by tHread</DT>
5736 <DD> Selects all of the messages in the current thread.
5737 </DD>
5738 </DL>
5740 After you have an initial selection, the next and subsequent selection
5741 commands modify the selection.
5742 The select command changes. It first gives
5743 you selection &quot;alteration&quot; options: &quot;unselect All&quot;,
5744 &quot;unselect Current&quot;,
5745 &quot;Broaden selection&quot; (implements a logical OR), and
5746 &quot;Narrow selection&quot; (implements a logical AND).
5747 After you choose either Broaden or Narrow, you then choose one of the
5748 selection criteria listed above (by Text or Number or ...).
5749 You may use select as many times as you wish to get the selected set right.
5752 The WhereIs command has a feature (Ctrl-X) to
5753 select all the messages that match the WhereIs search. WhereIs searches
5754 through just the text that appears on the MESSAGE INDEX screen.
5755 This method is often slower than using the select command itself, unless the
5756 line you are looking for is not too far away in the index.
5759 The availability of the aggregate operations commands is determined by the
5760 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
5761 Feature-List option in your Alpine
5762 configuration, which defaults to set.
5763 The features
5764 <A HREF="h_config_auto_zoom">&quot;<!--#echo var="FEAT_auto-zoom-after-select"-->&quot;</A>
5766 <A HREF="h_config_select_wo_confirm">&quot;<!--#echo var="FEAT_select-without-confirm"-->&quot;</A>
5767 affect the behavior of the Select command.
5770 &lt;End of help on this topic&gt;
5771 </BODY>
5772 </HTML>
5773 ======= h_select_rule =======
5774 <HTML>
5775 <HEAD>
5776 <TITLE>Select: Rule</TITLE>
5777 </HEAD>
5778 <BODY>
5779 <H1>Select: Rule</H1>
5781 You are selecting messages that either match or don't match
5782 one of the Rules you have defined.
5783 You may either type the nickname of the Rule at the prompt, or use the
5784 &quot;^T&nbsp;To&nbsp;List&quot;
5785 command to select one of your Rules.
5786 All of the Rules you have defined will be in the list, including
5787 Rules for Indexcolors, Filtering, Roles, Score setting, and Other.
5788 They may not all make sense for this purpose, but they are all there for
5789 flexibility.
5790 Rules may be added by using the Setup/Rules screen off of the main Alpine
5791 menu.
5793 Unfortunately, Alpine does not allow all possible Rules to be defined.
5794 For example, there is no logical OR operation.
5795 OR is accomplished in the Filter Rules or the other types of Rules by
5796 simply defining two rules, one that matches the first part of the OR
5797 and another that matches the second part.
5798 But you can't do that here, since you only have a single Rule to work with.
5799 Likewise, the order of Rules is usually important.
5800 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
5801 a message, then that stops the search for a further match.
5802 This means that you may be confused if you try to use Select by Rule to
5803 check your Filter rules because the order is important when filtering but
5804 is not considered here.
5807 &lt;End of help on this topic&gt;
5808 </BODY>
5809 </HTML>
5810 ======= h_select_text =======
5811 <HTML>
5812 <HEAD>
5813 <TITLE>Select: Text</TITLE>
5814 </HEAD>
5815 <BODY>
5816 <H1>Select: Text</H1>
5818 You are selecting messages based on the contents of the message.
5819 This allows you to select a set of messages based on whether or not the
5820 message headers or message body contain specified text.
5821 You may look for text in the Subject, the From header,
5822 the To header, or the Cc header.
5823 You may also choose Recipient, which searches for the text in
5824 either the To or the Cc header;
5825 or Participant, which means either the To header, or the Cc header,
5826 or the From header.
5827 Besides those specific header searches, you may also search the entire
5828 header and text of the message with &quot;All Text&quot;, or just the
5829 body of the message with &quot;Body&quot;.
5831 To search for the absence of text, first type the &quot;!&nbsp;Not&quot; command
5832 before typing the specific type of text search.
5833 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
5834 search for all messages that do not contain a particular word in their
5835 Subjects.
5837 If you choose a Subject search, you may use the subject from the current
5838 message by typing the &quot;^X Cur Subject&quot; command.
5839 You may then edit it further if you wish.
5840 For example, you might select the subject of a reply and edit the
5841 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
5842 the original message being replied to.
5843 All of the other header searches allow you to use addresses from the
5844 headers of the current message if you want to.
5845 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
5846 &quot;^W Cur Cc&quot;.
5847 In each case, if there is more than one address, only the first is offered.
5850 &lt;End of help on this topic&gt;
5851 </BODY>
5852 </HTML>
5853 ======= h_select_status =======
5854 <HTML>
5855 <HEAD>
5856 <TITLE>Select: Status</TITLE>
5857 </HEAD>
5858 <BODY>
5859 <H1>Select: Status</H1>
5861 You are selecting messages based on the status of the message.
5862 For example, whether or not the message has been marked Deleted or Important,
5863 or whether or not it has been Answered or is New.
5864 If you first type the &quot;!&nbsp;Not&quot; command, you will get the
5865 opposite: not Deleted, not Important, and so on.
5867 If you select Deleted messages, you will get all messages with their
5868 Deleted flag set.
5869 Likewise for Important messages, all messages that you have flagged as
5870 being Important with the
5871 <A HREF="h_common_flag">Flag</A> command.
5872 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
5873 because they try to match what you see on the screen by default.
5874 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
5875 and Unanswered.
5876 If you have looked at the message, or deleted it, or answered it; then it
5877 is not considered &quot;New &quot;.
5878 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
5880 &quot;Answered&quot; is another one that is a little different.
5881 It means that the message has been Answered <EM>and</EM> is not deleted.
5882 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
5883 the opposite of &quot;Answered&quot;!
5884 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
5885 both Unanswered <EM>and</EM> not deleted.
5887 (The New and Answered options may seem counter-intuitive.
5888 The reason it is done this way is
5889 because, by default, a Deleted message will show up with the &quot;D&quot;
5890 symbol in the MAIL INDEX screen even if it is New or Answered.
5891 The Delete symbol overrides the New and Answered symbols, because you
5892 usually don't care about the message anymore once you've deleted it.
5893 Similarly, you usually only care about whether a message is Answered or
5894 not if it is not Deleted.
5895 Once it is Deleted you've put it out of your mind.)
5897 The other two options were added later because the special nature of the
5898 New flag was not what was wanted by all users.
5899 New does match what you see in the index by default, but if you use
5900 the IMAPSTATUS or SHORTIMAPSTATUS token in the
5901 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
5902 be exactly what you expect.
5903 &quot;Unseen&quot; simply selects all unseen messages, whether or not
5904 they are deleted or answered, and
5905 &quot;Recent&quot; selects all of the messages that have been added to
5906 the folder since you started this Alpine session.
5907 (That's not technically quite true. If there are multiple mail clients
5908 reading an IMAP mailbox, each message will be marked as Recent in only
5909 one of the client's sessions.
5910 That behavior can be convenienent for some purposes, like filtering, but
5911 it isn't usually what you expect when selecting.)
5914 &lt;End of help on this topic&gt;
5915 </BODY>
5916 </HTML>
5917 ======= h_index_cmd_apply =======
5918 <HTML>
5919 <HEAD>
5920 <TITLE>Apply Command</TITLE>
5921 </HEAD>
5922 <BODY>
5923 <H1>Apply Command</H1>
5925 Apply
5926 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->A<!--chtml endif-->)
5927 is the second step of most aggregate operations.  Apply
5928 becomes active any time there is a defined set of selected messages.  The
5929 following commands can be applied to a selected message set: delete,
5930 undelete, reply, forward,
5931 <!--chtml if pinemode="os_windows"-->
5932 <!--chtml else--> 
5933 pipe,
5934 <!--chtml endif-->
5935 print, take address, save, export, bounce, and flag.
5938 The behavior of some of these commands in an aggregate sense is not easy to
5939 explain.  Try them out to see what they do.
5940 The feature
5941 <A HREF="h_config_auto_unzoom">&quot;<!--#echo var="FEAT_auto-unzoom-after-apply"-->&quot;</A>
5942 affects the behavior of the Apply command, as does the feature
5943 <A HREF="h_config_auto_unselect">&quot;<!--#echo var="FEAT_auto-unselect-after-apply"-->&quot;</A>.
5946 &lt;End of help on this topic&gt;
5947 </BODY>
5948 </HTML>
5949 ======= h_index_cmd_zoom =======
5950 <HTML>
5951 <HEAD>
5952 <TITLE>ZoomMode Command</TITLE>
5953 </HEAD>
5954 <BODY>
5955 <H1>ZoomMode Command</H1>
5957 Another action you might want to take on a set of selected messages is to
5958 zoom in on them.  Like apply, zoom only becomes active when messages have
5959 been selected.
5960 ZoomMode
5961 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->Z<!--chtml endif-->)
5962 is a toggle command that allows you to
5963 zoom-in (and only see the selected messages) and zoom-out (to see all
5964 messages in the folder).  Neither apply nor zoom removes the markings that
5965 define the selected set; you need to use a select command in order
5966 to do that.
5969 &lt;End of help on this topic&gt;
5970 </BODY>
5971 </HTML>
5972 ======= h_index_collapse_expand =======
5973 <HTML>
5974 <HEAD>
5975 <TITLE>Collapse/Expand Command</TITLE>
5976 </HEAD>
5977 <BODY>
5978 <H1>Collapse/Expand Command</H1>
5980 The Collapse/Expand command is only available from the MESSAGE INDEX screen when
5981 the folder is sorted by either Threads or OrderedSubject, and the
5982 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
5983 is set to something other than &quot;none&quot;.
5984 By default, this command collapses or expands the subthread that starts at
5985 the currently highlighted message, if any.
5986 If the subthread is already collapsed, then this command expands it.
5987 If the subthread is expanded, then this command collapses it.
5988 If there are no more messages below the current message in the
5989 thread tree (that is, there are no replies to the current message) then
5990 this command does nothing.
5993 The behavior of this command is affected by the option
5994 <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>.
5995 Normally, this command Collapses or Expands the subthread that
5996 starts at the currently highlighted message.
5997 If the above option is set, then this command Collapses or Expands the
5998 entire current thread instead of just the subthread.
5999 The current thread is simply the top-level thread that contains the
6000 current message.
6003 &lt;End of help on this topic&gt;
6004 </BODY>
6005 </HTML>
6006 ======= h_index_cmd_sort =======
6007 <HTML>
6008 <HEAD>
6009 <TITLE>Sort Command</TITLE>
6010 </HEAD>
6011 <BODY>
6012 <H1>Sort Command</H1>
6014 In Alpine's generic configuration, messages are presented in the order in
6015 which they arrive.  This default can be changed in the SETUP CONFIGURATION 
6016 with the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
6017 You can also re-sort the folder on demand with the sort
6018 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
6019 command.
6020 Your sorting options are:
6022 <UL>
6023  <LI> <A HREF="h_index_sort_arrival">A</A>rrival
6024  <LI> <A HREF="h_index_sort_date">D</A>ate
6025  <LI> <A HREF="h_index_sort_subj">S</A>ubject
6026  <LI> <A HREF="h_index_sort_ordsubj">O</A>rderedSubject
6027  <LI> t<A HREF="h_index_sort_thread">H</A>read
6028  <LI> <A HREF="h_index_sort_from">F</A>rom
6029  <LI> si<A HREF="h_index_sort_size">Z</A>e
6030  <LI> scor<A HREF="h_index_sort_score">E</A>,
6031  <LI> <A HREF="h_index_sort_to">T</A>o
6032  <LI> <A HREF="h_index_sort_cc">C</A>c
6033 </UL>
6036 The Reverse option will toggle the order the index is currently
6037 sorted by, but will not change the relative sort order.
6040 Sorting a folder does not actually rearrange the way the folder is saved,
6041 it just re-arranges how the messages are presented to you.  This means
6042 that Alpine has to do the work of sorting every time you change sort order.
6043 Sometimes, especially with PC-Alpine or with large folders, this could take
6044 a while.
6047 &lt;End of help on this topic&gt;
6048 </BODY>
6049 </HTML>
6050 ======= h_index_sort_default =======
6051 <HTML>
6052 <HEAD>
6053 <TITLE>SORT OPTION: Default</TITLE>
6054 </HEAD>
6055 <BODY>
6056 <H1>SORT OPTION: Default</H1>
6058 The <EM>Default</EM> sort option just means to use the default sort order
6059 set in the
6060 <li><a href="h_config_sort_key"><!--#echo var="VAR_sort-key"--></a>
6061 option in Setup/Config.
6064 &lt;End of help on this topic&gt;
6065 </BODY>
6066 </HTML>
6067 ======= h_index_sort_arrival =======
6068 <HTML>
6069 <HEAD>
6070 <TITLE>SORT OPTION: Arrival</TITLE>
6071 </HEAD>
6072 <BODY>
6073 <H1>SORT OPTION: Arrival</H1>
6075 The <EM>Arrival</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6076 in the order that they exist in the folder.  This is usually the same as the
6077 order in which they arrived.  This option is comparable to not sorting
6078 the messages at all.
6081 &lt;End of help on this topic&gt;
6082 </BODY>
6083 </HTML>
6084 ======= h_index_sort_date =======
6085 <HTML>
6086 <HEAD>
6087 <TITLE>SORT OPTION: Date</TITLE>
6088 </HEAD>
6089 <BODY>
6090 <H1>SORT OPTION: Date</H1>
6092 The <EM>Date</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6093 according to the date and time they were
6094 sent.
6097 On a folder like INBOX, sorting by &quot;Date&quot; should be almost
6098 identical to sorting by &quot;Arrival&quot;.
6101 &lt;End of help on this topic&gt;
6102 </BODY>
6103 </HTML>
6104 ======= h_index_sort_subj =======
6105 <HTML>
6106 <HEAD>
6107 <TITLE>SORT OPTION: Subject</TITLE>
6108 </HEAD>
6109 <BODY>
6110 <H1>SORT OPTION: Subject</H1>
6112 The <EM>Subject</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6113 by subject. 
6116 Messages with the same subject are
6117 first grouped together, and then the groups of like-subject messages
6118 are arranged alphabetically.
6121 Alpine ignores leading &quot;Re:&quot; and
6122 &quot;re:&quot; and trailing &quot;(fwd)&quot; when determining the
6123 likeness and alphabetical order of subject lines.
6126 &lt;End of help on this topic&gt;
6127 </BODY>
6128 </HTML>
6129 ======= h_index_sort_ordsubj =======
6130 <HTML>
6131 <HEAD>
6132 <TITLE>SORT OPTION: OrderedSubject</TITLE>
6133 </HEAD>
6134 <BODY>
6135 <H1>SORT OPTION: OrderedSubject</H1>
6137 The <EM>OrderedSubject</EM> sort option arranges messages in the
6138 MESSAGE&nbsp;INDEX by grouping all messages with the same subject
6139 together, similar to sort by <A HREF="h_index_sort_subj">S</A>ubject.
6142 However, <EM>OrderedSubj</EM> then arranges the groups of like-subject
6143 messages by the date of the oldest message in the group.
6146 This sort method provides for pseudo threading of conversations within
6147 a folder.
6148 You may want to try sorting by Thread instead.
6151 &lt;End of help on this topic&gt;
6152 </BODY>
6153 </HTML>
6154 ======= h_index_sort_thread =======
6155 <HTML>
6156 <HEAD>
6157 <TITLE>SORT OPTION: Thread</TITLE>
6158 </HEAD>
6159 <BODY>
6160 <H1>SORT OPTION: Thread</H1>
6162 The <EM>Thread</EM> sort option arranges messages in the
6163 MESSAGE&nbsp;INDEX by grouping all messages that indicate
6164 they are part of a conversation (discussion thread) taking
6165 place within a mailbox or newsgroup.  This indication is
6166 based on information in the message's header -- specifically
6167 its <tt>References:</tt>, <tt>Message-ID:</tt>, and <tt>Subject:</tt> fields.
6170 &lt;End of help on this topic&gt;
6171 </BODY>
6172 </HTML>
6173 ======= h_index_sort_from =======
6174 <HTML>
6175 <HEAD>
6176 <TITLE>SORT OPTION: From</TITLE>
6177 </HEAD>
6178 <BODY>
6179 <H1>SORT OPTION: From</H1>
6181 The <EM>From</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6182 by the name of the author of the message.
6185 Messages with the same author are grouped together. Groups of
6186 messages are then put into alphabetical order according to message
6187 author.
6190 &lt;End of help on this topic&gt;
6191 </BODY>
6192 </HTML>
6193 ======= h_index_sort_size =======
6194 <HTML>
6195 <HEAD>
6196 <TITLE>SORT OPTION: Size</TITLE>
6197 </HEAD>
6198 <BODY>
6199 <H1>SORT OPTION: Size</H1>
6201 The <EM>Size</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6202 by their relative sizes.
6205 &lt;End of help on this topic&gt;
6206 </BODY>
6207 </HTML>
6208 ======= h_index_sort_score =======
6209 <HTML>
6210 <HEAD>
6211 <TITLE>SORT OPTION: Score</TITLE>
6212 </HEAD>
6213 <BODY>
6214 <H1>SORT OPTION: Score</H1>
6216 The <EM>Score</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6217 by their scores.
6220 Messages with the same score are sorted in arrival order.
6221 Scores are something you create using the
6222 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
6225 &lt;End of help on this topic&gt;
6226 </BODY>
6227 </HTML>
6228 ======= h_index_sort_to =======
6229 <HTML>
6230 <HEAD>
6231 <TITLE>SORT OPTION: To</TITLE>
6232 </HEAD>
6233 <BODY>
6234 <H1>SORT OPTION: To</H1>
6236 The <EM>To</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX 
6237 by the names of the recipients of the message.
6240 Messages with the same recipients are grouped together. Groups of
6241 messages are then put into alphabetical order according to message
6242 recipients.
6245 &lt;End of help on this topic&gt;
6246 </BODY>
6247 </HTML>
6248 ======= h_index_sort_cc =======
6249 <HTML>
6250 <HEAD>
6251 <TITLE>SORT OPTION: Cc</TITLE>
6252 </HEAD>
6253 <BODY>
6254 <H1>SORT OPTION: Cc</H1>
6256 The <EM>Cc</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX by
6257 the names of the carbon copy addresses of the message.
6260 &lt;End of help on this topic&gt;
6261 </BODY>
6262 </HTML>
6263 ======= h_index_cmd_whereis =======
6264 <HTML>
6265 <HEAD>
6266 <TITLE>WhereIs Command</TITLE>
6267 </HEAD>
6268 <BODY>
6269 <H1>WhereIs Command</H1>
6271 The WhereIs
6272 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
6273 command lets you search the MESSAGE INDEX for a word.
6274 It scans through whatever you see, usually the name of the author
6275 and the Subject line.
6276 WhereIs has special subcommands to let you find the beginning of the
6277 index (Ctrl-Y -- first message)
6278 or the end of the index (Ctrl-V -- last message).
6280 Note that WhereIs only searches through the visible text on the screen.
6281 For example, if only part of the Subject of a message is shown because it
6282 is long, then only the visible portion of the Subject is searched.
6283 Also note that WhereIs does not &quot;see&quot; the 
6284 &quot;X&quot; in column one of Index entries for selected messages
6285 so it can't be used to search for
6286 selected messages (use &quot;Zoom&quot; instead).
6288 If the feature
6289 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
6290 is turned on,
6291 WhereIs can also be used as a quick way to select messages that match the
6292 string being searched for.
6293 Instead of typing carriage return to search for the next match, type
6294 Ctrl-X to select all matches.
6295 Once again, this only selects matches that are (or would be if the right
6296 index line was on the screen) visible.
6297 Truncated From lines or Subjects will cause matches to be missed.
6298 Although WhereIs is sometimes convenient for quick matching, the Select
6299 command is usually more powerful and usually faster.
6302 &lt;End of help on this topic&gt;
6303 </BODY>
6304 </HTML>
6305 ======= h_view_cmd_whereis =======
6306 <HTML>
6307 <HEAD>
6308 <TITLE>WhereIs Command</TITLE>
6309 </HEAD>
6310 <BODY>
6311 <H1>WhereIs Command</H1>
6313 The WhereIs
6314 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
6315 command does a &quot;find in current message&quot; operation.  You
6316 type in text and Alpine will try to find it in the message you are
6317 reading.  WhereIs also has subcommands to jump to the beginning (Ctrl-Y)
6318 or end (Ctrl-V) of the message.
6319 That is, to rapidly move to the end of a message, hit the 
6320 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
6321 (or Ctrl-W) key followed
6322 by Ctrl-V.  Similarly,
6323 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
6324 followed by Ctrl-Y will take you to the beginning of a message.
6327 &lt;End of help on this topic&gt;
6328 </BODY>
6329 </HTML>
6330 ======= h_view_cmd_hilite =======
6331 <HTML>
6332 <HEAD>
6333 <TITLE>View Hilite and Next item/Previous item</TITLE>
6334 </HEAD>
6335 <BODY>
6336 <H1>View Hilite and Next item/Previous item</H1>
6338 Sometimes messages may be in the form of formatted HTML text
6339 or they may contain URLs or Web server hostnames.
6340 When any of the features
6341 <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>,
6342 <A HREF="h_config_enable_view_web_host">&quot;<!--#echo var="FEAT_enable-msg-view-web-hostnames"-->&quot;</A>,
6343 <A HREF="h_config_enable_view_attach">&quot;<!--#echo var="FEAT_enable-msg-view-attachments"-->&quot;</A>,
6345 <A HREF="h_config_enable_view_addresses">&quot;<!--#echo var="FEAT_enable-msg-view-addresses"-->&quot;</A>
6346 are enabled, Alpine will represent such selectable items in the text
6347 in bold typeface.  One of the selectable items will be displayed in
6348 inverse video (highlighted).  This is the &quot;currently selected&quot; item.
6349 Press the Return key to view the currently selected item.
6352 The Up and Down Arrows keys can be used to change the selected item
6353 (also see the feature
6354 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
6355 If there are no selectable items in the direction of the arrow you
6356 pressed, Alpine will scroll the display in that direction until one
6357 becomes visible.  To &quot;jump&quot; forwards/backwards among selectable 
6358 items in the message text, use the Previous and Next item commands,
6359 <!--chtml if pinemode="function_key"-->F5 and F6
6360 <!--chtml else-->^B and ^F<!--chtml endif-->.
6363 &lt;End of help on this topic&gt;
6364 </BODY>
6365 </HTML>
6366 ======= h_view_cmd_viewattch =======
6367 <HTML>
6368 <HEAD>
6369 <TITLE>ViewAttch Command</TITLE>
6370 </HEAD>
6371 <BODY>
6372 <H1>ViewAttch Command</H1>
6375 The View/Save Attachment
6376 (<!--chtml if pinemode="function_key"-->F4<!--chtml else-->V<!--chtml endif-->)
6377 command allows you to handle MIME attachments to a message you have
6378 received.  Alpine shows you a list of the message attachments -- you just
6379 choose the attachment you want.  You may either view or save the
6380 selected attachment.
6383 Because many attachments require external programs for display, there
6384 is some system configuration that has to happen before you can
6385 actually display attachments.  Hopefully much of that will have been
6386 done already by your system administrator.  MIME configuration is
6387 handled with the &quot;mailcap&quot; configuration file.  (See the section 
6388 on configuration in the
6389 <A HREF="h_news">release notes</A> for more information.)
6392 &lt;End of help on this topic&gt;
6393 </BODY>
6394 </HTML>
6395 ======= h_index_cmd_expunge =======
6396 <HTML>
6397 <HEAD>
6398 <TITLE>Expunge/Exclude Command</TITLE>
6399 </HEAD>
6400 <BODY>
6401 <H1>Expunge/Exclude Command</H1>
6403 Expunge/Exclude
6404 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->X<!--chtml endif-->)
6405 is the command Alpine uses to actually remove all messages
6406 marked for deletion.  With regular email files, expunge literally deletes
6407 the text from the current folder.  With newsgroups or shared mailboxes,
6408 you don't have permission to actually remove the message, so it is an
6409 exclude -- Alpine removes the message from your view of the folder even
6410 though it is not technically gone.
6412 <P> A selective expunge command is available in IMAP folders that support 
6413 the UID EXPUNGE extension in <A 
6414 HREF="http://tools.ietf.org/html/rfc4315">RFC 4315</A> as well as for all 
6415 other folders (local folders in all formats, POP3 inbox, and newsgroups) 
6416 as a subcommand of the apply command. If some selected messages are marked 
6417 deleted, then the apply command will offer the eXpunge command, which when 
6418 executed will only expunge those messages that are selected and deleted.
6420 <P> 
6421 Observe that the expunge command (when not used from the apply command) 
6422 will expunge/exclude all deleted messages from the folder, and so all 
6423 messages marked deleted will be expunged, regardless of if they are 
6424 selected or not. In other words, there is no protection against 
6425 potentially expunging more messages than only those that have been 
6426 selected and deleted.
6429 The configuration features
6430 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
6432 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>
6433 affect the behavior of the Expunge command.
6436 &lt;End of help on this topic&gt;
6437 </BODY>
6438 </HTML>
6439 ======= h_common_compose =======
6440 <HTML>
6441 <HEAD>
6442 <TITLE>Compose Command</TITLE>
6443 </HEAD>
6444 <BODY>
6445 <H1>Compose Command</H1>
6447 The Compose command takes you into the Alpine message composer where you
6448 can start a new message for sending.  This is where you type in the
6449 message's text and specify its recipient list (the &quot;To:&quot;
6450 address), where copies should be directed (e.g., &quot;Fcc&quot;,
6451 &quot;Cc:&quot; or &quot;Bcc:&quot;), and which files, if any, should
6452 be attached to the message.
6455 When you type this command, Alpine will also automatically check for any
6456 interrupted (i.e., a message that was being composed when your modem
6457 or network connection was broken) or previously postponed messages and
6458 offer you a chance to continue working on those.
6461 <UL>   
6462 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6463 </UL><P>
6464 &lt;End of help on this topic&gt;
6465 </BODY>
6466 </HTML>
6467 ======= h_common_index =======
6468 <HTML>
6469 <HEAD>
6470 <TITLE>Message Index Command</TITLE>
6471 </HEAD>
6472 <BODY>
6473 <H1>Message Index Command</H1>
6475 The Index command takes you to the MESSAGE INDEX screen that displays a
6476 summary caption for each message in the currently-open folder. One
6477 message will be highlighted; this is the &quot;Current&quot; message.
6478 The message commands available from this screen (e.g. View, Reply,
6479 Forward, Delete, Print, Save, etc) apply to the current message.
6482 &lt;End of help on this topic&gt;
6483 </BODY>
6484 </HTML>
6485 ======= h_common_folders =======
6486 <HTML>
6487 <HEAD>
6488 <TITLE>Folder List Command</TITLE>
6489 </HEAD>
6490 <BODY>
6491 <H1>Folder List Command</H1>
6493 This Folder List command takes you to the FOLDER LIST screen that displays
6494 the names of all your message folders and allows you to view, rename,
6495 delete, and add folders.  You can open (view) a different folder than the
6496 one currently open by highlighting the desired one (using the arrow keys
6497 or their control-key equivalents) and pressing RETURN.
6500 If you have multiple folder collections defined (see the Help text for
6501 the FOLDER LIST screen to learn more about Collections), you may need
6502 to press Return to expand the collection and display all of the
6503 folders in it.
6506 &lt;End of help on this topic&gt;
6507 </BODY>
6508 </HTML>
6509 ======= h_main_addrbook =======
6510 <HTML>
6511 <HEAD>
6512 <TITLE>Address Book Command</TITLE>
6513 </HEAD>
6514 <BODY>
6515 <H1>Address Book Command</H1>
6517 This command, available only from the MAIN MENU, takes you
6518 to the ADDRESS BOOK management screen.  From here, your personal address
6519 book(s) may be updated.
6522 &lt;End of help on this topic&gt;
6523 </BODY>
6524 </HTML>
6525 ======= h_main_setup =======
6526 <HTML>
6527 <HEAD>
6528 <TITLE>Setup Command</TITLE>
6529 </HEAD>
6530 <BODY>
6531 <H1>Setup Command</H1>
6533 The Setup command, available only from the MAIN MENU, prompts you for
6534 one of several configuration screens, including the SETUP CONFIGURATION 
6535 screen, by which you may activate optional Alpine features.
6538 &lt;End of help on this topic&gt;
6539 </BODY>
6540 </HTML>
6541 ======= h_main_release_notes =======
6542 <HTML>
6543 <HEAD>
6544 <TITLE>Release Notes Command</TITLE>
6545 </HEAD>
6546 <BODY>
6547 <H1>Release Notes Command</H1>
6549 This command displays information about Alpine <!--#echo var="ALPINE_VERSION"-->,
6550 as well as pointers to further information such as history and legal notes.
6553 &lt;End of help on this topic&gt;
6554 </BODY>
6555 </HTML>
6556 ======= h_main_kblock =======
6557 <HTML>
6558 <HEAD>
6559 <TITLE>Keyboard Lock Command</TITLE>
6560 </HEAD>
6561 <BODY>
6562 <H1>Keyboard Lock Command</H1>
6564 This command allows your Alpine session to be protected
6565 during a temporary absence from your terminal.
6568 &lt;End of help on this topic&gt;
6569 </BODY>
6570 </HTML>
6571 ======= h_main_journal =======
6572 <HTML>
6573 <HEAD>
6574 <TITLE>Journal Command</TITLE>
6575 </HEAD>
6576 <BODY>
6577 <H1>Journal Command</H1>
6579 This command displays a list of all the status messages Alpine has
6580 displayed (on the third line from the bottom of the screen). This may
6581 be useful if a message disappeared before you had a chance to read it.
6584 &lt;End of help on this topic&gt;
6585 </BODY>
6586 </HTML>
6587 ======= h_common_role =======
6588 <HTML>
6589 <HEAD>
6590 <TITLE>Role Command</TITLE>
6591 </HEAD>
6592 <BODY>
6593 <H1>Role Command</H1>
6595 The Role command is similar to the Compose command except that it starts
6596 off by letting you select a <A HREF="h_rules_roles">role</A>
6597 to be used for the composition.
6598 You may set up alternate roles by using Setup/Rules/Roles.
6601 &lt;End of help on this topic&gt;
6602 </BODY>
6603 </HTML>
6604 ======= h_common_conditional_cmds =======
6605 <HTML>
6606 <HEAD>
6607 <TITLE>Conditional Commands</TITLE>
6608 </HEAD>
6609 <BODY>
6610 <H1>Conditional Commands</H1>
6612 The presence or absence of certain commands, particularly in the
6613 MESSAGE INDEX and MESSAGE TEXT screens, is determined by
6614 whether or not specific features are set in your Alpine configuration.  
6615 (You can access the SETUP CONFIGURATION screen, where they are found, from 
6616 Alpine's MAIN MENU.)  To see if a desired command's availability is
6617 conditioned on a feature setting, see the command's help text (highlight
6618 the phrase associated with the command and hit Return).
6621 Also note that some
6622 commands may be administratively disabled by your system manager;
6623 if they don't work, please check with your local help desk.
6626 <UL>   
6627 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6628 </UL><P>
6629 &lt;End of help on this topic&gt;
6630 </BODY>
6631 </HTML>
6632 ======= h_common_pipe =======
6633 <HTML>
6634 <HEAD>
6635 <TITLE>Pipe Command</TITLE>
6636 </HEAD>
6637 <BODY>
6638 <H1>Pipe Command</H1>
6640 Pipe
6641 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->|<!--chtml endif-->)
6642 allows you to send a message to a specified Unix command for external
6643 processing.
6644 This command's availability is controlled by the
6645 <A HREF="h_config_enable_pipe">&quot;<!--#echo var="FEAT_enable-unix-pipe-cmd"-->&quot;</A> 
6646 feature.
6647 By default, the processed text of the message is sent to the command
6648 you specify and the output is captured by Alpine and shown to you.
6649 When you run the pipe command, there are some sub-commands which may be
6650 used to alter this behavior.
6651 These sub-commands are described <A HREF="h_pipe_command">here</A>.
6654 &lt;End of help on this topic&gt;
6655 </BODY>
6656 </HTML>
6657 ======= h_common_goto =======
6658 <HTML>
6659 <HEAD>
6660 <TITLE>Goto Command</TITLE>
6661 </HEAD>
6662 <BODY>
6663 <H1>Goto Command</H1>
6665 Goto
6666 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->G<!--chtml endif-->)
6667 is the command that lets you bypass Alpine's folder selection screens
6668 and jump directly to a new folder.  You can select any folder in the
6669 world: one in your current collection, one in a different collection or
6670 one in a collection you've never even used before.
6673 Alpine will help you as much as possible to narrow in on the folder you want.
6674 However, if the folder is outside of your defined collections, you are
6675 going to have to enter the exact folder location using the correct
6676 <A HREF="h_valid_folder_names">syntax</A>
6677 for a remote folder and/or fully-qualified path name.
6680 &lt;End of help on this topic&gt;
6681 </BODY>
6682 </HTML>
6683 ======= h_common_nextnew =======
6684 <HTML>
6685 <HEAD>
6686 <TITLE>NextNew Command</TITLE>
6687 </HEAD>
6688 <BODY>
6689 <H1>NextNew Command</H1>
6691 When you press the TAB key, Alpine advances to the next
6692 &quot;interesting&quot; message.
6693 This will be the next message you have not seen before, or the next message
6694 you have flagged Important, whichever comes first.
6695 Unread messages that have been deleted are not considered interesting.
6696 (A note about reading news. Alpine expects you to &quot;Delete&quot; news
6697 articles after you have read them if you want to remove them from future
6698 consideration. See <A HREF="h_mainhelp_readingnews">Reading News</A> for
6699 more information.)
6702 The NextNew command is affected by the feature
6703 <A HREF="h_config_tab_new_only">&quot;<!--#echo var="FEAT_tab-visits-next-new-message-only"-->&quot;</A>,
6704 which causes Alpine to only consider Unread messages interesting, not messages
6705 flagged Important.
6708 This command behaves a little differently when it finds there are no more
6709 interesting messages left in the current folder.
6710 If the current folder is one of your Incoming Message Folders
6711 (<A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>)
6712 or it is a newsgroup, then Alpine will try to find the next folder or
6713 newsgroup that contains <EM>Recent</EM> messages and will ask you
6714 if you want to open that folder.
6715 This behavior may be modified by using the
6716 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
6717 feature that causes Alpine to look for Unseen messages instead of Recent
6718 messages.
6719 The NextNew command's behavior is also affected by the configuration features
6720 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A>,
6722 <A HREF="h_config_tab_no_prompt">&quot;<!--#echo var="FEAT_continue-tab-without-confirm"-->&quot;</A>.
6725 &lt;End of help on this topic&gt;
6726 </BODY>
6727 </HTML>
6728 ======= h_common_jump =======
6729 <HTML>
6730 <HEAD>
6731 <TITLE>Jump Command</TITLE>
6732 </HEAD>
6733 <BODY>
6734 <H1>Jump Command</H1>
6736 This is Alpine's way of allowing you to go straight to a specific message.
6737 Just press &quot;J&quot; and then enter the message number.  By default, Alpine is also
6738 configured such that typing in any number automatically jumps you to that
6739 message 
6740 (<A HREF="h_config_enable_jump">&quot;<!--#echo var="FEAT_enable-jump-shortcut"-->&quot;</A> 
6741 in the SETUP CONFIGURATION).
6744 &lt;End of help on this topic&gt;
6745 </BODY>
6746 </HTML>
6747 ======= h_common_flag =======
6748 <HTML>
6749 <HEAD>
6750 <TITLE>Flag Command</TITLE>
6751 </HEAD>
6752 <BODY>
6753 <H1>Flag Command</H1>
6755 Flag
6756 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
6757 is the command that allows users to manipulate the status flags that
6758 appear on the left side of the MESSAGE INDEX screen.  The most common
6759 use of this is to mark a message as important. This is something of a
6760 note to yourself to get back to that message.  You may also use the
6761 flag command to set (or unset) the flags that indicate that a message
6762 is new, answered, deleted, or forwarded.<P>
6764 Provided the mail server supports it,
6765 you may also manipulate user-defined keywords
6766 for a message using the flag command.
6767 These keywords will be available if you use the Flag Details screen that you
6768 can get to after typing the
6769 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
6770 command.
6771 They will be listed after the Important, New, Answered, Deleted , and Forwarded flags,
6772 which are always present.
6773 You may add new keywords by using the Add KW command from the Flag Details screen
6774 or by defining them in the <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
6776 The availability of the flag command is determined by the
6777 <A HREF="h_config_enable_flag">&quot;<!--#echo var="FEAT_enable-flag-cmd"-->&quot;</A>
6778 feature in your Alpine configuration. Also, it is possible that Flag could be
6779 administratively disabled by your system manager; if it doesn't work,
6780 please check with your local help desk before reporting a bug.
6781 The behavior of the flag command may be modified by the
6782 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
6783 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
6786 &lt;End of help on this topic&gt;
6787 </BODY>
6788 </HTML>
6789 ======= h_common_hdrmode =======
6790 <HTML>
6791 <HEAD>
6792 <TITLE>HdrMode Command</TITLE>
6793 </HEAD>
6794 <BODY>
6795 <H1>HdrMode Command</H1>
6797 Every email message comes with some header lines that you normally
6798 don't see (and don't want to see).
6799 These include anywhere from 3-20 lines (or more) added by the
6800 Internet mail transport system to record the route your message took,
6801 for diagnostic purposes.
6802 These are normally of no import and simply
6803 add clutter, so Alpine suppresses them in the MESSAGE TEXT display.
6804 This also includes other non-standard headers the message may contain.
6805 If you want to see these headers, there is a way to reveal them.
6808 The Header Mode
6809 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
6810 command is a toggle that controls Alpine's handling of these header
6811 lines.  Normally, full headers is &quot;off&quot; and you only see a
6812 few lines about who a message is to and who it is from.  When you
6813 press
6814 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
6815 to turn full headers on, Alpine will show you
6816 the normal header lines as well as delivery headers, comment headers,
6817 MIME headers, and any other headers present.
6820 Several different Alpine commands honor the header mode -- it affects how
6821 messages are displayed, how they appear in forward and reply email, how
6822 they are printed, how they are saved, and how they are exported.
6823 <!--chtml if pinemode="os_windows"-->
6824 <!--chtml else--> 
6825 The pipe command is also affected.
6826 <!--chtml endif-->
6829 The presence or absence of the Header Mode command is determined by the
6830 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
6831 Feature-List option in your Alpine configuration.
6834 If you have also turned on the
6835 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
6836 option then the HdrMode command actually rotates through three states
6837 instead of just two.
6838 The first is the normal view with long quotes suppressed.
6839 The second is the normal view but with the long quotes included.
6840 The last enables the display of all headers in the message.
6841 When using Export, Pipe, Print, Forward, or Reply the quotes are
6842 never suppressed, so the first two states are identical.
6845 The behavior of the Header Mode command may be altered slightly by
6846 turning on the
6847 <A HREF="h_config_quell_full_hdr_reset">&quot;<!--#echo var="FEAT_quell-full-header-auto-reset"-->&quot;</A>
6848 Feature-List option in your Alpine configuration.
6849 In particular, it will cause the Header Mode to be persistent when moving
6850 from message to message instead of resetting to the default for each message.
6853 <UL>   
6854 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6855 </UL><P>
6856 &lt;End of help on this topic&gt;
6857 </BODY>
6858 </HTML>
6859 ======= h_common_print =======
6860 <HTML>
6861 <HEAD>
6862 <TITLE>Print Command</TITLE>
6863 </HEAD>
6864 <BODY>
6865 <H1>Print Command</H1>
6867 The Print
6868 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->%<!--chtml endif-->)
6869 command allows you to print a copy of a message.
6870 There are many SETUP CONFIGURATION features that affect the
6871 Print command, including
6872 <A HREF="h_config_enable_y_print">&quot;<!--#echo var="FEAT_enable-print-via-y-command"-->&quot;</A>,
6873 <A HREF="h_config_print_index">&quot;<!--#echo var="FEAT_print-index-enabled"-->&quot;</A>,
6874 <A HREF="h_config_custom_print">&quot;<!--#echo var="FEAT_print-offers-custom-cmd-prompt"-->&quot;</A>,
6875 <A HREF="h_config_print_from">&quot;<!--#echo var="FEAT_print-includes-from-line"-->&quot;</A>, and
6876 <A HREF="h_config_ff_between_msgs">&quot;<!--#echo var="FEAT_print-formfeed-between-messages"-->&quot;</A>.
6877 You set up for printing by using the Printer option of the Setup command
6878 on the MAIN MENU.
6882 &lt;End of help on this topic&gt;
6883 </BODY>
6884 </HTML>
6885 ======= h_common_take =======
6886 <HTML>
6887 <HEAD>
6888 <TITLE>TakeAddr Command</TITLE>
6889 </HEAD>
6890 <BODY>
6891 <H1>TakeAddr Command</H1>
6894 With the Take Address
6895 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->T<!--chtml endif-->)
6896 command, you can extract email addresses from an
6897 incoming message and save them in an address book.  This is an easy way
6898 to add to your address book and avoid having to remember the email
6899 addresses of the people who write to you.
6902 If the message is just to you individually, then you will only need to
6903 provide a nickname.  If the message contains more than one email address,
6904 then you will see an address
6905 selection screen that lets you choose the address you want to save into
6906 your address book, or lets you choose several of them add to a
6907 personal distribution list.
6910 Once you've added an entry to your address book, you can use it from the
6911 message composer by typing the nickname of the entry into one of the
6912 header fields (for example, into the To: field), or you can use ^T from
6913 the header field to select the entry from your address book.
6916 If the configuration feature
6917 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
6918 is set, the behavior of the Take command is altered slightly.
6921 &lt;End of help on this topic&gt;
6922 </BODY>
6923 </HTML>
6924 ======= h_ge_import =======
6925 <HTML>
6926 <HEAD>
6927 <TITLE>Import File Selection</TITLE>
6928 </HEAD>
6929 <BODY>
6930 <H1>Import File Selection</H1>
6932 You are importing a file that you previously
6933 exported from Alpine.
6934 You are now being asked for the name of that file.
6935 The easiest way to select a file is probably with the &quot;^T&quot;
6936 &quot;To Files&quot; command.
6937 Alternatively, you may type in a file name.
6938 It may be an absolute pathname.
6939 Otherwise, it is a file located in your home directory
6940 or current working directory
6941 <!--chtml if pinemode="running"-->
6942 (which, at least for your current Alpine &quot;session,&quot; 
6943 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6944 <!--chtml endif-->, depending on the
6945 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
6946 In any case, you finish by typing a carriage return to accept the
6947 file name that is displayed.
6948 When the feature
6949 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
6950 is turned on you may use TAB to complete partially typed in names.
6952 You may cancel the import operation by typing &quot;^C&quot; after exiting
6953 this help.
6955 &lt;End of help on this topic&gt;
6956 </BODY>
6957 </HTML>
6958 ======= h_ge_allparts =======
6959 <HTML>
6960 <HEAD>
6961 <TITLE>Export Message File Selection</TITLE>
6962 </HEAD>
6963 <BODY>
6964 <H1>Export Message File Selection</H1>
6966 You are Exporting a message from an Alpine mail folder
6967 to a plain text file.
6968 You also have the option of exporting all of the attachments associated
6969 with the message.
6970 You are now being asked for the name of the file to export <EM>to</EM>.
6971 The easiest way to select a file is probably with the &quot;^T&quot;
6972 &quot;To Files&quot; subcommand.
6973 After returning from that subcommand you will still be allowed to
6974 edit the name you have selected.
6975 Alternatively, you may type in a file name.
6976 It may be an absolute pathname.
6977 Otherwise, it is a file located in your home directory
6978 or current working directory
6979 <!--chtml if pinemode="running"-->
6980 (which, at least for your current Alpine &quot;session,&quot; 
6981 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6982 <!--chtml endif-->, depending on the
6983 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
6984 In any case, you finish by typing a carriage return to accept the
6985 file name that is displayed.
6986 When the feature
6987 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
6988 is turned on you may use TAB to complete partially typed in names.
6990 The message you are exporting appears to have some attachments.
6991 If you wish to save <EM>all</EM> of the attachments at once,
6992 type the &quot;^P&quot; &quot;AllParts&quot; command to turn on
6993 saving of the attachments.
6994 You may turn it back off by typing &quot;^P&quot; again, which will now
6995 be labeled &quot;NoAllParts&quot; instead.
6996 If you want to save the parts the command displayed should be
6997 &quot;NoAllParts&quot;!
6998 When you choose to save attachments like this, the attachments will be saved
6999 in a newly created directory.
7000 That directory will have the same name as the file name you choose here,
7001 with the letters &quot;.d&quot; appended.
7002 If that directory already exists, then the letters &quot;.d_1&quot; will
7003 be tried, then &quot;.d_2&quot; and so on until a name that doesn't exist
7004 is found.
7005 For example, if you select the file name
7007 <CENTER><SAMP>filename</SAMP></CENTER>
7009 to export the message to, then the directory used for the attachments will be
7011 <CENTER><SAMP>filename.d</SAMP></CENTER>
7013 or perhaps
7015 <CENTER><SAMP>filename.d_&lt;n&gt;</SAMP></CENTER>
7017 The attachments will then be put into files inside that directory.
7018 The names for the attachment files will be derived from the attachments
7019 if possible.
7020 This is done in the same way as the default values are derived if you
7021 save them one at a time.
7022 (The &quot;filename&quot; parameter from the Content-Disposition header
7023 is the first choice. If that doesn't exist, the &quot;name&quot;
7024 parameter from the Content-Type header is used.)
7025 If a name for a particular attachment is not available, then the
7026 part number of the attachment is used, with the characters &quot;part_&quot;
7027 prepended.
7028 An example of that would be
7030 <CENTER><SAMP>part_2.1</SAMP></CENTER>
7032 If you want to save only some of the attachments or if you want more control
7033 over the directory and filename where an attachment is saved you may
7034 cancel out of this command and View the attachment list.
7035 From there you can save each attachment individually.
7037 You may cancel the Export operation by typing &quot;^C&quot; after exiting
7038 this help.
7040 &lt;End of help on this topic&gt;
7041 </BODY>
7042 </HTML>
7043 ======= h_ge_export =======
7044 <HTML>
7045 <HEAD>
7046 <TITLE>Export File Selection</TITLE>
7047 </HEAD>
7048 <BODY>
7049 <H1>Export File Selection</H1>
7051 You are Exporting or Saving something from within the Alpine world
7052 (a message, an attachment, etc.)
7053 to a plain text file.
7054 You are now being asked for the name of the file to export <EM>to</EM>.
7055 The easiest way to select a file is probably with the &quot;^T&quot;
7056 &quot;To Files&quot; subcommand.
7057 After returning from that subcommand you will still be allowed to
7058 edit the name you have selected.
7059 Alternatively, you may type in a file name.
7060 It may be an absolute pathname.
7061 Otherwise, it is a file located in your home directory
7062 or current working directory
7063 <!--chtml if pinemode="running"-->
7064 (which, at least for your current Alpine &quot;session,&quot; 
7065 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7066 <!--chtml endif-->, depending on the
7067 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
7068 In any case, you finish by typing a carriage return to accept the
7069 file name that is displayed.
7070 When the feature
7071 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
7072 is turned on you may use TAB to complete partially typed in names.
7074 If the object you are exporting is a message with some attachments,
7075 you may wish to save all of the attachments by typing the &quot;^P&quot;
7076 &quot;AllParts&quot; command to turn on saving of the attachments.
7077 This subcommand will only be visible if the message actually has attachments.
7078 You may also View the attachment list and save individual attachments from
7079 there.
7081 If you are SAVING a text part (text/plain, text/html, etc.) you can use
7082 the Control-R subcommand to toggle if saving will be done in binary mode,
7083 meaning that the attachment will be decoded, but will not be transformed
7084 to UTF-8 for further processing (either in internal filters, or user
7085 supplied filters.) This is useful in case you either want to preserve
7086 the text as it was encoded originally to you, or the attachment was
7087 incorrectly attached (the attachment is not of text type) and you need
7088 the original text to process the attachment.
7090 You may cancel the Export operation by typing &quot;^C&quot; after exiting
7091 this help.
7093 &lt;End of help on this topic&gt;
7094 </BODY>
7095 </HTML>
7096 ======= h_common_save =======
7097 <HTML>
7098 <HEAD>
7099 <TITLE>Save and Export Commands</TITLE>
7100 </HEAD>
7101 <BODY>
7102 <H1>Save and Export Commands</H1>
7104 Save
7105 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->S<!--chtml endif-->)
7106 and Export
7107 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->E<!--chtml endif-->)
7108 are the two alternatives Alpine gives you to keep a copy of the message
7109 you are reading. If you want to keep the message within Alpine's email
7110 world, use &quot;Save&quot;; if you want to use the message in another
7111 program, use &quot;Export&quot;.
7114 When you Save a message, it is put into an existing folder or into a new
7115 folder in one of your existing folder collections.  The message stays in
7116 email format and can be read by Alpine again.  Alpine may use a special format
7117 for its mail folders -- never edit an Alpine folder by hand or with any
7118 program other than Alpine.  The exact behavior of the Save command can be
7119 configured with the
7120 <A HREF="h_config_quote_all_froms">&quot;<!--#echo var="FEAT_save-will-quote-leading-froms"-->&quot;</A>,
7121 <A HREF="h_config_save_wont_delete">&quot;<!--#echo var="FEAT_save-will-not-delete"-->&quot;</A>,
7122 and 
7123 <A HREF="h_config_save_advances">&quot;<!--#echo var="FEAT_save-will-advance"-->&quot;</A>
7124 feature list settings.
7125 The name of the folder offered as a default is controlled by the option
7126 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>.
7129 When you use Export, the message is placed in a plain text file in your
7130 home directory 
7131 <!--chtml if pinemode="running"-->
7132 (which, in the present configuration of your system, is
7133  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
7134 <!--chtml endif-->
7135 or current working directory
7136 <!--chtml if pinemode="running"-->
7137 (which, at least for your current Alpine &quot;session,&quot; 
7138 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7139 <!--chtml endif-->, depending on the
7140 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
7141 configuration setting.  In the normal case, only minimal
7142 headers are exported with the message; however, if the full header mode 
7143 (whose availability may be disabled  by setting the feature 
7144 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
7145 in SETUP CONFIGURATION) is
7146 toggled on, then complete headers are exported along with the message
7147 text. (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
7148 defined, they may affect the contents of the exported file.)
7151 &lt;End of help on this topic&gt;
7152 </BODY>
7153 </HTML>
7154 ======= h_common_bounce =======
7155 <HTML>
7156 <HEAD>
7157 <TITLE>Bounce Command</TITLE>
7158 </HEAD>
7159 <BODY>
7160 <H1>Bounce Command</H1>
7162 The Bounce 
7163 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->B<!--chtml endif-->)
7164 command allows you to re-send, or &quot;remail&quot;, a
7165 message, as if you were never in the loop.  It is analogous to crossing
7166 out your address on a postal letter, writing a different address on the
7167 envelope, and putting it into the mailbox. Bounce is used primarily to
7168 redirect email that was sent to you in error.
7169 Also, some owners of email
7170 lists need the bounce command to handle list traffic.
7171 Bounce is not anonymous.
7172 A ReSent-From header is added to the message so that the recipient may
7173 tell that you Bounced it to them.
7176 The presence or absence of the Bounce command is determined by the
7177 <A HREF="h_config_enable_bounce">&quot;<!--#echo var="FEAT_enable-bounce-cmd"-->&quot;</A>
7178 feature in your Alpine configuration.
7179 The feature
7180 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A>
7181 affects the behavior of the Bounce command.
7182 Also, it is possible that Bounce could be
7183 administratively disabled by your system manager; if it doesn't work,
7184 please check with your local help desk before reporting a bug.
7187 &lt;End of help on this topic&gt;
7188 </BODY>
7189 </HTML>
7190 ======= h_common_reply =======
7191 <HTML>
7192 <HEAD>
7193 <TITLE>Reply and Forward Commands</TITLE>
7194 </HEAD>
7195 <BODY>
7197 <H1>Reply and Forward Commands</H1>
7199 Replying 
7200 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->R<!--chtml endif-->)
7201 and Forwarding 
7202 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->F<!--chtml endif-->)
7203 are your two alternatives for following up on the
7204 message you are reading.  You would use reply if you want to get email
7205 back to the author of the message and/or the other people who have
7206 already seen it.  You use forward if you want somebody new to see the
7207 message.
7210 In the normal case, the only thing that you must supply when forwarding a
7211 message is the name/email address of the new recipient.
7212 Alpine will include the text of the forwarded message.
7213 Alpine will also include any attachments to the message.
7214 There is space above the forwarded text for you to include additional comments.
7217 When replying, you usually have to answer some questions.
7218 If the message is to multiple people and/or specified with a Reply-To: header,
7219 then you will have to decide who should get the reply.
7220 You also need to decide whether or not to include the previous
7221 message in your reply.
7222 Some of this is configurable.
7223 Specifically, see the
7224 <A HREF="h_config_include_header">&quot;<!--#echo var="FEAT_include-header-in-reply"-->&quot;</A>,
7225 <A HREF="h_config_auto_include_reply">&quot;<!--#echo var="FEAT_include-text-in-reply"-->&quot;</A>,
7226 <A HREF="h_config_attach_in_reply">&quot;<!--#echo var="FEAT_include-attachments-in-reply"-->&quot;</A>,
7228 <A HREF="h_config_auto_reply_to">&quot;<!--#echo var="FEAT_reply-always-uses-reply-to"-->&quot;</A>
7229 configuration features.
7232 Both the Reply and Forward commands react to the full header mode toggle.
7233 If the full header mode is on, then all the header and delivery lines are
7234 included with the text of the message in your reply/forward.
7237 Other configuration features that affect the Reply command are
7238 <A HREF="h_config_sig_at_bottom">&quot;<!--#echo var="FEAT_signature-at-bottom"-->&quot;</A>,
7239 <A HREF="h_config_sigdashes">&quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot;</A>, and
7240 <A HREF="h_config_strip_sigdashes">&quot;<!--#echo var="FEAT_strip-from-sigdashes-on-reply"-->&quot;</A>.
7243 &lt;End of help on this topic&gt;
7244 </BODY>
7245 </HTML>
7246 ======= h_common_delete =======
7247 <HTML>
7248 <HEAD>
7249 <TITLE>Delete and Undelete Commands</TITLE>
7250 </HEAD>
7251 <BODY>
7252 <H1>Delete and Undelete Commands</H1>
7254 Delete 
7255 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->D<!--chtml endif-->)
7256 and Undelete 
7257 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->U<!--chtml endif-->)
7258 allow you to change the Deleted flag for the current message.
7259 Delete marks a message Deleted (turns on the Deleted flag) and Undelete
7260 removes the mark.
7261 In the MESSAGE INDEX, deleted messages have a &quot;D&quot; in the status field
7262 at the left hand edge of the index line.
7263 When viewing a deleted message, the letters &quot;DEL&quot; will be present
7264 in the upper right hand corner of the screen.
7265 Delete simply <EM>marks</EM> a message Deleted, it does not actually
7266 get rid of the message.
7267 The eXpunge command (available from the MESSAGE INDEX screen) actually
7268 removes all of the deleted messages in a folder.
7269 Once a message is eXpunged, it can't be retrieved.
7272 The Delete command is affected by the setting of the configuration feature
7273 <A HREF="h_config_del_skips_del">&quot;<!--#echo var="FEAT_delete-skips-deleted"-->&quot;</A>.
7276 &lt;End of help on this topic&gt;
7277 </BODY>
7278 </HTML>
7279 ======= h_common_postpone =======
7280 <HTML>
7281 <HEAD>
7282 <TITLE>Postpone Command</TITLE>
7283 </HEAD>
7284 <BODY>
7285 <H1>Postpone Command</H1>
7287 The postpone
7288 <!--chtml if pinemode="function_key"-->(F11)<!--chtml else-->(^O)<!--chtml endif-->
7289 command allows you to temporarily stop working on the current
7290 message so you may read
7291 other messages or compose another message.  When you want to resume a
7292 message later, start to compose and answer &quot;yes&quot; to the
7293 &quot;Continue postponed composition?&quot; question.  You may
7294 postpone as many messages as you like.
7297 Note: If a <A HREF="h_config_form_folder"><!--#echo var="VAR_form-letter-folder"--></A> is defined
7298 in the Setup/Config screen, then the Postpone command will prompt you for
7299 the folder in which to store your outgoing message.
7302 &lt;End of help on this topic&gt;
7303 </BODY>
7304 </HTML>
7305 ======= h_compose_cancel =======
7306 <HTML>
7307 <HEAD>
7308 <TITLE>Cancel Command</TITLE>
7309 </HEAD>
7310 <BODY>
7311 <H1>Cancel Command</H1>
7313 Cancel
7314 <!--chtml if pinemode="function_key"-->
7315 (F2)
7316 <!--chtml else-->
7317 (^C) 
7318 <!--chtml endif-->
7320 The Cancel command returns you to Alpine's normal mail processing and
7321 causes the message currently under composition to be thrown out.
7322 The message text <EM>will be lost</EM>.
7325 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
7326 will be preserved in the file named
7327 <!--chtml if pinemode="os_windows"-->
7328 &quot;DEADLETR&quot;.
7329 <!--chtml else-->
7330 &quot;dead.letter&quot; in your home directory.
7331 <!--chtml endif-->
7332 If you unintentionally cancel a message, look there for its text.
7335 &lt;End of help on this topic&gt;
7336 </BODY>
7337 </HTML>
7338 ======= h_compose_addrcomplete =======
7339 <HTML>
7340 <HEAD>
7341 <TITLE>Address Completion</TITLE>
7342 </HEAD>
7343 <BODY>
7344 <H1>Address Completion</H1>
7346 When entering addresses in the address fields of the composer (To, Cc, etc.)
7347 the TAB key may be used to help complete the address.
7348 Type a partial nickname and tap the TAB key to complete the typing.
7349 The unambiguous part of the name will be filled in automatically.
7350 Typing TAB twice in succession will bring up a selection list of possibilities,
7351 making it easy to find and choose the correct address.
7354 The matching algorithm is rather ad hoc.
7355 The search starts with a search of your address book.
7356 It counts as a match if the nickname, address, or fullname field of an
7357 entry begins with the text typed in so far. It is also a match if
7358 a later word in the fullname (for example, the middle name or last name)
7359 begins with the entered text.
7361 Next comes an LDAP search.
7362 The search will happen for any servers that have the
7363 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
7364 feature set. You can set or unset the feature for each server independently
7365 in the Setup/Directory screen.
7367 Finally, if you are replying to or forwarding a message, that message is
7368 searched for likely candidate addresses that match the typed-in text.
7371 &lt;End of help on this topic&gt;
7372 </BODY>
7373 </HTML>
7374 ======= h_compose_richhdr =======
7375 <HTML>
7376 <HEAD>
7377 <TITLE>Rich Header Command</TITLE>
7378 </HEAD>
7379 <BODY>
7380 <H1>Rich Header Command</H1>
7382 The Rich Header command allows you to toggle between the list of 
7383 all message headers available for editing and those that are most
7384 common.
7387 Use this toggle to expose headers that are not normally visible by
7388 default.
7389 This set usually includes the
7390 &quot;Bcc:&quot;,
7391 &quot;Fcc:&quot;,
7392 &quot;Lcc:&quot;,
7393 and &quot;Newsgroups&quot;
7394 headers.
7395 If you are posting to a newsgroup the set of defaults is a little different.
7396 Obviously, in that case, the Newsgroups header is of interest so is not
7397 hidden.
7398 For news posting the hidden set includes the
7399 &quot;To:&quot;,
7400 &quot;Cc:&quot;,
7401 &quot;Bcc:&quot;,
7402 &quot;Fcc:&quot;,
7403 and &quot;Lcc:&quot;
7404 headers.
7405 You won't normally want to edit these, which is why they are hidden,
7406 but it is sometimes useful to be able to set them manually.
7409 The default sets of headers listed above can be altered.
7410 Any header that you have added to the
7411 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
7412 option, but not to the
7413 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
7414 option will appear when you use the Rich Headers command to
7415 make the Rich Headers visible.
7416 (Headers listed in the <!--#echo var="VAR_default-composer-hdrs"--> list will be visible
7417 even without toggling the Rich Headers command.)
7420 &lt;End of help on this topic&gt;
7421 </BODY>
7422 </HTML>
7423 ======= h_compose_send =======
7424 <HTML>
7425 <HEAD>
7426 <TITLE>Send Command</TITLE>
7427 </HEAD>
7428 <BODY>
7429 <H1>Send Command</H1>
7431 The Send command
7432 <!--chtml if pinemode="function_key"-->
7433 (F3)
7434 <!--chtml else-->
7435 (^X) 
7436 <!--chtml endif-->
7437 tells Alpine you are finished composing.
7438 Before actually sending it, though, Alpine will ask you to confirm 
7439 your intention, and, at the same time, redisplayed the message text
7440 with the recipients at the top of the screen to give you the opportunity
7441 to review and verify that the message is addressed to the people
7442 you intended.
7444 If the feature
7445 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
7446 then this confirmation prompt and any options it allows are skipped.
7449 This confirmation prompt may also offer, depending
7450 on your particular Setup/Config, options allowing you to set
7451 <A HREF="h_config_compose_dsn">delivery status notifications</A>,
7452 include attachments in the &quot;Fcc&quot; (if you had previously
7453 specified that they <A HREF="h_config_no_fcc_attach">exclude attachments</A>, 
7454 observe details of the
7455 <A HREF="h_config_verbose_post">message submission process</A>,
7456 choose the filter through which the
7457 <A HREF="h_config_sending_filter">outgoing text should first pass</A>,
7458 or turn of flowed text generation.
7461 &lt;End of help on this topic&gt;
7462 </BODY>
7463 </HTML>
7464 ======= h_compose_markcutpaste =======
7465 <HTML>
7466 <HEAD>
7467 <TITLE>Mark, Cut and Paste Commands</TITLE>
7468 </HEAD>
7469 <BODY>
7470 <H1>Mark, Cut and Paste Commands</H1>
7472 You can define a &quot;block&quot; of text, which can subsequently
7473  be deleted or
7474 copied as a unit, by setting a mark at the start of the block (Ctrl-^) and
7475 then moving the cursor to the end of the desired text block.  You can then
7476 &quot;cut&quot; the block out 
7477 <!--chtml if pinemode="function_key"-->
7478 &quot;F9&quot;,
7479 <!--chtml else-->
7480 &quot;Ctrl-K&quot;,
7481 <!--chtml endif-->
7482 move the cursor, and &quot;paste&quot; it
7483 <!--chtml if pinemode="function_key"-->
7484 &quot;F10&quot;,
7485 <!--chtml else-->
7486 &quot;Ctrl-U&quot;,
7487 <!--chtml endif-->
7488 in the new location.  Also, you can paste more than once, allowing you
7489 to use this feature to copy a block of text.<P>
7491 If you press 
7492 <!--chtml if pinemode="function_key"-->
7493 &quot;F9&quot;
7494 <!--chtml else-->
7495 &quot;^K&quot;
7496 <!--chtml endif-->
7497 without having marked anything, Alpine will delete
7498 a single line.  If you delete a group of lines together, Alpine keeps them
7499 in the same buffer, so 
7500 <!--chtml if pinemode="function_key"-->
7502 <!--chtml else-->
7504 <!--chtml endif-->
7505 will restore them as a block.  About
7506 terminology:  Mark is shown as &quot;^^&quot;.  The first &quot;^&quot; means you should
7507 hold down the &quot;Control&quot; key on your keyboard.  The second &quot;^&quot; means
7508 &quot;type the character ^&quot;.
7511 &lt;End of help on this topic&gt;
7512 </BODY>
7513 </HTML>
7514 ======= h_compose_justify =======
7515 <HTML>
7516 <HEAD>
7517 <TITLE>Justify Command</TITLE>
7518 </HEAD>
7519 <BODY>
7520 <H1>Justify Command</H1>
7522 The Justify
7523 <!--chtml if pinemode="function_key"-->
7524 (F4)
7525 <!--chtml else-->
7526 (^J) 
7527 <!--chtml endif-->
7528 command reformats the text in the paragraph the cursor is in.
7529 Paragraphs are separated by one blank line or a line beginning with a space.
7530 This is useful when you have been editing a paragraph and the lines become
7531 uneven.  The text is left aligned or justified and the right is ragged.  If
7532 the text is already justified as typed with auto-wrap, no justification will
7533 be done.
7536 If you have set a <A HREF="h_compose_markcutpaste">mark</A> to select a
7537 block of text, the Justify command is modified.
7538 Instead of automatically justifying the current paragraph you will be
7539 asked if you want to justify the paragraph, justify the selected region,
7540 or adjust the quote level of the selected region.
7541 Adjusting the quote level only works if you are using standard
7542 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes, which is the default if you haven't
7543 changed &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;.
7546 When composing a reply containing included text, the justify command
7547 will reformat text to the right of the 
7548 &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;,
7549 adding or removing indented lines as needed.  Paragraphs are separated
7550 by a blank line, a line containing only the <!--#echo var="VAR_reply-indent-string"-->, or a
7551 line containing the indent string and one or more blank spaces.
7552 Included text that was previously indented (or &quot;quoted&quot;) is
7553 not preserved.
7556 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
7557 in 1999 and its wide-spread adoption since then, you will usually be better off if you
7558 use the standard
7559 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes.
7562 &lt;End of help on this topic&gt;
7563 </BODY>
7564 </HTML>
7565 ======= h_compose_spell =======
7566 <HTML>
7567 <HEAD>
7568 <TITLE>Spell Check Command</TITLE>
7569 </HEAD>
7570 <BODY>
7571 <H1>Spell Check Command</H1>
7573 The &quot;To Spell&quot;
7574 <!--chtml if pinemode="function_key"-->
7575 (F12)
7576 <!--chtml else-->
7577 (^T) 
7578 <!--chtml endif-->
7579 command calls an external spell checking program to look over the
7580 message you are composing.  By default, Alpine uses
7582 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
7584 if it knows where to find &quot;aspell&quot;.
7585 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
7586 then the command used is
7588 <CENTER><SAMP>ispell -l</SAMP></CENTER>
7590 Otherwise, the ancient &quot;spell&quot; command is used.
7592 For PC-Alpine, you must install the aspell library code that you
7593 may get from
7594 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
7597 &lt;End of help on this topic&gt;
7598 </BODY>
7599 </HTML>
7600 ======= h_compose_alted =======
7601 <HTML>
7602 <HEAD>
7603 <TITLE>Alt Editor Command</TITLE>
7604 </HEAD>
7605 <BODY>
7606 <H1>Alt Editor Command</H1>
7608 The &quot;Alt Editor&quot; command's availability depends on the
7609 Setup/Config variable &quot;<A HREF="h_config_editor"><!--#echo var="VAR_editor"--></A>&quot;.
7612 When the variable specifies a valid editor on your system, this
7613 command will launch it with the current text of your message
7614 already filled in.
7617 &lt;End of help on this topic&gt;
7618 </BODY>
7619 </HTML>
7620 ======= h_compose_readfile =======
7621 <HTML>
7622 <HEAD>
7623 <TITLE>Read File Command</TITLE>
7624 </HEAD>
7625 <BODY>
7626 <H1>Read File Command</H1>
7628 The &quot;Read File&quot;
7629 <!--chtml if pinemode="function_key"-->
7630 (F5)
7631 <!--chtml else-->
7632 (^R) 
7633 <!--chtml endif-->
7634 command allows you to copy in text from an existing file. You will be
7635 prompted for the name of a file to be inserted into the message.  The file
7636 name is relative to your home directory 
7637 <!--chtml if pinemode="running"-->
7638 (which, in the present configuration of your system, is
7639  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
7640 <!--chtml endif-->
7641 or current working directory
7642 <!--chtml if pinemode="running"-->
7643 (which, at least for your current Alpine &quot;session,&quot; 
7644 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7645 <!--chtml endif-->, depending on the
7646 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
7647 configuration setting; or, the file name must be specified as a full path name 
7648 <!--chtml if pinemode="os_windows"-->
7649 -- for example: &quot;A:&#92;PAPER.TXT&quot;
7650 <!--chtml else-->
7651 -- for example: &quot;/tmp/wisdom-of-the-day&quot;
7652 <!--chtml endif-->
7653 (without the quotation marks).
7656 The file will be inserted where the cursor is located.  <B>The
7657 file to be read must be on the same system as Alpine.</B> If you use Alpine on a
7658 Unix machine but have files on a PC or Mac, the files must be transferred
7659 to the system Alpine is running on before they can be read.  Please ask your
7660 local computer support people about the correct way to transfer a file to 
7661 your Alpine system.
7664 &lt;End of help on this topic&gt;
7665 </BODY>
7666 </HTML>
7667 ======= h_config_tray_icon =======
7668 <HTML>
7669 <HEAD>
7670 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></TITLE>
7671 </HEAD>
7672 <BODY>
7673 <H1>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></H1>
7675 PC-Alpine only.
7677 This option restores a behavior of previous versions of PC-Alpine.
7678 These
7679 versions, when started, installed a PC-Alpine icon in the notification 
7680 tray of Window's Taskbar.  The primary use of this icon was to indicate
7681 new mail arrival by turning red (while the Taskbar icon remained green).
7682 Additionally, the icon now changes to yellow to signify that a mail folder
7683 has been closed unexpectedly.
7686 Rather than add another icon to the Taskbar, this version of PC-Alpine will 
7687 color its Taskbar entry's icon red (as well as the icon in the Window
7688 Title).  This feature is only provided for backwards compatibility.
7691 &lt;End of help on this topic&gt;
7692 </BODY>
7693 </HTML>
7694 ======= h_common_suspend =======
7695 <HTML>
7696 <HEAD>
7697 <TITLE>Suspend Command</TITLE>
7698 </HEAD>
7699 <BODY>
7700 <H1>Suspend Command</H1>
7702 With the <A HREF="h_config_can_suspend"><!--#echo var="FEAT_enable-suspend"--></A> feature
7703 enabled, you can, at almost any time, temporarily halt your Alpine session,
7704 <!--chtml if pinemode="os_windows"-->
7705 minimizing it into an icon.
7706 <!--chtml else-->
7707 and return to your system prompt.
7708 <!--chtml endif-->
7711 &lt;End of help on this topic&gt;
7712 </BODY>
7713 </HTML>
7714 ======= h_pipe_command =======
7715 <HTML>
7716 <HEAD>
7717 <TITLE>Pipe Command SubOptions</TITLE>
7718 </HEAD>
7719 <BODY>
7720 <H1>Pipe Command SubOptions</H1>
7722 By default, when you use the Pipe command, the processed text of the
7723 message is sent to the Unix command
7724 you specify and the output is captured by Alpine and shown to you.
7725 (This command is available in PC-Alpine, as well, but there aren't many
7726 Windows commands that work well with piping.)
7727 There are some sub-commands that may be used to alter this behavior.
7728 These are toggles that switch the behavior between two possibilities.
7729 They can be combined in any way you wish.
7731 By default, the prompt at the bottom of the screen looks like
7733 <CENTER><SAMP>Pipe message 37 to :</SAMP></CENTER>
7737 <CENTER><SAMP>Pipe messages to :</SAMP></CENTER>
7739 if you are piping more than one message.
7741 The sub-command options are:
7742 <DL>
7743    <DT>Shown Text or Raw Text</DT>
7744    <DD>This option toggles between sending the shown (processed) text
7745 of the message to the Unix command, and sending the
7746 raw (unprocessed) text of the message to the Unix command.
7747 The default is to send the shown text.
7748 The raw version of the message will contain all of the headers and any
7749 MIME encoding that the message contains.
7750 If you've selected the Raw Text then the prompt will have the additional word
7751 &quot;RAW&quot; in it, like
7753 <CENTER><SAMP>Pipe RAW messages to :</SAMP></CENTER>
7755 You can experiment with this option by piping to something simple like the
7756 Unix &quot;cat&quot; command.
7757    </DD>
7758    <DT>Captured Output or Free Output</DT>
7759    <DD>This option toggles between having Alpine capture the output of
7760 the Unix pipe command for display, and not capturing it.
7761 If the command you are piping to is a filter that will produce output
7762 you want to view, then you want to capture that output
7763 for display (the default).
7764 If the Unix command doesn't produce output or handles the display itself,
7765 then you want free output.
7766 When you've selected the Free Output option the prompt will change to
7768 <CENTER><SAMP>Pipe messages to (uncaptured) :</SAMP></CENTER>
7770    </DD>
7771    <DT>No Delimiter or With Delimiter</DT>
7772    <DD>This option controls whether or not a Unix mailbox style delimiter
7773 will come before the text of the message.
7774 This is the delimiter used in the common Unix mailbox format.
7775 It's the single line that begins with the five characters
7776 &quot;From&quot; followed by a &lt;SPACE&gt; character.
7777 You'll usually only want to include this if the Unix command requires
7778 input in the format of a traditional Unix mailbox file.
7779 When you've selected the With Delimiter option the prompt will change to
7781 <CENTER><SAMP>Pipe messages to (delimited) :</SAMP></CENTER>
7783    </DD>
7784    <DT>To Same Pipe or To Individual Pipes</DT>
7785    <DD>This option only shows up if you are running an aggregate
7786 pipe command.
7787 That is, the command was Apply Pipe, not just Pipe.
7788 You have the option of piping all of the selected messages through a
7789 single pipe to a single instance of the Unix command,
7790 or piping each individual message through a separate pipe to separate
7791 instances of the Unix command.
7792 The default is that all of the output will go through a single pipe
7793 to a single instance of the command.
7794 You can try this option with a command like &quot;less&quot;, with Free
7795 Output enabled.
7796 When you've selected the Individual Pipes option the prompt will change to
7798 <CENTER><SAMP>Pipe messages to (new pipe) :</SAMP></CENTER>
7800    </DD>
7801 </DL>
7804 As mentioned earlier, the options can be combined in any way you wish.
7805 You may leave them all off, turn them all on, or turn some of them on
7806 and some of them off.
7807 If you use the pipe command a second time in the same session the default
7808 options will be what you used the last time.
7811 &lt;End of help on this topic&gt;
7812 </BODY>
7813 </HTML>
7814 ========== h_emptydir_subfolder_name =========
7815 <HTML>
7816 <HEAD>
7817 <TITLE>ENTER SUBFOLDER NAME</TITLE>
7818 </HEAD>
7819 <BODY>
7820 <H1>Enter Subfolder Name</H1>
7822 <P> 
7823 This is the name of a new subfolder in the directory you are creating.
7824 Because empty directories are hidden and therefore not useful, you must also
7825 create a subfolder in the directory you are creating in order that the
7826 directory remains visible.
7828 Alternatively, you may turn off the configuration feature
7829 <A HREF="h_config_quell_empty_dirs"><!--#echo var="FEAT_quell-empty-directories"--></A>
7830 so that empty directories remain visible.
7831 If you do that, you will not be required to create the subfolder when you
7832 create a directory.
7835 &lt;End of help on this topic&gt;
7836 </BODY>
7837 </HTML>
7838 ========== h_incoming_add_folder_name =========
7839 <HTML>
7840 <HEAD>
7841 <TITLE>ENTER FOLDER NAME</TITLE>
7842 </HEAD>
7843 <BODY>
7844 <H1>Enter Folder Name</H1>
7846 <P> 
7847 This is the name of the folder on the previously specified server.
7848 By default the folder name is interpreted as defining a section of your personal
7849 folder area.  This area and how you specify it are defined by the
7850 server, if one is specified.
7853 To define a folder outside the default area, prefix
7854 the path with the namespace to use when interpreting the
7855 given path.  If a namespace is specified, the folder name begins with the
7856 sharp (#) character followed by the name of the namespace
7857 and then the namespace's path-element-delimiter.  Aside from the
7858 name's format, namespaces can also imply access rights, content
7859 policy, audience, location, and, occasionally, access methods.
7862 Each server exports its own set (possibly of size one) of 
7863 namespaces.
7864 For a more detailed explanation read about
7865 <A HREF="h_folder_name_namespaces">Namespaces</A>.
7868 To specify the default for INBOX on the server you can usually just enter
7869 &quot;INBOX&quot;, and the server will understand the special meaning of
7870 that word.
7873 &lt;End of help on this topic&gt;
7874 </BODY>
7875 </HTML>
7876 ========== h_incoming_add_folder_host =========
7877 <HTML>
7878 <HEAD>
7879 <TITLE>ENTER INCOMING FOLDER SERVER</TITLE>
7880 </HEAD>
7881 <BODY>
7882 <H1>Enter Incoming Folder Server</H1>
7884 You are being asked for the name of the server for use with this incoming
7885 folder.
7886 If the folder is on the machine where Alpine is running, then just enter
7887 RETURN without typing a server name.
7890 If the folder is on an IMAP server then type the server's name followed
7891 by RETURN.
7892 You may use the ^X command if the server is the same as the server that
7893 the INBOX is on.
7896 You may have to add optional extra information to the server name.
7897 For example, if the IMAP server is using a non-standard port number you
7898 would specify that by appending a colon (:) followed by the port number
7899 to the server name
7902 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7905 or you may need to specify a different protocol if the server is not an
7906 IMAP server. For example:
7909 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7912 for a POP server or
7915 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
7918 for an NNTP news server.
7919 For an explanation of all of the possibilities, see
7920 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7921 for folders.
7924 There is a special command (^W) if you want to set up a folder that gets its
7925 mail from a
7926 <A HREF="h_maildrop">Mail Drop</A>.
7927 If you type that command, you will be prompted for the information for
7928 both the Mail Drop folder and the destination folder.
7931 &lt;End of help on this topic&gt;
7932 </BODY>
7933 </HTML>
7934 ========== h_incoming_add_inbox =========
7935 <HTML>
7936 <HEAD>
7937 <TITLE>ENTER INBOX SERVER</TITLE>
7938 </HEAD>
7939 <BODY>
7940 <H1>Enter INBOX Server</H1>
7942 You are being asked for the name of the server for use with
7943 the INBOX folder.
7944 Type the server's name followed by RETURN.
7947 You may have to add optional extra information to the server name.
7948 For example, if the server is using a non-standard port number you
7949 would specify that by appending a colon (:) followed by the port number
7950 to the server name
7953 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7956 or you may need to specify a different protocol if the server is not an
7957 IMAP server. For example:
7960 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7963 for a POP server.
7966 For an explanation of all of the possibilities, see
7967 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7968 for folders.
7971 If the INBOX folder is on the machine where Alpine is running, then just enter
7972 RETURN without typing a server name.
7975 There is a special command (^W) if you want to set up a folder that gets its
7976 mail from a
7977 <A HREF="h_maildrop">Mail Drop</A>.
7978 If you type that command, you will be prompted for the information for
7979 both the Mail Drop folder and the destination folder, which will be used
7980 as your INBOX folder.
7983 &lt;End of help on this topic&gt;
7984 </BODY>
7985 </HTML>
7986 ========== h_incoming_add_maildrop_destn =========
7987 <HTML>
7988 <HEAD>
7989 <TITLE>ENTER DESTINATION SERVER</TITLE>
7990 </HEAD>
7991 <BODY>
7992 <H1>Enter Destination Server</H1>
7994 You are being asked for the name of the server where the destination
7995 folder is for use with this Mail Drop incoming folder.
7996 That is, you are using a Mail Drop for this incoming folder and
7997 you've already entered
7998 the server and folder name for the Mail Drop.
7999 Now you need to enter the server for the destination folder
8000 where the mail should be copied to.
8001 Mail will come from the Mail Drop and be copied to the destination folder.
8004 Type the server's name followed by RETURN.
8005 If the folder is local to this computer, just type RETURN without entering
8006 a server name.
8009 You may have to add optional extra information to the server name.
8010 For example, if the server is using a non-standard port number you
8011 would specify that by appending a colon (:) followed by the port number
8012 to the server name
8015 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8018 For an explanation of all of the possibilities, see
8019 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8020 for folders.
8023 &lt;End of help on this topic&gt;
8024 </BODY>
8025 </HTML>
8026 ========== h_inbox_add_maildrop_destn =========
8027 <HTML>
8028 <HEAD>
8029 <TITLE>ENTER DESTINATION SERVER</TITLE>
8030 </HEAD>
8031 <BODY>
8032 <H1>Enter Destination Server</H1>
8034 You are being asked for the name of the server where the destination
8035 folder is for use with your Mail Drop INBOX.
8036 That is, you are using a Mail Drop for your INBOX and you've already entered
8037 the server and folder name for the Mail Drop.
8038 Now you need to enter the server for the destination folder
8039 where the mail should be copied to.
8040 Mail will come from the Mail Drop and be copied to the destination folder.
8043 Type the server's name followed by RETURN.
8044 If the folder is local to this computer, just type RETURN without entering
8045 a server name.
8048 You may have to add optional extra information to the server name.
8049 For example, if the server is using a non-standard port number you
8050 would specify that by appending a colon (:) followed by the port number
8051 to the server name
8054 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8057 For an explanation of all of the possibilities, see
8058 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8059 for folders.
8062 &lt;End of help on this topic&gt;
8063 </BODY>
8064 </HTML>
8065 ========== h_inbox_add_maildrop =========
8066 <HTML>
8067 <HEAD>
8068 <TITLE>ENTER MAILDROP SERVER</TITLE>
8069 </HEAD>
8070 <BODY>
8071 <H1>Enter Mail Drop Server</H1>
8073 You are being asked for the name of the Mail Drop server for use with
8074 your INBOX.
8077 Type the server's name followed by RETURN.
8080 You may have to add optional extra information to the server name.
8081 For example, if the server is using a non-standard port number you
8082 would specify that by appending a colon (:) followed by the port number
8083 to the server name
8086 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8089 or you may need to specify a different protocol if the server is not an
8090 IMAP server. For example:
8093 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
8096 for a POP server or
8099 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
8102 for an NNTP news server.
8103 For an explanation of all of the possibilities, see
8104 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8105 for folders.
8108 &lt;End of help on this topic&gt;
8109 </BODY>
8110 </HTML>
8111 ========== h_incoming_add_maildrop =========
8112 <HTML>
8113 <HEAD>
8114 <TITLE>ENTER MAILDROP SERVER</TITLE>
8115 </HEAD>
8116 <BODY>
8117 <H1>Enter Mail Drop Server</H1>
8119 You are being asked for the name of the Mail Drop server for use with
8120 this incoming folder.
8123 Type the server's name followed by RETURN.
8124 You may use the ^X command if the server is the same as the server that
8125 the INBOX is on.
8128 You may have to add optional extra information to the server name.
8129 For example, if the server is using a non-standard port number you
8130 would specify that by appending a colon (:) followed by the port number
8131 to the server name
8134 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8137 or you may need to specify a different protocol if the server is not an
8138 IMAP server. For example:
8141 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
8144 for a POP server or
8147 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
8150 for an NNTP news server.
8151 For an explanation of all of the possibilities, see
8152 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8153 for folders.
8156 If the Mail Drop folder is on the machine where Alpine is running, then just enter
8157 RETURN without typing a server name.
8160 &lt;End of help on this topic&gt;
8161 </BODY>
8162 </HTML>
8163 ========== h_maildrop =========
8164 <HTML>
8165 <HEAD>
8166 <TITLE>WHAT IS A MAIL DROP?</TITLE>
8167 </HEAD>
8168 <BODY>
8169 <H1>What is a Mail Drop?</H1>
8171 In some situaions it may make sense to have your mail delivered to one
8172 folder (the Mail Drop) and then when you want to read mail that has been
8173 delivered to the Mail Drop folder Alpine will move it to another
8174 destination folder.
8175 Often the Mail Drop will be a remote folder and messages will be moved from
8176 there to a local destination folder.
8179 One example where this might make sense is if the Mail Drop folder is accessible
8180 only with the POP protocol.
8181 You could designate your POP inbox as the Mail Drop folder and have Alpine move
8182 mail from there to a local (on the same machine Alpine is running on)
8183 destination folder, where you'll read it.
8186 A Mail Drop may only be used as your Inbox or as an
8187 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A>.
8190 There is no attempt to synchronize the contents of the destination folder
8191 with the contents of the Mail Drop folder.
8192 All that happens is that all of the messages in the Mail Drop folder are
8193 copied to the destination folder and then they are deleted and expunged (if possible)
8194 from the Mail Drop folder.
8195 The next time a check for new mail is made, any messages in the Mail 
8196 Drop folder are once again copied to the destination folder and deleted
8197 and expunged from the Mail Drop folder.
8198 (If the Mail Drop folder is a news group, then the messages can't be
8199 expunged from the newsgroup. Instead, only Recent messages are copied from
8200 the newsgroup to the destination folder.)
8203 Configuration of a Mail Drop is a little different from configuration of
8204 a folder that does not use a Mail Drop because you have to specify two
8205 folder names instead of one.
8206 The two folders may be any types of folders that Alpine can normally use.
8207 They don't have to be a remote folder and a local folder, that is
8208 simply the most common usage.
8209 When you use a Mail Drop folder Alpine will periodically re-open the Mail
8210 Drop to check for new mail.
8211 The new-mail checks will happen at the frequency set with the
8212 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option,
8213 but with a minimum time
8214 (<A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>)
8215 between checks.
8216 Because of this minimum you may notice that new mail does not
8217 appear promptly when you expect it.
8218 The reason for this is to protect the server from over-zealous opening and
8219 closing of the Mail Drop folder.
8220 If the user initiates the check by typing ^L (Ctrl-L) or the Next command when at
8221 the end of the folder index, then the check will happen, regardless of how
8222 long it has been since the previous check.
8224 If there is new mail, that mail will be copied to the destination folder
8225 and then will be deleted from the Mail Drop.
8226 Note that using a Mail Drop with a local destination folder does not make
8227 sense if you read mail from more than one machine, because the mail is
8228 downloaded to the destination folder (which is accessible from only one
8229 machine) and deleted from the Mail Drop.
8231 The feature <A HREF="h_config_maildrops_preserve_state"><!--#echo var="FEAT_maildrops-preserve-state"--></A> modifies the operation of Mail Drops.
8234 The actual syntax used by Alpine for a folder that uses a Mail Drop is:
8237 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
8239 The brackets are not literal.
8241 <CENTER><SAMP>&lt;DELIM&gt;</SAMP></CENTER>
8243 is a single character that does not appear in the MailDropFolder name.
8244 If the name doesn't contain spaces then it can be a space character.
8245 The two folder names are full technical
8246 <A HREF="h_valid_folder_names">folder names</A>
8247 as used by Alpine.
8248 Here are a couple examples to give you an idea what is being talked about:
8251 <CENTER><SAMP>#move&nbsp;{popserver.example.com/pop3}inbox&nbsp;localfolder</SAMP></CENTER>
8253 <CENTER><SAMP>#move+{nntpserver.example.com/nntp}#news.comp.mail.pine+local&nbsp;folder</SAMP></CENTER>
8256 A #move folder may only be used as an
8257 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
8258 an Inbox.
8259 When you are in the FOLDER LIST of Incoming Message Folders (after turning
8260 on the
8261 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
8262 option)
8263 the Add command has a subcommand &quot;Use Mail Drop&quot;
8264 which may be helpful for defining the folder in your Alpine configuration.
8265 The same is true when you edit the
8266 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
8267 option in Setup/Config.
8268 Each of these configuration methods will also create the DestinationFolder
8269 if it doesn't already exist.
8270 If you are having problems, make sure the DestinationFolder exists.
8273 &lt;End of help on this topic&gt;
8274 </BODY>
8275 </HTML>
8276 ========== h_save =========
8277 <HTML>
8278 <HEAD>
8279 <TITLE>CHOOSE A FOLDER TO SAVE INTO</TITLE>
8280 </HEAD>
8281 <BODY>
8282 <H1>Choose a Folder to Save Into</H1>
8284 After Exiting from this help text,
8285 type the name of the folder you want to save into and press RETURN.
8287 Press ^T to get a list of your folders to choose from.
8288 Press ^C to cancel the Save.
8290 If you have Folder Collections defined you may use
8291 Ctrl-P (Previous collection) and Ctrl-N (Next collection) to switch
8292 the collection being saved to.
8294 If Tab Completion is enabled (it is enabled by default)
8295 you may type a Tab character to have Alpine complete the folder name for you.
8297 If Partial Match Lists is enabled (it is enabled by default) you may type
8298 Ctrl-X to get a list of matches to the prefix you've typed in so far.
8300 If the Ctrl-R subcommand is present that means you can decide to Delete or
8301 not Delete the message you are saving after you save it.
8302 The label on that key gives the action to switch to.
8303 If it says Delete and you type Ctrl-R the label displayed will change to
8304 No Delete and the source message will be deleted after the save. If it
8305 says No Delete and you type Ctrl-R the label displayed will change to
8306 Delete and the message will not be deleted.
8307 You can control the default for the Delete parameter with the
8308 configuration feature <!--#echo var="FEAT_save-will-not-delete"-->.
8310 Similarly, if the Ctrl-W subcommand is present that means you can decide
8311 to Preserve the order of the messages being saved or not.
8312 If it is labeled Preserve Order and you type Ctrl-W, the resulting Saved messages
8313 will be in the same order as you see them in the source folder now.
8314 The opposite action (which is usually the default) is that you don't care
8315 about the order.
8316 The Saved messages may or may not be in the same order in the destination folder.
8317 There may be a performance penalty for choosing to save the messages in order.
8318 You can control the default for the Preserve Order parameter with the
8319 configuration feature
8320 <!--#echo var="FEAT_save-aggregates-copy-sequence"-->.
8323 If you haven't disabled the Save Input History and you've already done a
8324 Save earlier in this session then you may use the Up and Down arrows to retrieve
8325 a folder name used in a previous Save.
8328 &lt;End of help on this topic&gt;
8329 </BODY>
8330 </HTML>
8331 ============= h_simple_index ========================
8332 <HTML>
8333 <HEAD>
8334 <TITLE>SELECT POSTPONED MESSAGE</TITLE>
8335 </HEAD>
8336 <BODY>
8337 <H1>POSTPONED MESSAGE SELECTION COMMANDS</H1>
8338 <!--chtml if pinemode="function_key"-->
8339 <PRE>
8340 Navigating the List of Messages               General Alpine Commands
8341 -------------------------------               -----------------------
8342  F5   Move to previous message                 F1   Show this help text
8343  F6   Move to next message
8344  F7   Show previous screen of messages
8345  F8   Show next screen of messages
8347 Message Selection Commands
8348 --------------------------
8349  F3   Exit the Message Select menu (canceling Send command)
8350  F4   Select the currently highlighted message
8351  F9   Mark the currently highlighted message as deleted
8352  F10  Undelete (remove deletion mark from) the highlighted message
8353 </PRE>
8354 <!--chtml else-->
8355 <PRE>
8356 Navigating the List of Messages               General Alpine Commands
8357 -------------------------------               -----------------------
8358   P  Move to previous message                  ?  Show this help text
8359   N  Move to next message
8360   -  Show previous screen of messages
8361  Spc (space bar) Show next screen of messages
8363 Message Selection Commands
8364 --------------------------
8365   E  Exit the Message Select menu (canceling Send command)
8366   S  Select the currently highlighted message
8367   D  Mark the currently highlighted message as deleted
8368   U  Undelete (remove deletion mark from) the highlighted message
8369 </PRE>
8370 <!--chtml endif-->
8372 <H2>Description of the Select Postponed Message Screen</H2>
8374 This screen allows you to select one of several previously postponed
8375 messages in order to continue composition.  Your options are very limited
8376 -- the screen is not meant to let you manipulate these messages.  However,
8377 you may now delete messages from this list.  Once you choose a message,
8378 Alpine reads it in and puts you into the regular message composer.
8381 Messages do not stay in this postponed state automatically.  If you select
8382 a message and then want to postpone it again, use the normal postpone
8383 (Ctrl-O) command in the composer.
8386 If you exit this screen without selecting a message, the Compose command
8387 that got you here is canceled.  Other than messages explicitly marked
8388 &quot;Deleted&quot;, no messages will be removed.
8391 &lt;End of help on this topic&gt;
8392 </BODY>
8393 </HTML>
8394 ============= h_collection_screen ========================
8395 <HTML>
8396 <HEAD>
8397 <TITLE>COLLECTION LIST screen</TITLE>
8398 </HEAD>
8399 <BODY>
8400 <H1>COLLECTION LIST screen</H1>
8402 The COLLECTION LIST screen is used to select one of your  
8403 collection definitions to display the folders they contain.  See
8404 <A HREF="h_what_are_collections">Folder Collections Explained</A> for 
8405 detailed explanation of collections.<P>
8407 To manage your collection definitions (Add, Change, Delete, etc.), use
8408 the <A HREF="h_collection_maint">Setup/collectionList</A> command on Alpine's
8409 MAIN MENU.
8412 &lt;End of help on this topic&gt;
8413 </BODY>
8414 </HTML>
8415 ============= h_collection_maint ========================
8416 <HTML>
8417 <HEAD>
8418 <TITLE>SETUP COLLECTION LIST screen</TITLE>
8419 </HEAD>
8420 <BODY>
8421 <H1>SETUP COLLECTION LIST screen</H1>
8423 The SETUP COLLECTION LIST screen lets you manage your collection
8424 definitions.  See 
8425 <A HREF="h_what_are_collections">Folder Collections Explained</A> 
8426 for detailed explanation of collections.<P>
8428 Maintenance commands include:
8429 <DL>
8430 <DT>Change
8431 <!--chtml if pinemode="function_key"-->
8432 (F4)
8433 <!--chtml else-->
8435 <!--chtml endif-->
8436 </DT>
8438 <DD>Modify attributes of the selected collection definition.
8440 <DT>Add Cltn
8441 <!--chtml if pinemode="function_key"-->
8442 (F9)
8443 <!--chtml else-->
8445 <!--chtml endif-->
8446 </DT>
8448 <DD>Create a new collection definition.
8449 </DD>
8451 <DT>Del Cltn
8452 <!--chtml if pinemode="function_key"-->
8453 (F10)
8454 <!--chtml else-->
8456 <!--chtml endif-->
8457 </DT>
8459 <DD>Delete the selected collection definition.<BR>
8460 NOTE: The folders and directories referred to by the
8461 collection definition are <EM>NOT</EM> deleted.  Folders must
8462 be deleted, if that's what you wish to do, from the 
8463 <A HREF="h_folder_maint">FOLDER LIST screen</A>, which shows the 
8464 individual folders in a collection.
8465 </DD>
8467 <DT>Shuffle
8468 <!--chtml if pinemode="function_key"-->
8469 (F11)
8470 <!--chtml else-->
8472 <!--chtml endif-->
8473 </DT>
8475 <DD>Change the order of the displayed collections.  Alpine will offer
8476 to move the currently selected collection one position UP
8477 or DOWN.
8478 </DD>
8479 </DL>
8482 &lt;End of help on this topic&gt;
8483 </BODY>
8484 </HTML>
8485 ============ h_what_are_collections ==========
8486 <HTML>
8487 <HEAD>
8488 <TITLE>Folder Collections Explained</TITLE>
8489 </HEAD>
8490 <BODY>
8491 <H1>Folder Collections Explained</H1>
8494 Those of you with simple mail configurations will just see a list of all the
8495 folders you have when choosing FOLDER LIST from Alpine's MAIN MENU.  
8496 The special folders for INBOX, sent mail and saved messages
8497 will appear at the top of the list.  All others are in alphabetical order.
8499 If you
8500 or your system administrator have defined more than one collection or if
8501 you have a collection (for newsgroups or email folders) defined on your 
8502 system, then you will see the COLLECTION LIST screen first when choosing 
8503 FOLDER LIST from Alpine's MAIN MENU.
8505 <H2>Why have multiple folder collections?</H2>
8507 For Alpine users who only maintain email folders (and not too many) on one host, 
8508 a single folder collection is probably sufficient.<P>
8510 However, people who have more than one email account - for example, one 
8511 at their university, and one with their personal Internet Service Provider - 
8512 will have different sets of folders on different hosts, and they may want to
8513 access them all from the same installation of Alpine, rather than use different 
8514 software and/or log into other hosts to manipulate messages in different 
8515 accounts.  (If in doubt whether one of your email accounts can be accessed 
8516 with Alpine, contact the technical support people for that account.)  Even people
8517 who have only one email account on one host, but have dozens or
8518 hundreds of email folders, may want to arrange these folders together in a 
8519 meaningful way.<BR>
8520 That is where multiple collections come in.
8522 <H2>Types of Collections</H2>
8523 <DL>
8524 <DT>INCOMING FOLDERS</DT>
8525 <DD>&quot;Incoming Message Folders&quot; 
8526 is a special collection typically used to supplement your single INBOX.  
8527 All the folders here are meant to be ones that receive incoming messages, 
8528 which you intend to check more or less frequently.  
8529 You may have multiple folders like this because you or your systems 
8530 administrator have set up an external program or you may have set up
8531 Alpine to filter incoming 
8532 messages into different folders, based on certain criteria such as 
8533 sender, recipient, or subject; or because you have multiple accounts and 
8534 wish to check their INBOXes easily.  This collection is established by 
8535 setting the 
8536 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
8537 feature in the SETUP CONFIGURATION screen, which is accessed from the 
8538 MAIN MENU.
8539 </DD>
8541 <DT>NEWS</DT>
8542 <DD>You can also define a collection specifically for
8543 newsgroups.  Alpine does this for you implicitly when you 
8544 <A HREF="h_config_nntp_server">define an NNTP Server</A>
8545 in your Alpine configuration.  The news collection appears last in the 
8546 COLLECTION LIST (though you can shuffle it up in the order of presentation),
8547 and Alpine knows not to save messages there.
8548 </DD>
8550 <DT>DEFAULT COLLECTION</DT>
8551 <DD>This is the default collection for your saved and sent messages folders.
8552 </DD>
8553 </DL>
8557 <H2>Defining Collections</H2>
8559 In the absence of any folder-collection definitions, Alpine will assume a
8560 single default folder collection.
8561 <!--chtml if pinemode="os_windows"-->
8562 <!--chtml else-->
8563 If necessary, Alpine will create the directory
8564 &quot;mail&quot; in your Unix home directory 
8565 to hold your folders.
8566 <!--chtml endif-->
8568 You can use the 
8569 <A HREF="h_collection_maint">Setup/collectionList screen</A>, called up from 
8570 the MAIN MENU, to manage your collection list.  
8572 &lt;End of help on this topic&gt;
8573 </BODY>
8574 </HTML>
8575 ===== h_select_address_screen =====
8576 <HTML>
8577 <HEAD>
8578 <TITLE>SELECT AN ADDRESS SCREEN</TITLE>
8579 </HEAD>
8580 <BODY>
8581 <H1>SELECT AN ADDRESS SCREEN</H1>
8582 <H2>COMMANDS</H2>
8583 <!--chtml if pinemode="function_key"-->
8584 <PRE>
8585 Available  Commands                        
8586 -------------------------------            
8587 F1  Show Help Text
8588 F3  Exit without selecting anything
8589 F4  Select the highlighted address
8590 F5  Move highlight to previous address
8591 F6  Move highlight to next address
8592 F7  Previous page of addresses
8593 F8  Next page of addresses
8594 F11 Print
8595 F12 WhereIs
8596 </PRE>
8597 <!--chtml else-->
8598 <PRE>
8599 Navigation                     General Alpine Commands
8600 -------------------------      -----------------------
8601  P  Prev Address                ?  Display this help text
8602  N  Next Address                E  Exit without selecting anything
8603  -  Previous page               %  Print
8604 Spc (space bar) Next page
8605  W  WhereIs
8607 Select Command
8608 ------------------------------------------------
8609  S  Select the highlighted address
8610 </PRE>
8611 <!--chtml endif-->
8613 <H2>Description of the Select Address Screen</H2>
8615 This screen gives you an easy way to select an address from all of
8616 the address book entries that match the prefix typed so far.
8618 <P><UL>
8619 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8620 </UL>
8622 &lt;End of help on this topic&gt;
8623 </BODY>
8624 </HTML>
8625 ===== h_select_rule_screen =====
8626 <HTML>
8627 <HEAD>
8628 <TITLE>SELECT A RULE SCREEN</TITLE>
8629 </HEAD>
8630 <BODY>
8631 <H1>SELECT A RULE SCREEN</H1>
8632 <H2>COMMANDS</H2>
8633 <!--chtml if pinemode="function_key"-->
8634 <PRE>
8635 Available  Commands                        
8636 -------------------------------            
8637 F1  Show Help Text
8638 F3  Exit without selecting anything
8639 F4  Select the highlighted rule
8640 F5  Move highlight to previous rule
8641 F6  Move highlight to next rule
8642 F7  Previous page of rules
8643 F8  Next page of rules
8644 F11 Print
8645 F12 WhereIs
8646 </PRE>
8647 <!--chtml else-->
8648 <PRE>
8649 Navigation                     General Alpine Commands
8650 -------------------------      -----------------------
8651  P  Prev Rule                   ?  Display this help text
8652  N  Next Rule                   E  Exit without selecting anything
8653  -  Previous page               %  Print
8654 Spc (space bar) Next page
8655  W  WhereIs
8657 Select Command
8658 ------------------------------------------------
8659  S  Select the highlighted rule
8660 </PRE>
8661 <!--chtml endif-->
8663 <H2>Description of the Select Rule Screen</H2>
8665 This screen just gives you an easy way to select a rule from all of your
8666 defined rules.
8667 The list of rules presented is the list of nicknames of all of the rules
8668 defined using Setup/Rules.
8669 For selecting messages, it is likely that the Indexcolor rules and possibly
8670 the Roles rules will be most useful.
8671 The others are there also, in case you find a use for them.
8673 In order for this to be useful for selecting messages, the nicknames of
8674 the rules have to be different.
8675 Alpine actually just gets the nickname of the rule that you select and then
8676 looks up that rule using the nickname.
8677 So if there are duplicate nicknames, the first rule that has that
8678 nickname will be used.
8680 <P><UL>
8681 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8682 </UL>
8684 &lt;End of help on this topic&gt;
8685 </BODY>
8686 </HTML>
8687 ===== h_select_priority_screen =====
8688 <HTML>
8689 <HEAD>
8690 <TITLE>SELECT A PRIORITY SCREEN</TITLE>
8691 </HEAD>
8692 <BODY>
8693 <H1>SELECT A PRIORITY SCREEN</H1>
8694 <H2>COMMANDS</H2>
8695 <!--chtml if pinemode="function_key"-->
8696 <PRE>
8697 Available  Commands                        
8698 -------------------------------            
8699 F1  Show Help Text
8700 F3  Exit without selecting anything
8701 F4  Select the highlighted priority
8702 F5  Move highlight to previous priority
8703 F6  Move highlight to next priority
8704 F7  Previous page of priorities
8705 F8  Next page of priorities
8706 F11 Print
8707 F12 WhereIs
8708 </PRE>
8709 <!--chtml else-->
8710 <PRE>
8711 Navigation                     General Alpine Commands
8712 -------------------------      -----------------------
8713  P  Prev Priority               ?  Display this help text
8714  N  Next Priority               E  Exit without selecting anything
8715  -  Previous page               %  Print
8716 Spc (space bar) Next page
8717  W  WhereIs
8719 Select Command
8720 ------------------------------------------------
8721  S  Select the highlighted priority
8722 </PRE>
8723 <!--chtml endif-->
8725 <H2>Description of the Select Priority Screen</H2>
8727 This screen gives you a way to select a priority for the message you are sending.
8728 This priority will be placed in the non-standard X-Priority header of your outgoing mail.
8729 Some mail programs will display an indication of the priority level to
8730 the recipient of the message, some will ignore it.
8731 Even in cases where the mail programs of both the sender and the recipient
8732 agree on the meaning of this header, keep in mind that it is
8733 something that the sender sets so it is only an indication
8734 of the priority that the sender attaches to the mail.
8735 Alpine can be made to display an indication of this priority in incoming
8736 messages by use of one of the tokens
8737 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
8738 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
8739 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
8741 <P><UL>
8742 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8743 </UL>
8745 &lt;End of help on this topic&gt;
8746 </BODY>
8747 </HTML>
8748 ===== h_select_keyword_screen =====
8749 <HTML>
8750 <HEAD>
8751 <TITLE>SELECT A KEYWORD SCREEN</TITLE>
8752 </HEAD>
8753 <BODY>
8754 <H1>SELECT A KEYWORD SCREEN</H1>
8755 <H2>COMMANDS</H2>
8756 <!--chtml if pinemode="function_key"-->
8757 <PRE>
8758 Available  Commands                        
8759 -------------------------------            
8760 F1  Show Help Text
8761 F3  Exit without selecting anything
8762 F4  Select the highlighted keyword
8763 F5  Move highlight to previous keyword
8764 F6  Move highlight to next keyword
8765 F7  Previous page of keywords
8766 F8  Next page of keywords
8767 F11 Print
8768 F12 WhereIs
8769 </PRE>
8770 <!--chtml else-->
8771 <PRE>
8772 Navigation                     General Alpine Commands
8773 -------------------------      -----------------------
8774  P  Prev Keyword                ?  Display this help text
8775  N  Next Keyword                E  Exit without selecting anything
8776  -  Previous page               %  Print
8777 Spc (space bar) Next page
8778  W  WhereIs
8780 Select Command
8781 ------------------------------------------------
8782  S  Select the highlighted keyword
8783 </PRE>
8784 <!--chtml endif-->
8786 <H2>Description of the Select Keyword Screen</H2>
8788 This screen just gives you an easy way to select a keyword.
8789 The list of keywords presented is the list of all keywords defined in your 
8790 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
8791 If you have given a keyword a nickname, that nickname is displayed
8792 instead of the actual keyword.
8794 <P><UL>
8795 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8796 </UL>
8798 &lt;End of help on this topic&gt;
8799 </BODY>
8800 </HTML>
8801 ===== h_select_charset_screen =====
8802 <HTML>
8803 <HEAD>
8804 <TITLE>SELECT A CHARACTER SET SCREEN</TITLE>
8805 </HEAD>
8806 <BODY>
8807 <H1>SELECT A CHARACTER SET SCREEN</H1>
8808 <H2>COMMANDS</H2>
8809 <!--chtml if pinemode="function_key"-->
8810 <PRE>
8811 Available  Commands                        
8812 -------------------------------            
8813 F1  Show Help Text
8814 F3  Exit without selecting anything
8815 F4  Select the highlighted character set
8816 F5  Move highlight to previous character set
8817 F6  Move highlight to next character set
8818 F7  Previous page of character sets
8819 F8  Next page of character sets
8820 F11 Print
8821 F12 WhereIs
8822 </PRE>
8823 <!--chtml else-->
8824 <PRE>
8825 Navigation                     General Alpine Commands
8826 -------------------------      -----------------------
8827  P  Prev Character Set          ?  Display this help text
8828  N  Next Character Set          E  Exit without selecting anything
8829  -  Previous page               %  Print
8830 Spc (space bar) Next page
8831  W  WhereIs
8833 Select Command
8834 ------------------------------------------------
8835  S  Select the highlighted character set
8836 </PRE>
8837 <!--chtml endif-->
8839 <H2>Description of the Select A Character Set Screen</H2>
8841 This screen just gives you an easy way to select a character set from the
8842 set of character sets Alpine knows about.
8843 The list presented will vary slightly depending on what option you are
8844 selecting the character set for.
8846 <P><UL>
8847 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8848 </UL>
8850 &lt;End of help on this topic&gt;
8851 </BODY>
8852 </HTML>
8853 ===== h_select_multcharsets_screen =====
8854 <HTML>
8855 <HEAD>
8856 <TITLE>SELECT CHARACTER SETS SCREEN</TITLE>
8857 </HEAD>
8858 <BODY>
8859 <H1>SELECT CHARACTER SETS SCREEN</H1>
8860 <H2>COMMANDS</H2>
8861 <!--chtml if pinemode="function_key"-->
8862 <PRE>
8863 Available  Commands
8864 -------------------------------            
8865 F1  Show Help Text
8866 F3  Exit without selecting anything
8867 F4  Select the highlighted charset (or chosen charsets in ListMode)
8868 F5  Move highlight to previous charset
8869 F6  Move highlight to next charset
8870 F7  Previous page of charsets
8871 F8  Next page of charsets
8872 F9  Toggle choices when using ListMode
8873 F10 Turn on/off ListMode (makes it easy to choose multiple charsets)
8874 F11 Print
8875 F12 WhereIs
8876 </PRE>
8877 <!--chtml else-->
8878 <PRE>
8879 Navigation                     General Alpine Commands
8880 -------------------------      -----------------------
8881  P  Prev Charset                ?  Display this help text
8882  N  Next Charset                E  Exit without selecting anything
8883  -  Previous page               %  Print
8884 Spc (space bar) Next page
8885  W  WhereIs
8887 Select Command
8888 ------------------------------------------------
8889  S  Select the highlighted charset (or chosen charsets in ListMode)
8890  L  Turn on ListMode (makes it easy to choose multiple charsets)
8891  1  Turn off ListMode
8892  X  Toggle choices when using ListMode
8893 </PRE>
8894 <!--chtml endif-->
8896 <H2>Description of the Select Character Set Screen</H2>
8898 This screen just gives you an easy way to select a character set or a list of
8899 character sets.
8900 The list of character sets presented is the list of all character sets known to
8901 Alpine.
8902 You may select other character sets by typing them in directly.
8904 <P><UL>
8905 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8906 </UL>
8908 &lt;End of help on this topic&gt;
8909 </BODY>
8910 </HTML>
8911 ===== h_select_multkeyword_screen =====
8912 <HTML>
8913 <HEAD>
8914 <TITLE>SELECT KEYWORDS SCREEN</TITLE>
8915 </HEAD>
8916 <BODY>
8917 <H1>SELECT KEYWORDS SCREEN</H1>
8918 <H2>COMMANDS</H2>
8919 <!--chtml if pinemode="function_key"-->
8920 <PRE>
8921 Available  Commands
8922 -------------------------------            
8923 F1  Show Help Text
8924 F3  Exit without selecting anything
8925 F4  Select the highlighted keyword (or chosen keywords in ListMode)
8926 F5  Move highlight to previous keyword
8927 F6  Move highlight to next keyword
8928 F7  Previous page of keywords
8929 F8  Next page of keywords
8930 F9  Toggle choices when using ListMode
8931 F10 Turn on/off ListMode (makes it easy to choose multiple keywords)
8932 F11 Print
8933 F12 WhereIs
8934 </PRE>
8935 <!--chtml else-->
8936 <PRE>
8937 Navigation                     General Alpine Commands
8938 -------------------------      -----------------------
8939  P  Prev Keyword                ?  Display this help text
8940  N  Next Keyword                E  Exit without selecting anything
8941  -  Previous page               %  Print
8942 Spc (space bar) Next page
8943  W  WhereIs
8945 Select Command
8946 ------------------------------------------------
8947  S  Select the highlighted keyword (or chosen keywords in ListMode)
8948  L  Turn on ListMode (makes it easy to choose multiple keywords)
8949  1  Turn off ListMode
8950  X  Toggle choices when using ListMode
8951 </PRE>
8952 <!--chtml endif-->
8954 <H2>Description of the Select Keyword Screen</H2>
8956 This screen just gives you an easy way to select a keyword or a list of
8957 keywords.
8958 The list of keywords presented is the list of all keywords defined in your 
8959 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
8960 If you have given a keyword a nickname, that nickname is displayed
8961 instead of the actual keyword.
8963 <P><UL>
8964 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8965 </UL>
8967 &lt;End of help on this topic&gt;
8968 </BODY>
8969 </HTML>
8970 ===== h_select_incoming_to_monitor =====
8971 <HTML>
8972 <HEAD>
8973 <TITLE>SELECT FOLDERS TO CHECK SCREEN</TITLE>
8974 </HEAD>
8975 <BODY>
8976 <H1>SELECT FOLDERS TO CHECK SCREEN</H1>
8977 <H2>COMMANDS</H2>
8978 <!--chtml if pinemode="function_key"-->
8979 <PRE>
8980 Available  Commands
8981 -------------------------------            
8982 F1  Show Help Text
8983 F3  Exit without selecting anything
8984 F4  Select the marked folders
8985 F5  Move highlight to previous folder
8986 F6  Move highlight to next folder
8987 F7  Previous page of folders
8988 F8  Next page of folders
8989 F9  Toggle choices on or off
8990 F11 Print
8991 F12 WhereIs
8992 </PRE>
8993 <!--chtml else-->
8994 <PRE>
8995 Navigation                     General Alpine Commands
8996 -------------------------      -----------------------
8997  P  Prev Folder                 ?  Display this help text
8998  N  Next Folder                ^C  exit without changing anything
8999  -  Previous page               %  Print
9000 Spc (space bar) Next page
9001  W  WhereIs
9003 Select Command
9004 ------------------------------------------------
9005  S  Select the marked folders
9006  X  Toggle choices on or off
9007 </PRE>
9008 <!--chtml endif-->
9010 <H2>Description of the Select Folders to Check Screen</H2>
9012 This screen is only useful if the feature
9013 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
9014 is set.
9015 By default, when you set that feature all of your incoming folders
9016 will be checked periodically for Unseen messages.
9017 By using this screen, you may restrict the set of monitored folders to
9018 a subset of all of the incoming folders.
9020 Mark the folders you want to monitor for Unseen messages with
9021 an &quot;X&quot;.
9022 When you've finished marking all your selections use the Select
9023 command to register your choices.
9024 To return to the default of checking all incoming folders
9025 delete all folders or unmark all folders.
9027 <P><UL>
9028 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9029 </UL>
9031 &lt;End of help on this topic&gt;
9032 </BODY>
9033 </HTML>
9034 ===== h_role_select =====
9035 <HTML>
9036 <HEAD>
9037 <TITLE>ROLES SCREEN</TITLE>
9038 </HEAD>
9039 <BODY>
9040 <H1>ROLES SCREEN</H1>
9041 <H2>ROLES COMMANDS</H2>
9042 <!--chtml if pinemode="function_key"-->
9043 <PRE>
9044 Available  Commands                        
9045 -------------------------------            
9046 F1  Show Help Text
9047 F3  Exit without a selection
9048 F4  Select a role to use in composition
9049 F5  Move to previous role
9050 F6  Move to next role
9051 F7  Previous page of roles
9052 F8  Next page of roles
9053 F11 Change Default Role
9054 F12 Whereis (search role nicknames)
9055 </PRE>
9056 <!--chtml else-->
9057 <PRE>
9058 Navigation                     General Alpine Commands
9059 -------------------------      -----------------------
9060  P  Prev Role                     ?  Display this help text
9061  N  Next Role                     E  Exit without a selection
9062  -  Previous page
9063 Spc (space bar) Next page
9064  W  WhereIs (search for word in role nicknames)
9066 Select Role Commands
9067 ------------------------------------------------
9068  [Return]  Select highlighted role
9069  D         Change Default Role
9070 </PRE>
9071 <!--chtml endif-->
9073 <H2>Description of the Roles Screen</H2>
9075 With this screen you select a role to be used in the composition of a
9076 message.
9077 Use the Previous and Next commands to highlight the role you wish to
9078 use.
9079 When you type carriage return you will be placed in the composer using the highlighted role.
9081 You don't have any non-default <A HREF="h_rules_roles">roles</A>
9082 available unless you set them up.
9083 You may do so by using the Setup/Rules command on the MAIN MENU.
9085 By using the D command, you may set a default role that will persist until
9086 you change it or until you exit Alpine.
9087 The D command toggles through three states: set the default role, unset the
9088 default role, and leave the default role as it is.
9089 <P><UL>
9090 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9091 </UL>
9093 &lt;End of help on this topic&gt;
9094 </BODY>
9095 </HTML>
9096 ===== h_role_abook_select =====
9097 <HTML>
9098 <HEAD>
9099 <TITLE>SELECT ADDRESS BOOK SCREEN</TITLE>
9100 </HEAD>
9101 <BODY>
9102 <H1>SELECT ADDRESS BOOK SCREEN</H1>
9103 <H2>COMMANDS</H2>
9104 <!--chtml if pinemode="function_key"-->
9105 <PRE>
9106 Available  Commands                        
9107 -------------------------------            
9108 F1  Show Help Text
9109 F3  Exit screen without selecting anything
9110 F4  Select highlighted address book
9111 F5  Move to previous address book
9112 F6  Move to next address book
9113 F7  Previous page of address books
9114 F8  Next page of address books
9115 F12 Whereis
9116 </PRE>
9117 <!--chtml else-->
9118 <PRE>
9119 Navigation                     General Alpine Commands
9120 -------------------------      -----------------------
9121  P  Previous addrbook          ?  Display this help text
9122  N  Next addrbook
9123  -  Previous page
9124 Spc (space bar) Next page
9125  W  WhereIs
9127 Select Role Commands
9128 ------------------------------------------------
9129  S  Select highlighted address book
9130  E  Exit screen without selecting anything
9131 </PRE>
9132 <!--chtml endif-->
9134 <H2>Description of the Select Address Book Screen</H2>
9136 This screen helps you select one of your address books.
9137 Use the Previous and Next commands to highlight the address book you wish to
9138 select.
9139 <P><UL>
9140 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9141 </UL>
9143 &lt;End of help on this topic&gt;
9144 </BODY>
9145 </HTML>
9146 ======== h_rule_patterns =============
9147 <HTML>
9148 <HEAD>
9149 <TITLE>PATTERNS</TITLE>
9150 </HEAD>
9151 <BODY>
9152 <H1>PATTERNS</H1>
9153 Patterns are used with Roles, Filtering, Index Coloring,
9154 Scoring, Other Rules, and Search Rules.
9155 Patterns are compared with a message to see if there is a match.
9156 For Filtering, the messages being checked are all the messages in the
9157 folder, one at a time.
9158 For Index Line Coloring, each message that is visible on the screen is
9159 checked for matches with the Index Coloring Patterns.
9160 Roles are used with the Reply, Forward, and Compose commands.
9161 For Reply, the message used to compare the Pattern with is the message
9162 being replied to;
9163 for Forward, the message used to compare the Pattern with is the message
9164 being forwarded;
9165 and for Compose, there is no message, so the parts of the Pattern that depend
9166 on a message (everything other than Current Folder Type and the
9167 Beginning of Month and Year)
9168 are not used.
9169 Only the Current Folder Type matters for Compose (plus the Beginning of
9170 Month or Year, which you wouldn't usually use for a Role).
9171 For Scoring, the message being scored is compared with all of the Score
9172 Patterns, and the Score Values from the ones that match are added together to 
9173 get the message's score.
9174 For Other Rules, there is no message. Only the Current Folder Type is checked
9175 for Other Rules.
9177 Each Pattern has several possible parts, all of which are optional.
9178 In order for there to be a match, <EM>ALL</EM> of the
9179 <EM>defined</EM> parts of the Pattern must match the message.
9180 If a part is not defined it is considered a match, but note that a filtering
9181 Pattern must have at least one defined part or it will be ignored.
9182 For example, if the To pattern is not defined it will be
9183 displayed as
9185 <CENTER>To pattern = &lt;No Value Set&gt;</CENTER>
9187 That is considered a match because it is not defined.
9188 This means that the Pattern with nothing defined is a match if the
9189 Current Folder Type matches, but there is an exception that was mentioned
9190 in the previous paragraph.
9191 Because filtering is a potentially destructive action, filtering Patterns
9192 with nothing other than Current Folder Type defined are ignored.
9193 If you really want a filtering Pattern to match all messages (subject to
9194 Current Folder Type) the best way to do it is to define a Score interval
9195 that includes all possible scores.
9196 This would be the score interval <SAMP>(-INF,INF)</SAMP>.
9197 This can be used even if you haven't defined any rules to Set Scores.
9199 There are six predefined header patterns called the To, From, Sender, Cc, News,
9200 and Subject patterns.
9201 Besides those six predefined header patterns, you may add
9202 additional header patterns with header fieldnames of your choosing.
9203 You add an extra header pattern by placing the cursor on one of the
9204 patterns while in the role editor and using the &quot;eXtraHdr&quot; command.
9205 The Recip pattern is a header pattern that stands for Recipient (To OR Cc)
9206 and the Partic pattern is a header pattern that stands for
9207 Participant (From OR To OR Cc).
9208 (Defining the Recip pattern does not have the same effect as defining both
9209 the To and Cc patterns. Recip is To <EM>OR</EM> Cc, not To <EM>AND</EM> Cc.)
9210 Similar to the header patterns are the AllText pattern and the BodyText pattern.
9211 Instead of comparing this pattern's text against only the contents of
9212 a particular header field, the text for the AllText pattern is compared
9213 with text anywhere in the message's header or body, and the text for the
9214 BodyText pattern is compared with text anywhere in the message's body.
9216 Any of the header patterns, the AllText pattern, or the BodyText pattern may be negated with the
9217 &quot;!&quot; &quot;toggle NOT&quot; command.
9218 You can tell that <EM>NOT</EM> has been turned on by looking for the character
9219 &quot;!&quot; at the beginning of the pattern line.
9220 When the &quot;!&quot; is present, it reverses the meaning of the match.
9221 That is, if the pattern matches then it is considered to NOT be a match, and
9222 if it does not match it is considered to be a match.
9224 Don't make the mistake of putting the &quot;!&quot; in the data field for
9225 a pattern.
9226 For example, if you type the characters &quot;!urgent&quot; into the Subject
9227 pattern, the pattern will look like:
9229 <PRE>
9230  Subject pattern = !urgent
9231 </PRE>
9233 This means you want to match the 7 character sequence &quot;!urgent&quot;.
9234 In order to match messages that do not have &quot;urgent&quot; in
9235 their Subject field, first type the characters &quot;urgent&quot; followed
9236 by carriage return for the value of the Subject pattern, then negate it
9237 by typing the &quot;!&quot; command.
9238 It should look like
9240 <PRE>
9241  ! Subject pattern = urgent
9242 </PRE>
9244 The contents of each of these header patterns (or the AllText or BodyText patterns) may
9245 be a complete email address, part of an address, or a random set of
9246 characters to match against.
9247 It may also be a list of such patterns, which means you
9248 are looking for a match against the first pattern in the list <EM>OR</EM>
9249 the second pattern <EM>OR</EM> the third and so on.
9250 For example, a Subject pattern equal to
9252 <PRE>
9253  Subject pattern = urgent
9254                    emergency
9255                    alert
9256 </PRE>
9258 would match all messages with a subject that contained at least one
9259 of those words.
9260 It would also match subjects containing the words &quot;alerts&quot; or
9261 &quot;Urgently&quot;.
9263 The same example with &quot;NOT&quot; turned on would be
9265 <PRE>
9266  ! Subject pattern = urgent
9267                      emergency
9268                      alert
9269 </PRE>
9271 which would match all messages with a subject that did <EM>NOT</EM> contain any of
9272 those words.
9273 You can use the &quot;Add Value&quot; command to add new words to the list,
9274 or you can enter them as a comma-separated list.
9276 (It is not possible to specify two patterns that must <EM>BOTH</EM> be
9277 present for a match.
9278 It is only possible to specify that <EM>EITHER</EM> pattern1 <EM>OR</EM>
9279 pattern2 must be present,
9280 and that is exactly what using a list does.)
9282 The &quot;Current Folder Type&quot; and the &quot;Score Interval&quot; are
9283 also part of the Pattern, although the &quot;Score Interval&quot; is not used
9284 when checking for matches for Scoring.
9285 There are five similar settings that relate to the status of the message.
9286 These settings rely on the message being New or not, Deleted or not,
9287 Answered or not, Important or not, and Recent or not.
9288 There are also some other miscellaneous settings.
9289 The first is the Age of the message in days.
9290 Another is the Size of the message, in bytes.
9291 The third is a setting that detects whether or not the Subject of a
9292 message contains raw 8-bit characters (unencoded characters with the most
9293 significant bit set).
9294 There is a setting that detects whether or not this is the first time
9295 Alpine has been run this month (doesn't depend on individual messages),
9296 and another that detects whether or not this is the first time Alpine has
9297 been run this year.
9298 Other parts of the Pattern detect whether or not the From address of a
9299 message appears in your address book, whether or not certain keywords
9300 are set for a message, and whether or not certain character sets are
9301 used in a message.
9303 <H2>Parts of a Pattern</H2>
9305 <H3>Header patterns</H3>
9307 A header pattern is simply text that is searched for in the corresponding
9308 header field.
9309 For example, if a Pattern has a From header pattern with the value
9310 &quot;@company.com&quot;, then only messages that have a From header
9311 that contains the text &quot;@company.com&quot; will be possible
9312 matches.
9313 Matches don't have to be exact.
9314 For example, if the relevant field of a message contains the text
9315 &quot;mailbox@domain&quot; somewhere
9316 in it, then header patterns of &quot;box&quot;, or &quot;x@d&quot;, or
9317 &quot;mailbox@domain&quot; are all matches.
9319 All parts of the Pattern must match so, for example,
9320 if a message matches a defined
9321 From pattern, it still must be checked against the other parts of the
9322 Pattern that have been defined.
9323 The To header pattern is a slightly special case.
9324 If the message being checked has a Resent-To header
9325 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on, the addresses
9326 there are used in place of the addresses in the To header.
9327 This is only true for the To header.
9328 Resent-cc and Resent-From headers are never used unless you add them
9329 with the eXtraHdrs command.
9331 The meaning of a header pattern may be negated with the
9332 &quot;!&quot; &quot;toggle NOT&quot; command.
9333 You can tell that <EM>NOT</EM> has been turned on by looking for the character
9334 &quot;!&quot; at the beginning of the pattern line.
9335 It would look something like
9337 <PRE>
9338  ! From pattern = susan@example.com
9339 </PRE>
9341 When the &quot;!&quot; is present, it reverses the meaning of the match.
9343 If you want to check for the presence of a header field but don't care
9344 about its value, then
9345 the empty pattern that you get by entering a pair of
9346 double quotes (&quot;&quot;) should match any message that
9347 has the corresponding header field.
9349 <H3><A NAME="pattern_alltext">AllText patterns</A></H3>
9351 AllText patterns are just like header patterns except that the text is
9352 searched for anywhere in the message's headers or body, not just in the
9353 contents of a particular header field.
9356 <H3><A NAME="pattern_bodytext">BodyText patterns</A></H3>
9358 BodyText patterns are just like header patterns except that the text is
9359 searched for anywhere in the message's body, not just in the
9360 contents of a particular header field.
9363 If there is more than one header pattern or AllText pattern or BodyText pattern
9364 for which you want to take the
9365 same action there is a shorthand notation that may be used.
9366 Any of these patterns may be a list of patterns instead of
9367 just a single pattern.
9368 If any one of the patterns in the list matches the message
9369 then it is considered a match.
9370 For example, if &quot;company1&quot; and &quot;company2&quot; both required
9371 you to use the same role when replying to messages, you might have
9372 a To pattern that looks like
9374 <PRE>
9375  To pattern = company1.com
9376               company2.com
9377 </PRE>
9379 This means that if the mail you are replying to was addressed to
9380 either &quot;anything@company1.com&quot; or &quot;anything@company2.com&quot;,
9381 then this Pattern is a match and the same actions will be taken.
9383 The meaning of an AllText or BodyText pattern may be negated with the
9384 &quot;!&quot; &quot;toggle NOT&quot; command.
9385 You can tell that <EM>NOT</EM> has been turned on by looking for the character
9386 &quot;!&quot; at the beginning of the pattern line.
9387 When the &quot;!&quot; is present, it reverses the meaning of the match.
9389 A technicality: Since comma is the character used to separate multiple values
9390 in any of the fields that may have multiple values (such as header patterns,
9391 AllText patterns, BodyText patterns, keywords, folder lists, and so on),
9392 you must escape comma with a
9393 backslash (&#92;) if you want to include a literal comma in one of those fields.
9394 In other words, if you type a backslash followed by a comma it will
9395 be interpreted as a comma by Alpine, instead of as a separator between
9396 pattern values.
9397 All other backslashes (those not followed by a comma) are literal
9398 backslashes and should not be escaped.
9399 It's unlikely you'll ever need to enter a literal comma or backslash in
9400 any of the patterns.
9402 <H3><A NAME="pattern_current_folder">Current Folder Type</A></H3>
9404 The &quot;Current Folder Type&quot; may be set to one of four different
9405 values: &quot;Any&quot;, &quot;News&quot;, &quot;Email&quot;, or
9406 &quot;Specific&quot;.
9407 If the value is set to &quot;News&quot;, then the
9408 Pattern will only match if the currently open folder is a newsgroup.
9409 The value &quot;Email&quot; only matches if the current folder is not news and
9410 the value &quot;Any&quot; causes any folder to match.
9411 If the value of &quot;Current Folder Type&quot; is set to &quot;Specific&quot;,
9412 then you must fill in a value for &quot;Folder&quot;, which is on the line
9413 below the &quot;Specific&quot; line.
9414 In this case you will only get a match if the currently open folder is
9415 the specific folder you list.
9416 You may give a list of folders instead of just a single
9417 folder name, in which case the Pattern will match if the open folder is
9418 any one of the folders in the list.
9419 The name of each folder in the list may be either &quot;INBOX&quot;,
9420 the technical specification
9421 of the folder (like what appears in your configuration file) or, if the
9422 folder is one of your incoming folders, it may be the nickname you've given
9423 the folder.
9424 Here are some samples of specific folder names:
9426 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
9428 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
9430 <CENTER><SAMP>mail/local-folder</SAMP></CENTER>
9432 The easiest way to fill in the &quot;Folder&quot; field is to use
9433 the &quot;T&quot; command that is available when the &quot;Folder&quot; line is
9434 highlighted, or to use the &quot;Take&quot; command with the configuration
9435 feature
9436 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
9437 turned on.
9439 When reading a newsgroup, there may be a performance penalty
9440 incurred when collecting the information necessary to check whether
9441 or not a Pattern matches a message.
9442 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
9443 If you have Patterns with a Current Folder Type of either
9444 &quot;Any&quot; or &quot;News&quot; and those Patterns are used for
9445 Index Line Coloring or Scoring, you may experience
9446 slower screen redrawing in the MESSAGE INDEX screen when in a newsgroup.
9448 <H3><A NAME="pattern_age_interval">Age Interval</A></H3>
9450 The &quot;Age Interval&quot; may be set to an interval of message
9451 ages that should be considered a match.
9452 Like the other parts of the Pattern, if it is unset it will be ignored.
9453 The Age Interval looks like
9455 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
9457 where &quot;min_age&quot; and &quot;max_age&quot; are integers greater
9458 than or equal to zero.
9459 The special value &quot;INF&quot; may be used for
9460 the max value. It represents infinity.
9462 Actually, this option may be defined as a list of intervals instead
9463 of just a single interval.
9464 The list is separated by commas.
9465 It can look like
9467 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
9469 When there is an Age Interval defined, it is a match if the age, in days, of
9470 the message is contained in any of the intervals.
9471 The intervals include both endpoints.
9473 Even though this option is called Age, it isn't actually
9474 the <EM>age</EM> of the message.
9475 Instead, it is how many days ago the message arrived in one of your folders.
9476 If the current time is a little past midnight, then a message that arrived
9477 just before midnight arrived yesterday, even though the message is only
9478 a few minutes old.
9479 By default, the date being used is not the date in the Date
9480 header of the message.
9481 It is the date that the message arrived in one of your folders.
9482 When you Save a message from one folder to another that arrival date
9483 is preserved.
9484 If you would like to use the date in the Date header that is possible.
9485 Turn on the option
9486 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
9487 near the bottom of the rule definition.
9488 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
9490 <H3><A NAME="pattern_size_interval">Size Interval</A></H3>
9492 The &quot;Size Interval&quot; may be set to an interval of message
9493 sizes that should be considered a match.
9494 Like the other parts of the Pattern, if it is unset it will be ignored.
9495 The Size Interval looks like
9497 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
9499 where &quot;min_size&quot; and &quot;max_size&quot; are integers greater
9500 than or equal to zero.
9501 The special value &quot;INF&quot; may be used for
9502 the max value. It represents infinity.
9504 Actually, this option may be defined as a list of intervals instead
9505 of just a single interval.
9506 The list is separated by commas.
9507 It can look like
9509 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
9511 When there is a Size Interval defined, it is a match if the size, in bytes, of
9512 the message is contained in any of the intervals.
9513 The intervals include both endpoints.
9515 <H3><A NAME="pattern_score_interval">Score Interval</A></H3>
9517 The &quot;Score Interval&quot; may be set to an interval of message
9518 scores that should be considered a match.
9519 Like the other parts of the Pattern, if it is unset it will be ignored.
9520 The Score Interval looks like
9522 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
9524 where &quot;min_score&quot; and &quot;max_score&quot; are positive or
9525 negative integers, with min_score less than or equal to max_score.
9526 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
9527 the min and max values to represent negative and positive infinity.
9529 Actually, a list of intervals may be used if you wish.
9530 A list would look like
9532 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
9534 When there is a Score Interval defined, it is a match if the score for
9535 the message is contained in any of the intervals in the list.
9536 The intervals include the endpoints.
9537 The score for a message is calculated by looking at every Score rule defined and
9538 adding up the Score Values for the ones that match the message.
9539 When deciding whether or not a Pattern matches a message for purposes of
9540 calculating the score, the Score Interval is ignored.
9542 <H3><A NAME="pattern_message_status">Message Status</A></H3>
9544 There are five separate message status settings.
9545 By default, all five are set to the value &quot;Don't care&quot;, which
9546 will match any message.
9547 The value &quot;Yes&quot; means that the particular status must be true
9548 for a match, and the value &quot;No&quot; means that the particular
9549 status must not be true for a match.
9550 For example, one of the five Message Status settings is whether a message
9551 is marked Important or not.
9552 A &quot;Yes&quot; means that the message must be Important to be
9553 considered a match and &quot;No&quot; means that the message must not be
9554 Important to be considered a match.
9555 The same is true of the other four message status settings that depend
9556 on whether or not the message is New; whether the message has 
9557 been Answered or not; whether the message has been Deleted or not, and
9558 whether the message is Recent or not. 
9560 The nomenclature for New and Recent is a bit confusing:
9562 New means that the message is Unseen.
9563 It could have been in your mailbox for a long time but if you haven't looked
9564 at it, it is still considered New.
9565 That matches the default Alpine index display that shows an N for such a
9566 message.
9568 Recent means that the message was added to this folder since the last time
9569 you opened the folder.
9570 Alpine also shows an N by default for these types of messages.
9571 If you were to run two copies of Alpine that opened a folder one right after
9572 the other, a message would only show up as Recent in (at most) the first
9573 Alpine session.
9575 <H3><A NAME="pattern_message_keywords">Message Keywords</A></H3>
9577 Keywords are similar to Message Status, but they are chosen by the user.
9578 Provided the mail server allows for it, you may add a set of possible keywords
9579 to a folder and then you may set those keywords or not for each message
9580 in the folder (see <A HREF="h_common_flag">Flag Command</A>).
9581 The syntax of this part of the Pattern is similar to the header patterns.
9582 It is a list of keywords.
9583 The Keyword part of the Pattern is a match if the message has any of
9584 the keywords in the list set.
9585 Like other parts of the Pattern, if this is unset it will be ignored.
9587 <H3><A NAME="pattern_message_charsets">Message Character Sets</A></H3>
9589 A message may use one or more character sets.
9590 This part of the Pattern matches messages that make use of one or more of
9591 the character sets specified in the pattern.
9592 It will be considered a match if a message uses any of the character
9593 sets in the list you give here.
9596 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
9597 GB2312) you may also use some shorthand names that Alpine provides.
9598 These names are more understandable shorthand names for sets of 
9599 character set names.
9600 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
9601 Selecting one of these shorthand names is equivalent to selecting all of
9602 the character sets that make up the set.
9603 You can see all of these shorthand names and the lists of character sets
9604 they stand for by typing the &quot;T&quot; command with the Character
9605 Set pattern highlighted.
9606 The syntax of this part of the Pattern is similar to the header patterns
9607 and the Message Keywords pattern.
9608 It is a list of character sets (or shorthand names).
9609 The Character Set part of the Pattern is a match if the message uses any
9610 of the character sets in the list.
9611 Like other parts of the Pattern, if this is unset it will be ignored.
9613 <H3><A NAME="pattern_8bit_subject">Raw 8-bit in Subject</A></H3>
9615 It seems that lots of unwanted email contains unencoded 8-bit characters
9616 in the Subject.
9617 Normally, characters with the 8th bit set are not allowed in the Subject
9618 header unless they are MIME-encoded.
9619 This option gives you a way to match messages that have Subjects that
9620 contain unencoded 8-bit characters.
9621 By default, the value of this option is &quot;Don't care&quot;, which
9622 will match any message.
9623 The value &quot;Yes&quot; means that there must be raw 8-bit characters in
9624 the Subject of the message in order for there to be a match,
9625 and the value &quot;No&quot; is the opposite.
9626 Setting this option will affect performance in large folders because the
9627 subject of each message in the folder has to be checked.
9629 <H3><A NAME="pattern_bom">Beginning of Month</A></H3>
9631 This option gives you a way to take some action once per month.
9632 By default, the value of this option is &quot;Don't care&quot;, which
9633 will always match.
9634 The value &quot;Yes&quot; means that this must be the first time Alpine has
9635 been run this month in order to count as a match,
9636 and the value &quot;No&quot; is the opposite.
9638 <H3><A NAME="pattern_boy">Beginning of Year</A></H3>
9640 This option gives you a way to take some action once per year.
9641 By default, the value of this option is &quot;Don't care&quot;, which
9642 will always match.
9643 The value &quot;Yes&quot; means that this must be the first time Alpine has
9644 been run this year in order to count as a match,
9645 and the value &quot;No&quot; is the opposite.
9647 <H3><A NAME="pattern_abookfrom">Address in Address Books</A></H3>
9649 This option gives you a way to match messages that have an address
9650 that is in one of your address books.
9651 Only the simple entries in your address books are searched.
9652 Address book distribution lists are ignored!
9653 By default, the value of this option is &quot;Don't care&quot;, which
9654 will match any message.
9655 The value &quot;Yes, in any address book&quot; means the address
9656 from the message must be in at least one of your
9657 address books in order to be a match.
9658 The value &quot;No, not in any address book&quot;
9659 means none of the addresses may
9660 be in any of your address books in order to be a match.
9661 The values &quot;Yes, in specific address books&quot; and
9662 &quot;No, not in any of specific address books&quot; are similar but instead
9663 of depending on all address books you are allowed to give a list of address
9664 books to look in.
9665 The addresses from the message that are checked for are determined by the
9666 setting you have for &quot;Types of addresses to check for in address book&quot;.
9667 If you set this to &quot;From&quot; the From address from the message will
9668 be looked up in the address book.
9669 If you set it to only &quot;To&quot; then the To addresses will be used.
9670 If any of the To addresses are in the address book then it is considered
9671 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
9672 You could set it to both From and To, in which case all of the From and To
9673 addresses are used.
9674 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
9675 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
9676 exists or the From address if there is no Reply-To address.
9677 Same for the Sender address.
9678 Setting this option may affect performance in large folders because the
9679 From and Reply-To of each message in the folder have to be checked.
9681 <H3><A NAME="pattern_categorizer">Categorizer Command</A></H3>
9683 This is a command that is run with its standard input set to the message
9684 being checked and its standard output discarded.
9685 The full directory path should be specified.
9686 The command will be run and then its exit status will be checked against
9687 the Exit Status Interval, which defaults to just the value zero.
9688 If the exit status of the command falls in the interval, it is considered
9689 a match, otherwise it is not a match.
9692 This option may actually be a list of commands.
9693 The first one that exists and is executable is used.
9694 That makes it possible to use the same configuration with Unix Alpine and
9695 PC-Alpine.
9698 If none of the commands in the list exists and is executable then the rule
9699 is <EM>not</EM> a match.
9700 If it is possible that the command may not exist, you should be careful
9701 to structure your rules so that nothing destructive
9702 happens when the command does not exist.
9703 For example, you might have a filter that filters away spam when there is
9704 a match but does nothing when there is not a match.
9705 That would continue to work correctly if the command didn't exist.
9706 However, if you have a filter that filters away spam when there is not
9707 a match and keeps it when there is a match, that would filter everything
9708 if the categorizer command didn't exist.
9710 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
9711 setup for the bogofilter filter.
9714 &lt;End of help on this topic&gt;
9715 </BODY>
9716 </HTML>
9717 ===== h_rules_roles =====
9718 <HTML>
9719 <HEAD>
9720 <TITLE>SETUP ROLES SCREEN</TITLE>
9721 </HEAD>
9722 <BODY>
9723 <H1>SETUP ROLES SCREEN</H1>
9724 <H2>SETUP ROLES COMMANDS</H2>
9725 <!--chtml if pinemode="function_key"-->
9726 <PRE>
9727 Available  Commands -- Group 1         Available Commands -- Group 2   
9728 -------------------------------        ------------------------------  
9729 F1  Show Help Text                      F1  Show Help Text             
9730 F2  See commands in next group          F2  See commands in next group
9731 F3  Back to MAIN Alpine menu
9732 F4  Change configuration for role
9733 F5  Move to previous role               F5  Include file in role config
9734 F6  Move to next role                   F6  Exclude file from config
9735 F7  Previous page of roles
9736 F8  Next page of roles
9737 F9  Add new role                        F9  Replicate existing role
9738 F10 Delete existing role
9739 F11 Shuffle the order of roles
9740 F12 Whereis (search role nicknames)
9741 </PRE>
9742 <!--chtml else-->
9743 <PRE>
9744 Navigation                     General Alpine Commands
9745 -------------------------      -----------------------
9746  P  Prev Role                     ?  Display this help text
9747  N  Next Role                     E  Back to MAIN Alpine menu
9748  -  Previous page
9749 Spc (space bar) Next page
9750  W  WhereIs (search for word in role nicknames)
9752 Setup Roles Commands
9753 ------------------------------------------------
9754  A  Add new role                  $  Shuffle the order of roles
9755  D  Delete existing role          C  Change configuration for highlighted role
9756  R  Replicate existing role
9757  I  Include file in role config   X  Exclude file from role config
9758 </PRE>
9759 <!--chtml endif-->
9761 <H2>Description of the Setup Roles Screen</H2>
9763 This screen lets you add, delete, modify, or change the order of the rules
9764 that determine the role you are playing when composing a message.
9766 You may play different roles depending on who you are replying to.
9767 For example, if you are replying to a message addressed to help-desk you
9768 may be acting as a Help Desk Worker.
9769 That role may require that you use a different return address and/or
9770 a different signature.
9772 Roles are optional.
9773 If you set up roles they work like this:  Each role has a set of
9774 &quot;Uses&quot;, which indicate whether or not a role is eligible to be
9775 considered for a particular use; a &quot;Pattern&quot;,
9776 which is used to decide which of the eligible roles is used; and a set
9777 of &quot;Actions&quot;, which are taken when that role is used.
9778 When you reply to a message, the message you are replying to is compared
9779 with the Patterns of the roles marked as eligible for use when replying.
9780 The comparisons start with the first eligible role and keep going until there
9781 is a match.
9782 If a match is found, the matching role's Actions are taken.
9784 It is also possible to set a default role and to change that role during
9785 your Alpine session.
9786 When you start Alpine no default role will be set.
9787 You may set or change the current default role by using the &quot;D&quot;
9788 command in the role selection screen.
9789 You'll see that screen while composing a message and being asked to select
9790 a role.
9791 An easy way to get to that screen is to use the <A HREF="h_common_role">Role Command</A> to
9792 compose a message.
9793 You may find a default role useful if you normally perform the duties of one
9794 of your roles for a while, then you switch to another role and stay in the
9795 new role for another period of time.
9796 It may be easier than using the Role Command to select the role each time you
9797 compose a message.
9799 <H2>Role Uses</H2>
9801 There are three types of use to be configured;
9802 one for Replying, one for Forwarding, and one for Composing.
9803 These indicate whether or not you want a role to be considered when you
9804 type the Reply, Forward, or Compose commands.
9805 (The Role command is an alternate form of the Compose command, and it is
9806 not affected by these settings.)
9807 Each of these Use types has three possible values.
9808 The value &quot;Never&quot;
9809 means that the role will never be considered as a candidate for use with
9810 the corresponding command.
9811 For example, if you set a role's Reply Use to Never, then when you Reply to
9812 a message, that role won't even be considered.
9813 (That isn't quite true. If the message you are replying to matches some other
9814 role that requires confirmation,
9815 then there will be a ^T command available which allows you to select a role
9816 from all of your roles, not just the reply-eligible roles.)
9819 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
9820 both mean that you do want to consider this role when using the corresponding
9821 command.
9822 For either of these settings the role's Pattern will
9823 be checked to see if it matches the message.
9824 For Reply Use, the message used to compare the Pattern with is the message
9825 being replied to.
9826 For Forward Use, the message used to compare the Pattern with is the message
9827 being forwarded.
9828 For Compose Use, there is no message, so the parts of the Pattern that depend
9829 on a message (everything other than Current Folder Type) are ignored.
9830 In all cases, the Current Folder Type is checked if defined.
9831 If there is a match then this role will either be used without confirmation
9832 or will be the default when confirmation is asked for, depending on
9833 which of the two options is selected.
9834 If confirmation is requested, you will have a chance to
9835 choose No Role instead of the offered role, or to
9836 change the role to any one of your other roles (with the ^T command).
9838 <H2>Role Patterns</H2>
9840 In order to determine whether or not a message matches a role the message is
9841 compared with the Role's Pattern.
9842 These Patterns are the same for use with Roles, Filtering, Index Coloring,
9843 Scoring, Other Rules, and Search Rules, so are described in only one place,
9844 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9846 Since header patterns, AllText patterns, and BodyText patterns that are unset are ignored,
9847 a role that has all header patterns unset, the AllText pattern unset,
9848 the BodyText pattern unset,
9849 the Score Interval unset, and the Current Folder Type set to
9850 &quot;Any&quot; may be used as a default role.
9851 It should be put last in the list of roles since the matching
9852 starts at the beginning and proceeds until one of the roles is a match.
9853 If no roles at all match, then Alpine will
9854 use its regular methods of defining the role.
9855 If you wanted to, you could define a different &quot;default&quot; role
9856 for Replying, Forwarding, and Composing by setting the
9857 &quot;Use&quot; fields appropriately.
9859 <H2>Role Actions</H2>
9861 Once a role match is found, the role's Actions are taken.
9862 For each role there are several possible actions that may be defined.
9863 They are actions to set the From address, the Reply-To address,
9864 the Fcc, the Signature, the Template file, and Other Headers.
9866 <H3>Set From</H3>
9868 The From address is the address used on the From line of the message
9869 you are sending.
9871 <H3>Set Reply-To</H3>
9873 The Reply-To address is the address used on the Reply-To line of the message
9874 you are sending.
9875 You don't need a Reply-To address unless it is different from the From address.
9877 <H3>Set Other Headers</H3>
9879 If you want to set the value of the From or Reply-To headers, use
9880 the specific fields &quot;Set From&quot; or &quot;Set Reply-To&quot;.
9881 If you want to set the values of other headers, use this field.
9882 This field is similar to the
9883 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> configuration option.
9884 Each header you specify here must include the header tag
9885 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
9886 and may optionally include a value for that header.
9887 It is different from the <!--#echo var="VAR_customized-hdrs"--> in that the value you give
9888 for a header here will replace any value that already exists.
9889 For example, if you are Replying to a message there will be at least one
9890 address in the To header (the address you are Replying to).
9891 However, if you Reply using a role that sets the To header, that role's
9892 To header value will be used instead.
9894 <H3>Set Fcc</H3>
9896 The Fcc is used as the Fcc for the message you are sending.
9898 <H3>Set Signature or Set LiteralSig</H3>
9900 The Signature is the name of a file to be used as the signature file when
9901 this role is being used.
9902 If the name of the file has a vertical bar following it (|)
9903 then it is assumed that the file is a program that should be run to
9904 produce the signature.
9905 If the LiteralSig is set, then it is used instead of the signature file.
9906 LiteralSig is just a different way to store the signature.
9907 It is stored in the pine configuration file instead of in a separate
9908 signature file.
9909 If the <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined
9910 either in the role or as the default signature in the Setup/Config screen,
9911 then the signature file is ignored.
9913 <H3>Set Template</H3>
9915 A Template is the name of a file to be included in the message when this
9916 role is being used.
9917 If the name of the file has a vertical bar following it (|)
9918 then it is assumed that the file is a program that should be run to
9919 produce the template.
9922 Both signature files and template files may be stored remotely on an IMAP
9923 server.
9924 In order to do that you just give the file a remote name.
9925 This works just like the regular
9926 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>
9927 option that is configured from the Setup/Configuration screen.
9928 A remote signature file name might look like:
9930 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
9932 Once you have named the remote signature or template file you create its
9933 contents by using the &quot;F&quot; &quot;editFile&quot; command when the
9934 cursor is on the &quot;Set Signature&quot; or &quot;Set Template&quot;
9935 line of the role editor.
9938 Both signature files and template files (or the output of signature programs
9939 and template file programs) may contain special tokens
9940 that are replaced with contents
9941 that depend on the message being replied to or forwarded.
9942 See the help for the individual fields inside the role editor for more
9943 information on tokens.
9945 <H3>Use SMTP Server</H3>
9947 If this field has a value, then it will be used as the SMTP server
9948 to send mail when this role is being used (unless the SMTP server variable
9949 is set in the system-wide fixed configuration file).
9950 It has the same semantics as the
9951 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
9952 variable in the Setup/Config screen.
9953 When you postpone the composition this SMTP server list will be saved
9954 with the postponed composition and it cannot be changed later.
9955 Because of that, you may want to make this a list of SMTP servers
9956 with the preferred server at the front of the list and alternate servers
9957 later in the list.
9960 If any of the actions are left unset, then the action depends on what
9961 is present in the &quot;Initialize settings using role&quot; field.
9962 If you've listed the nickname of another one of your roles there, then the
9963 corresponding action from that role will be used here.
9964 If that action is also blank, or if there is no nickname specified,
9965 then Alpine will do whatever it normally does to set these actions.
9966 This depends on other configuration options and features you've set.
9968 <H2>Command Descriptions</H2>
9970 <H3>Add</H3>
9972 The Add command is used to add a new role definition to your set of
9973 roles.
9974 The new role will be added after the highlighted role.
9976 <H3>Delete</H3>
9978 The Delete command deletes the currently highlighted role.
9980 <H3>Change</H3>
9982 The Change command lets you edit the nickname, Uses, Pattern,
9983 and Actions of the currently highlighted role.
9985 <H3>Shuffle</H3>
9987 The Shuffle command allows you to change the order of the roles.
9988 You may move the currently highlighted role up or down in the list.
9989 The order of the roles is important since the roles are tested for a
9990 match starting with the first role and continuing until a match is found.
9991 You should place the roles with more specific Patterns near the beginning
9992 of the list, and those with more general Patterns near the end so that
9993 the more specific matches will happen when appropriate.
9995 <H3>Replicate</H3>
9997 The Replicate command is used to copy an existing role and modify it.
9998 The new role will be added after the highlighted role.
10000 <H3>IncludeFile</H3>
10002 The IncludeFile command allows you to add a roles file to your configuration.
10003 Usually, your roles will be contained in your Alpine configuration file.
10004 If you wish, some or all of your roles may be stored in a separate file.
10005 If a roles file already exists (maybe it was made by somebody else using
10006 Alpine), you may insert it before the currently highlighted role.
10007 You may also insert an empty file or a file that does not yet exist.
10008 Once you have an empty roles file in your configuration, you may use
10009 the Shuffle command to move roles into it.
10010 In fact, that's the only way to get the initial role into the file.
10012 <H3>eXcludeFile</H3>
10014 The eXcludeFile command removes a roles file from your roles configuration.
10015 A limitation of the program is that in order to exclude a roles file
10016 that file must have at least one role
10017 in it, otherwise you won't be able to highlight a line in the file.
10018 So you may have to add a dummy role to the file in order to exclude the file.
10019 <P><UL>
10020 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10021 </UL>
10023 &lt;End of help on this topic&gt;
10024 </BODY>
10025 </HTML>
10026 ===== h_rules_other =====
10027 <HTML>
10028 <HEAD>
10029 <TITLE>SETUP OTHER RULES SCREEN</TITLE>
10030 </HEAD>
10031 <BODY>
10032 <H1>SETUP OTHER RULES SCREEN</H1>
10033 <H2>SETUP OTHER RULES COMMANDS</H2>
10034 <!--chtml if pinemode="function_key"-->
10035 <PRE>
10036 Available  Commands -- Group 1         Available Commands -- Group 2   
10037 -------------------------------        ------------------------------  
10038 F1  Show Help Text                      F1  Show Help Text             
10039 F2  See commands in next group          F2  See commands in next group
10040 F3  Back to MAIN Alpine menu
10041 F4  Change configuration for rule
10042 F5  Move to previous rule               F5  Include file in rule config
10043 F6  Move to next rule                   F6  Exclude file from config
10044 F7  Previous page of rules
10045 F8  Next page of rules
10046 F9  Add new rule                        F9  Replicate existing rule
10047 F10 Delete existing rule
10048 F11 Shuffle the order of rules
10049 F12 Whereis (search rule nicknames)
10050 </PRE>
10051 <!--chtml else-->
10052 <PRE>
10053 Navigation                     General Alpine Commands
10054 -------------------------      -----------------------
10055  P  Prev rule                     ?  Display this help text
10056  N  Next rule                     E  Back to MAIN Alpine menu
10057  -  Previous page
10058 Spc (space bar) Next page
10059  W  WhereIs (search for word in rule nicknames)
10061 Setup Other Rules Commands
10062 ------------------------------------------------
10063  A  Add new rule                  $  Shuffle the order of rules
10064  D  Delete existing rule          C  Change configuration for highlighted rule
10065  R  Replicate existing rule
10066  I  Include file in rule config   X  Exclude file from rule config
10067 </PRE>
10068 <!--chtml endif-->
10070 <H2>Description of the Setup Other Rules Screen</H2>
10072 This is where you may set various actions that do not fit well into the
10073 other Rules categories.
10075 <H2>Patterns</H2>
10077 Other Rules are a little different from the rest of the Rules because
10078 they depend only on the current folder, and not on a particular message.
10079 In order to determine whether or not a rule's actions should be applied
10080 the current folder is compared with the rule's Pattern, which consists
10081 of only the Current Folder Type.
10082 Current Folder Type works the same for Other Rules as it does for Roles,
10083 Filtering, Index Coloring, and Scoring.
10084 Keep in mind that the only part of the Pattern that applies to Other
10085 Rules is the Current Folder Type when looking at the description of
10086 Patterns given
10087 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10089 <H2>The Actions</H2>
10091 <H3>Set Sort Order</H3>
10093 When you enter a new folder, these rules will be checked to see if you
10094 have set a sort order that is different from your default sort order.
10095 The default is set in the Setup/Config screen with
10096 the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
10097 If the Sort Order action is set, then the folder will be displayed sorted in
10098 that sort order instead of in the default order.
10100 A possible point of confusion arises when you change the configuration
10101 of the Sort Order for the currently open folder.
10102 The folder will normally be re-sorted when you go back to viewing the
10103 index.
10104 However, if you have manually sorted the folder with the
10105 Sort
10106 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
10107 command, then it will not be re-sorted until the next time it is opened.
10109 <H3>Set Index Format</H3>
10111 When you enter a new folder, these rules will be checked to see if you
10112 have set an Index Format that is different from your default Index Format,
10113 which is set with the
10114 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
10115 If so, the index will be displayed with this format instead of the default.
10117 <H3>Set Startup Rule</H3>
10119 When you enter a new folder, these rules will be checked to see if you
10120 have set a startup rule that is different from the default startup rule.
10121 The default for incoming folders is set in the Setup/Config screen with
10122 the &quot;<!--#echo var="VAR_incoming-startup-rule"-->&quot; option.
10123 The default for folders other than INBOX that are not part of your
10124 incoming collection
10125 (see <A HREF="h_config_enable_incoming"><!--#echo var="FEAT_enable-incoming-folders"--></A> feature) 
10126 is to start with the last message in the folder.
10127 If the Startup Rule is set to something other than &quot;default&quot;,
10128 then the rule will determine which message will be the current message when
10129 the folder is first opened.
10131 The various startup rule possibilities work the same here as they do in
10132 the incoming collection, so check
10133 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
10134 for more help.
10136 <H2>Command Descriptions</H2>
10138 <H3>Add</H3>
10140 The Add command is used to add a new rule definition to your set of
10141 rules.
10142 The new rule will be added after the highlighted rule.
10144 <H3>Delete</H3>
10146 The Delete command deletes the currently highlighted rule.
10148 <H3>Change</H3>
10150 The Change command lets you edit the nickname, Pattern,
10151 and Action of the currently highlighted rule.
10153 <H3>Shuffle</H3>
10155 The Shuffle command allows you to change the order of the rules.
10156 You may move the currently highlighted rule up or down in the list.
10157 The order of the rules is important since the rules are tested for a
10158 match starting with the first rule and continuing until a match is found.
10159 You should place the rules with more specific Patterns near the beginning
10160 of the list, and those with more general Patterns near the end so that
10161 the more specific matches will happen when appropriate.
10163 <H3>Replicate</H3>
10165 The Replicate command is used to copy an existing rule definition and modify it.
10166 The new rule will be added after the highlighted rule.
10168 <H3>IncludeFile</H3>
10170 The IncludeFile command allows you to add a rules file to your configuration.
10171 Usually, your rules will be contained in your Alpine configuration file.
10172 If you wish, some or all of your rules may be stored in a separate file.
10173 If a rules file already exists (maybe it was made by somebody else using
10174 Alpine), you may insert it before the currently highlighted rule.
10175 You may also insert an empty file or a file that does not yet exist.
10176 Once you have an empty rules file in your configuration, you may use
10177 the Shuffle command to move rules into it.
10178 In fact, that's the only way to get the initial rule into the file.
10180 <H3>eXcludeFile</H3>
10182 The eXcludeFile command removes a rules file from your rules configuration.
10183 A limitation of the program is that in order to exclude a rules file
10184 that file must have at least one rule
10185 in it, otherwise you won't be able to highlight a line in the file.
10186 So you may have to add a dummy rule to the file in order to exclude the file.
10187 <P><UL>
10188 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10189 </UL>
10191 &lt;End of help on this topic&gt;
10192 </BODY>
10193 </HTML>
10194 ===== h_rules_srch =====
10195 <HTML>
10196 <HEAD>
10197 <TITLE>SETUP SEARCH RULES SCREEN</TITLE>
10198 </HEAD>
10199 <BODY>
10200 <H1>SETUP SEARCH RULES SCREEN</H1>
10201 <H2>SETUP SEARCH RULES COMMANDS</H2>
10202 <!--chtml if pinemode="function_key"-->
10203 <PRE>
10204 Available  Commands -- Group 1         Available Commands -- Group 2   
10205 -------------------------------        ------------------------------  
10206 F1  Show Help Text                      F1  Show Help Text             
10207 F2  See commands in next group          F2  See commands in next group
10208 F3  Back to MAIN Alpine menu
10209 F4  Change configuration for rule
10210 F5  Move to previous rule               F5  Include file in rule config
10211 F6  Move to next rule                   F6  Exclude file from config
10212 F7  Previous page of rules
10213 F8  Next page of rules
10214 F9  Add new rule                        F9  Replicate existing rule
10215 F10 Delete existing rule
10216 F11 Shuffle the order of rules
10217 F12 Whereis (search rule nicknames)
10218 </PRE>
10219 <!--chtml else-->
10220 <PRE>
10221 Navigation                     General Alpine Commands
10222 -------------------------      -----------------------
10223  P  Prev rule                     ?  Display this help text
10224  N  Next rule                     E  Back to MAIN Alpine menu
10225  -  Previous page
10226 Spc (space bar) Next page
10227  W  WhereIs (search for word in rule nicknames)
10229 Setup Search Rules Commands
10230 ------------------------------------------------
10231  A  Add new rule                  $  Shuffle the order of rules
10232  D  Delete existing rule          C  Change configuration for highlighted rule
10233  R  Replicate existing rule
10234  I  Include file in rule config   X  Exclude file from rule config
10235 </PRE>
10236 <!--chtml endif-->
10238 <H2>Description of the Setup Search Rules Screen</H2>
10240 One of the commands that becomes available when that feature is turned on
10241 is the &quot;; Select&quot; command, which is used in the MESSAGE INDEX
10242 screen to select a set of messages.
10243 One way of selecting messages is to use a Rule.
10244 All of the messages that match (or don't match if you wish)
10245 a Rule's Pattern will be selected.
10247 Any of your Rules may be used for this purpose.
10248 You might already have Rules set up for filtering, index line color, scores, or roles;
10249 and you may use any of those Rules with the Select command.
10250 However, you might find it more convenient to set up a separate set of Rules
10251 just for this purpose without having to worry about what other effects
10252 they may cause.
10253 That is the purpose of these Select Rules.
10256 Each rule has a &quot;Pattern&quot;
10257 that is used to decide which messages are selected when you use it with
10258 the Select command.
10260 <H2>Patterns</H2>
10262 In order to determine whether or not a message should be selected
10263 the message is compared with the rule's Pattern.
10264 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10265 Scoring, Other Rules, and Search Rules, so are described in only one place,
10266 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10268 <H2>Command Descriptions</H2>
10270 <H3>Add</H3>
10272 The Add command is used to add a new rule definition to your set of
10273 rules.
10274 The new rule will be added after the highlighted rule.
10276 <H3>Delete</H3>
10278 The Delete command deletes the currently highlighted rule.
10280 <H3>Change</H3>
10282 The Change command lets you edit the nickname and Pattern
10283 of the currently highlighted rule.
10285 <H3>Shuffle</H3>
10287 The Shuffle command allows you to change the order of the rules.
10288 This affects only the order they are presented in when you use the
10289 ^T subcommand of the Select by Rule command.
10290 You may move the currently highlighted rule up or down in the list.
10292 <H3>Replicate</H3>
10294 The Replicate command is used to copy an existing rule definition and modify it.
10295 The new rule will be added after the highlighted rule.
10297 <H3>IncludeFile</H3>
10299 The IncludeFile command allows you to add a rules file to your configuration.
10300 Usually, your rules will be contained in your Alpine configuration file.
10301 If you wish, some or all of your rules may be stored in a separate file.
10302 If a rules file already exists (maybe it was made by somebody else using
10303 Alpine), you may insert it before the currently highlighted rule.
10304 You may also insert an empty file or a file that does not yet exist.
10305 Once you have an empty rules file in your configuration, you may use
10306 the Shuffle command to move rules into it.
10307 In fact, that's the only way to get the initial rule into the file.
10309 <H3>eXcludeFile</H3>
10311 The eXcludeFile command removes a rules file from your rules configuration.
10312 A limitation of the program is that in order to exclude a rules file
10313 that file must have at least one rule
10314 in it, otherwise you won't be able to highlight a line in the file.
10315 So you may have to add a dummy rule to the file in order to exclude the file.
10316 <P><UL>
10317 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10318 </UL>
10320 &lt;End of help on this topic&gt;
10321 </BODY>
10322 </HTML>
10323 ===== h_rules_incols =====
10324 <HTML>
10325 <HEAD>
10326 <TITLE>SETUP INDEX LINE COLORS SCREEN</TITLE>
10327 </HEAD>
10328 <BODY>
10329 <H1>SETUP INDEX LINE COLORS SCREEN</H1>
10330 <H2>SETUP INDEX LINE COLORS COMMANDS</H2>
10331 <!--chtml if pinemode="function_key"-->
10332 <PRE>
10333 Available  Commands -- Group 1         Available Commands -- Group 2   
10334 -------------------------------        ------------------------------  
10335 F1  Show Help Text                      F1  Show Help Text             
10336 F2  See commands in next group          F2  See commands in next group
10337 F3  Back to MAIN Alpine menu
10338 F4  Change configuration for rule
10339 F5  Move to previous rule               F5  Include file in rule config
10340 F6  Move to next rule                   F6  Exclude file from config
10341 F7  Previous page of rules
10342 F8  Next page of rules
10343 F9  Add new rule                        F9  Replicate existing rule
10344 F10 Delete existing rule
10345 F11 Shuffle the order of rules
10346 F12 Whereis (search rule nicknames)
10347 </PRE>
10348 <!--chtml else-->
10349 <PRE>
10350 Navigation                     General Alpine Commands
10351 -------------------------      -----------------------
10352  P  Prev rule                     ?  Display this help text
10353  N  Next rule                     E  Back to MAIN Alpine menu
10354  -  Previous page
10355 Spc (space bar) Next page
10356  W  WhereIs (search for word in rule nicknames)
10358 Setup Index Color Commands
10359 ------------------------------------------------
10360  A  Add new rule                  $  Shuffle the order of rules
10361  D  Delete existing rule          C  Change configuration for highlighted rule
10362  R  Replicate existing rule
10363  I  Include file in rule config   X  Exclude file from rule config
10364 </PRE>
10365 <!--chtml endif-->
10367 <H2>Description of the Setup Index Line Colors Screen</H2>
10369 Index Line Color causes lines in the MESSAGE INDEX screen to be colored.
10370 This action is only available if your terminal is capable of displaying
10371 color and color display has been enabled with the
10372 <A HREF="h_config_color_style">Color Style</A> option within the
10373 Setup Color screen.
10374 (In PC-Alpine, color is always enabled so there is no option to turn on.)
10375 This screen lets you add, delete, modify, or change the order of the rules
10376 that cause the lines in the MESSAGE INDEX to be displayed in different
10377 colors.
10379 Each rule has a &quot;Pattern&quot;,
10380 which is used to decide which of the rules is used; and the color that
10381 is used if the Pattern matches a particular message.
10383 <H2>Index Color Patterns</H2>
10385 In order to determine whether or not a message matches an Index Color Rule
10386 the message is compared with the rule's Pattern.
10387 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10388 Scoring, Other Rules, and Search Rules, so are described in only one place,
10389 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10392 If none of the Index Color rules is a match for a particular index line,
10393 then the color used is set using
10394 the <A HREF="h_color_setup">Setup Kolor</A> screen.
10396 <H2>Index Line Color</H2>
10398 This is the color that index lines are colored when there is a matching
10399 Pattern.
10400 This colors the whole index line, except possibly the status letters,
10401 which may be colored separately using
10402 the <A HREF="h_color_setup">Setup Kolor</A> screen.
10404 <H2>Command Descriptions</H2>
10406 <H3>Add</H3>
10408 The Add command is used to add a new rule definition to your set of
10409 rules.
10410 The new rule will be added after the highlighted rule.
10412 <H3>Delete</H3>
10414 The Delete command deletes the currently highlighted rule.
10416 <H3>Change</H3>
10418 The Change command lets you edit the nickname, Pattern,
10419 and Index Line Color of the currently highlighted rule.
10421 <H3>Shuffle</H3>
10423 The Shuffle command allows you to change the order of the rules.
10424 You may move the currently highlighted rule up or down in the list.
10425 The order of the rules is important since the rules are tested for a
10426 match starting with the first rule and continuing until a match is found.
10427 You should place the rules with more specific Patterns near the beginning
10428 of the list, and those with more general Patterns near the end so that
10429 the more specific matches will happen when appropriate.
10431 <H3>Replicate</H3>
10433 The Replicate command is used to copy an existing rule definition and modify it.
10434 The new rule will be added after the highlighted rule.
10436 <H3>IncludeFile</H3>
10438 The IncludeFile command allows you to add a rules file to your configuration.
10439 Usually, your rules will be contained in your Alpine configuration file.
10440 If you wish, some or all of your rules may be stored in a separate file.
10441 If a rules file already exists (maybe it was made by somebody else using
10442 Alpine), you may insert it before the currently highlighted rule.
10443 You may also insert an empty file or a file that does not yet exist.
10444 Once you have an empty rules file in your configuration, you may use
10445 the Shuffle command to move rules into it.
10446 In fact, that's the only way to get the initial rule into the file.
10448 <H3>eXcludeFile</H3>
10450 The eXcludeFile command removes a rules file from your rules configuration.
10451 A limitation of the program is that in order to exclude a rules file
10452 that file must have at least one rule
10453 in it, otherwise you won't be able to highlight a line in the file.
10454 So you may have to add a dummy rule to the file in order to exclude the file.
10455 <P><UL>
10456 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10457 </UL>
10459 &lt;End of help on this topic&gt;
10460 </BODY>
10461 </HTML>
10462 ===== h_rules_filter =====
10463 <HTML>
10464 <HEAD>
10465 <TITLE>SETUP FILTERING SCREEN</TITLE>
10466 </HEAD>
10467 <BODY>
10468 <H1>SETUP FILTERING SCREEN</H1>
10469 <H2>SETUP FILTERING COMMANDS</H2>
10470 <!--chtml if pinemode="function_key"-->
10471 <PRE>
10472 Available  Commands -- Group 1         Available Commands -- Group 2   
10473 -------------------------------        ------------------------------  
10474 F1  Show Help Text                      F1  Show Help Text             
10475 F2  See commands in next group          F2  See commands in next group
10476 F3  Back to MAIN Alpine menu
10477 F4  Change configuration for filter
10478 F5  Move to previous filter             F5  Include file in filter config
10479 F6  Move to next filter                 F6  Exclude file from config
10480 F7  Previous page of filters
10481 F8  Next page of filters
10482 F9  Add new filter                      F9  Replicate existing filter
10483 F10 Delete existing filter
10484 F11 Shuffle the order of filters
10485 F12 Whereis (search filter nicknames)
10486 </PRE>
10487 <!--chtml else-->
10488 <PRE>
10489 Navigation                     General Alpine Commands
10490 -------------------------      -----------------------
10491  P  Prev Filter                   ?  Display this help text
10492  N  Next Filter                   E  Back to MAIN Alpine menu
10493  -  Previous page
10494 Spc (space bar) Next page
10495  W  WhereIs (search for word in filter nicknames)
10497 Setup Filters Commands
10498 ------------------------------------------------
10499  A  Add new filter                $  Shuffle the order of filters
10500  D  Delete existing filter        C  Change configuration for highlighted filter
10501  R  Replicate existing filter
10502  I  Include file in filter config X  Exclude file from filter config
10503 </PRE>
10504 <!--chtml endif-->
10506 <H2>Description of the Setup Filtering Screen</H2>
10508 This screen lets you add, delete, modify, or change the order of the rules
10509 that determine the filtering Alpine does on folders you view.
10511 The software that actually delivers mail (the stuff that happens
10512 before Alpine is involved) for you is in a better position to do mail filtering
10513 than Alpine itself.
10514 If possible, you may want to look into using that sort of mail filtering to
10515 deliver mail to different folders, delete it, or forward it.
10516 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
10518 Filtering is a way to automatically move certain messages from one folder
10519 to another or to delete messages.
10520 It can also be used to set message status (Important, Deleted, New,
10521 Answered) and to set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
10522 Alpine doesn't have the ability to forward mail to another address or
10523 to deliver vacation messages.
10525 Each filtering rule has a &quot;Pattern&quot; and a &quot;Filter Action&quot;.
10526 When a folder is opened, when new mail arrives in an open folder, or
10527 when mail is Expunged from a folder; each
10528 message is compared with the Patterns of your filtering rules.
10529 The comparisons start with the first rule and keep going until there
10530 is a match.
10531 If a match is found, the message may be deleted or moved, depending on
10532 the setting of the Filter Action.
10533 If the message is not deleted, it may have its status altered.
10536 <EM>NOTE:</EM>
10537 When setting up a Pattern used to delete messages,
10538 it is recommended that you test the Pattern first with a &quot;Move&quot;
10539 folder specified in
10540 case unintended matches occur.  Messages that are deleted will be removed 
10541 from the folder and <EM>unrecoverable</EM> from within Alpine after the
10542 next Expunge command or once the folder being filtered has been closed.
10544 <H2>Filter Patterns</H2>
10546 In order to determine whether or not a message matches a filter the message is
10547 compared with the Filter's Pattern.
10548 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10549 Scoring, Other Rules, and Search Rules, so are described in only one place,
10550 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10552 Since filtering is a potentially destructive action, if you have a filtering
10553 Pattern with nothing other than Current Folder Type set, that filtering
10554 rule is ignored.
10556 <H2>Filter Actions</H2>
10558 Once a filter match is found for a particular message, there are some actions
10559 that may be taken.
10560 First, the message may have its status changed.
10561 This is the same message status that you can manipulate manually using the
10562 <a href="h_common_flag">Flag Command</a>.
10563 There are always four elements of message status that you can control.
10564 You can set or clear the Important status, the New status, the Deleted
10565 status, and the Answered status.
10566 Of course, if the filter is going to delete the message,
10567 then there is no point in setting message status.
10568 You may also be able to set user-defined keywords for a message.
10569 Read a little about keywords in the help text for the
10570 <A HREF="h_common_flag">Flag</A> command.
10572 Second, the filter may delete or move the message.
10573 Deleting the message marks it Deleted and removes it from view.
10574 It is effectively gone forever (though it technically is still there until
10575 the next expunge command, which may happen implicitly).
10576 Moving the message moves it from the open folder into the folder
10577 listed on the &quot;Folder List&quot; line of the filter configuration.
10578 If you list more than one folder name (separated by commas) then the message
10579 will be copied to each of those folders.
10580 In any case, if &quot;Delete&quot; or &quot;Move&quot; is set then the
10581 message is removed from the current folder.
10582 If you just want to set the messages status without deleting it from
10583 the folder, then set the filter action to
10584 &quot;Just Set Message Status&quot;.
10586 (There is no way to do a Copy instead of a Move, due to the difficulties
10587 involved in keeping track of whether or not a message has
10588 already been copied.)
10590 <H2>Command Descriptions</H2>
10592 <H3>Add</H3>
10594 The Add command is used to add a new filter definition to your set of
10595 filters.
10596 The new filter will be added after the highlighted filter.
10598 <H3>Delete</H3>
10600 The Delete command deletes the currently highlighted filter.
10602 <H3>Change</H3>
10604 The Change command lets you edit the nickname, Pattern,
10605 and Folder of the currently highlighted filter.
10607 <H3>Shuffle</H3>
10609 The Shuffle command allows you to change the order of the filters.
10610 You may move the currently highlighted filter up or down in the list.
10611 The order of the filters is important since the filters are tested for a
10612 match starting with the first filter and continuing until a match is found.
10613 You should place the filters with more specific Patterns near the beginning
10614 of the list, and those with more general Patterns near the end so that
10615 the more specific matches will happen when appropriate.
10617 <H3>Replicate</H3>
10619 The Replicate command is used to copy an existing filter and modify it.
10620 The new filter will be added after the highlighted filter.
10622 <H3>IncludeFile</H3>
10624 The IncludeFile command allows you to add a filters file to your configuration.
10625 Usually, your filters will be contained in your Alpine configuration file.
10626 If you wish, some or all of your filters may be stored in a separate file.
10627 If a filters file already exists (maybe it was made by somebody else using
10628 Alpine), you may insert it before the currently highlighted filter.
10629 You may also insert an empty file or a file that does not yet exist.
10630 Once you have an empty filters file in your configuration, you may use
10631 the Shuffle command to move filters into it.
10632 In fact, that's the only way to get the initial filter into the file.
10634 <H3>eXcludeFile</H3>
10636 The eXcludeFile command removes a filters file from your filters configuration.
10637 A limitation of the program is that in order to exclude a filters file
10638 that file must have at least one filter
10639 in it, otherwise you won't be able to highlight a line in the file.
10640 So you may have to add a dummy filter to the file in order to exclude the file.
10641 <P><UL>
10642 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10643 </UL>
10645 <H3>Performance Considerations</H3>
10646 The number and type of patterns being tested can 
10647 adversely effect performance.  Issues to be aware
10648 of include:
10650 <UL>
10651   <LI> The more filters you have defined the longer it will take to run down
10652 the list.  Deleting unused filters is a good idea.
10653   <LI> Filtering in newsgroups served by an NNTP server will be slow
10654 if your patterns include tests other than &quot;From:&quot;
10655 or &quot;Subject:&quot;.
10656 </UL>
10658 &lt;End of help on this topic&gt;
10659 </BODY>
10660 </HTML>
10661 ===== h_rules_score =====
10662 <HTML>
10663 <HEAD>
10664 <TITLE>SETUP SCORING SCREEN</TITLE>
10665 </HEAD>
10666 <BODY>
10667 <H1>SETUP SCORING SCREEN</H1>
10668 <H2>SETUP SCORING COMMANDS</H2>
10669 <!--chtml if pinemode="function_key"-->
10670 <PRE>
10671 Available  Commands -- Group 1         Available Commands -- Group 2   
10672 -------------------------------        ------------------------------  
10673 F1  Show Help Text                      F1  Show Help Text             
10674 F2  See commands in next group          F2  See commands in next group
10675 F3  Back to MAIN Alpine menu
10676 F4  Change configuration for rule
10677 F5  Move to previous rule               F5  Include file in rule config
10678 F6  Move to next rule                   F6  Exclude file from config
10679 F7  Previous page of rules
10680 F8  Next page of rules
10681 F9  Add new rule                        F9  Replicate existing rule
10682 F10 Delete existing rule
10683 F11 Shuffle the order of rules
10684 F12 Whereis (search rule nicknames)
10685 </PRE>
10686 <!--chtml else-->
10687 <PRE>
10688 Navigation                     General Alpine Commands
10689 -------------------------      -----------------------
10690  P  Prev rule                     ?  Display this help text
10691  N  Next rule                     E  Back to MAIN Alpine menu
10692  -  Previous page
10693 Spc (space bar) Next page
10694  W  WhereIs (search for word in rule nicknames)
10696 Setup Scoring Commands
10697 ------------------------------------------------
10698  A  Add new rule                  $  Shuffle the order of rules
10699  D  Delete existing rule          C  Change configuration for highlighted rule
10700  R  Replicate existing rule
10701  I  Include file in rule config   X  Exclude file from rule config
10702 </PRE>
10703 <!--chtml endif-->
10705 <H2>Description of the Setup Scoring Screen</H2>
10707 Most people will not use scores at all, but if you do use them, here's how
10708 they work in Alpine.
10709 Using this screen, you may define Scoring rules.
10710 The score for a message is calculated by looking at every Score rule defined
10711 and adding up the Score Values for the ones that match the message.
10712 If there are no matches for a message, it has a score of zero.
10713 Message scores may be used a couple of ways in Alpine.
10715 <H3>Sorting by Score</H3>
10717 One of the methods you may use to sort message indexes is to sort by
10718 score.
10719 The scores of all the messages in a folder will be calculated and then
10720 the index will be ordered by placing the messages in order of ascending or
10721 descending score.
10723 <H3>Scores for use in Patterns</H3>
10725 The Patterns used for Roles, Index Line Coloring, and Filtering have a
10726 category labeled &quot;Score Interval&quot;.
10727 When a message is being compared with a Pattern to check for a match, if
10728 the Score Interval is set only messages that have a score somewhere in
10729 the interval are a match.
10731 <H2>Scoring Rule Patterns</H2>
10733 In order to determine whether or not a message matches a scoring rule
10734 the message is compared with the rule's Pattern.
10735 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10736 Scoring, Other Rules, and Search Rules, so are described in only one place,
10737 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10740 Actually, Scoring rule Patterns are slightly different from the other types of
10741 Patterns because Scoring rule Patterns don't contain a Score Interval.
10742 In other words, when calculating the score for a message, which is done
10743 by looking at the Scoring rule Patterns, scores aren't used.
10745 <H2>Score Value</H2>
10747 This is the value that will be added to the score for a message if the
10748 rule's Pattern is a match.
10749 Each individual Score Value is an integer between -100 and 100, and the
10750 values from matching rules are added together to get a message's score.
10751 There is also a way to extract the value from a particular header of each
10752 message. See the help text for Score Value for further information.
10754 <H2>Command Descriptions</H2>
10756 <H3>Add</H3>
10758 The Add command is used to add a new scoring rule definition.
10759 The new rule will be added after the highlighted rule.
10761 <H3>Delete</H3>
10763 The Delete command deletes the currently highlighted scoring rule.
10765 <H3>Change</H3>
10767 The Change command lets you edit the nickname, Pattern,
10768 and Score Value of the currently highlighted scoring rule.
10770 <H3>Shuffle</H3>
10772 The Shuffle command allows you to change the order of the scoring rules.
10773 You may move the currently highlighted rule up or down in the list.
10774 The order of the rules is important since the rules are tested for a
10775 match starting with the first rule and continuing until a match is found.
10776 You should place the rules with more specific Patterns near the beginning
10777 of the list, and those with more general Patterns near the end so that
10778 the more specific matches will happen when appropriate.
10780 <H3>Replicate</H3>
10782 The Replicate command is used to copy an existing rule and modify it.
10783 The new rule will be added after the highlighted rule.
10785 <H3>IncludeFile</H3>
10787 The IncludeFile command allows you to add a rules file to your configuration.
10788 Usually, your rules will be contained in your Alpine configuration file.
10789 If you wish, some or all of your rules may be stored in a separate file.
10790 If a rules file already exists (maybe it was made by somebody else using
10791 Alpine), you may insert it before the currently highlighted rule.
10792 You may also insert an empty file or a file that does not yet exist.
10793 Once you have an empty rules file in your configuration, you may use
10794 the Shuffle command to move rules into it.
10795 In fact, that's the only way to get the initial rule into the file.
10797 <H3>eXcludeFile</H3>
10799 The eXcludeFile command removes a rules file from your rules configuration.
10800 A limitation of the program is that in order to exclude a rules file
10801 that file must have at least one rule
10802 in it, otherwise you won't be able to highlight a line in the file.
10803 So you may have to add a dummy rule to the file in order to exclude the file.
10804 <P><UL>
10805 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10806 </UL>
10808 &lt;End of help on this topic&gt;
10809 </BODY>
10810 </HTML>
10811 ===== h_direct_config =====
10812 <HTML>
10813 <HEAD>
10814 <TITLE>SETUP LDAP DIRECTORY SERVERS SCREEN</TITLE>
10815 </HEAD>
10816 <BODY>
10817 <H1>SETUP LDAP DIRECTORY SERVERS SCREEN</H1>
10818 <H2>SETUP LDAP DIRECTORY SERVERS COMMANDS</H2>
10819 <!--chtml if pinemode="function_key"-->
10820 <PRE>
10821 Available  Commands                        
10822 -------------------------------            
10823 F1  Show Help Text                         
10824 F3  Back to MAIN Alpine menu                 
10825 F4  Change configuration for directory server  
10826 F5  Move to previous directory server          
10827 F6  Move to next directory server              
10828 F7  Previous page of directory servers         
10829 F8  Next page of directory servers
10830 F9  Add new directory server
10831 F10 Delete existing directory server
10832 F11 Shuffle the order of directory servers
10833 F12 Whereis (search directory server titles)   
10834 </PRE>
10835 <!--chtml else-->
10836 <PRE>
10837 Navigation                     General Alpine Commands
10838 -------------------------      -----------------------
10839  P  Prev Directory Server         ?  Display this help text
10840  N  Next Directory Server         E  Back to MAIN Alpine menu
10841  -  Previous page
10842 Spc (space bar) Next page
10843  W  WhereIs (search for word in directory server titles)
10845 Setup LDAP Directory Server Commands
10846 ------------------------------------------------
10847  A  Add new directory server      $  Shuffle the order of directory servers
10848  D  Delete existing dir server    C  Change configuration for highlighted server
10849 </PRE>
10850 <!--chtml endif-->
10852 <H2>Description of the Setup LDAP Directory Servers Screen</H2>
10854 This screen lets you add, delete, modify, or change the order of your
10855 directory servers. You may also set some optional behavior for each server.
10856 The &quot;Add Dir&quot; command brings up a blank form to 
10857 fill in. You will have to supply at least the name of the LDAP server.
10858 You will often have to supply a search base to be used with that server,
10859 as well. Once the form has been brought up on your screen, there is help
10860 available for each of the options you may set.
10862 The &quot;Del Dir&quot; command allows you to remove a directory server
10863 from your configuration.
10865 The &quot;Change&quot; command is similar to the &quot;Add Dir&quot; command.
10866 The difference is that instead of bringing up a form for a new server
10867 configuration, you are changing the configuration of an existing entry.
10868 For example, you might want to correct a typing error, change a
10869 nickname, or change one of the options set for that server.
10871 The &quot;Shuffle&quot; command is used to change the order of directory
10872 servers.
10873 <P><UL>
10874 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10875 </UL>
10877 &lt;End of help on this topic&gt;
10878 </BODY>
10879 </HTML>
10880 ============= h_address_display ========================
10881 <HTML>
10882 <HEAD>
10883 <TITLE>SEARCH RESULTS INDEX</TITLE>
10884 </HEAD>
10885 <BODY>
10886 <H1>SEARCH RESULTS INDEX</H1>
10887 This screen shows the results, if any, of your Directory Server search.  
10888 Commands (besides those for screen navigation) are:
10889 <DL>
10890 <DT>View
10891 <!--chtml if pinemode="function_key"-->
10892 (F4)
10893 <!--chtml else-->
10895 <!--chtml endif-->
10896 </DT>
10897 <DD>See the full information for the selected entry.
10899 <DT>Compose
10900 <!--chtml if pinemode="function_key"-->
10901 (F9)
10902 <!--chtml else-->
10904 <!--chtml endif--></DT>
10905 <DD>Compose a message with the selected entry as the recipient.
10907 <DT>Role
10908 <!--chtml if pinemode="function_key"-->
10909 (F2)
10910 <!--chtml else-->
10912 <!--chtml endif--></DT>
10913 <DD>Compose a message with the selected entry as the recipient. This differs
10914 from Compose in that you may select a role before beginning your composition.
10916 <DT>Forward
10917 <!--chtml if pinemode="function_key"-->
10918 (F10)
10919 <!--chtml else-->
10921 <!--chtml endif--></DT>
10922 <DD>Send the full information for the selected entry as an 
10923 email message to someone else.
10925 <DT>Save
10926 <!--chtml if pinemode="function_key"-->
10927 (F11)
10928 <!--chtml else-->
10930 <!--chtml endif-->
10931 </DT>
10932 <DD>Save to your address book:
10933 <UL>
10934 <LI>the result of the search (as just found through your query) for the 
10935 selected entry; or 
10936 <LI>the selected entry for repeated Directory Server searching when used 
10937 in the future.
10938 </UL>
10939 or<BR>
10940 Export to a file (external to Alpine):
10941 <UL>
10942 <LI>the full information for the selected entry; or
10943 <LI>the email address from the selected entry; or
10944 <LI>the selected entry in <A HREF="h_whatis_vcard">vCard</A> format.
10945 </UL>
10946 <DT>WhereIs
10947 <!--chtml if pinemode="function_key"-->
10948 (F12)
10949 <!--chtml else-->
10951 <!--chtml endif-->
10952 </DT>
10953 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
10954 displayed text, not the full records for each entry.)  
10955 </DL>
10956 &lt;End of help on this topic&gt;
10957 </BODY>
10958 </HTML>
10959 ============= h_address_select ========================
10960 <HTML>
10961 <HEAD>
10962 <TITLE>SEARCH RESULTS INDEX</TITLE>
10963 </HEAD>
10964 <BODY>
10965 <H1>SEARCH RESULTS INDEX</H1>
10966 This screen shows the results, if any, of your Directory Server search.  
10967 Commands (besides those for screen navigation) are:
10968 <DL>
10969 <DT>Select
10970 </DT>
10971 <DD>Select this entry for use.
10973 <DT>ExitSelect
10974 <DD>Exit without selecting any of the entries.
10976 <DT>WhereIs
10977 </DT>
10978 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
10979 displayed text, not the full records for each entry.)  
10980 </DL>
10981 &lt;End of help on this topic&gt;
10982 </BODY>
10983 </HTML>
10984 ===== h_folder_maint =====
10985 <HTML>
10986 <HEAD>
10987 <TITLE>Help for Folder List</TITLE>
10988 </HEAD>
10989 <BODY>
10990 <H1>FOLDER LIST COMMANDS</H1>
10991 <!--chtml if pinemode="function_key"-->
10992 <PRE>
10993 Available Commands -- Group 1        Available Commands -- Group 2
10994 -------------------------------      ------------------------------
10995 F1  Show Help Text                    F1  Show Help Text               
10996 F2  See commands in next group        F2  See commands in next group  
10997 F3  MAIN MENU Screen                  F3  Quit Alpine                    
10998 F4  Select folder and view it         F4  MAIN MENU Screen
10999 F5  Move to previous folder
11000 F6  Move to next folder               F6  Specify a folder to go to
11001 F7  Show previous screen of listing   F7  Show MESSAGE INDEX of current folder
11002 F8  Show next screen of listing       F8  Compose a message
11003 F9  Add a new folder                  F9  Print folder listing
11004 F10 Delete selected folder
11005 F11 Rename selected folder
11006 F12 Whereis (search folder names)
11008 Available Commands -- Group 3
11009 F1  Show Help Text
11010 F2  See commands in next group
11011 F5  Go to next new message
11012     (or count recent messages if <A HREF="h_config_tab_checks_recent"><!--#echo var="FEAT_tab-checks-recent"--></A> is set)
11013 F8  Compose a message using roles
11014 F9  Export folder to a file
11015 F10 Import the file back to a folder
11016 </PRE>
11017 <!--chtml else-->
11018 <PRE>
11019 Navigating the Folder Screen            Operations on the Selected Folder
11020 ----------------------------            ---------------------------------
11021  P   Move to previous folder              V  View Index of selected folder
11022  N   Move to next folder                  D  Delete
11023  -   Show previous page of listing        R  Rename
11024 Spc  (space bar) Show next page           E  Export to file
11025                                           U  Import from file to folder
11027 FOLDER LIST Screen Commands              General Alpine Command
11028 ---------------------------              -----------------------
11029  A  Add a folder                          O  Show all other available commands
11030  G  Specify a folder to go to             ?  Show Help text
11031  I  Show MESSAGE INDEX of current folder  M  MAIN MENU Screen
11032  W  Whereis (search folder names)         Q  Quit Alpine
11033  %  Print folder listing                  C  Compose a message
11034                                           #  Compose a message using roles
11035 </PRE>
11036 <!--chtml endif-->
11038 These commands are only available in the FOLDER LIST screen when the 
11039 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot; 
11040 feature</A> is set in the SETUP CONFIGURATION screen:<DL>
11041 <DT>Select:</DT>
11042 <DD>Select folders by certain criteria:<UL>
11043 <LI>All: of limited use, since there is no Apply command.
11044 <LI>by Property: <UL>
11045         <LI>folder contains messages not yet seen 
11046         <LI>folder contains new messages
11047         <LI>folder contains exactly as many, more, or fewer messages 
11048 than a given number
11049         </UL>
11050 <LI>by Text: <UL>
11051         <LI>contained in name of folder (Name Select)
11052         <LI>contained in messages in folder (Content Select)
11053         </UL>
11054 </UL></DD>
11056 <DT>Select current:</DT>
11057 <DD>Select the folder the cursor is on.  (Can be used to &quot;manually&quot; 
11058 add one or more folders to a set created with the Select command described 
11059 above.)</DD>
11060 <DT>Zoom mode:</DT>
11061 <DD>Toggles display of only selected folders or all folders on and off.</DD>
11062 </DL>
11064 If the feature
11065 <A HREF="h_config_tab_checks_recent">&quot;<!--#echo var="FEAT_tab-checks-recent"-->&quot;</A>
11066 is set then the TAB key will display the number of recent messages and
11067 the total number of messages in the highlighted folder.
11069 The &quot;Export&quot; command causes the lowest common denominator style
11070 mailbox to be written to a file.
11071 If the file already exists, you are asked if you want to delete it.
11072 If you say No, then the operation is aborted.
11073 Export might be a reasonable way to store a backup or an archival copy of
11074 a folder.
11075 The exported-to file is a local file on the system where you are running Alpine.
11076 The &quot;Import&quot; command is the opposite of the Export command.
11077 It reads a file created by Export and asks where it should save it in your
11078 folders.
11079 This could be a new folder or an existing folder.
11080 If the folder already exists, the messages from the exported file will be
11081 appended to the folder.
11083 <CENTER>Description of the FOLDER LIST Screen</CENTER>
11085 The purpose of the FOLDER LIST screen is to help you browse and manage
11086 the folders and directories (also known as &quot;hierarchy&quot;)
11087 contained within a collection.
11090 Folders and directories are arranged alphabetically across lines of
11091 the screen.  Directories, if present, are denoted by a special
11092 character at the end of the name known as the hierarchy delimiter
11093 (typically, &quot;/&quot;).  By default, folders and directories are
11094 mixed together.  The
11095 "<A HREF="h_config_fld_sort_rule"><!--#echo var="VAR_folder-sort-rule"--></A>"
11096 configuration option can be used to group directories toward the 
11097 beginning or end of the list.
11100 The Next/Prev Page commands help browse the list, the Next/Prev Fldr
11101 commands change the &quot;selected&quot; (i.e., highlighted) folder or
11102 directory, and the View Fldr/Dir commands will &quot;open&quot; the
11103 selected item.  Folder and directory management is provided via the
11104 Rename, Delete and Add commands.
11106 <P><CENTER>About Folders</CENTER>
11107 What are Folders?<P>
11109 Folders are simply files where messages are kept.  Every message has to be
11110 in a folder.  Most every Alpine user starts out with 3 folders: an INBOX, a
11111 folder for sent mail and a folder for saved messages.<P>
11113 You may create as many other folders as you wish.  They must be given
11114 names that can be filenames on the filesystem.  
11117 You can move messages from one folder to another by opening the original
11118 folder and saving messages into the other folder just as you can save
11119 message from your INBOX to any other folder.<P>
11121 Folders are typically just files in the filesystem.  However, the files
11122 that are
11123 folders have some special formatting in them (so that Alpine knows where one
11124 message ends and another begins) and should <EM>not</EM> be edited outside of
11125 Alpine.  If you want copies of your messages in text files that you can edit
11126 or otherwise manipulate, use the Export command to copy them from Alpine into
11127 your regular file area.
11130 FOR MORE INFORMATION: See the section on
11131 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11133 <CENTER>About Directories</CENTER>
11135 A directory is simply a container used to group folders within a
11136 folder list.  You can create as many directories as you like.  And 
11137 directories can even contain directories themselves.
11140 SPECIAL NOTES: When accessing folders on an IMAP server, it is important
11141 to note that not all IMAP servers support directories.  If you find that
11142 the Add command fails to offer the &quot;Create Directory&quot; subcommand,
11143 then it's likely that directories are not supported by the server serving
11144 in that collection.
11147 Similarly, servers that do provide for directories may not do so in
11148 the same way.  On some servers, for example, each folder name you
11149 create is at the same time capable of being a directory.  When this
11150 happens, Alpine will display both the folder name and the name of the
11151 directory (with trailing hierarchy delimiter) in the folder list.
11154 Another issue with IMAP access, though with a much smaller set of servers,
11155 is that not all servers accept the request to list out the available
11156 folders and directories in the same way.  If you find yourself having
11157 trouble viewing folders on your server, you might investigate the
11158 &quot;<A HREF="h_config_lame_list_mode"><!--#echo var="FEAT_enable-lame-list-mode"--></A>&quot;
11159 feature.
11161 <UL>
11162 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11163 </UL>
11165 &lt;End of help on this topic&gt;
11166 </BODY>
11167 </HTML>
11168 ========= h_valid_folder_names ========
11169 <HTML>
11170 <HEAD>
11171 <TITLE>Explanation of Valid Folder Names</TITLE>
11172 </HEAD>
11173 <BODY>
11174 <H1>Folder Name Syntax Explained</H1>
11176 Once your folder collections are defined, you can usually refer to
11177 folders by their simple (unqualified) name, or pick from a FOLDER LIST
11178 display.  However, understanding the complete syntax for folder names,
11179 both local and remote, is handy when using the Goto command and when
11180 you are adding new folder collections via the Setups/collectionList screen.
11182 An Alpine folder name looks like
11185 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;]&lt;namespace-specific-part&gt;</SAMP></CENTER>
11188 The square brackets ([]) mean that the part is optional.
11191 If there is no remote-specification, then the folder name is interpreted
11192 locally on the computer running Alpine.
11193 Local folder names depend on the operating system used by the computer 
11194 running Alpine, as well as the configuration of that system.  For example,
11195 &quot;C:&#92;PINE&#92;FOLDERS&#92;OCT-94&quot; might exist on a PC, and
11196 &quot;~/mail/september-1994&quot; might be a reasonable folder name on a
11197 system running Unix.
11200 Alpine users have the option of using folders that are stored on some other
11201 computer.  Alpine accesses remote folders via IMAP (the Internet Message
11202 Access Protocol), or in the case of news, via NNTP (the Network News
11203 Transport Protocol).  To be able to access remote folders in Alpine, the
11204 remote host must be running the appropriate server software (imapd or
11205 nntpd) and you must correctly specify the name of the folder to Alpine,
11206 including the domain name of the remote machine. For example,
11208 <CENTER><SAMP>&#123;monet.art.example.com}INBOX</SAMP></CENTER>
11210 could be a remote folder specification, and so could
11212 <CENTER><SAMP>&#123;unixhost.art.example.com}~/mail/september-1994</SAMP></CENTER>
11215 <CENTER><SAMP>&#123;winhost.art.example.com}&#92;mymail&#92;SEP-94</SAMP></CENTER>
11217 Note that in the case of remote folders, the directory/file path in the specification is 
11218 determined by the operating system of the remote computer, <B>not</B> by
11219 the operating system of the computer on which you are running Alpine.
11221 As you can tell, the name of the computer is in &#123;} brackets
11222 followed immediately by the name of the folder.  (In each of these cases the
11223 optional namespace is missing.)  If, as in these
11224 examples, there is no remote access protocol specified, then IMAP is
11225 assumed.  Check
11226 <A HREF="h_folder_server_syntax">here</A>
11227 for a more detailed look at what options can be placed between the brackets.
11228 If there are no brackets at all, then the folder name is interpreted locally
11229 on the computer on which you are running Alpine.
11232 To the right of the brackets when a server name is present, or at the
11233 start of the foldername if no server is present, the sharp sign,
11234 &quot;#&quot;, holds special meaning.  It indicates a folder name
11235 outside the area reserved for your personal folders.  In fact, it's
11236 used to indicate both the name of the folder, and a special phrase
11237 telling Alpine how to interpret the name that follows.
11240 So, for example, Alpine can be used to access a newsgroup that might be 
11241 available on your computer using:
11243 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
11245 The sharp sign indicates the folder name is outside your personal
11246 folder area.  The &quot;news.&quot; phrase after it tells Alpine to 
11247 interpret the remainder of the name as a newsgroup.
11250 Similarly, to access a newsgroup on your IMAP server, you might
11251 use something like:
11253 <CENTER><SAMP>&#123;wharhol.art.example.com}#news.comp.mail.misc</SAMP></CENTER>
11256 There are a number of such special phrases (or &quot;namespaces&quot;)
11257 available.  For a more detailed explanation read about
11258 <A HREF="h_folder_name_namespaces">Namespaces</A>.
11261 Note that &quot;INBOX&quot; has special meaning in both local and remote folder
11262 names.  The name INBOX refers to your &quot;principal incoming
11263 message folder&quot; and will be mapped to the actual file name used for your
11264 INBOX on any given host.  Therefore, a name like
11265 &quot;&#123;xxx.art.example.com}INBOX&quot; refers to whatever file is used to
11266 store incoming mail for you on that particular host.
11269 &lt;End of help on this topic&gt;
11270 </BODY>
11271 </HTML>
11272 ======= h_folder_name_namespaces =======
11273 <HTML>
11274 <HEAD>
11275 <TITLE>FOLDER NAME NAMESPACES EXPLAINED</TITLE>
11276 </HEAD>
11277 <BODY>
11278 <H1>Folder Name Namespaces Explained</H1>
11280 An Alpine folder name looks like
11283 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;][&lt;namespace-specific-part&gt;]</SAMP></CENTER>
11286 The local part of a folder name has an optional &quot;Namespace&quot; which
11287 tells Alpine how to interpret the rest of the name.
11289 <P> 
11290 By default the folder name is interpreted as defining a section of your personal
11291 folder area.  This area and how you specify it are defined by the
11292 server, if one is specified, or, typically, the home
11293 directory, if no server is defined.
11296 If a namespace is specified, it begins with the
11297 sharp, &quot;#&quot;, character followed by the name of the namespace
11298 and then the namespace's path-element-delimiter.  Aside from the
11299 path's format, namespaces can also imply access rights, content
11300 policy, audience, location, and, occasionally, access methods.
11303 Each server exports its own set (possibly of size one) of 
11304 namespaces.  Hence, it's likely communication with your server's
11305 administrator will be required for specific configurations.  Some of
11306 the more common namespaces, however, include:
11308 <DL>
11309 <DT>#news.</DT>
11310 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
11311 names are hierarchically defined with each level delimited by a period.
11313 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
11315 </DD>
11316 <DT>#public/</DT>
11317 <DD>This specifies a folder area that the server may export to the general
11318 public.
11319 </DD>
11320 <DT>#shared/</DT>
11321 <DD>This specifies a folder area that the server may export to groups
11322 of users.
11323 </DD>
11324 <DT>#ftp/</DT>
11325 <DD>This specifies a folder area that is the same as that it may have 
11326 exported via the &quot;File Transfer Protocol&quot;.
11327 </DD>
11328 <DT>#mh/</DT>
11329 <DD>This specifies the personal folder area associated with folders
11330 and directories that were created using the MH message handling system.
11331 </DD>
11332 <DT>#move/</DT>
11333 <DD>This namespace is interpreted locally by Alpine. It has an unusual interpretation and format.
11335 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
11337 The #move namespace is followed by two folder names separated by a delimiter
11338 character.
11339 The delimiter character may be any character that does not appear in
11340 the MailDropFolder name.
11341 The meaning of #move is that mail will be copied from the MailDropFolder to
11342 the DestinationFolder and then deleted (if possible) from the MailDropFolder.
11343 Periodic checks at frequency
11344 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A>, but with a minimum
11345 time between checks set by
11346 <A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>,
11347 are made for new mail arriving in the MailDropFolder.
11348 An example that copies mail from a POP inbox to a local folder follows
11350 <CENTER><SAMP>#move+{popserver.example.com/pop3/ssl}inbox+local folder</SAMP></CENTER>
11352 To you it appears that mail is being delivered to the local folder when it
11353 is copied from the MailDropFolder, and you read mail from the local folder.
11355 Note that if the DestinationFolder does not exist then the messages are not
11356 copied from the MailDropFolder.
11357 A #move folder may only be used as an
11358 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
11359 an Inbox.
11360 When you are in the FOLDER LIST of Incoming Message Folders (after turning
11361 on the
11362 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
11363 option)
11364 the Add command has a subcommand &quot;Use Mail Drop&quot;
11365 which may be helpful for defining the folder in your Alpine configuration.
11366 The same is true when you edit the
11367 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
11368 option in Setup/Config.
11369 Each of these configuration methods will also create the DestinationFolder
11370 if it doesn't already exist.
11371 If you are having problems, make sure the DestinationFolder exists.
11372 You may find some more useful information about Mail Drops at
11373 <A HREF="h_maildrop">What is a Mail Drop?</A>.
11374 </DD>
11375 </DL>
11378 In addition, the server may support access to other user's folders,
11379 provided you have suitable permissions.  Common methods use a prefix
11380 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
11381 indicate the root of the other user's folder area.
11384 No, nothing's simple.
11387 &lt;End of help on this topic&gt;
11388 </BODY>
11389 </HTML>
11390 ============= h_whatis_vcard ========================
11391 <HTML>
11392 <HEAD>
11393 <TITLE>VCARD EXPLAINED</TITLE>
11394 </HEAD>
11395 <BODY>
11396 <H1>What is the vCard format?</H1>
11397 A &quot;vCard&quot; is a sort of electronic business card, for exchanging 
11398 information about and among people and organizations electronically.  
11399 More information about vCard can be found (as of May 1998) on the WWW site 
11400 of the Internet Mail Consortium at the URL:
11402 <CENTER><A HREF="http://www.imc.org/pdi/">http://www.imc.org/pdi/</A></CENTER>
11404 &lt;End of help on this topic&gt;
11405 </BODY>
11406 </HTML>
11407 ===== h_folder_open =====
11408 <HTML>
11409 <HEAD>
11410 <TITLE>Explanation of Folder Selection</TITLE>
11411 </HEAD>
11412 <BODY>
11413 <BR>
11414 <BR>
11415 This screen is designed to allow you to quickly and easily survey your
11416 folders and select one to open.
11417 <!--chtml if pinemode="function_key"-->
11418 <PRE>
11419 Navigating the List of Folders             General Alpine Commands
11420 ------------------------------             -----------------------
11421  P   Move to previous folder               ?   Show this help text
11422  N   Move to next folder
11423  -   Show previous screen of folders
11424 Spc  (space bar) Show next screen
11425  W   WhereIs (search folder names)
11427 Folder Selection Commands
11428 -------------------------
11429  E   Exit the Folder Select menu (without selecting a folder)
11430  S   Select the currently highlighted folder
11431 </PRE>
11432 <!--chtml else-->
11433 <PRE>
11434 Navigating the List of Folders             General Alpine Commands
11435 ------------------------------             -----------------------
11436 F5   Move to previous folder               F1  Show this help text
11437 F6   Move to next folder
11438 F7   Show previous screen of folders
11439 F8   Show next screen of folders
11440 F12  WhereIs (search folder names)
11442 Folder Selection Commands
11443 -------------------------
11444 F3   Exit the Folder Select menu (without selecting a folder)
11445 F4   Select the currently highlighted folder
11446 </PRE>
11447 <!--chtml endif-->
11449 FOR MORE INFORMATION: See the section on
11450 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11452 &lt;End of help on this topic&gt;
11453 </BODY>
11454 </HTML>
11455 ===== h_folder_subscribe =====
11456 <HTML>
11457 <HEAD>
11458 <TITLE>Newsgroup Subcribe Screen explained</TITLE>
11459 </HEAD>
11460 <BODY>
11461 <H1>FOLDER SUBSCRIBE HELP</H1>
11463 This screen is designed to help you subscribe to newsgroups you are
11464 not currently subscribed to.  The screen display is a list of all
11465 available newsgroups (or possibly a partial list if you specified a
11466 partial name when entering the screen).  Groups you have already
11467 subscribed to have the letters &quot;SUB&quot; next to them.  You may
11468 select a single new group to subscribe to by moving the cursor to that
11469 group and pressing &quot;S&quot; or carriage return.  Alternatively,
11470 you may change into ListMode with the &quot;ListMode&quot; command.
11471 The display will change slightly so that each group has a checkbox in
11472 front of it.  Use the cursor and the Set/Unset command to place an
11473 &quot;X&quot; in front of each newsgroup you wish to subscribe to.
11476 When you are finished marking groups, the &quot;Subscribe&quot;
11477 command will subscribe you to those groups you have marked.  Note, you
11478 may not unsubscribe to groups with this command.  Instead of the
11479 &quot;A&quot; &quot;Subscribe&quot; command, use the &quot;D&quot;
11480 UnSbscrbe command.
11483 <!--chtml if pinemode="function_key"-->
11484 <PRE>
11485 Navigating the List of Newsgroups          General Alpine Commands
11486 ---------------------------------          -----------------------
11487 F5   Move to previous group                F1   Show this help text
11488 F6   Move to next group
11489 F7   Show previous screen of groups
11490 F8   Show next screen of groups
11491 F12  WhereIs (search group names)
11492 F9   Use ListMode
11494 Group Selection Commands
11495 -------------------------
11496 F3  Exit the News Subscribe menu (without selecting any groups)
11497 F4  Subscribe to the currently highlighted newsgroup
11498 </PRE>
11499 <!--chtml else-->
11500 <PRE>
11501 Navigating the List of Newsgroups          General Alpine Commands
11502 ---------------------------------          -----------------------
11503  P   Move to previous group                ?   Show this help text
11504  N   Move to next group
11505  -   Show previous screen of groups
11506 Spc  (space bar) Show next screen
11507  W   WhereIs (search group names)
11508  L   Use ListMode
11510 Group Selection Commands
11511 -------------------------
11512  E   Exit the News Subscribe menu (without selecting any groups)
11513  S   Subscribe to the currently highlighted newsgroup
11514 </PRE>
11515 <!--chtml endif-->
11517 When in ListMode, there is an additional command for marking groups to
11518 subscribe to:
11520 <!--chtml if pinemode="function_key"-->
11521 <PRE>
11522 ListMode Commands
11523 -------------------------
11524 F9  Set or unset the highlighted group
11525 </PRE>
11526 <!--chtml else-->
11527 <PRE>
11528 ListMode Commands
11529 -------------------------
11530 X   Set or unset the highlighted group
11531 </PRE>
11532 <!--chtml endif-->
11534 &lt;End of help on this topic&gt;
11535 </BODY>
11536 </HTML>
11537 ===== h_folder_postnews =====
11538 <HTML>
11539 <HEAD>
11540 <TITLE>Newsgroup selecting for Posting explained</TITLE>
11541 </HEAD>
11542 <BODY>
11543 This screen is designed to allow you to quickly and easily survey
11544 the available newsgroups and select one to post news to.
11546 <!--chtml if pinemode="function_key"-->
11547 <PRE>
11548 Navigating the List of Newsgroups          General Alpine Commands
11549 ---------------------------------          -----------------------
11550 F5   Move to previous group                F1  Show this help text
11551 F6   Move to next group
11552 F7   Show previous screen of groups
11553 F8   Show next screen of groups
11554 F12  WhereIs (search group names)
11556 Group Selection Commands
11557 -------------------------
11558 F3   Exit the Selection menu (without selecting a group)
11559 F4   Select the currently highlighted newsgroup
11560 </PRE>
11561 <!--chtml else-->
11562 <PRE>
11563 Navigating the List of Newsgroups          General Alpine Commands
11564 ---------------------------------          -----------------------
11565  P   Move to previous group                ?  Show this help text
11566  N   Move to next group
11567  -   Show previous screen of groups
11568 Spc  (space bar) Show next screen of groups
11569  W   WhereIs (search group names)
11571 Group Selection Commands
11572 -------------------------
11573  E   Exit the Selection menu (without selecting a group)
11574  S   Select the currently highlighted newsgroup
11575 </PRE>
11576 <!--chtml endif-->
11578 &lt;End of help on this topic&gt;
11579 </BODY>
11580 </HTML>
11581 ===== h_folder_save =====
11582 <HTML>
11583 <HEAD>
11584 <TITLE>Folder Select for Save Explained</TITLE>
11585 </HEAD>
11586 <BODY>
11587 This screen is designed to allow you to quickly and easily survey your
11588 folders and select one to use for saving the current message.
11591 <!--chtml if pinemode="function_key"-->
11592 <PRE>
11593 Navigating the List of Folders             General Alpine Commands
11594 ------------------------------             -----------------------
11595 F5   Move to previous folder               F1  Show this help text
11596 F6   Move to next folder
11597 F7   Show previous screen of folders
11598 F8   Show next screen of folders
11599 F12  WhereIs (search folder names)
11601 Folder Selection Commands
11602 -------------------------
11603 F3   Exit the Folder Select menu (without selecting a folder)
11604 F4   Select the currently highlighted folder
11605 F11  AddNew folder (just like Select, but you type in a new folder name)
11606 </PRE>
11607 <!--chtml else-->
11608 <PRE>
11609 Navigating the List of Folders             General Alpine Commands
11610 ------------------------------             -----------------------
11611  P   Move to previous folder               ?  Show this help text
11612  N   Move to next folder
11613  -   Show previous screen of folders
11614 Spc  (space bar) Show next screen of folders
11615  W   WhereIs (search folder names)
11617 Folder Selection Commands
11618 -------------------------
11619  E   Exit the Folder Select menu (without selecting a folder)
11620  S   Select the currently highlighted folder
11621  A   AddNew folder (just like Select, but you type in a new folder name)
11622 </PRE>
11623 <!--chtml endif-->
11625 FOR MORE INFORMATION: See the section on
11626 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11628 &lt;End of help on this topic&gt;
11629 </BODY>
11630 </HTML>
11631 ===== h_folder_fcc =====
11632 <HTML>
11633 <HEAD>
11634 <TITLE>Folder Select for Fcc Explained</TITLE>
11635 </HEAD>
11636 <BODY>
11637 This screen is designed to allow you to quickly and easily survey your
11638 folders and select one to use as the file carbon copy (fcc) for the
11639 current message.
11642 <!--chtml if pinemode="function_key"-->
11643 <PRE>
11644 Navigating the List of Folders             General Alpine Commands
11645 ------------------------------             -----------------------
11646 F5   Move to previous folder               F1  Show this help text
11647 F6   Move to next folder
11648 F7   Show previous screen of folders
11649 F8   Show next screen of folders
11650 F12  WhereIs (search folder names)
11652 Folder Selection Commands
11653 -------------------------
11654 F3   Exit the Folder Select menu (without selecting a folder)
11655 F4   Select the currently highlighted folder
11656 F11  AddNew folder (just like Select, but you type in a new folder name)
11657 </PRE>
11658 <!--chtml else-->
11659 <PRE>
11660 Navigating the List of Folders             General Alpine Commands
11661 ------------------------------             -----------------------
11662  P   Move to previous folder               ?  Show this help text
11663  N   Move to next folder
11664  -   Show previous screen of folders
11665 Spc  (space bar) Show next screen of folders
11666  W   WhereIs (search folder names)
11668 Folder Selection Commands
11669 -------------------------
11670  E   Exit the Folder Select menu (without selecting a folder)
11671  S   Select the currently highlighted folder
11672  A   AddNew folder (just like Select, but you type in a new folder name)
11673 </PRE>
11674 <!--chtml endif-->
11676 FOR MORE INFORMATION: See the section on
11677 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11679 &lt;End of help on this topic&gt;
11680 </BODY>
11681 </HTML>
11682 ===== h_folder_pattern_roles =====
11683 <HTML>
11684 <HEAD>
11685 <TITLE>Folder Select for Current Folder Explained</TITLE>
11686 </HEAD>
11687 <BODY>
11688 This screen is designed to allow you to quickly and easily survey your
11689 folders and select one to use as the specific Current Folder
11690 in a Pattern.
11693 <!--chtml if pinemode="function_key"-->
11694 <PRE>
11695 Navigating the List of Folders             General Alpine Commands
11696 ------------------------------             -----------------------
11697 F5   Move to previous folder               F1  Show this help text
11698 F6   Move to next folder
11699 F7   Show previous screen of folders
11700 F8   Show next screen of folders
11701 F12  WhereIs (search folder names)
11703 Folder Selection Commands
11704 -------------------------
11705 F3   Exit the Folder Select menu (without selecting a folder)
11706 F4   Select the currently highlighted folder
11707 F11  AddNew folder (just like Select, but you type in a new folder name)
11708 </PRE>
11709 <!--chtml else-->
11710 <PRE>
11711 Navigating the List of Folders             General Alpine Commands
11712 ------------------------------             -----------------------
11713  P   Move to previous folder               ?  Show this help text
11714  N   Move to next folder
11715  -   Show previous screen of folders
11716 Spc  (space bar) Show next screen of folders
11717  W   WhereIs (search folder names)
11719 Folder Selection Commands
11720 -------------------------
11721  E   Exit the Folder Select menu (without selecting a folder)
11722  S   Select the currently highlighted folder
11723  A   AddNew folder (just like Select, but you type in a new folder name)
11724 </PRE>
11725 <!--chtml endif-->
11727 FOR MORE INFORMATION: See the section on
11728 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11730 &lt;End of help on this topic&gt;
11731 </BODY>
11732 </HTML>
11733 ===== h_folder_stayopen_folders =====
11734 <HTML>
11735 <HEAD>
11736 <TITLE>Folder Select Explained</TITLE>
11737 </HEAD>
11738 <BODY>
11739 This screen is designed to allow you to quickly and easily survey your
11740 folders and select one to use as a Stay-Open folder.
11743 <!--chtml if pinemode="function_key"-->
11744 <PRE>
11745 Navigating the List of Folders             General Alpine Commands
11746 ------------------------------             -----------------------
11747 F5   Move to previous folder               F1  Show this help text
11748 F6   Move to next folder
11749 F7   Show previous screen of folders
11750 F8   Show next screen of folders
11751 F12  WhereIs (search folder names)
11753 Folder Selection Commands
11754 -------------------------
11755 F3   Exit the Folder Select menu (without selecting a folder)
11756 F4   Select the currently highlighted folder
11757 F11  AddNew folder (just like Select, but you type in a new folder name)
11758 </PRE>
11759 <!--chtml else-->
11760 <PRE>
11761 Navigating the List of Folders             General Alpine Commands
11762 ------------------------------             -----------------------
11763  P   Move to previous folder               ?  Show this help text
11764  N   Move to next folder
11765  -   Show previous screen of folders
11766 Spc  (space bar) Show next screen of folders
11767  W   WhereIs (search folder names)
11769 Folder Selection Commands
11770 -------------------------
11771  E   Exit the Folder Select menu (without selecting a folder)
11772  S   Select the currently highlighted folder
11773  A   AddNew folder (just like Select, but you type in a new folder name)
11774 </PRE>
11775 <!--chtml endif-->
11777 FOR MORE INFORMATION: See the section on
11778 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11780 &lt;End of help on this topic&gt;
11781 </BODY>
11782 </HTML>
11783 ===== h_folder_action_roles =====
11784 <HTML>
11785 <HEAD>
11786 <TITLE>Folder Select Explained</TITLE>
11787 </HEAD>
11788 <BODY>
11789 This screen is designed to allow you to quickly and easily survey your
11790 folders and select one to use as the folder into which messages
11791 matching this filter will be moved.
11794 <!--chtml if pinemode="function_key"-->
11795 <PRE>
11796 Navigating the List of Folders             General Alpine Commands
11797 ------------------------------             -----------------------
11798 F5   Move to previous folder               F1  Show this help text
11799 F6   Move to next folder
11800 F7   Show previous screen of folders
11801 F8   Show next screen of folders
11802 F12  WhereIs (search folder names)
11804 Folder Selection Commands
11805 -------------------------
11806 F3   Exit the Folder Select menu (without selecting a folder)
11807 F4   Select the currently highlighted folder
11808 F11  AddNew folder (just like Select, but you type in a new folder name)
11809 </PRE>
11810 <!--chtml else-->
11811 <PRE>
11812 Navigating the List of Folders             General Alpine Commands
11813 ------------------------------             -----------------------
11814  P   Move to previous folder               ?  Show this help text
11815  N   Move to next folder
11816  -   Show previous screen of folders
11817 Spc  (space bar) Show next screen of folders
11818  W   WhereIs (search folder names)
11820 Folder Selection Commands
11821 -------------------------
11822  E   Exit the Folder Select menu (without selecting a folder)
11823  S   Select the currently highlighted folder
11824  A   AddNew folder (just like Select, but you type in a new folder name)
11825 </PRE>
11826 <!--chtml endif-->
11828 FOR MORE INFORMATION: See the section on
11829 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11831 &lt;End of help on this topic&gt;
11832 </BODY>
11833 </HTML>
11834 ===== h_abook_config =====
11835 <HTML>
11836 <HEAD>
11837 <TITLE>SETUP ADDRESS BOOKS SCREEN</TITLE>
11838 </HEAD>
11839 <BODY>
11840 <H1>SETUP ADDRESS BOOKS SCREEN</H1>
11841 <H2>SETUP ADDRESS BOOKS COMMANDS</H2>
11842 <!--chtml if pinemode="function_key"-->
11843 <PRE>
11844 Available  Commands                        
11845 -------------------------------            
11846 F1  Show Help Text                         
11847 F3  Back to MAIN Alpine menu                 
11848 F4  Change configuration for address book  
11849 F5  Move to previous address book          
11850 F6  Move to next address book              
11851 F7  Previous page of address books         
11852 F8  Next page of address books             
11853 F9  Add new address book                   
11854 F10 Delete existing address book           
11855 F11 Shuffle the order of address books     
11856 F12 Whereis (search address book titles)   
11857 </PRE>
11858 <!--chtml else-->
11859 <PRE>
11860 Navigation                     General Alpine Commands
11861 -----------------------        -----------------------
11862  P  Prev Address Book           ?  Display this help text
11863  N  Next Address Book           E  Back to MAIN Alpine menu
11864  -  Previous page
11865 Spc (space bar) Next page
11866  W  WhereIs (search for word in address book titles)
11868 Setup Address Books Commands
11869 ------------------------------------------------
11870  A  Add new address book          $  Shuffle the order of address books
11871  D  Delete existing address book  C  Change configuration for address book
11872 </PRE>
11873 <!--chtml endif-->
11875 <H2>Description of the Setup Address Books Screen</H2>
11877 This screen lets you add, delete, modify, or change the order of your
11878 address books.  The &quot;Add Abook&quot; command brings up a blank form to 
11879 fill in.  If you are adding a remote address book on an IMAP server
11880 you should fill in the name of the IMAP server.  Otherwise, leave
11881 that field blank.  (Note that remote IMAP address books are an Alpine
11882 concept and are unlikely to interoperate with other mail clients.)
11883 For a remote address book, fill in the name of the remote folder
11884 in the Folder field.  This should be a folder that is used only for
11885 this one purpose, not a general purpose folder you expect to store
11886 messages in.
11887 <P>If you are adding a local address book, fill in the
11888 Folder Name field with a local file name (e.g., .addressbook).
11890 <B>Please note:</B> Remote address books stored on an IMAP server are 
11891 of an entirely different format (namely, a special-purpose 
11892 &quot;mail folder&quot;) than that of the local addressbook familiar 
11893 to Alpine users.  Therefore, 
11894 you cannot use &quot;add a remote address book&quot; to make an existing 
11895 Alpine .addressbook file you may have on a remote IMAP server accessible to 
11896 Alpine running on a different host.  
11899 The &quot;Del Abook&quot; command allows you to remove an address book
11900 from your configuration.  It will also ask you if you wish to remove
11901 the data for that address book, which would erase all traces of the
11902 address book if you answer Yes.
11905 The &quot;Change&quot; command is similar to the &quot;Add Abook&quot; command.
11906 The difference is that instead of adding a new address book to your
11907 configuration, you are changing the configuration of an existing entry.
11908 For example, you might want to correct a typing error or change a
11909 nickname.  The &quot;Change&quot; command is not a move command.  If you
11910 change the folder name or server name the data will not be moved for you.
11913 The &quot;Shuffle&quot; command is used for two purposes.  If you shuffle
11914 an address book toward another address book in the same group then
11915 the order of those two address books will be swapped.  If you shuffle
11916 the last Personal address book down towards the Global address book
11917 section, it will become a Global address book.  If you shuffle
11918 the first Global address book up it will become a Personal address
11919 book.  The main difference between Personal and Global address
11920 books is that Global address books are forced read-only.
11921 <P><UL>
11922 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11923 </UL>
11925 &lt;End of help on this topic&gt;
11926 </BODY>
11927 </HTML>
11928 ===== h_abook_top =====
11929 <HTML>
11930 <HEAD>
11931 <TITLE>ADDRESS BOOK LIST COMMANDS</TITLE>
11932 </HEAD>
11933 <BODY>
11934 <H1>ADDRESS BOOK LIST COMMANDS</H1>
11935 <!--chtml if pinemode="function_key"-->
11936 <PRE>
11937 Available  Commands -- Group 1         Available Commands -- Group 2
11938 -------------------------------        ------------------------------
11939 F1  Show Help Text                      F1  Show Help Text
11940 F2  See commands in next group          F2  See commands in next group
11941 F3  Exit to MAIN MENU                   F3  Quit Alpine
11942 F4  View/Edit selected address book
11943 F5  Move to previous address book       F5  FOLDER LIST screen
11944 F6  Move to next address book           F6  Specify a folder to go to
11945 F7  Previous page                       F7  MESSAGE INDEX screen
11946 F8  Next page                           F9  Print list of address books
11947 F12 Whereis (search for word)
11948 </PRE>
11949 <!--chtml else-->
11950 <PRE>
11951 Navigation                       General Alpine Commands
11952 -----------------------          -----------------------
11953  P  Previous Entry                ?  Display this help text
11954  N  Next Entry                    O  Show all other available commands
11955  -  Previous page                 &lt;  Back to MAIN Alpine menu
11956 Spc (space bar) Next page         Q  Quit Alpine
11957  W  WhereIs (search for word)     L  FOLDER LIST screen
11958                                   G  Specify a folder to go to
11959 Address Book Commands             I  MESSAGE INDEX screen
11960 ------------------------------------------------
11961  &gt;  View/Edit selected address book
11962               or
11963  &gt;  Search on selected directory server
11965  %  Print list of address books and directory servers
11966 </PRE>
11967 <!--chtml endif-->
11969 <H2>Description of the Address Book List Screen</H2>
11971 From this screen you may choose which address book you wish to view
11972 or edit. For more information on address books, view one of your
11973 address books (with
11974 <!--chtml if pinemode="function_key"-->
11976 <!--chtml else-->
11977 &quot;&gt;&quot;
11978 <!--chtml endif-->)
11979 and see the Help Text there.<P>
11981 You may also choose a directory server on which to search for entries.
11982 You do that by highlighting the directory server line and using
11983 <!--chtml if pinemode="function_key"-->
11985 <!--chtml else-->
11986 &quot;&gt;&quot;
11987 <!--chtml endif-->.<P>
11989 If you wish to define new address books or directory servers go to the Main
11990 menu and choose Setup. You may then either choose to setup AddressBooks or
11991 Directory (among other things). It's possible that the Directory option
11992 will not be there if the Alpine you are using does not contain LDAP directory
11993 lookup functionality.
11995 <P><UL>
11996 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11997 </UL><P>
11998 &lt;End of help on this topic&gt;
11999 </BODY>
12000 </HTML>
12001 ===== h_abook_opened =====
12002 <HTML>
12003 <HEAD>
12004 <TITLE>THE ALPINE ADDRESS BOOK</TITLE>
12005 </HEAD>
12006 <BODY>
12007 <H1>THE ALPINE ADDRESS BOOK</H1>
12008 <H2>ADDRESS BOOK COMMANDS</H2>
12009 <PRE>
12010 <!--chtml if pinemode="function_key"-->
12011 Available  Commands -- Group 1         Available Commands -- Group 2   
12012 -------------------------------        ------------------------------  
12013 F1  Show Help Text                      F1  Show Help Text             
12014 F2  See commands in next group          F2  See commands in next group
12015 F3  Exit this screen                    F3  Quit Alpine                  
12016 F4  View/Edit selected entry            F4  Go to MAIN MENU screen     
12017 F5  Move to previous entry              F5  FOLDER LIST screen         
12018 F6  Move to next entry                  F6  Specify a folder to go to  
12019 F7  Previous page of address book       F7  MESSAGE INDEX screen        
12020 F8  Next page of address book           F8  Compose to entry using roles
12021 F9  Add new entry to address book       F9  Print address book         
12022 F10 Delete selected entry               F10 TakeAddr to another addrbook
12023 F11 Compose to selected entry           F11 Save or Export addrbook selections
12024 F12 Whereis (search address book)       F12 Forward entry by mail       
12026 Available Commands -- Group 3                                           
12027 ------------------------------                                          
12028 F3  Select                              F6  Zoom (or unZoom)            
12029 F5  Select Current                      F7  Apply Command to Selection  
12030 <!--chtml else-->
12031 Address Book Navigation        General Alpine Commands
12032 -----------------------        -----------------------
12033  P  Prev Address                  ?  Display this help text
12034  N  Next Address                  O  Show all other available commands
12035  -  Previous page of address book M  Back to MAIN MENU
12036 Spc (space bar) Next page         Q  Quit Alpine
12037  W  WhereIs (search for word      C  Compose message to selected addr
12038      or name in address book)     #  Compose to addr using roles
12039  &lt;  To List of Address Books if   L  FOLDER LIST screen
12040      more than one, else to MAIN  G  Specify a folder to go to
12041                                   I  MESSAGE INDEX screen
12043 Address Book Commands
12044 ----------------------------------------------------
12045  &gt;  View/Update selected entry    D  Delete selected entries
12046  %  Print address book            S  Save or Export address book selections
12047  F  Forward entries by mail       @  Add new entry to address book
12049  ;  Select command                Z  Toggle Zoom Mode
12050  :  Select highlighted entry      A  Apply command to selected entries
12052 <!--chtml endif-->
12053 </PRE>
12054 Note:  The presence or absence of the final four commands above is
12055 controlled by the option 
12056 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>.
12059 <H2>Description of the Address Book Screen</H2>
12061 This screen lets you edit and manage entries in your address book.  It
12062 also acts as a short-cut for composing messages to people in the address
12063 book.  When, from this screen, you press <!--chtml if pinemode="function_key"-->F11<!--chtml else-->&quot;C&quot;<!--chtml endif--> for ComposeTo, the
12064 message starts &quot;pre-addressed&quot; to whatever address book entry is
12065 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
12066 role to use in your composition.
12068 Alpine's address book helps you keep a list of addresses you send email to so
12069 you do not have to remember addresses that are often complex.  Each entry
12070 in the address book has five fields, all of them optional.  The three
12071 elements that are usually visible on the ADDRESS BOOK display, are: <DL>
12073         <P><DT>NICKNAME: <DD>A short easy-to-remember label to identify the entry.
12074         This is what you type in as you are addressing the message in the
12075         composer.  If there is a matching entry in your address book(s),
12076         Alpine will extract the corresponding FullName and Address fields to
12077         generate the actual address for your message.
12079         <P><DT>FULLNAME: <DD>A longer field where you can put the full name 
12080 of the
12081         person or organization.  Usually the full names are put in last
12082         name first so they sort nicely in alphabetical order.  Whatever
12083         you put as the name here will appear on the message when it is
12084         finally delivered.  Examples:<PRE>
12085            Garcia Marquez, Gabriel
12086            Henscheid, Eckhard
12087            Alpine-Info mailing list
12088            Library materials renewal requests
12089            Kim An-guk
12090            &quot;George III, King of Great Britain, 1738-1820&quot;
12091 </PRE>
12092 (In the second-to-last example, no comma is used in the name so that 
12093 the family name appears first in the address book and when the entry is 
12094 used in the composer.
12095 In the last example, retaining the commas is intended; 
12096 double-quotation marks surround the name to 
12097 prevent the transposition of its parts when the entry is used in 
12098 the composer.)
12100         <P><DT>ADDRESS: <DD>This is the actual email address itself.  This must be
12101         a valid Internet address that conforms to the Internet message
12102         header standard, RFC-822.  (See also <A HREF="h_address_format">Explanation of Address formats</A>.)</DL>
12104 The two fields that aren't usually visible are:<DL>
12106   <P><DT>FCC: <DD>The name of the folder you would like a copy of any outgoing
12107         message to this address to be saved in.  If this field is set, and
12108         this address is the first one in the message's To: header, then
12109         Alpine will use this folder name for the FCC in lieu of the normal
12110         FCC folder name.
12112   <P><DT>COMMENTS: <DD>This field contains arbitrary text for your convenience.
12113         </DL>
12115 Due to screen width limitations, these last two fields do not show up in
12116 the normal ADDRESS BOOK display.  You may select the 
12117 &quot;View/Update&quot; command to
12118 view or modify them.  You may use the configuration variable
12119 <A HREF="h_config_abook_formats">&quot;<!--#echo var="VAR_addressbook-formats"-->&quot;</A>
12120 to add these fields to your ADDRESS BOOK 
12121 display, or to modify the format of the display.
12123 <H2>Sorting the Address book</H2>
12125 By default, address book entries are sorted alphabetically on the full
12126 name with distribution lists sorted to the end.  Sorting can be changed by
12127 resetting the address book sort rule in the Alpine SETUP CONFIGURATION screen
12128 --assuming you have &quot;write&quot; permission for the address book file.
12130 Unlike the sorting of folders (which only changes presentation), sorting an
12131 address book actually changes the file as it is kept on the computer.  For
12132 this reason you won't be able to sort a shared or system-wide address
12133 book.
12135 <H2>Adding New Entries</H2>
12137 The easiest way to add new entries to your address book is to use the
12138 &quot;TakeAddr&quot; command when viewing a message.
12139 This command allows you to take addresses from the header and body of the
12140 message and put them into your address book, without having to type
12141 them in.
12144 To manually add a new entry from within the address book screen, use the AddNew
12145 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->&quot;@&quot;<!--chtml endif-->) command.
12146 Use this command both for adding a simple alias and for adding a
12147 distribution list.
12149 <H2>Distribution Lists</H2>
12151 Address book entries can be simple cases of aliases (a single nickname is linked
12152 to a single email address) or distribution lists (a single nickname
12153 pointing at more than one email address).  Each distribution list has a
12154 nickname, a full name and a list of addresses.  The addresses may be
12155 actual addresses or they may be other nicknames in your address book.
12156 They may even refer to other distribution lists.
12157 There's really no difference between a simple alias and a distribution list,
12158 other than the number of addresses.
12159 Therefore, you can turn a simple alias with one address into a distribution
12160 list simply by adding more addresses.
12161 To add entries to an existing list or alias
12162 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
12163 a single address from the list if the cursor is placed on the address;
12164 it will delete the entire distribution list if the cursor is on the
12165 nickname/fullname line.  View/Update may also be used to delete addresses
12166 from a list.
12168 Address field entries in distribution lists may take any one of three
12169 forms: a nickname existing in any of the defined address books, a normal
12170 address of the form &quot;jsmith@art.example.com&quot;, or a complete
12171 fullname/address combination, e.g. &quot;John Smith
12172 &lt;jsmith@art.example.com&gt;&quot;.
12174 Distribution lists in Alpine address books can only be used by the person or
12175 people who have access to that address book.  They are not usually used to
12176 implement discussion groups, but can be used to facilitate small
12177 discussion groups if all the participants have access to the same shared
12178 address book.
12180 <H2>FCC and Comments</H2>
12182 As mentioned above, each entry in the address book also has two other optional
12183 fields, Fcc and Comments.  The command to look at or change either of these
12184 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
12185 Comments field is just for your own use.  The Fcc field overrides the
12186 default Fcc if this address is the first one on the To line.  The WhereIs
12187 command may be used to search for particular strings in the address book,
12188 including fields that are not visible (like Comment and Fcc by default).
12190 <H2>Aggregate Operations</H2>
12192 If the feature
12193 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
12194 is turned on (the default), then the four commands &quot;Select&quot;,
12195 &quot;Select Current&quot;, &quot;Zoom&quot;, and &quot;Apply&quot;
12196 are available.  The two selection commands allow you to mark a set of
12197 address book entries as being selected.  If you have more than one address
12198 book, the selections may be in more than one of those address books.
12199 The &quot;Zoom&quot; command will toggle between displaying only the selected
12200 entries and all of the entries.  The &quot;Apply&quot; command allows you to
12201 apply one of the regular address book commands to all of the selected
12202 entries.  Usually the address book commands apply to only the entry
12203 highlighted by the cursor.  The &quot;Apply&quot; command works with the
12204 commands &quot;ComposeTo&quot;, &quot;Delete&quot;, &quot;Print&quot;, 
12205 &quot;Save&quot;, &quot;Forward&quot;, and &quot;Role&quot;.
12207 <H2>Exporting and Forwarding Address book entries</H2>
12209 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
12210 address book entry is placed in a plain text file in your home directory
12211 <!--chtml if pinemode="running"-->
12212 (which, in the present configuration of your system, is
12213  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
12214 <!--chtml endif-->
12215 or current working directory
12216 <!--chtml if pinemode="running"-->
12217 (which, at least for your current Alpine &quot;session,&quot; 
12218 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
12219 <!--chtml endif-->, depending on the 
12220 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
12221 configuration setting.  If you have some entries selected and use the
12222 Apply (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->&quot;A&quot;<!--chtml endif-->) Export command, all of the selected addresses will be
12223 placed in the text file.
12225 When you use the Forward (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->&quot;F&quot;<!--chtml endif-->) command, the currently highlighted
12226 address book entry is placed in a special attachment and you are put into
12227 the composer.  You can fill in some comments in the body of the message,
12228 if you'd like, and send it to somebody else who uses Alpine.  The recipient
12229 may use the TakeAddr command on that message to insert the address book
12230 entry you sent in their own address book.  If you have some entries
12231 selected and use the Apply Forward command all of the selected entries
12232 will be forwarded in a single message.  You may
12233 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.
12234 The recipient must be using Alpine in order to receive this correctly.
12235 One way for the recipient to handle this might be to create an empty
12236 address book and then &quot;Take&quot; your forwarded address book entries into
12237 that empty address book.
12239 <H2>Multiple and/or Site-Wide Address books</H2>
12241 You may have more than one personal address book.  In addition, there may
12242 be one or more global address books.  This capability allows you to have
12243 multiple personal address books (some of which may be shared) and it also
12244 allows system administrators to implement site-wide address books that
12245 contain entries for users on multiple machines within the organization.
12246 <P><DL>
12247 <DT>Searching
12248   <DD> If you enter a nickname when composing a message, your
12249   personal address books will be searched through in order, and then the
12250   global address book(s) searched. If more than one address book has an entry
12251   for the nickname, Alpine uses the first one that it finds, so an entry in
12252   your personal address book would override a global address book entry. If
12253   after searching all the address books there is still no match, (Unix) Alpine
12254   then searches the local host password file on the assumption that you have
12255   entered a local user name rather than an address book nickname.
12256   You may change the search order of your address books with the <!--chtml if pinemode="function_key"-->F3<!--chtml else-->$<!--chtml endif--> Shuffle
12257   command, but global address books are always searched after personal
12258   address books.
12260   <P><DT>Tab completion
12261   <DD> If the
12262   <A HREF="h_config_enable_tab_complete"><!--#echo var="FEAT_enable-tab-completion"--></A>
12263   feature is turned on (the default) then the Tab key may be used
12264   in the composer to complete partially typed nicknames in the To
12265   or Cc lines. You type the first few letters of a nickname and then
12266   press the Tab key. It there is only one nickname that matches it will
12267   be filled in by Alpine. If there is more than one the unambiguous part
12268   of the nicknames will be filled in. For example, if your address book or
12269   books contains only the two entries &quot;barley&quot; and &quot;barbecue&quot;
12270   beginning with the letters &quot;ba&quot;, then if you type &quot;ba&quot;
12271   followed by a Tab character Alpine will fill in &quot;bar&quot; and stop.
12272   If you then type a second Tab character you will be presented with a list
12273   of matching nicknames to select from. Alternatively, you could type another
12274   &quot;b&quot; resulting in &quot;barb&quot; and then a Tab would fill
12275   in the entire &quot;barbecue&quot; entry.
12277   <P><DT>Defining
12278   <DD> You define multiple personal address books in the 
12279   <A HREF="h_abook_config">SETUP AddressBooks</A> screen, which you may reach
12280   from the MAIN MENU.  
12281   You may add as many as you like.  Global address books are usually
12282   site-wide address books defined by the System administrator, but
12283   you may define global address books of your own just like you define
12284   personal address books.
12286   <P><DT>Creating and updating
12287   <DD> Personal address books are normally created empty
12288   and populated by explicit additions from within Alpine, e.g. via the
12289   TakeAddr command.  Unlike personal address books, global address books may
12290   not be modified/updated from within Alpine; that is, they are Read-Only.
12291   Thus, global address books are created, populated and updated outside of
12292   Alpine. They might be hand-edited, generated by a program from another
12293   database, or by copying an existing address book.  They might also be
12294   some other user's personal address book, and so be modified normally by
12295   that user but accessed Read-Only by you.  See the Alpine Technical
12296   Notes document (included in the Alpine distribution) for more information on
12297   this.
12299   <P><DT>Accessing
12300   <DD>There are two different types of address books in Alpine.
12301   A local address book is stored in a regular file and the normal file
12302   access permissions apply.  A remote address book is stored on an IMAP
12303   server in a special folder that contains only messages pertaining to
12304   that address book.  The last message in the remote folder contains a
12305   copy of the address book data, and that data is copied to a local cache
12306   file in your home directory.  From there it is accessed just like a local
12307   address book.  The name of the cache file is kept track of in a special
12308   file called the
12309   <A HREF="h_config_abook_metafile"><!--#echo var="VAR_remote-abook-metafile"--></A>,
12310   the name of which is stored in
12311   your Alpine configuration file the first time you use a remote address book.
12312   Just as local Alpine address books use a format that only Alpine understands,
12313   remote Alpine address books do the same and other mail reading programs
12314   are unlikely to be able to understand them.<P>
12315   While global address books are explicitly intended to be shared, there is
12316   nothing to prevent you from sharing a personal address book with other
12317   Alpine users. This might be useful in the case of a small workgroup.
12318   However, it is recommended that updates to shared personal address books
12319   be done when other Alpine users are not accessing the address book. Alpine
12320   does not do any file-locking to manage concurrent updates to the
12321   addressbook, but it does check to see if the file has been modified before
12322   making any changes.  Consequently, inadvertent concurrent updates will
12323   only cause other Alpine users to have to restart their address book
12324   operation, which will cause Alpine to reopen the updated file.
12326   <P><DT>Converting to Remote
12327   <DD>The easiest way to convert an existing local
12328   address book into a remote address book is to create an empty new remote
12329   personal address book by typing &quot;A&quot; to execute the
12330   &quot;Add Pers Abook&quot; command in the SETUP Addressbook screen.
12331   Make sure you add a <EM>personal</EM> address book, not a <EM>global</EM>
12332   address book.
12333   After you have added the empty
12334   remote address book, go into the screen for the address book you wish
12335   to copy and &quot;Select&quot; &quot;All&quot;.
12336   This selects every entry in that
12337   address book.  Then type the command &quot;Apply Save&quot;.
12338   You will be asked for the address book to save to.  You may use ^P and ^N
12339   to get to the new empty address book, then hit RETURN and the addresses
12340   will be copied.
12341   At this point you'll probably want to unselect all the entries in the local
12342   address book before proceeding. You do that with
12343   &quot;Select&quot; &quot;unselect All&quot;.
12345 </DL>
12346 <UL>
12347 <LI><A HREF="h_address_format">Explanation of Address formats</A>
12348 </UL>
12349 <P><UL>
12350 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
12351 </UL>
12353 &lt;End of help on this topic&gt;
12354 </BODY>
12355 </HTML>
12356 ===== h_abook_select_addr =====
12357 <HTML>
12358 <HEAD>
12359 <TITLE>Addressbook Selection Explained</TITLE>
12360 </HEAD>
12361 <BODY>
12362 <H1>SELECT ADDRESS</H1>
12363 <!--chtml if pinemode="function_key"-->
12364 <PRE>
12365 Navigating the List of Messages               General Alpine Commands
12366 -------------------------------               -----------------------
12367 F5   Move to previous entry                   F1  Show this help text
12368 F6   Move to next entry
12369 F7   Show previous screen of address book
12370 F8   Show next screen of address book
12371 F12  WhereIs (search through address book)
12373 Address Selection Commands
12374 --------------------------
12375 F3   Exit the Address Select screen (without selecting an address)
12376 F4   Select the currently highlighted entry
12377 </PRE>
12378 <!--chtml else-->
12379 <PRE>
12380 Navigating the List of Messages               General Alpine Commands
12381 -------------------------------               -----------------------
12382  P   Move to previous entry                    ?  Show this help text
12383  N   Move to next entry
12384  -   Show previous screen of address book
12385 Spc  (space bar) Show next screen of address book
12386  W   WhereIs (search through address book)
12388 Address Selection Commands
12389 --------------------------
12390  E   Exit the Address Select screen (without selecting an address)
12391  S   Select the currently highlighted entry
12392 </PRE>
12393 <!--chtml endif-->
12396 This screen is designed to let you easily scan your address book(s) in
12397 order to select an entry for the message you are composing.  You cannot
12398 edit your address book in any way at this time, for address book
12399 maintenance, select the address book command when not composing a message.
12402 If you are composing a message and know the nickname of the person/list you
12403 want, you can bypass this screen by simply typing in the nickname on the
12404 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
12405 selecting an entry does not cancel your message.
12408 FOR MORE INFORMATION on addressing see
12409 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12410 <A HREF="h_abook_opened">Address Book Screen's</A>
12411 help text.
12413 &lt;End of help on this topic&gt;
12414 </BODY>
12415 </HTML>
12416 ===== h_abook_select_top =====
12417 <HTML>
12418 <HEAD>
12419 <TITLE>Addressbook Selection Navigation Explained</TITLE>
12420 </HEAD>
12421 <BODY>
12422 <H1>NAVIGATING WHILE SELECTING ADDRESSES</H1>
12423 <!--chtml if pinemode="function_key"-->
12424 <PRE>
12425 Navigating the List of Address Books       General Alpine Commands
12426 ------------------------------------       -----------------------
12427 F4   View the highlighted address book
12428 F5   Move to previous address book         F1  Show this help text
12429 F6   Move to next address book
12430 F7   Show previous screen of address books
12431 F8   Show next screen of address books
12432 F12  WhereIs (search through address books)
12434 Address Selection Commands
12435 --------------------------
12436 F3   Exit the Address Select screen (without selecting an address)
12437 F4   Select the currently selected entries (if using ListMode)
12438 F9   Change to ListMode
12439 </PRE>
12440 <!--chtml else-->
12441 <PRE>
12442 Navigating the List of Address Books       General Alpine Commands
12443 ------------------------------------       -----------------------
12444  &gt;   View the highlighted address book
12445  P   Move to previous address book         ?  Show this help text
12446  N   Move to next address book
12447  -   Show previous screen of address books
12448 Spc  (space bar) Show next screen of address books
12449  W   WhereIs (search through address books)
12451 Address Selection Commands
12452 --------------------------
12453  E   Exit the Address Select screen (without selecting an address)
12454  S   Select the currently selected entries (if using ListMode)
12455  L   Change to ListMode
12456 </PRE>
12457 <!--chtml endif-->
12460 This screen is designed to let you easily scan your address book(s) in
12461 order to select entries for the message you are composing.  You cannot
12462 edit your address book in any way at this time.  For address book
12463 maintenance, select the address book command when not composing a message.
12466 If you are composing a message and know the nickname of the person/list you
12467 want, you can bypass this screen by simply typing in the nickname on the
12468 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
12469 selecting an entry does not cancel your message.
12472 The ListMode command will add a column at the left edge of the screen.
12473 You mark the entries that you wish to select with the &quot;X&quot; command.
12474 This allows you to choose more than one entry at a time.
12477 An alternative method of composing a message to entries in your
12478 address book(s) is to first use the &quot;Select&quot; command from
12479 the address book maintenance screen and then the &quot;Apply&quot;
12480 &quot;ComposeTo&quot; command to start the composer composing to the
12481 selected entries.
12484 FOR MORE INFORMATION on addressing see
12485 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12486 <A HREF="h_abook_opened">Address Book Screen's</A>
12487 help text.
12489 &lt;End of help on this topic&gt;
12490 </BODY>
12491 </HTML>
12492 ===== h_abook_select_listmode =====
12493 <HTML>
12494 <HEAD>
12495 <TITLE>Address Listmode Selection from Composer Explained</TITLE>
12496 </HEAD>
12497 <BODY>
12498 <H1>COMPOSER: SELECT ADDRESSES</H1>
12499 <!--chtml if pinemode="function_key"-->
12500 <PRE>
12501 Navigating the List of Messages                 General Alpine Commands
12502 -------------------------------                 -----------------------
12503 F5   Move to previous entry                     F1  Show this help text
12504 F6   Move to next entry
12505 F7   Show previous screen of address book
12506 F8   Show next screen of address book
12507 F12  WhereIs (search through address book)
12509 Address Selection Commands
12510 --------------------------
12511 F3   Exit the Address Select screen (without selecting an address)
12512 F4   Select the currently highlighted entry
12513 F9   Change to ListMode
12514 </PRE>
12515 <!--chtml else-->
12516 <PRE>
12517 Navigating the List of Messages                 General Alpine Commands
12518 -------------------------------                 -----------------------
12519  P   Move to previous entry                     ?  Show this help text
12520  N   Move to next entry
12521  -   Show previous screen of address book
12522 Spc  (space bar) Show next screen of address book
12523  W   WhereIs (search through address book)
12525 Address Selection Commands
12526 --------------------------
12527  E   Exit the Address Select screen (without selecting an address)
12528  S   Select the currently highlighted entry
12529  L   Change to ListMode
12530 </PRE>
12531 <!--chtml endif-->
12534 This screen is designed to let you easily scan your address book(s) in
12535 order to select entries for the message you are composing.  You cannot
12536 edit your address book in any way at this time, for address book
12537 maintenance, select the address book command when not composing a message.
12540 If you are composing a message and know the nickname of the person/list you
12541 want, you can bypass this screen by simply typing in the nickname on the
12542 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
12543 selecting an entry does not cancel your message.
12546 The ListMode command will add a column at the left edge of the screen.
12547 You mark the entries that you wish to select with the &quot;X&quot; command.
12548 This allows you to choose more than one entry at a time.
12551 An alternative method of composing a message to entries in your
12552 address book(s) is to first use the &quot;Select&quot; command from
12553 the address book maintenance screen and then the &quot;Apply&quot;
12554 &quot;ComposeTo&quot; command to start the composer composing to the
12555 selected entries.
12558 FOR MORE INFORMATION on addressing see
12559 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12560 <A HREF="h_abook_opened">Address Book Screen's</A>
12561 help text.
12563 &lt;End of help on this topic&gt;
12564 </BODY>
12565 </HTML>
12566 ===== h_abook_select_checks =====
12567 <HTML>
12568 <HEAD>
12569 <TITLE>Address Selection from Composer Explained</TITLE>
12570 </HEAD>
12571 <BODY>
12572 <H1>COMPOSER: SELECT ADDRESSES</H1>
12573 <!--chtml if pinemode="function_key"-->
12574 <PRE>
12575 Navigating the List of Messages                 General Alpine Commands
12576 -------------------------------                 -----------------------
12577 F5   Move to previous entry                     F1  Show this help text
12578 F6   Move to next entry
12579 F7   Show previous screen of address book
12580 F8   Show next screen of address book
12581 F12  WhereIs (search through address book)
12583 Address Selection Commands
12584 --------------------------
12585 F3   Exit the Address Select screen (without selecting an address)
12586 F4   Select the currently highlighted entry
12587 F8   Either Sets or Unsets all entries in this address book
12588 F9   Set or Unset the highlighted entry
12589 </PRE>
12590 <!--chtml else-->
12591 <PRE>
12592 Navigating the List of Messages                 General Alpine Commands
12593 -------------------------------                 -----------------------
12594  P   Move to previous entry                     ?  Show this help text
12595  N   Move to next entry
12596  -   Show previous screen of address book
12597 Spc  (space bar) Show next screen of address book
12598  W   WhereIs (search through address book)
12600 Address Selection Commands
12601 --------------------------
12602  E   Exit the Address Select screen (without selecting an address)
12603  S   Select the currently highlighted entry
12604  X   Set or Unset the highlighted entry
12605  A   Either Sets or Unsets all entries in this address book
12606 </PRE>
12607 <!--chtml endif-->
12610 Mark the entries you wish to select with the &quot;X Set/Unset&quot;
12611 command.  Type &quot;S Select&quot; to select all of the entries you
12612 have marked, just as if you had typed them in by hand.
12615 An alternative method of composing a message to entries in your
12616 address book(s) is to first use the &quot;Select&quot; command from
12617 the address book maintenance screen and then the &quot;Apply&quot;
12618 &quot;ComposeTo&quot; command to start the composer composing to the
12619 selected entries.
12622 FOR MORE INFORMATION on addressing see
12623 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12624 <A HREF="h_abook_opened">Address Book Screen's</A>
12625 help text.
12627 &lt;End of help on this topic&gt;
12628 </BODY>
12629 </HTML>
12630 ===== h_abook_select_nicks_take =====
12631 <HTML>
12632 <HEAD>
12633 <TITLE>Take Address Nickname Selection Explained</TITLE>
12634 </HEAD>
12635 <BODY>
12636 <H1>TAKEADDR: SELECT NICKNAME</H1>
12637 <!--chtml if pinemode="function_key"-->
12638 <PRE>
12639 Navigating the List of Messages                 General Alpine Commands
12640 -------------------------------                 -----------------------
12641 F5   Move to previous entry                     F1  Show this help text
12642 F6   Move to next entry
12643 F7   Show previous screen of address book
12644 F8   Show next screen of address book
12645 F12  WhereIs (search through address book)
12647 Message Selection Commands
12648 --------------------------
12649 F3   Exit the Nickname Select screen (without selecting an address)
12650 F4   Select the currently highlighted entry
12651 </PRE>
12652 <!--chtml else-->
12653 <PRE>
12654 Navigating the List of Messages                 General Alpine Commands
12655 -------------------------------                 -----------------------
12656  P   Move to previous entry                     ?  Show this help text
12657  N   Move to next entry
12658  -   Show previous screen of address book
12659 Spc  (space bar) Show next screen of address book
12660  W   WhereIs (search through address book)
12662 Message Selection Commands
12663 --------------------------
12664  E   Exit the Nickname Select screen (without selecting an address)
12665  S   Select the currently highlighted entry
12666 </PRE>
12667 <!--chtml endif-->
12670 This screen is designed to let you modify or add to an existing
12671 address book entry.  You have already selected the name(s) and
12672 address(es) through &quot;Take Address&quot;.  This screen simply lets
12673 you scan your address books and select the nickname to be
12674 changed/augmented.  If you want to add a new entry, then you are in
12675 the wrong place-- Select &quot;Exit&quot; command.
12678 FOR MORE INFORMATION on addressing see
12679 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12680 <A HREF="h_abook_opened">Address Book Screen's</A>
12681 help text.
12683 &lt;End of help on this topic&gt;
12684 </BODY>
12685 </HTML>
12686 ===== h_abook_select_nick =====
12687 <HTML>
12688 <HEAD>
12689 <TITLE>Nickname Selection Explained</TITLE>
12690 </HEAD>
12691 <BODY>
12692 <H1>SELECT NICKNAME</H1>
12693 <!--chtml if pinemode="function_key"-->
12694 <PRE>
12695 Navigating the List of Messages                 General Alpine Commands
12696 -------------------------------                 -----------------------
12697 F5   Move to previous entry                     F1  Show this help text
12698 F6   Move to next entry
12699 F7   Show previous screen of address book
12700 F8   Show next screen of address book
12701 F12  WhereIs (search through address book)
12703 Message Selection Commands
12704 --------------------------
12705 F3   Exit the Nickname Select screen (without selecting an address)
12706 F4   Select the currently highlighted entry
12707 </PRE>
12708 <!--chtml else-->
12709 <PRE>
12710 Navigating the List of Messages                 General Alpine Commands
12711 -------------------------------                 -----------------------
12712  P   Move to previous entry                     ?  Show this help text
12713  N   Move to next entry
12714  -   Show previous screen of address book
12715 Spc  (space bar) Show next screen of address book
12716  W   WhereIs (search through address book)
12718 Message Selection Commands
12719 --------------------------
12720  E   Exit the Nickname Select screen (without selecting an address)
12721  S   Select the currently highlighted entry
12722 </PRE>
12723 <!--chtml endif-->
12726 This screen is designed to let you look at the nicknames in your address
12727 books before choosing a new one.
12730 FOR MORE INFORMATION on addressing see
12731 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12732 <A HREF="h_abook_opened">Address Book Screen's</A>
12733 help text.
12735 &lt;End of help on this topic&gt;
12736 </BODY>
12737 </HTML>
12738 ===== h_takeaddr_screen =====
12739 <HTML>
12740 <HEAD>
12741 <TITLE>Take Address Screen Explained</TITLE>
12742 </HEAD>
12743 <BODY>
12744 <H1>TAKE ADDRESS COMMANDS</H1>
12745 <!--chtml if pinemode="function_key"-->
12746 <PRE>
12747 Navigating the List of Addresses       Address Selection Commands        
12748 --------------------------------       --------------------------        
12749  F5  Move to previous entry            F3  Exit without taking address
12750  F6  Move to next entry                F4  Take current address(es)
12751  F7  Show previous page of address list
12752  F8  Show next page of address list
12753  F2  WhereIs (search list)
12754                                --------------
12755 Mode Toggle            F9  Set/Unset current address
12756 -----------            F10 Set all
12757  F12 Toggle between List and single mode       F11 Unset all
12758 </PRE>
12759 <!--chtml else-->
12760 <PRE>
12761 Navigating the List of Addresses       Address Selection Commands
12762 --------------------------------       --------------------------
12763  P  Move to previous entry              &lt;  Exit without taking address
12764  N  Move to next entry                  T  Take address
12765  -  Show previous page of address list
12766 Spc (space bar) Show next page of address list
12767  W  WhereIs (search list)              List Mode
12768                                        ---------
12769 Single Mode                             X  Set/Unset current address
12770 -----------                             A  Set all addresses
12771  L  Switch to list mode                 U  Unset all addresses
12772                                         S  Switch to single mode
12773 </PRE>
12774 <!--chtml endif-->
12776 <H2>Description of the Take Address Screen</H2>
12778 This screen is designed to let you select one or more address/name
12779 combinations from the current message and put them into your address book.
12780 The cursor is initially placed on the line with the message author.
12781 Other lines include the names of people and/or mailing lists who also
12782 received the message.  Other people &quot;involved&quot; in the
12783 message (e.g. the person named as Reply-To:) are also listed here.
12786 The simple case is adding a new, single entry into your address book. To
12787 do this, simply highlight the correct line and press 
12788 <!--chtml if pinemode="function_key"-->
12790 <!--chtml else-->
12791 &quot;T&quot;.
12792 <!--chtml endif-->
12793 To create a new list or add to an existing list, switch the screen display
12794 into List Mode by pressing
12795 <!--chtml if pinemode="function_key"-->
12796 F12.
12797 <!--chtml else-->
12798 &quot;L&quot;.
12799 <!--chtml endif-->
12800 In List Mode, you select the
12801 group of addresses you wish to manipulate by marking them with an
12802 &quot;X&quot;.
12803 The Set/Unset
12804 <!--chtml if pinemode="function_key"-->
12805 (F9)
12806 <!--chtml else-->
12807 (&quot;X&quot;)
12808 <!--chtml endif-->
12809 command will turn the &quot;X&quot; on for the
12810 highlighted address if it was off or turn it off if it was previously on.
12811 The SetAll command will select all of the addresses, and the UnSetAll
12812 command will turn off all the selections.  Once you've gotten the
12813 selection the way you want it, you may create a new list by pressing
12814 <!--chtml if pinemode="function_key"-->
12816 <!--chtml else-->
12817 &quot;T&quot;.
12818 <!--chtml endif-->
12821 In both the simple and list cases, after choosing to take the address,
12822 you will be asked for the nickname of the entry.  Typing in a new name
12823 creates the new entry/list.  Entering an existing nickname will replace
12824 the entry (simple case) or add to the list (list case).  Alternatively,
12825 you can press Ctrl-T at the nickname prompt and select an existing
12826 nickname from your address book.
12829 You will normally start in Single Mode, unless you used the Apply command
12830 to startup the TakeAddr screen, in which case you will start in List Mode.
12831 You may switch between the two modes at any time.  If you've already
12832 selected several addresses in List Mode, those will be remembered when you
12833 switch to Single Mode and then back to List Mode.  The set of addresses
12834 that are pre-selected when you start in List Mode are the From addresses
12835 of all of the messages you are operating on.  You may, of course, easily
12836 erase those selections with the UnSetAll command.
12839 If you have more than one writable address book, you will be prompted for
12840 the name of the address book you wish to add the new entry to before
12841 anything else. You can use ^N and ^P to choose among the defined address
12842 books, or type in the address book name.
12845 FOR MORE INFORMATION on addressing see
12846 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12847 <A HREF="h_abook_opened">Address Book Screen's</A>
12848 help text.
12850 &lt;End of help on this topic&gt;
12851 </BODY>
12852 </HTML>
12853 ===== h_takeexport_screen =====
12854 <HTML>
12855 <HEAD>
12856 <TITLE>Take Export Screen Explained</TITLE>
12857 </HEAD>
12858 <BODY>
12859 <H1>TAKE EXPORT COMMANDS</H1>
12860 <!--chtml if pinemode="function_key"-->
12861 <PRE>
12862 Navigating the List of Addresses       Address Selection Commands        
12863 --------------------------------       --------------------------        
12864  F5  Move to previous entry            F3  Exit without taking address
12865  F6  Move to next entry                F4  Take current address(es)
12866  F7  Show previous page of address list
12867  F8  Show next page of address list
12868  F2  WhereIs (search list)
12869                                --------------
12870 Mode Toggle            F9  Set/Unset current address
12871 -----------            F10 Set all
12872  F12 Toggle between List and single mode       F11 Unset all
12873 </PRE>
12874 <!--chtml else-->
12875 <PRE>
12876 Navigating the List of Addresses       Address Selection Commands
12877 --------------------------------       --------------------------
12878  P  Move to previous entry              &lt;  Exit without taking address
12879  N  Move to next entry                  T  Take address
12880  -  Show previous page of address list
12881 Spc (space bar) Show next page of address list
12882  W  WhereIs (search list)              List Mode
12883                                        ---------
12884 Single Mode                             X  Set/Unset current address
12885 -----------                             A  Set all addresses
12886  L  Switch to list mode                 U  Unset all addresses
12887                                         S  Switch to single mode
12888 </PRE>
12889 <!--chtml endif-->
12891 <H2>Description of the Take Export Screen</H2>
12893 This screen is designed to let you select one or more addresses
12894 from the current message and put them into a file.
12895 Only the user@domain_name part of each address is put into the file.
12898 To put a single entry into a file simply highlight the correct line and press 
12899 <!--chtml if pinemode="function_key"-->
12901 <!--chtml else-->
12902 &quot;T&quot;.
12903 <!--chtml endif-->
12904 To put more than one entry into a file
12905 switch the screen display
12906 into List Mode by pressing
12907 <!--chtml if pinemode="function_key"-->
12908 F12.
12909 <!--chtml else-->
12910 &quot;L&quot;.
12911 <!--chtml endif-->
12912 In List Mode, you select the
12913 group of addresses you wish to manipulate by marking them with an
12914 &quot;X&quot;.
12915 The Set/Unset
12916 <!--chtml if pinemode="function_key"-->
12917 (F9)
12918 <!--chtml else-->
12919 (&quot;X&quot;)
12920 <!--chtml endif-->
12921 command will turn the &quot;X&quot; on for the
12922 highlighted address if it was off or turn it off if it was previously on.
12923 The SetAll command will select all of the addresses, and the UnSetAll
12924 command will turn off all the selections.  Once you've gotten the
12925 selection the way you want it, you may put the addresses in a file by typing
12926 <!--chtml if pinemode="function_key"-->
12928 <!--chtml else-->
12929 &quot;T&quot;.
12930 <!--chtml endif-->
12933 You will be asked for the name of a file to put the addresses in.
12934 If the file already exists, you will be asked whether you want to Overwrite
12935 (replace) the contents of the file or Append to the contents of the file.
12938 &lt;End of help on this topic&gt;
12939 </BODY>
12940 </HTML>
12941 ============= h_abook_view ========================
12942 <HTML>
12943 <HEAD>
12944 <TITLE>Address Book View Explained</TITLE>
12945 </HEAD>
12946 <BODY>
12947 This function allows you to view the contents of an address book entry. You
12948 can only view one entry at a time.
12950 <DL>
12951 <DT>Help
12952 <!--chtml if pinemode="function_key"-->
12953 (F1)
12954 <!--chtml else-->
12956 <!--chtml endif-->
12957 </DT>
12958 <DD>
12959 Display this help text.
12961 <DT>Abook
12962 <!--chtml if pinemode="function_key"-->
12963 (F3)
12964 <!--chtml else-->
12965 (&lt;)
12966 <!--chtml endif-->
12967 </DT>
12968 <DD>
12969 Go back to index of address book entries.
12971 <DT>Update
12972 <!--chtml if pinemode="function_key"-->
12973 (F4)
12974 <!--chtml else-->
12976 <!--chtml endif-->
12977 </DT>
12978 <DD>
12979 Update (modify) this entry.
12981 <DT>ComposeTo
12982 <!--chtml if pinemode="function_key"-->
12983 (F5)
12984 <!--chtml else-->
12986 <!--chtml endif-->
12987 </DT>
12988 <DD>Compose a message to the address(es) in this entry.
12990 <DT>Role
12991 <!--chtml if pinemode="function_key"-->
12992 (F6)
12993 <!--chtml else-->
12995 <!--chtml endif-->
12996 </DT>
12997 <DD>Compose a message to the address(es) in this entry using roles.
12999 <DT>Prev Page
13000 <!--chtml if pinemode="function_key"-->
13001 (F7)
13002 <!--chtml else-->
13004 <!--chtml endif-->
13005 </DT>
13006 <DD>
13007 Show the previous page of the current entry.
13009 <DT>Next Page
13010 <!--chtml if pinemode="function_key"-->
13011 (F8)
13012 <!--chtml else-->
13013 (Space)
13014 <!--chtml endif-->
13015 </DT>
13016 <DD>
13017 Show the next page of the current entry.
13019 <DT>Print
13020 <!--chtml if pinemode="function_key"-->
13021 (F9)
13022 <!--chtml else-->
13024 <!--chtml endif-->
13025 </DT>
13026 <DD>Print the current entry.  You can select the
13027 printer or the print command via the &quot;Setup&quot; command
13028 on the MAIN MENU.
13030 <DT>WhereIs
13031 <!--chtml if pinemode="function_key"-->
13032 (F10)
13033 <!--chtml else-->
13035 <!--chtml endif-->
13036 </DT>
13037 <DD>Search the entry for a string of letters.  If it is
13038 found, move to it.  The string can be one word or a phrase.
13039 If there are multiple occurrences, the cursor moves to the
13040 first occurrence beyond the current cursor position.
13042 <DT>Fwd Email
13043 <!--chtml if pinemode="function_key"-->
13044 (F11)
13045 <!--chtml else-->
13047 <!--chtml endif-->
13048 </DT>
13049 <DD>Begin composition of a new mail message with the displayed
13050 text already inserted in the message body.
13052 </DL>
13054 &lt;End of help on this topic&gt;
13055 </BODY>
13056 </HTML>
13057 ============= h_ldap_view ========================
13058 <HTML>
13059 <HEAD>
13060 <TITLE>LDAP Response View Explained</TITLE>
13061 </HEAD>
13062 <BODY>
13063 This function allows you to view the contents of a directory entry. You
13064 can only view one entry at a time.
13066 <DL>
13067 <DT>Help
13068 <!--chtml if pinemode="function_key"-->
13069 (F1)
13070 <!--chtml else-->
13072 <!--chtml endif-->
13073 </DT>
13074 <DD>
13075 Display this help text.
13077 <DT>Results Index
13078 <!--chtml if pinemode="function_key"-->
13079 (F3)
13080 <!--chtml else-->
13081 (&lt;)
13082 <!--chtml endif-->
13083 </DT>
13084 <DD>Go back to index of search results.
13086 <DT>ComposeTo
13087 <!--chtml if pinemode="function_key"-->
13088 (F5)
13089 <!--chtml else-->
13091 <!--chtml endif-->
13092 </DT>
13093 <DD>Compose a message to the address(es) in this entry.
13095 <DT>Role
13096 <!--chtml if pinemode="function_key"-->
13097 (F6)
13098 <!--chtml else-->
13100 <!--chtml endif-->
13101 </DT>
13102 <DD>Compose a message to the address(es) in this entry using roles.
13104 <DT>Prev Page
13105 <!--chtml if pinemode="function_key"-->
13106 (F7)
13107 <!--chtml else-->
13109 <!--chtml endif-->
13110 </DT>
13111 <DD>
13112 Show the previous page of the current entry.
13114 <DT>Next Page
13115 <!--chtml if pinemode="function_key"-->
13116 (F8)
13117 <!--chtml else-->
13118 (Space)
13119 <!--chtml endif-->
13120 </DT>
13121 <DD>
13122 Show the next page of the current entry.
13124 <DT>Print
13125 <!--chtml if pinemode="function_key"-->
13126 (F9)
13127 <!--chtml else-->
13129 <!--chtml endif-->
13130 </DT>
13131 <DD>Print the current entry on paper.  You can select the
13132 printer or the print command via the &quot;Setup&quot; command
13133 on the MAIN MENU.
13135 <DT>WhereIs
13136 <!--chtml if pinemode="function_key"-->
13137 (F10)
13138 <!--chtml else-->
13140 <!--chtml endif-->
13141 </DT>
13142 <DD>Search the entry for a string of letters.  If it is
13143 found, move to it.  The string can be one word or a phrase.
13144 If there are multiple occurrences, the cursor moves to the
13145 first occurrence beyond the current cursor position.
13147 <DT>Fwd Email
13148 <!--chtml if pinemode="function_key"-->
13149 (F11)
13150 <!--chtml else-->
13152 <!--chtml endif-->
13153 </DT>
13154 <DD>Begin composition of a new mail message with the displayed
13155 text already inserted in the message body.
13157 <DT>Save
13158 <!--chtml if pinemode="function_key"-->
13159 (F12)
13160 <!--chtml else-->
13162 <!--chtml endif-->
13163 </DT>
13164 <DD>Save the displayed entry to one of your address books or export
13165 it to a file.
13166 </DL>
13168 &lt;End of help on this topic&gt;
13169 </BODY>
13170 </HTML>
13171 ===== h_attachment_screen =====
13172 <HTML>
13173 <HEAD>
13174 <TITLE>Attachment Index Screen Explained</TITLE>
13175 </HEAD>
13176 <BODY>
13177 The &quot;ATTACHMENT INDEX&quot; displays a list of the current
13178 message's attachments, and allows various operations on them.  The
13179 first attachment is usually the message text, but does not include the
13180 header portion of the message.
13182 Available commands include:
13184 <DL>
13186 <DT>Help</DT>
13187 <DD>Show this help text.
13189 <DT>Msg #<I>num</I></DT>
13190 <DD>Leave this screen without displaying or saving any attachments.
13192 <DT>View</DT>
13193 <DD>View the currently selected attachment.
13195 <DT>Prev Attach</DT>
13196 <DD>Move to previous attachment.
13198 <DT>Next Attach</DT>
13199 <DD>Move to next attachment.
13201 <DT>Prev Page</DT>
13202 <DD>Previous page of the listed attachments.
13204 <DT>Next Page</DT>
13205 <DD>Next page of the listed attachments.
13207 <DT>Delete</DT>
13208 <DD>Mark the currently selected attachment for Deletion.
13209 This does not modify the current message by deleting the attachment from
13210 it, but instead the delete flag <EM>only</EM> has an effect when saving
13211 the message to a folder.
13212 Attachments marked for deletion are not copied to the destination folder
13213 along with the rest of the message when it is saved.
13214 It is ok for the destination folder to be the same as the current folder.
13215 In addition, the delete mark <EM>only</EM> applies to this Alpine session.
13217 <DT>Undelete</DT>
13218 <DD>Turn off the Delete flag for the selected attachment.
13220 <DT>Save</DT>
13221 <DD>Save the selected attachment to a file.  If the attachment is of
13222 type &quot;RFC822/Message&quot;, then the attachment will be saved to
13223 the specified mail folder.
13225 <DT>Export</DT>
13226 <DD>If the attachment is of
13227 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
13228 copy the message to a file in the same way this command works on 
13229 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
13231 <DT>Pipe</DT>
13232 <DD>Pipe the attachment contents into a UNIX command (if enabled).
13233 A description of the Pipe sub-commands is  <A HREF="h_pipe_command">here</A>.
13235 <DT>WhereIs</DT>
13236 <DD>Find a matching string in the attachment list.
13238 <DT>AboutAttch</DT>
13239 <DD>Examine various aspects of the selected attachment.
13241 <DT>Print</DT>
13242 <DD>Print the selected attachment.
13244 <DT>Forward</DT>
13245 <DD>Forward the selected attachment as an attachment.
13246 </DL>
13250 All attachments can be saved or piped into a UNIX command, but some may
13251 not be readily displayed by either Alpine or an external tool.  In such
13252 cases, the reason why the message cannot be displayed is displayed on
13253 Alpine's message line.
13255 &lt;End of help on this topic&gt;
13256 </BODY>
13257 </HTML>
13258 ============= h_mail_text_att_view ========================
13259 <HTML>
13260 <HEAD>
13261 <TITLE>Attachment View Screen Explained</TITLE>
13262 </HEAD>
13263 <BODY>
13264 This function allows you to view the contents of a text attachment. You
13265 can only view one attachment at a time.
13267 Available commands include:
13269 <DL>
13271 <DT>Help</DT>
13272 <DD>Display this help text
13274 <DT>AttchIndex</DT>
13275 <DD>Leave viewer and return to the &quot;ATTACHMENT INDEX&quot; screen
13277 <DT>Prev Page</DT>
13278 <DD>Show the previous page of the current attachment.
13280 <DT>Next Page</DT>
13281 <DD>Show the next page of the current attachment by pressing the space bar.
13283 <DT>Delete</DT>
13284 <DD>Mark the viewed attachment for Deletion.  The delete
13285 flag <EM>only</EM> has affect when saving the message to a folder.
13286 Attachments marked for deletion are exluded from the messsage when
13287 it is saved.  In addition, the delete mark <EM>only</EM> applies to
13288 this Alpine session.
13290 <DT>Undelete</DT>
13291 <DD>Turn off the Delete flag for the selected attachment.
13293 <DT>Save</DT>
13294 <DD>Copy the current attachment to a file.  If you just enter
13295 a filename, the attachment will be saved with that name in
13296 your home directory 
13297 <!--chtml if pinemode="running"-->
13298 (which, in the present configuration of your system, is
13299  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13300 <!--chtml endif-->
13301 or current working directory
13302 <!--chtml if pinemode="running"-->
13303 (which, at least for your current Alpine &quot;session,&quot; 
13304 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13305 <!--chtml endif-->, depending on the
13306 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13307 configuration setting.  You may enter the full
13308 path and filename to save it in another directory instead.
13310 <DT>Export</DT>
13311 <DD>If the attachment is of
13312 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
13313 copy the message to a file in the same way this command works on 
13314 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
13315 (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
13316 defined, they may affect the contents of the exported file.)
13318 <DT>Pipe</DT>
13319 <DD>Pipe the attachment contents into a UNIX command (if enabled)
13321 <DT>WhereIs</DT>
13322 <DD>Search the attachment for a string of letters.  If it is
13323 found, move to it.  The string can be one word or a phrase.
13324 If there are multiple occurrences, the cursor moves to the
13325 first occurrence beyond the current cursor position.
13327 <DT>Print</DT>
13328 <DD>Print the current attachment on paper.  You can select the
13329 printer or the print command via the &quot;Setup&quot; command
13330 on the MAIN MENU.
13332 <DT>Forward</DT>
13333 <DD>Forward the selected attachment as an attachment.
13334 </DL>
13336 &lt;End of help on this topic&gt;
13337 </BODY>
13338 </HTML>
13339 ============= h_journal ==============
13340 <HTML>
13341 <HEAD>
13342 <TITLE>Recent Message Journal Explained</TITLE>
13343 </HEAD>
13344 <BODY>
13346 The following commands are available on this screen:
13348 <DL>
13349 <DT>Help</DT>
13350 <DD>Show this help text
13352 <DT>Exit</DT>
13353 <DD>Exit Viewer, and go back to mail processing
13355 <DT>Prev Page</DT>
13356 <DD>Show the previous page text
13358 <DT>Next Page</DT>
13359 <DD>Show the next page of text by pressing the space bar
13361 <DT>Print</DT>
13362 <DD>Print the displayed text on paper.  You can select the
13363 printer or the print command via the &quot;Setup&quot; command
13364 on the MAIN MENU.
13366 <DT>Fwd Email</DT>
13367 <DD>Begin composition of a new mail message with the displayed
13368 text already inserted in the message body.
13370 <DT>Save</DT>
13371 <DD>Copy the displayed text to a file.  If you just enter
13372 a filename, the text will be saved with that name in
13373 your 
13374 home directory 
13375 <!--chtml if pinemode="running"-->
13376 (which, in the present configuration of your system, is
13377  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13378 <!--chtml endif-->
13379 or current working directory
13380 <!--chtml if pinemode="running"-->
13381 (which, at least for your current Alpine &quot;session,&quot; 
13382 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13383 <!--chtml endif-->, depending on the
13384 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13385 configuration setting.   You may enter the full
13386 path and filename to save it in another directory instead.
13388 <DT>WhereIs</DT>
13389 <DD>Search the text for a string of letters.  If it is
13390 found, move to it.  The string can be one word or a phrase.
13391 If there are multiple occurrences, the cursor moves to the
13392 first occurrence beyond the current cursor position.
13393 </DL>
13395 &lt;End of help on this topic&gt;
13396 </BODY>
13397 </HTML>
13398 ============= h_debugjournal ==============
13399 <HTML>
13400 <HEAD>
13401 <TITLE>Debug Journal Explained</TITLE>
13402 </HEAD>
13403 <BODY>
13405 The following commands are available on this screen:
13407 <DL>
13408 <DT>Help</DT>
13409 <DD>Show this help text
13411 <DT>Exit</DT>
13412 <DD>Exit Viewer, and go back to mail processing
13414 <DT>Timestamps</DT>
13415 <DD>Turn on or off timestamps.
13417 <DT>DebugView</DT>
13418 <DD>Set the level of debugging you want to see. The level may be any number
13419 in the range 0-9. Higher numbers show more debugging detail. Note that the
13420 debugging information has already been captured. This setting just causes the
13421 debugging information that you see to be filtered. If you set this to
13422 the number &quot;5&quot; then you will be shown all of the debugging information
13423 at levels 5 and below.
13424 It's actually a bit more complicated than that. A fixed amount of memory
13425 is used to store the debug information.
13426 Since the amount of memory used is limited the debugging information
13427 has to be trimmed back when it gets too large.
13429 <DT>Prev Page</DT>
13430 <DD>Show the previous page text
13432 <DT>Next Page</DT>
13433 <DD>Show the next page of text by pressing the space bar
13435 <DT>Print</DT>
13436 <DD>Print the displayed text on paper.  You can select the
13437 printer or the print command via the &quot;Setup&quot; command
13438 on the MAIN MENU.
13440 <DT>Fwd Email</DT>
13441 <DD>Begin composition of a new mail message with the displayed
13442 text already inserted in the message body.
13444 <DT>Save</DT>
13445 <DD>Copy the displayed text to a file.  If you just enter
13446 a filename, the text will be saved with that name in
13447 your 
13448 home directory 
13449 <!--chtml if pinemode="running"-->
13450 (which, in the present configuration of your system, is
13451  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13452 <!--chtml endif-->
13453 or current working directory
13454 <!--chtml if pinemode="running"-->
13455 (which, at least for your current Alpine &quot;session,&quot; 
13456 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13457 <!--chtml endif-->, depending on the
13458 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13459 configuration setting.   You may enter the full
13460 path and filename to save it in another directory instead.
13462 <DT>WhereIs</DT>
13463 <DD>Search the text for a string of letters.  If it is
13464 found, move to it.  The string can be one word or a phrase.
13465 If there are multiple occurrences, the cursor moves to the
13466 first occurrence beyond the current cursor position.
13467 </DL>
13469 &lt;End of help on this topic&gt;
13470 </BODY>
13471 </HTML>
13472 ============= h_simple_text_view ==============
13473 <HTML>
13474 <HEAD>
13475 <TITLE>Simple Text View Screen Explained</TITLE>
13476 </HEAD>
13477 <BODY>
13479 The following commands are available on this screen:
13481 <DL>
13482 <DT>Help</DT>
13483 <DD>Show this help text
13485 <DT>Exit</DT>
13486 <DD>Exit Viewer, and go back to mail processing
13488 <DT>Prev Page</DT>
13489 <DD>Show the previous page text
13491 <DT>Next Page</DT>
13492 <DD>Show the next page of text by pressing the space bar
13494 <DT>Print</DT>
13495 <DD>Print the displayed text on paper.  You can select the
13496 printer or the print command via the &quot;Setup&quot; command
13497 on the MAIN MENU.
13499 <DT>Fwd Email</DT>
13500 <DD>Begin composition of a new mail message with the displayed
13501 text already inserted in the message body.
13503 <DT>Save</DT>
13504 <DD>Copy the displayed text to a file.  If you just enter
13505 a filename, the attachment will be saved with that name in
13506 your 
13507 home directory 
13508 <!--chtml if pinemode="running"-->
13509 (which, in the present configuration of your system, is
13510  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13511 <!--chtml endif-->
13512 or current working directory
13513 <!--chtml if pinemode="running"-->
13514 (which, at least for your current Alpine &quot;session,&quot; 
13515 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13516 <!--chtml endif-->, depending on the
13517 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13518 configuration setting.   You may enter the full
13519 path and filename to save it in another directory instead.
13521 <DT>WhereIs</DT>
13522 <DD>Search the attachment for a string of letters.  If it is
13523 found, move to it.  The string can be one word or a phrase.
13524 If there are multiple occurrences, the cursor moves to the
13525 first occurrence beyond the current cursor position.
13526 </DL>
13528 &lt;End of help on this topic&gt;
13529 </BODY>
13530 </HTML>
13531 ======= h_pine_for_windows ========
13532 <HTML>
13533 <HEAD>
13534 <TITLE>GETTING HELP IN PC-ALPINE</TITLE>
13535 </HEAD>
13536 <BODY>
13537 <H1>Getting Help In PC-Alpine</H1>
13540 PC-Alpine offers general and specific help text. From the <A
13541 HREF="main_menu_tx">MAIN MENU</A>, you will find an overview in the MAIN
13542 MENU HELP and the <A HREF="h_news">Release Notes</A>.  On all screens,
13543 specific help for that screen is available from the toolbar Help menu or
13544 with the 
13545 <!--chtml if pinemode="function_key"-->
13546 &quot;F1&quot; key.
13547 <!--chtml else-->
13548 &quot;?&quot; or &quot;Ctrl-G&quot; keys. &quot;Ctrl-G&quot; is used where
13549 typing &quot;?&quot; would be mistaken as entering text.
13550 <!--chtml endif-->
13553 Although this version of Alpine is for Microsoft Windows, it is not
13554 considered a full &quot;Graphical User Interface&quot; application. 
13555 Yet, many of the controls that Windows users are accustomed to seeing, 
13556 such as scrollbars and toolbars, are available.
13559 PC-Alpine offers considerable mouse support.  You can view what is
13560 &quot;click-able&quot; by dragging your mouse over any screen; when the
13561 arrow cursor changes into a hand, you found something. Mouse-click
13562 possibilities include navigating between screens and folders and
13563 double-clicking on hyperlinks to open your Web browser.
13564 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
13565 screen.  Examples of right-click options include &quot;copy&quot; after
13566 selecting text to copy and &quot;View in New Window&quot; when you click
13567 on a particular message in the Message Index. The menu choices available
13568 to you will vary based upon what screen is open, where on the screen your
13569 cursor is located, and even what action you have already taken.
13572 &lt;End of help on this topic&gt;
13573 </BODY>
13574 </HTML>
13575 ===== h_composer =====
13576 <HTML>
13577 <HEAD>
13578 <TITLE>COMPOSER COMMANDS</TITLE>
13579 </HEAD>
13580 <BODY>
13581 <H1>COMPOSER COMMANDS</H1>
13583 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>
13584 &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>
13585 &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>
13586 &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>
13587 &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>
13588 &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>
13589 &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>
13590 &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>
13591 &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>
13592 &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>
13593 ---------------------------------------|&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>
13594 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>
13595 &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>
13596 &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>
13597 &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>
13600 NOTE:
13601 <OL>
13602  <LI>For help on a particular command, highlight the bold text associated
13603 with it above and hit Return.
13604  <LI> The availability of certain commands
13605 is determined by Alpine configuration files and system capabilities.
13606 At some sites, certain commands may not be available due to security or
13607 support concerns.
13608  <LI>Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
13609 Ctrl-&#92;, ESC.
13610  <LI>For special handling of Ctrl-S and Ctrl-Q see special comments regarding
13611 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
13612 </OL>
13615 HINT: To move rapidly to the bottom of a message you are composing,
13616 enter ^W^V.  To go to the top, ^W^Y.  These can be used in conjunction
13617 with the Mark and Cut commands to eliminate large amounts of unwanted
13618 text in a Reply.
13620 <H2>Description of Composer</H2>
13622 Alpine has a built-in editing program that allows you to compose messages
13623 without having to leave Alpine.  The editor is designed to be very simple to
13624 use so that you can get started writing email right away.
13627 Messages are usually just text, about 80 columns wide.  Using upper and
13628 lower case is encouraged.  On some systems the size limit of the message
13629 is about 100,000 characters, which is about 2,000 lines.  You can include
13630 punctuation and special characters found on most keyboards, but you can't
13631 include characters with diacritical marks and certain special symbols.
13634 Text automatically wraps as you type past the end of a line so you do not
13635 have to hit return.  Using the
13636 &quot;<A HREF="h_compose_justify">Justify</A>&quot; command,
13637 you can also reformat text explicitly, perhaps after you have
13638 deleted some text.
13641 You can include other text files with the 
13642 &quot;<A HREF="h_compose_readfile">Read File</A>&quot; command,
13643 which will prompt you for the name of the file to insert at the
13644 current cursor postion.
13647 <UL>
13648 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13649 </UL>
13651 &lt;End of help on this topic&gt;
13652 </BODY>
13653 </HTML>
13654 ====== h_composer_browse =====
13655 <HTML>
13656 <HEAD>
13657 <TITLE>BROWSER</TITLE>
13658 </HEAD>
13659 <BODY>
13660 <H1>BROWSER</H1>
13661 This screen lets you browse your files and directories.  To go to another 
13662 directory (identified by &quot;(dir)&quot;), move the cursor to it and 
13663 choose &quot;Select&quot; (the default choice on the menu); 
13664 or choose &quot;Goto&quot; and enter the name of the directory.
13665 <!--chtml if pinemode="os_windows"-->
13666 <!--chtml else--> 
13667 In Unix Alpine, you may use 
13668 &quot;~&quot; to refer to your home directory or &quot;~user&quot; to refer 
13669 to another's home directory.  
13670 <!--chtml endif--><P>
13671 To select a file, move the cursor to it and 
13672 choose &quot;Select&quot; (the default choice on the menu).  
13674 <UL>
13675 <LI>Note <B>if</B> you are currently using the BROWSER for choosing a file for 
13676 inclusion in the 
13677 message body (that is, you chose &quot;Read File&quot; with the cursor under 
13678 the 
13679 &quot;----- Message Text -----&quot; line
13680 while composing, then &quot;To Files&quot;):  Since the file 
13681 selected will become part of the message text, it must be in a format 
13682 suitable for that (Alpine does not check!), such as a plain text file.
13683 Files of other formats (for example, graphics, databases, software 
13684 programs) should be 
13685 <B>attached</B> to the message instead --
13686 by moving the cursor in the COMPOSE MESSAGE screen into the 
13687 message header area and pressing 
13688 <!--chtml if pinemode="function_key"-->
13690 <!--chtml else-->
13691 Ctrl-J.
13692 <!--chtml endif--> 
13694 <P><LI>
13695 Note <B>if</B> you are currently using the BROWSER for saving a message 
13696 attachment, or exporting a message, to a file: You can use the Add command to 
13697 provide the name for a new file to save/export to, and then select that name 
13698 to use it for the save/export operation.  Back at the prompt 
13699 &quot;EXPORT: Copy message to file in ...&quot; hit Enter, then choose 
13700 either Overwrite or Append (it doesn't make a difference, since the file is 
13701 so far empty).  Note: If you cancel the 
13702 operation at that point, the file created with the Add command will remain 
13703 0 bytes in size.
13705 </UL>
13706 <P><UL>
13707 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13708 </UL>
13710 &lt;End of help on this topic&gt;
13711 </BODY>
13712 </HTML>
13713 ====== h_composer_ins =====
13714 <HTML>
13715 <HEAD>
13716 <TITLE>INSERT TEXT FILE</TITLE>
13717 </HEAD>
13718 <BODY>
13719 <H1>INSERT TEXT FILE</H1>
13721 Use this function to insert a text file. The file name
13722 given can be an absolute file path name for your system
13723 <!--chtml if pinemode="os_windows"-->
13724 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
13725 with a relative pathname, or simply a file name without
13726 drive or directory specification.  
13727 <!--chtml else-->
13728 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
13729 a file in your home directory, or a file path relative to your 
13730 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
13731 your home directory or &quot;~user&quot; to refer to another
13732 account's home directory.
13733 <!--chtml endif-->
13735 No wild card characters may be used.  
13736 The file must reside on the system running Alpine.
13738 If the 
13739 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13740 feature is set, names are relative to your current working directory 
13741 <!--chtml if pinemode="running"-->
13742 (which, at least for your current Alpine &quot;session,&quot; 
13743 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13744 <!--chtml endif-->
13745 rather than your home directory
13746 <!--chtml if pinemode="running"-->
13747 (which, in the present configuration of your system, is
13748  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13749 <!--chtml endif-->
13751 <P><UL>
13752 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13753 </UL>
13755 &lt;End of help on this topic&gt;
13756 </BODY>
13757 </HTML>
13758 ====== h_composer_ins_m =====
13759 <HTML>
13760 <HEAD>
13761 <TITLE>INSERT MESSAGE</TITLE>
13762 </HEAD>
13763 <BODY>
13764 <H1>INSERT MESSAGE</H1>
13766 Type in the number of a message in the currently open folder to insert it
13767 into your message.
13768 <P><UL>
13769 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13770 </UL>
13772 &lt;End of help on this topic&gt;
13773 </BODY>
13774 </HTML>
13775 ====== h_composer_search =====
13776 <HTML>
13777 <HEAD>
13778 <TITLE>Explanation of Composer Whereis Command </TITLE>
13779 </HEAD>
13780 <BODY>
13781 <H1>Help For Whereis Command</H1>
13783 Whereis is used to search the message for a word or part of a word.
13784 When searching in the composer, only the message part of your mail is
13785 searched, and the cursor is put on the first occurrence appearing
13786 after the location of the cursor.  The search will wrap to the
13787 beginning of the message when it no longer finds matches in the
13788 remainder of the message.
13790 To search for the same string a second time, press 
13791 <!--chtml if pinemode="function_key"-->
13792 &quot;F6&quot;
13793 <!--chtml else-->
13794 &quot;^W&quot;
13795 <!--chtml endif-->
13796 to begin search and then just press RETURN to accept the previous
13797 search string shown in square brackets rather than entering a new
13798 search string.<P>
13800 The &quot;Search&quot; prompt has several sub-command available:
13802 <DL>
13803 <DT>Get Help</DT>
13804 <DD> Takes you to this help page.
13806 <DT>Cancel</DT>
13807 <DD> Cancels the prompt.  No search takes place.
13809 <DT>First Line</DT>
13810 <DD> Takes you back to the composer with the cursor on the first character
13811 of the first line of text.
13813 <DT>Last Line</DT>
13814 <DD> Takes you back to the composer with the cursor on the last character
13815 of the last line of text.
13817 <DT>Replace (Optional)</DT>
13818 <DD> This sub-command is enabled by the 
13819 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
13820 feature (which is on by default); see its help screen for details on how replacing works.
13822 </DL>
13824 &lt;End of help on this topic&gt;
13825 </BODY>
13826 </HTML>
13827 ====== h_sigedit_search =====
13828 <HTML>
13829 <HEAD>
13830 <TITLE>Explanation of Whereis Command </TITLE>
13831 </HEAD>
13832 <BODY>
13833 <H1>Help For Whereis Command</H1>
13835 Whereis is used to search for a word or part of a word.
13836 When searching the cursor is put on the first occurrence appearing
13837 after the location of the cursor.  The search will wrap to the
13838 beginning of the signature when it no longer finds matches in the
13839 remainder of the signature.
13841 To search for the same string a second time, press 
13842 <!--chtml if pinemode="function_key"-->
13843 &quot;F6&quot;
13844 <!--chtml else-->
13845 &quot;^W&quot;
13846 <!--chtml endif-->
13847 to begin search and then just press RETURN to accept the previous
13848 search string shown in square brackets rather than entering a new
13849 search string.<P>
13851 The &quot;Search&quot; prompt has several sub-command available:
13853 <DL>
13854 <DT>Get Help</DT>
13855 <DD> Takes you to this help page.
13857 <DT>Cancel</DT>
13858 <DD> Cancels the prompt.  No search takes place.
13860 <DT>First Line</DT>
13861 <DD> Takes you back to the composer with the cursor on the first character
13862 of the first line of text.
13864 <DT>Last Line</DT>
13865 <DD> Takes you back to the composer with the cursor on the last character
13866 of the last line of text.
13868 <DT>Replace (Optional)</DT>
13869 <DD> This sub-command is enabled by the 
13870 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
13871 feature (which is on by default); see its help screen for details on how replacing works.
13873 </DL>
13875 &lt;End of help on this topic&gt;
13876 </BODY>
13877 </HTML>
13878 ======= h_composer_to ====
13879 <HTML>
13880 <HEAD>
13881 <TITLE>THE MESSAGE COMPOSER'S TO FIELD</TITLE>
13882 </HEAD>
13883 <BODY>
13884 <H1>THE MESSAGE COMPOSER'S TO FIELD</H1>
13886 <H2>The &quot;To:&quot; field</H2>
13887 The address you enter here must be a valid email address that is reachable
13888 from your site. 
13890 <H2>Email Address Format</H2>
13891 You may enter a full name and email address, 
13892 <!--chtml if pinemode="os_windows"-->
13893 <!--chtml else-->
13894 a local (meaning, on the same 
13895 host as the one you are running Alpine on) username that Alpine will
13896 complete for you, 
13897 <!--chtml endif-->
13898 the nickname of someone in a 
13899 <A HREF="h_abook_opened">Alpine Address Book</A>, or a local
13900 mail alias defined by your system administrator.  When you move the cursor
13901 out of this field, the nicknames will be expanded to the addresses in your
13902 address book, and the local usernames will be expanded to include the 
13903 persons' actual names.  You may enter as many addresses as you wish, but they 
13904 must be separated by commas.  You can move around this and other header fields
13905 with the arrow keys and use many of the usual composer editing keys.
13907 <UL>
13908 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13909 </UL>
13912 <H2>MESSAGE HEADER COMMANDS</H2>
13913 <!--chtml if pinemode="function_key"-->
13914 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
13915 ^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>
13916 ^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>
13917 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<BR>
13918 ^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>
13919 ^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>
13920 ^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>
13921 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>
13922 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>
13923 ^@&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>
13924 ----------------------------------------|<BR>
13925 MESSAGE&nbsp;COMMANDS&nbsp;&nbsp;|&nbsp;GENERAL&nbsp;COMMANDS&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;F12&nbsp;&nbsp;&nbsp;&nbsp;To&nbsp;Addressbook/Browser<BR>
13926 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>
13927 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>
13928 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>
13929 <!--chtml else-->
13930 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
13931 ^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>
13932 ^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>
13933 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;<BR>
13934 ^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>
13935 ^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>
13936 ^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>
13937 ^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>
13938 ^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>
13939 ^@&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>
13940 ----------------------------------------|&nbsp;^R&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="h_compose_richhdr">Rich&nbsp;Headers</A><BR>
13941 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>
13942 ^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>
13943 ^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>
13944 ^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>
13945 <!--chtml endif-->
13948 NOTE:
13949 <OL>
13950  <LI>For help on a particular command, highlight the bold text associated
13951 with it above and hit Return.
13952  <LI> The availability of certain commands 
13953 is determined by Alpine configuration files and system capabilities.
13954 At some sites, certain commands may not be available due to security or
13955 support concerns.
13956 </OL>
13959 <UL>   
13960 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13961 </UL><P>
13962 &lt;End of help on this topic&gt;
13963 </BODY>
13964 </HTML>
13965 ======= h_composer_cc ====
13966 <HTML>
13967 <HEAD>
13968 <TITLE>THE MESSAGE COMPOSER'S CC FIELD</TITLE>
13969 </HEAD>
13970 <BODY>
13971 <H1>THE MESSAGE COMPOSER'S CC FIELD</H1>
13972 The Cc: field is just like the To: field, except it is used for addressees
13973 that you wish to send a &quot;carbon&quot; copy to.  That is, the message is 
13974 not directly meant directly &quot;for&quot; these recipients, but you wanted 
13975 them to see the message.  The only difference the recipients see is that their 
13976 name is in the Cc: field, rather than the To: field.
13978 For help with Cc: field editing
13979 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13981 <UL>
13982 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13983 </UL>
13985 <UL>   
13986 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13987 </UL><P>
13988 &lt;End of help on this topic&gt;
13989 </BODY>
13990 </HTML>
13991 ======= h_composer_bcc ====
13992 <HTML>
13993 <HEAD>
13994 <TITLE>THE MESSAGE COMPOSER'S BCC FIELD</TITLE>
13995 </HEAD>
13996 <BODY>
13997 <H1>THE MESSAGE COMPOSER'S BCC FIELD</H1>
13998 The &quot;Bcc:&quot; (Blind carbon copy) header is used when you wish to send 
13999 a copy of the message to one or more people whose addresses you do not
14000 wish disclosed, either to reduce clutter or for confidentiality.
14002 The format of the Bcc: field is just the same as the To: and Cc: fields in
14003 the way the addresses are entered.  The recipients listed here will
14004 receive a copy of the message, but --assuming your site's mail transport
14005 software is properly configured-- their addresses will not show up in the
14006 headers of the message, as delivered to all of the recipients.  The To:
14007 and Cc:  recipients will not know a copy was sent to the Bcc: recipients.
14009 Note: if there is no To: or Cc: or Lcc: address in the message, Alpine
14010 will automatically generate and place in the To: field a pseudo-address of 
14011   &quot;undisclosed-recipients: ;&quot;
14012 or whatever string has been specified in the 
14013 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
14014 variable.
14016 The reason for this is to avoid embarrassment caused by some Internet
14017 mail transfer software that interprets a &quot;missing&quot; To: header as 
14018 an error and replaces it with an Apparently-to: header that may contain
14019 the addresses you entered on the Bcc: line.  In addition, it may be
14020 less disconcerting to Bcc: recipients to see <B>something</B> in the To: field.
14022 You can manipulate what text ends up on the (originally) empty To:
14023 field.  Just remember to put a colon and semicolon at the end of the
14024 field, which is a special notation denoting that it is not a real address.
14026 For information on message header editing
14027 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14029 <UL>
14030 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14031 </UL>
14033 <UL>   
14034 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14035 </UL><P>
14036 &lt;End of help on this topic&gt;
14037 </BODY>
14038 </HTML>
14039 ======= h_composer_lcc ====
14040 <HTML>
14041 <HEAD>
14042 <TITLE>THE MESSAGE COMPOSER'S LCC FIELD</TITLE>
14043 </HEAD>
14044 <BODY>
14045 <H1>THE MESSAGE COMPOSER'S LCC FIELD</H1>
14046 The &quot;Lcc:&quot; (List carbon copy) header is intended to be used when
14047 you wish to send a message to a list of people but avoid having all
14048 of their addresses visible, in order to reduce clutter when the
14049 message is received.
14051 It is similar to the 
14052 <A HREF="h_composer_bcc">&quot;Bcc&quot; (Blind carbon copy) header</A> 
14053 in that individual
14054 addressees are hidden, but Lcc is designed to work specifically with
14055 distribution lists you have created in your 
14056 <A HREF="h_abook_opened">Alpine Address Book</A>.  Placing
14057 the nickname of the list on the Lcc line will result in the full name of
14058 your Alpine Address Book list being placed on the To: line of the message,
14059 using a special notation that distinguishes it from a real address. You
14060 must leave the To: line blank for your list name to appear there.
14062 For example, if you have this list entered in your Address Book:<PRE>
14064         largo         Key Largo List       DISTRIBUTION LIST:
14065                                            bogie@mgm.com
14066                                            lauren@mgm.com
14067                                            walter@mgm.com</PRE>
14070 and you enter &quot;largo&quot; on the Lcc: line while composing a message, 
14071 the result is:<PRE>
14073         To      : Key Largo List: ;
14074         Cc      :
14075         Bcc     :
14076         Fcc     : sent-mail
14077         Lcc     : Key Largo List &lt;bogie@mgm.com&gt;,
14078                   lauren@mgm.com,
14079                   walter@mgm.com
14080         Subject :</PRE>
14082 Each recipient listed on the Lcc: line receives a copy of the message
14083 without their address being visible (as though they were listed on the
14084 Bcc: line). The colon-semicolon notation used to put the full-name of the
14085 list on the To: line is a special address format that doesn't specify any
14086 actual addressees, but does give some information to the recipients of the
14087 message.
14089 Note: if after entering an LCC, you delete the list name that is placed
14090 on the To: line, then recipients will see <PRE>
14091        To: undisclosed-recipients: ;</PRE>
14093 (or whatever string is defined in the 
14094 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
14095 variable) just as in the BCC case. 
14097 For help with Lcc: field editing
14098 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14100 <UL>
14101 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14102 </UL>
14104 <UL>   
14105 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14106 </UL><P>
14107 &lt;End of help on this topic&gt;
14108 </BODY>
14109 </HTML>
14110 ======= h_composer_from =======
14111 <HTML>
14112 <HEAD>
14113 <TITLE>THE MESSAGE COMPOSER'S FROM FIELD</TITLE>
14114 </HEAD>
14115 <BODY>
14116 <H1>THE MESSAGE COMPOSER'S FROM FIELD</H1>
14118 This header carries your return address.  It is the address toward which
14119 replies (and often, future unrelated correspondence) will be directed,
14120 unless you have <A HREF="h_config_custom_hdrs">defined an optional 
14121 &quot;Reply-To:&quot; header</A> in the SETUP CONFIGURATION screen.  Make 
14122 sure this address is correct.
14124 For help with message header editing
14125 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14127 <UL>
14128 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14129 </UL>
14131 <UL>   
14132 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14133 </UL><P>
14134 &lt;End of help on this topic&gt;
14135 </BODY>
14136 </HTML>
14137 ======= h_composer_reply_to =======
14138 <HTML>
14139 <HEAD>
14140 <TITLE>THE MESSAGE COMPOSER'S REPLY-TO FIELD</TITLE>
14141 </HEAD>
14142 <BODY>
14143 <H1>THE MESSAGE COMPOSER'S REPLY-TO FIELD</H1>
14145 Most people should not need this header. The Reply-To: header is used in
14146 cases where you would like replies to your messages to be directed to an
14147 address other than your normal &quot;From:&quot; address.  This is atypical, 
14148 but can happen when you use multiple machines and do not have the same account
14149 name on each one, or when you wish to direct certain replies to accounts
14150 or folders designated for specific classes of correspondence.
14152 For help with message header editing
14153 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14155 <UL>
14156 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14157 </UL>
14160 <UL>   
14161 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14162 </UL><P>
14163 &lt;End of help on this topic&gt;
14164 </BODY>
14165 </HTML>
14166 ======= h_composer_custom_addr ====
14167 <HTML>
14168 <HEAD>
14169 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
14170 </HEAD>
14171 <BODY>
14172 <H1>CUSTOMIZED HEADER FIELD</H1>
14173 This is a customized header, i.e. not one that is part of Alpine's normal
14174 set of Compose headers.
14176 For help with message header editing
14177 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14179 <UL>
14180 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14181 </UL>
14183 <UL>   
14184 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14185 </UL><P>
14186 &lt;End of help on this topic&gt;
14187 </BODY>
14188 </HTML>
14189 ======= h_composer_custom_free ====
14190 <HTML>
14191 <HEAD>
14192 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
14193 </HEAD>
14194 <BODY>
14195 <H1>CUSTOMIZED HEADER FIELD</H1>
14196 This is a customized header, i.e. not one that is part of Alpine's normal
14197 set of Compose headers.
14199 This field consists of arbitrary text.
14201 For help with message header editing
14202 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14204 <UL>   
14205 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14206 </UL><P>
14207 &lt;End of help on this topic&gt;
14208 </BODY>
14209 </HTML>
14210 ====== h_composer_news =====
14211 <HTML>
14212 <HEAD>
14213 <TITLE>THE MESSAGE COMPOSER'S NEWSGRPS LINE</TITLE>
14214 </HEAD>
14215 <BODY>
14216 <h1>THE MESSAGE COMPOSER'S NEWSGRPS LINE</h1>
14217 Use the newsgroups line to specify any and all USENET newsgroups to which
14218 your message should be posted.  When composing a message from scratch, this
14219 line may be hidden.  If so, just press the rich headers command
14220 (<!--chtml if pinemode="function_key"-->F5<!--chtml else-->^R<!--chtml endif-->)
14221 to make it visible.
14223 <EM>Be aware</EM> that when you post to a newsgroup thousands of
14224 people will be reading your message.  Also, you or your system manager
14225 must have defined an &quot;<!--#echo var="VAR_nntp-server"-->&quot; in your Alpine configuration
14226 in order for you to be able to post.
14228 For help with message header editing
14229 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14230 <P><UL>
14231 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14232 </UL>
14234 &lt;End of help on this topic&gt;
14235 </BODY>
14236 </HTML>
14237 ======= h_composer_fcc ====
14238 <HTML>
14239 <HEADER>
14240 <TITLE>THE MESSAGE COMPOSER'S FCC FIELD</TITLE>
14241 </HEADER>
14242 <BODY>
14243 <H1>THE MESSAGE COMPOSER'S FCC FIELD</H1>
14244 The FCC (File Carbon Copy) specifies the folder used to keep a copy of
14245 each outgoing message.  The default value can be configured with the
14246 &quot;<!--#echo var="VAR_default-fcc"-->&quot; and &quot;<!--#echo var="VAR_fcc-name-rule"-->&quot; options.  You can change or remove
14247 the file carbon copy on any message you send by editing the FCC header.<p>
14249 You may type ^T to get a list of all your folders and select one to use as
14250 the FCC for this message.<P>
14252 For help with message header editing
14253 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14255 <UL>   
14256 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14257 </UL><P>
14258 &lt;End of help on this topic&gt;
14259 </BODY>
14260 </HTML>
14261 ======= h_composer_subject ====
14262 <HTML>
14263 <HEADER>
14264 <TITLE>THE MESSAGE COMPOSER'S SUBJECT FIELD</TITLE>
14265 </HEADER>
14266 <BODY>
14267 <H1>THE MESSAGE COMPOSER'S SUBJECT FIELD</H1>
14269 The subject header provides a place to enter a few words that summarize
14270 the topic of the message you are sending.  You may leave this line blank,
14271 but it is considered a courtesy to use a meaningful subject.<p>
14273 For help with message header editing
14274 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14276 <UL>   
14277 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14278 </UL><P>
14279 &lt;End of help on this topic&gt;
14280 </BODY>
14281 </HTML>
14282 ======= h_composer_attachment ====
14283 <HTML>
14284 <HEAD>
14285 <TITLE>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</TITLE>
14286 </HEAD>
14287 <BODY>
14288 <H1>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</H1>
14290 The &quot;Attchmnt:&quot; field is where you specify what file or
14291 files you'd like attached to
14292 the message you are composing.  Those files must reside on the machine
14293 running Alpine. If your file is on a PC or Mac and you run Alpine with an
14294 account on a Unix machine, you'll have to transfer it before attaching it.
14295 Contact local computer support people for assistance with transferring.
14298 The file name
14299 given can be an absolute file path name for your system
14300 <!--chtml if pinemode="os_windows"-->
14301 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
14302 with a relative pathname, or simply a file name without
14303 drive or directory specification.  
14304 <!--chtml else-->
14305 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
14306 a file in your home directory, or a file path relative to your 
14307 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
14308 your home directory or &quot;~user&quot; to refer to another
14309 account's home directory.
14310 <!--chtml endif--><P>
14311 No wild card characters may be used.
14312 <P>If the 
14313 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14314 feature is set, names are relative to your current working directory 
14315 <!--chtml if pinemode="running"-->
14316 (which, at least for your current Alpine &quot;session,&quot; 
14317 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14318 <!--chtml endif-->
14319 rather than your home directory
14320 <!--chtml if pinemode="running"-->
14321 (which, in the present configuration of your system, is
14322  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14323 <!--chtml endif-->
14326 Alpine uses MIME encoding for attachments, so binaries and files of any
14327 length can safely be delivered to any MIME-capable mail reading program.
14328 If you send an attachment to someone who does not have a MIME-capable mail
14329 reading program yet, then the main message text will be readable, but
14330 attachments (even attachments that are just plain text) are not.
14333 Typing the filename on the Attchmnt: line achieves the same
14334 result as using the 
14335 <!--chtml if pinemode="function_key"-->
14337 <!--chtml else-->
14338 Ctrl-J
14339 <!--chtml endif--> command.
14342 If you Forward a message with attachments, you may delete them from your
14343 Forwarded message by editing the Attchmnt header line.
14346 For help with message header editing
14347 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14349 <UL>   
14350 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14351 </UL><P>
14352 &lt;End of help on this topic&gt;
14353 </BODY>
14354 </HTML>
14355 ======= h_composer_ctrl_j ====
14356 <HTML>
14357 <HEAD>
14358 <TITLE>COMPOSER ATTACH</TITLE>
14359 </HEAD>
14360 <BODY>
14361 After the
14362 <!--chtml if pinemode="function_key"-->
14364 <!--chtml else-->
14365 Ctrl-J
14366 <!--chtml endif--> command:
14367 At the &quot;File to attach:&quot; prompt, enter the name of the 
14368 existing file to attach to your message.  
14369 When the feature
14370 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
14371 is set
14372 you need only enter the beginning of the filename (enough of it to uniquely 
14373 identify the file) and press TAB to complete it.
14375 Or, press ^T to use the BROWSER screen for 
14376 selecting the file.  <P>
14377 For more information on attaching files, see the help screen for the 
14378 composer's 
14379 <A HREF="h_composer_attachment">Attchmnt: field</A>, which is normally hidden,
14380 but can be revealed using the 
14381 <!--chtml if pinemode="function_key"-->
14383 <!--chtml else-->
14384 Ctrl-R
14385 <!--chtml endif--> 
14386 command with the cursor positioned above the
14387 &quot;----- Message Text -----&quot; line in the COMPOSE MESSAGE screen.
14389 &lt;End of help on this topic&gt;
14390 </BODY>
14391 </HTML>
14392 ======= h_edit_nav_cmds =========
14393 <HTML>
14394 <HEAD>
14395 <TITLE>Composer Editing Commands Explained</TITLE>
14396 </HEAD>
14397 <BODY>
14398 <H1>EDITING and NAVIGATION COMMANDS</H1>
14399 <!--chtml if pinemode="function_key"-->
14400 <PRE>
14401 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
14402 ^B (Left Arrow)    Back character       | ^D       Delete current character
14403 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
14404 ^P (Up Arrow)      Previous line        |
14405 ^N (Down Arrow)    Next line            | F9       Cut marked text or
14406 ^A                 Beginning of line    |            delete current line
14407 ^E                 End of line          | F10      Undelete line(s)
14408 F7                 Previous page        |
14409 F8                 Next page            |-------------------------------------
14410 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
14411 ----------------------------------------|
14412 EXIT COMMANDS    |  GENERAL COMMANDS    | F12    To Addressbook
14413 F3   Cancel      |   F1    Get help     | F12    RichView (expand lists)
14414 F2  eXit/save    |   ^Z    Suspend      | ^L     Redraw Screen
14415 </PRE>
14416 <!--chtml else-->
14417 <PRE>
14418 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
14419 ^B (Left Arrow)    Back character       | ^D       Delete current character
14420 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
14421 ^P (Up Arrow)      Previous line        |
14422 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
14423 ^A                 Beginning of line    |            delete current line
14424 ^E                 End of line          | ^U       Undelete line(s)
14425 ^Y                 Previous page        |
14426 ^V                 Next page            |-------------------------------------
14427 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
14428 ----------------------------------------|
14429 EXIT COMMANDS    |  GENERAL COMMANDS    | ^T     To Addressbook
14430 ^C   Cancel      |   ^G    Get help     | ^R     RichView  (expand lists)
14431 ^X   eXit/save   |   ^Z    Suspend      | ^L     Redraw Screen
14432 </PRE>
14433 <!--chtml endif-->
14434 &lt;End of help on this topic&gt;
14435 </BODY>
14436 </HTML>
14437 ===== h_composer_sigedit =====
14438 <HTML>
14439 <HEAD>
14440 <TITLE>Signature Editor Commands Explained</TITLE>
14441 </HEAD>
14442 <BODY>
14443 <H1>SIGNATURE EDITOR COMMANDS</H1>
14444 <!--chtml if pinemode="function_key"-->
14445 <PRE>
14446 CURSOR MOTION KEYS                     |EDITING KEYS
14447   ^B (Left Arrow)   Back character     | ^D       Delete current character
14448   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14449   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14450   ^N (Down Arrow)   Next line          | F9       Cut marked text or
14451   ^A                Beginning of line  |           delete current line
14452   ^E                End of line        | F10       Paste text, undelete lines
14453   F7                Previous page      |           cut with ^K, or unjustify
14454   F8                Next page          |-------------------------------------
14455   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14456 ---------------------------------------| F6       Whereis (search for string)
14457 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
14458  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
14459                  |  ^Z    Suspend      | ^L       Redraw Screen
14460  F2   Send       |  F6    Alt. editor  | F5       Read in a file
14461 </PRE>
14462 <!--chtml else-->
14463 <PRE>
14464 CURSOR MOTION KEYS                     |EDITING KEYS
14465   ^B (Left Arrow)   Back character     | ^D       Delete current character
14466   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14467   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14468   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
14469   ^A                Beginning of line  |           delete current line
14470   ^E                End of line        | ^U        Paste text, undelete lines
14471   ^Y                Previous page      |           cut with ^K, or unjustify
14472   ^V                Next page          |-------------------------------------
14473   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14474 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
14475 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
14476  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
14477                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
14478  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
14479 </PRE>
14480 <!--chtml endif-->
14482 NOTE: The presence or absence of the following commands is determined
14483 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
14484 some of these commands may be administratively disabled by your system
14485 manager; if they don't work, please check with your local help desk
14486 before reporting a bug.
14488 <UL>
14489  <LI>Suspend (suspends Alpine and gives a system prompt)
14490  <LI>Alternate editor (allows you to compose with your own editor)
14491 </UL>
14494 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
14495 Ctrl-&#92;, ESC
14498 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
14499 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
14501 &lt;End of help on this topic&gt;
14502 </BODY>
14503 </HTML>
14504 ===== h_composer_commentedit =====
14505 <HTML>
14506 <HEAD>
14507 <TITLE>Comment Editor Commands Explained</TITLE>
14508 </HEAD>
14509 <BODY>
14510 <H1>COMMENT EDITOR COMMANDS</H1>
14511 <!--chtml if pinemode="function_key"-->
14512 <PRE>
14513 CURSOR MOTION KEYS                     |EDITING KEYS
14514   ^B (Left Arrow)   Back character     | ^D       Delete current character
14515   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14516   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14517   ^N (Down Arrow)   Next line          | F9       Cut marked text or
14518   ^A                Beginning of line  |           delete current line
14519   ^E                End of line        | F10       Paste text, undelete lines
14520   F7                Previous page      |           cut with ^K, or unjustify
14521   F8                Next page          |-------------------------------------
14522   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14523 ---------------------------------------| F6       Whereis (search for string)
14524 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
14525  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
14526                  |  ^Z    Suspend      | ^L       Redraw Screen
14527  F2   Send       |  F6    Alt. editor  | F5       Read in a file
14528 </PRE>
14529 <!--chtml else-->
14530 <PRE>
14531 CURSOR MOTION KEYS                     |EDITING KEYS
14532   ^B (Left Arrow)   Back character     | ^D       Delete current character
14533   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14534   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14535   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
14536   ^A                Beginning of line  |           delete current line
14537   ^E                End of line        | ^U        Paste text, undelete lines
14538   ^Y                Previous page      |           cut with ^K, or unjustify
14539   ^V                Next page          |-------------------------------------
14540   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14541 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
14542 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
14543  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
14544                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
14545  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
14546 </PRE>
14547 <!--chtml endif-->
14549 NOTE: The presence or absence of the following commands is determined
14550 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
14551 some of these commands may be administratively disabled by your system
14552 manager; if they don't work, please check with your local help desk
14553 before reporting a bug.
14555 <UL>
14556  <LI>Suspend (suspends Alpine and gives a system prompt)
14557  <LI>Alternate editor (allows you to compose with your own editor)
14558 </UL>
14561 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
14562 Ctrl-&#92;, ESC
14565 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
14566 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
14568 &lt;End of help on this topic&gt;
14569 </BODY>
14570 </HTML>
14571 ======= h_composer_abook_nick =======
14572 <HTML>
14573 <HEAD>
14574 <TITLE>Addressbook Nickname Explained</TITLE>
14575 </HEAD>
14576 <BODY>
14577 This is a short nickname for this address book entry.  If it is used in
14578 place of an address from the composer, the composer will fill in the
14579 address(es) for the entry that matches the nickname. 
14582 Look <A HREF="h_edit_nav_cmds">here</A>
14583 to see the available Editing and Navigation commands.
14585 &lt;End of help on this topic&gt;
14586 </BODY>
14587 </HTML>
14588 ======= h_composer_abook_full =======
14589 <HTML>
14590 <HEAD>
14591 <TITLE>Addressbook Fullname Explained</TITLE>
14592 </HEAD>
14593 <BODY>
14594 This is the full name field for this entry.  If this is going to be a
14595 distribution list (more than one address), it should be a descriptive
14596 phrase describing the list.  It will be included in the mail header if you
14597 put the list in the To: or CC: field, or in the To: line if you put the
14598 list in the Lcc: field.  It's OK to leave this field blank (and OK to
14599 leave any of the other fields blank, too). If this address book entry is
14600 going to be a simple entry with just one address, then this field is the
14601 person's name. When you send mail to this entry, this is the field to the
14602 left of the brackets. That is, it is the most readable part of the 
14603 address. For example, in the sample address:
14604 <PRE>
14605        John Doe &lt;jdoe@some.domain&gt;
14606 </PRE>
14607 "John Doe" is the full name field. If you are sorting your address book
14608 with one of the options that uses full names, then it might be useful to
14609 enter the full name as "Last, First", for example:
14610 <PRE>
14611        Doe, John
14612 </PRE>
14613 so that it will be sorted using Doe instead of John. This will be changed
14614 back into John Doe when you use it.
14616 Look <A HREF="h_edit_nav_cmds">here</A>
14617 to see the available Editing and Navigation commands.
14619 &lt;End of help on this topic&gt;
14620 </BODY>
14621 </HTML>
14622 ======= h_composer_abook_fcc =======
14623 <HTML>
14624 <HEAD>
14625 <TITLE>Addressbook Fcc Explained</TITLE>
14626 </HEAD>
14627 <BODY>
14628 If this entry is the first one in the To: line of an outgoing message,
14629 this field will be used for the Fcc (File Carbon Copy) instead of whatever
14630 you would normally get (which depends on which
14631 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
14632 you've chosen). 
14634 If this field consists of two double quotes (&quot;&quot;) that tells Alpine
14635 that you don't want any Fcc associated with this entry.
14637 Look <A HREF="h_edit_nav_cmds">here</A>
14638 to see the available Editing and Navigation commands.
14640 &lt;End of help on this topic&gt;
14641 </BODY>
14642 </HTML>
14643 ====== h_config_combined_abook_display =====
14644 <HTML>
14645 <HEAD>
14646 <TITLE>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></TITLE>
14647 </HEAD>
14648 <BODY>
14649 <H1>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></H1>
14651 This feature affects the address book display screens.
14652 Normally, expanding an address book from the ADDRESS BOOK LIST screen
14653 will cause the remaining address books and directory servers to disappear
14654 from the screen, leaving only the entries of the expanded address book.
14655 If this feature is set, then the other address books will remain on the screen,
14656 so that all of the address books can be present at once.
14659 The way that commands work won't be changed.
14660 For example, the Select All command will select all of the entries in the
14661 current address book, not all of the entries in all of the address books.
14662 The WhereIs command will change a little.
14663 It will search through all of the text on the screen plus all of the entries
14664 from expanded address books.
14667 When this feature is set, the setting of the feature
14668 <A HREF="h_config_expanded_addrbooks">&quot;<!--#echo var="FEAT_expanded-view-of-addressbooks"-->&quot;</A>
14669 has an effect.
14671 &lt;End of help on this topic&gt;
14672 </BODY>
14673 </HTML>
14674 ====== h_config_titlebar_color_style =====
14675 <HTML>
14676 <HEAD>
14677 <TITLE>OPTION: <!--#echo var="VAR_titlebar-color-style"--></TITLE>
14678 </HEAD>
14679 <BODY>
14680 <H1>OPTION: <!--#echo var="VAR_titlebar-color-style"--></H1>
14682 This option affects the colors used to display the titlebar (the top
14683 line on the screen) when viewing a message.
14686 The available options include:
14689 <DL>
14690 <DT>default</DT>
14691 <DD>The color of the titlebar will be the color you set for the
14692 <A HREF="h_config_title_color">Title Color</A>.
14693 The Title Color may be set by using the
14694 <A HREF="h_color_setup">Setup Kolor</A> screen.
14695 </DD>
14697 <DT>indexline</DT>
14698 <DD>The color of the titlebar will be the same as the color of the
14699 index line corresponding to the message being viewed.
14700 The rules that determine what color the index line will be may be set
14701 up by going to the Setup/Rules/Indexcolor screen.
14702 If the index line for a message is not colored explicitly by the
14703 Indexcolor rules, then the titlebar will be colored the same as for
14704 the &quot;default&quot; option above (which is not the same color that
14705 the index line itself will have).
14706 </DD>
14708 <DT>reverse-indexline</DT>
14709 <DD>This is similar to the &quot;indexline&quot; option except the
14710 foreground and background colors from the corresponding index line will
14711 be reversed.
14712 For example, if the index line color is red letters on a white background,
14713 then the titlebar will be white letters on a red background.
14714 If the index line for a message is not colored explicitly by the
14715 Indexcolor rules, then the titlebar will be colored the same as for
14716 the &quot;default&quot; option above (which is not the same color that
14717 the index line itself will have).
14718 </DD>
14719 </DL>
14723 <UL>   
14724 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14725 </UL><P>
14726 &lt;End of help on this topic&gt;
14727 </BODY>
14728 </HTML>
14729 ====== h_config_index_color_style =====
14730 <HTML>
14731 <HEAD>
14732 <TITLE>OPTION: <!--#echo var="VAR_current-indexline-style"--></TITLE>
14733 </HEAD>
14734 <BODY>
14735 <H1>OPTION: <!--#echo var="VAR_current-indexline-style"--></H1>
14737 This option affects the colors used to display the current line in the
14738 MESSAGE INDEX screen.
14739 If you do not have Index Color Rules defined, then this option will
14740 have no effect in the index.
14741 Those Rules may be defined by going to the Setup/Rules/Indexcolor screen.
14743 If the option
14744 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
14745 is turned on and the
14746 <A HREF="h_config_incunseen_color">Incoming Unseen Color</A>
14747 is set to something other than the default, then
14748 this option also affects the color used to display the current folder
14749 in the Incoming FOLDER LIST screen.
14752 The available options include:
14755 <DL>
14756 <DT>flip-colors</DT>
14757 <DD>This is the default.
14758 If an index line is colored because it matches one of your
14759 Index Color Rules, then its colors will be reversed when it is the currently
14760 highlighted line.
14761 For example, if the line is normally red text on a blue background, then
14762 when it is the current line it will be drawn as blue text on a red background.
14764 The rest of the option values all revert to this flip-colors behavior if
14765 there is no Reverse Color defined.
14766 </DD>
14768 <DT>reverse</DT>
14769 <DD>With this option the Reverse color is always used to highlight the
14770 current line.
14771 </DD>
14773 <DT>reverse-fg</DT>
14774 <DD>The foreground part of the Reverse Color is used to highlight
14775 the current line.
14776 If this would cause the text to be unreadable (because the foreground and
14777 background colors are the same) or if it would cause no change in the
14778 color of the index line, then the colors are flipped instead.
14780 Some people think this works particularly well if you use different
14781 background colors to emphasize &quot;interesting&quot; lines,
14782 but always with the same Normal foreground color,
14783 and you use a different foreground color for the Reverse Color.
14784 </DD>
14786 <DT>reverse-fg-no-ambiguity</DT>
14787 <DD>With the &quot;reverse-fg&quot; rule above, it is possible that
14788 the resulting color will be exactly the same as the regular Reverse
14789 Color.
14790 That can lead to some possible confusion because an
14791 &quot;interesting&quot;
14792 line that is the current line will be displayed exactly the same as a
14793 non-interesting line that is current.
14794 You can't tell whether the line is just a regular current line or if it is
14795 an &quot;interesting&quot; current line by looking at the color.
14796 Setting the option to this value removes that ambiguity.
14797 It is the same as the &quot;reverse-fg&quot; setting unless the resulting
14798 interesting current line would look just like a non-interesting current line.
14799 In that case, the interesting line's colors are simply flipped (like in the
14800 default behavior).
14802 As an alternative way to preserve the line's interestingness in this case,
14803 you may find that using both a different foreground and a different
14804 background color for the interesting line will help.
14805 </DD>
14807 <DT>reverse-bg</DT>
14808 <DD>The background part of the Reverse Color is used to highlight
14809 the current line.
14810 If this would cause the text to be unreadable (because the foreground and
14811 background colors are the same) or if it would cause no change in the
14812 color of the index line, then the colors are flipped instead.
14814 Some people think this works particularly well if you use different
14815 foreground colors to emphasize &quot;interesting&quot; lines,
14816 but always with the same Normal background color,
14817 and you use a different background color for the Reverse Color.
14818 </DD>
14820 <DT>reverse-bg-no-ambiguity</DT>
14821 <DD>As with the &quot;reverse-fg&quot; case, the &quot;reverse-bg&quot;
14822 rule may also result in a color that is exactly the same as the regular
14823 Reverse Color.
14824 Setting the option to this value removes that ambiguity.
14825 It is the same as the &quot;reverse-bg&quot; setting unless the resulting
14826 current line has the same color as the Reverse Color.
14827 In that case, the interesting line's colors are simply flipped (like in the
14828 default behavior).
14829 </DD>
14830 </DL>
14834 <UL>   
14835 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14836 </UL><P>
14837 &lt;End of help on this topic&gt;
14838 </BODY>
14839 </HTML>
14840 ====== h_config_expanded_addrbooks =====
14841 <HTML>
14842 <HEAD>
14843 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></TITLE>
14844 </HEAD>
14845 <BODY>
14846 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></H1>
14848 If multiple address books (either personal or global) are defined, and you
14849 wish to have them all expanded implicitly upon entering the ADDRESS BOOK
14850 screen, then set this feature. This feature will have no effect unless the
14851 feature
14852 <A HREF="h_config_combined_abook_display">&quot;<!--#echo var="FEAT_combined-addrbook-display"-->&quot;</A>
14853 is also set.
14855 &lt;End of help on this topic&gt;
14856 </BODY>
14857 </HTML>
14858 ====== h_config_combined_folder_display =====
14859 <HTML>
14860 <HEAD>
14861 <TITLE>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></TITLE>
14862 </HEAD>
14863 <BODY>
14864 <H1>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></H1>
14866 This feature affects the folder list display screens.
14867 Normally, each folder list is viewed within its collection only.  This
14868 command allows folder lists to be viewed within a single screen that
14869 combines the contents of all collections.
14872 The way that commands work won't be changed.
14873 For example, the Select All command will select all of the folders in the
14874 current collection, not all of the entries in all of the collections.
14875 The WhereIs command will change a little.
14876 It will search through all of the folders in the current collection as well
14877 as all the folder in any other expanded collection.
14880 When this feature is set, the setting of the feature
14881 <A HREF="h_config_expanded_folders">&quot;<!--#echo var="FEAT_expanded-view-of-folders"-->&quot;</A>
14882 has an effect.
14884 &lt;End of help on this topic&gt;
14885 </BODY>
14886 </HTML>
14887 ====== h_config_combined_subdir_display =====
14888 <HTML>
14889 <HEAD>
14890 <TITLE>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></TITLE>
14891 </HEAD>
14892 <BODY>
14893 <H1>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></H1>
14895 This feature affects the Folder List screen when
14897 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
14898 feature is enabled.  Normally, selecting a directory from the Folder
14899 List takes you into a new screen displaying only the contents of
14900 that directory.
14903 Enabling this feature will cause the contents of the selected
14904 directory to be
14905 displayed within the boundaries of the &quot;Collection&quot; it
14906 is a part of.  All previously displayed collections will remain
14907 in the screen.
14910 The way that commands work won't be changed.
14911 For example, the Select All command will select all of the folders in the
14912 directory, as opposed to all of the entries in all of the collections.
14913 The WhereIs command will change a little.
14914 It will search through all of the folders in the current collection as well
14915 as all the folder in any other expanded collection.
14918 &lt;End of help on this topic&gt;
14919 </BODY>
14920 </HTML>
14921 ====== h_config_separate_fold_dir_view =====
14922 <HTML>
14923 <HEAD>
14924 <TITLE>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></TITLE>
14925 </HEAD>
14926 <BODY>
14927 <H1>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></H1>
14929 This feature affects folder collections wherein a folder
14930 and directory can have the same name.  By default, Alpine displays them
14931 only once, denoting that it is both a folder and directory by appending
14932 the folder name with the hierarchy character enclosed
14933 in square brackets.
14937 Enabling this feature will cause Alpine to display such names
14938 separately marking the name representing a directory with a trailing
14939 hierarchy delimiter (typically the slash, &quot;/&quot;, character).
14942 The feature also alters the command set slightly.  By default, the
14943 right-arrow descends into the directory, while hitting the Return key will
14944 cause the folder by that name to be opened.
14947 With this feature set, the Return key will open the highlighted folder, or
14948 enter the highlighted directory.
14951 &lt;End of help on this topic&gt;
14952 </BODY>
14953 </HTML>
14954 ====== h_config_expanded_folders =====
14955 <HTML>
14956 <HEAD>
14957 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></TITLE>
14958 </HEAD>
14959 <BODY>
14960 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></H1>
14962 If multiple folder collections are defined, and you
14963 wish to have them all expanded implicitly upon entering the FOLDER LIST
14964 screen, then set this feature. This feature will have no effect unless the
14965 feature
14966 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
14967 is also set.
14969 &lt;End of help on this topic&gt;
14970 </BODY>
14971 </HTML>
14972 ======= h_config_ldap_server =======
14973 <HTML>
14974 <HEAD>
14975 <TITLE>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
14976 </HEAD>
14977 <BODY>
14978 <H1>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
14979 This is the name of the host where an LDAP server is running.
14980 For redundancy, this may be a space-delimited set of server names, in which
14981 case the first server that answers is used.
14982 Each of the server names may be optionally followed by
14983 a colon and a port number.
14984 If this form is used then the port number configured below in the
14985 <EM>port</EM> field is not used.
14987 To find out whether your organization has its own LDAP server, 
14988 contact its computing support staff.
14989 <P><UL>
14990 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14991 </UL>
14993 &lt;End of help on this topic&gt;
14994 </BODY>
14995 </HTML>
14996 ======= h_config_ldap_base =======
14997 <HTML>
14998 <HEAD>
14999 <TITLE>LDAP OPTION: Search-Base</TITLE>
15000 </HEAD>
15001 <BODY>
15002 <H1>LDAP OPTION: Search-Base</H1>
15004 This is the search base to be used on this server.  It functions as a filter 
15005 by restricting your searches in the LDAP server database
15006 to the specified contents of the specified fields.  Without it, searches 
15007 submitted to this directory server may fail.  It might be something
15008 like:
15010 <PRE>
15011       O = &lt;Your Organization Name&gt;, C = US
15012 </PRE>
15013 or it might be blank.  
15014 (Some LDAP servers actually ignore anything specified here.)
15016 If in doubt what parameters you should specify here, 
15017 contact the maintainers of the LDAP server.
15018 <P><UL>
15019 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15020 </UL>
15022 &lt;End of help on this topic&gt;
15023 </BODY>
15024 </HTML>
15025 ======= h_config_ldap_port =======
15026 <HTML>
15027 <HEAD>
15028 <TITLE>LDAP OPTION: Port</TITLE>
15029 </HEAD>
15030 <BODY>
15031 <H1>LDAP OPTION: Port</H1>
15033 This is the TCP port number to be used with this LDAP server. If you leave
15034 this blank port 389 will be used.
15036 &lt;End of help on this topic&gt;
15037 </BODY>
15038 </HTML>
15039 ======= h_config_ldap_nick =======
15040 <HTML>
15041 <HEAD>
15042 <TITLE>LDAP OPTION: Nickname</TITLE>
15043 </HEAD>
15044 <BODY>
15045 <H1>LDAP OPTION: Nickname</H1>
15047 This is a nickname to be used in displays. If you don't supply a
15048 nickname the server name
15049 (<A HREF="h_config_ldap_server">&quot;<!--#echo var="VAR_ldap-servers"-->&quot;</A>)
15050 will be used instead.  This option is strictly for your convenience.
15052 &lt;End of help on this topic&gt;
15053 </BODY>
15054 </HTML>
15055 ======= h_config_ldap_binddn =======
15056 <HTML>
15057 <HEAD>
15058 <TITLE>LDAP OPTION: Bind-DN</TITLE>
15059 </HEAD>
15060 <BODY>
15061 <H1>LDAP OPTION: Bind-DN</H1>
15063 You may need to authenticate to the LDAP server before you are able to use it.
15064 This is the Distinguished Name to bind to when authenticating to this server.
15065 Try leaving this blank until you know you need it.
15067 Alpine only knows about LDAP Simple authentication.
15068 It does not attempt LDAP SASL authentication.
15069 The DN and password will be sent in the clear unless TLS encryption is
15070 being used on this connection.
15071 Because of this, you may want to set the LDAP feature
15072 <A HREF="h_config_ldap_opts_tls">&quot;Attempt-TLS-On-Connection&quot;</A>
15073 or the feature
15074 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
15075 if you are going to be providing a password.
15076 <P><UL>
15077 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15078 </UL>
15080 &lt;End of help on this topic&gt;
15081 </BODY>
15082 </HTML>
15083 ======= h_config_ldap_opts_impl =======
15084 <HTML>
15085 <HEAD>
15086 <TITLE>LDAP FEATURE: Use-Implicitly-From-Composer</TITLE>
15087 </HEAD>
15088 <BODY>
15089 <H1>LDAP FEATURE: Use-Implicitly-From-Composer</H1>
15091 Set this to have lookups done to this server implicitly from the composer.
15092 If an address doesn't look like a fully-qualified address, it will be looked
15093 up in your address books, and if it doesn't match a nickname there, then it
15094 will be looked up on the LDAP servers that have this feature set.
15095 The lookups will also be done when using the address completion feature
15096 (TAB command) in the composer if any of the serves have this feature set.
15097 Also see the LDAP feature
15098 <A HREF="h_config_ldap_opts_rhs">&quot;Lookup-Addrbook-Contents&quot;</A>
15099 and the Setup/Config feature
15100 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
15102 &lt;End of help on this topic&gt;
15103 </BODY>
15104 </HTML>
15105 ======= h_config_ldap_opts_tls =======
15106 <HTML>
15107 <HEAD>
15108 <TITLE>LDAP FEATURE: Attempt-TLS-On-Connection</TITLE>
15109 </HEAD>
15110 <BODY>
15111 <H1>LDAP FEATURE: Attempt-TLS-On-Connection</H1>
15113 When connecting to this server Alpine will attempt to use TLS encryption
15114 on the connection.
15115 Also see the closely related feature
15116 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
15118 Note that if this option is set, then 
15119 <A HREF="h_config_ldap_opts_ldaps">
15120 &quot;Require-LDAPS-On-Connection&quot;</A>
15121 can not be enabled for this server. You must disable this feature in
15122 order to use 
15123 <A HREF="h_config_ldap_opts_ldaps">
15124 &quot;Require-LDAPS-On-Connection&quot;</A>
15126 &lt;End of help on this topic&gt;
15127 </BODY>
15128 </HTML>
15129 ======= h_config_ldap_opts_tlsmust =======
15130 <HTML>
15131 <HEAD>
15132 <TITLE>LDAP FEATURE: Require-TLS-On-Connection</TITLE>
15133 </HEAD>
15134 <BODY>
15135 <H1>LDAP FEATURE: Require-TLS-On-Connection</H1>
15137 When connecting to this server Alpine will attempt to use TLS encryption
15138 on the connection.
15139 If the StartTLS operation fails then the connection will not be used.
15141 Note that if this option is set, then 
15142 <A HREF="h_config_ldap_opts_ldaps">
15143 &quot;Require-LDAPS-On-Connection&quot;</A>
15144 can not be enabled for this server. You must disable this feature in
15145 order to use 
15146 <A HREF="h_config_ldap_opts_ldaps">
15147 &quot;Require-LDAPS-On-Connection&quot;</A>
15149 &lt;End of help on this topic&gt;
15150 </BODY>
15151 </HTML>
15152 ======= h_config_ldap_opts_ldaps =======
15153 <HTML>
15154 <HEAD>
15155 <TITLE>LDAP FEATURE: Require-LDAPS-On-Connection</TITLE>
15156 </HEAD>
15157 <BODY>
15158 <H1>LDAP FEATURE: Require-LDAPS-On-Connection</H1>
15160 When connecting to this server Alpine will use LDAPS (LDAP over SSL/TLS) 
15161 on the connection.
15163 This feature can not be used along with 
15164 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
15165  or
15166 <A HREF="h_config_ldap_opts_tls">&quot;Attempt-TLS-On-Connection&quot;</A>.
15167 If you want to connect using StartTLS to this server, you must disable
15168 this feature first.
15170 &lt;End of help on this topic&gt;
15171 </BODY>
15172 </HTML>
15173 ====== h_config_ldap_opts_rhs =====
15174 <HTML>
15175 <HEAD>
15176 <TITLE>LDAP FEATURE: Lookup-Addrbook-Contents</TITLE>
15177 </HEAD>
15178 <BODY>
15179 <H1>LDAP FEATURE: Lookup-Addrbook-Contents</H1>
15181 Normally implicit LDAP lookups from the composer are done only for the
15182 strings you type in from the composer screen. In other words, you type in
15183 something in the To or CC field and press return, then the string is looked up.
15184 First that string is looked up in your address books. If a match is found
15185 there, then the results of that match are looked up again. If you place
15186 a string in your address book that you want to have looked up on the LDAP
15187 directory server, you need to turn on this feature. If you set this feature
15188 for a server, you almost always will also want to set the
15189 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
15190 feature. An example might serve to best illustrate this feature.
15192 If an LDAP lookup of &quot;William Clinton&quot; normally returns an
15193 entry with an
15194 address of pres@whitehouse.gov, then you might put an entry in your address
15195 book that looks like:
15197 <CENTER><SAMP>Nickname = bill</SAMP></CENTER><BR>
15198 <CENTER><SAMP>Address = &quot;William Clinton&quot;</SAMP></CENTER>
15200 Now, when you type &quot;bill&quot; into an
15201 address field in the composer Alpine will
15202 find the &quot;bill&quot; entry in your address book.
15203 It will replace &quot;bill&quot; with
15204 &quot;William Clinton&quot;.
15205 It will then search for an entry with that nickname
15206 in your address book and not find one. If this feature
15207 is set, Alpine will then attempt to lookup
15208 &quot;William Clinton&quot; on the LDAP server and find the entry with address
15209 pres@whitehouse.gov.
15211 A better way to accomplish the same thing is probably to use the feature
15212 <A HREF="h_config_ldap_opts_ref">&quot;Save-Search-Criteria-Not-Result&quot;</A>.
15214 &lt;End of help on this topic&gt;
15215 </BODY>
15216 </HTML>
15217 ====== h_config_ldap_opts_ref =====
15218 <HTML>
15219 <HEAD>
15220 <TITLE>LDAP FEATURE: Save-Search-Criteria-Not-Result</TITLE>
15221 </HEAD>
15222 <BODY>
15223 <H1>LDAP FEATURE: Save-Search-Criteria-Not-Result</H1>
15225 Normally when you save the results of an LDAP directory lookup to your
15226 address book the results of the lookup are saved. If this feature is set
15227 and the entry being saved was found on this directory server, then the
15228 search criteria is saved instead of the results of the search. When this
15229 address book entry is used in the future, instead of copying the results
15230 from the address book the directory lookup will be done again. This could
15231 be useful if the copied result might become stale because the data on
15232 the directory server changes (for example, the entry's email address changes).
15233 You probably don't want to set this feature if the server is at all slow or
15234 unreliable.
15236 The way this actually works is that instead of saving the email address
15237 in your address book, Alpine saves enough information to look up the same
15238 directory entry again. In particular, it saves the server name and the
15239 distinguished name of the entry. It's possible that the server administrators
15240 might change the format of distinguished names on the server, or that the
15241 entry might be removed from the server. If Alpine notices this, you will be warned
15242 and a backup copy of the email address will be used. You may want to create
15243 a new entry in this case, since you will get the annoying warning every
15244 time you use the old entry. You may do that by Saving the entry to a new
15245 nickname in the same address book. You will be asked whether or not you
15246 want to use the backup email address.
15248 A related feature in the Setup/Config screen is
15249 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
15251 &lt;End of help on this topic&gt;
15252 </BODY>
15253 </HTML>
15254 ======= h_config_ldap_opts_nosub =======
15255 <HTML>
15256 <HEAD>
15257 <TITLE>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</TITLE>
15258 </HEAD>
15259 <BODY>
15260 <H1>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</H1>
15262 Spaces in your input are normally handled specially.
15263 Each space character is replaced
15266 <CENTER><SAMP>*&nbsp;&lt;SPACE&gt;</SAMP></CENTER>
15268 in the search query (but not by &quot;* &lt;SPACE&gt; *&quot;).
15269 The reason this is done is so the input string
15271 <CENTER><SAMP>Greg Donald</SAMP></CENTER>
15273 (which is converted to &quot;Greg* Donald&quot;) will match
15274 the names &quot;Greg Donald&quot;,
15275 &quot;Gregory Donald&quot;, &quot;Greg F. Donald&quot;, and
15276 &quot;Gregory F Donald&quot;; but it won't match &quot;Greg McDonald&quot;.
15277 If the &quot;Search-Rule&quot; you were using was &quot;begins-with&quot;,
15278 then it would also match the name &quot;Greg Donaldson&quot;.
15280 Turning on this feature will disable this substitution.
15282 &lt;End of help on this topic&gt;
15283 </BODY>
15284 </HTML>
15285 ====== h_config_ldap_searchtypes =======
15286 <HTML>
15287 <HEAD>
15288 <TITLE>LDAP OPTION: Search-Type</TITLE>
15289 </HEAD>
15290 <BODY>
15291 <H1>LDAP OPTION: Search-Type</H1>
15293 This affects the way that LDAP searches are done.
15294 In particular, this tells the server where to look for the string to be matched.
15295 If set to &quot;name&quot; then the string that is being searched for will
15296 be compared with the string in the
15297 &quot;Name&quot; field on the server
15298 (technically, it is the &quot;commonname&quot; field on the server).
15299 &quot;Surname&quot; means we're looking for a
15300 match in the &quot;Surname&quot; field on the
15301 server (actually the &quot;sn&quot; field).
15302 &quot;Givenname&quot; really is &quot;givenname&quot;
15303 and &quot;email&quot; is the electronic mail address (this is actually the field
15304 called &quot;mail&quot; or &quot;electronicmail&quot; on the server).
15305 The other three types are combinations of
15306 the types listed so far. &quot;Name-or-email&quot;
15307 means the string should appear
15308 in either the &quot;name&quot; field OR the &quot;email&quot; field.
15309 Likewise, &quot;surname-or-givenname&quot;
15310 means &quot;surname&quot; OR &quot;givenname&quot;
15311 and &quot;sur-or-given-or-name-or-email&quot; means the obvious thing.
15313 This search TYPE is combined with the
15314 search <A HREF="h_config_ldap_searchrules">RULE</A>
15315 to form the actual search query.
15317 The usual default value for this
15318 option is &quot;sur-or-given-or-name-or-email&quot;.
15319 This type of search may be slow on some servers.
15320 Try &quot;name-or-email&quot;, which is often
15321 faster, or just &quot;name&quot; if the performance seems to be a problem.
15323 Some servers have been configured with different attribute names for
15324 these four fields.
15325 In other words, instead of using the attribute name &quot;mail&quot;
15326 for the email address field, the server might be configured to use something
15327 else, for example, &quot;rfc822mail&quot; or &quot;internetemailaddress&quot;.
15328 Alpine can be configured to use these different attribute names by using
15329 the four configuration options:
15330 <P><UL>
15331 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
15332 </UL>
15333 <P><UL>
15334 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
15335 </UL>
15336 <P><UL>
15337 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
15338 </UL>
15339 <P><UL>
15340 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
15341 </UL>
15343 &lt;End of help on this topic&gt;
15344 </BODY>
15345 </HTML>
15346 ====== h_config_ldap_searchrules =======
15347 <HTML>
15348 <HEAD>
15349 <TITLE>LDAP OPTION: Search-Rule</TITLE>
15350 </HEAD>
15351 <BODY>
15352 <H1>LDAP OPTION: Search-Rule</H1>
15354 This affects the way that LDAP searches are done.
15355 If set to &quot;equals&quot; then
15356 only exact matches count.
15357 &quot;Contains&quot; means that the string you type in
15358 is a substring of what you are matching against.
15359 &quot;Begins-with&quot; and &quot;ends-with&quot;
15360 mean that the string starts or ends with the string you type in.
15362 Spaces in your input are normally handled specially, but you can turn that
15363 special handling off with the
15364 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
15365 feature.
15367 The usual default value for this option is &quot;begins-with&quot;.
15369 &lt;End of help on this topic&gt;
15370 </BODY>
15371 </HTML>
15372 ======= h_config_ldap_email_attr =======
15373 <HTML>
15374 <HEAD>
15375 <TITLE>LDAP OPTION: EmailAttribute</TITLE>
15376 </HEAD>
15377 <BODY>
15378 <H1>LDAP OPTION: EmailAttribute</H1>
15380 This is the name of the attribute that is searched for when looking for
15381 an email address. The default value for this option is &quot;mail&quot; or
15382 &quot;electronicmail&quot;.
15383 If the server you are using uses a different attribute name for the email
15384 address, put that attribute name here.
15386 This will affect the search filter used if your Search-Type is one that
15387 contains a search for &quot;email&quot;.
15388 It will also cause the attribute value matching this attribute name to be used
15389 as the email address when you look up an entry from the composer.
15391 &lt;End of help on this topic&gt;
15392 </BODY>
15393 </HTML>
15394 ======= h_config_ldap_sn_attr =======
15395 <HTML>
15396 <HEAD>
15397 <TITLE>LDAP OPTION: SurnameAttribute</TITLE>
15398 </HEAD>
15399 <BODY>
15400 <H1>LDAP OPTION: SurnameAttribute</H1>
15402 This is the name of the attribute that is searched for when looking for
15403 the surname of the entry. The default value for this option is &quot;sn&quot;.
15404 If the server you are using uses a different attribute name for the surname,
15405 put that attribute name here.
15406 This will affect the search filter used if your Search-Type is one that
15407 contains a search for &quot;surname&quot;.
15409 &lt;End of help on this topic&gt;
15410 </BODY>
15411 </HTML>
15412 ======= h_config_ldap_gn_attr =======
15413 <HTML>
15414 <HEAD>
15415 <TITLE>LDAP OPTION: GivennameAttribute</TITLE>
15416 </HEAD>
15417 <BODY>
15418 <H1>LDAP OPTION: GivennameAttribute</H1>
15420 This is the name of the attribute that is searched for when looking for
15421 the given name of the entry. The default value for this option is &quot;givenname&quot;.
15422 If the server you are using uses a different attribute name for the given name,
15423 put that attribute name here.
15424 This will affect the search filter used if your Search-Type is one that
15425 contains a search for &quot;givenname&quot;.
15427 &lt;End of help on this topic&gt;
15428 </BODY>
15429 </HTML>
15430 ======= h_config_ldap_cn_attr =======
15431 <HTML>
15432 <HEAD>
15433 <TITLE>LDAP OPTION: NameAttribute</TITLE>
15434 </HEAD>
15435 <BODY>
15436 <H1>LDAP OPTION: NameAttribute</H1>
15438 This is the name of the attribute that is searched for when looking for
15439 the name of the entry. The default value for this option is &quot;cn&quot;, which
15440 stands for common name.
15441 If the server you are using uses a different attribute name for the name,
15442 put that attribute name here.
15443 This will affect the search filter used if your Search-Type is one that
15444 contains a search for &quot;name&quot;.
15446 &lt;End of help on this topic&gt;
15447 </BODY>
15448 </HTML>
15449 ======= h_config_ldap_time =======
15450 <HTML>
15451 <HEAD>
15452 <TITLE>LDAP OPTION: Timelimit</TITLE>
15453 </HEAD>
15454 <BODY>
15455 <H1>LDAP OPTION: Timelimit</H1>
15457 This places a limit on the number of seconds the LDAP search will continue.
15458 The default is 30 seconds. A value of 0 means no limit. Note that some servers
15459 may place limits of their own on searches.
15461 &lt;End of help on this topic&gt;
15462 </BODY>
15463 </HTML>
15464 ======= h_config_ldap_size =======
15465 <HTML>
15466 <HEAD>
15467 <TITLE>LDAP OPTION: Sizelimit</TITLE>
15468 </HEAD>
15469 <BODY>
15470 <H1>LDAP OPTION: Sizelimit</H1>
15472 This places a limit on the number of entries returned by the LDAP server.
15473 A value of 0 means no limit. The default is 0. Note that some servers
15474 may place limits of their own on searches.
15476 &lt;End of help on this topic&gt;
15477 </BODY>
15478 </HTML>
15479 ======= h_config_ldap_cust =======
15480 <HTML>
15481 <HEAD>
15482 <TITLE>LDAP OPTION: Custom-Search-Filter</TITLE>
15483 </HEAD>
15484 <BODY>
15485 <H1>LDAP OPTION: Custom-Search-Filter</H1>
15487 This one is for advanced users only! If you define this, then the
15488 &quot;Search-Type&quot; and &quot;Search-Rule&quot; defined are both ignored.
15489 However, the feature
15490 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
15491 is still in effect.
15492 That is, the space substitution will take place even in a custom filter unless
15493 you disable it.
15495 If your LDAP service stops working and you suspect it might be because
15496 of your custom filter, just delete this filter and try using the
15497 &quot;Search-Type&quot; and &quot;Search-Rule&quot; instead.
15498 Another option that sometimes causes trouble is the
15499 <A HREF="h_config_ldap_base">&quot;Search-Base&quot;</A> option.
15501 This variable may be set to the string representation of an LDAP search
15502 filter (see RFC1960). In the places where you want the address string to be
15503 substituted in, put a '%s' in this filter string. Here are some examples:
15505 A &quot;Search-Type&quot; of &quot;name&quot; with &quot;Search-Rule&quot; of &quot;begins-with&quot;
15506 is equivalent to the &quot;Custom-Search-Filter&quot;
15507 <PRE>
15508      (cn=%s*)
15509 </PRE>
15510 When you try to match against the string &quot;string&quot; the program replaces
15511 the &quot;%s&quot; with &quot;string&quot; (without the quotes). You may have multiple &quot;%s&quot;'s and
15512 they will all be replaced with the string. There is a limit of 10 &quot;%s&quot;'s.
15514 A &quot;Search-Type&quot; of &quot;name-or-email&quot; with &quot;Search-Rule&quot;
15515 of &quot;contains&quot; is equivalent to
15516 <PRE>
15517      (|(cn=*%s*)(mail=*%s*))
15518 </PRE>
15520 If your server uses a different attribute <EM>name</EM> than
15521 Alpine uses by default,
15522 (for example, it uses &quot;rfc822mail&quot; instead of &quot;mail&quot;),
15523 then you may be able to use one or more of the four attribute configuration
15524 options instead of defining a custom filter:
15525 <P><UL>
15526 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
15527 </UL>
15528 <P><UL>
15529 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
15530 </UL>
15531 <P><UL>
15532 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
15533 </UL>
15534 <P><UL>
15535 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
15536 </UL>
15538 &lt;End of help on this topic&gt;
15539 </BODY>
15540 </HTML>
15541 ======= h_composer_abook_comment =======
15542 <HTML>
15543 <HEAD>
15544 <TITLE>Addressbook Comment Explained</TITLE>
15545 </HEAD>
15546 <BODY>
15547 This is a comment to help you remember what this entry is. The WhereIs
15548 command searches comments so that it is easier to find an entry with a comment
15549 you know about attached to it. This field is not used in the outgoing message.
15551 Look <A HREF="h_edit_nav_cmds">here</A>
15552 to see the available Editing and Navigation commands.
15554 &lt;End of help on this topic&gt;
15555 </BODY>
15556 </HTML>
15557 ======= h_composer_abook_addrs =======
15558 <HTML>
15559 <HEAD>
15560 <TITLE>Addressbook Lists</TITLE>
15561 </HEAD>
15562 <BODY>
15563 <H1>Addressbook Lists</H1>
15565 This is a list of addresses to send to when sending to this address book
15566 entry.  Each member of the list may be an address or another nickname from
15567 any of your address books.  If it is an address, it is OK to include the
15568 full name field as well as the electronic address portion of that address.
15569 For example, the following are all legitimate entries in this field:
15571 <DL><DT>&nbsp;</DT>
15572 <DD>john&nbsp;&nbsp;&nbsp;&nbsp;(a nickname in your address book)
15573 <DD>jdoe@some.domain
15574 <DD>John Doe &lt;jdoe@some.domain&gt;
15575 </DL>
15577 The addresses should be listed separated by commas, just like you would
15578 enter them from the composer.
15582 The only difference between a distribution list and a simple entry with a
15583 single address, is that a distribution list has more than one address   
15584 listed in the Addresses: field, whereas a simple personal entry has just  
15585 one address.
15589 For individual address book entries, if there is a full name in the
15590 Fullname: field (filling in the Fullname: field is not required), it is
15591 used.  If the full name is specified in the Address: field and not in the
15592 Fullname: field, then the full name from the Address: field is used.
15596 If you type the nickname of a distribution list from one of your address 
15597 books in the Lcc: field, then the full name of that list is used in the  
15598 To: field.  If you put a list in the To: or Cc: fields, that list will be
15599 expanded into all of its addresses.  If the list has a full name, then
15600 that will appear at the beginning of the addresses.
15602 <DL><DT>&nbsp;</DT>
15603 <DD>Sewing Club &lt;john@somewhere&gt;, nancy@something.else, Sal
15604 &lt;sal@here.there&gt;
15605 </DL>
15607 If the first address in the distribution list also has a full name, then
15608 the list full name and that full name are combined into something like the
15609 following:
15611 <DL><DT>&nbsp;</DT>
15612 <DD>Sewing Club -- John Smith &lt;john@somewhere&gt;
15613 </DL>
15616 If you specify a list via Lcc, the full name is used in the To: line.  If
15617 you specify a list in the To: or Cc: fields, then it uses the same method
15618 as for individual entries for filling in the full name.
15622 For help with editing and navigation commands, check the Help for the
15623 Nickname: field.
15626 &lt;End of help on this topic&gt;
15627 </BODY>
15628 </HTML>
15629 ======= h_config_role_nick =======
15630 <HTML>
15631 <HEAD>
15632 <TITLE>Nickname Explained</TITLE>
15633 </HEAD>
15634 <BODY>
15635 <H1>Nickname Explained</H1>
15637 This is a nickname to help you.
15638 You should have a different nickname for each role you define.
15639 The nickname will be used in the SETUP ROLE RULES screen to allow you to
15640 pick a role to edit.
15641 It will also be used when you send a message to let you know you are
15642 sending with a different role than you use by default, and
15643 it will be useful for choosing a role when composing with the Role command
15644 or when composing with one of the Role Uses set to With Confirmation.
15645 This field is not used in the outgoing message.
15647 Look <A HREF="h_edit_nav_cmds">here</A>
15648 to see the available Editing and Navigation commands.
15650 &lt;End of help on this topic&gt;
15651 </BODY>
15652 </HTML>
15653 ======= h_config_role_comment =======
15654 <HTML>
15655 <HEAD>
15656 <TITLE>Comment Explained</TITLE>
15657 </HEAD>
15658 <BODY>
15659 <H1>Comment Explained</H1>
15661 This is a comment to help you.
15662 This comment does not play any functional role, it is simply an optional
15663 comment to help you remember what the rule is for.
15665 Look <A HREF="h_edit_nav_cmds">here</A>
15666 to see the available Editing and Navigation commands.
15668 &lt;End of help on this topic&gt;
15669 </BODY>
15670 </HTML>
15671 ======= h_config_other_nick =======
15672 <HTML>
15673 <HEAD>
15674 <TITLE>Nickname Explained</TITLE>
15675 </HEAD>
15676 <BODY>
15677 <H1>Nickname Explained</H1>
15679 This is a nickname to help you.
15680 You should have a different nickname for each rule you define.
15681 The nickname will be used in the SETUP OTHER RULES screen to allow you to
15682 pick a rule to edit.
15684 Look <A HREF="h_edit_nav_cmds">here</A>
15685 to see the available Editing and Navigation commands.
15687 &lt;End of help on this topic&gt;
15688 </BODY>
15689 </HTML>
15690 ======= h_config_score_nick =======
15691 <HTML>
15692 <HEAD>
15693 <TITLE>Nickname Explained</TITLE>
15694 </HEAD>
15695 <BODY>
15696 <H1>Nickname Explained</H1>
15698 This is a nickname to help you.
15699 You should have a different nickname for each scoring rule you define.
15700 The nickname will be used in the SETUP SCORING RULES screen to allow you to
15701 pick a rule to edit.
15703 Look <A HREF="h_edit_nav_cmds">here</A>
15704 to see the available Editing and Navigation commands.
15706 &lt;End of help on this topic&gt;
15707 </BODY>
15708 </HTML>
15709 ======= h_config_incol_nick =======
15710 <HTML>
15711 <HEAD>
15712 <TITLE>Nickname Explained</TITLE>
15713 </HEAD>
15714 <BODY>
15715 <H1>Nickname Explained</H1>
15717 This is a nickname to help you.
15718 You should have a different nickname for each color rule you define.
15719 The nickname will be used in the SETUP INDEX COLOR RULES screen to allow you to
15720 pick a rule to edit.
15722 Look <A HREF="h_edit_nav_cmds">here</A>
15723 to see the available Editing and Navigation commands.
15725 &lt;End of help on this topic&gt;
15726 </BODY>
15727 </HTML>
15728 ======= h_config_filt_nick =======
15729 <HTML>
15730 <HEAD>
15731 <TITLE>Nickname Explained</TITLE>
15732 </HEAD>
15733 <BODY>
15734 <H1>Nickname Explained</H1>
15736 This is a nickname to help you.
15737 You should have a different nickname for each filtering rule you define.
15738 The nickname will be used in the SETUP FILTERING RULES screen to allow you to
15739 pick a rule to edit.
15741 Look <A HREF="h_edit_nav_cmds">here</A>
15742 to see the available Editing and Navigation commands.
15744 &lt;End of help on this topic&gt;
15745 </BODY>
15746 </HTML>
15747 ======= h_config_score_topat =======
15748 <HTML>
15749 <HEAD>
15750 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15751 </HEAD>
15752 <BODY>
15753 <H1>&quot;To:&quot; Pattern Explained</H1>
15755 Any text you enter as the &quot;To pattern&quot;
15756 will be compared to the recipients from the To: line of
15757 the message being scored.
15758 When the text you entered matches
15759 all or part of the To: line of a message, then the Score Value
15760 you have specified will be added to the score for the message.
15761 (Any other non-blank parts of the Pattern must match, too.)
15764 You may enter a complete email address, part of an address, or a
15765 list of addresses or partial addresses.
15766 For example:
15769 <PRE>
15770  To pattern = friend@public.com
15772  To pattern = rated.net
15774  To pattern = xxx@adults.com
15775               admin@msn.com
15776               fool@motleyfool.com
15777 </PRE>
15780 Each of those are valid To patterns.
15783 Messages match those patterns if any of the
15784 addresses in the To: line of the message contains the pattern.
15785 If the pattern is a list of patterns
15786 (like the last example above) then it is a match if any of the patterns in
15787 the list match any of the addresses in the To: line.
15788 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15789 present for a match.
15790 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15791 address2 must be present.
15792 That is exactly what using a list does.)
15795 Some messages may be &quot;bounced&quot; to you, and will
15796 have a &quot;Resent-To:&quot; header line.
15797 If the message contains a Resent-To: line
15798 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15799 Alpine will look for
15800 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15801 the original To: line.
15804 When entering a pattern, you may choose an address from your address book
15805 with the &quot;T&quot; command.
15808 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15809 &quot;!&quot; &quot;toggle NOT&quot; command.
15810 This changes the meaning of the To pattern so that it has the opposite meaning.
15811 It will be considered a match if there are no matches between the
15812 addresses in the To: line and the list of To patterns.
15814 Don't make the mistake of putting the &quot;!&quot; in the data field for
15815 the pattern.
15816 For example, if you type the characters &quot;!frizzle&quot; into the To
15817 pattern, the pattern will look like:
15819 <PRE>
15820  To pattern = !frizzle
15821 </PRE>
15823 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15824 In order to match messages that do not have &quot;frizzle&quot; in
15825 their To field, first type the characters &quot;frizzle&quot; followed
15826 by carriage return for the value of the To pattern, then negate it
15827 by typing the &quot;!&quot; command.
15828 It should end up looking like
15830 <PRE>
15831  ! To pattern = frizzle
15832 </PRE>
15834 You are not limited to using the six standard header patterns that are
15835 normally shown (To, From, Sender, Cc, News, and Subject).
15836 You may add any other header to a Pattern by
15837 using the &quot;eXtraHdr&quot; command to specify a different
15838 message header line; and then the Add or Change command to fill in
15839 a pattern for the new header line, just like you would for a standard header.
15841 A technicality: Since comma is the character used to separate multiple
15842 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15843 you want to include a literal comma in the field.
15844 In other words, if you type a backslash followed by a comma it will
15845 be interpreted as a comma by Alpine, instead of as a separator between
15846 pattern values.
15847 All other backslashes are literal backslashes and should not be escaped.
15849 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15850 for more information on Patterns.
15852 Look <A HREF="h_edit_nav_cmds">here</A>
15853 to see the available Editing and Navigation commands.
15855 &lt;End of help on this topic&gt;
15856 </BODY>
15857 </HTML>
15858 ======= h_config_incol_topat =======
15859 <HTML>
15860 <HEAD>
15861 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15862 </HEAD>
15863 <BODY>
15864 <H1>&quot;To:&quot; Pattern Explained</H1>
15866 Any text you enter as the &quot;To pattern&quot;
15867 will be compared to the recipients from the To: lines of
15868 the messages in the index.
15869 When the text you entered matches
15870 all or part of the To: line of a message, then the Index Line Color you have
15871 specified will be used for that line in the index.
15872 (Any other non-blank parts of the Pattern must match, too.)
15875 You may enter a complete email address, part of an address, or a
15876 list of addresses or partial addresses.
15877 For example:
15880 <PRE>
15881  To pattern = friend@public.com
15882  To pattern = rated.net
15883  To pattern = xxx@adults.com
15884               admin@msn.com
15885               fool@motleyfool.com
15886 </PRE>
15889 Each of those are valid To patterns.
15892 Messages match those patterns if any of the
15893 addresses in the To: line of the message contains the pattern.
15894 If the pattern is a list of patterns
15895 (like the last example above) then it is a match if any of the patterns in
15896 the list match any of the addresses in the To: line.
15897 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15898 present for a match.
15899 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15900 address2 must be present.
15901 That is exactly what using a list does.)
15904 Some messages may be &quot;bounced&quot; to you, and will
15905 have a &quot;Resent-To:&quot; header line.
15906 If the message contains a Resent-To: line
15907 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15908 Alpine will look for
15909 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15910 the original To: line.
15913 When entering a pattern, you may choose an address from your address book
15914 with the &quot;T&quot; command.
15917 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15918 &quot;!&quot; &quot;toggle NOT&quot; command.
15919 This changes the meaning of the To pattern so that it has the opposite meaning.
15920 It will be considered a match if there are no matches between the
15921 addresses in the To: line and the list of To patterns.
15923 Don't make the mistake of putting the &quot;!&quot; in the data field for
15924 the pattern.
15925 For example, if you type the characters &quot;!frizzle&quot; into the To
15926 pattern, the pattern will look like:
15928 <PRE>
15929  To pattern = !frizzle
15930 </PRE>
15932 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15933 In order to match messages that do not have &quot;frizzle&quot; in
15934 their To field, first type the characters &quot;frizzle&quot; followed
15935 by carriage return for the value of the To pattern, then negate it
15936 by typing the &quot;!&quot; command.
15937 It should end up looking like
15939 <PRE>
15940  ! To pattern = frizzle
15941 </PRE>
15944 You are not limited to using the six standard header patterns that are
15945 normally shown (To, From, Sender, Cc, News, and Subject).
15946 You may add any other header to a Pattern by
15947 using the &quot;eXtraHdr&quot; command to specify a different
15948 message header line; and then the Add or Change command to fill in
15949 a pattern for the new header line, just like you would for a standard header.
15951 A technicality: Since comma is the character used to separate multiple
15952 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15953 you want to include a literal comma in the field.
15954 In other words, if you type a backslash followed by a comma it will
15955 be interpreted as a comma by Alpine, instead of as a separator between
15956 pattern values.
15957 All other backslashes are literal backslashes and should not be escaped.
15959 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15960 for more information on Patterns.
15962 Look <A HREF="h_edit_nav_cmds">here</A>
15963 to see the available Editing and Navigation commands.
15965 &lt;End of help on this topic&gt;
15966 </BODY>
15967 </HTML>
15968 ======= h_config_other_topat =======
15969 <HTML>
15970 <HEAD>
15971 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15972 </HEAD>
15973 <BODY>
15974 <H1>&quot;To:&quot; Pattern Explained</H1>
15976 For some of the OTHER RULES actions, there is no message that is being
15977 compared against.
15978 If that is the case, then only the Current Folder Type is checked.
15979 In particular, this To pattern is ignored.
15980 Actions that fall into this category include both
15981 Sort Order and Index Format.
15983 A technicality: Since comma is the character used to separate multiple
15984 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15985 you want to include a literal comma in the field.
15986 In other words, if you type a backslash followed by a comma it will
15987 be interpreted as a comma by Alpine, instead of as a separator between
15988 pattern values.
15989 All other backslashes are literal backslashes and should not be escaped.
15991 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15992 for more information on Patterns.
15994 Look <A HREF="h_edit_nav_cmds">here</A>
15995 to see the available Editing and Navigation commands.
15997 &lt;End of help on this topic&gt;
15998 </BODY>
15999 </HTML>
16000 ======= h_config_filt_topat =======
16001 <HTML>
16002 <HEAD>
16003 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
16004 </HEAD>
16005 <BODY>
16006 <H1>&quot;To:&quot; Pattern Explained</H1>
16008 Any text you enter as the &quot;To pattern&quot;
16009 will be compared to the recipients from the To: line of
16010 messages when Alpine opens folders.
16011 When the text you entered matches
16012 all or part of the To: line of a message, then the Filter Action you have
16013 specified will be carried out.
16014 (Any other non-blank parts of the Pattern must match, too.)
16017 You may enter a complete email address, part of an address, or a
16018 list of addresses or partial addresses.
16019 For example:
16022 <PRE>
16023  To pattern = friend@public.com
16024  To pattern = rated.net
16025  To pattern = xxx@adults.com
16026               admin@msn.com
16027               fool@motleyfool.com
16028 </PRE>
16031 Each of those are valid To patterns.
16034 Messages match those patterns if any of the
16035 addresses in the To: line of the message contains the pattern.
16036 If the pattern is a list of patterns
16037 (like the last example above) then it is a match if any of the patterns in
16038 the list match any of the addresses in the To: line.
16039 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
16040 present for a match.
16041 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
16042 address2 must be present.
16043 That is exactly what using a list does.)
16046 Some messages may be &quot;bounced&quot; to you, and will
16047 have a &quot;Resent-To:&quot; header line.
16048 If the message contains a Resent-To: line
16049 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
16050 Alpine will look for
16051 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
16052 the original To: line.
16055 When entering a pattern, you may choose an address from your address book
16056 with the &quot;T&quot; command.
16059 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
16060 &quot;!&quot; &quot;toggle NOT&quot; command.
16061 This changes the meaning of the To pattern so that it has the opposite meaning.
16062 It will be considered a match if there are no matches between the
16063 addresses in the To: line and the list of To patterns.
16065 Don't make the mistake of putting the &quot;!&quot; in the data field for
16066 the pattern.
16067 For example, if you type the characters &quot;!frizzle&quot; into the To
16068 pattern, the pattern will look like:
16070 <PRE>
16071  To pattern = !frizzle
16072 </PRE>
16074 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16075 In order to match messages that do not have &quot;frizzle&quot; in
16076 their To field, first type the characters &quot;frizzle&quot; followed
16077 by carriage return for the value of the To pattern, then negate it
16078 by typing the &quot;!&quot; command.
16079 It should end up looking like
16081 <PRE>
16082  ! To pattern = frizzle
16083 </PRE>
16086 You are not limited to using the six standard header patterns that are
16087 normally shown (To, From, Sender, Cc, News, and Subject).
16088 You may add any other header to a Pattern by
16089 using the &quot;eXtraHdr&quot; command to specify a different
16090 message header line; and then the Add or Change command to fill in
16091 a pattern for the new header line, just like you would for a standard header.
16093 A technicality: Since comma is the character used to separate multiple
16094 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16095 you want to include a literal comma in the field.
16096 In other words, if you type a backslash followed by a comma it will
16097 be interpreted as a comma by Alpine, instead of as a separator between
16098 pattern values.
16099 All other backslashes are literal backslashes and should not be escaped.
16101 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16102 for more information on Patterns.
16104 Look <A HREF="h_edit_nav_cmds">here</A>
16105 to see the available Editing and Navigation commands.
16107 &lt;End of help on this topic&gt;
16108 </BODY>
16109 </HTML>
16110 ======= h_config_role_topat =======
16111 <HTML>
16112 <HEAD>
16113 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
16114 </HEAD>
16115 <BODY>
16116 <H1>&quot;To:&quot; Pattern Explained</H1>
16118 Any text you enter as the &quot;To pattern&quot;
16119 will be compared to the recipients from the To: line of
16120 the message being replied to or forwarded.
16121 (Any other non-blank parts of the Pattern must match, too.)
16122 In the case of the Compose command, this pattern and the other header
16123 patterns are ignored.
16126 You may enter a complete email address, part of an address, or a
16127 list of addresses or partial addresses.
16128 For example:
16131 <PRE>
16132  To pattern = friend@public.com
16133  To pattern = rated.net
16134  To pattern = xxx@adults.com
16135               admin@msn.com
16136               fool@motleyfool.com
16137 </PRE>
16140 Each of those are valid To patterns.
16143 Messages match those patterns if any of the
16144 addresses in the To: line of the message contains the pattern.
16145 If the pattern is a list of patterns
16146 (like the last example above) then it is a match if any of the patterns in
16147 the list match any of the addresses in the To: line.
16148 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
16149 present for a match.
16150 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
16151 address2 must be present.
16152 That is exactly what using a list does.)
16155 Some messages may be &quot;bounced&quot; to you, and will
16156 have a &quot;Resent-To:&quot; header line.
16157 If the message contains a Resent-To: line
16158 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
16159 Alpine will look for
16160 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
16161 the original To: line.
16164 When entering a pattern, you may choose an address from your address book
16165 with the &quot;T&quot; command.
16168 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
16169 &quot;!&quot; &quot;toggle NOT&quot; command.
16170 This changes the meaning of the To pattern so that it has the opposite meaning.
16171 It will be considered a match if there are no matches between the
16172 addresses in the To: line and the list of To patterns.
16174 Don't make the mistake of putting the &quot;!&quot; in the data field for
16175 the pattern.
16176 For example, if you type the characters &quot;!frizzle&quot; into the To
16177 pattern, the pattern will look like:
16179 <PRE>
16180  To pattern = !frizzle
16181 </PRE>
16183 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16184 In order to match messages that do not have &quot;frizzle&quot; in
16185 their To field, first type the characters &quot;frizzle&quot; followed
16186 by carriage return for the value of the To pattern, then negate it
16187 by typing the &quot;!&quot; command.
16188 It should end up looking like
16190 <PRE>
16191  ! To pattern = frizzle
16192 </PRE>
16195 You are not limited to using the six standard header patterns that are
16196 normally shown (To, From, Sender, Cc, News, and Subject).
16197 You may add any other header to a Pattern by
16198 using the &quot;eXtraHdr&quot; command to specify a different
16199 message header line; and then the Add or Change command to fill in
16200 a pattern for the new header line, just like you would for a standard header.
16202 A technicality: Since comma is the character used to separate multiple
16203 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16204 you want to include a literal comma in the field.
16205 In other words, if you type a backslash followed by a comma it will
16206 be interpreted as a comma by Alpine, instead of as a separator between
16207 pattern values.
16208 All other backslashes are literal backslashes and should not be escaped.
16210 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16211 for more information on Patterns.
16213 Look <A HREF="h_edit_nav_cmds">here</A>
16214 to see the available Editing and Navigation commands.
16216 &lt;End of help on this topic&gt;
16217 </BODY>
16218 </HTML>
16219 ======= h_config_role_frompat =======
16220 <HTML>
16221 <HEAD>
16222 <TITLE>&quot;From:&quot; Pattern Explained</TITLE>
16223 </HEAD>
16224 <BODY>
16225 <H1>&quot;From:&quot; Pattern Explained</H1>
16227 This is just like the &quot;To pattern&quot; except that it is compared with
16228 the address in the From: line of the message
16229 instead of the addresses from the To: line.
16230 See the help for the To pattern for more information on header patterns.
16232 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16233 for more information on Patterns.
16235 Look <A HREF="h_edit_nav_cmds">here</A>
16236 to see the available Editing and Navigation commands.
16238 &lt;End of help on this topic&gt;
16239 </BODY>
16240 </HTML>
16241 ======= h_config_role_senderpat =======
16242 <HTML>
16243 <HEAD>
16244 <TITLE>&quot;Sender:&quot; Pattern Explained</TITLE>
16245 </HEAD>
16246 <BODY>
16247 <H1>&quot;Sender:&quot; Pattern Explained</H1>
16249 This is just like the &quot;To pattern&quot; except that it is compared with
16250 the address from the Sender: line of the message
16251 instead of the addresses from the To: line.
16252 See the help for the To pattern for more information on header patterns.
16254 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16255 for more information on Patterns.
16257 Look <A HREF="h_edit_nav_cmds">here</A>
16258 to see the available Editing and Navigation commands.
16260 &lt;End of help on this topic&gt;
16261 </BODY>
16262 </HTML>
16263 ======= h_config_role_ccpat =======
16264 <HTML>
16265 <HEAD>
16266 <TITLE>&quot;Cc:&quot; Pattern Explained</TITLE>
16267 </HEAD>
16268 <BODY>
16269 <H1>&quot;Cc:&quot; Pattern Explained</H1>
16271 This is just like the &quot;To pattern&quot; except that it is compared with
16272 the addresses from the Cc: line of the message
16273 instead of the addresses from the To: line.
16274 See the help for the To pattern for more information on header patterns.
16276 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16277 for more information on Patterns.
16279 Look <A HREF="h_edit_nav_cmds">here</A>
16280 to see the available Editing and Navigation commands.
16282 &lt;End of help on this topic&gt;
16283 </BODY>
16284 </HTML>
16285 ======= h_config_role_recippat =======
16286 <HTML>
16287 <HEAD>
16288 <TITLE>Recipient Pattern Explained</TITLE>
16289 </HEAD>
16290 <BODY>
16291 <H1>Recipient Pattern Explained</H1>
16293 This is just like the &quot;To pattern&quot; except that it is compared with
16294 the addresses from both the To: line and the Cc: line of the
16295 message instead of just the addresses from the To: line.
16296 In other words, it is considered a match if the pattern matches
16297 <EM>EITHER</EM> an address in the To: line <EM>OR</EM> an address
16298 in the Cc: line.
16299 (Notice that defining the Recipient pattern does not have the same
16300 effect as defining both the To and Cc patterns.
16301 Recipient is To <EM>OR</EM> Cc; not To <EM>AND</EM> Cc.
16302 It is equivalent to having two different rules;
16303 one with a To pattern and the other with the same Cc pattern.)
16305 A technicality: Since comma is the character used to separate multiple
16306 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16307 you want to include a literal comma in the field.
16308 In other words, if you type a backslash followed by a comma it will
16309 be interpreted as a comma by Alpine, instead of as a separator between
16310 pattern values.
16311 All other backslashes are literal backslashes and should not be escaped.
16313 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16314 for more information on Patterns.
16316 Look <A HREF="h_edit_nav_cmds">here</A>
16317 to see the available Editing and Navigation commands.
16319 &lt;End of help on this topic&gt;
16320 </BODY>
16321 </HTML>
16322 ======= h_config_role_particpat =======
16323 <HTML>
16324 <HEAD>
16325 <TITLE>Participant Pattern Explained</TITLE>
16326 </HEAD>
16327 <BODY>
16328 <H1>Participant Pattern Explained</H1>
16330 This is just like the &quot;To pattern&quot; except that it is compared with
16331 the addresses from the From: line, the To: line, and the Cc: line of the
16332 message instead of just the addresses from the To: line.
16333 In other words, it is considered a match if the pattern matches
16334 <EM>EITHER</EM> an address in the From: line, <EM>OR</EM> an address
16335 in the To: line, <EM>OR</EM> an address in the Cc: line.
16336 (Notice that defining the Participant pattern does not have the same
16337 effect as defining all of the From, To, and Cc patterns.
16338 Participant is From <EM>OR</EM> To <EM>OR</EM> Cc; not
16339 From <EM>AND</EM> To <EM>AND</EM> Cc.
16340 It is equivalent to having three different rules;
16341 one with a From pattern, another with the same To pattern, and a third with
16342 the same Cc pattern.)
16344 A technicality: Since comma is the character used to separate multiple
16345 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16346 you want to include a literal comma in the field.
16347 In other words, if you type a backslash followed by a comma it will
16348 be interpreted as a comma by Alpine, instead of as a separator between
16349 pattern values.
16350 All other backslashes are literal backslashes and should not be escaped.
16352 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16353 for more information on Patterns.
16355 Look <A HREF="h_edit_nav_cmds">here</A>
16356 to see the available Editing and Navigation commands.
16358 &lt;End of help on this topic&gt;
16359 </BODY>
16360 </HTML>
16361 ======= h_config_role_newspat =======
16362 <HTML>
16363 <HEAD>
16364 <TITLE>News Pattern Explained</TITLE>
16365 </HEAD>
16366 <BODY>
16367 <H1>News Pattern Explained</H1>
16369 If this pattern is non-blank, then for this rule to be considered a
16370 match, at least one of the newsgroups from
16371 the Newsgroups line of the message must match this pattern.
16372 If this pattern is a list of patterns, then at least one of the
16373 newsgroups must match at least one of the patterns.
16374 (Any other non-blank parts of the Pattern must match, too.)
16376 It is possible to add a <EM>NOT</EM> to the News Pattern meaning with the
16377 &quot;!&quot; &quot;toggle NOT&quot; command.
16378 This changes the meaning of the News pattern so that it has the opposite meaning.
16379 It will be considered a match if there are no matches between the
16380 addresses in the Newsgroups: line and the list of News patterns.
16382 Don't make the mistake of putting the &quot;!&quot; in the data field for
16383 the pattern.
16384 For example, if you type the characters &quot;!frizzle&quot; into the News
16385 pattern, the pattern will look like:
16387 <PRE>
16388  News pattern = !frizzle
16389 </PRE>
16391 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16392 In order to match messages that do not have &quot;frizzle&quot; in
16393 their Newsgroups header, first type the characters &quot;frizzle&quot; followed
16394 by carriage return for the value of the News pattern, then negate it
16395 by typing the &quot;!&quot; command.
16396 It should end up looking like
16398 <PRE>
16399  ! News pattern = frizzle
16400 </PRE>
16402 A technicality: Since comma is the character used to separate multiple
16403 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16404 you want to include a literal comma in the field.
16405 In other words, if you type a backslash followed by a comma it will
16406 be interpreted as a comma by Alpine, instead of as a separator between
16407 pattern values.
16408 All other backslashes are literal backslashes and should not be escaped.
16411 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16412 for more information on Patterns.
16414 Look <A HREF="h_edit_nav_cmds">here</A>
16415 to see the available Editing and Navigation commands.
16417 &lt;End of help on this topic&gt;
16418 </BODY>
16419 </HTML>
16420 ======= h_config_role_subjpat =======
16421 <HTML>
16422 <HEAD>
16423 <TITLE>&quot;Subject:&quot; Pattern Explained</TITLE>
16424 </HEAD>
16425 <BODY>
16426 <H1>&quot;Subject:&quot; Pattern Explained</H1>
16428 This is similar to the other parts of the Pattern.
16429 It is compared with
16430 the contents from the Subject of the message.
16432 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16433 for more information on Patterns.
16435 It is possible to add a <EM>NOT</EM> to the Subject Pattern meaning with the
16436 &quot;!&quot; &quot;toggle NOT&quot; command.
16437 This changes the meaning of the Subject pattern so that it has the opposite meaning.
16438 It will be considered a match if there are no matches between the
16439 text in the Subject: line and the list of Subject patterns.
16442 If you wish to have a header pattern that is not one of the six standard
16443 header patterns, you may add it with the &quot;eXtraHdr&quot; command.
16445 A technicality: Since comma is the character used to separate multiple
16446 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16447 you want to include a literal comma in the field.
16448 In other words, if you type a backslash followed by a comma it will
16449 be interpreted as a comma by Alpine, instead of as a separator between
16450 pattern values.
16451 All other backslashes are literal backslashes and should not be escaped.
16453 Look <A HREF="h_edit_nav_cmds">here</A>
16454 to see the available Editing and Navigation commands.
16456 &lt;End of help on this topic&gt;
16457 </BODY>
16458 </HTML>
16459 ======= h_config_role_alltextpat =======
16460 <HTML>
16461 <HEAD>
16462 <TITLE>AllText Pattern Explained</TITLE>
16463 </HEAD>
16464 <BODY>
16465 <H1>AllText Pattern Explained</H1>
16467 This is similar to the header patterns.
16468 Instead of comparing with text in a particular header field it 
16469 is compared with all of the text in the message header and body.
16471 It is possible to add a <EM>NOT</EM> to the AllText Pattern meaning with the
16472 &quot;!&quot; &quot;toggle NOT&quot; command.
16473 This changes the meaning of the AllText pattern so that it has the opposite meaning.
16474 It will be considered a match if there are no matches between the
16475 text of the message and the list of AllText patterns.
16477 Don't make the mistake of putting the &quot;!&quot; in the data field for
16478 the pattern.
16479 For example, if you type the characters &quot;!frizzle&quot; into the AllText
16480 pattern, the pattern will look like:
16482 <PRE>
16483  AllText pattern = !frizzle
16484 </PRE>
16486 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16487 In order to match messages that do not have &quot;frizzle&quot; in
16488 the text of the message, first type the characters &quot;frizzle&quot; followed
16489 by carriage return for the value of the AllText pattern, then negate it
16490 by typing the &quot;!&quot; command.
16491 It should end up looking like
16493 <PRE>
16494  ! AllText pattern = frizzle
16495 </PRE>
16497 It is possible that you may notice degraded performance when using
16498 AllText Patterns.
16500 A technicality: Since comma is the character used to separate multiple
16501 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16502 you want to include a literal comma in the field.
16503 In other words, if you type a backslash followed by a comma it will
16504 be interpreted as a comma by Alpine, instead of as a separator between
16505 pattern values.
16506 All other backslashes are literal backslashes and should not be escaped.
16508 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16509 for more information on Patterns.
16511 Look <A HREF="h_edit_nav_cmds">here</A>
16512 to see the available Editing and Navigation commands.
16514 &lt;End of help on this topic&gt;
16515 </BODY>
16516 </HTML>
16517 ======= h_config_role_bodytextpat =======
16518 <HTML>
16519 <HEAD>
16520 <TITLE>BodyText Pattern Explained</TITLE>
16521 </HEAD>
16522 <BODY>
16523 <H1>BodyText Pattern Explained</H1>
16525 This is similar to the header patterns.
16526 Instead of comparing with text in a particular header field it 
16527 is compared with all of the text in the message body.
16529 It is possible to add a <EM>NOT</EM> to the BodyText Pattern meaning with the
16530 &quot;!&quot; &quot;toggle NOT&quot; command.
16531 This changes the meaning of the BodyText pattern so that it has the opposite meaning.
16532 It will be considered a match if there are no matches between the
16533 text of the body of the message and the list of BodyText patterns.
16535 Don't make the mistake of putting the &quot;!&quot; in the data field for
16536 the pattern.
16537 For example, if you type the characters &quot;!frizzle&quot; into the BodyText
16538 pattern, the pattern will look like:
16540 <PRE>
16541  BdyText pattern = !frizzle
16542 </PRE>
16544 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16545 In order to match messages that do not have &quot;frizzle&quot; in
16546 their BodyText, first type the characters &quot;frizzle&quot; followed
16547 by carriage return for the value of the BodyText pattern, then negate it
16548 by typing the &quot;!&quot; command.
16549 It should end up looking like
16551 <PRE>
16552  ! BodyText pattern = frizzle
16553 </PRE>
16555 It is possible that you may notice degraded performance when using
16556 BodyText Patterns.
16558 A technicality: Since comma is the character used to separate multiple
16559 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16560 you want to include a literal comma in the field.
16561 In other words, if you type a backslash followed by a comma it will
16562 be interpreted as a comma by Alpine, instead of as a separator between
16563 pattern values.
16564 All other backslashes are literal backslashes and should not be escaped.
16566 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16567 for more information on Patterns.
16569 Look <A HREF="h_edit_nav_cmds">here</A>
16570 to see the available Editing and Navigation commands.
16572 &lt;End of help on this topic&gt;
16573 </BODY>
16574 </HTML>
16575 ======= h_config_role_charsetpat =======
16576 <HTML>
16577 <HEAD>
16578 <TITLE>Character Set Pattern Explained</TITLE>
16579 </HEAD>
16580 <BODY>
16581 <H1>Character Set Pattern Explained</H1>
16583 A message may use one or more character sets.
16584 This part of the Pattern matches messages that make use of
16585 certain specified character sets.
16586 It will be considered a match if a message uses any of the character
16587 sets in the list you give here.
16590 When filling in a value for this field, you may use
16591 the &quot;T&quot; command, which presents you with a large list of
16592 possible character sets to choose from.
16593 You may also just type in the name of a character set, and it need not
16594 be one that Alpine knows about.
16597 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
16598 GB2312) you may also use some shorthand names that Alpine provides.
16599 These names are more understandable shorthand names for sets of 
16600 character set names.
16601 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
16602 Selecting one of these shorthand names is equivalent to selecting all of
16603 the character sets that make up the set.
16604 You can see all of these shorthand names and the lists of character sets
16605 they stand for by typing the &quot;T&quot; command.
16608 For the purposes of this Pattern,
16609 Alpine will search through a message for all of the text parts and
16610 collect the character sets declared for each part.
16611 It will also look in the Subject line for a character set used there.
16612 Alpine does not actually look at the text of the message or the text
16613 of the Subject to determine if a declared character set is actually
16614 used, it looks only at the declarations themselves in the MIME part headers
16615 and in the Subject.
16618 It is possible to add a <EM>NOT</EM> to the Character Set Pattern meaning with the
16619 &quot;!&quot; &quot;toggle NOT&quot; command.
16620 This changes the meaning of the Character Set pattern so that
16621 it has the opposite meaning.
16622 It will be considered a match if none of the character sets in the
16623 list are used in a message.
16625 Don't make the mistake of putting the &quot;!&quot; in the data field for
16626 the pattern.
16627 For example, if you type the characters &quot;!GB2312&quot; into the
16628 Character Set pattern, the pattern will look like:
16630 <PRE>
16631  Charset pattern = !GB2312
16632 </PRE>
16634 This means you want to match the 7 character sequence &quot;!GB2312&quot;.
16635 In order to match messages that do not have the
16636 character set &quot;GB2312&quot;
16637 set, first type the characters &quot;GB2312&quot; followed
16638 by carriage return for the value of the Character Set pattern, then negate it
16639 by typing the &quot;!&quot; command.
16640 It should end up looking like
16642 <PRE>
16643  ! Charset pattern = GB2312
16644 </PRE>
16646 A technicality: Since comma is the character used to separate multiple
16647 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16648 you want to include a literal comma in the field.
16649 In other words, if you type a backslash followed by a comma it will
16650 be interpreted as a comma by Alpine, instead of as a separator between
16651 pattern values.
16652 All other backslashes are literal backslashes and should not be escaped.
16654 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16655 for more information on Patterns.
16657 Look <A HREF="h_edit_nav_cmds">here</A>
16658 to see the available Editing and Navigation commands.
16660 &lt;End of help on this topic&gt;
16661 </BODY>
16662 </HTML>
16663 ======= h_config_role_keywordpat =======
16664 <HTML>
16665 <HEAD>
16666 <TITLE>Keyword Pattern Explained</TITLE>
16667 </HEAD>
16668 <BODY>
16669 <H1>Keyword Pattern Explained</H1>
16671 A folder may have user-defined keywords.
16672 These are similar to the Important flag, which the user may set using the
16673 Flag command.
16674 The difference is that the Important flag is always present for each folder.
16675 User-defined keywords are picked by the user.
16676 You may add new keywords by defining them in the
16677 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
16678 After you have added a potential keyword with the <!--#echo var="VAR_keywords"--> option,
16679 the Flag command may be used to set or clear the keyword on individual messages.
16680 If you have given a keyword a nickname when configuring it,
16681 that nickname may be used instead of the actual keyword.
16684 When filling in a value for this field, it may be easiest to use
16685 the &quot;T&quot; command, which presents you with a list of the keywords
16686 you have defined to choose from.
16689 This part of the Pattern matches messages with certain keywords set.
16690 It will be considered a match if a message has any of the keywords in the
16691 list set.
16692 A keyword that you have not defined using the
16693 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
16694 will not be a match.
16697 It is possible to add a <EM>NOT</EM> to the Keyword Pattern meaning with the
16698 &quot;!&quot; &quot;toggle NOT&quot; command.
16699 This changes the meaning of the Keyword pattern so that it has the opposite meaning.
16700 It will be considered a match if none of the keywords in the list are set
16701 for a message.
16702 A keyword that you have not defined using the
16703 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
16704 will not be a match, so a <EM>NOT</EM> of that keyword does match.
16706 Don't make the mistake of putting the &quot;!&quot; in the data field for
16707 the pattern.
16708 For example, if you type the characters &quot;!frizzle&quot; into the Keyword
16709 pattern, the pattern will look like:
16711 <PRE>
16712  Keyword pattern = !frizzle
16713 </PRE>
16715 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16716 In order to match messages that do not have the keyword &quot;frizzle&quot;
16717 set, first type the characters &quot;frizzle&quot; followed
16718 by carriage return for the value of the Keyword pattern, then negate it
16719 by typing the &quot;!&quot; command.
16720 It should end up looking like
16722 <PRE>
16723  ! Keyword pattern = frizzle
16724 </PRE>
16726 A technicality: Since comma is the character used to separate multiple
16727 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16728 you want to include a literal comma in the field.
16729 In other words, if you type a backslash followed by a comma it will
16730 be interpreted as a comma by Alpine, instead of as a separator between
16731 pattern values.
16732 All other backslashes are literal backslashes and should not be escaped.
16734 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16735 for more information on Patterns.
16737 Look <A HREF="h_edit_nav_cmds">here</A>
16738 to see the available Editing and Navigation commands.
16740 &lt;End of help on this topic&gt;
16741 </BODY>
16742 </HTML>
16743 ======= h_config_role_arbpat =======
16744 <HTML>
16745 <HEAD>
16746 <TITLE>Extra Header Patterns Explained</TITLE>
16747 </HEAD>
16748 <BODY>
16749 <H1>Extra Header Patterns Explained</H1>
16751 The header patterns that come after the Participant pattern but before the 
16752 AllText pattern are extra header patterns that you have added to a rule's
16753 Pattern. These are just like the other header patterns except that
16754 the contents of the particular header listed on the left hand side will
16755 be used for comparisons.
16757 The &quot;eXtraHdr&quot; command may be used to add more of these
16758 header patterns to the rule you are editing.
16760 The &quot;RemoveHdr&quot; command may be used to delete the highlighted
16761 extra header pattern from the rule you are editing.
16763 It is possible to add a <EM>NOT</EM> to the Extra Header Pattern meaning with the
16764 &quot;!&quot; &quot;toggle NOT&quot; command.
16765 This changes the meaning of the pattern so that it has the opposite meaning.
16766 It will be considered a match if there are no matches between the
16767 text in the header line and the list of patterns.
16769 Don't make the mistake of putting the &quot;!&quot; in the data field for
16770 the pattern.
16771 For example, if you type the characters &quot;!frizzle&quot; into the
16772 pattern, the pattern will look like:
16774 <PRE>
16775  Xyz pattern = !frizzle
16776 </PRE>
16778 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16779 In order to match messages that do not have &quot;frizzle&quot; in
16780 their Xyz field, first type the characters &quot;frizzle&quot; followed
16781 by carriage return for the value of the pattern, then negate it
16782 by typing the &quot;!&quot; command.
16783 It should end up looking like
16785 <PRE>
16786  ! Xyz pattern = frizzle
16787 </PRE>
16790 A technicality: Since comma is the character used to separate multiple
16791 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16792 you want to include a literal comma in the field.
16793 In other words, if you type a backslash followed by a comma it will
16794 be interpreted as a comma by Alpine, instead of as a separator between
16795 pattern values.
16796 All other backslashes are literal backslashes and should not be escaped.
16798 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16799 for more information on Patterns.
16801 Look <A HREF="h_edit_nav_cmds">here</A>
16802 to see the available Editing and Navigation commands.
16804 &lt;End of help on this topic&gt;
16805 </BODY>
16806 </HTML>
16807 ======= h_config_role_cat_cmd =======
16808 <HTML>
16809 <HEAD>
16810 <TITLE>Categorizer Command Explained</TITLE>
16811 </HEAD>
16812 <BODY>
16813 <H1>Categorizer Command Explained</H1>
16815 This is a command that is run with its standard input set to the message
16816 being checked and its standard output discarded.
16817 The full directory path should be specified.
16818 The command will be run and then its exit status will be checked against
16819 the Exit Status Interval, which defaults to just the value zero.
16820 If the exit status of the command falls in the interval, it is considered
16821 a match, otherwise it is not a match.
16824 This option may actually be a list of commands.
16825 The first one that exists and is executable is used.
16826 That makes it possible to use the same configuration with Unix Alpine and
16827 PC-Alpine.
16830 If none of the commands in the list exists and is executable then the rule
16831 is <EM>not</EM> a match.
16832 If it is possible that the command may not exist, you should be careful
16833 to structure your rules so that nothing destructive
16834 happens when the command does not exist.
16835 For example, you might have a filter that filters away spam when there is
16836 a match but does nothing when there is not a match.
16837 That would cause no harm if the command didn't exist.
16838 However, if you have a filter that filters away spam when there is not
16839 a match and keeps it when there is a match, that would filter everything
16840 if the categorizer command didn't exist.
16842 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
16843 setup for the bogofilter filter.
16846 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16847 for more information on Patterns.
16849 Look <A HREF="h_edit_nav_cmds">here</A>
16850 to see the available Editing and Navigation commands.
16852 &lt;End of help on this topic&gt;
16853 </BODY>
16854 </HTML>
16855 ======= h_config_role_cat_cmd_example =======
16856 <HTML>
16857 <HEAD>
16858 <TITLE>Categorizer Command Example</TITLE>
16859 </HEAD>
16860 <BODY>
16861 <H1>Categorizer Command Example</H1>
16863 Bogofilter
16864 (<A HREF="http://bogofilter.sourceforge.net/">http://bogofilter.sourceforge.net/</A>)
16865 is a mail filter that attempts to classify mail as spam or
16866 non-spam using statistical analysis of the message content.
16867 When run with no arguments and a message as standard input, it exits with
16868 exit status 0 if it thinks a message is spam and 1 if it thinks
16869 it is not spam.
16870 To use bogofilter as your Categorizer Command you would simply set Command to
16871 the pathname of the bogofilter program.
16872 For example,
16874 <CENTER><SAMP>Command = /usr/local/bin/bogofilter</SAMP></CENTER>
16876 Exit status of zero is what you are interested in, so you'd set the
16877 Exit Status Interval to
16879 <CENTER><SAMP>Exit Status Interval = (0,0)</SAMP></CENTER>
16882 In order to prevent downloading an entire huge message to check for spam, you
16883 might want to set the Character Limit to a few thousand characters (the
16884 assumption being that the spam will reveal itself in those characters)
16886 <CENTER><SAMP>Character Limit = 50000</SAMP></CENTER>
16889 You would probably use bogofilter in an Alpine Filter Rule, and have the action
16890 be to move the message to a spam folder.
16891 It would usually be wise to also check the &quot;Message is Recent&quot;
16892 part of the rule so that messages are only checked when they first arrive,
16893 and to restrict the Current Folder Type to just your INBOX.
16894 The reason for checking only Recent messages is to save the time it takes
16895 to run bogofilter on each message.
16896 As an experiment, you might start out by using this in an Indexcolor Rule
16897 instead of a Filter Rule.
16898 In that case, you probably wouldn't check the Recent checkbox.
16900 The use described above assumes that you are somehow maintaining bogofilter's
16901 database of words associated with spam and non-spam messages.
16902 One way to start your database would be to select a bunch of spam messages
16903 in Alpine (you might Save spam messages to a special folder or use Alpine's
16904 Select command to select several) and then Apply
16905 (<A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>)
16906 a pipe command to the spam messages.
16907 For example, you could have a shell script or an alias
16908 called <EM>this_is_spam</EM>, which would simply be the command
16910 <CENTER><SAMP>bogofilter -s</SAMP></CENTER>
16913 It is probably best to use the pipe command's Raw Text, With Delimiter,
16914 and Free Output options,
16915 which are at the bottom of the screen when you type the pipe command.
16916 That's because bogofilter expects the raw message as input, and uses
16917 the Delimiters to tell when a new message starts.
16918 You would not need to use a separate pipe for each message, because
16919 bogofilter can handle multiple messages at once.
16921 Similarly, you would select a group of non-spam messages
16922 and run them through a <EM>this_is_nonspam</EM> script
16923 that was something like
16925 <CENTER><SAMP>bogofilter -n</SAMP></CENTER>
16928 For the more adventurous, the next step might be to automate the upkeep of
16929 the bogofilter database.
16930 It might make more sense to have bogofilter be part of the delivery process,
16931 but it is also possible to do it entirely from within Alpine.
16932 Instead of using just plain &quot;bogofilter&quot; as the Categorizer Command,
16933 the &quot;-u&quot; argument will cause bogofilter to update the database.
16935 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
16937 You'd want a couple more aliases or shell scripts called something like
16938 <EM>change_to_spam</EM>
16940 <CENTER><SAMP>bogofilter -Ns</SAMP></CENTER>
16943 <EM>change_to_nonspam</EM>
16945 <CENTER><SAMP>bogofilter -Sn</SAMP></CENTER>
16947 When you run across a message in your INBOX that should have been
16948 classified as spam you would pipe it to the change_to_spam script, and
16949 when you run across a message in your spam folder that should have been
16950 left in your INBOX you would pipe it through change_to_nonspam.
16953 There is a technical problem with this approach.
16954 Alpine may check your filters more than once.
16955 In particular, every time you start Alpine the filters will be checked for
16956 each message.
16957 Also, if you have any filters that depend on message state (New, Deleted, etc.)
16958 then Alpine will recheck for matches in messages that have changed state
16959 at the time you close the folder and before expunging.
16960 This is usually ok.
16961 However, in this case it is a problem because the command
16963 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
16965 has the side effect of updating the database.
16966 So you run the risk of updating the database multiple times for a single
16967 message instead of updating it just once per message.
16968 There are some ways to work around this problem.
16969 What you need is a way to mark the message after you have run the filter.
16970 One way to mark messages is with the use of a keyword (say &quot;Bogo&quot;).
16971 Besides having the filter move the message to a spam folder, also have it
16972 set the Bogo keyword.
16973 (Note that you will have to set up the &quot;Bogo&quot; keyword in the
16974 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in Setup/Config.)
16975 This rule can only set the Bogo keyword for the messages that it matches.
16976 You will also need to add a second rule right after this one that
16977 matches all the messages that don't have the Bogo keyword set
16978 (put the keyword in the Keyword pattern and toggle
16979 the Not with the ! command)
16980 and takes the action of setting it.
16981 Then change the &quot;bogofilter -u&quot; rule so that it won't be a match
16982 (and so it won't re-run the bogofilter command) if the keyword is already
16983 set.
16985 What you will end up with is a rule that runs &quot;bogofilter -u&quot;
16986 on all messages that don't have the Bogo keyword set.
16987 This will have the side effect of inserting that message in the bogofilter
16988 database, match or not.
16989 If this rule matches (it is spam), the Bogo keyword will be set and
16990 the message will be moved to a spam folder.
16991 If it does not match, the
16992 following rule will mark the message by turning on the keyword.
16993 This second rule should be a non-terminating
16994 (<A HREF="h_config_filt_opts_nonterm">Dont-Stop-Even-if-Rule-Matches</A>)
16995 rule so that it doesn't stop the filtering process before the rest of
16996 your rules are consulted.
16999 In summary, the first rule is something like
17000 <PRE>
17001   Nickname          = bogofilter -u rule
17002   Current Folder Type =
17003                (*) Specific
17004                    Folder = INBOX
17006   ! Keyword pattern = Bogo
17008   External Categorizer Commands =
17009        Command              = /usr/local/bin/bogofilter -u
17010        Exit Status Interval = (0,0)
17011        Character Limit      = <No Value Set: using "-1">  (optionally set this)
17013   Filter Action =
17014        (*) Move
17015            Folder = spam
17016   
17017   Set These Keywords   = Bogo
17018 </PRE>
17020 and the following rule is
17021 <PRE>
17022   Nickname          = Set Bogo Keyword
17023   Current Folder Type =
17024                (*) Specific
17025                    Folder = INBOX
17027   ! Keyword pattern = Bogo
17029   Filter Action =
17030        (*) Just Set Message Status
17032   Set These Keywords   = Bogo
17034   Features =
17035       [X]  dont-stop-even-if-rule-matches
17036 </PRE>
17038 If it is possible for you to insert bogofilter in the delivery process instead
17039 of having it called from Alpine you could prevent having to wait
17040 for the bogofilter processing while you read your mail.
17041 You would have bogofilter add a header to the message at the time of delivery
17042 that identified it as spam or nonspam.
17043 With this method, you could avoid using a Categorizer Command while running Alpine,
17044 and just match on the header instead.
17045 You might still want to use the scripts mentioned above to initialize the
17046 database or to re-classify wrongly classified messages.
17049 Finally, it isn't for the faint-hearted,
17050 but it is also possible to run bogofilter from PC-Alpine.
17051 You can install Cygwin from
17052 <A HREF="http://www.cygwin.com/">http://www.cygwin.com/</A> and
17053 then compile bogofilter in the cygwin environment, and run it from
17054 within PC-Alpine.
17055 You would end up with a Categorizer command that looked something like
17057 <CENTER><SAMP>Command = C:&#92;cygwin&#92;bin&#92;bogofilter.exe -u</SAMP></CENTER>
17059 Note that the &quot;.exe&quot; extension is explicit,
17060 and that the bogofilter.exe executable should be in the same directory
17061 as cygwin1.dll.
17064 &lt;End of help on this topic&gt;
17065 </BODY>
17066 </HTML>
17067 ======= h_config_role_cat_status =======
17068 <HTML>
17069 <HEAD>
17070 <TITLE>Exit Status Interval Explained</TITLE>
17071 </HEAD>
17072 <BODY>
17073 <H1>Exit Status Interval Explained</H1>
17075 The categorizer command is run and the result is the exit status of
17076 that command.
17077 If that exit status falls in the Exit Status Interval
17078 then it is considered a match, otherwise it is not a match.
17079 Of course for the entire rule to match, it must also be checked against
17080 the other defined parts of the Pattern.
17082 The Exit Status Interval defaults to the single value 0 (zero).
17083 If you define it, it should be set to something like:
17085 <CENTER><SAMP>(min_exit_value,max_exit_value)</SAMP></CENTER>
17087 where &quot;min_exit_value&quot; and &quot;max_exit_value&quot; are integers.
17088 The special values &quot;INF&quot; and &quot;-INF&quot; may be used for large
17089 positive and negative integers.
17091 Actually, a list of intervals may be used if you wish.
17092 A list would look like
17094 <CENTER><SAMP>(min_exit_value1,max_exit_value1),(min_exit_value2,max_exit_value2),...</SAMP></CENTER>
17096 When there is an Exit Status Interval defined, it is a match if the exit status
17097 of the categorizer command is contained in any of the intervals.
17098 The intervals include both endpoints.
17100 The default interval is
17102 <CENTER><SAMP>(0,0)</SAMP></CENTER>
17104 and it matches only if the command exits with exit status equal to zero.
17107 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17108 for more information on Patterns.
17110 Look <A HREF="h_edit_nav_cmds">here</A>
17111 to see the available Editing and Navigation commands.
17113 &lt;End of help on this topic&gt;
17114 </BODY>
17115 </HTML>
17116 ======= h_config_role_cat_limit =======
17117 <HTML>
17118 <HEAD>
17119 <TITLE>Character Limit Explained</TITLE>
17120 </HEAD>
17121 <BODY>
17122 <H1>Character Limit Explained</H1>
17124 Setting this option makes it possible to limit how much of the message
17125 is made available to the categorizer command as input.
17126 The default value (-1) means that the entire message is fed to the
17127 command.
17128 A value of 0 (zero) means that only the headers of the message are
17129 made available.
17130 A positive integer means that the headers plus that many characters from
17131 the body of the message are passed to the categorizer.
17134 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17135 for more information on Patterns.
17137 Look <A HREF="h_edit_nav_cmds">here</A>
17138 to see the available Editing and Navigation commands.
17140 &lt;End of help on this topic&gt;
17141 </BODY>
17142 </HTML>
17143 ======= h_config_role_age =======
17144 <HTML>
17145 <HEAD>
17146 <TITLE>Age Interval Explained</TITLE>
17147 </HEAD>
17148 <BODY>
17149 <H1>Age Interval Explained</H1>
17151 The Age Interval, if defined, is part of the Pattern.
17152 If you use this, it should be set to something like:
17154 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
17156 where &quot;min_age&quot; and &quot;max_age&quot; are non-negative integers.
17157 The special value &quot;INF&quot; may be used for the max value.
17158 It represents infinity.
17160 In rare cases it may be useful to use the more general form of the value,
17161 which is a comma-separated list of intervals.
17162 It would look something like:
17164 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
17166 When there is an Age Interval defined, it is a match if the age, in days, of
17167 the message is contained in the interval.
17168 The interval includes both endpoints.
17169 If the option is set to a list of intervals then it is a match if the
17170 age of the message is contained in any of the intervals.
17172 Even though this option is called Age, it isn't actually
17173 the <EM>age</EM> of the message.
17174 Instead, it is how many days ago the message arrived in one of your folders.
17175 If the current time is a little past midnight, then a message that arrived
17176 just before midnight arrived yesterday, even though the message is only
17177 a few minutes old.
17178 By default, the date being used is not the date in the Date
17179 header of the message.
17180 It is the date that the message arrived in one of your folders.
17181 When you Save a message from one folder to another that arrival date
17182 is preserved.
17183 If you would like to use the date in the Date header that is possible.
17184 Turn on the option
17185 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
17186 near the bottom of the rule definition.
17188 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
17189 The age interval
17191 <CENTER><SAMP>(2,2)</SAMP></CENTER>
17193 matches all messages that arrived on the day before yesterday.
17194 The interval
17196 <CENTER><SAMP>(180,INF)</SAMP></CENTER>
17198 matches all messages that arrived at least 180 days before today.
17199 The interval
17201 <CENTER><SAMP>(0,1)</SAMP></CENTER>
17203 matches all messages that arrived today or yesterday.
17206 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17207 for more information on Patterns.
17209 Look <A HREF="h_edit_nav_cmds">here</A>
17210 to see the available Editing and Navigation commands.
17212 &lt;End of help on this topic&gt;
17213 </BODY>
17214 </HTML>
17215 ======= h_config_role_size =======
17216 <HTML>
17217 <HEAD>
17218 <TITLE>Size Interval Explained</TITLE>
17219 </HEAD>
17220 <BODY>
17221 <H1>Size Interval Explained</H1>
17223 The Size Interval, if defined, is part of the Pattern.
17224 If you use this, it should be set to something like:
17226 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
17228 where &quot;min_size&quot; and &quot;max_size&quot; are non-negative integers.
17229 The special value &quot;INF&quot; may be used for the max value.
17230 It represents infinity.
17232 In rare cases it may be useful to use the more general form of the value,
17233 which is a comma-separated list of intervals.
17234 It would look something like:
17236 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
17238 When there is a Size Interval defined, it is a match if the size of
17239 the message is contained in the interval.
17240 The interval includes both endpoints.
17241 If the option is set to a list of intervals then it is a match if the
17242 size of the message is contained in any of the intervals.
17244 The size interval
17246 <CENTER><SAMP>(10000,50000)</SAMP></CENTER>
17248 matches all messages with sizes greater than or equal to 10000, and less
17249 than or equal to 50000.
17250 The interval
17252 <CENTER><SAMP>(100000,INF)</SAMP></CENTER>
17254 matches all messages with sizes greater than or equal to 100000.
17257 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17258 for more information on Patterns.
17260 Look <A HREF="h_edit_nav_cmds">here</A>
17261 to see the available Editing and Navigation commands.
17263 &lt;End of help on this topic&gt;
17264 </BODY>
17265 </HTML>
17266 ======= h_config_role_scorei =======
17267 <HTML>
17268 <HEAD>
17269 <TITLE>Score Interval Explained</TITLE>
17270 </HEAD>
17271 <BODY>
17272 <H1>Score Interval Explained</H1>
17274 The Score Interval, if defined, is part of the Pattern.
17275 If you use this, it should be set to something like:
17277 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
17279 where &quot;min_score&quot; and &quot;max_score&quot; are integers between
17280 -32000 and 32000.
17281 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
17282 the min and max values.
17283 These represent negative and positive infinity.
17285 Actually, the value may be a list of intervals rather than just a
17286 single interval if that is useful.
17287 The elements of the list are separated by commas like:
17289 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
17291 When there is a Score Interval defined, it is a match if the score for
17292 the message is contained in any of the intervals.
17293 The intervals include both endpoints.
17294 The score for a message is calculated by looking at every scoring rule
17295 defined and adding up the Score Values for the rules that match the message.
17296 Scoring rules are created using the
17297 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
17300 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17301 for more information on Patterns.
17303 Look <A HREF="h_edit_nav_cmds">here</A>
17304 to see the available Editing and Navigation commands.
17306 &lt;End of help on this topic&gt;
17307 </BODY>
17308 </HTML>
17309 ======= h_config_role_fldr_type =======
17310 <HTML>
17311 <HEAD>
17312 <TITLE>Current Folder Type Explained</TITLE>
17313 </HEAD>
17314 <BODY>
17315 <H1>Current Folder Type Explained</H1>
17317 The Current Folder Type is part of the role's Pattern.
17318 It refers to the type of the currently open folder, which is the folder
17319 you were last looking at from the MESSAGE INDEX or MESSAGE TEXT screen.
17320 In order for a role to be considered a match, the current folder must
17321 be of the type you set here.
17322 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17323 all what you might think.
17325 If the Current Folder Type for a role's Pattern is set to &quot;News&quot;, for
17326 example, then
17327 that role will only be a match if the current folder is a newsgroup and
17328 the rest of the Pattern matches.
17329 The value &quot;Specific&quot; may be used when you want to limit the match
17330 to a specific folder (not just a specific type of folder), or to a list of
17331 specific folders.
17333 In order to match a specific folder you Select the &quot;Specific&quot;
17334 button <EM>AND</EM> fill in
17335 the name (or list of names) of
17336 the folder in the &quot;Folder List&quot; field.
17337 If the current folder is any of the folders in the list, that is considered
17338 a match.
17339 The name of each folder in the list may be either &quot;INBOX&quot;,
17340 the technical specification
17341 of the folder (like what appears in your configuration file) or, if the
17342 folder is one of your incoming folders, it may be the nickname you've given
17343 the folder.
17344 Here are a couple samples of specific folder names:
17346 <CENTER><SAMP>{monet.art.example.com/user=vincent}mail/art-class</SAMP></CENTER>
17348 <CENTER><SAMP>{news.example.com/nntp/user=peter}#news.comp.mail.pine</SAMP></CENTER>
17350 Observe that in order for an external folder (IMAP, POP, News) to be a match,
17351 you must also add the /user= option in the definition of the incoming folder.
17353 The easiest way to fill in the &quot;Folder List&quot; field is to use
17354 the &quot;T&quot; command that is available when the &quot;Folder List&quot; line is
17355 highlighted, or to use the &quot;Take&quot; command with the configuration
17356 feature
17357 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
17358 turned on.
17359 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17360 Current Folder Type is set to &quot;Specific&quot;, and any value that
17361 &quot;Folder List&quot; has is ignored unless the type
17362 is set to &quot;Specific&quot;.
17364 When reading a newsgroup, there may be a performance penalty
17365 incurred when collecting the information necessary to check a Pattern.
17366 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17368 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17369 for more information on Patterns.
17371 Look <A HREF="h_edit_nav_cmds">here</A>
17372 to see the available Editing and Navigation commands.
17374 &lt;End of help on this topic&gt;
17375 </BODY>
17376 </HTML>
17377 ======= h_config_filt_rule_type =======
17378 <HTML>
17379 <HEAD>
17380 <TITLE>Filter Action Explained</TITLE>
17381 </HEAD>
17382 <BODY>
17383 <H1>Filter Action Explained</H1>
17385 The Filter Action specifies the action to be taken when the Pattern is a
17386 match.
17387 It may be set to &quot;Delete&quot; &quot;Move&quot;, or
17388 &quot;Just Set Message Status&quot;.
17390 If it is set to &quot;Delete&quot;, then the message that matches the
17391 Pattern will be deleted from the open folder.
17393 If it is set to &quot;Move&quot;, then the name of the folder to which
17394 the matching message should be moved is given in the &quot;Folder List&quot; field on the
17395 next line of the screen.
17396 A list of folders separated by commas may be given, in which case the
17397 message will be copied to all of the folders in the list before it is
17398 deleted.
17400 If it is set to neither of those two values (it is set to the value
17401 labeled &quot;Just Set Message Status&quot;) then the message status
17402 setting will happen
17403 but the message will not be deleted or moved.
17405 If you are Moving a message you may also set Message Status if you wish.
17407 The easiest way to fill in the &quot;Folder List&quot; field is to use
17408 the T command that is available when the &quot;Folder List&quot; line is
17409 highlighted.
17410 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17411 Filter Action is set to &quot;Move&quot;, and any value that
17412 &quot;Folder List&quot; has is ignored unless the type
17413 is set to &quot;Move&quot;.
17415 There are a few tokens that may be used in the names in the Folder List.
17416 They are all related to the date on which the filtering is taking place.
17417 The tokens are words surrounded by underscores.
17418 For example, if you want your filter to move messages to a folder named
17419 <P><CENTER><SAMP>abc-year-mon</SAMP></CENTER><P>
17420 you could specify the folder as
17421 <P><CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER><P>
17422 which would result in a file named something like
17423 <P><CENTER><SAMP>abc-2004-oct</SAMP></CENTER><P>
17425 <P><CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER><P>
17426 which would result in a file named something like
17427 <P><CENTER><SAMP>abc-04-10</SAMP></CENTER><P>
17428 The available tokens are listed
17429 <A HREF="h_index_tokens">here</A>.
17431 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17432 for more information on Patterns.
17434 Look <A HREF="h_edit_nav_cmds">here</A>
17435 to see the available Editing and Navigation commands.
17437 &lt;End of help on this topic&gt;
17438 </BODY>
17439 </HTML>
17440 ======= h_config_score_fldr_type =======
17441 <HTML>
17442 <HEAD>
17443 <TITLE>Current Folder Type Explained</TITLE>
17444 </HEAD>
17445 <BODY>
17446 <H1>Current Folder Type Explained</H1>
17448 The Current Folder Type is part of the scoring rule's Pattern.
17449 It refers to the type of the folder that
17450 the message being scored is in.
17451 In order for a rule to be considered a match, the current folder must
17452 be of the type you set here.
17453 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17454 all what you might think.
17456 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17457 example, then
17458 that Pattern will only match if the current folder is a newsgroup and
17459 the rest of the Pattern matches.
17460 The value &quot;Specific&quot; may be used when you want to limit the match
17461 to a specific folder (not just a specific type of folder), or to a list of
17462 specific folders.
17464 In order to match a specific folder you Select the &quot;Specific&quot;
17465 button <EM>AND</EM> fill in
17466 the name (or list of names) of
17467 the folder in the &quot;Folder List&quot; field.
17468 If the current folder is any of the folders in the list, that is considered
17469 a match.
17470 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17471 of the folder (like what appears in your configuration file) or, if the
17472 folder is one of your incoming folders, it may be the nickname you've given
17473 the folder.
17474 Here are a couple samples of specific folder names:
17476 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17478 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17480 The easiest way to fill in the &quot;Folder List&quot; field is to use
17481 the T command that is available when the &quot;Folder List&quot; line is
17482 highlighted.
17483 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17484 Current Folder Type is set to &quot;Specific&quot;, and any value that
17485 &quot;Folder List&quot; has is ignored unless the type
17486 is set to &quot;Specific&quot;.
17488 When reading a newsgroup, there may be a performance penalty
17489 incurred when collecting the information necessary to check a Pattern.
17490 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17491 For example, if you have Index Line Coloring rules that have Score Intervals
17492 defined then the scores for all the visible messages will need to be calculated.
17493 If some of your Scoring rules have 
17494 a Current Folder Type of
17495 &quot;Any&quot; or &quot;News&quot; this may cause the MESSAGE INDEX
17496 screen to draw more slowly when in a newsgroup.
17498 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17499 for more information on Patterns.
17501 Look <A HREF="h_edit_nav_cmds">here</A>
17502 to see the available Editing and Navigation commands.
17504 &lt;End of help on this topic&gt;
17505 </BODY>
17506 </HTML>
17507 ======= h_config_other_fldr_type =======
17508 <HTML>
17509 <HEAD>
17510 <TITLE>Current Folder Type Explained</TITLE>
17511 </HEAD>
17512 <BODY>
17513 <H1>Current Folder Type Explained</H1>
17515 The Current Folder Type is part of the rule's Pattern.
17516 It refers to the type of the folder being viewed.
17517 In order for a rule to be considered a match, the current folder must
17518 be of the type you set here.
17519 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17520 all what you might think.
17522 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17523 example, then
17524 that Pattern will only match if the current folder is a newsgroup.
17525 The value &quot;Specific&quot; may be used when you want to limit the match
17526 to a specific folder (not just a specific type of folder), or to a list of
17527 specific folders.
17529 In order to match a specific folder you Select the &quot;Specific&quot;
17530 button <EM>AND</EM> fill in
17531 the name (or list of names) of
17532 the folder in the &quot;Folder List&quot; field.
17533 If the current folder is any of the folders in the list, that is considered
17534 a match.
17535 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17536 of the folder (like what appears in your configuration file) or, if the
17537 folder is one of your incoming folders, it may be the nickname you've given
17538 the folder.
17539 Here are a couple samples of specific folder names:
17541 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17543 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17545 The easiest way to fill in the &quot;Folder List&quot; field is to use
17546 the T command that is available when the &quot;Folder List&quot; line is
17547 highlighted.
17548 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17549 Current Folder Type is set to &quot;Specific&quot;, and any value that
17550 &quot;Folder List&quot; has is ignored unless the type
17551 is set to &quot;Specific&quot;.
17553 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17554 for more information on Patterns.
17556 Look <A HREF="h_edit_nav_cmds">here</A>
17557 to see the available Editing and Navigation commands.
17559 &lt;End of help on this topic&gt;
17560 </BODY>
17561 </HTML>
17562 ======= h_config_incol_fldr_type =======
17563 <HTML>
17564 <HEAD>
17565 <TITLE>Current Folder Type Explained</TITLE>
17566 </HEAD>
17567 <BODY>
17568 <H1>Current Folder Type Explained</H1>
17570 The Current Folder Type is part of the Line Coloring rule's Pattern.
17571 It refers to the type of the folder for which the MESSAGE INDEX is
17572 being viewed.
17573 In order for a rule to be considered a match, the current folder must
17574 be of the type you set here.
17575 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17576 all what you might think.
17578 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17579 example, then
17580 that Pattern will only match if the current folder is a newsgroup and
17581 the rest of the Pattern matches.
17582 The value &quot;Specific&quot; may be used when you want to limit the match
17583 to a specific folder (not just a specific type of folder), or to a list of
17584 specific folders.
17586 In order to match a specific folder you Select the &quot;Specific&quot;
17587 button <EM>AND</EM> fill in
17588 the name (or list of names) of
17589 the folder in the &quot;Folder List&quot; field.
17590 If the current folder is any of the folders in the list, that is considered
17591 a match.
17592 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17593 of the folder (like what appears in your configuration file) or, if the
17594 folder is one of your incoming folders, it may be the nickname you've given
17595 the folder.
17596 Here are a couple samples of specific folder names:
17598 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17600 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17602 The easiest way to fill in the &quot;Folder List&quot; field is to use
17603 the T command that is available when the &quot;Folder List&quot; line is
17604 highlighted.
17605 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17606 Current Folder Type is set to &quot;Specific&quot;, and any value that
17607 &quot;Folder List&quot; has is ignored unless the type
17608 is set to &quot;Specific&quot;.
17610 When reading a newsgroup, there may be a performance penalty
17611 incurred when collecting the information necessary to check a Pattern.
17612 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17613 For example, a rule with a non-Normal Index Line Color
17614 and a Current Folder Type of
17615 &quot;Any&quot; or &quot;News&quot; may cause the MESSAGE INDEX
17616 screen to draw more slowly when in a newsgroup.
17618 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17619 for more information on Patterns.
17621 Look <A HREF="h_edit_nav_cmds">here</A>
17622 to see the available Editing and Navigation commands.
17624 &lt;End of help on this topic&gt;
17625 </BODY>
17626 </HTML>
17627 ======= h_config_filt_fldr_type =======
17628 <HTML>
17629 <HEAD>
17630 <TITLE>Current Folder Type Explained</TITLE>
17631 </HEAD>
17632 <BODY>
17633 <H1>Current Folder Type Explained</H1>
17635 The Current Folder Type is part of the Filtering rule's Pattern.
17636 It refers to the type of the folder for which the filtering is being done.
17637 In order for a rule to be considered a match, the current folder must
17638 be of the type you set here.
17639 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17640 all what you might think.
17642 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17643 example, then
17644 that Pattern will only match if the current folder is a newsgroup and
17645 the rest of the Pattern matches.
17646 The value &quot;Specific&quot; may be used when you want to limit the match
17647 to a specific folder (not just a specific type of folder), or to a list of
17648 specific folders.
17650 In order to match a specific folder you Select the &quot;Specific&quot;
17651 button <EM>AND</EM> fill in
17652 the name (or list of names) of
17653 the folder in the &quot;Folder List&quot; field.
17654 If the current folder is any of the folders in the list, that is considered
17655 a match.
17656 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17657 of the folder (like what appears in your configuration file) or, if the
17658 folder is one of your incoming folders, it may be the nickname you've given
17659 the folder.
17660 Here are a couple samples of specific folder names:
17662 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17664 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17666 The easiest way to fill in the &quot;Folder List&quot; field is to use
17667 the T command that is available when the &quot;Folder List&quot; line is
17668 highlighted.
17669 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17670 Current Folder Type is set to &quot;Specific&quot;, and any value that
17671 &quot;Folder List&quot; has is ignored unless the type
17672 is set to &quot;Specific&quot;.
17674 When reading a newsgroup, there may be a performance penalty
17675 incurred when collecting the information necessary to check a Pattern.
17676 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17677 For example, a rule with a Current Folder Type of either
17678 &quot;Any&quot; or &quot;News&quot; may cause the filtering to happen
17679 more slowly when opening a newsgroup.
17681 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17682 for more information on Patterns.
17684 Look <A HREF="h_edit_nav_cmds">here</A>
17685 to see the available Editing and Navigation commands.
17687 &lt;End of help on this topic&gt;
17688 </BODY>
17689 </HTML>
17690 ======= h_config_role_stat_imp =======
17691 <HTML>
17692 <HEAD>
17693 <TITLE>Message Important Status Explained</TITLE>
17694 </HEAD>
17695 <BODY>
17696 <H1>Message Important Status Explained</H1>
17698 This part of the Pattern may have one of three possible values.
17699 The default value is &quot;Don't care&quot;, which matches any message.
17700 The other two values are &quot;Yes&quot;, which means the message must be
17701 flagged &quot;Important&quot; in order to be a match; or &quot;No&quot;, which
17702 means the message must <EM>not</EM> be flagged &quot;Important&quot; in order
17703 to be a match.
17705 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17706 for more information on Patterns.
17708 Look <A HREF="h_edit_nav_cmds">here</A>
17709 to see the available Editing and Navigation commands.
17711 &lt;End of help on this topic&gt;
17712 </BODY>
17713 </HTML>
17714 ======= h_config_role_stat_new =======
17715 <HTML>
17716 <HEAD>
17717 <TITLE>Message New Status Explained</TITLE>
17718 </HEAD>
17719 <BODY>
17720 <H1>Message New Status Explained</H1>
17722 This part of the Pattern may have one of three possible values.
17723 The default value is &quot;Don't care&quot;, which matches any message.
17724 The other two values are &quot;Yes&quot;, which means the message must be
17725 &quot;New&quot; in order to be a match; or &quot;No&quot;, which
17726 means the message must <EM>not</EM> be &quot;New&quot; in order
17727 to be a match.
17728 &quot;New&quot; is the same as <EM>Unseen</EM> and not &quot;New&quot; is the
17729 same as <EM>Seen</EM>.
17731 The nomenclature for New and Recent is a bit confusing:
17733 New means that the message is Unseen.
17734 It could have been in your mailbox for a long time but if you haven't looked
17735 at it, it is still considered New.
17736 That matches the default Alpine index display that shows an N for such a
17737 message.
17739 Recent means that the message was added to this folder since the last time
17740 you opened the folder.
17741 Alpine also shows an N by default for these types of messages.
17742 If you were to run two copies of Alpine that opened a folder one right after
17743 the other, a message would only show up as Recent in (at most) the first
17744 Alpine session.
17746 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17747 for more information on Patterns.
17749 Look <A HREF="h_edit_nav_cmds">here</A>
17750 to see the available Editing and Navigation commands.
17752 &lt;End of help on this topic&gt;
17753 </BODY>
17754 </HTML>
17755 ======= h_config_role_stat_recent =======
17756 <HTML>
17757 <HEAD>
17758 <TITLE>Message Recent Status Explained</TITLE>
17759 </HEAD>
17760 <BODY>
17761 <H1>Message Recent Status Explained</H1>
17763 This part of the Pattern may have one of three possible values.
17764 The default value is &quot;Don't care&quot;, which matches any message.
17765 The other two values are &quot;Yes&quot;, which means the message must be
17766 &quot;Recent&quot; in order to be a match; or &quot;No&quot;, which
17767 means the message must <EM>not</EM> be &quot;Recent&quot; in order
17768 to be a match.
17769 &quot;Recent&quot; means that the message was added to the folder since
17770 the last time the folder was opened.
17771 If more than one mail client has the folder opened, the message will
17772 appear to be &quot;Recent&quot; to only one of the clients.
17774 The nomenclature for New and Recent is a bit confusing:
17776 New means that the message is Unseen.
17777 It could have been in your mailbox for a long time but if you haven't looked
17778 at it, it is still considered New.
17779 That matches the default Alpine index display that shows an N for such a
17780 message.
17782 Recent means that the message was added to this folder since the last time
17783 you opened the folder.
17784 Alpine also shows an N by default for these types of messages.
17785 If you were to run two copies of Alpine that opened a folder one right after
17786 the other, a message would only show up as Recent in (at most) the first
17787 Alpine session.
17789 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17790 for more information on Patterns.
17792 Look <A HREF="h_edit_nav_cmds">here</A>
17793 to see the available Editing and Navigation commands.
17795 &lt;End of help on this topic&gt;
17796 </BODY>
17797 </HTML>
17798 ======= h_config_role_stat_del =======
17799 <HTML>
17800 <HEAD>
17801 <TITLE>Message Deleted Status Explained</TITLE>
17802 </HEAD>
17803 <BODY>
17804 <H1>Message Deleted Status Explained</H1>
17806 This part of the Pattern may have one of three possible values.
17807 The default value is &quot;Don't care&quot;, which matches any message.
17808 The other two values are &quot;Yes&quot;, which means the message must be
17809 marked &quot;Deleted&quot; in order to be a match; or &quot;No&quot;, which
17810 means the message must <EM>not</EM> be marked &quot;Deleted&quot; in order
17811 to be a match.
17813 If you are thinking of using this part of the Pattern as a way to prevent
17814 messages from being filtered more than once in a Filter Pattern,
17815 take a look at the Filter Option
17816 <A HREF="h_config_filt_opts_notdel">&quot;Move-Only-if-Not-Deleted&quot;</A>
17817 instead.
17818 It should work better than using this field since it will hide the filtered
17819 messages even if they are already Deleted.
17820 That option is at the bottom of the Filter configuration screen.
17822 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17823 for more information on Patterns.
17825 Look <A HREF="h_edit_nav_cmds">here</A>
17826 to see the available Editing and Navigation commands.
17828 &lt;End of help on this topic&gt;
17829 </BODY>
17830 </HTML>
17831 ======= h_config_role_stat_ans =======
17832 <HTML>
17833 <HEAD>
17834 <TITLE>Message Answered Status Explained</TITLE>
17835 </HEAD>
17836 <BODY>
17837 <H1>Message Answered Status Explained</H1>
17839 This part of the Pattern may have one of three possible values.
17840 The default value is &quot;Don't care&quot;, which matches any message.
17841 The other two values are &quot;Yes&quot;, which means the message must be
17842 marked &quot;Answered&quot; in order to be a match; or &quot;No&quot;, which
17843 means the message must <EM>not</EM> be marked &quot;Answered&quot; in order
17844 to be a match.
17846 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17847 for more information on Patterns.
17849 Look <A HREF="h_edit_nav_cmds">here</A>
17850 to see the available Editing and Navigation commands.
17852 &lt;End of help on this topic&gt;
17853 </BODY>
17854 </HTML>
17855 ======= h_config_role_abookfrom =======
17856 <HTML>
17857 <HEAD>
17858 <TITLE>Address in Address Book Explained</TITLE>
17859 </HEAD>
17860 <BODY>
17861 <H1>Address in Address Book Explained</H1>
17863 This option gives you a way to match messages that contain an address
17864 that is in one of your address books.
17865 Only the simple entries in your address books are searched.
17866 Address book distribution lists are ignored!
17868 This part of the Pattern may have one of five possible values.
17869 The default value is &quot;Don't care&quot;, which matches any message.
17870 The value &quot;Yes, in any address book&quot; means at least one of the addresses
17871 from the message must be in at least one of your
17872 address books in order to be a match.
17873 The value &quot;No, not in any address book&quot;
17874 means none of the addresses may
17875 be in any of your address books in order to be a match.
17877 The values &quot;Yes, in specific address books&quot; and
17878 &quot;No, not in any of specific address books&quot; are similar but instead
17879 of depending on all address books you are allowed to give a list of address
17880 books to look in.
17881 Usually this would be a single address book but it may be a
17882 list of address books as well.
17883 For each of these &quot;specific&quot; address book options you Select which
17884 of the Specific options you want (Yes or No) <EM>AND</EM> fill in the
17885 name (or list of names) of the address book in the
17886 &quot;Abook List&quot; field.
17887 The names to be used are those that appear in the ADDRESS BOOK LIST screen.
17888 The easiest way to fill in the Abook List field it to use
17889 the &quot;T&quot; command that is available when the &quot;Abook List&quot;
17890 line is highlighted.
17891 Note that you won't be able to edit the &quot;Abook List&quot; line unless the
17892 option is set to one of the two &quot;Specific&quot;, values.
17894 The addresses from the message that are checked for are determined by the
17895 setting you have for &quot;Types of addresses to check for in address book&quot;.
17896 If you set this to &quot;From&quot; the From address from the message will
17897 be looked up in the address book.
17898 If you set it to &quot;To&quot; instead then the To addresses will be used.
17899 If any of the To addresses are in the address book then it is considered
17900 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
17901 You could set it to both From and To, in which case all of the From and To
17902 addresses are used.
17903 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
17904 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
17905 exists or the From address if there is no Reply-To address.
17906 Same for the Sender address.
17908 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17909 for more information on Patterns.
17911 Look <A HREF="h_edit_nav_cmds">here</A>
17912 to see the available Editing and Navigation commands.
17914 &lt;End of help on this topic&gt;
17915 </BODY>
17916 </HTML>
17917 ======= h_config_inabook_from =======
17918 <HTML>
17919 <HEAD>
17920 <TITLE>From</TITLE>
17921 </HEAD>
17922 <BODY>
17923 <H1>From</H1>
17925 Setting the From line will cause the address from the From header line
17926 of the message to be checked for in the address book.
17928 &lt;End of help on this topic&gt;
17929 </BODY>
17930 </HTML>
17931 ======= h_config_inabook_replyto =======
17932 <HTML>
17933 <HEAD>
17934 <TITLE>Reply-To</TITLE>
17935 </HEAD>
17936 <BODY>
17937 <H1>Reply-To</H1>
17939 Setting the Reply-To line will cause the address from the Reply-To header line
17940 of the message to be checked for in the address book.
17941 However, if there is no Reply-To header line in the message the From header
17942 line will be used instead.
17943 We understand this is dumb but we don't have an easy way around it.
17945 &lt;End of help on this topic&gt;
17946 </BODY>
17947 </HTML>
17948 ======= h_config_inabook_sender =======
17949 <HTML>
17950 <HEAD>
17951 <TITLE>Sender</TITLE>
17952 </HEAD>
17953 <BODY>
17954 <H1>Sender</H1>
17956 Setting the Sender line will cause the address from the Sender header line
17957 of the message to be checked for in the address book.
17958 However, if there is no Sender header line in the message the From header
17959 line will be used instead.
17960 We understand this is dumb but we don't have an easy way around it.
17962 &lt;End of help on this topic&gt;
17963 </BODY>
17964 </HTML>
17965 ======= h_config_inabook_to =======
17966 <HTML>
17967 <HEAD>
17968 <TITLE>To</TITLE>
17969 </HEAD>
17970 <BODY>
17971 <H1>To</H1>
17973 Setting the To line will cause the address from the To header line
17974 of the message to be checked for in the address book.
17976 &lt;End of help on this topic&gt;
17977 </BODY>
17978 </HTML>
17979 ======= h_config_inabook_cc =======
17980 <HTML>
17981 <HEAD>
17982 <TITLE>CC</TITLE>
17983 </HEAD>
17984 <BODY>
17985 <H1>CC</H1>
17987 Setting the CC line will cause the address from the CC header line
17988 of the message to be checked for in the address book.
17990 &lt;End of help on this topic&gt;
17991 </BODY>
17992 </HTML>
17993 ======= h_config_role_stat_8bitsubj =======
17994 <HTML>
17995 <HEAD>
17996 <TITLE>Raw 8-bit in Subject Explained</TITLE>
17997 </HEAD>
17998 <BODY>
17999 <H1>Raw 8-bit in Subject Explained</H1>
18001 It seems that lots of unwanted email contains unencoded 8-bit characters
18002 in the Subject.
18003 Normally, characters with the 8th bit set are not allowed in the Subject
18004 header unless they are MIME-encoded.
18005 This option gives you a way to match messages that have Subjects that
18006 contain unencoded 8-bit characters.
18008 This part of the Pattern may have one of three possible values.
18009 The default value is &quot;Don't care&quot;, which matches any message.
18010 The other two values are &quot;Yes&quot;, which means the Subject of
18011 the message must contain unencoded 8-bit characters (characters with the
18012 most significant bit set)
18013 in order to be a match; or &quot;No&quot;, which
18014 means the Subject must <EM>not</EM>
18015 contain unencoded 8-bit characters in order to be a match.
18017 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18018 for more information on Patterns.
18020 Look <A HREF="h_edit_nav_cmds">here</A>
18021 to see the available Editing and Navigation commands.
18023 &lt;End of help on this topic&gt;
18024 </BODY>
18025 </HTML>
18026 ======= h_config_role_bom =======
18027 <HTML>
18028 <HEAD>
18029 <TITLE>Beginning of Month</TITLE>
18030 </HEAD>
18031 <BODY>
18032 <H1>Beginning of Month</H1>
18034 This option gives you a limited ability to take different actions depending on whether
18035 this is the first time Alpine has been run this month or not.
18036 Though it would be nice to have such an option available, this is not the
18037 same as whether or not this is the first time a paricular folder has been
18038 opened this month.
18039 If you want some action (probably Filtering) to take place in a folder each
18040 month, then you will need to be sure that the folder is opened during the
18041 first Alpine session of the month in order for this option to be helpful.
18043 This part of the Pattern may have one of three possible values.
18044 The default value is &quot;Don't care&quot;, which matches any message.
18045 The other two values are &quot;Yes&quot;, which means this is the first
18046 time Alpine has been run this month;
18047 or &quot;No&quot;, which
18048 means this is not the first time Alpine has been run this month.
18050 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18051 for more information on Patterns.
18053 Here are some technical details.
18054 The way that Alpine decides if it is the beginning of the month or not is
18055 to compare today's date with the date stored in the
18056 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
18057 variable in the config file.
18058 If the month of today's date is later than the month stored in the variable,
18059 then this is considered to be the first time you have run Alpine this month, and
18060 that turns the Beginning of the Month option on.
18062 Look <A HREF="h_edit_nav_cmds">here</A>
18063 to see the available Editing and Navigation commands.
18065 &lt;End of help on this topic&gt;
18066 </BODY>
18067 </HTML>
18068 ======= h_config_role_boy =======
18069 <HTML>
18070 <HEAD>
18071 <TITLE>Beginning of Year</TITLE>
18072 </HEAD>
18073 <BODY>
18074 <H1>Beginning of Year</H1>
18076 This option gives you a limited ability to take different actions depending on whether
18077 this is the first time Alpine has been run this year or not.
18078 Though it would be nice to have such an option available, this is not the
18079 same as whether or not this is the first time a paricular folder has been
18080 opened this year.
18081 If you want some action (probably Filtering) to take place in a folder each
18082 year, then you will need to be sure that the folder is opened during the
18083 first Alpine session of the year in order for this option to be helpful.
18085 This part of the Pattern may have one of three possible values.
18086 The default value is &quot;Don't care&quot;, which matches any message.
18087 The other two values are &quot;Yes&quot;, which means this is the first
18088 time Alpine has been run this year;
18089 or &quot;No&quot;, which
18090 means this is not the first time Alpine has been run this year.
18092 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18093 for more information on Patterns.
18095 Here are some technical details.
18096 The way that Alpine decides if it is the beginning of the year or not is
18097 to compare today's date with the date stored in the
18098 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
18099 variable in the config file.
18100 If the year of today's date is later than the year stored in the variable,
18101 then this is considered to be the first time you have run Alpine this year, and
18102 that turns the Beginning of the Year option on.
18104 Look <A HREF="h_edit_nav_cmds">here</A>
18105 to see the available Editing and Navigation commands.
18107 &lt;End of help on this topic&gt;
18108 </BODY>
18109 </HTML>
18110 ======= h_config_role_inick =======
18111 <HTML>
18112 <HEAD>
18113 <TITLE>Initialize Values From Role Explained</TITLE>
18114 </HEAD>
18115 <BODY>
18116 <H1>Initialize Values From Role Explained</H1>
18118 This is a power user feature.
18119 You will usually want to leave this field empty.
18120 The value of this field is the nickname of another one of your roles.
18121 The Action values from that other role
18122 are used as the initial values of the Action items for this role.
18123 If you put something in any of the action fields for this role, that will
18124 override whatever was in the corresponding field of the initializer role.
18126 You might use this field if the &quot;Action&quot; part of one of your roles
18127 is something you want to use in more than one role.
18128 Instead of filling in those action values again for each role, you
18129 may give the nickname of the role where the values are filled in.
18130 It's just a shortcut way to define Role Actions.
18132 Here's an example to help explain how this works.
18133 Suppose you have a role with nickname &quot;role1&quot; and role1 has
18134 (among other things)
18136 <CENTER><SAMP>Set Reply-To = The Pres &lt;president@example.com&gt;</SAMP></CENTER>
18138 set.
18139 If in &quot;role2&quot; you set &quot;Initialize settings using role&quot; to
18140 &quot;role1&quot;, then role2 will inherit the Set Reply-To value
18141 from role1 by default (and any of the other inheritable action values
18142 that are set).
18143 So if role2 had
18145 <CENTER><SAMP>Set Reply-To = &lt;No Value Set&gt;</SAMP></CENTER>
18147 defined, the Reply-To used with role2 would be &quot;The Pres &lt;president@example.com&gt;&quot;
18148 However, if role2 had
18150 <CENTER><SAMP>Set Reply-To = VP &lt;vicepresident@example.com&gt;</SAMP></CENTER>
18152 defined, then the Reply-To used with role2 would be &quot;VP &lt;vicepresident@example.com&gt;&quot; instead.
18154 If you wish,
18155 you may choose a nickname from your list of roles by using the
18156 &quot;T&quot; command.
18157 If the role you are using to initialize also has a role it initializes from,
18158 then that initialization happens first.
18159 That is, inheritance works as expected with the grandparent and
18160 great-grandparent (and so on) roles having the expected effect.
18162 Look <A HREF="h_edit_nav_cmds">here</A>
18163 to see the available Editing and Navigation commands.
18165 &lt;End of help on this topic&gt;
18166 </BODY>
18167 </HTML>
18168 ======= h_config_role_setfrom =======
18169 <HTML>
18170 <HEAD>
18171 <TITLE>Set From Explained</TITLE>
18172 </HEAD>
18173 <BODY>
18174 <H1>Set From Explained</H1>
18176 This describes part of the action to be taken if the Pattern for this
18177 role is a match.
18178 This field consists of a single address that will be used as the From
18179 address on the message you are sending.
18180 This should be a fully-qualified address like
18182 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
18184 or just
18186 <CENTER><SAMP>user@domain</SAMP></CENTER>
18188 If you wish,
18189 you may choose an address from your address book with the
18190 &quot;T&quot; command.
18192 If this is left blank, then your normal From address will be used.
18194 You may also find it useful to add the changed From address to the
18195 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
18196 configuration option.
18198 Look <A HREF="h_edit_nav_cmds">here</A>
18199 to see the available Editing and Navigation commands.
18201 &lt;End of help on this topic&gt;
18202 </BODY>
18203 </HTML>
18204 ======= h_config_role_setreplyto =======
18205 <HTML>
18206 <HEAD>
18207 <TITLE>Set Reply-To Explained</TITLE>
18208 </HEAD>
18209 <BODY>
18210 <H1>Set Reply-To Explained</H1>
18212 This describes part of the action to be taken if the Pattern for this
18213 role is a match.
18214 This field consists of a single address that will be used as the Reply-To
18215 address on the message you are sending.
18216 This may be a fully-qualified address like
18218 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
18220 or just
18222 <CENTER><SAMP>user@domain</SAMP></CENTER>
18224 If you wish,
18225 you may choose an address from your address book with the
18226 &quot;T&quot; command.
18228 If this is left blank, then there won't be a Reply-To address unless
18229 you have configured one specially with the
18230 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>"
18231 configuration option.
18233 Look <A HREF="h_edit_nav_cmds">here</A>
18234 to see the available Editing and Navigation commands.
18236 &lt;End of help on this topic&gt;
18237 </BODY>
18238 </HTML>
18239 ======= h_config_role_setfcc =======
18240 <HTML>
18241 <HEAD>
18242 <TITLE>Set Fcc Explained</TITLE>
18243 </HEAD>
18244 <BODY>
18245 <H1>Set Fcc Explained</H1>
18247 This describes part of the action to be taken if the Pattern for this
18248 role is a match.
18249 This field consists of a single folder name that will be used in
18250 the Fcc field of the message you are sending.
18251 You may put anything here that you would normally type into the Fcc
18252 field from the composer.
18254 In addition, an fcc of &quot;&quot; (two double quotation marks) means
18255 no Fcc.
18257 A blank field here means that Alpine will use its normal rules for deciding
18258 the default value of the Fcc field.
18259 For many roles, perhaps most, it may make more sense for you to use the
18260 other Alpine facilities for setting the Fcc.
18261 In particular, if you want the Fcc to depend on who you are sending the
18262 message to then the <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A>
18263 is probably more useful.
18264 In that case, you would want to leave the Fcc field here blank.
18265 However, if you have a role that depends on who the message you are replying
18266 to was From, or what address that message was sent to;
18267 then it might make sense to set the Fcc for that role here.
18269 If you wish,
18270 you may choose a folder from your folder collections by using the
18271 &quot;T&quot; command.
18273 Look <A HREF="h_edit_nav_cmds">here</A>
18274 to see the available Editing and Navigation commands.
18276 &lt;End of help on this topic&gt;
18277 </BODY>
18278 </HTML>
18279 ======= h_config_role_usesmtp =======
18280 <HTML>
18281 <HEAD>
18282 <TITLE>Use SMTP Server Explained</TITLE>
18283 </HEAD>
18284 <BODY>
18285 <H1>Use SMTP Server Explained</H1>
18287 This describes part of the action to be taken if the Pattern for this
18288 role is a match.
18289 If this field has a value, then it will be used as the SMTP server
18290 to send mail when this role is being used (unless the SMTP server variable
18291 is set in the system-wide fixed configuration file).
18292 It has the same semantics as the
18293 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
18294 variable in the Setup/Config screen.
18296 If you are using this to post from home when you are at home and from
18297 work when you are at work you need to be careful about postponing messages.
18298 When you postpone a composition that was using a role with this variable
18299 set, the SMTP server list will be saved
18300 with the postponed composition.
18301 It cannot be changed later.
18302 Because of this, you may want to make this a list of SMTP servers
18303 with the preferred server at the front of the list and alternate servers
18304 later in the list.
18305 In your &quot;Home&quot; role you would put the home SMTP server first and
18306 the work SMTP server last.
18307 In your &quot;Work&quot; role you would put the work SMTP server first and
18308 the home SMTP server last.
18309 Then if you start a composition as &quot;Work&quot;, postpone
18310 it, and then later resume it from home the work SMTP server will fail but
18311 the home SMTP server later in the list will succeed.
18313 You may be able to simplify things by making the regular
18314 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
18315 variable in the Setup/Config screen a list instead of using roles
18316 to set the SMTP server.
18319 Look <A HREF="h_edit_nav_cmds">here</A>
18320 to see the available Editing and Navigation commands.
18322 &lt;End of help on this topic&gt;
18323 </BODY>
18324 </HTML>
18325 ======= h_config_role_usenntp =======
18326 <HTML>
18327 <HEAD>
18328 <TITLE>Use NNTP Server Explained</TITLE>
18329 </HEAD>
18330 <BODY>
18331 <H1>Use NNTP Server Explained</H1>
18333 This describes part of the action to be taken if the Pattern for this
18334 role is a match.
18335 If this field has a value, then it will be used as the NNTP server
18336 to post to newsgroups when this role is being used (unless the NNTP server
18337 variable
18338 is set in the system-wide fixed configuration file).
18339 It has the same semantics as the
18340 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
18341 variable in the Setup/Config screen.
18343 This role setting can facilitate posting to the right nntp server for someone
18344 who reads news from various news sources.  The feature
18345 <A HREF="h_config_predict_nntp_server">&quot;<!--#echo var="FEAT_predict-nntp-server"-->&quot;</A>
18346 allows for setting the correct <!--#echo var="VAR_nntp-server"--> without having to individually
18347 set a role for that <!--#echo var="VAR_nntp-server"-->, but for greater flexibility, setting
18348 nntp servers for roles may be more desirable for some people.
18350 If you are using this to post from home when you are at home and from
18351 work when you are at work you need to be careful about postponing messages.
18352 When you postpone a composition that was using a role with this variable
18353 set, the NNTP server list will be saved
18354 with the postponed composition.
18355 It cannot be changed later.
18356 Because of this, you may want to make this a list of NNTP servers
18357 with the preferred server at the front of the list and alternate servers
18358 later in the list.
18359 In your &quot;Home&quot; role you would put the home NNTP server first and
18360 the work NNTP server last.
18361 In your &quot;Work&quot; role you would put the work NNTP server first and
18362 the home NNTP server last.
18363 Then if you start a composition as &quot;Work&quot;, postpone
18364 it, and then later resume it from home the work NNTP server will fail but
18365 the home NNTP server later in the list will succeed.
18367 You may be able to simplify things by making the regular
18368 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
18369 variable in the Setup/Config screen a list instead of using roles
18370 to set the NNTP server.
18373 Look <A HREF="h_edit_nav_cmds">here</A>
18374 to see the available Editing and Navigation commands.
18376 &lt;End of help on this topic&gt;
18377 </BODY>
18378 </HTML>
18379 ======= h_config_role_setotherhdr =======
18380 <HTML>
18381 <HEAD>
18382 <TITLE>Set Other Headers Explained</TITLE>
18383 </HEAD>
18384 <BODY>
18385 <H1>Set Other Headers Explained</H1>
18387 This describes part of the action to be taken if the Pattern for this
18388 role is a match.
18389 This field gives you a way to set values for headers besides
18390 &quot;From&quot; and &quot;Reply-To&quot;.
18391 If you want to set either of those, use the specific
18392 &quot;Set From&quot; and &quot;Set Reply-To&quot; settings above.
18394 This field is similar to the
18395 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" option.
18396 Each header you specify here must include the header tag 
18397 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
18398 and may optionally include a value for that header.
18399 In order to see these headers when you compose using this role you 
18400 must use the rich header
18401 <!--chtml if pinemode="function_key"-->(F5)
18402 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
18403 Here's an example that shows how you might set the To address.
18405 <CENTER><SAMP>Set Other Hdrs = To: Full Name &lt;user@domain&gt;</SAMP></CENTER>
18407 Headers set in this way are different from headers set with the
18408 <!--#echo var="VAR_customized-hdrs"--> option in that the value you give for a header here
18409 will replace any value that already exists.
18410 For example, if you are Replying to a message there will already be at
18411 least one address in the To header (the address you are Replying to).
18412 However, if you Reply using a role that sets the To header, that role's
18413 To header value will be used instead.
18415 Limitation: Because commas are used to separate the list of
18416 Other Headers, it is not possible to have the value of a
18417 header contain a comma;
18418 nor is there currently an &quot;escape&quot; mechanism provided
18419 to make this work.
18421 Look <A HREF="h_edit_nav_cmds">here</A>
18422 to see the available Editing and Navigation commands.
18424 &lt;End of help on this topic&gt;
18425 </BODY>
18426 </HTML>
18427 ======= h_config_role_setlitsig =======
18428 <HTML>
18429 <HEAD>
18430 <TITLE>Set Literal Signature Explained</TITLE>
18431 </HEAD>
18432 <BODY>
18433 <H1>Set Literal Signature Explained</H1>
18435 This describes part of the action to be taken if the Pattern for this
18436 role is a match.
18437 This field contains the actual text for your signature, as opposed to
18438 the name of a file containing your signature.
18439 If this is defined it takes precedence over any value set in the
18440 &quot;Set Signature&quot; field.
18442 This is simply a different way to store the signature.
18443 The signature is stored inside your Alpine configuration file instead of in
18444 a separate file.
18445 Tokens work the same way they do with
18446 <A HREF="h_config_role_setsig">Set Signature</A>, so refer to the
18447 help text there for more information.
18450 The two character sequence &#92;n (backslash followed by
18451 the character n) will be used to signify a line-break in your signature.
18452 You don't have to enter the &#92;n, but it will be visible in the
18453 CHANGE THIS ROLE RULE window after you are done editing the signature.
18455 Look <A HREF="h_edit_nav_cmds">here</A>
18456 to see the available Editing and Navigation commands.
18458 &lt;End of help on this topic&gt;
18459 </BODY>
18460 </HTML>
18461 ======= h_config_role_setsig =======
18462 <HTML>
18463 <HEAD>
18464 <TITLE>Set Signature Explained</TITLE>
18465 </HEAD>
18466 <BODY>
18467 <H1>Set Signature Explained</H1>
18469 This describes part of the action to be taken if the Pattern for this
18470 role is a match.
18472 If either the default <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A>
18473 option from Setup/Config
18474 or the &quot;Set LiteralSig&quot; option for this role are defined,
18475 then this option will be ignored.
18476 You can tell that that is the case because the value of this
18477 option will show up as
18479 <CENTER><SAMP>&lt;Ignored: using LiteralSig instead&gt;</SAMP></CENTER>
18481 You may either use all Literal Signatures (signatures stored in your
18482 configuration file) throughout Alpine, or all signature files.
18483 You can't mix the two.
18485 This field consists of a filename that will be used as the signature
18486 file when using this role.
18488 If the filename is followed by a vertical bar (|) then instead
18489 of reading the contents of the file the file is assumed to be a
18490 program that will produce the text to be used on its standard output.
18491 The program can't have any arguments and doesn't receive any input from Alpine,
18492 but the rest of the processing works as if the contents came from a file.
18494 Instead of storing the data in a local file, the
18495 signature data may be stored remotely in an IMAP folder.
18496 In order to do this, 
18497 you must use a remote name for the signature.
18498 A remote signature name might look like:
18500 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
18503 The syntax used here is the same as the syntax used for a remote
18504 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
18505 Note that you may not access an existing signature file remotely,
18506 you have to create a new <EM>folder</EM> that contains the signature data.
18507 If the name you use here for the signature data is a remote name, then when
18508 you edit the file using the &quot;F&quot; command the data will
18509 be saved remotely in the folder.
18510 You aren't required to do anything special to create the folder, it
18511 gets created if you use a remote name.
18514 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
18515 the name of the file) you have specified.
18516 If you type &quot;T&quot; you may use a browser to choose an existing filename.
18518 Besides containing regular text, a signature file may also
18519 contain (or a signature program may produce) tokens that are replaced with text
18520 that depends on the message you are replying to or forwarding.
18521 The tokens all look like _word_ (a word surrounded by underscores).
18522 For example, if the token
18524 <CENTER><SAMP>_DATE_</SAMP></CENTER>
18526 is included in the text of the signature file, then when you reply to
18527 or forward a message, the token will be replaced with the actual date
18528 the message you are replying to or forwarding was sent.
18530 If you use a role that has a signature file for a plain composition
18531 (that is, not a reply or forward) then there is no original message, so
18532 any tokens that depend on the message will be replaced with nothing.
18533 So if you want a signature file to be useful for new compositions it
18534 shouldn't include any of the tokens that depend on the message being
18535 replied to or forwarded.
18537 The list of available tokens is
18538 <A HREF="h_index_tokens">here</A>.
18540 Actually, for the adventurous, there is a way to conditionally include text based
18541 on whether or not a token would result in specific replacement text.
18542 For example, you could include some text based on whether or not
18543 the _NEWS_ token would result in any newsgroups if it was used.
18544 It's explained in detail
18545 <A HREF="h_reply_token_conditionals">here</A>.
18547 In the very unlikely event that you want to include a literal token in
18548 a signature file, you must precede it with a backslash character.
18549 For example, to include the literal text _DATE_ you must actually use
18550 &#92;_DATE_.
18551 It is not possible to have a literal backslash followed by an expanded token.
18553 A blank field here means that Alpine will use its normal rules for deciding
18554 which file (if any) to use for the signature file.
18556 An alternate method for storing the signature is available in
18557 <A HREF="h_config_role_setlitsig">Set Literal Signature</A>.
18559 Look <A HREF="h_edit_nav_cmds">here</A>
18560 to see the available Editing and Navigation commands.
18562 &lt;End of help on this topic&gt;
18563 </BODY>
18564 </HTML>
18565 ======= h_config_role_settempl =======
18566 <HTML>
18567 <HEAD>
18568 <TITLE>Set Template Explained</TITLE>
18569 </HEAD>
18570 <BODY>
18571 <H1>Set Template Explained</H1>
18573 This describes part of the action to be taken if the Pattern for this
18574 role is a match.
18575 This field consists of a filename that will be used as the template
18576 file when using this role.
18577 The template file is a file that is included at the top of the message you
18578 are composing.
18580 If the filename is followed by a vertical bar (|) then instead
18581 of reading the contents of the file the file is assumed to be a
18582 program that will produce the text to be used on its standard output.
18583 The program can't have any arguments and doesn't receive any input from Alpine,
18584 but the rest of the processing works as if the contents came from a file.
18586 Instead of storing the data in a local file, the
18587 template may be stored remotely in an IMAP folder.
18588 In order to do this, 
18589 you must use a remote name for the template.
18590 A remote template name might look like:
18592 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/templ3</SAMP></CENTER>
18595 The syntax used here is the same as the syntax used for a remote
18596 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
18597 Note that you may not access an existing template file remotely,
18598 you have to create a new <EM>folder</EM> that contains the template data.
18599 If the name you use here for the template is a remote name, then when
18600 you edit the file using the &quot;F&quot; command the data will
18601 be saved remotely in the folder.
18602 You aren't required to do anything special to create the folder, it
18603 gets created if you use a remote name.
18605 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
18606 the name of the file) you have specified.
18607 If you type &quot;T&quot; you may use a browser to choose an existing filename.
18609 Besides containing regular text, the template file may also
18610 contain (or a template file program may produce) tokens that are replaced with text
18611 that depends on the message you are replying to or forwarding.
18612 The tokens all look like _word_ (a word surrounded by underscores).
18613 For example, if the token
18615 <CENTER><SAMP>_DATE_</SAMP></CENTER>
18617 is included in the text of the template file, then when you reply to
18618 or forward a message, the token will be replaced with the actual date
18619 the message you are replying to or forwarding was sent.
18621 If you use a role that has a template file for a plain composition
18622 (that is, not a reply or forward) then there is no original message, so
18623 any tokens that depend on the message will be replaced with nothing.
18624 So if you want a template file to be useful for new compositions it
18625 shouldn't include any of the tokens that depend on the message being
18626 replied to or forwarded.
18628 The list of available tokens is
18629 <A HREF="h_index_tokens">here</A>.
18631 Actually, for the adventurous, there is a way to conditionally include text based
18632 on whether or not a token would result in specific replacement text.
18633 For example, you could include some text based on whether or not
18634 the _NEWS_ token would result in any newsgroups if it was used.
18635 It's explained in detail
18636 <A HREF="h_reply_token_conditionals">here</A>.
18638 In the very unlikely event that you want to include a literal token in
18639 a template file, you must precede it with a backslash character.
18640 For example, to include the literal text _DATE_ you must actually use
18641 &#92;_DATE_.
18642 It is not possible to have a literal backslash followed by an expanded token.
18644 A blank template field means that Alpine will not use a template file when
18645 this role is being used.
18647 Look <A HREF="h_edit_nav_cmds">here</A>
18648 to see the available Editing and Navigation commands.
18650 &lt;End of help on this topic&gt;
18651 </BODY>
18652 </HTML>
18653 ======= h_config_filt_stat_imp =======
18654 <HTML>
18655 <HEAD>
18656 <TITLE>Set Important Status Explained</TITLE>
18657 </HEAD>
18658 <BODY>
18659 <H1>Set Important Status Explained</H1>
18661 This describes part of the action to be taken if the Pattern for this
18662 filter is a match.
18663 If set to &quot;Don't change it&quot; then this does nothing.
18664 If set to &quot;Set this state&quot; then the Important flag is set
18665 for the matching message.
18666 If set to &quot;Clear this state&quot; then the Important flag is cleared
18667 for the matching message.
18668 The important flag usually causes an asterisk to show up in the MESSAGE
18669 INDEX.
18670 It may also be useful when selecting a set of messages
18671 with the Select command.
18673 Look <A HREF="h_edit_nav_cmds">here</A>
18674 to see the available Editing and Navigation commands.
18676 &lt;End of help on this topic&gt;
18677 </BODY>
18678 </HTML>
18679 ======= h_config_filt_stat_new =======
18680 <HTML>
18681 <HEAD>
18682 <TITLE>Set New Status Explained</TITLE>
18683 </HEAD>
18684 <BODY>
18685 <H1>Set New Status Explained</H1>
18687 This describes part of the action to be taken if the Pattern for this
18688 filter is a match.
18689 If set to &quot;Don't change it&quot; then this does nothing.
18690 If set to &quot;Set this state&quot; then the
18691 matching message is marked New.
18692 If set to &quot;Clear this state&quot; then the
18693 matching message is marked Seen.
18695 Look <A HREF="h_edit_nav_cmds">here</A>
18696 to see the available Editing and Navigation commands.
18698 &lt;End of help on this topic&gt;
18699 </BODY>
18700 </HTML>
18701 ======= h_config_filt_stat_ans =======
18702 <HTML>
18703 <HEAD>
18704 <TITLE>Set Answered Status Explained</TITLE>
18705 </HEAD>
18706 <BODY>
18707 <H1>Set Answered Status Explained</H1>
18709 This describes part of the action to be taken if the Pattern for this
18710 filter is a match.
18711 If set to &quot;Don't change it&quot; then this does nothing.
18712 If set to &quot;Set this state&quot; then the Answered flag is set
18713 for the matching message.
18714 If set to &quot;Clear this state&quot; then the Answered flag is cleared
18715 for the matching message.
18717 Look <A HREF="h_edit_nav_cmds">here</A>
18718 to see the available Editing and Navigation commands.
18720 &lt;End of help on this topic&gt;
18721 </BODY>
18722 </HTML>
18723 ======= h_config_filt_stat_del =======
18724 <HTML>
18725 <HEAD>
18726 <TITLE>Set Deleted Status Explained</TITLE>
18727 </HEAD>
18728 <BODY>
18729 <H1>Set Deleted Status Explained</H1>
18731 This describes part of the action to be taken if the Pattern for this
18732 filter is a match.
18733 If set to &quot;Don't change it&quot; then this does nothing.
18734 If set to &quot;Set this state&quot; then the
18735 matching message is marked Deleted.
18736 If set to &quot;Clear this state&quot; then the
18737 matching message is marked UnDeleted.
18739 You should not use this option unless you are prepared to have matching
18740 messages expunged from the folder permanently.
18741 For example, if you type the Expunge command, this filter is applied
18742 before the expunge, so matching messages will be marked Deleted and then
18743 will be permanently expunged from the folder.
18744 However, since the index isn't redrawn in between the time that the message
18745 is marked Deleted and the time that you are asked to expunge, the only
18746 indication that you are expunging the message comes in the number of messages
18747 being expunged.
18748 The same thing may happen when you close a folder.
18749 It is also possible that an expunge not initiated by you will
18750 delete matching messages.
18752 Look <A HREF="h_edit_nav_cmds">here</A>
18753 to see the available Editing and Navigation commands.
18755 &lt;End of help on this topic&gt;
18756 </BODY>
18757 </HTML>
18758 ======= h_config_role_scoreval =======
18759 <HTML>
18760 <HEAD>
18761 <TITLE>Score Value Explained</TITLE>
18762 </HEAD>
18763 <BODY>
18764 <H1>Score Value Explained</H1>
18766 A message's score is the sum of the Score Values from all of the Scoring rules
18767 with Patterns that match the message.
18768 The value you give here is the Score Value associated with this rule.
18769 A Score Value is an integer between -100 and 100, with the default
18770 value of zero.
18772 Alternatively, if the
18773 <A HREF="h_config_role_scorehdrtok">&quot;Score From Header&quot;</A>
18774 field is defined
18775 (on the line right below the &quot;Score Value&quot; field)
18776 then the &quot;Score Value&quot; is ignored and
18777 the &quot;Score From Header&quot; field is used instead.
18779 Look <A HREF="h_edit_nav_cmds">here</A>
18780 to see the available Editing and Navigation commands.
18782 &lt;End of help on this topic&gt;
18783 </BODY>
18784 </HTML>
18785 ======= h_config_role_scorehdrtok =======
18786 <HTML>
18787 <HEAD>
18788 <TITLE>Score Value From Header Explained</TITLE>
18789 </HEAD>
18790 <BODY>
18791 <H1>Score Value From Header Explained</H1>
18793 This option provides a way to use a number that appears in the headers of your
18794 messages as the message's score, or as a component of that score.
18795 If this field is defined then it is used instead of the &quot;Score Value&quot;.
18796 The idea behind this option is that there may be a score embedded in the
18797 headers of messages that has already been calculated outside of Alpine.
18798 For example, messages delivered to you may contain an &quot;X-Spam&quot; header and
18799 somewhere in that header there is a score.
18801 The value for this option is the name of the header followed by parentheses
18802 with two arguments inside:
18804 <CENTER><SAMP>HeaderName(field_number,field_separators)</SAMP></CENTER>
18806 No space is allowed between the comma and the start of the field_separators.
18807 It would be interpreted as the first separator if it was there.
18808 Field 0 is the whole line, Field 1 is the data up to the first separator, Field 2
18809 starts after that and goes to the second separator, and so on.
18810 It's easier to explain with examples.
18812 <CENTER><SAMP>X-Spam(2,&quot;&nbsp;&quot;)</SAMP></CENTER>
18814 In the above example the header that is used is the &quot;X-Spam&quot; header.
18815 The value of that header (the part after the colon and the space) is split
18816 into fields separated by spaces.
18818 <CENTER><SAMP>Field1 &lt;space&gt; Field2 &lt;space&gt; Field3 ...</SAMP></CENTER>
18820 The second field is selected and converted to an integer. It only makes sense
18821 if Field2 really is an integer.
18823 Here's an example of a SpamAssassin header.
18824 The exact look of the header will vary, but if your incoming mail
18825 contains headers that look like the following
18827 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
18829 you might want to use the hits value as a score.
18830 Since the score is an integer value you can't make use of the decimal part of
18831 the number, but
18832 you might split off the hits=10 part as a score by using the characters &quot;=&quot;
18833 and &quot;.&quot; as your separators.
18835 <CENTER><SAMP>X-Spam-Status(2,&quot;=.&quot;)</SAMP></CENTER>
18837 The first field starts with the Y in Yes and goes until the &quot;=&quot; after
18838 hits.
18839 The second field is &quot;10&quot; so the score value would be 10.
18841 Another example we've seen has headers that look like
18843 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
18845 Because there are two equals before the 7% the value
18847 <CENTER><SAMP>X-Spam(3,&quot;=%&quot;)</SAMP></CENTER>
18849 should capture the probability as the score.
18851 The Score From Header scoring value actually works just like the
18852 regular Score Value in that the rest of the pattern has to match before
18853 it is used and the scores from all the different scoring rules that
18854 match for a particular message are added together.
18855 When using the Score From Header method it may (or may not) make sense to
18856 use only a single scoring rule with a pattern that matches every message.
18858 Look <A HREF="h_edit_nav_cmds">here</A>
18859 to see the available Editing and Navigation commands.
18861 &lt;End of help on this topic&gt;
18862 </BODY>
18863 </HTML>
18864 ======= h_config_role_replyuse =======
18865 <HTML>
18866 <HEAD>
18867 <TITLE>Reply Use Explained</TITLE>
18868 </HEAD>
18869 <BODY>
18870 <H1>Reply Use Explained</H1>
18872 This option determines how this particular role will be used when Replying
18873 to a message.
18874 There are three possible values for this option.
18875 The value &quot;Never&quot;
18876 means that this role will not be a candidate for use when Replying.
18877 The role's Pattern will not be checked for a match, however the role will
18878 be available to be manually switched to if there is a confirmation prompt.
18881 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18882 mean that you do want to consider this role when Replying.
18883 For either of these settings, the role's Pattern will be compared with
18884 the message being replied to.
18885 If there is a match then this role will either be used without confirmation
18886 or will be the default when confirmation is asked for, depending on
18887 which of the two options is selected.
18888 If confirmation is requested, you will also have a chance to
18889 manually change the role to any one of your other roles.
18892 You won't be prompted for confirmation if none of your role Patterns
18893 match the message being replied to.
18894 This is independent of the value of the current option.
18895 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18896 feature may be used to change this behavior.
18898 &lt;End of help on this topic&gt;
18899 </BODY>
18900 </HTML>
18901 ======= h_config_role_forwarduse =======
18902 <HTML>
18903 <HEAD>
18904 <TITLE>Forward Use Explained</TITLE>
18905 </HEAD>
18906 <BODY>
18907 <H1>Forward Use Explained</H1>
18909 This option determines how this particular role will be used when Forwarding
18910 a message.
18911 There are three possible values for this option.
18912 The value &quot;Never&quot;
18913 means that this role will not be a candidate for use when Forwarding.
18914 The role's Pattern will not be checked for a match, however the role will
18915 be available to be manually switched to if there is a confirmation prompt.
18918 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18919 mean that you do want to consider this role when Forwarding.
18920 For either of these settings, the role's Pattern will be compared with
18921 the message being forwarded.
18922 If there is a match then this role will either be used without confirmation
18923 or will be the default when confirmation is asked for, depending on
18924 which of the two options is selected.
18925 If confirmation is requested, you will also have a chance to
18926 manually change the role to any one of your other roles.
18929 You won't be prompted for confirmation if none of your role Patterns
18930 match the message being forwarded.
18931 This is independent of the value of the current option.
18932 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18933 feature may be used to change this behavior.
18935 &lt;End of help on this topic&gt;
18936 </BODY>
18937 </HTML>
18938 ======= h_config_role_composeuse =======
18939 <HTML>
18940 <HEAD>
18941 <TITLE>Compose Use Explained</TITLE>
18942 </HEAD>
18943 <BODY>
18944 <H1>Compose Use Explained</H1>
18946 This option determines how this particular role will be used when Composing
18947 a new message using the &quot;Compose&quot; command.
18948 This does not affect what happens when using the &quot;Role&quot; command
18949 to compose a new message.
18950 The &quot;Role&quot; command allows you to select a role from all of the
18951 roles you have defined, regardless of what Uses you've assigned to those
18952 roles.
18955 There are three possible values for this option.
18956 The value &quot;Never&quot;
18957 means that this role will not be a candidate for use when Composing.
18958 The role's Current Folder Type will not be checked for a match, however the role
18959 will be available to be manually switched to if there is a confirmation prompt.
18962 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18963 mean that you do want to consider this role when Composing.
18964 For either of these settings,
18965 the role's Current Folder Type will be checked (since there is no message
18966 to compare with, the rest of the Pattern is considered a match).
18967 If there is a match then this role will either be used without confirmation
18968 or will be the default when confirmation is asked for, depending on
18969 which of the two options is selected.
18970 If confirmation is requested, you will also have a chance to
18971 manually change the role to any one of your other roles.
18974 When using the Compose command the role checking is a little different
18975 because there is no message being replied to or forwarded.
18976 Because of this the Current Folder Type is checked but the header pattern
18977 fields, the AllText pattern, the BodyText pattern, and the Score Interval are all ignored.
18978 A role is considered to be a match if it is a candidate for Compose Use and
18979 its Current Folder Type matches the currently open folder.
18980 This could be useful if you want to set a role based on the folder you
18981 are reading, or the type of folder you are reading.
18984 You won't be prompted for confirmation if none of your role Patterns
18985 are a match.
18986 This is independent of the value of the current option.
18987 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18988 feature may be used to change this behavior.
18990 &lt;End of help on this topic&gt;
18991 </BODY>
18992 </HTML>
18993 ======= h_config_filter_folder =======
18994 <HTML>
18995 <HEAD>
18996 <TITLE>Filter Folder Explained</TITLE>
18997 </HEAD>
18998 <BODY>
18999 <H1>Filter Folder Explained</H1>
19001 When the Filter Action is set to &quot;Move&quot;,
19002 the folder or folders specified here will be used to store messages matching
19003 the provided pattern.
19006 If you set the Filter Action to &quot;Move&quot; you must give a folder name
19007 here.
19010 If you wish,
19011 you may choose a folder from your folder collections by using the
19012 &quot;T&quot; command.
19014 Besides regular text, the folder name may also contain
19015 tokens that are replaced with text representing the current date
19016 when you run Alpine.
19017 For example, if the folder name you use is
19019 <CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER>
19021 that is replaced with something like
19023 <CENTER><SAMP>abc-2004-oct</SAMP></CENTER>
19027 <CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER>
19029 becomes
19031 <CENTER><SAMP>abc-04-10</SAMP></CENTER>
19033 The token names must be surrounded by underscores in order to be recognized
19034 as tokens.
19035 The tokens that may be used are those that are derived from the current date.
19036 They're listed near the bottom of the list of tokens give
19037 <A HREF="h_index_tokens">here</A>.
19039 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
19040 for more information on Patterns.
19042 Look <A HREF="h_edit_nav_cmds">here</A>
19043 to see the available Editing and Navigation commands.
19045 &lt;End of help on this topic&gt;
19046 </BODY>
19047 </HTML>
19048 ======= h_config_filter_kw_set =======
19049 <HTML>
19050 <HEAD>
19051 <TITLE>Set These Keywords Explained</TITLE>
19052 </HEAD>
19053 <BODY>
19054 <H1>Set These Keywords Explained</H1>
19056 This describes part of the action to be taken if the Pattern for this
19057 filter is a match.
19058 Read a little about keywords in the help text for the
19059 <A HREF="h_common_flag">Flag</A> command.
19060 This option is a list of keywords that will be Set when there is a match.
19061 If you wish, you may choose keywords from the list of keywords you have
19062 defined with the &quot;T&quot; command.
19063 You may add new keywords by defining them in the
19064 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
19065 If you have given a keyword a nickname when configuring it,
19066 that nickname may be used instead of the actual keyword.
19069 Look <A HREF="h_edit_nav_cmds">here</A>
19070 to see the available Editing and Navigation commands.
19072 &lt;End of help on this topic&gt;
19073 </BODY>
19074 </HTML>
19075 ======= h_config_filter_kw_clr =======
19076 <HTML>
19077 <HEAD>
19078 <TITLE>Clear These Keywords Explained</TITLE>
19079 </HEAD>
19080 <BODY>
19081 <H1>Clear These Keywords Explained</H1>
19083 This describes part of the action to be taken if the Pattern for this
19084 filter is a match.
19085 Read a little about keywords in the help text for the
19086 <A HREF="h_common_flag">Flag</A> command.
19087 This option is a list of keywords that will be Cleared when there is a match.
19088 If you wish, you may choose keywords from the list of keywords you have
19089 defined with the &quot;T&quot; command.
19090 You may add new keywords by defining them in the
19091 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
19092 If you have given a keyword a nickname when configuring it,
19093 that nickname may be used instead of the actual keyword.
19096 Look <A HREF="h_edit_nav_cmds">here</A>
19097 to see the available Editing and Navigation commands.
19099 &lt;End of help on this topic&gt;
19100 </BODY>
19101 </HTML>
19102 ======= h_index_tokens =======
19103 <HTML>
19104 <HEAD>
19105 <TITLE>Tokens for Index and Replying</TITLE>
19106 </HEAD>
19107 <BODY>
19109 This set of special tokens may be used in the
19110 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option,
19111 in the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
19112 in signature files,
19113 in template files used in
19114 <A HREF="h_rules_roles">&quot;roles&quot;</A>, and in the folder name
19115 that is the target of a Filter Rule.
19116 Some of them aren't available in all situations.
19118 The tokens are used as they appear below for the &quot;<!--#echo var="VAR_index-format"-->&quot;
19119 option, but they must be surrounded by underscores for the
19120 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option, in signature and template files,
19121 and in the target of Filter Rules.
19125 <H1><EM>Tokens Available for all Cases (except Filter Rules)</EM></H1>
19127 <DL>
19128 <DT>SUBJECT</DT>
19129 <DD>
19130 This token represents the Subject the sender gave the message.
19131 Alternatives for use in the index screen are SHORTSUBJECT,
19132 SUBJKEY, SHORTSUBJKEY, SUBJKEYINIT, SHORTSUBJKEYINIT, SUBJECTTEXT, 
19133 SUBJKEYTEXT, and SUBJKEYINITTEXT.
19134 You may color the subject text in the MESSAGE INDEX screen differently by using the
19135 <A HREF="h_config_index_subject_color">Index Subject Color</A> and the
19136 <A HREF="h_config_index_opening_color">Index Opening Color</A>
19137 options available from
19138 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19139 </DD>
19141 <DT>FROM</DT>
19142 <DD>
19143 This token represents the personal name (or email address if the name
19144 is unavailable) of the person specified in the message's &quot;From:&quot;
19145 header field.
19146 You may color the from text in the MESSAGE INDEX screen differently by using the
19147 <A HREF="h_config_index_from_color">Index From Color</A>
19148 option available from
19149 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19150 </DD>
19152 <DT>ADDRESS</DT>
19153 <DD>
19154 This is similar to the &quot;FROM&quot; token, only it is always the
19155 email address, never the personal name.
19156 For example, &quot;mailbox@domain&quot;.
19157 </DD>
19159 <DT>MAILBOX</DT>
19160 <DD>
19161 This is the same as the &quot;ADDRESS&quot; except that the 
19162 domain part of the address is left off.
19163 For example, &quot;mailbox&quot;.
19164 </DD>
19166 <DT>SENDER</DT>
19167 <DD>
19168 This token represents the personal name (or email address) of the person
19169 listed in the message's &quot;Sender:&quot; header field.
19170 </DD>
19172 <DT>TO</DT>
19173 <DD>
19174 This token represents the personal names (or email addresses if the names
19175 are unavailable) of the persons specified in the
19176 message's &quot;To:&quot; header field.
19177 </DD>
19179 <DT>NEWSANDTO</DT>
19180 <DD>
19181 This token represents the newsgroups from the
19182 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
19183 the personal names (or email addresses if the names
19184 are unavailable) of the persons specified in the
19185 message's &quot;To:&quot; header field.
19186 </DD>
19188 <DT>TOANDNEWS</DT>
19189 <DD>
19190 Same as &quot;NEWSANDTO&quot; except in the opposite order.
19191 </DD>
19193 <DT>NEWS</DT>
19194 <DD>
19195 This token represents the newsgroups from the
19196 message's &quot;Newsgroups:&quot; header field.
19197 </DD>
19199 <DT>CC</DT>
19200 <DD>
19201 This token represents the personal names (or email addresses if the names
19202 are unavailable) of the persons specified in the
19203 message's &quot;Cc:&quot; header field.
19204 </DD>
19206 <DT>RECIPS</DT>
19207 <DD>
19208 This token represents the personal names (or email addresses if the names
19209 are unavailable) of the persons specified in both the
19210 message's &quot;To:&quot; header field and
19211 the message's &quot;Cc:&quot; header field.
19212 </DD>
19214 <DT>NEWSANDRECIPS</DT>
19215 <DD>
19216 This token represents the newsgroups from the
19217 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
19218 the personal names (or email addresses if the names
19219 are unavailable) of the persons specified in the
19220 message's &quot;To:&quot; and &quot;Cc:&quot; header fields.
19221 </DD>
19223 <DT>RECIPSANDNEWS</DT>
19224 <DD>
19225 Same as &quot;NEWSANDRECIPS&quot; except in the opposite order.
19226 </DD>
19228 <DT>INIT</DT>
19229 <DD>
19230 This token represents the initials from the personal name
19231 of the person specified in the message's &quot;From:&quot;
19232 header field.
19233 If there is no personal name, it is blank.
19234 </DD>
19236 <DT>DATE</DT>
19237 <DD>
19238 This token represents the date on which the message was sent, according
19239 to the &quot;Date&quot; header field.
19240 It has the format MMM DD. For example, &quot;Oct 23&quot;.
19241 The feature
19242 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>,
19243 which adjusts for the timezone the message was sent from,
19244 may have an effect on the value of this token as well as the values of
19245 all of the other DATE or TIME tokens.
19246 Some of the DATE and TIME tokens are displayed in a locale-specific
19247 way unless the option
19248 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is set.
19249 </DD>
19251 <DT>SMARTDATE</DT>
19252 <DD>
19253 This token represents the date on which the message was sent, according
19254 to the &quot;Date&quot; header field.
19255 It is &quot;Today&quot; if the message was sent today,
19256 &quot;Yesterday&quot; for yesterday,
19257 &quot;Wednesday&quot; if it was last Wednesday, and so on. If the
19258 message is from last year and is more than six months old it includes the year, as well.
19259 See the SMARTDATE alternatives below, as well.
19260 </DD>
19262 <DT>SMARTTIME</DT>
19263 <DD>
19264 This token represents the most relevant elements of the date on which
19265 the message was sent (according to the &quot;Date&quot; header field),
19266 in a compact form. If the message was sent today, only the time is used
19267 (e.g. &quot;9:22am&quot;, &quot;10:07pm&quot;); if it was sent during
19268 the past week, the day of the week and the hour are used
19269 (e.g. &quot;Wed09am&quot;, &quot;Thu10pm&quot;); other dates are
19270 given as date, month, and year (e.g. &quot;23Aug00&quot;,
19271 &quot;9Apr98&quot;).
19272 </DD>
19274 <DT>SMARTTIME24</DT>
19275 <DD>
19276 This token has the structure &quot;day hour:minute&quot;
19277 (e.g. &quot;Sun 19:03&quot;) for messages dated less than a week
19278 from the current date, or &quot;month day&quot; (e.g.
19279 &quot;Nov 23&quot;) for messages dated less than 6 months
19280 ago, or &quot;day/month/year&quot; (e.g &quot;06/Jan/16&quot;)
19281 for messages dated more than 6 months ago. It uses 9 characters
19282 of the width of the screen, and it left aligned.
19283 </DD>
19285 <DT>SMARTDATETIME</DT>
19286 <DD>
19287 This is a combination of SMARTDATE and SMARTTIME.
19288 It is SMARTDATE unless the SMARTDATE value is &quot;Today&quot;, in which
19289 case it is SMARTTIME.
19290 See the SMARTDATETIME alternatives below, as well.
19291 </DD>
19293 <DT>DATEISO</DT>
19294 <DD>
19295 This token represents the date on which the message was sent, according
19296 to the &quot;Date&quot; header field.
19297 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
19298 </DD>
19300 <DT>SHORTDATEISO</DT>
19301 <DD>
19302 This token represents the date on which the message was sent, according
19303 to the &quot;Date&quot; header field.
19304 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
19305 </DD>
19307 <DT>SHORTDATE1</DT>
19308 <DD>
19309 This token represents the date on which the message was sent, according
19310 to the &quot;Date&quot; header field.
19311 It has the format MM/DD/YY. For example, &quot;10/23/98&quot;.
19312 </DD>
19314 <DT>SHORTDATE2</DT>
19315 <DD>
19316 This token represents the date on which the message was sent, according
19317 to the &quot;Date&quot; header field.
19318 It has the format DD/MM/YY. For example, &quot;23/10/98&quot;.
19319 </DD>
19321 <DT>SHORTDATE3</DT>
19322 <DD>
19323 This token represents the date on which the message was sent, according
19324 to the &quot;Date&quot; header field.
19325 It has the format DD.MM.YY. For example, &quot;23.10.98&quot;.
19326 </DD>
19328 <DT>SHORTDATE4</DT>
19329 <DD>
19330 This token represents the date on which the message was sent, according
19331 to the &quot;Date&quot; header field.
19332 It has the format YY.MM.DD. For example, &quot;98.10.23&quot;.
19333 </DD>
19335 <DT>LONGDATE</DT>
19336 <DD>
19337 This token represents the date on which the message was sent, according
19338 to the &quot;Date&quot; header field.
19339 It has the format MMM DD, YYYY. For example, &quot;Oct 23, 1998&quot;.
19340 </DD>
19342 <DT>SMARTDATE alternatives</DT>
19343 <DD>
19344 There are several versions of SMARTDATE that are all the same except
19345 for the way they format dates far in the past.
19346 SMARTDATE formats the date using the information from your locale settings
19347 to format the date string. It may end up formatting dates so that they look
19348 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
19349 The feature
19350 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
19351 may have an effect on the values of these tokens.
19352 If you want more control you may use one of the following.
19353   <DL>
19354   <DT>SMARTDATE</DT> <DD>If the option
19355 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
19356 then this will be locale specific. Control this with the
19357 LC_TIME locale setting on a UNIX system. On Windows
19358 the Regional Options control panel may be used to set the Short date
19359 format. At the programming level, the strftime routine is what Alpine
19360 uses to print the date.
19361 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
19362 to SMARTDATES1.</DD>
19363   <DT>SMARTDATEISO</DT> <DD>DATEISO format. See text above.</DD>
19364   <DT>SMARTDATESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
19365   <DT>SMARTDATES1</DT> <DD>SHORTDATE1 format.</DD>
19366   <DT>SMARTDATES2</DT> <DD>SHORTDATE2 format.</DD>
19367   <DT>SMARTDATES3</DT> <DD>SHORTDATE3 format.</DD>
19368   <DT>SMARTDATES4</DT> <DD>SHORTDATE4 format.</DD>
19369   </DL>
19370 </DD>
19372 <DT>SMARTDATETIME alternatives</DT>
19373 <DD>
19374 There are several versions of SMARTDATETIME that are all very similar.
19375 The ones that end in 24 use a 24-hour clock for Today's messages instead
19376 of a 12-hour clock.
19377 The other variation is
19378 for the way they format dates far in the past.
19379 SMARTDATETIME and SMARTDATETIME24 format the date using the information from your locale settings
19380 to format the date string. It may end up formatting dates so that they look
19381 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
19382 The feature
19383 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
19384 may have an effect on the values of these tokens.
19385 The possible choices are:
19386   <DL>
19387   <DT>SMARTDATETIME</DT> <DD>If the option
19388 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
19389 then this will be locale specific. Control this with the
19390 LC_TIME locale setting on a UNIX system. On Windows
19391 the Regional Options control panel may be used to set the Short date
19392 format. At the programming level, the strftime routine is what Alpine
19393 uses to print the date.
19394 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
19395 to SMARTDATETIMES1.</DD>
19396   <DT>SMARTDATETIME24</DT> <DD>Use TIME24 for Today</DD>
19397   <DT>SMARTDATETIMEISO</DT> <DD>DATEISO format. See text above.</DD>
19398   <DT>SMARTDATETIMEISO24</DT> <DD>Use TIME24 for Today</DD>
19399   <DT>SMARTDATETIMESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
19400   <DT>SMARTDATETIMESHORTISO24</DT> <DD>Use TIME24 for Today</DD>
19401   <DT>SMARTDATETIMES1</DT> <DD>SHORTDATE1 format.</DD>
19402   <DT>SMARTDATETIMES124</DT> <DD>Use TIME24 for Today</DD>
19403   <DT>SMARTDATETIMES2</DT> <DD>SHORTDATE2 format.</DD>
19404   <DT>SMARTDATETIMES224</DT> <DD>Use TIME24 for Today</DD>
19405   <DT>SMARTDATETIMES3</DT> <DD>SHORTDATE3 format.</DD>
19406   <DT>SMARTDATETIMES324</DT> <DD>Use TIME24 for Today</DD>
19407   <DT>SMARTDATETIMES4</DT> <DD>SHORTDATE4 format.</DD>
19408   <DT>SMARTDATETIMES424</DT> <DD>Use TIME24 for Today</DD>
19409   </DL>
19410 </DD>
19412 <DT>DAYDATE</DT>
19413 <DD>
19414 This token represents the date on which the message was sent, according
19415 to the &quot;Date&quot; header field.
19416 It looks like &quot;Sat, 23 Oct 1998&quot;.
19417 This token is never converted in any locale-specific way.
19418 </DD>
19420 <DT>PREFDATE</DT>
19421 <DD>
19422 This token represents the date on which the message was sent, according
19423 to the &quot;Date&quot; header field.
19424 It is your operating system's idea of the preferred date representation for the current locale.
19425 Internally it uses the %x version of the date from the strftime routine.
19426 </DD>
19428 <DT>PREFTIME</DT>
19429 <DD>
19430 This token represents the time at which the message was sent, according
19431 to the &quot;Date&quot; header field.
19432 It is the preferred time representation for the current locale.
19433 Internally it uses the %X version of the time from the strftime routine.
19434 </DD>
19436 <DT>PREFDATETIME</DT>
19437 <DD>
19438 This token represents the date and time at which the message was sent, according
19439 to the &quot;Date&quot; header field.
19440 It is the preferred date and time representation for the current locale.
19441 Internally it uses the %c version of the time from the strftime routine.
19442 </DD>
19444 <DT>DAY</DT>
19445 <DD>
19446 This token represents the day of the month on which the message was sent,
19447 according to the &quot;Date&quot; header field.
19448 For example, &quot;23&quot; or &quot;9&quot;.
19449 </DD>
19451 <DT>DAY2DIGIT</DT>
19452 <DD>
19453 This token represents the day of the month on which the message was sent,
19454 according to the &quot;Date&quot; header field.
19455 For example, &quot;23&quot; or &quot;09&quot;.
19456 It is always 2 digits.
19457 </DD>
19459 <DT>DAYORDINAL</DT>
19460 <DD>
19461 This token represents the ordinal number that is the day of
19462 the month on which the message was sent,
19463 according to the &quot;Date&quot; header field.
19464 For example, &quot;23rd&quot; or &quot;9th&quot;.
19465 </DD>
19467 <DT>DAYOFWEEK</DT>
19468 <DD>
19469 This token represents the day of the week on which the message was sent,
19470 according to the &quot;Date&quot; header field.
19471 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
19472 </DD>
19474 <DT>DAYOFWEEKABBREV</DT>
19475 <DD>
19476 This token represents the day of the week on which the message was sent,
19477 according to the &quot;Date&quot; header field.
19478 For example, &quot;Sun&quot; or &quot;Wed&quot;.
19479 </DD>
19481 <DT>MONTHABBREV</DT>
19482 <DD>
19483 This token represents the month the message was sent, according
19484 to the &quot;Date&quot; header field.
19485 For example, &quot;Oct&quot;.
19486 </DD>
19488 <DT>MONTHLONG</DT>
19489 <DD>
19490 This token represents the month in which the message was sent, according
19491 to the &quot;Date&quot; header field.
19492 For example, &quot;October&quot;.
19493 </DD>
19495 <DT>MONTH</DT>
19496 <DD>
19497 This token represents the month in which the message was sent, according
19498 to the &quot;Date&quot; header field.
19499 For example, &quot;10&quot; or &quot;9&quot;.
19500 </DD>
19502 <DT>MONTH2DIGIT</DT>
19503 <DD>
19504 This token represents the month in which the message was sent, according
19505 to the &quot;Date&quot; header field.
19506 For example, &quot;10&quot; or &quot;09&quot;.
19507 It is always 2 digits.
19508 </DD>
19510 <DT>YEAR</DT>
19511 <DD>
19512 This token represents the year the message was sent, according
19513 to the &quot;Date&quot; header field.
19514 For example, &quot;1998&quot; or &quot;2001&quot;.
19515 </DD>
19517 <DT>YEAR2DIGIT</DT>
19518 <DD>
19519 This token represents the year the message was sent, according
19520 to the &quot;Date&quot; header field.
19521 For example, &quot;98&quot; or &quot;01&quot;.
19522 It is always 2 digits.
19523 </DD>
19525 <DT>TIME24</DT>
19526 <DD>
19527 This token represents the time at which the message was sent, according
19528 to the &quot;Date&quot; header field.
19529 There is no adjustment made for different time zones, so you'll get
19530 the time the message was sent according to the time zone the sender
19531 was in.
19532 It has the format HH:MM. For example, &quot;17:28&quot;.
19533 </DD>
19535 <DT>TIME12</DT>
19536 <DD>
19537 This token represents the time at which the message was sent, according
19538 to the &quot;Date&quot; header field.
19539 This time is for a 12 hour clock.
19540 It has the format HH:MMpm.
19541 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
19542 </DD>
19544 <DT>TIMEZONE</DT>
19545 <DD>
19546 This token represents the numeric timezone from
19547 the &quot;Date&quot; header field.
19548 It has the format [+-]HHMM. For example, &quot;-0800&quot;.
19549 </DD>
19551 </DL>
19554 <H1><EM>Tokens Available Only for <!--#echo var="VAR_index-format"--></EM></H1>
19556 <DL>
19557 <DT>MSGNO</DT>
19558 <DD>
19559 This token represents the message's current position in the folder that,
19560 of course, may change as the folder is sorted or new mail arrives.
19561 </DD>
19563 <DT>STATUS</DT>
19564 <DD>
19565 This token represents a three character wide field displaying various
19566 aspects of the message's state.
19567 The first character is either blank,
19568 a '*' for message marked Important, or a '+' indicating a message
19569 addressed directly to you (as opposed to your having received it via a
19570 mailing list, for example).
19571 When the feature
19572 &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot;
19573 is set, if the first character would have been
19574 blank then it will instead be a '-' if the message is cc'd to you.
19575 The second character is typically blank,
19576 though the arrow cursor may occupy it if either the 
19577 &quot;<A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>&quot;
19578 or the
19579 &quot;<A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A>&quot; feature
19580 is set (or you actually are on a slow link).
19581 The third character is either '<A HREF="h_flag_deleted">D</A>' (Deleted),
19582 '<A HREF="h_flag_answered">A</A>' (Answered),
19583 '<A HREF="h_flag_forwarded">F</A>' (Forwarded),
19584 '<A HREF="h_flag_new">N</A>' (New), or blank.
19586 If you are using a threaded view of the index and this message is at the
19587 top of a collapsed portion of a thread,
19588 then this token refers to all of the messages in the collapsed portion of
19589 the thread instead of just the top message.
19590 The first character will be a '*' if <EM>any</EM> of the messages in the thread
19591 are marked Important, else a '+' if any of the messages are addressed
19592 to you, else a '-' if any of the messages are cc'd to you.
19593 The third character will be a 'D' if <EM>all</EM> of the messages
19594 in the collapsed thread are marked deleted,
19595 an 'A' if <EM>all</EM> of the messages
19596 in the collapsed thread are marked answered,
19597 it will be an 'N' if any of
19598 the messages are undeleted and unseen, and it will be blank otherwise.
19599 </DD>
19601 <DT>FULLSTATUS</DT>
19602 <DD>
19603 This token represents a less abbreviated alternative
19604 to the &quot;STATUS&quot; token.
19605 It is six characters wide.
19606 The first character is '+', '-', or blank, the
19607 second blank, the third either '*' or blank, the fourth
19608 '<A HREF="h_flag_new">N</A>' or blank,
19609 the fifth '<A HREF="h_flag_answered">A</A>'
19610 or blank, and the sixth character is
19611 either '<A HREF="h_flag_deleted">D</A>' or
19612 blank.
19614 If you are using a threaded view of the index and this message is at the
19615 top of a collapsed portion of a thread,
19616 then this token refers to all of the messages in the collapsed portion of
19617 the thread instead of just the top message.
19618 The first character is '+', '-', or blank depending on whether <EM>any</EM>
19619 of the messages in the collapsed thread are addressed to you or cc'd to you.
19620 The third character will be '*' if any of the messages are marked
19621 Important.
19622 The fourth character will be 'N' if all of the messages in the thread
19623 are New, else 'n' if some of the messages in the thread are New, else blank.
19624 The fifth character will be 'A' or 'a' or blank, and the sixth character
19625 will be 'D' or 'd' or blank.
19626 </DD>
19628 <DT>IMAPSTATUS</DT>
19629 <DD>
19630 This token represents an even less abbreviated alternative to the
19631 &quot;STATUS&quot; token.
19632 It differs from &quot;FULLSTATUS&quot; in only the fourth character, which is
19633 an 'N' if the message is new to this folder since the last time
19634 it was opened <EM>and</EM> it has not been viewed, an 'R' (Recent) if the message
19635 is new to the folder and has been viewed, a 'U' (Unseen) if the message is not 
19636 new to the folder since it was last opened <EM>but</EM> has not been
19637 viewed, or a blank if the message has been in the folder since it was
19638 last opened and has been viewed.
19640 If you are using a threaded view of the index and this message is at the
19641 top of a collapsed portion of a thread,
19642 then the fourth character will be
19643 'N' if all of the messages in the thread are unseen and recent;
19644 else 'n' if some of the messages in the thread are unseen and recent;
19645 else 'U' if all of the messages in the thread are unseen and not recent;
19646 else 'u' if some of the messages in the thread are unseen and not recent;
19647 else 'R' if all of the messages in the thread are seen and recent;
19648 else 'r' if some of the messages in the thread are seen and recent;
19649 else blank.
19650 </DD>
19652 <DT>SHORTIMAPSTATUS</DT>
19653 <DD>
19654 This is the same as the last four of the six characters of IMAPSTATUS,
19655 so the '+' To Me information will be missing.
19656 </DD>
19658 <DT>SIZE</DT>
19659 <DD>
19660 This token represents the total size, in bytes, of the message.
19661 If a &quot;K&quot; (Kilobyte)
19662 follows the number, the size is approximately 1,000
19663 times that many bytes (rounded to the nearest 1,000).
19664 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
19665 1,000,000 times that many bytes.
19666 Commas are not used in this field.
19667 This field is seven characters wide, including the enclosing parentheses.
19668 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
19669 The progression of sizes used looks like:
19672 <CENTER><SAMP>0 1 ... 9999 10K ... 999K 1.0M ... 99.9M 100M ... 2000M</SAMP></CENTER>
19674 </DD>
19676 <DT>SIZECOMMA</DT>
19677 <DD>
19678 This token represents the total size, in bytes, of the message.
19679 If a &quot;K&quot; (Kilobyte)
19680 follows the number, the size is approximately 1,000
19681 times that many bytes (rounded to the nearest 1,000).
19682 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
19683 1,000,000 times that many bytes.
19684 Commas are used if the number shown is 1,000 or greater.
19685 The SIZECOMMA field is one character wider than the SIZE field.
19686 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
19687 The progression of sizes used looks like:
19690 <CENTER><SAMP>0 1 ... 99,999 100K ... 9,999K 10.0M ... 999.9M 1,000M ... 2,000M</SAMP></CENTER>
19692 </DD>
19694 <DT>KSIZE</DT>
19695 <DD>
19696 This token represents the total size of the message, expressed in
19697 kilobytes or megabytes, as most appropriate.
19698 These are 1,024 byte kilobytes and 1,024 x 1,024 byte megabytes.
19699 The progression of sizes used looks like:
19702 <CENTER><SAMP>0K 1K ... 1023K 1.0M ... 99.9M 100M ... 2047M</SAMP></CENTER>
19704 </DD>
19706 <DT>SIZENARROW</DT>
19707 <DD>
19708 This token represents the total size, in bytes, of the message.
19709 If a &quot;K&quot; (Kilobyte)
19710 follows the number, the size is approximately 1,000
19711 times that many bytes.
19712 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
19713 1,000,000 times that many bytes.
19714 If a &quot;G&quot; (Gigabyte) follows the number, the size is approximately
19715 1,000,000,000 times that many bytes.
19716 This field uses only five characters of screen width, including the enclosing
19717 parentheses.
19718 The progression of sizes used looks like:
19721 <CENTER><SAMP>0 1 ... 999 1K ... 99K .1M ... .9M 1M ... 99M .1G ... .9G 1G 2G</SAMP></CENTER>
19723 </DD>
19725 <DT>DESCRIPSIZE</DT>
19726 <DD>
19727 This token is intended to represent a more useful description of the
19728 message than just its size, but it isn't very useful at this point.
19729 The plus sign in this view means there are attachments.
19730 Note that including this token in
19731 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
19732 display a little while Alpine collects the necessary information.
19733 </DD>
19735 <DT>SHORTSUBJECT</DT> 
19736 <DD> This token is the same as SUBJECT, but removes 
19737 text between &quot;[&quot; and &quot;]&quot;. Typically text enclosed 
19738 between these characters corresponds to mailing list names, and may be 
19739 unnecessary or unwanted in some instances. 
19740 </DD>
19742 <DT>SUBJKEY</DT>
19743 <DD>
19744 This token is the same as the SUBJECT token unless keywords are set for
19745 the message.
19746 In that case, a list of keywords enclosed in braces will be prepended to
19747 the subject of the message.
19748 Only those keywords that you have defined in your
19749 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19750 in Setup/Config are considered in the list.
19751 In other words, keywords that have been set by some other means, perhaps
19752 by another email program, won't show up unless included in
19753 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19754 Having this set in the <!--#echo var="VAR_index-format"--> will also cause the keywords to be
19755 prepended to the subject in the MESSAGE TEXT screen.
19756 If you have given a keyword a nickname
19757 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
19758 instead of the actual keyword.
19759 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
19760 option may be used to modify this token slightly.
19761 It is also possible to color keywords in the index using the
19762 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19763 </DD>
19765 <DT>SHORTSUBJKEY</DT>
19766 <DD> This token is the same as SUBJKEY, but it is based on
19767 SHORTSUBJECT, instead of in SUBJECT.
19768 </DD>
19770 <DT>SUBJKEYINIT</DT>
19771 <DD>
19772 This token is the same as the SUBJKEY token except that instead of
19773 prepending a list of keywords to the subject, a list of first initials
19774 of keywords will be prepended instead.
19775 For example, if a message has the keywords <EM>Work</EM> and <EM>Now</EM>
19776 set (or Work and Now are the Alpine nicknames of keywords that are set)
19777 then the SUBJKEY token would cause a result like
19779 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
19781 whereas the SUBJKEYINIT token would give
19783 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
19785 Only those keywords that you have defined in your
19786 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19787 in Setup/Config are considered in the list.
19788 In other words, keywords that have been set by some other means, perhaps
19789 by another email program, won't show up unless included in
19790 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19791 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
19792 option may be used to modify this token slightly.
19793 It is also possible to color keywords in the index using the
19794 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19795 </DD>
19797 <DT>SHORTSUBJKEYINIT</DT>
19798 <DD> This token is the same as SUBJKEYINIT, but it is based on
19799 SHORTSUBJECT, instead of in SUBJECT.
19800 </DD>
19802 <DT>SUBJECTTEXT</DT>
19803 <DD>
19804 Same as SUBJECT but if there is room in the Subject field for more text,
19805 the opening part of the text of the message is displayed after the subject.
19806 The time needed to fetch the text may cause a performance problem
19807 which can, of course, be avoided by using the SUBJECT version of
19808 the Subject instead.
19809 You may color this opening text differently by using the
19810 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
19811 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19812 You may adjust the characters that are displayed between the Subject and the
19813 opening text with the option
19814 <A HREF="h_config_opening_sep"><!--#echo var="VAR_opening-text-separator-chars"--></A>.
19815 </DD>
19817 <DT>SUBJKEYTEXT</DT>
19818 <DD>
19819 Same as SUBJKEY but with the opening message text.
19820 </DD>
19822 <DT>OPENINGTEXT</DT>
19823 <DD>
19824 This is similar to SUBJECTTEXT.
19825 Instead of combining the Subject and the opening text in a single
19826 field in the index screen this token allows you to allocate a
19827 separate column just for the opening text of the message.
19828 The time needed to fetch this text may cause a performance problem.
19829 You may color this opening text differently by using the
19830 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
19831 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19832 </DD>
19834 <DT>OPENINGTEXTNQ</DT>
19835 <DD>
19836 This is very similar to OPENINGTEXT.
19837 The NQ stands for No Quotes.
19838 The only difference is that quoted text (lines beginning with &gt;) is deleted.
19839 For some messages this may be confusing.
19840 For example, a message might have a line preceding some quoted
19841 text that reads something like &quot;On May 8th person A said.&quot;
19842 That no longer makes sense after the quoted text is deleted and it
19843 will appear that person A said whatever the text after the quote
19844 is, even though that is really person B talking.
19845 </DD>
19847 <DT>SUBJKEYINITTEXT</DT>
19848 <DD>
19849 Same as SUBJKEYINIT but with the opening message text.
19850 </DD>
19852 <DT>KEY</DT>
19853 <DD>
19854 This is a space-delimited list of keywords that are set for the message.
19855 Only those keywords that you have defined in your
19856 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19857 in Setup/Config are considered in the list.
19858 In other words, keywords that have been set by some other means, perhaps
19859 by another email program, won't show up unless included in
19860 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19861 If you have given a keyword a nickname
19862 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
19863 instead of the actual keyword.
19864 It is also possible to color keywords in the index using the
19865 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19866 This token defaults to an arbitrary width of 5.
19867 You should set it to whatever width suits you using something
19868 like KEY(17) in the <!--#echo var="VAR_index-format"-->.
19869 </DD>
19871 <DT>KEYINIT</DT>
19872 <DD>
19873 This is a list of keyword initials that are set for the message.
19874 If you have given a keyword a nickname
19875 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), the initial of that nickname
19876 is displayed instead of the initial of the actual keyword.
19877 It is also possible to color keyword initials in the index using the
19878 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19879 This token defaults to an arbitrary width of 2.
19880 You should set it to whatever width suits you using something
19881 like KEYINIT(3) in the <!--#echo var="VAR_index-format"-->.
19882 </DD>
19884 <DT>PRIORITY</DT>
19885 <DD>
19886 The X-Priority header is a non-standard header that is used in a
19887 somewhat standard way by many mail programs.
19888 Alpine expects the value of this header to be a digit with a value
19889 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
19890 Since this priority is something that the sender sets it is only an indication
19891 of the priority that the sender attaches to the mail and it is therefore almost
19892 totally unreliable for use as a filtering criterion.
19893 This token will display the numeric value of the priority if it is between
19894 1 and 5.
19895 It will be suppressed (blank) if the value is 3, which is normal priority.
19896 This token may be colored with the
19897 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19898 </DD>
19900 <DT>PRIORITYALPHA</DT>
19901 <DD>
19902 This is a more verbose interpretation of the X-Priority field.
19903 Once again nothing is displayed unless the value of the field
19904 is 1, 2, 4, or 5.
19905 The values displayed for those values are:
19907 <TABLE>
19908 <TR> <TD>1</TD> <TD>Highest</TD> </TR>
19909 <TR> <TD>2</TD> <TD>High</TD> </TR>
19910 <TR> <TD>4</TD> <TD>Low</TD> </TR>
19911 <TR> <TD>5</TD> <TD>Lowest</TD> </TR>
19912 </TABLE>
19914 This token may be colored with the
19915 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19916 </DD>
19918 <DT>PRIORITY!</DT>
19919 <DD>
19920 This is a one character, non-numeric version of the X-Priority field.
19921 If the value of the X-Priority header is 1 or 2 an exclamation
19922 point is displayed.
19923 If the value is 4 or 5 a &quot;v&quot; (think down arrow) is displayed.
19924 This token may be colored with the
19925 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19926 </DD>
19928 <DT>ATT</DT>
19929 <DD>
19930 This is a one column wide field that represents the number of attachments
19931 a message has. It will be blank if there are no attachments, a single
19932 digit for one to nine attachments, or an asterisk for more than nine.
19933 Note that including this token in
19934 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
19935 display a little while Alpine collects the necessary information.
19936 </DD>
19938 <DT>FROMORTO</DT>
19939 <DD>
19940 This token represents <EM>either</EM> the personal name (or email address) of
19941 the person listed in the message's &quot;From:&quot; header
19942 field, <EM>or</EM>, if that address is yours or one of your
19943 <A HREF="h_config_alt_addresses">alternate addresses</A>,
19944 the first person specified in the
19945 message's &quot;To:&quot; header field
19946 with the prefix &quot;To: &quot; prepended.
19947 If the from address is yours and there is also no &quot;To&quot; address,
19948 Alpine will use the address on the &quot;Cc&quot; line.
19949 If there is no address there, either, Alpine will look for a newsgroup name
19950 from the &quot;Newsgroups&quot; header field and put
19951 that after the &quot;To: &quot; prefix.
19952 </DD>
19954 <DT>FROMORTONOTNEWS</DT>
19955 <DD>
19956 This is almost the same as <EM>FROMORTO</EM>.
19957 The difference is that newsgroups aren't considered.
19958 When a message is from you, doesn't have a To or Cc, and does have
19959 a Newsgroups header; this token will be your name instead of the name
19960 of the newsgroup (like it would be with FROMORTO).
19961 </DD>
19963 <DT>TEXT</DT>
19964 <DD>
19965 This is a different sort of token.
19966 It allows you to display a label within each index line.
19967 It will be the same fixed text for each line.
19968 It is different from all the other tokens in that there is no space column
19969 displayed after this token.
19970 Instead, it is butted up against the following field.
19971 It also has a different syntax.
19972 The text to display is given following a colon after the
19973 word &quot;TEXT&quot;.
19974 For example,
19976 <CENTER><SAMP>TEXT:abc=</SAMP></CENTER>
19978 would insert the literal text &quot;abc=&quot; (without the quotes)
19979 into the index display line.
19980 You must quote the text if it includes space characters, like
19982 <CENTER><SAMP>TEXT:&quot;abc&nbsp;=&nbsp;&quot;</SAMP></CENTER>
19984 </DD>
19986 <DT>HEADER</DT>
19987 <DD>
19988 This allows you to display the text from a particular header line in the
19989 message.
19990 The syntax for this token is substantially different from all the others
19991 in order that you might be able to display a portion of the text following
19992 a particular header.
19993 The header name you are interested in is given following a colon
19994 after the word &quot;HEADER&quot;.
19995 For example,
19997 <CENTER><SAMP>HEADER:X-Spam</SAMP></CENTER>
19999 would display the text of the X-Spam header, if any.
20000 Like for other index tokens a width field may (and probably should)
20001 follow this.
20003 <CENTER><SAMP>HEADER:X-Spam(10)</SAMP></CENTER>
20005 displays the first ten characters of the X-Spam header.
20006 Unlike other index tokens, the syntax for HEADER is more flexible.
20007 An optional second argument comes after a comma inside the parentheses.
20008 It specifies the &quot;field&quot; number.
20009 By default, the field separator is a space character.
20010 No extra space characters are allowed in the argument list.
20012 <CENTER><SAMP>HEADER:X-Spam(10,2)</SAMP></CENTER>
20014 would display the second field, left-justified, in a 10 character
20015 wide field.
20016 The second field would consist of all the text after the first space
20017 up to the next space or the end of the header.
20018 The default field number is zero, which stands for the entire line.
20019 There is also an optional third argument that is a list of field
20020 separators. It defaults to a space character.
20021 The example
20023 <CENTER><SAMP>HEADER:X-Spam(10,2,:%&nbsp;)</SAMP></CENTER>
20025 would cause the field separators to be any of colon, percent,
20026 or space (there is a space character between the percent and the
20027 right parenthesis).
20028 The first field runs from the start of the header value up to the first
20029 colon, percent, or space; the second goes from there to the next; and so on.
20030 In order to use a comma character as a field separator you must escape
20031 it by preceding it with a backslash (&#92;).
20032 The same is true of the backslash character itself.
20033 There is one further optional argument.
20034 It is an R or an L to specify right or left adjustment of the text
20035 within the field.
20036 The default is to left justify, however if you are displaying numbers
20037 you might prefer to right justify.
20039 Here's an example of a SpamAssassin header.
20040 The exact look of the header will vary, but if your incoming mail
20041 contains headers that look like the following
20043 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
20045 you might want to display the hits value.
20046 The first field starts with the Y in Yes.
20047 To get what you're interested in you might use &quot;=&quot; and
20048 space as the field separators and display the third field, like
20050 <CENTER><SAMP>HEADER:X-Spam-Status(4,3,=&nbsp;)</SAMP></CENTER>
20052 or maybe you would break at the dot instead
20054 <CENTER><SAMP>HEADER:X-Spam-Status(2,2,=.,R)</SAMP></CENTER>
20056 Another example we've seen has headers that look like
20058 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
20060 Because there are two equals and a comma before the 7% and a comma
20061 after it, the token
20063 <CENTER><SAMP>HEADER:X-Spam(3,4,=&#92;,,R)</SAMP></CENTER>
20065 should display the probability (for example 7% or 83%) right justified
20066 in a 3-wide field.
20067 </DD>
20069 <DT>ARROW</DT>
20070 <DD>
20071 This gives an alternative way to display the current message in the
20072 MESSAGE INDEX screen.
20073 Usually the current message is indicated by the line being shown in
20074 reverse video.
20075 Instead, if the ARROW token is included in your <!--#echo var="VAR_index-format"-->,
20076 the current line will include an &quot;arrow&quot; that
20077 looks like
20079 <CENTER><SAMP>-&gt;</SAMP></CENTER>
20081 in the ARROW token's field.
20082 For all of the non-current messages, the ARROW field will be filled
20083 with blanks.
20084 If you use the fixed-field width feature the length of the &quot;arrow&quot;
20085 may be adjusted.
20086 The arrow will be drawn as width-1 dashes followed by a greater than sign.
20087 For example, if you use ARROW(3) you will get
20089 <CENTER><SAMP>--&gt;</SAMP></CENTER>
20091 and ARROW(1) will give you just
20093 <CENTER><SAMP>&gt;</SAMP></CENTER>
20095 It is also possible to set the color of the ARROW field.
20096 By default (and for non-current messages) the arrow is colored the same
20097 as the index line it is part of.
20098 You may set it to be another color with the 
20099 <A HREF="h_config_index_arrow_color">Index Arrow Color</A> option available from
20100 the <A HREF="h_color_setup">Setup Kolor</A> screen.
20101 </DD>
20103 <DT>SCORE</DT>
20104 <DD>
20105 This gives the
20106 <a href="h_rules_score">score</a>
20107 of each message.
20108 This will be six columns wide to accomodate the widest possible score.
20109 You will probably want to use the <!--#echo var="VAR_index-format"--> fixed-field width feature
20110 to limit the width of the field to the widest score that
20111 you use (e.g. SCORE(3) if your scores are always between 0 and 999).
20112 If you have not defined any score rules the scores will all be zero.
20113 If any of your score rules contain AllText or BodyText patterns
20114 then including SCORE in the <!--#echo var="VAR_index-format"-->
20115 may slow down the display of the MESSAGE INDEX screen.
20116 </DD>
20117 </DL>
20120 <H1><EM>Tokens Available for all but <!--#echo var="VAR_index-format"--></EM></H1>
20122 <DL>
20123 <DT>CURNEWS</DT>
20124 <DD>
20125 This token represents the current newsgroup if there is one.
20126 For example, &quot;comp.mail.pine&quot;.
20127 </DD>
20129 <DT>MSGID</DT>
20130 <DD>
20131 This token represents the message ID of the message.
20132 This token does not work with Filter Rule folder names.
20133 </DD>
20135 <DT>CURDATE</DT>
20136 <DD>
20137 This token represents the current date.
20138 It has the format MMM DD. For example, &quot;Oct 23&quot;.
20139 </DD>
20141 <DT>CURDATEISO</DT>
20142 <DD>
20143 This token represents the current date.
20144 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
20145 </DD>
20147 <DT>CURDATEISOS</DT>
20148 <DD>
20149 This token represents the current date.
20150 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
20151 </DD>
20153 <DT>CURPREFDATE</DT>
20154 <DD>
20155 This token represents the current date.
20156 It is your operating system's idea of the preferred date representation for the current locale.
20157 Internally it uses the %x version of the date from the strftime routine.
20158 </DD>
20160 <DT>CURPREFTIME</DT>
20161 <DD>
20162 This token represents the current time.
20163 It is the preferred time representation for the current locale.
20164 Internally it uses the %X version of the time from the strftime routine.
20165 </DD>
20167 <DT>CURPREFDATETIME</DT>
20168 <DD>
20169 This token represents the current date and time.
20170 It is the preferred date and time representation for the current locale.
20171 Internally it uses the %c version of the time from the strftime routine.
20172 </DD>
20174 <DT>CURTIME24</DT>
20175 <DD>
20176 This token represents the current time.
20177 It has the format HH:MM. For example, &quot;17:28&quot;.
20178 </DD>
20180 <DT>CURTIME12</DT>
20181 <DD>
20182 This token represents the current time.
20183 This time is for a 12 hour clock.
20184 It has the format HH:MMpm.
20185 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
20186 </DD>
20188 <DT>CURDAY</DT>
20189 <DD>
20190 This token represents the current day of the month.
20191 For example, &quot;23&quot; or &quot;9&quot;.
20192 </DD>
20194 <DT>CURDAY2DIGIT</DT>
20195 <DD>
20196 This token represents the current day of the month.
20197 For example, &quot;23&quot; or &quot;09&quot;.
20198 It is always 2 digits.
20199 </DD>
20201 <DT>CURDAYOFWEEK</DT>
20202 <DD>
20203 This token represents the current day of the week.
20204 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
20205 </DD>
20207 <DT>CURDAYOFWEEKABBREV</DT>
20208 <DD>
20209 This token represents the current day of the week.
20210 For example, &quot;Sun&quot; or &quot;Wed&quot;.
20211 </DD>
20213 <DT>CURMONTH</DT>
20214 <DD>
20215 This token represents the current month.
20216 For example, &quot;10&quot; or &quot;9&quot;.
20217 </DD>
20219 <DT>CURMONTH2DIGIT</DT>
20220 <DD>
20221 This token represents the current month.
20222 For example, &quot;10&quot; or &quot;09&quot;.
20223 It is always 2 digits.
20224 </DD>
20226 <DT>CURMONTHLONG</DT>
20227 <DD>
20228 This token represents the current month.
20229 For example, &quot;October&quot;.
20230 </DD>
20232 <DT>CURMONTHABBREV</DT>
20233 <DD>
20234 This token represents the current month.
20235 For example, &quot;Oct&quot;.
20236 </DD>
20238 <DT>CURYEAR</DT>
20239 <DD>
20240 This token represents the current year.
20241 For example, &quot;1998&quot; or &quot;2001&quot;.
20242 </DD>
20244 <DT>CURYEAR2DIGIT</DT>
20245 <DD>
20246 This token represents the current year.
20247 For example, &quot;98&quot; or &quot;01&quot;.
20248 It is always 2 digits.
20249 </DD>
20251 <DT>LASTMONTH</DT>
20252 <DD>
20253 This token represents last month.
20254 For example, if this is November (the 11th month),
20255 it is equal to &quot;10&quot; or if this is October (the 10th month),
20256 it is &quot;9&quot;.
20257 It is possible that this and the other tokens beginning with LASTMONTH
20258 below could be useful when used with a Filtering Rule that
20259 has the &quot;Beginning of Month&quot; option set.
20260 </DD>
20262 <DT>LASTMONTH2DIGIT</DT>
20263 <DD>
20264 This token represents last month.
20265 For example, if this is November (the 11th month),
20266 it is equal to &quot;10&quot; or if this is October (the 10th month),
20267 it is &quot;09&quot;.
20268 It is always 2 digits.
20269 </DD>
20271 <DT>LASTMONTHLONG</DT>
20272 <DD>
20273 This token represents last month.
20274 For example, if this is November the value is &quot;October&quot;.
20275 </DD>
20277 <DT>LASTMONTHABBREV</DT>
20278 <DD>
20279 This token represents last month.
20280 For example, if this is November the value is &quot;Oct&quot;.
20281 </DD>
20283 <DT>LASTMONTHYEAR</DT>
20284 <DD>
20285 This token represents what the year was a month ago.
20286 For example, if this is October, 1998, it is &quot;1998&quot;.
20287 If this is January, 1998, it is &quot;1997&quot;.
20288 </DD>
20290 <DT>LASTMONTHYEAR2DIGIT</DT>
20291 <DD>
20292 This token represents what the year was a month ago.
20293 For example, if this is October, 1998, it is &quot;98&quot;.
20294 If this is January, 1998, it is &quot;97&quot;.
20295 </DD>
20297 <DT>LASTYEAR</DT>
20298 <DD>
20299 This token represents last year.
20300 For example, if this is 1998, it equals &quot;1997&quot;.
20301 It is possible that this
20302 could be useful when used with a Filtering Rule that
20303 has the &quot;Beginning of Year&quot; option set.
20304 </DD>
20306 <DT>LASTYEAR2DIGIT</DT>
20307 <DD>
20308 This token represents last year.
20309 For example, if this is 1998, it equals &quot;97&quot;.
20310 It is always 2 digits.
20311 </DD>
20313 <DT>ROLENICK</DT>
20314 <DD>
20315 This token represents the nickname of the
20316 role currently being used.  If no role is being used,
20317 then no text will be printed for this token.
20318 This token does not work with Filter Rule folder names.
20319 </DD>
20320 </DL>
20323 <H1><EM>Token Available Only for <!--#echo var="VAR_reply-leadin"--></EM></H1>
20324 See the help for the
20325 <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option
20326 to see why you might want to use this.
20327 Since the <!--#echo var="VAR_reply-leadin"--> contains free text this token
20328 must be surrounded by underscores when used.
20330 <DL>
20331 <DT>NEWLINE</DT>
20332 <DD>
20333 This is an end of line marker.
20334 </DD>
20335 </DL>
20338 <H1><EM>Token Available Only for Templates and Signatures</EM></H1>
20340 <DL>
20341 <DT>CURSORPOS</DT>
20342 <DD>
20343 This token is different from the others.
20344 When it is replaced it is replaced with nothing, but it sets an Alpine
20345 internal variable that tells the composer to start with the cursor
20346 positioned at the position where this token was.
20347 If both the template file and the signature file contain
20348 a &quot;CURSORPOS&quot; token, then the position in the template file
20349 is used.
20350 If there is a template file and neither it nor the signature file contains
20351 a &quot;CURSORPOS&quot; token, then the cursor is positioned
20352 after the end of the contents of the
20353 template file when the composer starts up.
20354 </DD>
20355 </DL>
20358 &lt;End of help on this topic&gt;
20359 </BODY>
20360 </HTML>
20361 ======= h_reply_token_conditionals =======
20362 <HTML>
20363 <HEAD>
20364 <TITLE>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</TITLE>
20365 </HEAD>
20366 <BODY>
20367 <H1>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</H1>
20369 Conditional text inclusion may be used with
20370 the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
20371 in signature files, and in template files used in
20372 <A HREF="h_rules_roles">&quot;roles&quot;</A>.
20373 It may <EM>not</EM> be used with the
20374 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
20377 There is a limited if-else capability for including text.
20378 The if-else condition is based
20379 on whether or not a given token would result in replacement text you
20380 specify.
20381 The syntax of this conditional inclusion is
20383 <CENTER><SAMP>_token_(match_this, if_matched [ , if_not_matched ] )</SAMP></CENTER>
20385 The left parenthesis must follow the underscore immediately, with no
20386 intervening space.
20387 It means the token is expanded and the results of that expansion are
20388 compared against the &quot;match_this&quot; argument.
20389 If there is an exact match, then the &quot;if_matched&quot; text is used
20390 as the replacement text.
20391 Otherwise, the &quot;if_not_matched&quot; text is used.
20392 One of the most useful values for the &quot;match_this&quot; argument is
20393 the empty string, &quot;&quot;.
20394 In that case the expansion is compared against the empty string.
20396 Here's an example to make it clearer.
20397 This text could be included in one of your template files:
20399 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;I'm replying to email&quot;, &quot;I'm replying to news&quot;)</SAMP></CENTER>
20401 If that is included in a template file that you are using while replying
20402 to a message (because you chose to use the role it was part of),
20403 and that message has a newsgroup header and a newsgroup in that header,
20404 then the text
20406 <CENTER><SAMP>I'm replying to news</SAMP></CENTER>
20408 will be included in the message you are about to compose.
20409 On the other hand, if the message you are replying to does not have
20410 a newsgroup, then the text
20412 <CENTER><SAMP>I'm replying to email</SAMP></CENTER>
20414 would be included instead.
20415 This would also work in signature files and in
20416 the &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option.
20417 If the &quot;match_this&quot;, &quot;if_matched&quot;,
20418 or &quot;if_not_matched&quot; arguments contain
20419 spaces, parentheses, or commas;
20420 they have to be quoted with double quotation marks (like in the example
20421 above).
20422 If you want to include a literal quote (&quot;) in the text you must escape the
20423 quote by preceding it with a backslash (&#92;) character.
20424 If you want to include a literal backslash character you must escape it
20425 by preceding it with another backslash.
20427 The comma followed by &quot;if_not_matched&quot; is optional.
20428 If there is no &quot;if_not_matched&quot;
20429 present then no text is included if the not_matched case is true.
20430 Here's another example:
20432 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;&quot;, &quot;This msg was seen in group: _NEWS_.&quot;)</SAMP></CENTER>
20434 Here you can see that tokens may appear in the arguments.
20435 The same is true for tokens with the conditional parentheses.
20436 They may appear in arguments,
20437 though you do have to be careful to get the quoting and escaping of
20438 nested double quotes correct.
20439 If this was in the signature file being used and you were replying to a message
20440 sent to comp.mail.pine the resulting text would be:
20442 <CENTER><SAMP>This msg was seen in group: comp.mail.pine.</SAMP></CENTER>
20444 If you were replying to a message that wasn't sent to any newsgroup the
20445 resulting text would be a single blank line.
20446 The reason you'd get a blank line is because the end of the line is
20447 outside of the conditional, so is always included.
20448 If you wanted to get rid of that blank line you could do so by moving
20449 the end of line inside the conditional.
20450 In other words, it's ok to have multi-line
20451 &quot;if_matched&quot; or &quot;if_not_matched&quot; arguments in your
20452 template file.
20453 The text just continues until the next double quotation, even if it's not
20454 on the same line.
20456 Here's an example for use in the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;:
20458 <CENTER><SAMP>On _DAYDATE_, _FROM__CURNEWS_(&quot;&quot;, &quot;&quot;, &quot;seen in _CURNEWS_,&quot;) wrote</SAMP></CENTER>
20460 If this was in your <!--#echo var="VAR_reply-leadin"--> and you were replying to a message
20461 while reading the newsgroup comp.mail.pine the resulting text would be:
20463 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone, seen in comp.mail.pine, wrote:</SAMP></CENTER>
20465 If you were replying to a message while reading an email folder instead
20466 of a newsgroup the resulting leadin text would be
20468 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
20470 Here's one more (contrived) example illustrating a matching argument
20471 that is not the empty string.
20473 <CENTER><SAMP>_SMARTDATE_("Today", _SMARTDATE_, "On _DATE_") _FROM_ wrote:</SAMP></CENTER>
20475 If this was the value of your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option and you
20476 were replying to
20477 a message that was sent today, then the value of the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;
20478 would be
20480 <CENTER><SAMP>Today Fred Flintstone wrote:</SAMP></CENTER>
20482 But if you were replying to a message sent on Oct. 27 (and that wasn't
20483 today) you would get
20485 <CENTER><SAMP>On Oct 27 Fred Flintstone wrote:</SAMP></CENTER>
20488 &lt;End of help on this topic&gt;
20489 </BODY>
20490 </HTML>
20491 ======= h_composer_cntxt_nick =======
20492 <HTML>
20493 <HEAD>
20494 <TITLE>Collection Nickname Explained</TITLE>
20495 </HEAD>
20496 <BODY>
20497 <H1>Collection Edit Help -- Nickname Field</H1>
20499 This field is provided so you can add a short nickname to use when
20500 referring to this collection within Alpine.  Spaces are allowed, and
20501 you don't need to use double-quotes.  However, the double-quote
20502 character is not allowed.
20504 Look <A HREF="h_edit_nav_cmds">here</A>
20505 to see the available Editing and Navigation commands.
20507 &lt;End of help on this topic&gt;
20508 </BODY>
20509 </HTML>
20510 ======= h_folder_server_syntax =======
20511 <HTML>
20512 <HEAD>
20513 <TITLE>Server Name Syntax</TITLE>
20514 </HEAD>
20515 <BODY>
20516 <H1>Server Name Syntax</H1>
20518 This help describes the syntax that may be used for server names
20519 that may be associated with remote folders or SMTP servers.
20522 A server name is the hostname of the server.
20523 It's a good idea to use the host's fully-qualified network name.
20526 <CENTER><SAMP>foo.example.com</SAMP></CENTER>
20529 However, IP addresses are allowed if surrounded
20530 with square-brackets.
20533 <CENTER><SAMP>[127.0.0.1]</SAMP></CENTER>
20536 An optional network port number may be supplied by appending
20537 a colon (:) followed by the port number
20538 to the server name.
20539 By default, the IMAP port number, 143, is used.
20542 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
20545 Besides server name and optional port number, various other optional
20546 parameters may be supplied that alter Alpine's interaction with the server.
20547 A parameter is supplied by appending a slash (/) character followed by
20548 the parameter's name and,
20549 depending on the particular parameter, the value assigned to that
20550 name, to the server name (and optional port number).
20551 Parameter names are <EM>not</EM> case sensitive.
20552 Currently supported parameters include:
20554 <DL>
20556 <DT>User</DT>
20557 <DD>This parameter requires an associated value, and is intended to
20558 provide the username identifier with which to establish the server
20559 connection.
20560 If your SMTP server offers SMTP AUTH authentication, adding this 
20561 parameter to the
20562 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
20563 option will cause Alpine to attempt to authenticate to the server using the
20564 supplied username.
20565 Similarly, if your NNTP server offers NNTP &quot;AUTHINFO SASL&quot;
20566 or &quot;AUTHINFO USER&quot; authentication, adding this parameter to the
20567 <A HREF="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></A>
20568 option (or to the server name for any folder collection using NNTP)
20569 will cause Alpine to attempt
20570 to authenticate to the server using the supplied username.
20571 An example might be:
20574 <CENTER><SAMP>/user=katie</SAMP></CENTER>
20577 </DD>
20579 <DT>TLS</DT>
20580 <DD>
20581 Normally, when a new connection is made an attempt is made to 
20582 negotiate a secure (encrypted) session using Transport Layer Security (TLS).
20583 If that fails then a non-encrypted connection will be attempted instead.
20584 This is a unary parameter indicating communication with the server must 
20585 take place over a TLS connection. If the attempt to use TLS fails then
20586 this parameter will cause the connection to fail instead of falling
20587 back to an unsecure connection.
20590 <CENTER><SAMP>/tls</SAMP></CENTER>
20593 </DD>
20595 <DT>SSL</DT>
20596 <DD>
20597 This is a unary parameter indicating communication with the server should 
20598 take place over a Secure Socket Layer connection.  The server must support
20599 this method, and be prepared to accept connections on the appropriate
20600 port (993 by default).
20601 Alpine must be linked with an SSL library for this option to be operational.
20604 <CENTER><SAMP>/ssl</SAMP></CENTER>
20607 </DD>
20609 <DT>TLS1</DT>
20610 <DD>
20611 This parameter indicates that the connection to the server will be made
20612 over the SSL port, but using the TLSv1 protocol, instead of the usual
20613 SSLv3 or SSLv2 protocols.
20614 Alpine must be linked with an SSL library for this option to be operational.
20617 <CENTER><SAMP>/tls1</SAMP></CENTER>
20620 </DD>
20622 <DT>DTLS1</DT>
20623 <DD>
20624 This parameter indicates that the connection to the server will be made
20625 over the SSL port, but using the DTLSv1 protocol, instead of the usual
20626 SSLv3 or SSLv2 protocols.
20627 Alpine must be linked with an SSL library for this option to be operational.
20630 <CENTER><SAMP>/dtls1</SAMP></CENTER>
20633 </DD>
20635 <DT>TLS1_1</DT>
20636 <DD>
20637 This parameter indicates that the connection to the server will be made
20638 over the SSL port, but using the TLSv1.1 protocol, instead of the usual
20639 SSLv3 or SSLv2 protocols.
20640 Alpine must be linked with an SSL library for this option to be operational.
20643 <CENTER><SAMP>/tls1_1</SAMP></CENTER>
20646 </DD>
20648 <DT>TLS1_2</DT>
20649 <DD>
20650 This parameter indicates that the connection to the server will be made
20651 over the SSL port, but using the TLSv1.2 protocol, instead of the usual
20652 SSLv3 or SSLv2 protocols.
20653 Alpine must be linked with an SSL library for this option to be operational.
20656 <CENTER><SAMP>/tls1_2</SAMP></CENTER>
20659 </DD>
20662 <DT>NoValidate-Cert</DT>
20663 <DD>Do not validate certificates (for TLS or SSL connections) from the server.
20664 This is needed if the server uses self-signed certificates or if Alpine
20665 cannot validate the certificate for some other known reason.
20667 </DD>
20669 <DT>Anonymous</DT>
20670 <DD>This is a unary parameter (that means it does not have a value)
20671 indicating that the connection be logged in as
20672 &quot;anonymous&quot; rather than a specific user.
20673 Not all servers offer anonymous
20674 access; those which do generally only offer read-only access to certain
20675 &quot;public&quot; folders.
20678 <CENTER><SAMP>/anonymous</SAMP></CENTER>
20681 </DD>
20683 <DT>Secure</DT>
20684 <DD>This is a unary parameter indicating that the connection use the
20685 most secure authentication method mutually supported by Alpine and the
20686 server.
20687 Alpine is capable of authenticating connections to 
20688 the server using several methods.
20689 By default, Alpine will attempt each
20690 method until either a connection is established or the
20691 list of methods is exhausted.
20692 This parameter causes Alpine to instead fail 
20693 the connection if the first (generally most &quot;secure&quot;) method fails.
20696 <CENTER><SAMP>/secure</SAMP></CENTER>
20699 </DD>
20701 <DT>Submit</DT>
20702 <DD>This is a unary parameter for use with the
20703 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A> option.
20704 It indicates that the connection should be made to the Submit server
20705 (<A HREF="http://www.ietf.org/rfc/rfc2476.txt">RFC 3676</A>)
20706 (port 587) instead of the SMTP port (25).
20707 At the time this help was written the submit option was equivalent to
20708 specifying port 587.
20711 <CENTER><SAMP>/submit</SAMP></CENTER>
20715 <CENTER><SAMP>host:587</SAMP></CENTER>
20718 </DD>
20720 <DT>Debug</DT>
20721 <DD>This is a unary parameter indicating that the connection be established
20722 in a verbose mode.  Basically, it causes Alpine to log the communication with
20723 the server in Alpine's debug file.
20724 Normally, the pine -d command-line flag would be used instead.
20726 </DD>
20728 <DT>NoRsh</DT>
20729 <DD>By default, Alpine attempts to login using &quot;rsh&quot;,
20730 the UNIX remote shell program.
20731 Including &quot;NoRsh&quot; will cause connections to this server to skip
20732 the &quot;rsh&quot; attempt.
20733 This might be useful to avoid long timeouts caused by rsh firewalls, for
20734 example.
20736 </DD>
20738 <DT>Loser</DT>
20739 <DD>This option makes sense only for IMAP servers that do not perform
20740 a SEARCH command correctly. If your filtering rules
20741 fail to filter some messages, that should have been filtered, then this
20742 option will make Alpine download all data necessary data to perform that 
20743 search. There is a performance penalty when using this option. Downloading 
20744 the data to perfom the search will take longer than requesting the IMAP
20745 server to perform the filtering, but the filtering will be done correctly.
20747 </DD>
20750 <DT>Service</DT>
20751 <DD>This parameter requires an associated value.  The default value is
20752 &quot;IMAP&quot; which indicates communication with the server based
20753 on the IMAP4rev1 protocol (defined in RFC 3501 -- see 
20754 <A HREF="http://www.imap.org/docs/rfc3501.html">http://www.imap.org/docs/rfc3501.html</A>).</DD>
20756 Other service values include:
20757  <DL>
20758  <DT>NNTP</DT>
20759  <DD>This value indicates communication with the server takes place via
20760 the Network News Transfer Protocol.  Use this to define a collection
20761 of newsgroups on a remote news server.  So
20764 <CENTER><SAMP>/service=NNTP</SAMP></CENTER>
20766 or just
20768 <CENTER><SAMP>/NNTP</SAMP></CENTER>
20771 is the way to specify NNTP access.
20773  </DD>
20775  <DT>POP3</DT>
20776  <DD>This value indicates communication with the server takes place via the
20777 Post Office Protocol 3 protocol.
20780 <CENTER><SAMP>/service=POP3</SAMP></CENTER>
20782 or just
20784 <CENTER><SAMP>/POP3</SAMP></CENTER>
20787 Note that there are several important issues
20788 to consider when selecting this option:
20789 <OL>
20790  <LI> POP3 provides access to only your INBOX.  In other words,
20791 secondary folders such as your &quot;saved-messages&quot; are inaccessible.
20792  <LI> Alpine's implementation of POP3 does not follow the traditional POP
20793 model and will leave your mail on the server. Refer to the
20794 <A HREF="h_maildrop">Mail Drop</A> functionality for a possible way around this problem.
20795  <LI> See the discussion about new-mail checking in <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
20796 </OL>
20797 </DD>
20798 </DL>
20799 </DL>
20802 Note that it is possible to include more than one parameter in a server
20803 specification by concatenating the parameters. For example:
20806 <CENTER><SAMP>foo.example.com:port/user=katie/novalidate-cert/debug</SAMP></CENTER>
20810 &lt;End of help on this topic&gt;
20811 </BODY>
20812 </HTML>
20813 ======= h_composer_cntxt_server =======
20814 <HTML>
20815 <HEAD>
20816 <TITLE>Collection Server: Explained</TITLE>
20817 </HEAD>
20818 <BODY>
20819 <H1>Collection Edit Help -- Server Field</H1>
20821 This collection's &quot;Server:&quot; definition indicates the
20822 hostname of the server providing access to the folders in this
20823 collection.
20824 The syntax of this server name is the same as for other server names used
20825 in remote folder names in
20826 Alpine and is described
20827 <A HREF="h_folder_server_syntax">here</A>.
20830 &lt;End of help on this topic&gt;
20831 </BODY>
20832 </HTML>
20833 ======= h_composer_cntxt_path =======
20834 <HTML>
20835 <HEAD>
20836 <TITLE>Collection Path: Explained</TITLE>
20837 </HEAD>
20838 <BODY>
20839 <H1>Collection Edit Help -- Path Field</H1>
20841 The collection's &quot;Path:&quot; definition indicates the location
20842 of the folders in this collection.  If the path or any of its components
20843 do not exist, Alpine will prompt you for their creation when exiting the
20844 Add/Change screen.
20846 <P> 
20847 By default the path is interpreted as defining a section of your personal
20848 folder area.  This area and how you specify it are defined by the
20849 server, if one is specified in the collection, or, typically, the home
20850 directory if no server is defined.
20853 To define a collection outside the default &quot;area&quot;, prefix
20854 the path with the &quot;namespace&quot; to use when interpreting the
20855 given path.  If a namespace is specified, the Path begins with the
20856 sharp, &quot;#&quot;, character followed by the name of the namespace
20857 and then the namespace's path-element-delimiter.  Aside from the
20858 path's format, namespaces can also imply access rights, content
20859 policy, audience, location, and, occasionally, access methods.
20862 Each server exports its own set (possibly of size one) of 
20863 namespaces.  Hence, it's likely communication with your server's
20864 administrator will be required for specific configurations.  Some of
20865 the more common namespaces, however, include:
20867 <DL>
20868 <DT>#news.</DT>
20869 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
20870 names are hierarchically defined with each level delimited by a period.
20871 </DD>
20872 <DT>#public/</DT>
20873 <DD>This specifies a folder area that the server may export to the general
20874 public.
20875 </DD>
20876 <DT>#shared/</DT>
20877 <DD>This specifies a folder area that the folder may export to groups
20878 of users.
20879 </DD>
20880 <DT>#ftp/</DT>
20881 <DD>This specifies a folder area that is the same as that it may have 
20882 exported via the &quot;File Transfer Protocol&quot;.
20883 </DD>
20884 <DT>#mh/</DT>
20885 <DD>This specifies the personal folder area associated with folders
20886 and directories that were created using the MH message handling system.
20887 </DD>
20888 </DL>
20891 In addition, the server may support access to other user's folders,
20892 provided you have suitable permissions.  Common methods use a prefix
20893 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
20894 indicate the root of the other user's folder area.
20897 No, nothing's simple.
20900 &lt;End of help on this topic&gt;
20901 </BODY>
20902 </HTML>
20903 ======= h_composer_cntxt_view =======
20904 <HTML>
20905 <HEAD>
20906 <TITLE>Collection View: Explained</TITLE>
20907 </HEAD>
20908 <BODY>
20909 <H1>Collection Edit Help -- View Field</H1>
20911 The collection's &quot;View:&quot; definition provides a way to limit
20912 the displayed list of folders within a collection.  By default, only
20913 folders that contain the specified characters anywhere in their name
20914 are shown in the collection's folder list.
20917 Additionally, you can use a wildcard character to better control
20918 the list of folders selected for display.  The wildcard specifier is
20919 the star, &quot;*&quot;, character.
20922 So, for example, to define a collection of all folders ending with
20923 &quot;c&quot;, you'd specify a view of &quot;*c&quot; (without the
20924 quote characters!).  Or, similarly, to define a collection of folders
20925 whose names start with &quot;a&quot; and end with &quot;z&quot;, you'd
20926 specify a view of &quot;a*z&quot;.
20929 &lt;End of help on this topic&gt;
20930 </BODY>
20931 </HTML>
20932 ======= h_composer_abook_add_server =======
20933 <HTML>
20934 <HEAD>
20935 <TITLE>Addressbook Server Name Field Explained</TITLE>
20936 </HEAD>
20937 <BODY>
20938 This field should be left blank if the address book is stored in a regular
20939 file on this system.  If it is a remote address book stored on an IMAP
20940 server then this is the name of that IMAP server.
20942 Look <A HREF="h_edit_nav_cmds">here</A>
20943 to see the available Editing and Navigation commands.
20945 &lt;End of help on this topic&gt;
20946 </BODY>
20947 </HTML>
20948 ======= h_composer_abook_add_folder =======
20949 <HTML>
20950 <HEAD>
20951 <TITLE>Addressbook Folder Name Field Explained</TITLE>
20952 </HEAD>
20953 <BODY>
20954 For a remote address book (one for which the Server Name is filled in)
20955 this is the name of a folder on the remote server. The address book data
20956 will be stored in this folder. This folder should be used only for
20957 storing this single address book, not for other address books or for
20958 other messages.
20960 For a local address book (one for which the Server Name is not filled in)
20961 this is the name of a file in which the address book will be stored.
20962 The file is in the same directory as the Alpine configuration file if the
20963 configuration file is local.
20964 If the configuration file is remote, then this will be in the home directory
20965 for Unix Alpine and in the directory specified by the
20966 &quot;-aux local_directory&quot; command line argument.
20968 Look <A HREF="h_edit_nav_cmds">here</A>
20969 to see the available Editing and Navigation commands.
20971 &lt;End of help on this topic&gt;
20972 </BODY>
20973 </HTML>
20974 ======= h_composer_abook_add_nick =======
20975 <HTML>
20976 <HEAD>
20977 <TITLE>Addressbook NickName Field Explained</TITLE>
20978 </HEAD>
20979 <BODY>
20980 This is just an optional nickname for this address book. If present, it
20981 is used in some of the displays and error messages in the address book
20982 maintenance screens. It is for your convenience only and serves no
20983 other purpose.
20985 Look <A HREF="h_edit_nav_cmds">here</A>
20986 to see the available Editing and Navigation commands.
20988 &lt;End of help on this topic&gt;
20989 </BODY>
20990 </HTML>
20991 ======= h_composer_qserv_cn =======
20992 <HTML>
20993 <HEAD>
20994 <TITLE>Directory Query Form Explained</TITLE>
20995 </HEAD>
20996 <BODY>
20998 Fill in as many of these fields as you wish to narrow down your
20999 search. All the fields you fill in must match in order for an entry
21000 to be returned. You may use the wildcard character &quot;*&quot; in
21001 any of the fields, it matches any zero or more characters at that
21002 point in the string. There are no implicit wildcards, so the match is
21003 exact unless you include wildcards.
21006 Note that if an attribute isn't present at all, then the match will fail.
21007 For example, if a server doesn't support the Locality attribute, then no
21008 matter what you put in the Locality field (other than leaving it empty)
21009 the search will fail.
21012 This field, the Common Name field, is typically a person's full name.
21015 <H1>EDITING and NAVIGATION COMMANDS</H1>
21016 <!--chtml if pinemode="function_key"-->
21017 <PRE>
21018 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
21019 ^B (Left Arrow)    Back character       | ^D       Delete current character
21020 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
21021 ^P (Up Arrow)      Previous line        |
21022 ^N (Down Arrow)    Next line            | F9       Cut marked text or
21023 ^A                 Beginning of line    |            delete current line
21024 ^E                 End of line          | F10      Undelete line(s)
21025 F7                 Previous page        |
21026 F8                 Next page            |-------------------------------------
21027 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
21028 ----------------------------------------|
21029 EXIT COMMANDS    |  GENERAL COMMANDS    | F5    Restore previous search
21030 F2   Cancel      |   F1    Get help     |
21031 F3   Search      |   ^Z    Suspend      | ^L    Redraw Screen
21032 </PRE>
21033 <!--chtml else-->
21034 <PRE>
21035 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
21036 ^B (Left Arrow)    Back character       | ^D       Delete current character
21037 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
21038 ^P (Up Arrow)      Previous line        |
21039 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
21040 ^A                 Beginning of line    |            delete current line
21041 ^E                 End of line          | ^U       Undelete line(s)
21042 ^Y                 Previous page        |
21043 ^V                 Next page            |-------------------------------------
21044 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
21045 ----------------------------------------|
21046 EXIT COMMANDS    |  GENERAL COMMANDS    | ^R     Restore previous search
21047 ^C   Cancel      |   ^G    Get help     |
21048 ^X   Search      |   ^Z    Suspend      | ^L     Redraw Screen
21049 </PRE>
21050 <!--chtml endif-->
21051 <P><UL>
21052 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21053 </UL><P>
21054 &lt;End of help on this topic&gt;
21055 </BODY>
21056 </HTML>
21057 ======= h_composer_qserv_sn =======
21059 The Surname is usually the family name of a person.
21061 <End of help on this topic>
21062 ======= h_composer_qserv_gn =======
21064 This is the part of a person's name that isn't the surname or initials.
21066 <End of help on this topic>
21067 ======= h_composer_qserv_mail =======
21069 This is the email address of a person.
21071 <End of help on this topic>
21072 ======= h_composer_qserv_org =======
21074 This is the organization a person belongs to.
21076 <End of help on this topic>
21077 ======= h_composer_qserv_unit =======
21079 This is the organizational unit a person belongs to.
21081 <End of help on this topic>
21082 ======= h_composer_qserv_country =======
21084 This is the country a person belongs to.
21086 <End of help on this topic>
21087 ======= h_composer_qserv_state =======
21089 This is the state a person belongs to.
21091 <End of help on this topic>
21092 ======= h_composer_qserv_locality =======
21094 This is the locality a person belongs to.
21096 <End of help on this topic>
21097 ======= h_composer_qserv_custom =======
21099 This one is for advanced users only! If you put something in this field,
21100 then the rest of the fields are ignored.
21102 This field may be set to the string representation of an LDAP search
21103 filter (see RFC1960). Here are some examples:
21105 To search for an entry with a surname equal to "clinton" you could set
21106 the custom filter to:
21108      (sn=clinton)
21109     
21110 This is equivalent to putting "clinton" in the SurName field.
21111 To search for an entry that has a surname that begins with "clint" and
21112 has a givenname equal to "william" you could use:
21114      (&(sn=clint*)(givenname=william))
21115     
21116 This is equivalent to setting the SurName field to "clint*" and the
21117 GivenName field to "william".
21118 To search for an entry where either the common name OR the email address
21119 contains "abcde" you could use:
21121      (|(cn=*abcde*)(mail=*abcde*))
21123 That isn't equivalent to anything you can do by setting the other fields
21124 because of the OR.
21126 <End of help on this topic>
21127 ======= h_composer_qserv_qq =======
21129 This one is a little different from the rest of the categories.  It causes
21130 a search to be formed from the configured search filter that you filled
21131 in when you added the directory server to your configuration. It can also
21132 be combined with the other fields if you'd like.
21134 <End of help on this topic>
21135 ======= h_address_format =======
21136 <HTML>
21137 <HEAD>
21138 <TITLE>INTERNET EMAIL ADDRESS FORMAT</TITLE>
21139 </HEAD>
21140 <BODY>
21141 <H1>INTERNET EMAIL ADDRESS FORMAT</H1>
21143 A valid email address on the Internet has a username, an &quot;@&quot; sign, 
21144 and then a domain, with no spaces.  
21145 For example, jsmith@art.example.com might be the email address
21146 of a person  
21147 with the username &quot;jsmith&quot; who has an account in the domain
21148 &quot;art.example.com&quot;.  The number of dot-separated segments on the 
21149 right of the &quot;@&quot; sign can vary - a shorter example would be 
21150 isabelle@elsewhere.edu (the shortest possible form: here, only the 
21151 organization's domain is specified after the &quot;@&quot; sign); a longer 
21152 example would be 
21153  jsingh@shakti.edutech.example.com
21154 (here, the name of the host &quot;shakti&quot; in the domain 
21155 edutech.example.com is also specified).  
21156 <P>  
21157 If you do not know the exact email address of someone you want to write 
21158 to, ask them what it is using other means of communication than email; or 
21159 use the tools for 
21160 finding people's addresses that are available on the Internet.
21162 If you are sending to someone on the same system as you are, you can leave
21163 the &quot;@&quot; sign and all the information to its right off of the 
21164 address, and Alpine will fill it in automatically, 
21165 unless the feature 
21166 <A HREF="h_config_compose_rejects_unqual">&quot;<!--#echo var="FEAT_compose-rejects-unqualified-addrs"-->&quot;</A> is set in SETUP CONFIGURATION.
21169 When an email address you send a message to is not reachable -- either because 
21170 it is simply an incorrect address, or because email can temporarily not be 
21171 delivered to it due to a technical problem on the way to or at the recipient's 
21172 end -- you will almost always get an error notification email message back.
21174 If you encounter problems with, or have questions about, email delivery or
21175 email address syntax, contact your local network computing consultants.
21176 <P><UL>
21177 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21178 </UL>
21180 &lt;End of help on this topic&gt;
21181 </BODY>
21182 </HTML>
21183 ======= h_flag_user_flag =======
21184 <HTML>
21185 <HEAD>
21186 <TITLE>STATUS FLAG: User Defined Keyword</TITLE>
21187 </HEAD>
21188 <BODY>
21189 <H1>STATUS FLAG: User Defined Keyword</h1>
21191 This is a keyword that is defined for this folder.
21192 It was most likely defined by the owner of the folder.
21193 Alpine will not set or clear this flag on its own.
21195 <P><UL>
21196 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21197 </UL><P>
21198 &lt;End of help on this topic&gt;
21199 </BODY>
21200 </HTML>
21201 ======= h_flag_important =======
21202 <html>
21203 <title>STATUS FLAG: Important</title>
21204 <body>
21205 <h1>STATUS FLAG: Important</h1>
21208 The <EM>Important</EM> flag, indicated by an asterisk in Alpine's
21209 MESSAGE&nbsp;INDEX
21210 screen, can only be set by the user, and is intended to be used in
21211 whatever fashion makes sense to you.  You are the only one that can set or
21212 clear it. 
21215 &lt;End of help on this topic&gt;
21216 </BODY>
21217 </HTML>
21218 ======= h_flag_new =======
21219 <html>
21220 <title>STATUS FLAG: New</title>
21221 <body>
21222 <h1>STATUS FLAG: New</h1>
21225 The <EM>New</EM> flag, indicated by the letter 'N' in Alpine's
21226 MESSAGE&nbsp;INDEX screen,
21227 is automatically set when messages are delivered to your Inbox (or other
21228 folder specified outside of Alpine).  Likewise, it is cleared automatically
21229 the first time you read the message it is associated with.
21232 Sometimes it's helpful in prioritizing your mail.  For example, perhaps
21233 a message isn't weighty enough to assign it an <A HREF="h_flag_important">Important</A> flag, but
21234 you'd like to be reminded of it next time you read mail.  This can be done
21235 easily by <A HREF="h_common_flag">explicitly</A> resetting the <EM>New</EM> flag.
21239 &lt;End of help on this topic&gt;
21240 </BODY>
21241 </HTML>
21242 ======= h_flag_answered =======
21243 <html>
21244 <title>STATUS FLAG: Answered</title>
21245 <body>
21246 <h1>STATUS FLAG: Answered</h1>
21248 The <EM>Answered</EM> flag, indicated by the letter 'A' in Alpine's
21249 MESSAGE&nbsp;INDEX
21250 screen, is automatically set when you reply to a message.  This flag is not
21251 automatically cleared.
21254 &lt;End of help on this topic&gt;
21255 </BODY>
21256 </HTML>
21257 ======= h_flag_forwarded =======
21258 <html>
21259 <title>STATUS FLAG: Forwarded</title>
21260 <body>
21261 <h1>STATUS FLAG: Forwarded</h1>
21263 The <EM>Forwarded</EM> flag, indicated by the letter 'F' in Alpine's
21264 MESSAGE&nbsp;INDEX
21265 screen, is automatically set when you forward a message.  This flag is not
21266 automatically cleared.
21269 &lt;End of help on this topic&gt;
21270 </BODY>
21271 </HTML>
21272 ======= h_flag_deleted =======
21273 <html>
21274 <title>STATUS FLAG: Deleted</title>
21275 <body>
21276 <h1>STATUS FLAG: Deleted</h1>
21278 The <EM>Deleted</EM> flag, indicated by the letter 'D' in Alpine's
21279 MESSAGE&nbsp;INDEX
21280 screen, is set when you use the &quot;"D&nbsp;Delete&quot; command.
21281 It is cleared
21282 when you use the &quot;U&nbsp;Undelete&quot; command.
21285 Messages marked with this flag will be permanently removed from
21286 the folder when you issue the <A HREF="h_index_cmd_expunge">Expunge</A>
21287 command, or
21288 when you indicate acceptance of their removal upon leaving the folder.
21291 Note, there can be other actions implicit in the
21292 &quot;D&nbsp;Delete&quot; command,
21293 such as advancing to the next message, that may be momentarily undesirable.
21294 For this reason, it's sometimes useful to set or clear the <EM>Deleted</EM>
21295 flag <A HREF="h_common_flag">explicitly</A>.
21298 &lt;End of help on this topic&gt;
21299 </BODY>
21300 </HTML>
21301 ====== h_config_incoming_timeo ======
21302 <HTML>
21303 <HEAD>
21304 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></TITLE>
21305 </HEAD>
21306 <BODY>
21307 <H1>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></H1>
21309 This option has no effect unless the feature
21310 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
21311 is set, which in turn has no effect unless
21312 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
21313 is set.
21315 Sets the time in seconds that Alpine will
21316 attempt to open a network connection used for monitoring for Unseen
21317 messages in Incoming Folders. The default is 5.
21318 If a connection has not completed within this many seconds Alpine will
21319 give up and consider it a failed connection.
21321 <UL>   
21322 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21323 </UL><P>
21324 &lt;End of help on this topic&gt;
21325 </BODY>
21326 </HTML>
21327 ====== h_config_psleep ======
21328 <HTML>
21329 <HEAD>
21330 <TITLE>OPTION: <!--#echo var="VAR_mailcap-check-interval"--> (UNIX Alpine only)</TITLE>
21331 </HEAD>
21332 <BODY>
21333 <H1>OPTION: <!--#echo var="VAR_mailcap-check-interval"--> (UNIX Alpine only)</H1>
21336 In the good old days a mailcap viewer was used to examine an 
21337 attachment before saving it, and after viewing the attachment control 
21338 would return to the operating system when the viewer was closed. Therefore, 
21339 when the mailcap viewer returned control to the operating system, it 
21340 could be assumed that the user who opened the attachment was done
21341 examining it, and the copy of the attachment that was used, could be removed.
21344 However, today this assumption is not longer valid. Some viewers return 
21345 control to the operating system before they actually read the attachment
21346 to be examined. This causes Alpine to delete the attachment before it 
21347 is read by the viewer, causing the viewer to fail opening the attachment.
21350 In order to work around this problem, Alpine checks, after the viewer has 
21351 returned control to the operating system, if there is any process that is 
21352 using the attachment. This variable controls the number of seconds that 
21353 must elapse between checks. Once it is found that no process is using the 
21354 attachment, this is removed.
21357 The minimum value for this variable is 60 (checks will be made once per 
21358 minute), and the maximum value is 600 (checks will be made once every 10 
21359 minutes). The default value is 60.
21362 <UL>   
21363 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21364 </UL><P>
21365 &lt;End of help on this topic&gt;
21366 </BODY>
21367 </HTML>
21368 ====== h_config_incoming_interv ======
21369 <HTML>
21370 <HEAD>
21371 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval"--></TITLE>
21372 </HEAD>
21373 <BODY>
21374 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval"--></H1>
21376 This option has no effect unless the feature
21377 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
21378 is set, which in turn has no effect unless
21379 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
21380 is set.
21382 This option specifies, in seconds, how often Alpine will check
21383 for new mail and state changes in Incoming Folders when Incoming Folders
21384 Checking is turned on.
21385 The default is 3 minutes (180).
21386 This value applies only to folders that are local to the system that
21387 Alpine is running on or that are accessed using the IMAP protocol.
21388 The similar option
21389 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>
21390 applies to all other monitored folders.
21392 <UL>   
21393 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21394 </UL><P>
21395 &lt;End of help on this topic&gt;
21396 </BODY>
21397 </HTML>
21398 ====== h_config_incoming_second_interv ======
21399 <HTML>
21400 <HEAD>
21401 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></TITLE>
21402 </HEAD>
21403 <BODY>
21404 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></H1>
21406 This option has no effect unless the feature
21407 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
21408 is set, which in turn has no effect unless
21409 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
21410 is set.
21412 This option together with the option
21413 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
21414 specifies, in seconds, how often Alpine will check
21415 for new mail and state changes in Incoming Folders when Incoming Folders
21416 Checking is turned on.
21417 The default for this option is 3 minutes (180).
21418 For folders that are local to this system or
21419 that are accessed using the IMAP protocol
21420 the value of the option
21421 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
21422 is used.
21423 For all other monitored folders, the value of this option is used.
21425 The reason there are two separate options is because it is usually
21426 less expensive to check local and IMAP folders than it is to check
21427 other types, like POP or NNTP folders.
21428 You may want to set this secondary value to a higher number than
21429 the primary check interval.
21431 <UL>   
21432 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21433 </UL><P>
21434 &lt;End of help on this topic&gt;
21435 </BODY>
21436 </HTML>
21437 ====== h_config_incoming_list ======
21438 <HTML>
21439 <HEAD>
21440 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-list"--></TITLE>
21441 </HEAD>
21442 <BODY>
21443 <H1>OPTION: <!--#echo var="VAR_incoming-check-list"--></H1>
21445 This option has no effect unless the feature
21446 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
21447 is set, which in turn has no effect unless
21448 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
21449 is set.
21451 When monitoring the Incoming Message Folders for Unseen messages Alpine will
21452 normally monitor all Incoming Folders.
21453 You may use this option to restrict the list of monitored folders to a
21454 subset of all Incoming Folders.
21456 <UL>   
21457 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21458 </UL><P>
21459 &lt;End of help on this topic&gt;
21460 </BODY>
21461 </HTML>
21462 ====== h_config_pers_name ======
21463 <HTML>
21464 <HEAD>
21465 <TITLE>OPTION: <!--#echo var="VAR_personal-name"--></TITLE>
21466 </HEAD>
21467 <BODY>
21468 <H1>OPTION: <!--#echo var="VAR_personal-name"--></H1>
21470 This value is used to determine the full name part of the "From" address
21471 on messages you send.
21472 <!--chtml if pinemode="os_windows"-->
21473  PC-Alpine requires that this be set in order to properly construct the "From" address.
21474 <!--chtml else-->
21475  If unset, Unix Alpine will obtain your full name from
21476  the system password file. PC-Alpine, on the other hand, requires that this be set.
21477 <!--chtml endif-->
21479 If you want to change the value of what gets included in the From header
21480 in messages you send (other than just the Personal Name)
21481 look <A HREF="h_config_change_your_from">here</A> for a description.
21482 <P><UL>
21483 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21484 </UL><P>
21485 &lt;End of help on this topic&gt;
21486 </BODY>
21487 </HTML>
21488 ====== h_config_pruned_folders ======
21489 <html>
21490 <header>
21491 <title>OPTION: <!--#echo var="VAR_pruned-folders"--></title>
21492 </header>
21493 <body>
21494 <h1>OPTION: <!--#echo var="VAR_pruned-folders"--></h1>
21496 This variable allows you to define a list of one or more folders that
21497 Alpine will offer to prune for you in the same way it automatically offers
21498 to prune your "sent-mail" folder each month.
21499 Each folder in this list must be a folder in your default folder collection
21500 (the first folder collection if you have more than one), and it is just
21501 the relative name of the folder in the collection, not the fully-qualified name.
21502 It is similar to sent-mail.
21503 Instead of something like
21505 <CENTER><SAMP><!--#echo var="VAR_pruned-folders"-->={servername}mail/folder</SAMP></CENTER>
21507 the correct value to use would be
21509 <CENTER><SAMP>folder</SAMP></CENTER>
21511 There is an assumption here that your first collection is the folders in
21513 <CENTER><SAMP>{servername}mail</SAMP></CENTER>
21516 Once a month, for each folder listed, Alpine will offer to move
21517 the contents of the folder to a new folder of the same name but with
21518 the previous month's date appended.  Alpine will then look for any such
21519 date-appended folder names created for a previous month, and offer each
21520 one it finds for deletion.
21523 If you decline the first offer, no mail is moved and no new folder is
21524 created.
21527 The new folders will be created
21528 in your default folder collection.
21531 <UL>   
21532 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21533 </UL><P>
21534 &lt;End of help on this topic&gt;
21535 </body>
21536 </html>
21537 ====== h_config_upload_cmd ======
21538 <HTML>
21539 <HEAD>
21540 <TITLE>OPTION: <!--#echo var="VAR_upload-command"--></TITLE>
21541 </HEAD>
21542 <BODY>
21543 <H1>OPTION: <!--#echo var="VAR_upload-command"--></H1>
21545 This option affects the behavior of the Composer's &quot;Read File&quot; 
21546 (^R in the message body) and &quot;Attach File&quot; (^J in the header) 
21547 commands.  It specifies
21548 a Unix program name, and any necessary command line arguments, that Alpine can
21549 use to transfer files from your personal computer into messages that you are
21550 composing.<P>
21552 <B>Note:</B> this facility is intended for use with serial line transfer 
21553 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
21554 to work with TCP/IP file transfer programs such as ftp.<P>
21556 If a program is specified, the commands listed above are modified to offer a
21557 subcommand (^Y) to activate the transfer.  Obviously, the Unix program
21558 specified here must match the transfer program or protocol available on the
21559 personal computer.<P>
21561 Alpine expects to exchange uploaded data via a file on your Unix system.  When
21562 the specified upload program finishes, Alpine expects the uploaded data to be
21563 contained in this file.<P>
21565 When upload is invoked via the &quot;Read File&quot; subcommand, Alpine 
21566 generates a
21567 temporary file name that it will pass to the specified Unix program.  Alpine
21568 will read the resulting uploaded text from this file and then delete it when
21569 the upload command is finished.<P>
21571 When upload is invoked via the &quot;Attach File&quot; subcommand, Alpine will 
21572 prompt
21573 you for the name of the file that is to contain the uploaded information that
21574 it is to attach.  Alpine will attach this file to the composition, but will
21575 <B>not</B> delete this file after the upload command is finished.<P>
21577 The special token &quot;_FILE_&quot; may be included among the Unix program's 
21578 command
21579 line arguments.  Alpine will replace this symbol with the name of the file
21580 being used to exchange the uploaded information.  This token allows you to
21581 position the file name where it is required in the Unix program's command
21582 line arguments.<P>
21584 If the &quot;_FILE_&quot; token is not present in the specified command, the
21585 temporary file's name is automatically appended to the specified Unix
21586 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
21587 <B>last</B> command line argument.
21588 <P><UL>
21589 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21590 </UL><P>
21591 &lt;End of help on this topic&gt;
21592 </BODY>
21593 </HTML>
21594 ====== h_config_upload_prefix ======
21595 <HTML>
21596 <HEAD>
21597 <TITLE>OPTION: <!--#echo var="VAR_upload-command-prefix"--></TITLE>
21598 </HEAD>
21599 <BODY>
21600 <H1>OPTION: <!--#echo var="VAR_upload-command-prefix"--></H1>
21602 This option is used in conjunction with the <!--#echo var="VAR_upload-command"--> option.
21603 It defines text to be written to the terminal emulator (via standard output)
21604 immediately prior to starting upload command.  This is useful for
21605 integrated serial line file transfer agents that permit command passing
21606 (e.g., Kermit's APC method).<P>
21608 The special token &quot;_FILE_&quot; may be included in the string specification.
21609 That symbol will be replaced with the (Alpine-created) name of the temporary
21610 file in which Alpine will expect to find the uploaded file.
21611 <P><UL>
21612 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21613 </UL><P>
21614 &lt;End of help on this topic&gt;
21615 </BODY>
21616 </HTML>
21617 ====== h_config_download_cmd ======
21618 <HTML>
21619 <HEAD>
21620 <TITLE>OPTION: <!--#echo var="VAR_download-command"--></TITLE>
21621 </HEAD>
21622 <BODY>
21623 <H1>OPTION: <!--#echo var="VAR_download-command"--></H1>
21625 This option affects the behavior of the Export command.  It specifies a Unix
21626 program name, and any necessary command line arguments, that Alpine can use to
21627 transfer the exported message to your personal computer's disk.<P>
21628 Note: this facility is intended for use with serial line transfer 
21629 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
21630 to work with TCP/IP file transfer programs such as ftp.<P>
21631 If a program is specified, the Export command is modified to offer a
21632 subcommand (^V) to activate the transfer (in lieu of saving it to
21633  the machine where Alpine is running).  Obviously, the Unix program
21634 specified here must match the transfer program or protocol available on the
21635 personal computer.<P>
21637 When this subcommand is selected and before Alpine invokes the specified Unix
21638 program, Alpine will create a temporary file containing the text of the
21639 exported message.  Alpine uses this file to pass the exported message text to
21640 the specified Unix program.<P>
21642 The special token &quot;_FILE_&quot; may be included among the Unix program's command
21643 line arguments.  Alpine will replace this symbol with the temporary file's name
21644 before executing the Unix program.  This token allows you to position the
21645 file name where it is required in the Unix program's command line arguments.
21647 If the &quot;_FILE_&quot; token is not present in the specified command, the
21648 temporary file's name is automatically appended to the specified Unix
21649 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
21650 <B>last</B> command line argument.
21651 <P><UL>
21652 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21653 </UL><P>
21654 &lt;End of help on this topic&gt;
21655 </BODY>
21656 </HTML>
21657 ====== h_config_download_prefix ======
21658 <HTML>
21659 <HEAD>
21660 <TITLE>OPTION: <!--#echo var="VAR_download-command-prefix"--></TITLE>
21661 </HEAD>
21662 <BODY>
21663 <H1>OPTION: <!--#echo var="VAR_download-command-prefix"--></H1>
21665 This option is used in conjunction with the <!--#echo var="VAR_download-command"--> option.
21666 It defines text to be written to the terminal emulator (via standard output)
21667 immediately prior to starting the download command.  This is useful for
21668 integrated serial line file transfer agents that permit command passing
21669 (e.g., Kermit's APC method).
21671 The special token &quot;_FILE_&quot; may be included in the string 
21672 specification.
21673 That symbol will be replaced with the (Alpine-created) name of the temporary
21674 file into which Alpine will place the message to be downloaded.
21675 <P><UL>
21676 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21677 </UL><P>
21678 &lt;End of help on this topic&gt;
21679 </BODY>
21680 </HTML>
21681 ====== h_config_mailcap_path ======
21682 <HTML>
21683 <HEAD>
21684 <TITLE>OPTION: <!--#echo var="VAR_mailcap-search-path"--></TITLE>
21685 </HEAD>
21686 <BODY>
21687 <H1>OPTION: <!--#echo var="VAR_mailcap-search-path"--></H1>
21688 This variable is used to replace Alpine's default mailcap file search path.
21689 It takes one or more file names (full paths must be specified) in which to
21690 look for mail capability data.  The default search path can be found in this
21691 <A HREF="h_news_config">Alpine Configuration</A> help, near the bottom.
21692 If there is more than one file name listed, list members should be delimited
21693 by 
21694 <!--chtml if pinemode="os_windows"-->
21695 a semi-colon (;) under Windows; for example:<PRE>
21696         C:&#92;MYCONFIG&#92;MAILCAP.TXT;H:&#92;NETCONFIG&#92;MAILCAP.TXT
21697 </PRE>
21698 <!--chtml else-->
21699 a colon (:) under UNIX; for example:<PRE>
21700         ~/.mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap
21701 </PRE>
21702 <!--chtml endif-->
21703 <P><UL>
21704 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21705 </UL>
21707 &lt;End of help on this topic&gt;
21708 </BODY>
21709 </HTML>
21710 ====== h_config_mimetype_path ======
21711 <HTML>
21712 <HEAD>
21713 <TITLE>OPTION: <!--#echo var="VAR_mimetype-search-path"--></TITLE>
21714 </HEAD>
21715 <BODY>
21716 <H1>OPTION: <!--#echo var="VAR_mimetype-search-path"--></H1>
21718 This variable is used to replace Alpine's default mime.types file search path.
21719 It takes one or more file names (full paths must be specified) in which to
21720 look for file-name-extension to MIME type mapping data.  The default search
21721 path can be found in this
21722 <A HREF="h_news_config">Alpine Configuration</A> help.
21726 If there is more than one file name listed, list members should be delimited
21727 by a colon (:) under UNIX and a semi-colon (;) under Windows.
21729 &lt;End of help on this topic&gt;
21730 </BODY></HTML>
21731 ====== h_config_set_att_ansi ======
21732 <HTML><HEAD>
21733 <TITLE>OPTION: Set printer to attached ansi printer</TITLE>
21734 </HEAD>
21735 <BODY>
21736 <H1>OPTION: Set printer to attached ansi printer</H1>
21738 Type "S" to set your printer to "attached-to-ansi".<BR>
21739 It is OK to include "attached-to-ansi" in your personal list below.
21741 &lt;End of help on this topic&gt;
21742 </BODY></HTML>
21743 ====== h_config_set_att_ansi2 ======
21744 <HTML><HEAD>
21745 <TITLE>OPTION: Set printer to attached ansi printer (no formfeed)</TITLE>
21746 </HEAD>
21747 <BODY>
21748 <H1>OPTION: Set printer to attached ansi printer (no formfeed)</H1>
21750 Type "S" to set your printer to "attached-to-ansi-no-formfeed".<BR>
21751 It is OK to include "attached-to-ansi-no-formfeed" in your personal
21752 list below.
21756 This is the same as the "attached-to-ansi" option except that a
21757 formfeed character will not be appended to the end of the print job.
21758 If your printer already ejects the paper by itself at the end of the
21759 job, you may prefer the "no-formfeed" form of this printer so that you
21760 don't get an extra blank page between print jobs.
21763 &lt;End of help on this topic&gt;
21764 </BODY></HTML>
21765 ====== h_config_set_att_wyse ======
21766 <HTML><HEAD>
21767 <TITLE>OPTION: Set printer to attached Wyse60 printer</TITLE>
21768 </HEAD>
21769 <BODY>
21770 <H1>OPTION: Set printer to attached Wyse60 printer</H1>
21772 Type "S" to set your printer to "attached-to-wyse".<BR>
21773 It is OK to include "attached-to-wyse" in your personal list below.
21775 This is very similar to "attached-to-ansi".
21776 The only difference is in the control characters sent to turn the printer
21777 on and off.
21778 The ansi version of the printer uses ESC LEFT_BRACKET 5 i
21779 to turn on the printer and ESC LEFT_BRACKET 4 i
21780 to turn it off.
21781 The Wyse version uses Ctrl-R for on, and Ctrl-T for off.
21782 &lt;End of help on this topic&gt;
21783 </BODY></HTML>
21784 ====== h_config_set_att_wyse2 ======
21785 <HTML><HEAD>
21786 <TITLE>OPTION: Set printer to attached Wyse60 printer (no formfeed)</TITLE>
21787 </HEAD>
21788 <BODY>
21789 <H1>OPTION: Set printer to attached Wyse60 printer (no formfeed)</H1>
21791 Type "S" to set your printer to "attached-to-wyse-no-formfeed".<BR>
21792 It is OK to include "attached-to-wyse-no-formfeed" in your personal
21793 list below.
21797 This is the same as the "attached-to-wyse" option except that a
21798 formfeed character will not be appended to the end of the print job.
21799 If your printer already ejects the paper by itself at the end of the
21800 job, you may prefer the "no-formfeed" form of this printer so that you
21801 don't get an extra blank page between print jobs.
21804 &lt;End of help on this topic&gt;
21805 </BODY></HTML>
21806 ====== h_config_set_stand_print ======
21807 <HTML>
21808 <HEAD>
21809 <TITLE>OPTION: Set default printer</TITLE>
21810 </HEAD>
21811 <H1>OPTION: Set default printer</H1>
21812 <BODY>
21813 Move to the printer you want and type "S" to set it to be your
21814 default printer.  This list is not modifiable by you and has been
21815 set up by the system administrators.  If there is more than one printer
21816 listed in the Command List, you will be able to cycle through that
21817 whole list at the time you print, starting with your default.
21818 It is OK to include entries from this Standard list in your personal
21819 list below.
21821 &lt;End of help on this topic&gt;
21822 </BODY>
21823 </HTML>
21824 ====== h_config_set_custom_print ======
21825 <HTML>
21826 <HEAD>
21827 <TITLE>OPTION: Set default printer</TITLE>
21828 </HEAD>
21829 <H1>OPTION: Set default printer</H1>
21830 <BODY>
21831 You may add as many print commands as you want to your personal list.
21832 Specify one of them as your default printer by moving to the printer
21833 you want and typing "S".  If there is more than one printer listed
21834 in the Command List, you will be able to cycle through that list at
21835 the time you print, starting with your default.  It is OK to include
21836 entries from the Standard list above or to include the command
21837 "attached-to-ansi", "attached-to-ansi-no-formfeed", "attached-to-wyse", or
21838 "attached-to-wyse-no-formfeed" as one of the entries here.
21840 &lt;End of help on this topic&gt;
21841 </BODY>
21842 </HTML>
21843 ====== h_config_user_id =====
21844 <HTML>
21845 <HEAD>
21846 <TITLE>OPTION: <!--#echo var="VAR_user-id"--></TITLE>
21847 </HEAD>
21848 <BODY>
21849 <H1>OPTION: <!--#echo var="VAR_user-id"--></H1>
21851 This value is used as part of the "From" address on messages you send.
21852 It is also the default login name for remote IMAP server access.  Set this
21853 to the username part you want to appear on outgoing email.
21855 If you want to change the value of what gets included in the From header
21856 in messages you send (other than just the User ID)
21857 look <A HREF="h_config_change_your_from">here</A> for a description.
21859 <P><UL>   
21860 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21861 </UL><P>
21862 &lt;End of help on this topic&gt;
21863 </BODY>
21864 </HTML>
21865 ====== h_config_user_dom =====
21866 <HTML>
21867 <HEAD>
21868 <TITLE>OPTION: <!--#echo var="VAR_user-domain"--></TITLE>
21869 </HEAD>
21870 <BODY>
21871 <H1>OPTION: <!--#echo var="VAR_user-domain"--></H1>
21873 This value specifies the domain part (right-hand side) of your return
21874 address on outgoing email and is also used as the default domain for email
21875 composed to a local user.
21876 <!--chtml if pinemode="os_windows"-->
21877  This value is required for PC-Alpine. If you are unsure as to what this should be,
21878  contact your local help desk, system administrator, or Internet Service Provider.
21879 <!--chtml else-->
21880  If unset, Unix Alpine will obtain the domain from
21881  the system.  Often this value will be set for your whole site by the
21882  system administrator.<P>
21883 <!--chtml endif-->
21884 If you set this, see also the <A HREF="h_config_quell_local_lookup">
21885 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
21887 If you want to change the value of what gets included in the From header
21888 in messages you send (other than just the User Domain)
21889 look <A HREF="h_config_change_your_from">here</A> for a description.
21890 <P><UL>
21891 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21892 </UL><P>
21893 &lt;End of help on this topic&gt;
21894 </BODY>
21895 </HTML>
21896 ====== h_config_smtp_server =====
21897 <HTML>
21898 <HEAD>
21899 <TITLE>OPTION: <!--#echo var="VAR_smtp-server"--></TITLE>
21900 </HEAD>
21901 <BODY>
21902 <H1>OPTION: <!--#echo var="VAR_smtp-server"--></H1>
21903 This value specifies the name of one or more SMTP 
21904 (Simple Mail Transfer Protocol) servers for sending mail. 
21905 <!--chtml if pinemode="os_windows"-->
21906 You must have an SMTP server for use with PC-Alpine.
21907 SMTP servers are
21908 normally set up by a system administrator for use by all members of a given
21909 campus or department.
21910 Contact your local help desk to ask what SMTP
21911 servers you should use.  
21912 <!--chtml else-->
21913 Unix Alpine users may not need to set an SMTP server.
21914 Alpine will attempt to execute the program (usually sendmail) that is used
21915 to insert mail into the mail system.
21916 If this works for you, you may leave this option blank.
21917 If there is an SMTP server running on the Unix host you may be able to
21918 improve sending performance slightly by setting the SMTP server option
21919 to &quot;localhost&quot; or to the actual name of the Unix host.
21921 If the Unix host doesn't work the way Alpine was expecting you will need to
21922 set the value of this option.
21923 SMTP servers are
21924 normally set up by a system administrator for use by all members of a given
21925 campus or department.
21926 Contact your local help desk to ask what SMTP
21927 servers you should use.  
21928 <!--chtml endif-->
21930 Your SMTP server may offer SMTP AUTH authentication.
21931 It may even require it.
21932 If your SMTP server offers SMTP AUTH authentication you may specify a
21933 &quot;user&quot; name parameter to cause Alpine to attempt to authenticate.
21934 This parameter requires an associated value,
21935 the username identifier with which to establish the server
21936 connection.
21937 An example might be:
21940 <CENTER><SAMP>smtpserver.example.com/user=katie</SAMP></CENTER>
21943 If AUTH authentication is offered by the server, this will cause Alpine to
21944 attempt to use it.
21945 If AUTH authentication is not offered by the server, this will cause Alpine
21946 to fail sending with an error similar to:
21949 <CENTER><SAMP>Error: SMTP authentication not available</SAMP></CENTER>
21952 Another type of authentication that is used by some ISPs is called
21953 &quot;POP before SMTP&quot; or &quot;IMAP before SMTP&quot;,
21954 which means that you have to authenticate
21955 yourself to the POP or IMAP server by opening a mailbox before you
21956 can send mail.
21957 To do this, you usually only have to open your INBOX.
21960 You may tell Alpine to use the
21961 <A HREF="http://www.ietf.org/rfc/rfc2476.txt">Message Submission</A>
21962 port (587) instead of the SMTP port (25) by including the &quot;submit&quot;
21963 parameter
21964 in this option.
21965 At this time &quot;/submit&quot; is simply equivalent to specifying
21966 port 587, though it may imply more than that at some point in the future.
21967 Some ISPs are blocking port 25 in order to reduce the amount of spam
21968 being sent to their users.
21969 You may find that the submit option allows you to get around such a block.
21972 <CENTER><SAMP>smtpserver.example.com/submit</SAMP></CENTER>
21975 To specify any non-standard port number on the SMTP server you may follow
21976 the hostname with a colon followed by the portnumber.
21979 <CENTER><SAMP>smtpserver.example.com:12345</SAMP></CENTER>
21982 Normally, when a connection is made to the Smtp-Server Alpine will attempt
21983 to negotiate a secure (encrypted) session using Transport Layer Security (TLS).
21984 If that fails then a non-encrypted connection will be attempted instead.
21985 You may specify that a TLS connection is required if you wish.
21986 If you append &quot;/tls&quot; to the name then the connection will fail
21987 instead of falling back to a non-secure connection.
21990 <CENTER><SAMP>smtpserver.example.com/tls</SAMP></CENTER>
21994 For more details about server name possibilities see
21995 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
21998 <UL>
21999 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22000 </UL>
22002 &lt;End of help on this topic&gt;
22003 </BODY>
22004 </HTML>
22005 ====== h_config_nntp_server =====
22006 <HTML>
22007 <HEAD>
22008 <TITLE>OPTION: <!--#echo var="VAR_nntp-server"--></TITLE></HEAD>
22009 <BODY>
22010 <H1>OPTION: <!--#echo var="VAR_nntp-server"--></H1>
22012 This value specifies the name of one or more NNTP
22013 (Network News Transfer Protocol)
22014 servers for reading and posting USENET news.
22015 NNTP servers are normally
22016 set up by a system administrator for use by all members of a given campus
22017 or department.
22018 Contact your local help desk to ask what NNTP servers you should use.  
22019 <!--chtml if pinemode="os_windows"--><!--chtml else-->
22020 Often Unix Alpine users will find that this variable has been
22021 set for the whole system (and they don't have to worry about it).  
22022 <!--chtml endif-->
22023 When you define an NNTP server here, Alpine implicitly defines a news
22024 collection for you, assuming that server as the news server and assuming
22025 that you will use the NNTP protocol and a local newsrc configuration file
22026 for reading news.
22027 For more about reading news with Alpine, see
22028 <A HREF="h_reading_news">how to use Alpine to read news</A>.
22030 Your NNTP server may offer NNTP &quot;AUTHINFO SASL&quot;
22031 or &quot;AUTHINFO USER&quot; authentication.
22032 It may even require it.
22033 If your NNTP server does offer such authentication you may specify a user name
22034 parameter to cause Alpine to attempt to authenticate.
22035 The same is true for the server name in a folder collection that uses NNTP.
22036 This parameter requires an associated value,
22037 the username identifier with which to establish the server connection.
22038 An example might be:
22041 <CENTER><SAMP>nntpserver.example.com/user=katie</SAMP></CENTER>
22044 If authentication is offered by the server, this will cause Alpine to
22045 attempt to use it.
22046 If authentication is not offered by the server, this will cause Alpine
22047 to fail with an error similar to:
22050 <CENTER><SAMP>Error: NNTP authentication not available</SAMP></CENTER>
22052 For more details about the server name possibilities see
22053 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
22054 <P><UL>
22055 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22056 </UL><P>
22057 &lt;End of help on this topic&gt;
22058 </BODY>
22059 </HTML>
22060 ====== h_config_inbox_path =====
22061 <HTML>
22062 <HEAD>
22063 <TITLE>OPTION: <!--#echo var="VAR_inbox-path"--></TITLE>
22064 </HEAD>
22065 <BODY>
22066 <H1>OPTION: <!--#echo var="VAR_inbox-path"--></H1>
22068 This value overrides the default value of your INBOX name/path/location.
22069 <!--chtml if pinemode="os_windows"-->
22070 PC-Alpine users must specify an inbox path and it must be a folder on an
22071 IMAP server.  
22072 <!--chtml else-->
22073 Unix and VMS Alpine users will often find that this variable
22074 has been pre-configured by your system administrator.  
22075 <!--chtml endif-->
22076 You may be able to specify an alternate INBOX that is either a local folder 
22077 or a folder on an IMAP server.
22079 A typical remote <!--#echo var="VAR_inbox-path"--> entry would be: &#123;monet.art.example.com}INBOX
22080 where &quot;monet.art.example.com&quot; is replaced by the name of your IMAP
22081 mail server.
22083 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22084 details on the syntax of folder definitions.
22086 See <A HREF="h_info_on_mbox">Missing mail and the mbox driver</A> if your
22087 mail is disappearing.
22088 <P><UL>
22089 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22090 </UL><P>
22091 &lt;End of help on this topic&gt;
22092 </BODY>
22093 </HTML>
22094 ====== h_config_change_your_from =====
22095 <HTML>
22096 <HEAD>
22097 <TITLE>How to Change your From Address</TITLE>
22098 </HEAD>
22099 <BODY>
22100 <H1>How to Change your From Address</H1>
22102 If the From address that Alpine includes in mail that you send is not correct,
22103 you may want to configure a different default value for the From address.
22104 You may follow these directions to change the default:
22107 <UL>
22108   <LI> Go to the Main Alpine Menu
22109   <LI> From there type the Setup Command
22110   <LI> From there type the Config Command
22111 </UL>
22114 You've probably already seen this SETUP CONFIGURATION screen.
22115 If not, there are many options you may want to set here.
22116 To set the value of the From header you may use the
22117 <A href="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> option.
22118 Find it by scrolling down a few pages or use the WhereIs command to
22119 search for &quot;customized&quot;.
22120 You may want to read the help text associated with the option.
22122 To add a custom From header, type the Add command and enter the
22123 full header line, including the leading &quot;From:&nbsp;&quot;.
22124 For example:
22126 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
22128 Now exit the Setup command and try sending mail to yourself to see
22129 what the From line looks like.
22131 When you are in the composer you may edit the custom From line by typing
22132 Ctrl-R while your cursor is in the headers of the message and then moving
22133 to the From line and editing.
22134 If you want to leave the default value the same but add the possibility
22135 of being able to edit the header when you compose, add just the header
22136 name without a value.
22137 For example:
22139 <CENTER><SAMP>From:</SAMP></CENTER>
22141 If you change your From address you may also find it useful to add the
22142 changed From address to the
22143 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
22144 configuration option.
22146 <UL>   
22147 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22148 </UL><P>
22149 &lt;End of help on this topic&gt;
22150 </BODY>
22151 </HTML>
22152 ====== h_config_default_fcc =====
22153 <HTML>
22154 <HEAD>
22155 <TITLE>OPTION: <!--#echo var="VAR_default-fcc"--></TITLE>
22156 </HEAD>
22157 <BODY>
22158 <H1>OPTION: <!--#echo var="VAR_default-fcc"--></H1>
22160 This value specifies where a copy of outgoing mail should be saved.  If
22161 this is not a path name, it will be in the default collection for saves.
22162 Any valid folder specification, local or IMAP, is allowed.  This default
22163 folder carbon copy only applies when the 
22164 <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A> 
22165 is set to use the default folder.  
22166 <!--chtml if pinemode="os_windows"-->
22167 PC-Alpine default is &quot;SENTMAIL&quot; (normally stored as SENTMAIL.MTX)
22168 <!--chtml else-->
22169 Unix Alpine default
22170 is normally &quot;sent-mail&quot; in the default folder collection. 
22171 <!--chtml endif-->
22173 If you access your email through an IMAP server, especially if you often switch between Unix Alpine
22174 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on your
22175 IMAP server (remember that in order to later access this remote folder through Alpine, it
22176 must be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
22177 for more information). An example:<p>
22178 <CENTER><SAMP>{monet.art.example.com}mail/sent-mail</SAMP></CENTER>
22180 To suppress saving of outgoing mail, set: <!--#echo var="VAR_default-fcc"-->=&quot;&quot;
22182 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22183 details on the syntax of folder definitions.
22185 <UL>   
22186 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22187 </UL><P>
22188 &lt;End of help on this topic&gt;
22189 </BODY>
22190 </HTML>
22191 ====== h_config_def_save_folder =====
22192 <HTML>
22193 <HEAD>
22194 <TITLE>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></TITLE>
22195 </HEAD>
22196 <BODY>
22197 <H1>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></H1>
22199 This option determines the default folder name for save-message operations 
22200 (&quot;saves&quot;).
22202 If this is not a path name, it will be in the default collection for saves.
22203 Any valid folder specification, local or IMAP, is allowed.  This default
22204 folder only applies when the
22205 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
22206 doesn't override it.  
22207 <!--chtml if pinemode="os_windows"-->
22208 PC-Alpine default is &quot;SAVEMAIL&quot; (normally stored as SAVEMAIL.MTX).
22209 <!--chtml else-->
22210 Unix Alpine default
22211 is normally &quot;saved-messages&quot; in the default folder collection.
22212 <!--chtml endif-->
22213 If you access your email through an IMAP server, especially if you often switch between Unix
22214 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on an
22215 IMAP server (remember that in order to later access this remote folder through Alpine, it
22216 should be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
22217 for more information). An example:<p>
22218 <CENTER><SAMP>{monet.art.example.com}mail/saved-messages</SAMP></CENTER>
22220 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22221 details on the syntax of folder definitions.
22223 <UL>   
22224 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22225 </UL><P>
22226 &lt;End of help on this topic&gt;
22227 </BODY>
22228 </HTML>
22229 ====== h_config_postponed_folder =====
22230 <HTML>
22231 <HEAD>
22232 <TITLE>OPTION: <!--#echo var="VAR_postponed-folder"--></TITLE>
22233 </HEAD>
22234 <BODY>
22235 <H1>OPTION: <!--#echo var="VAR_postponed-folder"--></H1>
22237 This value overrides the default name for the folder where postponed
22238 messages are saved.  If this is not a path name, it will be in the default
22239 collection for message Saves.  Any valid folder specification, local or
22240 remote, is allowed. 
22241 PC-Alpine default
22242 is &quot;POSTPOND&quot; (stored as POSTPOND.MTX).
22243 The Unix Alpine default is normally &quot;postponed-msgs&quot;
22244 in the default collection. 
22246 Tip: If you are using different installations of (PC-)Alpine -- for example, PC-Alpine on your personal
22247 computer at home, and Unix Alpine on campus -- you can postpone a composition begun with one Alpine and
22248 resume it later with the other if you set this option to the <B>same folder on the same IMAP host</B>
22249 in all Alpine copies you use. 
22250 (Remember that in order to later access this remote folder through Alpine, it must be in a folder
22251 collection. See <A HREF="h_what_are_collections">Folder Collections Extensions Explained</a>
22252 for more information). An
22253 example:<p> 
22254 <CENTER><SAMP>{monet.art.example.com}mail/postponed-msgs</SAMP></CENTER>
22256 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22257 details on the syntax of folder definitions.
22259 <UL>   
22260 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22261 </UL><P>
22262 &lt;End of help on this topic&gt;
22263 </BODY>
22264 </HTML>
22265 ====== h_config_read_message_folder =====
22266 <HTML>
22267 <HEAD>
22268 <TITLE>OPTION: <!--#echo var="VAR_read-message-folder"--></TITLE>
22269 </HEAD>
22270 <BODY>
22271 <H1>OPTION: <!--#echo var="VAR_read-message-folder"--></H1>
22273 By virtue of specifying a folder name here, Alpine will be configured to
22274 save all messages that you have read during a session into the designated
22275 &quot;read messages&quot; folder.  This allows you to more easily distinguish
22276 between your really new email (in your INBOX) and those that you have
22277 already read.  Depending on how you define the 
22278 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
22279 setting, you may or may not be asked when you quit
22280 Alpine if you want read messages to be moved to this folder.  In either
22281 case, moving the messages means they will be deleted from your INBOX.
22283 If this is not a path name, it will be in the default collection for
22284 saves.  Any valid folder specification, local or remote (via IMAP), is
22285 allowed.  There is no default for the name of the read message folder.
22287 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22288 details on the syntax of folder definitions.
22290 <UL>   
22291 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22292 </UL><P>
22293 &lt;End of help on this topic&gt;
22294 </BODY>
22295 </HTML>
22296 ====== h_config_form_folder =====
22297 <HTML>
22298 <HEAD>
22299 <TITLE>OPTION: <!--#echo var="VAR_form-letter-folder"--></TITLE>
22300 </HEAD>
22301 <BODY>
22302 <H1>OPTION: <!--#echo var="VAR_form-letter-folder"--></H1>
22304 A &quot;<!--#echo var="VAR_form-letter-folder"-->&quot; is a mail folder that is intended to
22305 contain messages that you have composed and that are intended to be
22306 sent in their original form repeatedly.
22309 Setting this variable will alter Alpine's usual behavior when you
22310 execute the Compose command.  Normally, Alpine offers a chance to
22311 continue a postponed or interrupted message should one or the other
22312 exist.  When this variable is set to a folder name that exists, Alpine
22313 will also offer the chance to select a message from the folder to
22314 insert into the composer (much like when continuing a postponed message).
22315 The difference, however, is that Alpine will not automatically delete
22316 the selected message from the Form Letter Folder.
22318 Setting this variable will also affect Alpine's behavior when you
22319 Postpone a message from the composer.  Normally, Alpine simply stashes
22320 the message away in your
22321 &quot;<A HREF="h_config_postponed_folder"><!--#echo var="VAR_postponed-folder"--></A>&quot;.
22322 Regardless of the specified folder's existence, Alpine will ask which
22323 folder you intend the message to be stored in.  Choose the
22324 &quot;F&quot; option to store the message in your Form Letter Folder.
22325 This is the most common way to add a message to the folder.
22328 Another method of adding messages to the folder is via the Alpine
22329 composer's <SAMP>Fcc:</SAMP> field.  If you are sending a message that
22330 you expect to send in the same form again, you can enter the Form
22331 Letter Folder's name in this field.  Alpine, as usual, will copy the
22332 message as it's sent.  Note, when you later select this message from 
22333 your Form Letter Folder, it will have the same recipients as the original
22334 message.
22337 To delete a message from the Form Letter Folder, you can either select
22338 the folder from a suitable FOLDER LIST screen, or use the Delete
22339 command in the MESSAGE INDEX offered when selecting from the folder as
22340 part of the Compose command.  You can delete a Form Letter Folder just
22341 as any other folder from a suitable FOLDER LIST screen.
22344 You may find that the <A HREF="h_rules_roles">&quot;Roles&quot;</A>
22345 facility can be used
22346 to replace the Form Letter Folder.
22349 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22350 details on the syntax of folder definitions.
22353 <UL>   
22354 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22355 </UL><P>
22356 &lt;End of help on this topic&gt;
22357 </BODY>
22358 </HTML>
22359 ====== h_config_archived_folders =====
22360 <HTML>
22361 <HEAD>
22362 <TITLE>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></TITLE>
22363 </HEAD>
22364 <BODY>
22365 <H1>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></H1>
22367 This is like
22368 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>,
22369 only more general.  You may archive
22370 any of the folders in your incoming collection.  This is a list of folder
22371 pairs, with the first separated from the second in the pair by a space.
22372 The first folder in a pair is the folder you want to archive, and the
22373 second folder is the folder that read messages from the first should be
22374 moved to.  Depending on how you define the
22375 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
22376 setting, you may or may not be asked when you
22377 leave the first folder if you want read messages to be moved to the
22378 second folder.  In either case, moving the messages means they will be
22379 deleted from the first folder.
22381 The name of the first folder in each pair can be either the technical
22382 specification of the folder (like what appears in your configuration file)
22383 or (much easier) the nickname that you gave the folder when you made it
22384 an incoming folder.
22386 For example:<p>
22387 <CENTER><SAMP>{monet.art.example.com}inbox {monet.art.example.com}mail/inbox-archive</SAMP></CENTER>
22388 <p>or, using nicknames:<p>
22389 <CENTER><SAMP>inbox inbox-archive</SAMP></CENTER>
22391 If these are not path names, they will be in the default collection for
22392 saves. Any valid folder specification, local or remote (via IMAP), is
22393 allowed. There is no default.
22395 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22396 details on the syntax of folder definitions.
22398 <UL>   
22399 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22400 </UL><P>
22401 &lt;End of help on this topic&gt;
22402 </BODY>
22403 </HTML>
22404 ====== h_config_newsrc_path ======
22405 <HTML>
22406 <HEAD>
22407 <TITLE>OPTION: <!--#echo var="VAR_newsrc-path"--></TITLE>
22408 </HEAD>
22409 <BODY>
22410 <H1>OPTION: <!--#echo var="VAR_newsrc-path"--></H1>
22412 This option overrides the default name Alpine uses for your "newsrc" news
22413 status and subscription file.  If set, Alpine will take this value as the
22414 full pathname for the desired newsrc file.<P>
22416 If this option is <B>not</B> set, 
22417 <!--chtml if pinemode="os_windows"-->
22418 PC-Alpine looks first for $HOME&#92;NEWSRC (where $HOME defaults to the root
22419 of the current drive, e.g. &quot;C:&#92;&quot;) and then it looks in the same
22420 directory as your pinerc file for NEWSRC.
22421 <!--chtml else-->
22422 Unix Alpine looks for the file ~/.newsrc (that is, the file named .newsrc in 
22423 your account's home directory).
22424 <!--chtml endif-->
22425 <P><UL>
22426 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22427 </UL>
22429 &lt;End of help on this topic&gt;
22430 </BODY>
22431 </HTML>
22432 ====== h_config_literal_sig =====
22433 <HTML>
22434 <HEAD>
22435 <TITLE>OPTION: <!--#echo var="VAR_literal-signature"--></TITLE>
22436 </HEAD>
22437 <BODY>
22438 <H1>OPTION: <!--#echo var="VAR_literal-signature"--></H1>
22440 With this option your actual signature, as opposed to
22441 the name of a file containing your signature,
22442 is stored in the Alpine configuration file.
22443 If this is defined it takes precedence over the <!--#echo var="VAR_signature-file"--> option.
22446 This is simply a different way to store the signature.
22447 The signature is stored inside your Alpine configuration file instead of in
22448 a separate file.
22449 Tokens work the same way they do with the
22450 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A> so look there for
22451 help.
22454 The Setup/Signature command on Alpine's MAIN MENU will edit
22455 the &quot;<!--#echo var="VAR_literal-signature"-->&quot; by default.  However, if no
22456 &quot;<!--#echo var="VAR_literal-signature"-->&quot; is defined and the file named in the
22457 &quot;<!--#echo var="VAR_signature-file"-->&quot; option exists, then the latter will be used
22458 instead.
22461 The two character sequence &#92;n (backslash followed by
22462 the character n) will be used to signify a line-break in your signature.
22463 You don't have to enter the &#92;n, but it will be visible in the
22464 SETUP CONFIGURATION window after you are done editing the signature.
22467 <UL>   
22468 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22469 </UL><P>
22470 &lt;End of help on this topic&gt;
22471 </BODY>
22472 </HTML>
22473 ====== h_config_signature_file =====
22474 <HTML>
22475 <HEAD>
22476 <TITLE>OPTION: <!--#echo var="VAR_signature-file"--></TITLE>
22477 </HEAD>
22478 <BODY>
22479 <H1>OPTION: <!--#echo var="VAR_signature-file"--></H1>
22481 If a <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined,
22482 then this &quot;<!--#echo var="VAR_signature-file"-->&quot; option will be ignored.
22483 You can tell that that is the case because the value of the
22484 &quot;<!--#echo var="VAR_signature-file"-->&quot; will show up as
22486 <CENTER><SAMP>&lt;Ignored: using <!--#echo var="VAR_literal-signature"--> instead&gt;</SAMP></CENTER>
22488 You may either use all Literal Signatures (signatures stored in your
22489 configuration file) throughout Alpine, or all signature files.
22490 You can't mix the two.
22492 This is the name of a file that will be automatically inserted into
22493 outgoing messages.
22494 It typically contains information such as your
22495 name, email address and organizational affiliation.
22496 Alpine adds the
22497 signature into the message as soon as you enter the composer so you
22498 can choose to remove it or edit it on a message by message basis.
22499 Signature file placement in message replies is controlled by the
22500 &quot;<A HREF="h_config_sig_at_bottom"><!--#echo var="FEAT_signature-at-bottom"--></A>&quot;
22501 setting in the feature list.
22504 The default file name is
22505 <!--chtml if pinemode="os_windows"-->
22506 &quot;PINE.SIG&quot; in the same directory as your PINERC file if your
22507 PINERC file is a local file.
22508 If your PINERC file is remote, then it will be in the directory specified
22509 by the &quot;-aux local_directory&quot; command line option.
22510 <!--chtml else-->
22511 &quot;.signature&quot;.
22512 <!--chtml endif-->
22515 To create or edit your signature file choose Setup from the MAIN MENU
22516 and then select S for Signature (Main/Setup/Signature).  This puts you
22517 into the Signature Editor where you can enter a <EM>few</EM> lines of
22518 text containing your identity and affiliation.
22521 If the filename is followed by a vertical bar (|) then instead
22522 of reading the contents of the file the file is assumed to be a
22523 program that will produce the text to be used on its standard output.
22524 The program can't have any arguments and doesn't receive any input from Alpine,
22525 but the rest of the processing works as if the contents came from a file.
22528 Instead of storing the data in a local file, the
22529 signature data may be stored remotely in an IMAP folder.
22530 In order to do this, 
22531 you must use a remote name for the file.
22532 A remote <!--#echo var="VAR_signature-file"--> name might look like:
22534 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/signature</SAMP></CENTER>
22537 The syntax used here is the same as the syntax used for remote configuration
22538 files from the command line.
22539 Note that you may not access an existing signature file remotely,
22540 you have to create a new <EM>folder</EM> that contains the signature data.
22541 If the name you use here for the signature file is a remote name, then when
22542 you edit the file from the Setup/Signature command the data will be stored
22543 remotely in the folder.
22544 You aren't required to do anything special to create the folder, it
22545 gets created automatically if you use a remote name.
22548 Besides regular text, the signature file may also contain
22549 (or a signature program may produce) tokens that
22550 are replaced with text that usually depends on the message you are replying
22551 to or forwarding.
22552 For example, if the signature file contains the token
22554 <CENTER><SAMP>_DATE_</SAMP></CENTER>
22556 anywhere in the text, then that token is replaced by the date
22557 the message you are replying to or forwarding was sent.
22558 If it contains
22560 <CENTER><SAMP>_CURDATE_</SAMP></CENTER>
22562 that is replaced with the current date.
22563 The first is an example of a token that depends on the message you
22564 are replying to (or forwarding) and the second is an example which
22565 doesn't depend on anything other than the current date.
22566 You have to be a little careful with this facility since tokens that
22567 depend on the message you are replying to or forwarding will be replaced
22568 by nothing in the case where you are composing a new message from scratch.
22569 The use of <A HREF="h_rules_roles">&quot;roles&quot;</A> may help you
22570 in this respect.
22571 It allows you to use different signature files in different cases.
22574 The list of tokens available for use in the signature file is
22575 <A HREF="h_index_tokens">here</A>.
22578 Instead of, or along with the use of &quot;roles&quot; to give you
22579 different signature files in different situations, there is also
22580 a way to conditionally include text based
22581 on whether or not a token would result in specific replacement text.
22582 For example, you could include some text based on whether or not
22583 the _NEWS_ token would result in any newsgroups if it was used.
22584 This is explained in detail
22585 <A HREF="h_reply_token_conditionals">here</A>.
22586 This isn't for the faint of heart.
22588 In the very unlikely event that you want to include a literal token
22589 in the signature you must precede it with a backslash character.
22590 For example,
22592 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
22594 would produce something like
22596 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
22598 It is not possible to have a literal backslash followed by an expanded token.
22600 An alternate method for storing the signature data is available by using the
22601 <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> configuration option.
22602 This variable will be used by default.
22604 <UL>   
22605 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22606 </UL><P>
22607 &lt;End of help on this topic&gt;
22608 </BODY>
22609 </HTML>
22610 ====== h_config_init_cmd_list =====
22611 <HTML>
22612 <HEAD>
22613 <TITLE>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></TITLE>
22614 </HEAD>
22615 <BODY>
22616 <H1>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></H1>
22618 The initial keystroke--or command--list option lets you start Alpine at
22619 any place you like.
22620 Whatever keystrokes you specify here will be executed
22621 by Alpine upon startup as a macro.
22622 The words SPACE, TAB, DOWN, UP, LEFT, and
22623 RIGHT indicate the pressing of those keys.
22624 CR indicates the pressing of the RETURN key.
22625 F1 through F12 represent the function keys, and ^ followed
22626 by a character indicates that key pressed along with the control key (in
22627 other words, ^P means Ctrl-P).
22628 As a shortcut notation, an element of the list may be several characters
22629 surrounded by double-quotes (").
22630 That will be expanded into the individual keystrokes
22631 (excluding the double-quote characters).
22632 For example, the quoted-string
22634 <P><CENTER>"ABC"</CENTER>
22637 is interpreted the same as the three separate list members
22639 <P><CENTER>A and B and C</CENTER>
22642 which is also the same as
22644 <P><CENTER>A,B,C</CENTER>
22647 An example: To view message 1 on startup,
22648 you could use an <!--#echo var="VAR_initial-keystroke-list"--> equal to
22650 <P><CENTER>I,J,1,CR,V</CENTER>
22653 An equivalent version of this is
22655 <P><CENTER>"IJ1",CR,V</CENTER>
22658 Restrictions: You cannot pre-type into the composer with the initial
22659 keystroke list, and you cannot mix function key commands with letter
22660 commands.
22662 <P><UL>   
22663 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22664 </UL>
22666 &lt;End of help on this topic&gt;
22667 </BODY>
22668 </HTML>
22669 ====== h_config_comp_hdrs =====
22670 <html>
22671 <header>
22672 <title>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></title>
22673 </header>
22674 <body>
22675 <h1>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></h1>
22677 You can control which headers you want visible when composing outgoing
22678 email using this option.
22679 You can specify any of the regular set, any
22680 <A HREF="h_compose_richhdr">Rich Header</A>,
22681 or any <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
22682 that you have already defined.
22683 If you use this setting at all, you must specify all the
22684 headers you want to see, you can't just add to the regular header set.
22685 The default set is To:, Cc:, Attchmnt:, and Subject:.<p>
22687 Note that the "Newsgroups:" header will be abbreviated in the Composer
22688 display, but should be spelled out in full here.<p>
22689 <UL>   
22690 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22691 </UL><P>
22692 &lt;End of help on this topic&gt;
22693 </body>
22694 </html>
22695 ====== h_config_custom_hdrs =====
22696 <HTML>
22697 <HEAD>
22698 <TITLE>OPTION: <!--#echo var="VAR_customized-hdrs"--></TITLE>
22699 </HEAD>
22700 <BODY>
22701 <H1>OPTION: <!--#echo var="VAR_customized-hdrs"--></H1>
22703 You may add your own custom headers to outgoing messages.
22704 Each header you specify here must include the header tag 
22705 (<A HREF="h_composer_reply_to">Reply-To:</A>, Approved:, etc.)
22706 and may optionally include a value for that header.
22707 If you want to see these custom headers each time you compose a message,
22708 you must add them to your
22709 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> list, 
22710 otherwise they become part
22711 of the rich header set that you only see when you press the
22712 <A HREF="h_compose_richhdr">Rich Header</A>
22713 <!--chtml if pinemode="function_key"-->(F5)
22714 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
22715 (If you are looking for a way to change which headers are <EM>displayed</EM>
22716 when you view a message, take a look at the
22717 <A HREF="h_config_viewer_headers"><!--#echo var="VAR_viewer-hdrs"--></A>
22718 option instead.)
22719 Here's an example that shows how you might set your From address
22721 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
22723 and another showing how you might set a Reply-To address
22725 <CENTER><SAMP>Reply-To: user@example.com</SAMP></CENTER>
22727 You may also set non-standard header values here.
22728 For example, you could add
22730 <CENTER><SAMP>Organization: My Organization Name</SAMP></CENTER>
22732 or even
22734 <CENTER><SAMP>X-Favorite-Colors: Purple and Gold</SAMP></CENTER>
22736 If you include a value after the colon then that header will be included
22737 in your outgoing messages unless you delete it before sending.
22738 If a header in the <!--#echo var="VAR_customized-hdrs"--> list has only a tag but no value, then
22739 it will not be included in outgoing messages unless you edit a value
22740 in manually.
22741 For example, if
22743 <CENTER><SAMP>Reply-To:</SAMP></CENTER>
22745 is in the list, then the Reply-To header will be available for editing
22746 but won't be included unless a value is added while in the composer.
22748 It's actually a little more complicated than that.
22749 The values of headers that you set with the <!--#echo var="VAR_customized-hdrs"--> option are
22750 defaults.
22751 If the message you are about to compose already has a value for a header,
22752 that value is used instead of a value from your <!--#echo var="VAR_customized-hdrs"-->.
22753 For example, if you are Replying to a message the Subject field
22754 will already be filled in.
22755 In that case, if the <!--#echo var="VAR_customized-hdrs"--> list contains a Subject line, the
22756 custom subject will <EM>NOT</EM> be used.
22757 The subject derived from the subject of the message you are Replying
22758 to will be used instead.
22760 It is also possible to make header setting even more complicated and more
22761 automatic by using
22762 <A HREF="h_rules_roles">Roles</A>,
22763 but if all you want to do is set a default value for a header, you don't
22764 need to think about Roles.
22766 If you change your From address you may also find it useful to add the
22767 changed From address to the
22768 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
22769 configuration option.
22771 Limitation: Because commas are used to separate the list of
22772 <!--#echo var="VAR_customized-hdrs"-->, it is not possible to have the value of a
22773 header contain a comma.
22774 Nor is there currently an &quot;escape&quot; mechanism provided
22775 to make this work.
22776 <P><UL>
22777 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22778 </UL>
22780 &lt;End of help on this topic&gt;
22781 </BODY>
22782 </HTML>
22783 ====== h_config_viewer_headers =====
22784 <HTML>
22785 <HEAD>
22786 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdrs"--></TITLE>
22787 </HEAD>
22788 <BODY>
22789 <H1>OPTION: <!--#echo var="VAR_viewer-hdrs"--></H1>
22791 You may change the default list of headers that are viewed by listing
22792 the headers you want to view here.  If the headers in your
22793 &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list are present in the message, then they
22794 will be shown.  The order of the headers you list will be honored.  If
22795 the special value &quot;all-except&quot; is included as the first
22796 header in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list, then all headers in the
22797 message except those in the list will be shown.  The values are all
22798 case insensitive.
22801 Note that once you put anything in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list,
22802 then the original default headers are ignored.  So, if you just wanted
22803 to add the header Organization to the list, you would have to list
22804 Organization plus all of the other headers originally in the default
22805 list.  If you just included Organization and nothing else, then you
22806 would see only the Organization header, nothing else.
22809 The default list of headers includes:
22810 <UL>
22811   <LI>From
22812   <LI>Resent-From
22813   <LI>To
22814   <LI>Resent-To
22815   <LI>Cc
22816   <LI>Resent-cc
22817   <LI>Bcc
22818   <LI>Newsgroups
22819   <LI>Followup-To
22820   <LI>Date
22821   <LI>Resent-Date
22822   <LI>Subject
22823   <LI>Resent-Subject
22824   <LI>Reply-To
22825 </UL>
22828 If you are looking for a way to control which headers are included in
22829 outgoing mail and are visible or not in the composer, take a look at the
22830 options
22831 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
22832 and <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> instead of
22833 this option.
22835 <UL>   
22836 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22837 </UL><P>
22838 &lt;End of help on this topic&gt;
22839 </BODY>
22840 </HTML>
22841 ====== h_config_viewer_margin_left =====
22842 <HTML>
22843 <HEAD>
22844 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-left"--></TITLE>
22845 </HEAD>
22846 <BODY>
22847 <H1>OPTION: <!--#echo var="VAR_viewer-margin-left"--></H1>
22849 This variable controls the left-hand vertical margin's width in
22850 Alpine's Message Viewing screen.
22851 Its value is the number of space characters preceding each displayed line.
22852 For consistency with
22853 <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>,
22854 you may specify the column number to start in
22855 (column numbering begins with number 1)
22856 instead of the width of the margin by appending a lower case letter
22857 &quot;c&quot; to the number.
22858 For example, a value of &quot;2c&quot; means to start the text in column two,
22859 which is entirely equivalent to a value of &quot;1&quot;, which means to
22860 leave a margin of 1 space.
22862 The default is a left margin of 0 (zero).
22863 Misconfigurations (for example, negative values or values with starting
22864 left columns greater than the ending right column)
22865 are silently ignored.
22866 If the number of columns for text between the <!--#echo var="VAR_viewer-margin-left"--> and
22867 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
22868 instead.
22871 &lt;End of help on this topic&gt;
22872 </BODY>
22873 </HTML>
22874 ====== h_config_viewer_margin_right =====
22875 <HTML>
22876 <HEAD>
22877 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-right"--></TITLE>
22878 </HEAD>
22879 <BODY>
22880 <H1>OPTION: <!--#echo var="VAR_viewer-margin-right"--></H1>
22882 This variable controls the right-hand vertical margin's width in
22883 Alpine's Message Viewing screen.
22884 Its value is the number of space characters following each displayed line.
22885 You may specify the column number to end the text in
22886 (column numbering begins with number 1)
22887 instead of the width of the margin by appending a lower case letter
22888 &quot;c&quot; to the number.
22889 For example, a value of &quot;76c&quot; means to end the text in column 76.
22890 If the screen is 80 characters wide, this is equivalent to a value
22891 of &quot;4&quot;, which means to leave a margin of 4 spaces.
22892 However, if you use different size screens at different times, then these
22893 two values are not equivalent.
22895 The default right margin is 4.
22896 Misconfigurations (for example, negative values or values with starting
22897 left columns greater than the ending right column)
22898 are silently ignored.
22899 If the number of columns for text between the
22900 <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
22901 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
22902 instead.
22905 &lt;End of help on this topic&gt;
22906 </BODY>
22907 </HTML>
22908 ====== h_config_quote_suppression =====
22909 <HTML>
22910 <HEAD>
22911 <TITLE>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></TITLE>
22912 </HEAD>
22913 <BODY>
22914 <H1>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></H1>
22916 This option should be used with care.
22917 It will cause some of the quoted text to be eliminated from the
22918 display when viewing a message in the MESSAGE TEXT screen.
22919 For example, if you set the <!--#echo var="VAR_quote-suppression-threshold"--> to the
22920 value &quot;5&quot;,
22921 this will cause quoted text that is longer than five lines to be truncated.
22922 Quoted text of five or fewer consecutive lines will be displayed in its entirety.
22923 Quoted text of more than six lines will have the first five lines displayed
22924 followed by a line that looks something like
22926 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
22928 As a special case, if exactly one line of quoted text would be hidden, the
22929 entire quote will be shown instead.
22930 So for the above example, quoted text that is exactly six lines long will
22931 will be shown in its entirety.
22932 (In other words, instead of hiding a single line and adding a line
22933 that announces that one line was hidden, the line is just shown.)
22935 If the sender of a message has carefully chosen the quotes that he or she
22936 includes, hiding those quotes may change the meaning of the message.
22937 For that reason, Alpine requires that when you want to set the value of this
22938 variable to something less than four lines, you actually have to set it
22939 to the negative of that number.
22940 So if you want to set this option to &quot;3&quot;, you actually have to
22941 set it to &quot;-3&quot;.
22942 The only purpose of this is to get you to think about whether or not you
22943 really want to do this!
22944 If you want to delete all quoted text you set the value of this option
22945 to the special value &quot;-10&quot;.
22947 The legal values for this option are
22949 <TABLE>   
22950 <TR>
22951   <TD> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
22952   <TD> Default, don't hide anything </TD>
22953 </TR>
22954 <TR>
22955   <TD> &nbsp;-1,-2,-3&nbsp;&nbsp; </TD>
22956   <TD> Suppress quote lines past 1, 2, or 3 lines </TD>
22957 </TR>
22958 <TR>
22959   <TD> &nbsp;4,5,6,...&nbsp; </TD>
22960   <TD> Suppress if more than that many lines </TD>
22961 </TR>
22962 <TR>
22963   <TD> &nbsp;&nbsp;&nbsp;-10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
22964   <TD> Suppress all quoted lines </TD>
22965 </TR>
22966 </TABLE>
22968 If you set this option to a non-default value you may sometimes wish to
22969 view the quoted text that is not shown.
22970 When this is the case, the
22971 <A HREF="h_common_hdrmode">HdrMode Command</A>
22972 may be used to show the hidden text.
22973 Typing the &quot;H&quot; command once will show the hidden text.
22974 Typing a second &quot;H&quot; will also turn on Full Header mode.
22975 The presence or absence of the HdrMode command is determined by the
22976 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
22977 Feature-List option in your Alpine configuration, so you will want to
22978 be sure that is turned on if you use quote suppression.
22980 For the purposes of this option, a quote is a line that begins with the
22981 character &quot;&gt;&quot;.
22983 Quotes are only suppressed when displaying a message on the screen.
22984 The entire quote will be left intact when printing or forwarding or something
22985 similar.
22987 &lt;End of help on this topic&gt;
22988 </BODY>
22989 </HTML>
22990 ====== h_config_saved_msg_name_rule =====
22991 <HTML>
22992 <HEAD>
22993 <TITLE>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></TITLE>
22994 </HEAD>
22995 <BODY>
22996 <H1>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></H1>
22998 This option determines the default folder name when saving
22999 a message.
23002 The default option is &quot;default-folder&quot;, which is the folder
23003 called &quot;saved-messages&quot; in Unix Alpine and
23004 &quot;savemail&quot; in PC-Alpine.  To change the default folder, modify
23005 the Alpine option called
23006 <A HREF="h_config_def_save_folder">&quot;<!--#echo var="VAR_default-saved-msg-folder"-->&quot;</A>.
23009 Choosing any of the &quot;by-&quot; options cause Alpine to attempt to
23010 get the chosen option's value for the message being saved (or for the
23011 first message being saved if using an aggregrate save).
23012 For example, if &quot;by-from&quot; is chosen, Alpine attempts to get the
23013 value of who the message came from (i.e. the from address).
23014 Alpine then attempts to save the message to a folder matching that value.
23015 If &quot;by-from&quot; is chosen and no value is obtained, Alpine uses
23016 &quot;by-sender&quot;.
23017 The opposite is also true.
23018 If &quot;by-recipient&quot; is chosen and the message was posted to a
23019 newsgroup, Alpine will use the newsgroup name.
23020 If &quot;by-replyto&quot; is chosen and no value is obtained, Alpine uses
23021 &quot;by-from&quot;.
23024 If any of the &quot;by-realname&quot; options are chosen, Alpine will attempt
23025 to use the personal name part of the address instead of the mailbox part.
23026 If any of the &quot;by-nick&quot; options are chosen, the
23027 address is looked up in your address book and if found, the
23028 nickname for that entry is used.
23029 Only simple address book entries are checked, not distribution lists.
23030 Similarly, if any of the
23031 &quot;by-fcc&quot; options are chosen, the fcc from the corresponding
23032 address book entry is used.
23033 If by-realname, or the by-nick or by-fcc lookups result in no value,
23034 then if the chosen option ends with the &quot;then-from&quot;,
23035 &quot;then-sender&quot;, &quot;then-replyto&quot;,
23036 or &quot;then-recip&quot; suffix, Alpine
23037 reverts to the same behavior as &quot;by-from&quot;,
23038 &quot;by-sender&quot;, &quot;by-replyto&quot;, or &quot;by-recip&quot;
23039 depending on which option was specified.
23040 If the chosen option doesn't end with one of
23041 the &quot;then-&quot; suffixes, then Alpine reverts to the default
23042 folder when no match is found in the address book.
23045 Choosing the option called &quot;last-folder-used&quot;, causes Alpine
23046 to save to the folder that you saved to the last time you saved a
23047 message.  The first time you save a message in an Alpine session, Alpine
23048 attempts to save the message to the default folder.
23051 Here is an example to make some of the options clearer.
23052 If the message is From
23054 <CENTER><SAMP>Fred Flintstone &lt;flint@bedrock.org&gt;</SAMP></CENTER>
23056 and this rule is set to &quot;by-from&quot;, then the default folder offered
23057 in the save dialog would be &quot;flint&quot;.
23059 If this rule is set to &quot;by-realname-of-from&quot; then the default would
23060 be &quot;Fred Flintstone&quot;.
23062 If this rule is set to &quot;by-nick-of-from&quot; then Alpine will search
23063 for the address &quot;flint@bedrock.org&quot; in your address book.
23064 If an entry is found and it has a nickname associated with it, that nickname
23065 will be offered as the default folder.
23066 If not, the default saved message folder will be offered as the default.
23068 If this rule is set to &quot;by-fcc-of-from&quot; then Alpine will search
23069 for the address &quot;flint@bedrock.org&quot; in your address book.
23070 If an entry is found and it has an Fcc associated with it, that Fcc
23071 will be offered as the default folder.
23072 If not, the default saved message folder will be offered as the default.
23074 If this rule is set to &quot;by-nick-of-from-then-from&quot; then Alpine will search
23075 for the address &quot;flint@bedrock.org&quot; in your address book.
23076 If an entry is found and it has a nickname associated with it, that nickname
23077 will be offered as the default folder.
23078 If it is not found (or has no nickname) then the default offered will be
23079 the same as it would be for the &quot;by-from&quot; rule.
23080 That is, it would be &quot;flint&quot;
23082 <UL>   
23083 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23084 </UL><P>
23085 &lt;End of help on this topic&gt;
23086 </BODY>
23087 </HTML>
23088 ====== h_config_fcc_rule =====
23089 <HTML>
23090 <HEAD>
23091 <TITLE>OPTION: <!--#echo var="VAR_fcc-name-rule"--></TITLE>
23092 </HEAD>
23093 <BODY>
23094 <H1>OPTION: <!--#echo var="VAR_fcc-name-rule"--></H1>
23096 This option determines the default name for folder carbon copy. Choose
23097 one:
23099 <DL>
23100 <DT>default-fcc</DT>
23101 <DD>This is the normal default, the value of which is set in the
23102 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable as specified earlier in this
23103 configuration.
23104 </DD>
23106 <DT>last-fcc-used</DT>
23107 <DD> Causes Alpine to use the folder that was last
23108 used in the fcc field
23109 </DD>
23111 <DT>by-nickname</DT>
23112 <DD>Means that Alpine will use the nickname
23113 from your address book that matches the first address in the To line.
23114 If there is no match, it will use the value of the
23115 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable.
23116 </DD>
23118 <DT>by-recipient</DT>
23119 <DD>Means Alpine will form a folder name
23120 based on the left hand side of the first address in the To line.
23121 </DD>
23123 <DT>by-nick-then-recip</DT>
23124 <DD>Means that it will use the
23125 matching nickname from your address book if there is one, otherwise it
23126 will extract the recipient name from the address and use that (like
23127 by-recipient).
23128 </DD>
23130 <DT>current-folder</DT>
23131 <DD>Causes a copy to be written to
23132 the currently open folder, unless that is the INBOX.  In the case
23133 where the current folder is the INBOX, the &quot;<!--#echo var="VAR_default-fcc"-->&quot; is
23134 used instead.
23135 </DD>
23136 </DL>
23139 Note: Whatever the fcc specified by the rule here, it will be
23140 over-ridden by any fcc entries you have in your address book.
23143 <UL>   
23144 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23145 </UL><P>
23146 &lt;End of help on this topic&gt;
23147 </BODY>
23148 </HTML>
23149 ====== h_config_sort_key =====
23150 <HTML>
23151 <HEAD>
23152 <TITLE>OPTION: <!--#echo var="VAR_sort-key"--></TITLE>
23153 </HEAD>
23154 <BODY>
23155 <H1>OPTION: <!--#echo var="VAR_sort-key"--></H1>
23157 This option determines the order in which messages will be displayed in
23158 the MESSAGE INDEX screen.  Choose from:
23160 <UL>
23161  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
23162  <LI> <A HREF="h_index_sort_date">Date</A>
23163  <LI> <A HREF="h_index_sort_subj">Subject</A>
23164  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
23165  <LI> <A HREF="h_index_sort_thread">Thread</A>
23166  <LI> <A HREF="h_index_sort_from">From</A>
23167  <LI> <A HREF="h_index_sort_size">Size</A>
23168  <LI> <A HREF="h_index_sort_score">Score</A>
23169  <LI> <A HREF="h_index_sort_to">To</A>
23170  <LI> <A HREF="h_index_sort_cc">Cc</A>
23171 </UL>
23174 Each type of sort may also be reversed.
23175 Normal default is by &quot;Arrival&quot;.
23178 A possible point of confusion arises when you change the configuration
23179 of the <!--#echo var="VAR_sort-key"-->.
23180 The folder will normally be re-sorted when you go back to viewing the
23181 index.
23182 However, if you have manually sorted the folder with the
23183 Sort
23184 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
23185 command, then it will not be re-sorted until the next time it is opened.
23188 <UL>   
23189 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23190 </UL><P>
23191 &lt;End of help on this topic&gt;
23192 </BODY>
23193 </HTML>
23194 ====== h_config_other_startup =====
23195 <HTML>
23196 <HEAD>
23197 <TITLE>OPTION: Set Startup Rule</TITLE>
23198 </HEAD>
23199 <BODY>
23200 <H1>OPTION: Set Startup Rule</H1>
23202 This option determines which message will be the <EM>current message</EM> when
23203 the folder is first opened.
23204 It works the same way that the option
23205 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
23206 works, so look there for help.
23207 It may be used for any folder, not just incoming folders.
23210 <UL>   
23211 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23212 </UL><P>
23213 &lt;End of help on this topic&gt;
23214 </BODY>
23215 </HTML>
23216 ====== h_config_perfolder_sort =====
23217 <HTML>
23218 <HEAD>
23219 <TITLE>Set Sort Order</TITLE>
23220 </HEAD>
23221 <BODY>
23222 <H1>Set Sort Order</H1>
23224 This option determines the order in which messages will be displayed in
23225 the MESSAGE INDEX screen when the Current Folder Type set in the
23226 Pattern is a match. Choose from:
23228 <UL>
23229  <LI> <A HREF="h_index_sort_default">Default</A>
23230  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
23231  <LI> <A HREF="h_index_sort_date">Date</A>
23232  <LI> <A HREF="h_index_sort_subj">Subject</A>
23233  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
23234  <LI> <A HREF="h_index_sort_thread">Thread</A>
23235  <LI> <A HREF="h_index_sort_from">From</A>
23236  <LI> <A HREF="h_index_sort_size">Size</A>
23237  <LI> <A HREF="h_index_sort_score">Score</A>
23238  <LI> <A HREF="h_index_sort_to">To</A>
23239  <LI> <A HREF="h_index_sort_cc">Cc</A>
23240 </UL>
23243 Each type of sort may also be reversed.
23244 Normal default is by &quot;Arrival&quot;.
23247 A possible point of confusion arises when you change the configuration
23248 of the Sort Order for the currently open folder.
23249 The folder will normally be re-sorted when you go back to viewing the
23250 index.
23251 However, if you have manually sorted the folder with the
23252 Sort
23253 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
23254 command, then it will not be re-sorted until the next time it is opened.
23257 <UL>   
23258 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23259 </UL><P>
23260 &lt;End of help on this topic&gt;
23261 </BODY>
23262 </HTML>
23263 ====== h_config_fld_sort_rule =====
23264 <HTML>
23265 <HEAD>
23266 <TITLE>OPTION: <!--#echo var="VAR_folder-sort-rule"--></TITLE>
23267 </HEAD>
23268 <BODY>
23269 <H1>OPTION: <!--#echo var="VAR_folder-sort-rule"--></H1>
23271 This option controls the order in which folder list entries will be
23272 presented in the FOLDER LIST screen.  Choose one of the following:
23274 <DL>
23275 <DT>Alphabetical</DT>
23276 <DD>sort by alphabetical name independent of type
23277 </DD>
23279 <DT>Alpha-with-dirs-last</DT>
23280 <DD>sort by alphabetical name grouping directory entries
23281 to the end of the list
23282 </DD>
23284 <DT>Alpha-with-dirs-first</DT>
23285 <DD>sort by alphabetical name grouping directory entries
23286 to the start of the list
23287 </DD>
23288 </DL>
23290 The normal default is &quot;Alphabetical&quot;.
23293 <UL>   
23294 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23295 </UL><P>
23296 &lt;End of help on this topic&gt;
23297 </BODY>
23298 </HTML>
23299 ====== h_config_ab_sort_rule =====
23300 <HTML>
23301 <HEAD>
23302 <TITLE>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></TITLE>
23303 </HEAD>
23304 <BODY>
23305 <H1>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></H1>
23307 This option controls the order in which address book entries will be
23308 presented.  Choose one of the following:
23310 <DL>
23311 <DT>fullname</DT>
23312 <DD>use fullname field, lists mixed in
23313 </DD>
23315 <DT>fullname-with-lists-last</DT>
23316 <DD>use fullname field, but put lists at end
23317 </DD>
23319 <DT>nickname</DT>
23320 <DD>use nickname field, lists mixed in
23321 </DD>
23323 <DT>nickname-with-lists-last</DT>
23324 <DD>use nickname field, but put lists at end
23325 </DD>
23327 <DT>dont-sort</DT>
23328 <DD>don't change order of file
23329 </DD>
23330 </DL>
23333 The normal default is &quot;fullname-with-lists-last&quot;.
23334 If you use an address book from more than one computer and those
23335 computers sort the address book differently then the sort order
23336 will be the order where the last change to the address book was
23337 made.
23338 There are two reasons the sorting might be different on different
23339 systems.
23340 First, the <!--#echo var="VAR_addrbook-sort-rule"--></a> may be set differently in the two
23341 places.
23342 Second, the collation rules on the two computers may be different.
23343 For example, one system might ignore special characters while the other
23344 doesn't or one may sort upper and lower case letters together while
23345 the other doesn't.
23346 In any case, the order you see is the order on the system where the
23347 last change was made, for example by an address book edit or a
23348 Take Address command.
23351 <UL>   
23352 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23353 </UL><P>
23354 &lt;End of help on this topic&gt;
23355 </BODY>
23356 </HTML>
23357 ====== h_config_post_char_set =====
23358 <HTML>
23359 <HEAD>
23360 <TITLE>OPTION: <!--#echo var="VAR_posting-character-set"--></TITLE>
23361 </HEAD>
23362 <BODY>
23363 <H1>OPTION: <!--#echo var="VAR_posting-character-set"--></H1>
23365 The <!--#echo var="VAR_posting-character-set"--> configuration option is used
23366 when sending messages.
23370 When sending a message the text typed in the composer is
23371 labeled with the character set specified by this option.
23372 If the composed text is not fully representable in the 
23373 specified <!--#echo var="VAR_posting-character-set"-->, then it is labeled as &quot;UTF-8.&quot
23374 instead;
23377 Attachments are labeled with your
23378 <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>.
23381 Generally, there should be little need to set this option.
23382 If left unset, the
23383 default behavior is to label composed text as specifically as
23384 possible.  That is, if the composed text has no non-ASCII characters,
23385 it is labeled as &quot;US-ASCII.&quot; Similarly, if it is composed of
23386 only ISO-8859-15 characters, it is labeled as such.  Alpine will
23387 attempt to automatically detect a number of character sets including ISO-8859-15,
23388 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
23389 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, and EUC-KR.
23390 If the message contains a mix of character sets,
23391 it is labeled as &quot;UTF-8.&quot;
23395 This setting is provided to allow you to force a particular character set that
23396 Alpine does not automatically detect. For example, if a message is representable
23397 in more than one character set then Alpine may choose a different default
23398 than you want.
23399 Lastly, by setting this option explicitly to
23400 &quot;UTF-8&quot; all non-ASCII messages you send will be labeled as
23401 &quot;UTF-8&quot; instead of something more specific.
23404 In the Setup/Config screen you may choose from a list of all the
23405 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23408 The options
23409 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
23410 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
23411 are closely related.
23412 Setting the feature
23413 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
23414 should cause this option to be ignored.
23417 <UL>   
23418 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23419 </UL><P>
23420 &lt;End of help on this topic&gt;
23421 </BODY>
23422 </HTML>
23423 ====== h_config_unk_char_set =====
23424 <HTML>
23425 <HEAD>
23426 <TITLE>OPTION: <!--#echo var="VAR_unknown-character-set"--></TITLE>
23427 </HEAD>
23428 <BODY>
23429 <H1>OPTION: <!--#echo var="VAR_unknown-character-set"--></H1>
23431 The <!--#echo var="VAR_unknown-character-set"--> configuration option is used
23432 when reading or replying to messages.
23436 A text message should either be made up of all US-ASCII characters
23437 or it should contain a charset label which tells the software which
23438 character set encoding to use to interpret the message.
23439 Sometimes a malformed message may be unlabeled but contain non-ascii text.
23440 This message is outside of the standards so any attempt to read it could fail.
23441 When Alpine attempts to read such a message it will try to interpret the
23442 text in the character set you specify here.
23443 For example, if you have correspondents who send you unlabeled messages that
23444 are usually made up of characters from the WINDOWS-1251 character set, setting
23445 this <!--#echo var="VAR_unknown-character-set"--> to <CODE>WINDOWS-1251</CODE> will
23446 allow you to read those messages.
23447 Of course, if the unlabeled message is actually in some other character set,
23448 then you may see garbage on your screen.
23450 Instead of just unlabeled text, this option also affects text which is labeled
23451 with the charsets &quot;X-Unknown&quot;, &quot;MISSING_PARAMETER_VALUE&quot;
23452 or &quot;US-ASCII&quot;.
23455 In the Setup/Config screen you may choose from a list of all the
23456 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23459 <UL>   
23460 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23461 </UL><P>
23462 &lt;End of help on this topic&gt;
23463 </BODY>
23464 </HTML>
23465 ====== h_config_char_set =====
23466 <HTML>
23467 <HEAD>
23468 <TITLE>OPTION: Display Character Set</TITLE>
23469 </HEAD>
23470 <BODY>
23471 <H1>OPTION: Display Character Set</H1>
23473 The Display Character Set configuration option is used when viewing messages.
23475 Alpine uses Unicode characters internally and 
23476 it is a goal for Alpine to handle email in many different languages.
23477 Alpine will properly display only left-to-right character sets
23478 in a fixed-width font. Specifically, Alpine assumes that a fixed-width
23479 font is in use, in the sense that
23480 characters are assumed to take up zero, one, or two character cell
23481 widths from left to right on the screen. This is true even in PC-Alpine.
23484 Alpine recognizes some local character sets that are right-to-left
23485 (Arabic, Hebrew, and Thai) or not representable in a fixed-width font
23486 (Arabic) and properly converts texts in these character sets to/from
23487 Unicode; however, there are known display bugs with these character
23488 sets.
23491 There are three possible configuration character settings and some
23492 environment variable settings that can affect how Alpine
23493 handles international characters.
23494 The first two of these are only available in UNIX Alpine.
23495 The three configuration options are
23496 Display Character Set,
23497 Keyboard Character Set, and
23498 <!--#echo var="VAR_posting-character-set"-->.
23499 The Keyboard Character Set defaults to being the same value
23500 as the Display Character Set, and that is usually correct, because
23501 the keyboard almost always produces characters in the same character set
23502 as the display displays.
23503 The Display Character Set is the character set that Alpine
23504 will attempt to use when sending characters to the display.
23507 By default, the Display Character Set variable is not set and UNIX Alpine
23508 will attempt to get this information from the environment.
23509 In particular, the <CODE>nl_langinfo(CODESET)</CODE> call is used.
23510 This usually depends on the setting of the environment variables LANG or LC_CTYPE.
23511 An explicit configuration setting for Display Character Set will,
23512 of course, override any default setting.
23514 For PC-Alpine the Display Character Set
23515 and the Keyboard Character Set
23516 are always equivalent to <CODE>UTF-8</CODE> and this is not settable.
23519 It is probably best to use UNIX Alpine in a terminal emulator
23520 capable of displaying UTF-8 characters, since that will allow you to
23521 view just about any received text that is correctly formatted (note,
23522 however, the above comments about known index display bugs with certain
23523 character sets). You'll need to have an emulator that uses a UTF-8 font
23524 and you'll need to set up your environment to use a UTF-8 charmap. For
23525 example, on a Linux system you might include
23527 <CENTER> <CODE>setenv LANG en_US.UTF-8</CODE> </CENTER>
23530 or something similar in your UNIX startup files.
23531 You'd also have to select a UTF-8 font in your terminal emulator.
23534 The types of values that the character set variables may be set to are
23535 <CODE>UTF-8</CODE>, <CODE>ISO-8859-1</CODE>, or <CODE>EUC-JP</CODE>.
23536 The <CODE>ISO-2022</CODE> character sets are not supported for input or
23537 for display, but as a special case, <CODE>ISO-2022-JP</CODE> is supported
23538 for use only as a <!--#echo var="VAR_posting-character-set"-->.
23539 In the Setup/Config screen you may choose from a list of all the
23540 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23541 Here is a list of many of the possible character sets:
23544 <TABLE>
23545 <TR> <TD>UTF-8</TD> <TD>Unicode</TD> </TR>
23546 <TR> <TD>US-ASCII</TD> <TD>7 bit American English characters</TD> </TR>
23547 <TR> <TD>ISO-8859-1</TD> <TD>8 bit European "Latin 1" character set</TD> </TR>
23548 <TR> <TD>ISO-8859-2</TD> <TD>8 bit European "Latin 2" character set</TD> </TR>
23549 <TR> <TD>ISO-8859-3</TD> <TD>8 bit European "Latin 3" character set</TD> </TR>
23550 <TR> <TD>ISO-8859-4</TD> <TD>8 bit European "Latin 4" character set</TD> </TR>
23551 <TR> <TD>ISO-8859-5</TD> <TD>8 bit Latin and Cyrillic</TD> </TR>
23552 <TR> <TD>ISO-8859-6</TD> <TD>8 bit Latin and Arabic</TD> </TR>
23553 <TR> <TD>ISO-8859-7</TD> <TD>8 bit Latin and Greek</TD> </TR>
23554 <TR> <TD>ISO-8859-8</TD> <TD>8 bit Latin and Hebrew</TD> </TR>
23555 <TR> <TD>ISO-8859-9</TD> <TD>8 bit European "Latin 5" character set</TD> </TR>
23556 <TR> <TD>ISO-8859-10</TD> <TD>8 bit European "Latin 6" character set</TD> </TR>
23557 <TR> <TD>ISO-8859-11</TD> <TD>Latin and Thai</TD> </TR>
23558 <TR> <TD>ISO-8859-12</TD> <TD>Reserved</TD> </TR>
23559 <TR> <TD>ISO-8859-13</TD> <TD>8 bit European "Latin 7" character set</TD> </TR>
23560 <TR> <TD>ISO-8859-14</TD> <TD>8 bit European "Latin 8" character set</TD> </TR>
23561 <TR> <TD>ISO-8859-15</TD> <TD>8 bit European "Latin 9" character set</TD> </TR>
23562 <TR> <TD>ISO-8859-16</TD> <TD>8 bit European "Latin 10" character set</TD> </TR>
23563 <TR> <TD>KOI8-R</TD> <TD>8 bit Latin and Russian</TD> </TR>
23564 <TR> <TD>KOI8-U</TD> <TD>8 bit Latin and Ukranian</TD> </TR>
23565 <TR> <TD>WINDOWS-1251</TD> <TD>8 bit Latin and Russian</TD> </TR>
23566 <TR> <TD>TIS-620</TD> <TD>8 bit Latin and Thai</TD> </TR>
23567 <TR> <TD>VISCII</TD> <TD>8 bit Latin and Vietnamese</TD> </TR>
23568 <TR> <TD>GBK</TD> <TD>Latin and Chinese Simplified</TD> </TR>
23569 <TR> <TD>GB2312</TD> <TD>Latin and Chinese Simplified</TD> </TR>
23570 <TR> <TD>CN-GB</TD> <TD>Latin and Chinese Simplified</TD> </TR>
23571 <TR> <TD>BIG5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
23572 <TR> <TD>BIG-5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
23573 <TR> <TD>EUC-JP</TD> <TD>Latin and Japanese</TD> </TR>
23574 <TR> <TD>SHIFT-JIS</TD> <TD>Latin and Japanese</TD> </TR>
23575 <TR> <TD>EUC-KR</TD> <TD>Latin and Korean</TD> </TR>
23576 <TR> <TD>KSC5601</TD> <TD>Latin and Korean</TD> </TR>
23577 </TABLE>
23580 When reading incoming email, Alpine understands many different
23581 character sets and is able to convert the incoming mail into Unicode.
23582 The Unicode will be converted to the Display Character Set
23583 for display on your terminal.
23584 Characters typed at the keyboard will be converted from the
23585 Keyboard Character Set to Unicode for Alpine's internal
23586 use.
23587 You may find that you can read some malformed messages that do not
23588 contain a character set label by setting the option
23589 <A HREF="h_config_unk_char_set">&quot;<!--#echo var="VAR_unknown-character-set"-->&quot;</A>.
23592 The <!--#echo var="VAR_posting-character-set"--> is used when sending messages.
23593 The default behavior obtained by leaving this variable unset is usually
23594 what is wanted. In that default case, Alpine will attempt
23595 to label the message with the most specific character set from the
23596 rather arbitrary set
23598 US-ASCII, ISO-8859-15,
23599 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
23600 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, EUC-KR, and UTF-8.
23603 For example, if the message is made up of only US-ASCII characters, it
23604 will be labeled US-ASCII. Otherwise, if it is all ISO-8859-15 characters,
23605 that will be the label. If that doesn't work the same is tried for the
23606 remaining members of the list.
23609 It might make sense to set <!--#echo var="VAR_posting-character-set"--> to an
23610 explicit value instead.
23611 For example, if you usually send messages in Greek, setting this
23612 option to ISO-8859-7 will result in messages being labeled as
23613 US-ASCII if there are no non-ascii characters, ISO-8859-7 if there
23614 are only Greek characters, or UTF-8 if there are some characters
23615 that aren't representable in ISO-8859-7.
23616 Another possibility is to set this option explicitly to UTF-8.
23617 In that case
23618 Alpine labels only ascii messages as US-ASCII and all other
23619 messages as UTF-8.
23622 The options
23623 <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
23624 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
23625 are closely related to this option.
23626 Setting the feature
23627 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
23628 should cause this option to be ignored.
23631 When displaying a message, Alpine compares this setting to the character
23632 set specified in the message.  If not all of the
23633 characters in the message can be displayed using the Display Character Set
23634 then Alpine places an editorial
23635 comment in the displayed text (enclosed in square-brackets) indicating
23636 that some characters may not be displayed correctly.
23637 This comment may be eliminated by turning on the option
23638 <A HREF="h_config_quell_charset_warning"><!--#echo var="FEAT_quell-charset-warning"--></A>.
23641 <UL>   
23642 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23643 </UL><P>
23644 &lt;End of help on this topic&gt;
23645 </BODY>
23646 </HTML>
23647 ====== h_config_key_char_set =====
23648 <HTML>
23649 <HEAD>
23650 <TITLE>OPTION: Keyboard Character Set</TITLE>
23651 </HEAD>
23652 <BODY>
23653 <H1>OPTION: Keyboard Character Set</H1>
23655 UNIX Alpine only.
23657 The Keyboard Character Set identifies the character set of the characters
23658 coming from your keyboard.
23659 It defaults to having the same value as your
23660 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>,
23661 which in turn defaults to a value obtained from your environment.
23662 It is unlikely that you will need to use this option, because the keyboard
23663 almost always produces the same kind of characters as the display displays.
23666 This character set is also used when accessing files in your local
23667 file system.
23668 The names of the files are assumed to be in the same character set as
23669 what the keyboard produces, as well as the contents of the files.
23672 In the Setup/Config screen you may choose from a list of all the
23673 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23676 The options
23677 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
23678 and <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
23679 are closely related.
23680 Setting the feature
23681 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
23682 should cause this option to be ignored.
23685 <UL>   
23686 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23687 </UL><P>
23688 &lt;End of help on this topic&gt;
23689 </BODY>
23690 </HTML>
23691 ====== h_config_editor =====
23692 <HTML>
23693 <HEAD>
23694 <TITLE>OPTION: <!--#echo var="VAR_editor"--></TITLE>
23695 </HEAD>
23696 <BODY>
23697 <H1>OPTION: <!--#echo var="VAR_editor"--></H1>
23699 <!--#echo var="VAR_editor"--> specifies the program invoked by ^_ in the Composer. This is
23700 normally an alternative to Alpine's internal composer (Pico).  You could use
23701 this setting to specify an alternate editor to use occasionally or if you
23702 have a favorite editor and want to use it all the time (see the 
23703 <A HREF="h_config_alt_ed_now">&quot;<!--#echo var="FEAT_enable-alternate-editor-implicitly"-->&quot;</A> setting).  <P>
23704 If you specify multiple editors for this option, ^_ will invoke the first one 
23705 of those specified that exists and is executable.  When specifying a program 
23706 for use here, make sure that the format of the text it saves -- which, when 
23707 you exit it, will become the message body in Alpine -- is appropriate 
23708 for the body of an email message; avoid proprietary formats that may result in 
23709 a message body that the recipient of your message will be unable to decipher.
23711 <!--chtml if pinemode="os_windows"-->
23712 <!--chtml else-->
23713 If you are in doubt about what editors are available on your system, or which 
23714 of them may be appropriate for specification here, ask your local computing 
23715 support staff.  
23716 <!--chtml endif-->
23718 Note that if <a href="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></a> is
23719 unset, outgoing text will be set as flowed.  In most cases this will be fine,
23720 but if the editor has a &quot;flowed text&quot; mode, it would be best to
23721 use that.
23723 <P><UL>
23724 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23725 </UL>
23727 &lt;End of help on this topic&gt;
23728 </BODY>
23729 </HTML>
23730 ====== h_config_speller =====
23731 <HTML>
23732 <HEAD>
23733 <TITLE>OPTION: <!--#echo var="VAR_speller"--></TITLE>
23734 </HEAD>
23735 <BODY>
23736 <H1>OPTION: <!--#echo var="VAR_speller"--></H1>
23738 UNIX Alpine only.
23740 For PC-Alpine, you must install the aspell library code that you
23741 may get from
23742 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
23744 This option affects the behavior of the ^T (spell check) command in the
23745 Composer.  It specifies the program invoked by ^T in the Composer.
23746 By default, Alpine uses
23748 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
23750 if it knows where to find &quot;aspell&quot;.
23751 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
23752 then the command used is
23754 <CENTER><SAMP>ispell -l</SAMP></CENTER>
23756 Otherwise, the ancient &quot;spell&quot; command is used.
23758 If you specify a value for this command (with full pathname) then that is what
23759 will be used instead of any of the defaults.
23760 When invoking this
23761 spell-checking program, Alpine appends a tempfile name (where the message is
23762 passed) to the command line. Alpine expects the speller to correct the
23763 spelling in that file. When you exit from that program Alpine will read the
23764 tempfile back into the composer.
23766 Don't set this speller option to the standard Unix spell command.
23767 That won't work because spell works in a different way.
23770 <UL>   
23771 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23772 </UL><P>
23773 &lt;End of help on this topic&gt;
23774 </BODY>
23775 </HTML>
23776 ====== h_config_aspell_dictionary =====
23777 <HTML>
23778 <HEAD>
23779 <TITLE>OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></TITLE>
23780 </HEAD>
23781 <BODY>
23782 <H1>OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></H1>
23784 PC Alpine only.
23786 This option specifies a list of dictionaries you will use with
23787 aspell. A sample entry is &quot;en_US&quot; for american english, or
23788 &quot;en_GB&quot; for brittish english.
23791 <UL>   
23792 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23793 </UL><P>
23794 &lt;End of help on this topic&gt;
23795 </BODY>
23796 </HTML>
23797 ====== h_config_display_filters =====
23798 <HTML>
23799 <HEAD>
23800 <TITLE>OPTION: <!--#echo var="VAR_display-filters"--></TITLE>
23801 </HEAD>
23802 <BODY>
23803 <H1>OPTION: <!--#echo var="VAR_display-filters"--></H1>
23805 This option defines a list of text-filtering commands (programs or
23806 scripts) that may be used to filter text portions of received messages
23807 prior to their use (e.g., presentation in the &quot;MESSAGE TEXT&quot;
23808 display screen, exporting to a text file).  
23809 For security reasons, the full path name of the
23810 filter command must be specified.
23813 The command is executed and the message is piped into its standard input. 
23814 The standard output of the command is read back by Alpine.  The
23815 &quot;_TMPFILE_&quot; token (see below) overrides this default behavior. 
23817 <P> 
23818 The filter's use is based on the configured &quot;trigger&quot; string.  The
23819 format of a filter definition is:
23821 <P>   
23822 <CENTER>&lt;trigger&gt; &lt;command&gt; &lt;arguments&gt;</CENTER>
23825 You can specify as many filters as you wish, separating them with a comma.  
23826 Each filter can have only one trigger and command.  Thus, two trigger 
23827 strings that invoke the same command require separate filter 
23828 specifications. 
23830 <P> 
23831 The &quot;trigger&quot; is simply text that, if found in the message,
23832 will invoke the associated command.  If the trigger contains any space
23833 characters, it must be placed within quotes.  Likewise, should you
23834 wish a filter to be invoked unconditionally, define the trigger as the
23835 null string, &quot;&quot; (two consecutive double-quote characters).  If the
23836 trigger string is found anywhere in the text of the message the filter
23837 is invoked.  Placing the trigger text within the tokens defined below
23838 changes where within the text the trigger must be before considering
23839 it a match.
23841 <P>  
23842 Trigger Modifying Tokens:
23843 <DL>
23844 <DT>_CHARSET(<VAR>string</VAR>)_</DT>
23845 <DD>This token tells Alpine to invoke the supplied command
23846 if the text is in a character set matching <VAR>string</VAR>
23847 (e.g., ISO-8859-2 or ISO-2022-JP).
23848 </DD>
23851 <DT>_LEADING(<VAR>string</VAR>)_</DT>
23852 <DD>This token tells Alpine to invoke the supplied command
23853 if the enclosed <VAR>string</VAR> is found to be the first
23854 non-whitespace text.
23855 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
23856 the space character.
23857 </DD>
23859 <DT>_BEGINNING(<VAR>string</VAR>)_</DT>
23860 <DD>This token tells Alpine to invoke the supplied command
23861 if the enclosed <VAR>string</VAR> is found at the beginning
23862 of any line in the text.
23863 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
23864 the space character.
23865 </DD>
23866 </DL>
23869 The &quot;command&quot; and &quot;arguments&quot; portion is simply
23870 the command line to be invoked if the trigger string is found.  Below
23871 are tokens that Alpine will recognize and replace with special values
23872 when the command is actually invoked.
23875 Command Modifying Tokens:
23877 <DL>
23878 <DT>_TMPFILE_</DT>
23879 <DD>When the command is executed, this token is 
23880 replaced with the path and name of the temporary 
23881 file containing the text to be filtered.  Alpine 
23882 expects the filter to replace this data with the 
23883 filter's result.
23886 NOTE: Use of this token implies that the text to 
23887 be filtered is not piped into standard input of the 
23888 executed command and its standard output is ignored. 
23889 Alpine restores the tty modes before invoking the
23890 filter in case the filter interacts with the user
23891 via its own standard input and output.  
23892 </DD>
23893                         
23894 <DT>_RESULTFILE_</DT>
23895 <DD>When the command is executed, this token is 
23896 replaced with the path and name of a temporary 
23897 file intended to contain a status message from the 
23898 filter.  Alpine displays this in the message status 
23899 field. 
23900 </DD>
23902 <DT>_DATAFILE_</DT>
23903 <DD>When the command is executed, this token is 
23904 replaced with the path and name of a temporary 
23905 file that Alpine creates once per session and deletes 
23906 upon exit.  The file is intended to be used by the 
23907 filter to store state information between instances 
23908 of the filter.
23909 </DD>
23910    
23911 <DT>_PREPENDKEY_</DT>
23912 <DD>When the command is executed, this token indicates that a random
23913 number will be passed down the input stream before the message text.
23914 This number could be used as a session key.  It is sent in this way to
23915 improve security.  The number is unique to the current Alpine session
23916 and is only generated once per session.
23917 </DD>
23919 <DT>_SILENT_</DT>
23920 <DD>When the filter is executed, this token tells Alpine not to repaint
23921 the screen while the command is being executed. This can be used with 
23922 filters that do not interact with the user, and therefore repainting 
23923 the screen is not necessary. 
23924 </DD>
23925 </DL>
23928 The feature
23929 <A HREF="h_config_disable_reset_disp"><!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></A> is related.
23931 Performance caveat/considerations:
23932 <BR>
23933 Testing for the trigger and invoking the filter doesn't come for free.
23934 There is overhead associated with searching for the trigger string, testing
23935 for the filter's existence and actually piping the text through the filter.
23936 The impact can be reduced if the Trigger Modifying Tokens above are 
23937 employed.
23939 &lt;End of help on this topic&gt;
23940 </BODY>
23941 </HTML>
23942 ====== h_config_sending_filter =====
23943 <HTML>
23944 <HEAD>
23945 <TITLE>OPTION: <!--#echo var="VAR_sending-filters"--></TITLE>
23946 </HEAD>
23947 <BODY>
23948 <H1>OPTION: <!--#echo var="VAR_sending-filters"--></H1>
23949       
23950 This option defines a list of text-filtering commands (programs and
23951 scripts) that may be selectively invoked to process a message just before
23952 it is sent.  If set, the Composer's ^X (Send) command will allow you to
23953 select which filter (or none) to apply to the message before it is sent. 
23954 For security reasons, the full path of the filter program must be
23955 specified.
23958 Command Modifying Tokens:
23960 <DL>
23961 <DT>_RECIPIENTS_</DT>
23962 <DD>When the command is executed, this token is replaced 
23963 with the space delimited list of recipients of the 
23964 message being sent. 
23965 </DD>
23966         
23967 <DT>_TMPFILE_</DT>
23968 <DD>
23969 When the command is executed, this token is 
23970 replaced with the path and name of the temporary 
23971 file containing the text to be filtered.  Alpine 
23972 expects the filter to replace this data with the 
23973 filter's result.
23976 NOTE: Use of this token implies that the text to 
23977 be filtered is not piped into standard input of the 
23978 executed command and its standard output is ignored. 
23979 Alpine restores the tty modes before invoking the
23980 filter in case the filter interacts with the user
23981 via its own standard input and output.  
23982 </DD>
23983                         
23984 <DT>_RESULTFILE_</DT>
23985 <DD>When the command is executed, this token is 
23986 replaced with the path and name of a temporary 
23987 file intended to contain a status message from the 
23988 filter.  Alpine displays this in the message status 
23989 field. 
23990 </DD>
23992 <DT>_DATAFILE_</DT>
23993 <DD>When the command is executed, this token is replaced 
23994 in the command line with the path and name of a 
23995 temporary file that Alpine creates once per session 
23996 and deletes upon exit.  The file is intended to be 
23997 used by the filter to store state information between 
23998 instances of the filter.
23999 </DD>
24000    
24001 <DT>_PREPENDKEY_</DT>
24002 <DD>When the command is executed, this token indicates 
24003 that a random number will be passed down the input 
24004 stream before the message text.  This number could 
24005 be used as a session key.  It is sent in this way 
24006 to improve security.  The number is unique to the 
24007 current Alpine session and is only generated once per 
24008 session. 
24009 </DD>
24011 <DT>_INCLUDEALLHDRS_</DT>
24012 <DD>When the command is executed, this token indicates 
24013 that the headers of the message will be passed down the input stream
24014 before the message text.
24015 </DD>
24017 <DT>_MIMETYPE_</DT>
24018 <DD>When the command is executed, this token is replaced in the
24019 command name with a temporary file name used to accept any new MIME
24020 Content-Type information necessitated by the output of the filter.
24021 Upon the filter's exit, if the file contains new MIME type
24022 information, Alpine verifies its format and replaces the outgoing
24023 message's MIME type information with that contained in the file. This
24024 is basically a cheap way of sending something other than Text/Plain.
24025 </DD>
24026 </DL>
24028 <P>   
24029 NOTE: Only the body text, which is visible in the Composer, is piped
24030 through this filter.  Attachments are not sent to the filter.
24031 <P>   
24032 Sending filters are not used if the feature
24033 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set.
24035 <UL>   
24036 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24037 </UL><P>
24038 &lt;End of help on this topic&gt;
24039 </BODY>
24040 </HTML>
24041 ====== h_config_keywords =====
24042 <HTML>
24043 <HEAD>
24044 <TITLE>OPTION: <!--#echo var="VAR_keywords"--></TITLE>
24045 </HEAD>
24046 <BODY>
24047 <H1>OPTION: <!--#echo var="VAR_keywords"--></H1>
24049 You may define your own set of keywords and optionally set them on a
24050 message by message basis.
24051 These are similar to the &quot;Important&quot; flag which the user
24052 may set using the Flag command.
24053 The difference is that the Important flag is always present for each folder.
24054 User-defined keywords are chosen by the user.
24055 You may set up the list of possible keywords here, or you may add keywords
24056 from the Flag Details screen that you
24057 can get to after typing the
24058 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
24059 command.
24060 After the keywords have been defined,
24061 then you use the <A HREF="h_common_flag">Flag command</A>
24062 to set or clear the keywords in each message.
24063 The behavior of the flag command may be modified by using the
24064 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
24065 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
24068 Keywords may be used when Selecting messages (Select Keyword).
24069 Keywords may also be used in the Patterns of Rules (Filters, Indexcolors, etc).
24070 Filter Rules may be used to set keywords automatically.
24071 Keywords may be displayed as part of the Subject of a message by using
24072 the SUBJKEY or SUBJKEYINIT tokens in the
24073 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
24074 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
24075 option may be used to modify the display of keywords using
24076 SUBJKEY and SUBJKEYINIT slightly.
24077 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
24078 screen by using the KEY or KEYINIT tokens.
24079 It is also possible to color keywords in the index using the
24080 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
24081 Keywords are not supported by all mail servers.
24084 You may give keywords nicknames if you wish.
24085 If the keyword definition you type in contains a SPACE character, then the
24086 actual value of the keyword is everything after the last SPACE and the
24087 nickname for that keyword is everything before the last SPACE.
24088 For example, suppose you are trying to interoperate with another email program
24089 that uses a particular keyword with an unpleasant name.
24090 Maybe it uses a keyword called
24092 <CENTER><SAMP>VendorName.SoftwareName.08</SAMP></CENTER>
24094 but for you that keyword means that the message is work-related.
24095 You could define a keyword to have the value
24097 <CENTER><SAMP>Work VendorName.SoftwareName.08</SAMP></CENTER>
24099 and then you would use the name &quot;Work&quot; when dealing with
24100 that keyword in Alpine.
24101 If you defined it as
24103 <CENTER><SAMP>My Work VendorName.SoftwareName.08</SAMP></CENTER>
24105 the nickname would be everything before the last SPACE, that is the nickname
24106 would be &quot;My Work&quot;.
24108 Some commonly used keywords begin with dollar signs.
24109 This presents a slight complication, because the dollar sign is normally used
24110 to signify
24111 <A HREF="h_news_config">environment variable expansion</A>
24112 in the Alpine configuration.
24113 In order to specify a keyword that begins with a dollar sign you must
24114 precede the dollar sign with a second dollar sign to escape its special
24115 meaning.
24116 For example, if you want to include the keyword
24118 <CENTER><SAMP>$Label1</SAMP></CENTER>
24120 as one of your possible keywords, you must enter the text
24122 <CENTER><SAMP>$$Label1</SAMP></CENTER>
24125 instead.
24127 There are a couple limitations.
24128 First, not all servers support keywords.
24129 Second, some servers (including the IMAP server included with Alpine)
24130 have a per folder limit on the number of keywords that may be defined.
24131 This count commonly includes every keyword you have ever used in the
24132 folder, even if it is no longer being used.
24133 In other words, you can add keywords but you cannot remove them easily.
24134 If you have changed keywords over the life of a folder and find that
24135 you have reached such a limit, one possible solution might be to copy
24136 all of the messages to a newly created folder (using Alpine) and then
24137 delete the original and rename the new folder.
24138 The reason this might work is that only the keywords currently set in
24139 any of the messages will be used in the new folder, hopefully putting you
24140 under the limit.
24143 <UL>   
24144 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24145 </UL><P>
24146 &lt;End of help on this topic&gt;
24147 </BODY>
24148 </HTML>
24149 ====== h_config_alt_addresses =====
24150 <HTML>
24151 <HEAD>
24152 <TITLE>OPTION: <!--#echo var="VAR_alt-addresses"--></TITLE>
24153 </HEAD>
24154 <BODY>
24155 <H1>OPTION: <!--#echo var="VAR_alt-addresses"--></H1>
24157 This option provides a place for you to list alternate email addresses
24158 you may have.
24159 Each address in the list should be the actual email address part of an
24160 address, without the full name field or the angle brackets.
24161 For example:
24164 <CENTER><SAMP>user@example.com</SAMP></CENTER>
24167 The matching is case-insensitive, so this would match any of
24168 <SAMP>User@example.com</SAMP>, <SAMP>user@Example.Com</SAMP>, or
24169 <SAMP>USER@EXAMPLE.COM</SAMP> as well.
24172 If set, the option affects the behavior of the Reply
24173 command and the &quot;+&quot; symbol in the MESSAGE INDEX, which denotes that
24174 a message has been addressed specifically to you.
24177 In the default INDEX display
24178 the personal name (or email address) of
24179 the person listed in the message's &quot;From:&quot; header
24180 field is usually displayed except when that address is yours or one of your
24181 alternate addresses.
24182 In that case you will usually see the name of
24183 the first person specified in the
24184 message's &quot;To:&quot; header field
24185 with the prefix &quot;To: &quot; prepended.
24188 With respect to Reply, the reply-to-all option will exclude addresses
24189 listed here.
24192 The feature
24193 <A HREF="h_config_copy_to_to_from"><!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></A>
24194 is somewhat related to this option.
24197 In addition to a list of actual addresses,
24198 you may use regular expressions (as used with egrep with the ignore case flag)
24199 to describe the addresses you want to match.
24200 Alpine will somewhat arbitrarily interpret your entry as a regular
24201 expression if it contains any of the characters
24202 *, |, +, ?, {, [, ^, $, or &#92;.
24203 Otherwise, it will be treated literally.
24204 The feature
24205 <a href="h_config_disable_regex"><!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
24206 may be used to turn off regular expression processing regardless of whether or not
24207 special characters appear in the entry.
24210 A description of how regular expressions work is beyond the
24211 scope of this help text, but some examples follow.
24214 The entry
24217 <CENTER><SAMP>.*@example.com</SAMP></CENTER>
24220 in the <!--#echo var="VAR_alt-addresses"--> list would mean that any
24221 address with a domain name of <SAMP>example.com</SAMP> (such as
24222 <SAMP>fred@example.com</SAMP> or <SAMP>wilma@example.com</SAMP>) will be considered
24223 one of your alternate addresses.
24224 Strictly speaking, the dot in <SAMP>example.com</SAMP> ought to be escaped with
24225 a backslash, as in <SAMP>example&#92;.com</SAMP>, and a dollar sign anchor ought
24226 to come at the end of the expression to prevent a match of <SAMP>example.com.org</SAMP>.
24227 Complicating things further, the dollar sign
24228 is special in the Alpine configuration (it signifies environment variable expansion)
24229 so the dollar sign should be doubled or backslash escaped for Alpine's sake.
24230 Quotes around the whole expression will not escape the dollar sign successfully.
24231 So this example should look like
24234 <CENTER><SAMP>.*@example&#92;.com$$</SAMP></CENTER>
24238 The entry
24241 <CENTER><SAMP>^fred[0-9]*@example.com$$</SAMP></CENTER>
24244 would match
24245 <SAMP>fred3@example.com</SAMP> or <SAMP>fred17@example.com</SAMP> as well
24246 as <SAMP>fred@example.com</SAMP>.
24249 You could match all addresses that look like
24250 <SAMP>fred+stuff@example.com</SAMP> for any value of <SAMP>stuff</SAMP> with the
24251 entry
24254 <CENTER><SAMP>^fred&#92;+.*@example.com$$</SAMP></CENTER>
24257 Notice that you have to escape the plus sign with a backslash because plus
24258 is a special character in regular expressions.
24259 If you wanted to match plain <SAMP>fred</SAMP> as well as <SAMP>fred+stuff</SAMP>
24260 the expression
24263 <CENTER><SAMP>^fred(()|&#92;+.*)@example.com$$</SAMP></CENTER>
24266 would do it, but it would be easier to just add fred@example.com as a
24267 separate entry.
24270 One more example, a match of all first-level subdomains, is given by
24273 <CENTER><SAMP>^fred@[[:alnum:]_-]*&#92;.example&#92;.com$$</SAMP></CENTER>
24277 Because the regular expression matching is based on an old library
24278 (<SAMP>hs_regex</SAMP>) the regular expressions might not work exactly as you expect,
24279 but they should be close.
24282 <UL>   
24283 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24284 </UL><P>
24285 &lt;End of help on this topic&gt;
24286 </BODY>
24287 </HTML>
24288 ====== h_config_abook_formats =====
24289 <HTML>
24290 <HEAD>
24291 <TITLE>OPTION: <!--#echo var="VAR_addressbook-formats"--></TITLE>
24292 </HEAD>
24293 <BODY>
24294 <H1>OPTION: <!--#echo var="VAR_addressbook-formats"--></H1>
24296 This option specifies the format that address books are displayed in.
24297 Normally, address books are displayed with the nicknames in the first
24298 column, the fullnames in the second column, and addresses in the third
24299 column.  The system figures out reasonable defaults for the widths of
24300 the columns.  An address book may be given a different format by
24301 listing special tokens in the order you want them to display.  The
24302 possible tokens are NICKNAME, FULLNAME, ADDRESS, FCC, and COMMENT.
24303 So, for example, to get the default behavior you could list
24306 <CENTER><!--#echo var="VAR_addressbook-formats"-->=NICKNAME FULLNAME ADDRESS</CENTER>
24309 (You can also use the token DEFAULT to get the default behavior for
24310 an address book format.)
24313 The tokens are separated by spaces.  &quot;<!--#echo var="VAR_addressbook-formats"-->&quot;
24314 is a list, so if you have more than one address book you may have a
24315 separate format for each by putting its format at the corresponding
24316 location in the &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.
24320 Listed first are the personal address books, then the global address
24321 books.  So, if you have two personal address books and one global
24322 address book, you may have up to three formats in the
24323 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.  If
24324 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; doesn't have as many elements as there
24325 are address books, the last element is used repeatedly.
24329 Each of the tokens may also be optionally followed by parentheses with
24330 either a number or a percentage inside the parentheses.  For example,
24331 <SAMP>FULLNAME(13)</SAMP> means to allocate 13 characters of space to
24332 the fullnames column, <SAMP>FULLNAME(20%)</SAMP> means to allocate 20%
24333 of the available space (the screen width minus the space for
24334 inter-column spaces) to the fullnames column, while plain
24335 <SAMP>FULLNAME</SAMP> means the system will attempt to figure out a
24336 reasonable number of columns.
24339 There are always 2 spaces between every column, so if you use
24340 fixed column widths (like 13) you should remember to take that into
24341 account.
24344 <UL>   
24345 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24346 </UL><P>
24347 &lt;End of help on this topic&gt;
24348 </BODY>
24349 </HTML>
24350 ====== h_config_set_index_format =====
24351 <HTML>
24352 <HEAD>
24353 <TITLE>Set Index Format</TITLE>
24354 </HEAD>
24355 <BODY>
24356 <H1>Set Index Format</H1>
24358 This option is used to customize the content of lines in the
24359 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.
24360 This action works exactly like the regular
24361 &quot;<!--#echo var="VAR_index-format"-->&quot; option in the Setup/Config screen,
24362 except that you can have a folder-specific value for it if you specify it here.
24363 Consult the help for
24364 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
24365 for more information.
24368 <UL>   
24369 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24370 </UL><P>
24371 &lt;End of help on this topic&gt;
24372 </BODY>
24373 </HTML>
24374 ====== h_config_index_format =====
24375 <HTML>
24376 <HEAD>
24377 <TITLE>OPTION: <!--#echo var="VAR_index-format"--></TITLE>
24378 </HEAD>
24379 <BODY>
24380 <H1>OPTION: <!--#echo var="VAR_index-format"--></H1>
24382 This option is used to customize the content of lines in the
24383 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.  Each line is intended 
24384 to convey some amount of immediately relevant information about each 
24385 message in the current folder.
24388 Alpine provides a pre-defined set of informational fields with
24389 reasonable column widths automatically computed.  You can, however,
24390 replace this default set by listing special tokens in the order you
24391 want them displayed.
24394 The list of available tokens is
24395 <A HREF="h_index_tokens">here</A>.
24398 Spaces are used to separate listed tokens.  Additionally, you can
24399 specify how much of the screen's width the token's associated data
24400 should occupy on the index line by appending to the token a pair of
24401 parentheses enclosing either a number or percentage.  For example,
24402 &quot;SUBJECT(13)&quot; means to allocate 13 characters of space to the subject
24403 column, and &quot;SUBJECT(20%)&quot; means to
24404 allocate 20% of the available space
24405 to the subjects column, while plain &quot;SUBJECT&quot; means the system will
24406 attempt to figure out a reasonable amount of space.
24409 There is always one space between every pair of columns, so if you use fixed
24410 column widths (like 13) you should remember to take that into account.
24411 Several of the fields are virtually fixed-width, so it doesn't make
24412 much sense to specify the width for them.  The fields STATUS,
24413 FULLSTATUS, IMAPSTATUS, MSGNO, the DATE fields, SIZE,
24414 and DESCRIPSIZE all fall into that category.
24415 You <EM>may</EM> specify widths for those if you wish, but
24416 you're probably better off letting the system pick those widths.  <P>
24419 The default is equivalent to:
24422 <CENTER><SAMP>STATUS MSGNO SMARTDATETIME24 FROMORTO(33%) SIZENARROW SUBJKEY(67%)</SAMP></CENTER>
24425 This means that the four fields without percentages will be allocated
24426 first, and then 33% and 67% of the <EM>remaining</EM> space will go to
24427 the from and subject fields.  If one of those two fields is specified
24428 as a percentage and the other is left for the system to choose, then
24429 the percentage is taken as an absolute percentage of the screen, not
24430 of the space remaining after allocating the first four columns.  It
24431 doesn't usually make sense to do it that way.  If you leave off all
24432 the widths, then the subject and from fields (if both are present) are
24433 allocated space in a 2 to 1 ratio, which is almost exactly the same as
24434 the default.
24437 What you are most likely to do with this configuration option is to
24438 specify which fields appear at all, which order they appear in, and the
24439 percentage of screen that is used for the from and subject fields if you
24440 don't like the 2 to 1 default.
24443 If you want to retain the default format that Pine 4.64 had, use
24446 <CENTER><SAMP><!--#echo var="VAR_index-format"-->=STATUS MSGNO DATE FROMORTO(33%) SIZE SUBJKEY(67%)</SAMP></CENTER>
24448 <EM>and</EM> set the feature
24449 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>.
24450 <UL>   
24451 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24452 </UL><P>
24453 &lt;End of help on this topic&gt;
24454 </BODY>
24455 </HTML>
24456 ====== h_config_reply_intro =====
24457 <HTML>
24458 <HEAD>
24459 <TITLE>OPTION: <!--#echo var="VAR_reply-leadin"--></TITLE>
24460 </HEAD>
24461 <BODY>
24462 <H1>OPTION: <!--#echo var="VAR_reply-leadin"--></H1>
24464 This option is used to customize the content of the introduction line
24465 that is included when replying to a message and including the original
24466 message in the reply.
24467 The normal default (what you will get if you delete this variable) looks
24468 something like:
24470 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
24472 where the day of the week is only included if it is available in the
24473 original message.
24474 You can replace this default with text of your own.
24475 The text may contain tokens that are replaced with text
24476 that depends on the message you are replying to.
24477 For example, the default is equivalent to:
24479 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
24482 Since this variable includes regular text mixed with special tokens
24483 the tokens have to be surrounded by underscore characters.
24484 For example, to use the token &quot;<SAMP>PREFDATE</SAMP>&quot;
24485 you would need to use &quot;<SAMP>_PREFDATE_</SAMP>&quot;,
24486 not &quot;<SAMP>PREFDATE</SAMP>&quot;.
24488 The list of available tokens is
24489 <A HREF="h_index_tokens">here</A>.
24492 By default, the text is all on a single line and is followed by a blank line.
24493 If your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; turns out to be longer
24494 than 80 characters when replying to a particular message, it is shortened.
24495 However, if you use the token
24497 <CENTER><SAMP>_NEWLINE_</SAMP></CENTER>
24500 anywhere in the value, no end of line or blank line is appended, and no
24501 shortening is done.
24502 The _NEWLINE_ token may be used to get rid of the blank line following
24503 the text, to add more blank lines, or to form a multi-line
24504 &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
24505 To clarify how _NEWLINE_ works recall that the default value is:
24507 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
24510 That is equivalent to
24512 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE__NEWLINE_</SAMP></CENTER>
24515 In the former case, two newlines are added automatically because
24516 no _NEWLINE_ token appears in the value of the option (for backwards
24517 compatibility). In the latter case, the newlines are explicit.
24518 If you want to remove the blank line that follows the
24519 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; text use a single
24520 _NEWLINE_ token like
24522 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE_</SAMP></CENTER>
24525 Because of the backwards compatibility problem, it is not possible to
24526 remove all of the ends of lines, because then there will be no _NEWLINE_ tokens
24527 and that will cause the automatic adding of two newlines!
24528 If you want, you may embed newlines in the middle of the text, as well,
24529 producing a multi-line &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
24532 By default, no attempt is made to localize the date.
24533 If you prefer a localized form you may find that one of the tokens
24534 _PREFDATE_ or _PREFDATETIME_ is a satisfactory substitute.
24535 If you want more control one of the many other date tokens, such as _DATEISO_,
24536 might be better.
24539 For the adventurous, there is a way to conditionally include text based
24540 on whether or not a token would result in specific replacement text.
24541 For example, you could include some text based on whether or not
24542 the _NEWS_ token would result in any newsgroups if it was used.
24543 It's explained in detail
24544 <A HREF="h_reply_token_conditionals">here</A>.
24547 In the very unlikely event that you want to include a literal token
24548 in the introduction line you must precede it with a backslash character.
24549 For example,
24551 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
24553 would produce something like
24555 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
24557 It is not possible to have a literal backslash followed by an expanded token.
24559 <UL>   
24560 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24561 </UL><P>
24562 &lt;End of help on this topic&gt;
24563 </BODY>
24564 </HTML>
24565 ====== h_config_remote_abook_history =====
24566 <HTML>
24567 <HEAD>
24568 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-history"--></TITLE>
24569 </HEAD>
24570 <BODY>
24571 <H1>OPTION: <!--#echo var="VAR_remote-abook-history"--></H1>
24573 Sets how many extra copies of
24574 remote address book
24575 data will be kept in each remote address book folder.
24576 The default is three.
24577 These extra copies are simply old versions of the data. Each time a change
24578 is made a new copy of the address book data is appended to the folder. Old
24579 copies are trimmed, if possible, when Alpine exits.
24580 An old copy can be put back into use by
24581 deleting and expunging newer versions of the data from the folder.
24582 Don't delete the first message from the folder. It is a special header
24583 message for the remote address book and it must be there.
24584 This is to prevent regular folders from being used as remote address book
24585 folders and having their data destroyed.
24587 This option is also used to determine how many extra copies of remote
24588 Alpine configuration files are kept.
24590 <UL>   
24591 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24592 </UL><P>
24593 &lt;End of help on this topic&gt;
24594 </BODY>
24595 </HTML>
24596 ====== h_config_remote_abook_validity =====
24597 <HTML>
24598 <HEAD>
24599 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-validity"--></TITLE>
24600 </HEAD>
24601 <BODY>
24602 <H1>OPTION: <!--#echo var="VAR_remote-abook-validity"--></H1>
24604 Sets the minimum number of minutes that a
24605 remote address book will be considered up to date.
24606 Whenever an entry contained in a remote address book is used,
24607 if more than this many minutes have
24608 passed since the last check the remote server will be queried to see if the
24609 address book has changed.
24610 If it has changed, the local copy is updated.
24611 The default value is five minutes.
24612 The special value of -1 means never check.
24613 The special value of zero means only check when the address book is first
24614 opened.
24616 No matter what the value, the validity check is always done when the
24617 address book is about to be changed by the user.
24618 The check can be initiated manually by typing <EM>^L</EM> (Ctrl-L)
24619 while in the address book maintenance screen for the remote address book.
24621 <UL>   
24622 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24623 </UL><P>
24624 &lt;End of help on this topic&gt;
24625 </BODY>
24626 </HTML>
24627 ====== h_config_user_input_timeo =====
24628 <HTML>
24629 <HEAD>
24630 <TITLE>OPTION: <!--#echo var="VAR_user-input-timeout"--></TITLE>
24631 </HEAD>
24632 <BODY>
24633 <H1>OPTION: <!--#echo var="VAR_user-input-timeout"--></H1>
24635 If this is set to an integer greater than zero, then this is the number
24636 of <EM>hours</EM> to wait for user input before Alpine times out.
24637 If Alpine is
24638 in the midst of composing a message or is waiting for user response to
24639 a question, then it will not timeout.
24640 However, if Alpine is sitting idle waiting for
24641 the user to tell it what to do next and the user does not give any
24642 input for this many hours, Alpine will exit.
24643 No expunging or moving of read
24644 messages will take place.
24645 It will exit similarly to the way it would exit
24646 if it received a hangup signal.
24647 This may be useful for cleaning up unused Alpine sessions that have been
24648 forgotten by their owners.
24649 The Alpine developers envision system administrators
24650 setting this to a value of several hours (24?) so that it won't surprise
24651 a user who didn't want to be disconnected.
24653 <UL>   
24654 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24655 </UL><P>
24656 &lt;End of help on this topic&gt;
24657 </BODY>
24658 </HTML>
24659 ====== h_config_ssh_open_timeo =====
24660 <HTML>
24661 <HEAD>
24662 <TITLE>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></TITLE>
24663 </HEAD>
24664 <BODY>
24665 <H1>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></H1>
24667 Sets the time in seconds that Alpine will
24668 attempt to open a UNIX secure shell connection.
24669 The default is 15, the minimum non-zero value is 5,
24670 and the maximum is unlimited. If this is set to zero ssh connections
24671 will be completely disabled.
24673 <UL>   
24674 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24675 </UL><P>
24676 &lt;End of help on this topic&gt;
24677 </BODY>
24678 </HTML>
24679 ====== h_config_rsh_open_timeo =====
24680 <HTML>
24681 <HEAD>
24682 <TITLE>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></TITLE>
24683 </HEAD>
24684 <BODY>
24685 <H1>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></H1>
24687 Sets the time in seconds that Alpine will
24688 attempt to open a UNIX remote shell connection.
24689 The default is 15, the minimum non-zero value is 5,
24690 and the maximum is unlimited. If this is set to zero rsh connections
24691 will be completely disabled.
24692 This might be useful if rsh connections will never work in your environment
24693 but are causing delays due to firewalls or some other reason.
24695 <UL>   
24696 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24697 </UL><P>
24698 &lt;End of help on this topic&gt;
24699 </BODY>
24700 </HTML>
24701 ====== h_config_tcp_open_timeo =====
24702 <HTML>
24703 <HEAD>
24704 <TITLE>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></TITLE>
24705 </HEAD>
24706 <BODY>
24707 <H1>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></H1>
24709 Sets the time in seconds that Alpine will
24710 attempt to open a network connection. The default is 30, the minimum is 5,
24711 and the maximum is system defined (typically 75). If a connection has not
24712 completed within this many seconds Alpine will give up and consider it a
24713 failed connection.
24715 <UL>   
24716 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24717 </UL><P>
24718 &lt;End of help on this topic&gt;
24719 </BODY>
24720 </HTML>
24721 ====== h_config_tcp_readwarn_timeo =====
24722 <HTML>
24723 <HEAD>
24724 <TITLE>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></TITLE>
24725 </HEAD>
24726 <BODY>
24727 <H1>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></H1>
24729 Sets the time in seconds that Alpine will
24730 wait for a network read before warning you that things are moving slowly
24731 and possibly giving you the option to break the connection.
24732 The default is 15 seconds. The minimum is 5 seconds and the maximumn is
24733 1000 seconds.
24735 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
24737 <UL>   
24738 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24739 </UL><P>
24740 &lt;End of help on this topic&gt;
24741 </BODY>
24742 </HTML>
24743 ====== h_config_tcp_writewarn_timeo =====
24744 <HTML>
24745 <HEAD>
24746 <TITLE>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></TITLE>
24747 </HEAD>
24748 <BODY>
24749 <H1>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></H1>
24751 Sets the time in seconds that Alpine will
24752 wait for a network write before warning you that things are moving slowly
24753 and possibly giving you the option to break the connection.
24754 The default is 0 which means it is unset. If set to a non-zero value, the
24755 minimum is 5 and the maximum is 1000.
24757 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
24759 <UL>   
24760 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24761 </UL><P>
24762 &lt;End of help on this topic&gt;
24763 </BODY>
24764 </HTML>
24765 ====== h_config_tcp_query_timeo =====
24766 <HTML>
24767 <HEAD>
24768 <TITLE>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></TITLE>
24769 </HEAD>
24770 <BODY>
24771 <H1>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></H1>
24773 When Alpine times out a network read or write it will normally just display
24774 a message saying &quot;Still waiting&quot;.
24775 However, if enough time has elapsed since it started waiting it will offer
24776 to let you break the connection.
24777 That amount of time is set by this option, which defaults to 60 seconds,
24778 has a minimum of 5 seconds, and a maximum of 1000 seconds.
24780 <UL>   
24781 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24782 </UL><P>
24783 &lt;End of help on this topic&gt;
24784 </BODY>
24785 </HTML>
24786 ====== h_config_incoming_folders =====
24787 <HTML>
24788 <HEAD>
24789 <TITLE>OPTION: <!--#echo var="VAR_incoming-folders"--></TITLE>
24790 </HEAD>
24791 <BODY>
24792 <H1>OPTION: <!--#echo var="VAR_incoming-folders"--></H1>
24794 This is a list of one or more folders other than <EM>INBOX</EM> that
24795 may receive new messages.
24796 It is related to the
24797 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
24798 feature.
24799 This variable is normally manipulated with the Add, Delete, and Rename
24800 commands in the FOLDER LIST for the Incoming Message Folders collection.
24802 <UL>   
24803 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24804 </UL><P>
24805 &lt;End of help on this topic&gt;
24806 </BODY>
24807 </HTML>
24808 ====== h_config_folder_spec =====
24809 <HTML>
24810 <HEAD>
24811 <TITLE>OPTION: <!--#echo var="VAR_folder-collections"--></TITLE>
24812 </HEAD>
24813 <BODY>
24814 <H1>OPTION: <!--#echo var="VAR_folder-collections"--></H1>
24816 This is a list of one or more collections where saved mail is stored. 
24817 The first collection in this list is the default
24818 collection for <EM>Save</EM>s,
24819 including <A HREF="h_config_default_fcc"><!--#echo var="VAR_default-fcc"--></A>.
24821 This variable is normally manipulated using the Setup/collectionList screen.
24823 <UL>   
24824 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24825 </UL><P>
24826 &lt;End of help on this topic&gt;
24827 </BODY>
24828 </HTML>
24829 ====== h_config_news_spec =====
24830 <HTML>
24831 <HEAD>
24832 <TITLE>OPTION: <!--#echo var="VAR_news-collections"--></TITLE>
24833 </HEAD>
24834 <BODY>
24835 <H1>OPTION: <!--#echo var="VAR_news-collections"--></H1>
24837 This is a list of collections where news folders are located.
24839 This variable is normally manipulated using the Setup/collectionList screen.
24841 <UL>   
24842 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24843 </UL><P>
24844 &lt;End of help on this topic&gt;
24845 </BODY>
24846 </HTML>
24847 ====== h_config_address_book =====
24848 <HTML>
24849 <HEAD>
24850 <TITLE>OPTION: <!--#echo var="VAR_address-book"--></TITLE>
24851 </HEAD>
24852 <BODY>
24853 <H1>OPTION: <!--#echo var="VAR_address-book"--></H1>
24855 A list of personal address books.
24856 Each entry in the list is an
24857 optional nickname followed by a pathname or file name relative to the home
24858 directory.
24859 The nickname is separated from the rest of the line with whitespace.
24860 Instead of a local pathname or file name, a remote folder name can be given.
24861 This causes the address book to
24862 be a Remote address book.
24864 Use the Setup/AddressBook screen to modify this variable.
24866 <UL>   
24867 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24868 </UL><P>
24869 &lt;End of help on this topic&gt;
24870 </BODY>
24871 </HTML>
24872 ====== h_config_glob_addrbook =====
24873 <HTML>
24874 <HEAD>
24875 <TITLE>OPTION: <!--#echo var="VAR_global-address-book"--></TITLE>
24876 </HEAD>
24877 <BODY>
24878 <H1>OPTION: <!--#echo var="VAR_global-address-book"--></H1>
24880 A list of shared address books.  Each entry in the list is an
24881 optional nickname followed by a pathname or file name relative to the home
24882 directory.
24883 A SPACE character separates the nickname from the rest of the line.
24884 Instead of a local pathname or file name, a remote folder name can be given.
24885 This causes the address book to
24886 be a Remote address book.
24887 Global address books are
24888 defined to be ReadOnly.
24890 Use the Setup/AddressBook screen to modify this variable.
24892 <UL>   
24893 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24894 </UL><P>
24895 &lt;End of help on this topic&gt;
24896 </BODY>
24897 </HTML>
24898 ====== h_config_last_vers =====
24899 <HTML>
24900 <HEAD>
24901 <TITLE>OPTION: <!--#echo var="VAR_last-version-used"--></TITLE>
24902 </HEAD>
24903 <BODY>
24904 <H1>OPTION: <!--#echo var="VAR_last-version-used"--></H1>
24906 This is set automatically by Alpine. 
24907 It is used to keep track of the last version of Alpine that
24908 was run by the user.
24909 Whenever the version number increases, a new version message is printed out.
24910 This may not be set in the system-wide configuration files.
24912 <UL>   
24913 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24914 </UL><P>
24915 &lt;End of help on this topic&gt;
24916 </BODY>
24917 </HTML>
24918 ====== h_config_printer =====
24919 <HTML>
24920 <HEAD>
24921 <TITLE>OPTION: Printer</TITLE>
24922 </HEAD>
24923 <BODY>
24924 <H1>OPTION: Printer</H1>
24926 Your default printer selection.
24928 Use the Setup/Printer screen to modify this variable.
24930 <UL>   
24931 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24932 </UL><P>
24933 &lt;End of help on this topic&gt;
24934 </BODY>
24935 </HTML>
24936 ====== h_config_print_cat =====
24937 <HTML>
24938 <HEAD>
24939 <TITLE>OPTION: <!--#echo var="VAR_personal-print-category"--></TITLE>
24940 </HEAD>
24941 <BODY>
24942 <H1>OPTION: <!--#echo var="VAR_personal-print-category"--></H1>
24944 This is an internal Alpine variable.
24945 It will be equal to 1, 2, or 3 depending on whether the default printer is
24946 attached, standard, or a personal print command.
24948 Use the Setup/Printer screen to modify this variable.
24950 <UL>   
24951 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24952 </UL><P>
24953 &lt;End of help on this topic&gt;
24954 </BODY>
24955 </HTML>
24956 ====== h_config_print_command =====
24957 <HTML>
24958 <HEAD>
24959 <TITLE>OPTION: <!--#echo var="VAR_personal-print-command"--></TITLE>
24960 </HEAD>
24961 <BODY>
24962 <H1>OPTION: <!--#echo var="VAR_personal-print-command"--></H1>
24964 List of personal print commands.
24966 Use the Setup/Printer screen to modify this variable.
24968 <UL>   
24969 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24970 </UL><P>
24971 &lt;End of help on this topic&gt;
24972 </BODY>
24973 </HTML>
24974 ====== h_config_pat_old =====
24975 <HTML>
24976 <HEAD>
24977 <TITLE>OPTION: Patterns</TITLE>
24978 </HEAD>
24979 <BODY>
24980 <H1>OPTION: Patterns</H1>
24982 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by the
24983 options Patterns-Roles, Patterns-Filters, Patterns-Scores, Patterns-Indexcolors,
24984 and Patterns-Other.
24985 Patterns-Scores and Patterns-Filters have been replaced since then by
24986 Patterns-Scores2 and Patterns-Filters2.
24988 Use the Setup/Rules screens to modify these variable.
24990 <UL>   
24991 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24992 </UL><P>
24993 &lt;End of help on this topic&gt;
24994 </BODY>
24995 </HTML>
24996 ====== h_config_pat_roles =====
24997 <HTML>
24998 <HEAD>
24999 <TITLE>OPTION: <!--#echo var="VAR_patterns-roles"--></TITLE>
25000 </HEAD>
25001 <BODY>
25002 <H1>OPTION: <!--#echo var="VAR_patterns-roles"--></H1>
25004 List of rules used for roles.
25005 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by this and
25006 other options.
25008 Use the Setup/Rules/Roles screen to modify this variable.
25010 <UL>   
25011 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25012 </UL><P>
25013 &lt;End of help on this topic&gt;
25014 </BODY>
25015 </HTML>
25016 ====== h_config_pat_filts =====
25017 <HTML>
25018 <HEAD>
25019 <TITLE>OPTION: <!--#echo var="VAR_patterns-filters2"--></TITLE>
25020 </HEAD>
25021 <BODY>
25022 <H1>OPTION: <!--#echo var="VAR_patterns-filters2"--></H1>
25024 List of rules used for filters.
25026 Use the Setup/Rules/Filters screen to modify this variable.
25028 <UL>   
25029 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25030 </UL><P>
25031 &lt;End of help on this topic&gt;
25032 </BODY>
25033 </HTML>
25034 ====== h_config_pat_scores =====
25035 <HTML>
25036 <HEAD>
25037 <TITLE>OPTION: <!--#echo var="VAR_patterns-scores2"--></TITLE>
25038 </HEAD>
25039 <BODY>
25040 <H1>OPTION: <!--#echo var="VAR_patterns-scores2"--></H1>
25042 List of rules used for scoring.
25044 Use the Setup/Rules/SetScores screen to modify this variable.
25046 <UL>   
25047 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25048 </UL><P>
25049 &lt;End of help on this topic&gt;
25050 </BODY>
25051 </HTML>
25052 ====== h_config_pat_other =====
25053 <HTML>
25054 <HEAD>
25055 <TITLE>OPTION: <!--#echo var="VAR_patterns-other"--></TITLE>
25056 </HEAD>
25057 <BODY>
25058 <H1>OPTION: <!--#echo var="VAR_patterns-other"--></H1>
25060 List of rules used for miscellaneous configuration.
25062 Use the Setup/Rules/Other screen to modify this variable.
25064 <UL>   
25065 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25066 </UL><P>
25067 &lt;End of help on this topic&gt;
25068 </BODY>
25069 </HTML>
25070 ====== h_config_pat_incols =====
25071 <HTML>
25072 <HEAD>
25073 <TITLE>OPTION: patterns-indexcolors</TITLE>
25074 </HEAD>
25075 <BODY>
25076 <H1>OPTION: patterns-indexcolors</H1>
25078 List of rules used for coloring lines in the index.
25080 Use the Setup/Rules/Indexcolor screen to modify this variable.
25082 <UL>   
25083 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25084 </UL><P>
25085 &lt;End of help on this topic&gt;
25086 </BODY>
25087 </HTML>
25088 ====== h_config_pat_srch =====
25089 <HTML>
25090 <HEAD>
25091 <TITLE>OPTION: patterns-search</TITLE>
25092 </HEAD>
25093 <BODY>
25094 <H1>OPTION: patterns-search</H1>
25096 List of rules used only for searching with the Select command in the MESSAGE INDEX.
25098 Use the Setup/Rules/searCh screen to modify this variable.
25100 <UL>   
25101 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25102 </UL><P>
25103 &lt;End of help on this topic&gt;
25104 </BODY>
25105 </HTML>
25106 ====== h_config_font_name =====
25107 <HTML>
25108 <HEAD>
25109 <TITLE>OPTION: Font Name</TITLE>
25110 </HEAD>
25111 <BODY>
25112 <H1>OPTION: Font Name</H1>
25114 PC-Alpine only.
25116 Name of normal font.
25118 Use the pulldown Config menu to modify this variable.
25120 <UL>   
25121 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25122 </UL><P>
25123 &lt;End of help on this topic&gt;
25124 </BODY>
25125 </HTML>
25126 ====== h_config_font_size =====
25127 <HTML>
25128 <HEAD>
25129 <TITLE>OPTION: Font Size</TITLE>
25130 </HEAD>
25131 <BODY>
25132 <H1>OPTION: Font Size</H1>
25134 PC-Alpine only.
25136 Size of normal font.
25138 Use the pulldown Config menu to modify this variable.
25140 <UL>   
25141 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25142 </UL><P>
25143 &lt;End of help on this topic&gt;
25144 </BODY>
25145 </HTML>
25146 ====== h_config_font_style =====
25147 <HTML>
25148 <HEAD>
25149 <TITLE>OPTION: Font Style</TITLE>
25150 </HEAD>
25151 <BODY>
25152 <H1>OPTION: Font Style</H1>
25154 PC-Alpine only.
25156 Style of normal font.
25158 Use the pulldown Config menu to modify this variable.
25160 <UL>   
25161 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25162 </UL><P>
25163 &lt;End of help on this topic&gt;
25164 </BODY>
25165 </HTML>
25166 ====== h_config_font_char_set =====
25167 <HTML>
25168 <HEAD>
25169 <TITLE>OPTION: Font Character Set</TITLE>
25170 </HEAD>
25171 <BODY>
25172 <H1>OPTION: Font Character Set</H1>
25174 PC-Alpine only.
25176 Character set of normal font.
25178 Use the pulldown Config menu to modify this variable.
25180 <UL>   
25181 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25182 </UL><P>
25183 &lt;End of help on this topic&gt;
25184 </BODY>
25185 </HTML>
25186 ====== h_config_print_font_name =====
25187 <HTML>
25188 <HEAD>
25189 <TITLE>OPTION: Print-Font-Name</TITLE>
25190 </HEAD>
25191 <BODY>
25192 <H1>OPTION: Print-Font-Name</H1>
25194 PC-Alpine only.
25196 Name of printer font.
25198 Use the pulldown Config menu to modify this variable.
25200 <UL>   
25201 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25202 </UL><P>
25203 &lt;End of help on this topic&gt;
25204 </BODY>
25205 </HTML>
25206 ====== h_config_print_font_size =====
25207 <HTML>
25208 <HEAD>
25209 <TITLE>OPTION: Print-Font-Size</TITLE>
25210 </HEAD>
25211 <BODY>
25212 <H1>OPTION: Print-Font-Size</H1>
25214 PC-Alpine only.
25216 Size of printer font.
25218 Use the pulldown Config menu to modify this variable.
25220 <UL>   
25221 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25222 </UL><P>
25223 &lt;End of help on this topic&gt;
25224 </BODY>
25225 </HTML>
25226 ====== h_config_print_font_style =====
25227 <HTML>
25228 <HEAD>
25229 <TITLE>OPTION: Print-Font-Style</TITLE>
25230 </HEAD>
25231 <BODY>
25232 <H1>OPTION: Print-Font-Style</H1>
25234 PC-Alpine only.
25236 Style of printer font.
25238 Use the pulldown Config menu to modify this variable.
25240 <UL>   
25241 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25242 </UL><P>
25243 &lt;End of help on this topic&gt;
25244 </BODY>
25245 </HTML>
25246 ====== h_config_print_font_char_set =====
25247 <HTML>
25248 <HEAD>
25249 <TITLE>OPTION: Print-Font-Char-Set</TITLE>
25250 </HEAD>
25251 <BODY>
25252 <H1>OPTION: Print-Font-Char-Set</H1>
25254 PC-Alpine only.
25256 Character set of printer font.
25258 Use the pulldown Config menu to modify this variable.
25260 <UL>   
25261 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25262 </UL><P>
25263 &lt;End of help on this topic&gt;
25264 </BODY>
25265 </HTML>
25266 ====== h_config_window_position =====
25267 <HTML>
25268 <HEAD>
25269 <TITLE>OPTION: Window-Position</TITLE>
25270 </HEAD>
25271 <BODY>
25272 <H1>OPTION: Window-Position</H1>
25274 PC-Alpine only.
25276 Position on the screen of the Alpine window.
25278 Alpine normally maintains this variable itself, and it is set automatically. 
25279 This variable is provided to those who wish to use the same window position 
25280 across different machines from the same configuration.
25281 <A HREF="h_config_winpos_in_config"><!--#echo var="FEAT_store-window-position-in-config"--></A> 
25282 must also be set for this setting to be used.
25284 The format for this variable is of the form: <CODE>CxR+X+Y</CODE>, where
25285 C is the number of columns, R is the number of rows, and X and Y specify the
25286 top left corner of the window.
25288 <UL>   
25289 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25290 </UL><P>
25291 &lt;End of help on this topic&gt;
25292 </BODY>
25293 </HTML>
25294 ====== h_config_cursor_style =====
25295 <HTML>
25296 <HEAD>
25297 <TITLE>OPTION: Cursor Style</TITLE>
25298 </HEAD>
25299 <BODY>
25300 <H1>OPTION: Cursor Style</H1>
25302 PC-Alpine only.
25304 Cursor style.
25306 Use the pulldown Config menu to modify this variable.
25308 <UL>   
25309 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25310 </UL><P>
25311 &lt;End of help on this topic&gt;
25312 </BODY>
25313 </HTML>
25314 ====== h_config_ldap_servers =====
25315 <HTML>
25316 <HEAD>
25317 <TITLE>OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
25318 </HEAD>
25319 <BODY>
25320 <H1>OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
25322 List of LDAP servers and associated data.
25324 Use the Setup/Directory screen to modify this variable.
25326 <UL>   
25327 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25328 </UL><P>
25329 &lt;End of help on this topic&gt;
25330 </BODY>
25331 </HTML>
25332 ====== h_config_sendmail_path =====
25333 <HTML>
25334 <HEAD>
25335 <TITLE>OPTION: <!--#echo var="VAR_sendmail-path"--></TITLE>
25336 </HEAD>
25337 <BODY>
25338 <H1>OPTION: <!--#echo var="VAR_sendmail-path"--></H1>
25340 This names the path to an
25341 alternative program, and any necessary arguments, to be used in posting
25342 mail messages. See the Technical notes for more information.
25344 <UL>   
25345 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25346 </UL><P>
25347 &lt;End of help on this topic&gt;
25348 </BODY>
25349 </HTML>
25350 ====== h_config_oper_dir =====
25351 <HTML>
25352 <HEAD>
25353 <TITLE>OPTION: <!--#echo var="VAR_operating-dir"--></TITLE>
25354 </HEAD>
25355 <BODY>
25356 <H1>OPTION: <!--#echo var="VAR_operating-dir"--></H1>
25358 This names the root of the
25359 tree to which you are restricted when reading and writing folders and
25360 files. It is usually used in the system-wide,
25361 <EM>fixed</EM> configuration file.
25363 <UL>   
25364 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25365 </UL><P>
25366 &lt;End of help on this topic&gt;
25367 </BODY>
25368 </HTML>
25369 ====== h_config_rshpath =====
25370 <HTML>
25371 <HEAD>
25372 <TITLE>OPTION: <!--#echo var="VAR_rsh-path"--></TITLE>
25373 </HEAD>
25374 <BODY>
25375 <H1>OPTION: <!--#echo var="VAR_rsh-path"--></H1>
25377 Sets the name of the command used to open a UNIX remote shell
25378 connection. The default is typically <CODE>/usr/ucb/rsh</CODE>.
25380 <UL>   
25381 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25382 </UL><P>
25383 &lt;End of help on this topic&gt;
25384 </BODY>
25385 </HTML>
25386 ====== h_config_rshcmd =====
25387 <HTML>
25388 <HEAD>
25389 <TITLE>OPTION: <!--#echo var="VAR_rsh-command"--></TITLE>
25390 </HEAD>
25391 <BODY>
25392 <H1>OPTION: <!--#echo var="VAR_rsh-command"--></H1>
25394 Sets the format of the command used to
25395 open a UNIX remote shell connection. The default is
25396 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
25397 provided command. The first is for the command's pathname, the second is
25398 for the host to connnect to, the third is for the user to connect as, and
25399 the fourth is for the connection method (typically <CODE>imap</CODE>).
25401 <UL>   
25402 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25403 </UL><P>
25404 &lt;End of help on this topic&gt;
25405 </BODY>
25406 </HTML>
25407 ====== h_config_sshpath =====
25408 <HTML>
25409 <HEAD>
25410 <TITLE>OPTION: <!--#echo var="VAR_ssh-path"--></TITLE>
25411 </HEAD>
25412 <BODY>
25413 <H1>OPTION: <!--#echo var="VAR_ssh-path"--></H1>
25415 Sets the name of the command used to open a UNIX secure shell
25416 connection. The default is typically <CODE>/usr/bin/ssh</CODE>.
25418 <UL>   
25419 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25420 </UL><P>
25421 &lt;End of help on this topic&gt;
25422 </BODY>
25423 </HTML>
25424 ====== h_config_sshcmd =====
25425 <HTML>
25426 <HEAD>
25427 <TITLE>OPTION: <!--#echo var="VAR_ssh-command"--></TITLE>
25428 </HEAD>
25429 <BODY>
25430 <H1>OPTION: <!--#echo var="VAR_ssh-command"--></H1>
25432 Sets the format of the command used to
25433 open a UNIX secure shell connection. The default is
25434 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
25435 provided command. The first is for the command's pathname, the second is
25436 for the host to connnect to, the third is for the user to connect as, and
25437 the fourth is for the connection method (typically <CODE>imap</CODE>).
25439 <UL>   
25440 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25441 </UL><P>
25442 &lt;End of help on this topic&gt;
25443 </BODY>
25444 </HTML>
25445 ====== h_config_new_ver_quell =====
25446 <HTML>
25447 <HEAD>
25448 <TITLE>OPTION: <!--#echo var="VAR_new-version-threshold"--></TITLE>
25449 </HEAD>
25450 <BODY>
25451 <H1>OPTION: <!--#echo var="VAR_new-version-threshold"--></H1>
25453 When a new version of Alpine is run for the first time it offers a
25454 special explanatory screen to the user upon startup.  This option
25455 helps control when and if that special screen appears for users that
25456 have previously run Alpine.  It takes as its value an Alpine version
25457 number.  Alpine versions less than the specified value will supress this
25458 special screen while versions equal to or greater than that specified
25459 will behave normally.
25461 <UL>   
25462 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25463 </UL><P>
25464 &lt;End of help on this topic&gt;
25465 </BODY>
25466 </HTML>
25467 ====== h_config_disable_drivers =====
25468 <HTML>
25469 <HEAD>
25470 <TITLE>OPTION: <!--#echo var="VAR_disable-these-drivers"--></TITLE>
25471 </HEAD>
25472 <BODY>
25473 <H1>OPTION: <!--#echo var="VAR_disable-these-drivers"--></H1>
25475 This variable is a list of mail drivers that will be disabled.
25476 The candidates for disabling are listed below.
25477 There may be more in the future if you compile Alpine with
25478 a newer version of the c-client library.
25481 <UL>
25482 <LI> mbox
25483 <LI> mbx
25484 <LI> mh
25485 <LI> mmdf
25486 <LI> mtx
25487 <LI> mx
25488 <LI> news
25489 <LI> phile
25490 <LI> tenex
25491 <LI> unix
25492 </UL>
25495 The <EM>mbox</EM> driver enables the following behavior: if there is a
25496 file called <CODE>mbox</CODE>
25497 in your home directory, and if that file is either empty or in Unix mailbox
25498 format, then every time you open <EM>INBOX</EM> the <EM>mbox</EM> driver
25499 will automatically transfer mail from the system mail spool directory into the
25500 <CODE>mbox</CODE> file and
25501 delete it from the spool directory. If you disable the <EM>mbox</EM> driver,
25502 this will not happen.
25505 It is not recommended to disable the driver that supports the system default
25506 mailbox format. On most non-SCO systems, that driver is the
25507 <EM>unix</EM> driver.
25508 On most SCO systems, it is the <EM>mmdf</EM> driver.
25509 The system default driver may be
25510 configured to something else on your system; check with your system manager
25511 for additional information.
25514 It is most likely not very useful for you to disable any of the drivers other
25515 than possibly <EM>mbox</EM>.
25516 You could disable some of the others if you know for
25517 certain that you don't need them but the performance gain in doing so
25518 is very modest.
25520 <UL>   
25521 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25522 </UL><P>
25523 &lt;End of help on this topic&gt;
25524 </BODY>
25525 </HTML>
25526 ====== h_config_disable_auths =====
25527 <HTML>
25528 <HEAD>
25529 <TITLE>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></TITLE>
25530 </HEAD>
25531 <BODY>
25532 <H1>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></H1>
25534 This variable is a list of SASL (Simple Authentication and Security
25535 Layer) authenticators that will be disabled.
25536 SASL is a mechanism for
25537 authenticating to IMAP, POP3, SMTP, and other network servers.
25540 Alpine matches its list of supported authenticators with the server to
25541 determine the most secure authenticator that is supported by both.
25542 If no matching authenticators are found, Alpine will revert to plaintext
25543 login (or, in the case of SMTP, will be unable to authenticate at all).
25545 The candidates for disabling can be found <A HREF="X-Alpine-Config:">here</A>.
25548 Normally, you will not disable any authenticators.
25549 There are two exceptions:
25551 <OL>
25552 <LI> You use a broken server that advertises an authenticator,
25553 but does not actually implement it.
25554 <LI> You have a Kerberos-capable version of Alpine and the server is
25555 also Kerberos-capable, but you can not obtain Kerberos
25556 credentials on the server machine, thus you desire to disable
25557 GSSAPI (which in turn disables Alpine's Kerberos support).
25558 </OL>
25560 It is never necessary to disable authenticators, since Alpine will try
25561 other authenticators before giving up.
25562 However, disabling the relevant authenticator avoids annoying error messages.
25564 <UL>   
25565 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25566 </UL><P>
25567 &lt;End of help on this topic&gt;
25568 </BODY>
25569 </HTML>
25570 ====== h_config_abook_metafile =====
25571 <HTML>
25572 <HEAD>
25573 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></TITLE>
25574 </HEAD>
25575 <BODY>
25576 <H1>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></H1>
25578 This is usually set by Alpine and is the name of a file
25579 that contains data about
25580 remote address books and remote configuration files.
25582 <UL>   
25583 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25584 </UL><P>
25585 &lt;End of help on this topic&gt;
25586 </BODY>
25587 </HTML>
25588 ====== h_config_composer_wrap_column =====
25589 <HTML>
25590 <HEAD>
25591 <TITLE>OPTION: <!--#echo var="VAR_composer-wrap-column"--></TITLE>
25592 </HEAD>
25593 <BODY>
25594 <H1>OPTION: <!--#echo var="VAR_composer-wrap-column"--></H1>
25597 This option specifies an aspect of Alpine's Composer.  This gives the
25598 maximum width that auto-wrapped lines will have.  It's also the maximum
25599 width of lines justified using the <A HREF="h_compose_justify">^J
25600 Justify</A> command.  The normal default
25601 is &quot;74&quot;.  The largest allowed setting is normally &quot;80&quot;
25602 in order to
25603 prevent very long lines from being sent in outgoing mail.  When the mail
25604 is actually sent, trailing spaces will be stripped off of each line.
25607 <UL>   
25608 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25609 </UL><P>
25610 &lt;End of help on this topic&gt;
25611 </BODY>
25612 </HTML>
25613 ====== h_config_deadlets =====
25614 <HTML>
25615 <HEAD>
25616 <TITLE>OPTION: <!--#echo var="VAR_dead-letter-files"--></TITLE>
25617 </HEAD>
25618 <BODY>
25619 <H1>OPTION: <!--#echo var="VAR_dead-letter-files"--></H1>
25622 This option affects Alpine's behavior when you cancel a message being
25623 composed.  Alpine's usual behavior is to write the canceled message to
25624 a file named 
25625 <!--chtml if pinemode="os_windows"-->
25626 &quot;DEADLETR&quot;,
25627 <!--chtml else-->
25628 &quot;dead.letter&quot; in your home directory,
25629 <!--chtml endif-->
25630 overwriting any previous message.
25632 If you set this option to a value higher than one, then that many copies
25633 of dead letter files will be saved.
25634 For example, if you set this option to &quot;3&quot; then you may have
25635 files named
25636 <!--chtml if pinemode="os_windows"-->
25637 &quot;DEADLETR&quot;,
25638 &quot;DEADLETR2&quot;, and
25639 &quot;DEADLETR3&quot;.
25640 <!--chtml else-->
25641 &quot;dead.letter&quot;,
25642 &quot;dead.letter2&quot;, and
25643 &quot;dead.letter3&quot; in your home directory.
25644 <!--chtml endif-->
25645 In this example, the most recently cancelled message will be in
25646 <!--chtml if pinemode="os_windows"-->
25647 &quot;DEADLETR&quot;,
25648 <!--chtml else-->
25649 &quot;dead.letter&quot;,
25650 <!--chtml endif-->
25651 and the third most recently cancelled message will be in
25652 <!--chtml if pinemode="os_windows"-->
25653 &quot;DEADLETR3&quot;.
25654 <!--chtml else-->
25655 &quot;dead.letter3&quot;.
25656 <!--chtml endif-->
25657 The fourth most recently cancelled message will no longer be saved.
25660 If you set this option to zero, then NO record of canceled messages is
25661 maintained.
25663 If the feature
25664 <A HREF="h_config_quell_dead_letter"><!--#echo var="FEAT_quell-dead-letter-on-cancel"--></A>
25665 is set, that overrides whatever you set for this option.
25666 If this option had existed at the time, then the Quell feature would not
25667 have been added, but it is still there for backwards compatibility.
25668 So, in order for this option to have the desired effect, make sure the
25669 Quell feature is turned off.
25672 <UL>   
25673 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25674 </UL><P>
25675 &lt;End of help on this topic&gt;
25676 </BODY>
25677 </HTML>
25678 ====== h_config_maxremstream =====
25679 <HTML>
25680 <HEAD>
25681 <TITLE>OPTION: <!--#echo var="VAR_max-remote-connections"--></TITLE>
25682 </HEAD>
25683 <BODY>
25684 <H1>OPTION: <!--#echo var="VAR_max-remote-connections"--></H1>
25686 This option affects low-level behavior of Alpine.
25687 The default value for this option is <EM>3</EM>.
25688 If your INBOX is accessed using the IMAP protocol
25689 from an IMAP server, that connection is kept open throughout the
25690 duration of your Alpine session, independent of the value of this option.
25691 The same is true of any 
25692 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
25693 you have defined.
25694 This option controls Alpine's behavior when connecting to remote IMAP folders
25695 other than your INBOX or your <!--#echo var="VAR_stay-open-folders"-->.
25696 It specifies the maximum number of remote IMAP connections (other than
25697 those mentioned above) that Alpine will use for accessing the rest of your
25698 folders.
25699 If you set this option to zero, you will turn off most remote connection
25700 re-use.
25701 It's difficult to understand exactly what this option does, and it is usually
25702 fine to leave it set to its default value.
25703 It is probably more likely that you will be interested in setting the
25704 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A> option
25705 instead of changing the value of this option.
25706 A slightly longer explanation of what is going on with this option
25707 is given in the next paragraphs.
25710 There are some time costs involved in opening and closing remote IMAP 
25711 folders, the main costs being the time you have to wait for the connection
25712 to the server and the time for the folder to open.
25713 Opening a folder may involve not only the time the server takes to do its
25714 processing but time that Alpine uses to do filtering.
25715 These times can vary widely.
25716 They depend on how loaded the server is, how large
25717 the folder being opened is, and how you set up filtering, among other things.
25718 Once Alpine has opened a connection to a particular folder, it will attempt
25719 to keep that connection open in case you use it again.
25720 In order to do this,
25721 Alpine will attempt to use the <!--#echo var="VAR_max-remote-connections"--> (the value of
25722 this option) IMAP connections you have alloted for this purpose.
25724 For example, suppose the value of this option is set to &quot;2&quot;.
25725 If your INBOX is accessed on a remote server using the IMAP protocol, that
25726 doesn't count as one of the remote connections but it is always kept open.
25727 If you then open another IMAP folder, that would be your first
25728 remote connection counted as one of the <!--#echo var="VAR_max-remote-connections"--> connections.
25729 If you open a third folder the second will be left open, in case you
25730 return to it.
25731 You won't be able to tell it has been left open.
25732 It will appear to be closed when you leave the folder but the connection
25733 will remain in the background.
25734 Now suppose you go back to the second folder (the first folder after the
25735 INBOX).
25736 A connection to that folder is still open so you won't have to wait
25737 for the startup time to open it.
25738 Meanwhile, the connection to the third folder will be left behind.
25739 Now, if you open a fourth folder, you will bump into the
25740 <!--#echo var="VAR_max-remote-connections"--> limit, because this will be the third folder other
25741 than INBOX and you have the option set to &quot;2&quot;.
25742 The connection that is being used for
25743 the third folder will be re-used for this new fourth folder.
25744 If you go back to the third folder after this, it is no longer already
25745 connected when you get there.
25746 You'll still save some time since Alpine will re-use the connection to the
25747 fourth folder and you have already logged in on that connection,
25748 but the folder will have to be re-opened from scratch.
25750 If a folder is large and the startup cost is dominated by the time it takes
25751 to open that folder or to run filters on it, then it will pay to make the
25752 value of this option large enough to keep it open.
25753 On the other hand, if you only revisit a handful of folders or if
25754 the folders are small, then it might
25755 make more sense to keep this number small so that the reconnect
25756 time (the time to start up a new connection and authenticate)
25757 is eliminated instead.
25759 You may also need to consider the impact on the server.
25760 On the surface, a larger number here may cause a larger impact on the
25761 server, since you will have more connections open to the server.
25762 On the other hand, not only will <EM>you</EM> be avoiding the startup costs
25763 associated with reopening a folder, but the <EM>server</EM> will be
25764 avoiding those costs as well.
25766 When twenty five minutes pass without any active use of an IMAP connection
25767 being saved for possible re-use, that connection will be shut down,
25770 <UL>   
25771 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25772 </UL><P>
25773 &lt;End of help on this topic&gt;
25774 </BODY>
25775 </HTML>
25776 ====== h_config_permlocked =====
25777 <HTML>
25778 <HEAD>
25779 <TITLE>OPTION: <!--#echo var="VAR_stay-open-folders"--></TITLE>
25780 </HEAD>
25781 <BODY>
25782 <H1>OPTION: <!--#echo var="VAR_stay-open-folders"--></H1>
25784 This option affects low-level behavior of Alpine.
25785 There is no default value for this option.
25786 It is related to the options
25787 <A HREF="h_config_preopen_stayopens">&quot;<!--#echo var="FEAT_preopen-stayopen-folders"-->&quot;</A>,
25788 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>,
25789 and <A HREF="h_config_expunge_stayopens">&quot;<!--#echo var="FEAT_offer-expunge-of-stayopen-folders"-->&quot;</A>.
25792 Note: changes made to this list take effect the next time you open a
25793 folder in the list.
25796 This is a list of folders that will be permanently kept open once they
25797 are first opened.
25798 The names in this list may be either the nickname of an Incoming folder
25799 or the full technical specification of a folder.
25800 The folders in this list need not be remote IMAP folders, they could usefully
25801 be local folders, as well.
25802 If a folder in the list is a newsgroup or is not accessed either locally
25803 or via IMAP, then the entry will be ignored.
25804 For example, folders accessed via NNTP or POP3 will not be kept open, since
25805 the way that new mail is found with those protocols involves closing and
25806 reopening the connection.
25808 Once a Stay Open folder has been opened, new-mail checking will continue
25809 to happen on that folder for the rest of the Alpine session.
25810 Your INBOX is always implicitly included in this Stay-Open list and doesn't
25811 need to be added explicitly.
25813 Another difference that you may notice between a Stay Open folder and a
25814 non-Stay Open folder is which message is selected as the current message
25815 when you enter the folder index.
25816 Normally, the starting position for an incoming folder (which most Stay Open
25817 folders will likely be) is controlled by the
25818 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
25819 However, if a folder is a Stay Open folder, when you re-enter the folder
25820 after the first time the current message will be the same as it was when
25821 you left the folder.
25822 An exception is made if you use the TAB command to get to the folder.
25823 In that case, the message number will be incremented by one from what it
25824 was when you left the folder.
25826 The above special behavior is thought to be useful.
25827 However, it is special and different from what you might at first expect.
25828 The feature
25829 <A HREF="h_config_use_reg_start_for_stayopen"><!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></A>
25830 may be used to turn off this special treatment.
25832 If the message that was current when you left the folder no longer exists,
25833 then the regular startup rule will be used instead.
25836 <UL>   
25837 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25838 </UL><P>
25839 &lt;End of help on this topic&gt;
25840 </BODY>
25841 </HTML>
25842 ====== h_config_viewer_overlap =====
25843 <html>
25844 <header>
25845 <title>OPTION: <!--#echo var="VAR_viewer-overlap"--></title>
25846 </header>
25847 <body>
25848 <h1>OPTION: <!--#echo var="VAR_viewer-overlap"--></h1>
25850 This option specifies an aspect of Alpine's Message Viewing screen.  When
25851 the space bar is used to page forward in a message, the number of lines
25852 specified by the &quot;<!--#echo var="VAR_viewer-overlap"-->&quot; variable will be repeated from the
25853 bottom of the screen.  That is, if this was set to two lines, then the
25854 bottom two lines of the screen would be repeated on the top of the next
25855 screen.  The normal default value is "2".<p>
25856 <UL>   
25857 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25858 </UL><P>
25859 &lt;End of help on this topic&gt;
25860 </body>
25861 </html>
25862 ====== h_config_scroll_margin =====
25863 <HTML>
25864 <HEAD>
25865 <TITLE>OPTION: <!--#echo var="VAR_scroll-margin"--></TITLE>
25866 </HEAD>
25867 <BODY>
25868 <H1>OPTION: <!--#echo var="VAR_scroll-margin"--></H1>
25870 This option controls when Alpine's line-by-line scrolling occurs.
25871 Typically, when a selected item is at the top or bottom screen edge
25872 and the UP or DOWN (and Ctrl-P or Ctrl-N) keys are struck, the
25873 displayed items are scrolled down or up by a single line.
25876 This option allows you to tell Alpine the number of lines from the top and
25877 bottom screen edge that line-by-line paging should occcur.  For example,
25878 setting this value to one (1) will cause Alpine to scroll the display
25879 vertically when you move to select an item on the display's top or
25880 bottom edge.
25883 By default, this variable is zero, indicating that scrolling happens
25884 when you move up or down to select an item immediately off the display's
25885 top or bottom edge.
25888 <UL>   
25889 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25890 </UL><P>
25891 &lt;End of help on this topic&gt;
25892 </BODY>
25893 </HTML>
25894 ====== h_config_wordseps =====
25895 <HTML>
25896 <HEAD>
25897 <TITLE>OPTION: <!--#echo var="VAR_composer-word-separators"--></TITLE>
25898 </HEAD>
25899 <BODY>
25900 <H1>OPTION: <!--#echo var="VAR_composer-word-separators"--></H1>
25902 This option affects how a &quot;word&quot; is defined in the composer.
25903 The definition of a word is used when using the Forward Word and Backward
25904 Word commands in the composer, as well as when using the spell checker.
25905 Whitespace is always considered a word separator.
25906 Punctuation (like question marks, periods, commas, and so on) is always
25907 a word separator if it comes at the end of a word.
25908 By default, a punctuation character that is in the middle of a word does
25909 not break up that word as long as the character before and the character
25910 after it are both alphanumeric.
25911 If you add a character to this option it will be considered a
25912 word separator even when it occurs in the middle of an alphanumeric word.
25913 For example, if you want to skip through each part of an address instead
25914 of skipping the whole address at once you might want to include &quot;@&quot;
25915 and &quot;.&quot; in this list.
25916 If you want the word-skipper to stop on each part of a UNIX filename you
25917 could add &quot;/&quot; to the list.
25918 The equal sign and dash are other possibilities you might find helpful.
25920 <UL>   
25921 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25922 </UL><P>
25923 &lt;End of help on this topic&gt;
25924 </BODY>
25925 </HTML>
25926 ====== h_config_reply_indent_string =====
25927 <HTML>
25928 <HEAD>
25929 <TITLE>OPTION: <!--#echo var="VAR_reply-indent-string"--></TITLE>
25930 </HEAD>
25931 <BODY>
25932 <H1>OPTION: <!--#echo var="VAR_reply-indent-string"--></H1>
25934 This option specifies an aspect of Alpine's Reply command.
25935 When a message is replied to and the text of the message is included, the
25936 included text usually has the string &quot;&gt;&nbsp;&quot; prepended
25937 to each line indicating it is quoted text.
25938 (In case you haven't seen this before, &quot;string&quot; is a technical term
25939 that means chunk of text.)
25942 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
25943 in 1999 and its wide-spread adoption since then, you will usually be better off if you
25944 use one of the standard values,
25945 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot;, for this option.
25948 This option specifies a different value for that string.
25949 If you wish to use a string that begins or ends with a space,
25950 enclose the string in double quotes.
25953 Besides simple text, the prepended string can be based
25954 on the message being replied to.
25955 The following tokens are substituted for the message's corresponding value:
25957 <DL>
25958 <DT>_FROM_</DT>
25959 <DD>This token gets replaced with the message sender's &quot;username&quot;.
25960 If the name is longer than six characters, only the first six characters are
25961 used.
25962 </DD>
25964 <DT>_NICK_</DT>
25965 <DD>This token gets replaced with the nickname of the message sender's
25966 address as found in your addressbook.
25967 If no addressbook entry is found,
25968 Alpine replaces the characters &quot;_NICK_&quot; with nothing.
25969 If the nickname is longer than six characters, only the first six characters are
25970 used.
25971 </DD>
25973 <DT>_INIT_</DT>
25974 <DD>This token gets replaced with the initials of the sender of the message.
25975 </DD>
25977 </DL>
25979 NOTE: When the
25980 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
25981 feature is enabled, you are given the opportunity to edit the string, whether 
25982 it is the default or one automatically generated using the above tokens.
25984 If you change your <!--#echo var="VAR_reply-indent-string"-->
25985 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
25986 quoted text will not be flowed
25987 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
25988 when you reply.
25989 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
25990 set to the default value.
25992 <UL>   
25993 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25994 </UL><P>
25995 &lt;End of help on this topic&gt;
25996 </BODY>
25997 </HTML>
25998 ====== h_config_quote_replace_string =====
25999 <HTML>
26000 <HEAD>
26001 <TITLE>OPTION: <!--#echo var="VAR_quote-replace-string"--></TITLE>
26002 </HEAD>
26003 <BODY>
26004 <H1>OPTION: <!--#echo var="VAR_quote-replace-string"--></H1>
26006 This option specifies what string to use as a quote when <b>viewing</b> a
26007 message.  The standard way of quoting messages when replying is the string
26008 &quot;&gt;&nbsp;&quot; (quote space).
26009 With this variable set, viewing a message will
26010 replace occurrences of 
26011 &quot;&gt;&nbsp;&quot; and &quot;&gt;&quot; with the replacement string.
26012 This setting works best when
26013 <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
26014 or the equivalent setting in your correspondents' mail programs
26015 is set to the default
26016 &quot;&gt;&nbsp;&quot;, but it will also work fine with the
26017 <!--#echo var="VAR_reply-indent-string"--> set to &quot;&gt;&quot;.
26019 By default, this setting will only work on messages that are flowed, which is
26020 the default way of sending messages for many mail clients including
26021 Alpine.  Enable the feature
26022 <A HREF="h_config_quote_replace_noflow"><!--#echo var="FEAT_quote-replace-nonflowed"--></A>
26023 to also have quote-replacement performed on non-flowed messages.
26026 Setting this option will replace  &quot;&gt;&quot; and 
26027 &quot;&gt;&nbsp;&quot; with the new setting. This string may include trailing
26028 spaces. To preserve those spaces enclose the full string in double quotes.
26030 No padding to separate the text of the message from the quote string is
26031 added. This means that if you do not add trailing spaces to the value of
26032 this variable, text will be displayed right next to the quote string,
26033 which may be undesirable. This can be avoided by adding a new string
26034 separated by a space from your selection of quote string replacement. This
26035 last string will be used for padding. For example, setting this variable to 
26036 <br>&quot;&gt;&quot; &quot; &quot; has the effect of setting
26037 &quot;&gt;&quot; as the <!--#echo var="VAR_quote-replace-string"-->, with the text padded by
26038 a space from the last quote string to make it more readable.
26040 One possible setting for this variable could be
26041 &quot;&nbsp;&nbsp;&nbsp;&nbsp;&quot; (four spaces wrapped in quotes), which
26042 would have the effect of indenting each level of quoting four spaces and
26043 removing the &quot;&gt;&quot;'s.  Different levels of quoting could be made
26044 more discernible by setting colors for quoted text.
26046 Replying to or forwarding the viewed message will preserve the original
26047 formatting of the message, so quote-replacement will not be performed on
26048 messages that are being composed.
26050 <UL>   
26051 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26052 </UL><P>
26053 &lt;End of help on this topic&gt;
26054 </BODY>
26055 </HTML>
26056 ====== h_config_empty_hdr_msg =====
26057 <HTML>
26058 <HEAD>
26059 <TITLE>OPTION: <!--#echo var="VAR_empty-header-message"--></TITLE>
26060 </HEAD>
26061 <BODY>
26062 <H1>OPTION: <!--#echo var="VAR_empty-header-message"--></H1>
26064 When sending, if both the To and Cc fields are empty and you
26065 are sending the message to a Bcc,
26066 Alpine will put a special address in the To line.  The default value is:
26069 <CENTER><SAMP>undisclosed-recipients:&nbsp;;</SAMP></CENTER>
26072 The reason for this is to avoid embarrassment caused by some Internet
26073 mail transfer software that interprets a &quot;missing&quot;
26074 <SAMP>To:</SAMP> header as an error and replaces it with an
26075 <SAMP>Apparently-to:</SAMP> header that may contain the addresses you
26076 entered on the <SAMP>Bcc:</SAMP> line, defeating the purpose of the
26077 Bcc.  You may change the part of this message that comes before the
26078 &quot;:&nbsp;;&quot; by setting the &quot;<!--#echo var="VAR_empty-header-message"-->&quot;
26079 variable to something else.
26082 The normal default is &quot;undisclosed-recipients&quot;.
26085 <UL>   
26086 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26087 </UL><P>
26088 &lt;End of help on this topic&gt;
26089 </BODY>
26090 </HTML>
26091 ====== h_config_status_msg_delay =====
26092 <HTML>
26093 <HEAD>
26094 <TITLE>OPTION: <!--#echo var="VAR_status-message-delay"--></TITLE>
26095 </HEAD>
26096 <BODY>
26097 <H1>OPTION: <!--#echo var="VAR_status-message-delay"--></H1>
26099 This option has evolved over time, causing the possible values to be
26100 counter-intuitive.
26101 Read carefully before you set this option.
26102 First we explain what the option does, then there is a longer discussion
26103 following that.
26105 If this is set to zero, the default value, it has <EM>no</EM> effect.
26106 Positive and negative values serve two similar, but different purposes.
26108 If it is set to a positive number, it causes the cursor to move to the
26109 status line whenever a status message is printed and pause there for this
26110 many seconds.
26111 It will probably only be useful if the 
26112 <A HREF="h_config_show_cursor">&quot;<!--#echo var="FEAT_show-cursor"-->&quot;</A> feature is
26113 also turned on.
26114 Setting this option to a positive number can only be used to
26115 <EM>increase</EM> the status message delay.
26116 This may be useful for Braille displays, or other non-traditional displays.
26118 If it is set to a negative number the interpretation is a bit complicated.
26119 Negative numbers are used to <EM>decrease</EM> the amount of delay Alpine uses to
26120 allow you to read important status messages.
26121 Of course, this may cause you to miss some important messages.
26122 If you see a message flash by but miss what it says you can use the
26123 Journal command from the MAIN MENU to read it.
26124 If you set this option to a negative value, the delay will be
26125 no more than one second less than the absolute value
26126 of the value you set.
26127 So if you set it to -1, the delay will be no more than zero seconds, no
26128 delay at all.
26129 If you set it to -2, the delay will be no more than 1 second.
26130 And so on, -3 is 2 seconds, -4 is 3 seconds, ...
26131 If the delay that Alpine would have used by default is less than this delay,
26132 then the smaller delay set by Alpine will be used.
26133 Setting this option to a negative value can only reduce the amount of
26134 delay, never increase it.
26136 Here is a more detailed explanation.
26137 Status messages are the messages that show up spontaneously in the
26138 status message line, usually the third line from the bottom of the screen.
26139 By default, Alpine assigns each status message it produces a minimum
26140 display time.
26141 Some status messages have a minimum display time of zero.
26142 You can see an example of such a message by paging up in this help text
26143 until you reach the top of the screen.
26144 If you try to page past the top you will see the message
26146 <CENTER><SAMP>[Already at start of help text]</SAMP></CENTER>
26148 in the status line.
26149 If there is another more important use of the status message line this message
26150 might be replaced quickly, or it even might not be shown at all.
26151 However, if there is no reason to get rid of the message, it might stay
26152 there for several seconds while you read the help.
26153 An example where it is replaced immediately happens when you page up in
26154 the help text past the top of the screen, but then type the &quot;WhereIs&quot;
26155 command right after paging up.
26156 The message will disappear immediately without causing a delay (unless you
26157 have set this option to a positive value) to allow you to type input for
26158 the &quot;WhereIs&quot; command.
26159 Since it isn't a very important message, Alpine has set its minimum display
26160 time to zero seconds.
26162 Other messages have minimum display times of three or more seconds.
26163 These are usually error messages that Alpine thinks you ought to see.
26164 For example, it might be a message about a failed Save or a failed folder open.
26165 It is often the case that this minimum display time won't delay you in
26166 any way because the status message line is not needed for another reason.
26167 However, there are times when Alpine has to delay what it is doing in
26168 order to display a status message for the minimum display time.
26169 This happens when a message is being displayed and Alpine wants to ask
26170 for input from the keyboard.
26171 For example, when you Save a message you use the status message line.
26172 You get a prompt there asking for the name of the folder to save to.
26173 If there is a status message being displayed that has not
26174 yet displayed for its minimum
26175 time Alpine will display that status message surrounded with the characters
26176 &gt; and &lt; to show you that it is delaying.
26177 That might happen, for example, if you tried to save to a folder that
26178 caused an error, then followed that immediately with another Save command.
26179 You might find yourself waiting for a status message like
26181 <CENTER><SAMP>[&gt;Can't get write access to mailbox, access is readonly&lt;]</SAMP></CENTER>
26183 to finish displaying for three seconds.
26184 If that is something you find happening to you frequently, you may use
26185 negative values of this option to decrease or eliminate that delay, at
26186 the risk of missing the message.
26188 <UL>   
26189 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26190 </UL><P>
26191 &lt;End of help on this topic&gt;
26192 </BODY>
26193 </HTML>
26194 ====== h_config_active_msg_interval =====
26195 <HTML>
26196 <HEAD>
26197 <TITLE>OPTION: <!--#echo var="VAR_busy-cue-rate"--></TITLE>
26198 </HEAD>
26199 <BODY>
26200 <H1>OPTION: <!--#echo var="VAR_busy-cue-rate"--></H1>
26202 When Alpine is delayed for some reason it usually shows that
26203 something is happening with a small animated display in the status
26204 message line near the bottom of the screen.
26205 This option sets how frequently the characters (for example, a spinning bar)
26206 in the active status message lines are updated.
26207 At most, it can be set to be udpated 20 times per second. 
26210 Setting this value to zero will prevent display of the animations
26211 altogether.
26214 The option <A HREF="h_config_use_boring_spinner"><!--#echo var="FEAT_busy-cue-spinner-only"--></A>
26215 can be used to remove the randomness from this animated display.
26218 <UL>   
26219 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26220 </UL><P>
26221 &lt;End of help on this topic&gt;
26222 </BODY>
26223 </HTML>
26224 ====== h_config_mailchecknoncurr =====
26225 <HTML>
26226 <HEADER>
26227 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></TITLE>
26228 </HEADER>
26229 <BODY>
26230 <H1>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></H1>
26232 This option is closely related to the
26233 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
26234 option, as well as the
26235 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A> and
26236 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> options.
26237 If the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot; option is set to zero, then automatic
26238 new-mail checking is disabled and this option will have no effect.
26240 Normally this option is set to zero, which means that the value used will be
26241 the same as the value for the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;.
26242 If you set this option to a value different from zero
26243 (usually larger than the value for &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;)
26244 then that is the check interval that will be used
26245 for folders that are not the currently open folder or the INBOX.
26246 You may not even have any folders that are noncurrent and not the INBOX.
26247 If you do, it is likely that they are due to
26248 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
26249 you have configured.
26250 This option also affects the rate of mail checking done on cached
26251 connections to folders you previously had open but are no longer actively
26252 using.
26253 You aren't expected to understand that last sentence, but if you are interested
26254 take a look at
26255 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>
26256 and the related options.
26258 <UL>   
26259 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26260 </UL><P>
26261 &lt;End of help on this topic&gt;
26262 </BODY>
26263 </HTML>
26264 ====== h_config_fifopath =====
26265 <HTML>
26266 <HEADER>
26267 <TITLE>OPTION: NewMail FIFO Path</TITLE>
26268 </HEADER>
26269 <BODY>
26270 <H1>OPTION: NewMail FIFO Path</H1>
26272 This option is only available in UNIX Alpine.
26273 However, there is a very similar feature built in to PC-Alpine.
26274 In PC-Alpine's Config menu at the top of the screen
26275 is an option called &quot;New Mail Window&quot;.
26277 You may have Alpine create a FIFO special file (also called a named pipe) where
26278 it will send a one-line message each time a new message is received in
26279 the current folder, the INBOX, or any open
26280 <A HREF="h_config_permlocked"><!--#echo var="VAR_stay-open-folders"--></A>.
26281 To protect against two different Alpines both writing to the same FIFO, Alpine
26282 will only create the FIFO and write to it if it doesn't already exist.
26284 A possible way to use this option would be to have a separate window
26285 on your screen running the command
26287 <CENTER><SAMP>cat filename</SAMP></CENTER>
26289 where &quot;filename&quot; is the name of the file given for this option.
26290 Because the file won't exist until after you start Alpine, you must <EM>first</EM>
26291 start Alpine and <EM>then</EM> run the &quot;cat&quot; command.
26292 You may be tempted to use &quot;tail -f filename&quot; to view the new
26293 mail log.
26294 However, the common implementations of the tail command will not do what you
26295 are hoping.
26297 The width of the messages produced for the FIFO may be altered with the
26298 <A HREF="h_config_newmailwidth"><!--#echo var="VAR_newmail-window-width"--></A> option.
26300 On some systems, fifos may only be created in a local filesystem.
26301 In other words, they may not be in NFS filesystems.
26302 This requirement is not universal.
26303 If the system you are using supports it, it should work.
26304 (It is often the case that your home directory is in an NFS filesystem.
26305 If that is the case, you might try using a file in the &quot;/tmp&quot;
26306 filesystem, which is usually a local filesytem.)
26307 Even when it is possible to use an NFS-mounted filesystem as a place to name
26308 the fifo (for example, your home directory), it will still be the case that
26309 the reader (probably the &quot;cat&quot; command) and the
26310 writer (Alpine) of the fifo must be running on the same system.
26312 <UL>   
26313 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26314 </UL><P>
26315 &lt;End of help on this topic&gt;
26316 </BODY>
26317 </HTML>
26318 ====== h_config_newmailwidth =====
26319 <HTML>
26320 <HEADER>
26321 <TITLE>OPTION: <!--#echo var="VAR_newmail-window-width"--></TITLE>
26322 </HEADER>
26323 <BODY>
26324 <H1>OPTION: <!--#echo var="VAR_newmail-window-width"--></H1>
26326 For UNIX Alpine, this option is only useful if you have turned on the
26327 <A HREF="h_config_fifopath">NewMail FIFO Path</A> option.
26328 That option causes new mail messages to be sent to a fifo file.
26329 Those messages will be 80 characters wide by default.
26330 You can change the width of those messages by changing this option.
26331 For example, if you are reading those messages in another window you might
26332 want to set this width to the width of that other window.
26334 If you are using PC-Alpine, it has an option in the Config menu to turn
26335 on the &quot;New Mail Window&quot;.
26336 This present option also controls the width of that window.
26338 <UL>   
26339 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26340 </UL><P>
26341 &lt;End of help on this topic&gt;
26342 </BODY>
26343 </HTML>
26344 ====== h_config_mailcheck =====
26345 <HTML>
26346 <HEADER>
26347 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval"--></TITLE>
26348 </HEADER>
26349 <BODY>
26350 <H1>OPTION: <!--#echo var="VAR_mail-check-interval"--></H1>
26352 This option specifies, in seconds,
26353 how often Alpine will check for new mail.
26354 If set to zero, new-mail checking is disabled.
26355 (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
26356 current message is the last message of the folder.)
26357 There is a minimum value for this option, normally 15 seconds.
26358 The default value is normally 150 seconds.
26359 The higher you set this option, the easier it is on the server.
26361 There are some situations where automatic new-mail checking does not work.
26362 See the discussion about new-mail checking in
26363 <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
26365 The new-mail checking will not happen exactly at the frequency that you specify.
26366 For example, Alpine may elect to defer a non-INBOX mail check if you
26367 are busy typing.
26368 Or, it may check more frequently than you have specified if that is
26369 thought to be necessary to keep the server from closing the connection
26370 to the folder due to inactivity.
26371 If Alpine checks for new mail as a side effect of another command, it will reset
26372 the timer, so that new-mail checking may seem to happen irregularly instead of
26373 every X seconds like clockwork.
26375 If you are anxious to know about new mail as soon as possible, set the check
26376 interval low, and you'll know about the new mail by approximately
26377 that amount of time after it arrives.
26378 If you aren't so worried about knowing right away, set this option to a
26379 higher value.
26380 That will save the server some processing time and may save you some of
26381 the time you spend waiting for new-mail checks to happen if you are
26382 dealing with a slow server or slow network connection.
26384 If you suspect that new-mail checking is causing slow downs for you,
26385 you may want to look into the options
26386 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>,
26387 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> and
26388 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A>,
26389 which refine when mail checking is done.
26391 If the mailbox being checked uses a <A HREF="h_maildrop">Mail Drop</A> then
26392 there is a minimum time
26393 (<A HREF="h_config_maildropcheck">&quot;<!--#echo var="VAR_maildrop-check-minimum"-->&quot;</A>)
26394 between new-mail checks.
26395 Because of this minimum you may notice that new mail does not
26396 appear promptly when you expect it.
26397 The reason for this is to protect the server from over-zealous opening and
26398 closing of the Mail Drop folder, since that is a costly operation.
26400 <UL>   
26401 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26402 </UL><P>
26403 &lt;End of help on this topic&gt;
26404 </BODY>
26405 </HTML>
26406 ====== h_config_quell_checks_comp =====
26407 <HTML>
26408 <HEAD>
26409 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></TITLE>
26410 </HEAD>
26411 <BODY>
26412 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></H1>
26414 This option is closely related to the
26415 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
26416 option, the
26417 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
26418 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A>.
26420 If this option is set, then the normal new-mail checking that happens
26421 while you are composing will not happen for folders other than your
26422 INBOX (which depends on the setting
26423 of &quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;).
26425 You might want to set this option if you are experiencing delays while
26426 composing that you think might be related to the speed of the new-mail
26427 checks.
26429 Even with this option turned on, an occasional new-mail check may be done
26430 in order to keep the server from killing the connection to the folder.
26431 For example, IMAP servers may remove a connection to a folder if there
26432 has been no activity on the connection for 30 minutes or more.
26433 Instead of letting that happen, Alpine will check for new mail before the
26434 30 minutes is up even though you have turned on this feature to quell
26435 those checks.
26437 Besides new-mail checks, checkpoint operations on the folders
26438 will also be quelled when you set this option.
26439 The purpose of checkpointing is to write the changes to a folder out to
26440 disk periodically in order to avoid losing those changes when system or
26441 software problems occur.
26442 New-mail checking and checkpointing while you are not composing are not
26443 affected by this option.
26446 &lt;End of help on this topic&gt;
26447 </BODY>
26448 </HTML>
26449 ====== h_config_quell_checks_comp_inbox =====
26450 <HTML>
26451 <HEAD>
26452 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></TITLE>
26453 </HEAD>
26454 <BODY>
26455 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></H1>
26457 This option is closely related to the
26458 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
26459 option, the
26460 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
26461 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>.
26463 If this option is set, then the normal new-mail checking that happens
26464 while you are composing will not happen for your INBOX.
26465 Checking of other folders is controlled in a similar way with the
26466 &quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot; option.
26468 You might want to set this option if you are experiencing delays while
26469 composing that you think might be related to the speed of the new-mail
26470 checks.
26472 Even with this option turned on, an occasional new-mail check may be done
26473 in order to keep the server from killing the connection to the folder.
26474 For example, IMAP servers may remove a connection to a folder if there
26475 has been no activity on the connection for 30 minutes or more.
26476 Instead of letting that happen, Alpine will check for new mail before the
26477 30 minutes is up even though you have turned on this feature to quell
26478 those checks.
26480 Besides new-mail checks, checkpoint operations on the INBOX
26481 will also be quelled when you set this option.
26482 The purpose of checkpointing is to write the changes to a folder out to
26483 disk periodically in order to avoid losing those changes when system or
26484 software problems occur.
26485 New-mail checking and checkpointing while you are not composing are not
26486 affected by this option.
26488 &lt;End of help on this topic&gt;
26489 </BODY>
26490 </HTML>
26491 ====== h_config_maildropcheck =====
26492 <HTML>
26493 <HEADER>
26494 <TITLE>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></TITLE>
26495 </HEADER>
26496 <BODY>
26497 <H1>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></H1>
26499 New-mail checking for a
26500 <A HREF="h_maildrop">Mail Drop</A> is a little different from new
26501 mail checking for a regular folder.
26502 One of the differences is that the connection to the Mail Drop is not
26503 kept open and so the cost of checking
26504 (delay for you and additional load for the server) may be significant.
26505 Because of this additional cost we set a minimum time that
26506 must pass between checks.
26507 This minimum only applies to the automatic checking done by Alpine.
26508 If you force a check by typing ^L (Ctrl-L) or by typing the Next command when you are
26509 at the end of a folder index, then the check is done right away.
26511 This option specifies, in seconds, the <EM>minimum</EM> time between Mail Drop
26512 new-mail checks.
26513 You may want to set this minimum high in order to avoid experiencing some
26514 of the delays associated with the checks.
26515 Note that the time between checks is still controlled by the regular
26516 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option.
26517 When Alpine is about to do an automatic check for new mail (because
26518 the <!--#echo var="VAR_mail-check-interval"--> has expired) then if the time since the last
26519 new-mail check
26520 of any open Mail Drops has been greater than the <!--#echo var="VAR_maildrop-check-minimum"-->,
26521 the Mail Drop is checked for new mail as well.
26522 Therefore, it is only useful to set this option to a value that is higher
26523 than the <!--#echo var="VAR_mail-check-interval"-->.
26525 If this option is set to zero, automatic Mail Drop new-mail
26526 checking is disabled.
26527 There is a minimum value, normally 60 seconds.
26528 The default value is normally 60 seconds as well.
26529 This applies to the INBOX and to the currently open folder if that is
26530 different from the INBOX.
26533 <UL>   
26534 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26535 </UL><P>
26536 &lt;End of help on this topic&gt;
26537 </BODY>
26538 </HTML>
26539 ====== h_config_nntprange =====
26540 <HTML>
26541 <HEADER>
26542 <TITLE>OPTION: <!--#echo var="VAR_nntp-range"--></TITLE>
26543 </HEADER>
26544 <BODY>
26545 <H1>OPTION: <!--#echo var="VAR_nntp-range"--></H1>
26547 This option applies only to newsgroups accessed using the NNTP protocol.
26548 It does not, for example,
26549 apply to newsgroups accessed using an IMAP-to-NNTP proxy.
26552 When you open a connection to a News server using the NNTP protocol, you
26553 normally have access to all of the articles in each newsgroup.
26554 If a server keeps a large backlog of messages it may speed performance
26555 some to restrict attention to only the newer messages in a group.
26556 This option allows you to set how many article numbers should be checked
26557 when opening a newsgroup.
26558 You can think of &quot;<!--#echo var="VAR_nntp-range"-->&quot; as specifying the maximum number
26559 of messages you ever want to see.
26560 For example, if you only ever wanted to look at the last 500 messages in each
26561 newsgroup you could set this option to 500.
26562 In actuality, it isn't quite that.
26563 Instead, for performance reasons, it specifies the range of article
26564 numbers to be checked, beginning
26565 with the highest numbered article and going backwards from there.
26566 If there are messages that have been canceled or deleted
26567 their article numbers are still counted as part of the range.
26569 So, more precisely, setting the &quot;<!--#echo var="VAR_nntp-range"-->&quot; will cause article
26570 numbers
26571 <P><CENTER>last_article_number - <!--#echo var="VAR_nntp-range"--> + 1 through last_article_number</CENTER>
26573 to be considered when reading a newsgroup.
26574 The number of messages that show up in your index will be less than or equal
26575 to the value of &quot;<!--#echo var="VAR_nntp-range"-->&quot;.
26578 The purpose of this option is simply to speed up access when reading news.
26579 The speedup comes because Alpine can ignore all but the last <!--#echo var="VAR_nntp-range"--> article
26580 numbers, and can avoid downloading any information about the ignored articles.
26581 There is a cost you pay for this speedup.
26582 That cost is that there is no way for you to see those ignored articles.
26583 The articles that come before the range you specify are invisible to you and
26584 to Alpine, as if they did not exist at all.
26585 There is no way to see those messages using, for example, an unexclude command
26586 or something similar.
26587 The only way to see those articles is to set this option high enough (or
26588 set it to zero) and then to reopen the newsgroup.
26591 If this option is set to 0 (which is also the default),
26592 then the range is unlimited.
26593 This option applies globally to all NNTP servers and to all newsgroups
26594 on those servers.
26595 There is no way to set different values for different newsgroups or servers.
26598 <UL>   
26599 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26600 </UL><P>
26601 &lt;End of help on this topic&gt;
26602 </BODY>
26603 </HTML>
26604 ====== h_config_news_active =====
26605 <html>
26606 <header>
26607 <title>OPTION: <!--#echo var="VAR_news-active-file-path"--></title>
26608 </header>
26609 <body>
26610 <h1>OPTION: <!--#echo var="VAR_news-active-file-path"--></h1>
26612 This option tells Alpine where to look for the "active file" for newsgroups
26613 when accessing news locally, rather than via NNTP.  The default path is
26614 usually "/usr/lib/news/active".<p>
26615 <UL>   
26616 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26617 </UL><P>
26618 &lt;End of help on this topic&gt;
26619 </body>
26620 </html>
26621 ====== h_config_news_spool =====
26622 <html>
26623 <header>
26624 <title>OPTION: <!--#echo var="VAR_news-spool-directory"--></title>
26625 </header>
26626 <body>
26627 <h1>OPTION: <!--#echo var="VAR_news-spool-directory"--></h1>
26629 This option tells Alpine where to look for the "news spool" for newsgroups
26630 when accessing news locally, rather than via NNTP.  The default path is
26631 usually "/var/spool/news".<p>
26632 <UL>   
26633 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26634 </UL><P>
26635 &lt;End of help on this topic&gt;
26636 </body>
26637 </html>
26638 ====== h_config_image_viewer =====
26639 <html>
26640 <header>
26641 <title>OPTION: <!--#echo var="VAR_image-viewer"--></title>
26642 </header>
26643 <body>
26644 <h1>OPTION: <!--#echo var="VAR_image-viewer"--></h1>
26645 <body>
26646 This option specifies the program Alpine should call to view MIME
26647 attachments of type IMAGE (e.g. GIF or TIFF).  The Image Viewer setting is
26648 no longer needed, but remains for backward compatibility.  The more
26649 general method for associating external printing and viewing programs with
26650 specific MIME data types is to use the system's (or your personal)
26651 "mailcap" configuration file.<p>
26652 <UL>   
26653 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26654 </UL><P>
26655 &lt;End of help on this topic&gt;
26656 </body>
26657 </html>
26658 ====== h_config_domain_name =====
26659 <HTML>
26660 <HEAD>
26661 <TITLE>OPTION: <!--#echo var="VAR_use-only-domain-name"--></TITLE>
26662 </HEAD>
26663 <BODY>
26664 <H1>OPTION: <!--#echo var="VAR_use-only-domain-name"--></H1>
26666 This option is used only if the 
26667 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> option is <B>not</B> 
26668 set.  If set to &quot;Yes&quot; (and <!--#echo var="VAR_user-domain"--> is not used), then Alpine 
26669 strips the hostname from your return (&quot;From&quot;) address and when 
26670 completing unqualified addresses that you enter into the composer.
26672 If you set this, see also the <A HREF="h_config_quell_local_lookup">
26673 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
26676 <!--chtml if pinemode="os_windows"-->
26677 <P>This option is not applicable to PC-Alpine.
26678 <!--chtml else-->
26680 <!--chtml endif-->
26681 <UL>
26682 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26683 </UL>
26685 &lt;End of help on this topic&gt;
26686 </BODY>
26687 </HTML>
26688 ====== h_config_prune_date =====
26689 <HTML>
26690 <HEAD>
26691 <TITLE>OPTION: Last-Time-Prune Question</TITLE>
26692 </HEAD>
26693 <BODY>
26694 <H1>OPTION: Last-Time-Prune Question</H1>
26696 This value records the last time you were asked about deleting old
26697 sent-mail.
26698 It is set automatically by Alpine at the beginning of each month.
26699 In the past, if you wished to suppress the monthly sent-mail
26700 pruning feature, you could set this to a date in the future.
26701 This value is relative to the year 1900, so 
26702 to set this, for example, to October 2005, use 105.10.
26704 You can still do that if you wish, or you can use the
26705 <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option, which is probably
26706 a little more convenient to use.
26708 <UL>   
26709 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26710 </UL><P>
26711 &lt;End of help on this topic&gt;
26712 </BODY>
26713 </HTML>
26714 ====== h_config_goto_default =====
26715 <HTML>
26716 <HEAD>
26717 <TITLE>OPTION: <!--#echo var="VAR_goto-default-rule"--></TITLE>
26718 </HEAD>
26719 <BODY>
26720 <H1>OPTION: <!--#echo var="VAR_goto-default-rule"--></H1>
26722 This value affects Alpine's behavior when you use the Goto command.
26723 Alpine's usual behavior has two parts.  If your current folder is
26724 &quot;Inbox&quot;, Alpine will offer the last open folder as the
26725 default.  If the current folder is other than &quot;Inbox&quot;,
26726 &quot;Inbox&quot; is offered as the default.
26729 The available options include:
26731 <DL>
26733  <DT>folder-in-first-collection</DT>
26735  <DD> Alpine will offer the most recently visited folder in the default
26736 collection found in the &quot;Collection List&quot; screen as the default.
26737 </DD>
26739  <DT> inbox-or-folder-in-first-collection</DT>
26741  <DD> If the current folder is &quot;Inbox&quot;,
26742 Alpine will offer the most recently visited folder in the
26743 default collection found in the &quot;Collection List&quot; screen.
26744 If the current folder is other than &quot;Inbox&quot;,
26745 &quot;Inbox&quot; is offered as the default.
26746 </DD>
26748  <DT> inbox-or-folder-in-recent-collection</DT>
26750  <DD> This is Alpine's default behavior.
26751 If the current folder is &quot;Inbox&quot;,
26752 Alpine will offer the last open
26753 folder as the default.
26754 If the current folder is other than &quot;Inbox&quot;,
26755 &quot;Inbox&quot; is offered as the default.
26756 </DD>
26758  <DT> first-collection-with-inbox-default</DT>
26760  <DD> Instead of offering the most recently visited folder in the default
26761 collection, the default collection is offered but with &quot;Inbox&quot; as
26762 the default folder.
26763 If you type in a folder name it will be in the default collection.
26764 If you simply accept the default, however, your &quot;Inbox&quot; will be opened.
26765 </DD>
26767  <DT> most-recent-folder</DT>
26769  <DD> The last accepted value simply causes the most recently opened
26770 folder to be offered as the default regardless of the currently opened
26771 folder.
26772 </DD>
26773 </DL>
26776 NOTE: The default while a newsgroup is open remains the same; the last
26777 open newsgroup.
26780 <UL>   
26781 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26782 </UL><P>
26783 &lt;End of help on this topic&gt;
26784 </BODY>
26785 </HTML>
26786 ====== h_config_thread_lastreply_char =====
26787 <HTML>
26788 <HEAD>
26789 <TITLE>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></TITLE>
26790 </HEAD>
26791 <BODY>
26792 <H1>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></H1>
26794 The <!--#echo var="VAR_threading-lastreply-character"--> option has a small effect on the MESSAGE
26795 INDEX display when using a
26796 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
26797 of &quot;show-thread-structure&quot;, &quot;mutt-like&quot;, or
26798 &quot;show-structure-in-from&quot;; and sorting by Threads or OrderedSubject.
26799 The value of this option is a single character.
26800 This character is used instead of the vertical line character when there are
26801 no more replies directly to the parent of the current message.
26802 It can be used to &quot;round-off&quot; the bottom of the vertical line
26803 by setting it to a character such as a backslash (&#92;) or
26804 a backquote (&#96;).
26805 The default value of this option is the backslash character (&#92;).
26806 This option may not be set to the Empty Value.
26807 In that case, the default will be used instead.
26810 <UL>   
26811 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26812 </UL><P>
26813 &lt;End of help on this topic&gt;
26814 </BODY>
26815 </HTML>
26816 ====== h_config_thread_indicator_char =====
26817 <HTML>
26818 <HEAD>
26819 <TITLE>OPTION: <!--#echo var="VAR_threading-indicator-character"--></TITLE>
26820 </HEAD>
26821 <BODY>
26822 <H1>OPTION: <!--#echo var="VAR_threading-indicator-character"--></H1>
26824 The <!--#echo var="VAR_threading-indicator-character"--> option has a small effect on the MESSAGE
26825 INDEX display when using a
26826 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
26827 than &quot;none&quot; and sorting by Threads or OrderedSubject.
26828 The value of this option is a single character.
26829 This character is used to indicate that part of a thread (a conversation) is
26830 hidden beneath a message.
26831 The message could be expanded
26832 if desired with the &quot;/&quot; Collapse/Expand command.
26833 By default, the value of this option is the greater than sign (&gt;).
26835 If this option is set to the Empty Value, then the column (and the following
26836 blank column) will be deleted from the display.
26839 This option is closely related to the
26840 <A HREF="h_config_thread_exp_char"><!--#echo var="VAR_threading-expanded-character"--></A> option.
26841 Another similar option that affects the thread display is the
26842 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
26845 <UL>   
26846 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26847 </UL><P>
26848 &lt;End of help on this topic&gt;
26849 </BODY>
26850 </HTML>
26851 ====== h_config_thread_exp_char =====
26852 <HTML>
26853 <HEAD>
26854 <TITLE>OPTION: <!--#echo var="VAR_threading-expanded-character"--></TITLE>
26855 </HEAD>
26856 <BODY>
26857 <H1>OPTION: <!--#echo var="VAR_threading-expanded-character"--></H1>
26859 The <!--#echo var="VAR_threading-expanded-character"--> option has a small effect on the MESSAGE
26860 INDEX display when using a
26861 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
26862 than &quot;none&quot;.
26863 The value of this option is a single character.
26864 This character is used to indicate that part of a thread has been expanded
26865 and could be collapsed if desired with
26866 the &quot;/&quot; Collapse/Expand command.
26867 By default, the value of this option is a dot (.).
26869 If this option is set to the Empty Value, then the column (and the following
26870 blank column) will be deleted from the display.
26873 This option is closely related to the
26874 <A HREF="h_config_thread_indicator_char"><!--#echo var="VAR_threading-indicator-character"--></A> option.
26875 Another similar option that affects the thread display is the
26876 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
26879 <UL>   
26880 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26881 </UL><P>
26882 &lt;End of help on this topic&gt;
26883 </BODY>
26884 </HTML>
26885 ====== h_config_thread_index_style =====
26886 <HTML>
26887 <HEAD>
26888 <TITLE>OPTION: <!--#echo var="VAR_threading-index-style"--></TITLE>
26889 </HEAD>
26890 <BODY>
26891 <H1>OPTION: <!--#echo var="VAR_threading-index-style"--></H1>
26893 When a folder is sorted by Threads or OrderedSubject,
26894 this option will affect the INDEX displays.
26897 The possible values for this option are:
26899 <DL>
26900 <DT>regular-index-with-expanded-threads</DT>
26901 <DD>This is the default display.
26902 If the configuration option
26903 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
26904 is set to something other than &quot;none&quot;, then this setting
26905 will cause Alpine to start off with a MESSAGE INDEX with all of
26906 the threads expanded.
26907 That is, each message will have a line in the MESSAGE INDEX display.
26908 The Collapse/Expand command (/) may be used to manually collapse or
26909 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
26911 This setting affects the display when the folder is first threaded.
26912 The collapsed state may also be re-initialized by re-sorting the folder manually
26913 using the SortIndex command ($).
26914 After re-sorting the threads will once again all be expanded, even if you
26915 have previously collapsed some of them.
26917 If &quot;<!--#echo var="VAR_threading-display-style"-->&quot; is set to &quot;none&quot;, then
26918 the display will be the regular default Alpine MESSAGE INDEX, but sorted
26919 in a different order.
26920 </DD>
26922 <DT>regular-index-with-collapsed-threads</DT>
26923 <DD>If the configuration option
26924 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
26925 is set to something other than &quot;none&quot;, then this setting
26926 will cause Alpine to start out with all of the threads collapsed instead of
26927 starting out with all of the threads expanded.
26928 The Collapse/Expand command (/) may be used to manually collapse or
26929 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
26931 This setting affects the display when the folder is first threaded.
26932 The collapsed state may also be re-initialized by re-sorting the folder manually
26933 using the SortIndex command ($).
26934 After re-sorting the threads will once again all be collapsed, even if you
26935 have previously expanded some of them.
26936 </DD>
26938 <DT>separate-index-screen-always</DT>
26939 <DD>With this setting and the next, you will see an index of threads
26940 instead of an
26941 index of messages, provided you have sorted by Threads or OrderedSubject.
26943 The THREAD INDEX contains a '*' in the first column if any message in the thread
26944 is marked Important.
26945 If not, it contains a '+' if any message in the thread is to you.
26946 The second column is blank. The third column contains a 'D' if all of the
26947 messages in the thread are deleted.
26948 Otherwise, it contains an 'N' if any of the messages in the thread are New.
26950 When you view a particular thread from the THREAD INDEX you will be
26951 in the MESSAGE INDEX display
26952 but the index will only contain messages from the thread you are viewing.
26953 </DD>
26955 <DT>separate-index-screen-except-for-single-messages</DT>
26956 <DD>This is very similar to the option above.
26957 When you are in the THREAD INDEX, one of the available commands
26958 is &quot;ViewThd&quot;.
26959 With the setting &quot;separate-index-screen-always&quot; (the option above)
26960 when you view a particular thread you will be in the
26961 MESSAGE INDEX display and the index will only contain messages from
26962 the thread you are viewing.
26963 If the thread you are viewing consists of a single message, the MESSAGE INDEX
26964 will be an index with only one message in it.
26965 If you use this &quot;separate-index-screen-except-for-single-messages&quot;
26966 setting instead, then that index that contains a single message
26967 will be skipped and you will go directly from the THREAD INDEX into the
26968 MESSAGE TEXT screen.
26969 </DD>
26971 </DL>
26974 <UL>   
26975 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26976 </UL><P>
26977 &lt;End of help on this topic&gt;
26978 </BODY>
26979 </HTML>
26980 ====== h_config_thread_disp_style =====
26981 <HTML>
26982 <HEAD>
26983 <TITLE>OPTION: <!--#echo var="VAR_threading-display-style"--></TITLE>
26984 </HEAD>
26985 <BODY>
26986 <H1>OPTION: <!--#echo var="VAR_threading-display-style"--></H1>
26988 When a folder is sorted by Threads or OrderedSubject,
26989 this option will affect the MESSAGE INDEX display.
26990 By default, Alpine will display the MESSAGE INDEX in the
26991 &quot;show-thread-structure&quot; style if a folder is sorted
26992 by Threads or OrderedSubject.
26995 The possible values for this option are:
26997 <DL>
26998 <DT>none</DT>
26999 <DD>Regular index display.
27000 The same index line as would be displayed without threading is used.
27001 The only difference will be in the order of the messages.
27002 </DD>
27004 <DT>show-thread-structure</DT>
27005 <DD>Threaded Subjects will be indented and vertical bars and horizontal
27006 lines will be added to make it easier to see the relationships among
27007 the messages in a thread (a conversation).
27008 </DD>
27010 <DT>mutt-like</DT>
27011 <DD>This is the same as the option above except that the Subject
27012 is suppressed (is blank) if it matches the previous Subject in the thread.
27013 The name comes from the email client <A HREF="http://www.mutt.org/">Mutt</A>.
27014 Here is an example of what a mutt-like index might look like.
27015 In this example, the first column represents the message number, the
27016 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
27017 is set to &quot;regular-index-with-expanded-threads&quot;, and the
27018 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A>
27019 is set to a backslash:
27020 <PRE>
27021 &nbsp;&nbsp;&nbsp;1    Some topic
27022 &nbsp;&nbsp;&nbsp;&nbsp;2  . Subject           original message in thread
27023 &nbsp;&nbsp;&nbsp;&nbsp;3    |->               reply to 2
27024 &nbsp;&nbsp;&nbsp;&nbsp;4  . |->               another reply to 2
27025 &nbsp;&nbsp;&nbsp;&nbsp;5  . | &#92;->             reply to 4
27026 &nbsp;&nbsp;&nbsp;&nbsp;6  . |   &#92;->           reply to 5
27027 &nbsp;&nbsp;&nbsp;&nbsp;7    |     &#92;->         reply to 6
27028 &nbsp;&nbsp;&nbsp;&nbsp;8    |->               another reply to 2
27029 &nbsp;&nbsp;&nbsp;&nbsp;9  . |->New subject    another reply to 2 but with a New subject
27030 &nbsp;&nbsp;&nbsp;10    | |->             reply to 9
27031 &nbsp;&nbsp;&nbsp;11    | &#92;->             another reply to 9
27032 &nbsp;&nbsp;&nbsp;12    |   &#92;->           reply to 11
27033 &nbsp;&nbsp;&nbsp;13    &#92;->               final reply to 2
27034 &nbsp;&nbsp;&nbsp;14    Next topic
27035 </PRE>
27036 </DD>
27038 <DT>indent-subject-1</DT>
27039 <DD>Threaded Subjects will be indented one space per level of the conversation.
27040 The bars and lines that show up in the show-thread-structure display will
27041 not be there with this style.
27042 </DD>
27044 <DT>indent-subject-2</DT>
27045 <DD>Same as above but indent two spaces per level instead of one space.
27046 </DD>
27048 <DT>indent-from-1</DT>
27049 <DD>Similar to indent-subject-1, except that instead of indenting the
27050 Subject field one space the From field of a thread will be indented one
27051 space per level of the conversation.
27052 </DD>
27054 <DT>indent-from-2</DT>
27055 <DD>Same as above but indent two spaces per level instead of one space.
27056 </DD>
27058 <DT>show-structure-in-from</DT>
27059 <DD>The structure of the thread is illustrated with indenting, vertical bars,
27060 and horizontal lines just like with the show-thread-structure option, but
27061 the From field is used to show the relationships instead of the Subject field. 
27062 </DD>
27064 </DL>
27067 <UL>   
27068 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27069 </UL><P>
27070 &lt;End of help on this topic&gt;
27071 </BODY>
27072 </HTML>
27073 ====== h_config_pruning_rule =====
27074 <HTML>
27075 <HEAD>
27076 <TITLE>OPTION: <!--#echo var="VAR_pruning-rule"--></TITLE>
27077 </HEAD>
27078 <BODY>
27079 <H1>OPTION: <!--#echo var="VAR_pruning-rule"--></H1>
27081 By default, Alpine will ask at the beginning of each month whether or not
27082 you want to rename your sent-mail folder to a name like sent-mail-month-year.
27083 (See the feature <A HREF="h_config_prune_uses_iso"><!--#echo var="FEAT_prune-uses-yyyy-mm"--></A> to
27084 change the format of the folder to sent-mail-yyyy-mm.)
27085 It will also ask whether you would like to delete old sent-mail folders.
27086 If you have defined
27087 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>
27089 <A HREF="h_config_pruned_folders"><!--#echo var="VAR_pruned-folders"--></A>
27090 Alpine will also ask about pruning those folders.
27093 With this option you may provide an automatic answer to these questions.
27094 The default value is to ask you what you'd like to do.
27097 The six possible values for this option are:
27099 <DL>
27100 <DT>ask about rename, ask about deleting</DT>
27101 <DD>This is the default.
27102 Alpine will ask whether you want to rename the folders and whether you
27103 want to delete each of the old folders.
27104 </DD>
27106 <DT>ask about rename, don't delete</DT>
27107 <DD>Alpine will ask whether you want to rename the folders, but won't
27108 ask about or delete old folders.
27109 </DD>
27111 <DT>always rename, ask about deleting</DT>
27112 <DD>This means you want to always answer yes and have Alpine automatically
27113 rename the folder if possible.
27114 You will also be asked about deleting old folders.
27115 </DD>
27117 <DT>always rename, don't delete</DT>
27118 <DD>This means you want to always answer yes and have Alpine automatically
27119 rename the folder if possible.
27120 There will be no deleting of old folders.
27121 </DD>
27123 <DT>don't rename, ask about deleting</DT>
27124 <DD>This means you want to always answer no.
27125 Alpine will not rename the folder.
27126 You will be asked about deleting old folders.
27127 </DD>
27129 <DT>don't rename, don't delete</DT>
27130 <DD>This means you want to always answer no.
27131 Alpine will not rename the folder.
27132 There will be no deleting of old folders, either.
27133 </DD>
27134 </DL>
27137 <UL>   
27138 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27139 </UL><P>
27140 &lt;End of help on this topic&gt;
27141 </BODY>
27142 </HTML>
27143 ====== h_config_reopen_rule =====
27144 <HTML>
27145 <HEAD>
27146 <TITLE>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></TITLE>
27147 </HEAD>
27148 <BODY>
27149 <H1>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></H1>
27151 Alpine normally checks for new mail in the currently open folder
27152 and in the INBOX every few <A HREF="h_config_mailcheck">minutes</A>.
27155 There are some situations where automatic new-mail checking does not work.
27156 For example, if a mail folder is opened using the POP protocol or a newsgroup
27157 is being read using the NNTP protocol, then new-mail checking is disabled.
27160 It may be possible to check for new mail in these cases by reopening the
27161 folder.
27162 Alpine does not do this for you automatically, but you may do the commands
27163 manually to cause this to happen.
27164 You reopen by going back to the folder list screen from the message
27165 index screen with the &quot;&lt;&quot; command,
27166 and then going back into the message index screen with
27167 the &quot;&gt;&quot; command.
27168 (Actually, any method you would normally use to open a folder will work the
27169 same as the &quot;&lt;&quot; followed by &quot;&gt;&quot; method.
27170 For example, the GoTo Folder command will work, or you may use L to go to the
27171 Folder List screen and Carriage Return to reopen the folder.)
27174 There are some cases where Alpine knows that reopening the folder should
27175 be useful as a way to discover new mail.
27176 At the time of this writing, connections made using the POP protocol,
27177 news reading using the NNTP protocol, local news reading, and local
27178 ReadOnly folders that are in the traditional UNIX or the MMDF format all
27179 fall into this category.
27180 There are other cases where it <EM>may</EM> be a way to discover new mail, but Alpine
27181 has no way of knowing, so it might also just be an exercise in futility.
27182 All remote, ReadOnly folders other than those listed just above fall into this
27183 category.
27184 The setting of this option together with the type of folder
27185 controls how Alpine will react to the apparent attempt to reopen a folder.
27188 If you don't reopen, then you will just be back in
27189 the message index with no change.
27190 You left the index and came back, but the folder remained &quot;open&quot;
27191 the whole time.
27192 However, if you do reopen the folder, the folder is closed and then reopened.
27193 In this case, the current state of the open folder is lost.
27194 The New status, Important and Answered flags,
27195 selected state, Zoom state, collapsed or expanded state of threads,
27196 current message number,
27197 and any other temporary state is all lost when the reopen happens.
27198 For POP folders (but not NNTP newsgroups) the Deleted flags are also lost.
27201 In the possibilities listed below, the text says &quot;POP/NNTP&quot; in
27202 several places.
27203 That really implies the case where Alpine knows it is a good way to discover
27204 new mail, which is more than just POP and NNTP, but POP and NNTP are
27205 the cases of most interest.
27206 This option probably has more possible values than it deserves. They are:
27208 <DL>
27209 <DT>Always reopen</DT>
27210 <DD>Alpine will not ask whether you want to reopen but will just do the reopen
27211 whenever you type a command that implies a reopen, regardless of the
27212 access method.
27213 In other words, it is assumed you would always answer Yes if asked
27214 about reopening.
27215 </DD>
27217 <DT>Yes for POP/NNTP, Ask about other remote [Yes]</DT>
27218 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
27219 will ask you whether to reopen other remote folders,
27220 with a default answer of Yes.
27221 </DD>
27223 <DT>Yes for POP/NNTP, Ask about other remote [No]</DT>
27224 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
27225 will ask you whether to reopen other remote folders,
27226 with a default answer of No.
27227 </DD>
27229 <DT>Yes for POP/NNTP, No for other remote</DT>
27230 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, and
27231 will assume a No answer for all other remote folders.
27232 </DD>
27234 <DT>Always ask [Yes]</DT>
27235 <DD>Alpine will not differentiate based on access method.
27236 It will always ask for all remote folders, with a default answer of Yes.
27237 </DD>
27239 <DT>Always ask [No]</DT>
27240 <DD>Alpine will not differentiate based on access method.
27241 It will always ask for all remote folders, with a default answer of No.
27242 </DD>
27244 <DT>Ask about POP/NNTP [Yes], No for other remote</DT>
27245 <DD>Alpine will ask if the access method is POP or NNTP, with a default answer
27246 of Yes.
27247 It will never attempt to reopen other remote folders.
27248 </DD>
27250 <DT>Ask about POP/NNTP [No], No for other remote</DT>
27251 <DD>This is the default.
27252 Alpine will ask if the access method is POP or NNTP, with a default answer
27253 of No.
27254 It will never attempt to reopen other remote folders.
27255 </DD>
27257 <DT>Never reopen</DT>
27258 <DD>Alpine will never attempt to reopen already open folders.
27259 </DD>
27260 </DL>
27263 Remember, wherever it says POP or NNTP above it really means POP or NNTP or
27264 any of the other situations where it is likely that reopening is a good way
27265 to discover new mail.
27268 There is an alternative that may be of useful in some situations.
27269 Instead of manually checking for new mail you can set up a
27270 <A HREF="h_maildrop">Mail Drop</A>
27271 and automatically check for new mail.
27274 <UL>   
27275 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27276 </UL><P>
27277 &lt;End of help on this topic&gt;
27278 </BODY>
27279 </HTML>
27280 ====== h_config_inc_startup =====
27281 <HTML>
27282 <HEAD>
27283 <TITLE>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></TITLE>
27284 </HEAD>
27285 <BODY>
27286 <H1>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></H1>
27288 This value affects Alpine's behavior when opening the &quot;INBOX&quot; or 
27289 one of the &quot;INCOMING MESSAGE FOLDERS&quot;.
27290 It determines which message will be the <EM>current message</EM> when
27291 the folder is first opened.
27292 The default value is &quot;first-unseen&quot;.
27295 The seven possible values for this option are:
27297 <DL>
27298 <DT>first-unseen</DT>
27299 <DD>The current message is set to the first
27300 unseen message that has not been marked deleted, or the last message if
27301 all of the messages have been seen previously.
27302 Messages which have not been seen or which have been seen but re-marked
27303 as New are considered unseen messages.
27304 See the note at the bottom of this help about newsgroups.
27305 </DD>
27307 <DT>first-recent</DT>
27308 <DD>Similar to the default, but rather than starting on the first
27309 unseen message Alpine starts on the first <EM>recent</EM> message.
27310 A message is recent if it arrived since the last time the folder was
27311 open.  This value causes the current message to be set to the first
27312 recent message if there is one, otherwise to the last
27313 message in the folder.
27314 </DD>
27316 <DT>first-important</DT>
27317 <DD>This will result in the current message being set to the first
27318 message marked Important (but not Deleted).
27319 If no messages are marked Important, then it will be the last message.
27320 Messages are marked Important by <EM>you</EM>, not by the sender, using
27322 <A HREF="h_common_flag">Flag command</A>.
27323 Or they may be marked Important by an Alpine
27324 <A HREF="h_mainhelp_filtering">Filter</A>
27325 that you have set up.
27326 </DD>
27328 <DT>first-important-or-unseen</DT>
27329 <DD>This selects the first of the first unseen and the first important
27330 messages.
27331 </DD>
27333 <DT>first-important-or-recent</DT>
27334 <DD>This selects the first of the first recent and the first important
27335 messages.
27336 </DD>
27338 <DT>first</DT>
27339 <DD>Simply starts you on the <EM>first</EM> undeleted message in the folder.
27340 If all messages are deleted you start on the last message.
27341 </DD>
27343 <DT>last</DT>
27344 <DD>Simply starts you on the <EM>last</EM> undeleted message in the folder
27345 If all messages are deleted you start on the last message.
27346 </DD>
27347 </DL>
27350 NOTE:  For newsgroups in the incoming collection, &quot;first-unseen&quot; and
27351 &quot;first-recent&quot; are the same and are affected by whether or not the
27352 feature 
27353 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
27354 is turned on. 
27355 Also, there is no permanent storage in news for an Important flag.
27356 This means that no messages will be marked Important when a newsgroup is
27357 first opened.
27360 <UL>   
27361 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27362 </UL><P>
27363 &lt;End of help on this topic&gt;
27364 </BODY>
27365 </HTML>
27366 ====== h_config_browser =====
27367 <HTML>
27368 <HEAD>
27369 <TITLE>OPTION: <!--#echo var="VAR_url-viewers"--></TITLE>
27370 </HEAD>
27371 <BODY>
27372 <H1>OPTION: <!--#echo var="VAR_url-viewers"--></H1>
27373 <!--chtml if pinemode="os_windows"-->
27374 PC-Alpine users do not need to enter anything here, unless:<UL>
27375 <LI> they want to override, for use with Alpine, the application defined
27376 in the Windows operating system for handling URLs; or
27377 <LI> they are (planning on) using the same configuration file with 
27378 Unix Alpine.
27379 </UL>
27381 Note that if using a viewer that has a space in its path, you should
27382 use the DOS name for that directory or file. Example:
27383 <PRE>
27384 url-viewer=C:&#92;Progra~1&#92;mozilla&#92;mozilla.exe
27385 </PRE>
27386 <HR><P>
27387 <!--chtml endif-->
27388 This option affects Alpine's handling of URLs that are found in 
27389 messages you read.  Normally, only URLs Alpine can handle directly
27390 are automatically offered for selection in the &quot;Message
27391 Text&quot; screen.  When one or more applications
27392 capable of deciphering URLs on their command line are added here, Alpine
27393 will choose the first available to display URLs it cannot handle directly.
27394 A viewer's availability is based on its being specified with a <B>full
27395 directory path</B> and the evaluation of any optionally supplied
27396 parameters described below.
27399 Additionally, to support various connection methods and applications, each
27400 entry in this list can optionally begin with one or more of
27401 the following special tokens.  The allowed tokens include:
27404 <DL>
27405 <DT>_TEST(<VAR>test-string</VAR>)_</DT>
27406 <DD>
27407 The <VAR>test-string</VAR> is a shell command that Alpine will run to
27408 evaluate a viewer's availability.  The command specified by the test
27409 string is run and if its resulting exit status is non-zero, Alpine will
27410 not consider the associated viewer for use.
27411 </DD>
27413 <DT>_SCHEME(<VAR>scheme-list</VAR>)_</DT>
27414 <DD>
27415 The <VAR>scheme-list</VAR> is a list of one or more (comma-delimited)
27416 URL schemes that are to be used with the associated viewer.  This is
27417 the way to configure Alpine to recognize URLs other than the built-in set.
27419 It can also be used to override Alpine's built-in handlers.
27420 For example, you could specify &quot;news&quot; in the <VAR>scheme-list</VAR>,
27421 and Alpine would use (provided it passed all other criteria) the associated
27422 viewer when it encounterd a URL of the form &quot;news:comp.mail.pine&quot;.
27424 </DD>
27425 </DL>
27428 By default, Alpine will simply append a space character followed by the
27429 selected URL prior to launching the command in your specified SHELL.  You can
27430 optionally specify where in the command the selected URL should appear
27431 by using the &quot;_URL_&quot; token.  All occurrences found in the command
27432 will be replaced with the selected URL before the command is handed
27433 to the shell.  If such replacement occurs, the default appending of the
27434 selected URL does not take place.
27437 NOTE: If the viewer you specify has any command-line arguments,
27438 including the &quot;_URL_&quot; token, you will need to add a
27439 double-quote character before the command path and after the last
27440 argument (see the &quot;lynx&quot; example below).
27443 So, here are some example entries:
27444 <PRE>
27445 url-viewers = _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_  /usr/local/bin/netscape
27446               &quot;/usr/local/bin/lynx _URL_&quot;
27447               C:&#92;BIN&#92;NETSCAPE.BAT
27448 </PRE>
27450 This example shows that for the first viewer in the list to be used
27451 the environment variable &quot;DISPLAY&quot; must be defined.  If it
27452 is, then the path and file &quot;/usr/local/bin/netscape&quot; must exist.  
27453 If neither condition is met,
27454 then the path and file &quot;/usr/local/bin/lynx&quot; must exist.  
27455 If it does, then the &quot;_URL_&quot; token is replaced by the selected URL. 
27456 If the path to &quot;lynx&quot; is invalid,
27457 then the final path and file C:&#92;BIN&#92;NETSCAPE.BAT must exist.  
27458 Note that the last
27459 entry is a DOS/Windows path.  This is one way to support Alpine running
27460 on more than one architecture with the same configuration file.<P>
27462 <!--chtml if pinemode="os_windows"-->
27463 <!--chtml else-->
27464 Note that depending on the type of browser used and the method of 
27465 its invocation (such as whether it will open in a separate window) from
27466 the MESSAGE TEXT screen, the browser may &quot;supplant&quot; 
27467 the MESSAGE TEXT screen, and you will have to quit the browser to return to 
27468 it (for example, when using Lynx; to exit Lynx, use the &quot;Q&quot; command).
27469 In other words, launching the browser from Alpine may make Alpine 
27470 &quot;disappear&quot; (although it is still &quot;running&quot;)
27471 until you close the browser again.<P>  
27472 <UL><LI><A HREF="h_config_browser_xterm">Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
27473 environment: for advanced users and  systems administrators</A>
27474 </UL>
27475 <!--chtml endif-->
27476 <P>If you are unsure what browsers are available on your system or how to 
27477 specify them in Alpine's <!--#echo var="VAR_url-viewers"--> option for best usability, contact your 
27478 local computing support staff.
27479 <P><UL>
27480 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27481 </UL>
27483 &lt;End of help on this topic&gt;
27484 </BODY>
27485 </HTML>
27486 ====== h_config_history =====
27487 <HTML>
27488 <HEAD>
27489 <TITLE>OPTION: <!--#echo var="VAR_default-directories"--></TITLE>
27490 </HEAD>
27491 <BODY>
27492 <H1>OPTION: <!--#echo var="VAR_default-directories"--></H1>
27494 This option allows you to input a list of directories that Alpine will offer 
27495 for you to use when you are saving or exporting attachments. This is useful
27496 when navigating to specific directories becomes too tedious, or when you 
27497 need to do this on a daily basis, and want Alpine to remember this on a 
27498 permanent basis.
27500 The list of directories saved here can be accessed using the ^Y and ^V commands
27501 in the save prompt for attachments, or the export command.
27503 <P><UL>
27504 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27505 </UL>
27507 &lt;End of help on this topic&gt;
27508 </BODY>
27509 </HTML>
27510 ====== h_config_browser_xterm =====
27511 <HTML>
27512 <HEAD>
27513 <TITLE><!--#echo var="VAR_url-viewers"--> and X windows applications</TITLE>
27514 </HEAD>
27515 <BODY>
27516 <H1>Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
27517 environment: for advanced users and  systems administrators</H1>
27518 If you are using Alpine with an X-terminal (emulator) and want to define an 
27519 X windows-based application in <!--#echo var="VAR_url-viewers"-->, 
27520 you may want to do so in a manner that causes any <B>already</B> 
27521 invoked viewer application to be used for viewing URLs you select from Alpine 
27522 messages, and a <B>new</B> URL-viewer process to be 
27523 started <B>only</B> if the same application has <B>not already</B> 
27524 been launched -- for one reason, to avoid file-locking contentions among 
27525 multiple invocations of the same URL-viewer application.  
27526 (The example entries set in the help screen for the &quot;<!--#echo var="VAR_url-viewers"-->&quot; 
27527 option does not do this.)  A method of doing that would be:<OL>
27528 <LI> use 
27529 the _TEST(<VAR>test-string</VAR>)_ token in the <B>first</B> entry to 
27530 check (using commands appropriate for your Unix shell
27531 in place of <VAR>test-string</VAR>) for the presence of a 
27532 lockfile created by the URL-viewer application -- which implies that the 
27533 application is already running, though this is not foolproof. 
27534 Following that in the same <!--#echo var="VAR_url-viewers"--> entry, specify the 
27535 application with its appropriate command line option(s) to 
27536 show the URL selected from the Alpine message in an already open window of 
27537 that application, or perhaps in a new window of that application.  
27539 <LI> In the 
27540 <B>second</B> entry for the <!--#echo var="VAR_url-viewers"--> option, specify the same 
27541 application without those command line options, but this time using the 
27542 _TEST(...)_ token to check whether the environment variable &quot;DISPLAY&quot;
27543 is defined.
27544 <LI> If you will be using Alpine (with the same .pinerc file) outside of the X 
27545 windows environment (for instance, using VT-100 terminal emulation), you 
27546 may wish to specify a non-X windows URL-viewer application such as Lynx
27547 as the last entry.
27548 </OL><BR>
27549 How exactly you define your <!--#echo var="VAR_url-viewers"--> entries to do this will depend on 
27550 the command shell, the URL-viewer application(s), and possibly the specific 
27551 version of the latter, you are using.  
27553 Relevant command 
27554 line options for the Netscape browser for showing URLs (selected from Alpine) 
27555 when Netscape is already running are discussed in the document
27556 &quot;Remote Control of UNIX Netscape&quot; 
27557 found at the URL (as of 12 Aug. 1998):
27560 <CENTER><A HREF="http://home.netscape.com/newsref/std/x-remote.html">http://home.netscape.com/newsref/std/x-remote.html</A></CENTER>
27562 <P>(If the URL-viewer application is 
27563 <B>not</B> running on the same host as Alpine, but being launched from an 
27564 applications server, you may not be able to use the command line options for 
27565 using an existing invocation of the application in Alpine's <!--#echo var="VAR_url-viewers"--> entry.)
27567 <!--chtml if this-method="shown-to-work"-->
27568 An example using the Korn shell and the Netscape browser (first entry wrapped 
27569 because of its length, but should all appear on one line):
27571 url-viewers = _TEST("test -L /myhomedir/.netscape/lock")_ &quot;/usr/local/bin/netscape -remote 'openURL(_URL_,  new-window)' &amp;&quot;<BR>
27573 _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_ &quot;/usr/local/bin/netscape &amp;&quot;<BR>
27574               &quot;/usr/local/bin/lynx '_URL_'&quot;
27576 <!--chtml endif-->
27578 <UL>   
27579 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27580 </UL><P>
27581 &lt;End of help on this topic&gt;
27582 </BODY>
27583 </HTML>
27584 ====== h_config_enable_full_hdr =====
27585 <HTML>
27586 <HEAD>
27587 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></TITLE>
27588 </HEAD>
27589 <BODY>
27590 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></H1>
27592 This feature enables the &quot;H Full Headers&quot; command which toggles between
27593 the display of all headers in the message and the normal edited view of
27594 headers.  The Full Header command also controls which headers are included
27595 for Export, Pipe, Print, Forward, and Reply functions.  (For Reply, the
27596 Full Header mode will respect the
27597 <A HREF="h_config_include_header">&quot;Include-Headers-in-Reply&quot;</A>
27598 feature setting.)
27600 If Full Header mode is turned on and you Forward a message, you will
27601 be asked if you'd like to forward the message as an attachment, as opposed
27602 to including the text of the message in the body of your new message.
27604 If you have also turned on the
27605 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
27606 option then the Full Headers command actually rotates through three states
27607 instead of just two.
27608 The first is the normal view with long quotes suppressed.
27609 The second is the normal view but with the long quotes included.
27610 The last enables the display of all headers in the message.
27611 When using Export, Pipe, Print, Forward, or Reply the quotes are
27612 never suppressed, so the first two states are identical.
27614 Normally, the Header Mode will reset
27615 to the default behavior when moving to a new message.
27616 The mode can be made to persist from message to message by setting the feature
27617 <A HREF="h_config_quell_full_hdr_reset"><!--#echo var="FEAT_quell-full-header-auto-reset"--></A>.
27619 <UL>   
27620 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27621 </UL><P>
27622 &lt;End of help on this topic&gt;
27623 </BODY>
27624 </HTML>
27625 ====== h_config_enable_full_hdr_and_text =====
27626 <HTML>
27627 <HEAD>
27628 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></TITLE>
27629 </HEAD>
27630 <BODY>
27631 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></H1>
27633 This feature affects how the &quot;H Full Headers&quot; command displays
27634 message text.  If set, the raw message text will be displayed.  This
27635 especially affects MIME formatted email, where the entire MIME format
27636 will be displayed.  This feature similarly affects how messages are
27637 included for the Export, Pipe, Print, Forward, and Reply functions.
27639 When viewing a raw message that has attachments with this feature set,
27640 you will not be able to view attachments without first leaving full 
27641 headers mode.  This is because MIME parsing is not done on the raw message.
27643 <UL>   
27644 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27645 </UL><P>
27646 &lt;End of help on this topic&gt;
27647 </BODY>
27648 </HTML>
27649 ====== h_config_enable_pipe =====
27650 <HTML>
27651 <HEAD>
27652 <TITLE>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></TITLE>
27653 </HEAD>
27654 <BODY>
27655 <H1>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></H1>
27657 This feature enables the "| Pipe" command that sends the current message
27658 to the specified command for external processing.
27661 A short description of how the pipe command works is given
27662 <A HREF="h_pipe_command">here</A>.
27665 <UL>   
27666 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27667 </UL><P>
27668 &lt;End of help on this topic&gt;
27669 </BODY>
27670 </HTML>
27671 ====== h_config_quell_full_hdr_reset =====
27672 <HTML>
27673 <HEAD>
27674 <TITLE>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></TITLE>
27675 </HEAD>
27676 <BODY>
27677 <H1>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></H1>
27679 The <A HREF="h_common_hdrmode">HdrMode Command</A>
27680 normally resets to the default state when switching to a new message.
27681 For example, if you've used the &quot;H&quot; command to turn on Full
27682 Headers for a message you are viewing, and then you type the Next command
27683 to look at the next message, the full headers will no longer be shown.
27684 Setting this feature disables that reset.
27685 Instead, the Header Mode remains the same from message to message.
27688 The presence or absence of the HdrMode command is determined by the
27689 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
27690 Feature-List option.
27692 <UL>   
27693 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27694 </UL><P>
27695 &lt;End of help on this topic&gt;
27696 </BODY>
27697 </HTML>
27698 ====== h_config_enable_tab_complete =====
27699 <HTML>
27700 <HEAD>
27701 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></TITLE>
27702 </HEAD>
27703 <BODY>
27704 <H1>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></H1>
27706 This feature enables the TAB key when at a prompt for a filename. In this
27707 case, TAB will cause the partial name already entered to be automatically
27708 completed, provided the partial name is unambiguous.
27709 This feature is on by default.
27711 Similarly, this feature also enables TAB completion of address book
27712 nicknames when at a prompt for a nickname,
27713 or when typing in an address field in the composer.
27715 &lt;End of help on this topic&gt;
27716 </BODY>
27717 </HTML>
27718 ====== h_config_quit_wo_confirm =====
27719 <HTML>
27720 <HEAD>
27721 <TITLE>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></TITLE>
27722 </HEAD>
27723 <BODY>
27724 <H1>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></H1>
27726 This feature controls whether or not Alpine will ask for confirmation when a
27727 Quit command is received.
27729 &lt;End of help on this topic&gt;
27730 </BODY>
27731 </HTML>
27732 ====== h_config_quote_replace_noflow =====
27733 <HTML>
27734 <HEAD>
27735 <TITLE>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></TITLE>
27736 </HEAD>
27737 <BODY>
27738 <H1>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></H1>
27740 This feature, which is only active when
27741 <A HREF="h_config_quote_replace_string"><!--#echo var="VAR_quote-replace-string"--></A> is
27742 also set,
27743 enables quote-replacement on non-flowed messages.  It is off
27744 by default because a non-flowed message is more dependent on its format,
27745 and thus quote-replacement may cause less-than-pleasing results.
27746 Setting this feature will cause quote-replacement similar to that of flowed
27747 messages, but with the added possibility of long lines being wrapped
27748 into new lines if the Quote-Replacement-String is longer than the string
27749 it is replacing, which is &quot;&gt;&nbsp;&quot;.
27751 &lt;End of help on this topic&gt;
27752 </BODY>
27753 </HTML>
27754 ====== h_config_enable_jump =====
27755 <HTML>
27756 <HEAD>
27757 <TITLE>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></TITLE>
27758 </HEAD>
27759 <BODY>
27760 <H1>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></H1>
27762 When this feature is set you may enter a number (followed by RETURN)
27763 and jump to that message number, when in the MESSAGE INDEX or MESSAGE TEXT
27764 screens.  In other words, it obviates the need for typing the "J" for the
27765 Jump command.
27767 &lt;End of help on this topic&gt;
27768 </BODY>
27769 </HTML>
27770 ====== h_config_enable_alt_ed =====
27771 <HTML>
27772 <HEAD>
27773 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></TITLE>
27774 </HEAD>
27775 <BODY>
27776 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></H1>
27778 If this feature is set (the default), and the 
27779 <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
27780 <B>is not</B> set, entering
27781 the ^_ (Ctrl-underscore) key while composing a message will prompt you
27782 for the name of the editor you would like to use.
27784 If the environment variable $EDITOR is set, its value will be offered as
27785 a default.
27787 If the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
27788 <B>is</B> set, the ^_ key will activate the specified
27789 editor without prompting, in which case it is not necessary to
27790 set the &quot;<!--#echo var="FEAT_enable-alternate-editor-cmd"-->&quot; feature.  
27792 <UL>   
27793 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27794 </UL><P>
27795 &lt;End of help on this topic&gt;
27796 </BODY>
27797 </HTML>
27798 ====== h_config_alt_ed_now =====
27799 <HTML>
27800 <HEAD>
27801 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></TITLE>
27802 </HEAD>
27803 <BODY>
27804 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></H1>
27806 If this feature and the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A>
27807 variable are both set, Alpine will
27808 automatically activate the specified editor when the cursor is moved from
27809 the header of the message being composed into the message text.  For
27810 replies, the alternate editor will be activated immediately.  If this
27811 feature is set but the &quot;<!--#echo var="VAR_editor"-->&quot; variable is not set, then Alpine will
27812 automatically ask for the name of an alternate editor when the cursor
27813 is moved out of the header being composed, or if a reply is being done.
27815 <P><UL>
27816 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27817 </UL>
27819 &lt;End of help on this topic&gt;
27820 </BODY>
27821 </HTML>
27822 ====== h_config_enable_bounce =====
27823 <HTML>
27824 <HEAD>
27825 <TITLE>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></TITLE>
27826 </HEAD>
27827 <H1>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></H1>
27828 <BODY>
27830 Setting this feature enables the "B Bounce" command, which will prompt
27831 for an address and *remail* the message to the new recipient.  This command
27832 is used to re-direct messages that you have received in error, or need to
27833 be redirected for some other reason (e.g. list moderation).  The final
27834 recipient will see a header indicating that you have Resent the msg, but
27835 the message's From: header will show the original author of the message,
27836 and replies to it will go back to that author, and not to you.
27838 &lt;End of help on this topic&gt;
27839 </BODY>
27840 </HTML>
27841 ====== h_config_enable_agg_ops =====
27842 <HTML>
27843 <HEAD>
27844 <TITLE>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></TITLE>
27845 </HEAD>
27846 <BODY>
27847 <H1>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></H1>
27849 When this feature is set you may use the commands and subcommands that relate to
27850 performing operations on more than one message at a time.  We call these
27851 &quot;aggregate operations&quot;.  In particular, the 
27852 <!--chtml if pinemode="function_key"-->&quot;F5
27853 <!--chtml else-->&quot;;
27854 <!--chtml endif--> Select&quot;, 
27856 <!--chtml if pinemode="function_key"-->
27857 &quot;F6
27858 <!--chtml else-->
27859 &quot;A 
27860 <!--chtml endif-->
27861 Apply&quot;, and 
27862 <!--chtml if pinemode="function_key"-->
27863 &quot;F4
27864 <!--chtml else-->
27865 &quot;Z 
27866 <!--chtml endif-->
27867 Zoom&quot; commands are enabled by this feature.  Select is used to
27868 &quot;tag&quot; one or more messages meeting the specified criteria.  Apply can
27869 then be used to apply any message command to all of the selected/tagged
27870 messages.  Further, the Zoom command allows you to toggle the MESSAGE INDEX
27871 view between just those Selected and all messages in the folder.
27873 This feature also enables the 
27874 <!--chtml if pinemode="function_key"-->
27875 &quot;F7&quot; 
27876 <!--chtml else-->
27877 &quot;^X&quot; 
27878 <!--chtml endif-->
27880 subcommand in the MESSAGE INDEX 
27881 WhereIs command that causes all messages matching the WhereIs argument to 
27882 become selected; and the Select, Select Current, and ZoomMode commands in the
27883 <A HREF="h_folder_maint">FOLDER LIST screen</A>.
27885 Some related help topics are
27886 <UL>
27887 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
27888 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
27889 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
27890 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
27891 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
27892 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
27893 </UL>
27895 <UL>   
27896 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27897 </UL><P>
27898 &lt;End of help on this topic&gt;
27899 </BODY>
27900 </HTML>
27902 ====== h_config_enable_flag =====
27903 <HTML>
27904 <HEAD>
27905 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></TITLE>
27906 </HEAD>
27907 <BODY>
27908 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></H1>
27910 Setting this feature enables the
27911 <A HREF="h_common_flag">&quot;* Flag&quot;</A>
27912 command that allows you to
27913 manipulate the status flags associated with a message.  By default, Flag
27914 will set the "Important" flag, which results in an asterisk being
27915 displayed in column one of the MESSAGE INDEX for such messages.
27917 &lt;End of help on this topic&gt;
27918 </BODY>
27919 </HTML>
27920 ====== h_config_flag_screen_default =====
27921 <HTML>
27922 <HEAD>
27923 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></TITLE>
27924 </HEAD>
27925 <BODY>
27926 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></H1>
27928 The feature modifies the behavior of the
27929 <a href="h_common_flag">Flag</a>
27930 command (provided it too is
27931 <A HREF="h_config_enable_flag">enabled</A>).
27932 By default, when the "* Flag" command is selected,
27933 Alpine offers a prompt to set one of several flags and also offers the
27934 option of entering the detailed flag manipulation screen via the "^T"
27935 key. Enabling this feature causes Alpine to immediately enter the detailed
27936 flag screen rather than first offer the simple prompt.
27938 <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.
27940 &lt;End of help on this topic&gt;
27941 </BODY>
27942 </HTML>
27943 ====== h_config_flag_screen_kw_shortcut =====
27944 <HTML>
27945 <HEAD>
27946 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></TITLE>
27947 </HEAD>
27948 <BODY>
27949 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></H1>
27951 This feature modifies the behavior of the
27952 <a href="h_common_flag">Flag</a> command
27953 and the <A HREF="h_index_cmd_select">Select</A> command.
27954 This feature is set by default.
27955 When this feature is not set, when the "* Flag" command is selected,
27956 Alpine offers a prompt to set one of several flags and also offers the
27957 option of entering the detailed flag manipulation screen via the "^T"
27958 key.
27959 If you have
27960 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
27961 defined, then enabling this feature adds a shortcut way to set or unset
27962 keywords.
27963 You use &quot;*&quot; followed by the first letter of a keyword (or the nickname of
27964 a keyword if you've given it a nickname) and that will set the keyword.
27966 An example is easier to understand than the explanation.
27967 The flag command can always be used to set the system flags.
27968 For example, to set the Answered flag you would type
27970 <CENTER><SAMP>* A</SAMP></CENTER>
27972 Now suppose you have defined a keyword &quot;Work&quot; using the <!--#echo var="VAR_keywords"-->
27973 option in the Config screen.
27974 By default, to set a keyword like &quot;Work&quot; you would usually
27975 have to go to the Flag Details screen using
27976 the &quot;^T To Flag Details&quot; command.
27977 Instead, if you have enabled this feature, you may type
27979 <CENTER><SAMP>* W</SAMP></CENTER>
27981 to set the Work flag, or
27983 <CENTER><SAMP>* ! W</SAMP></CENTER>
27985 to unset it.
27986 Just like for the other flag setting commands, the case of the letter does
27987 not matter, so &quot;w&quot; or &quot;W&quot; both set the &quot;Work&quot;
27988 keyword.
27990 Notice that you can only use this trick for one keyword that begins
27991 with &quot;W&quot;.
27992 If you happen to have a &quot;Work&quot; keyword and another keyword that is
27993 &quot;WIFI&quot; the &quot;* W&quot; command will set the first one in
27994 your list of keywords.
27995 Also, there are five letters that are reserved for system
27996 flags and the NOT command.
27997 If you type &quot;* A&quot; it will always set the Answered flag, not
27998 your &quot;Aardvark&quot; keyword.
27999 In order to set the &quot;Aardvark&quot; keyword you'll still have to use
28000 the Flag Details screen.
28002 Because enabling the
28003 <A HREF="h_config_flag_screen_default"><!--#echo var="FEAT_enable-flag-screen-implicitly"--></A>
28004 option causes Alpine to skip directly to the Flag Details screen when the
28005 Flag command is used, 
28006 setting it will cause this feature to have no effect at all.
28008 Similarly, when Selecting by Keyword, setting this option will allow you
28009 to use Keyword initials instead of full keywords.
28011 &lt;End of help on this topic&gt;
28012 </BODY>
28013 </HTML>
28014 ====== h_config_can_suspend =====
28015 <HTML>
28016 <HEAD>
28017 <TITLE>FEATURE: <!--#echo var="FEAT_enable-suspend"--></TITLE>
28018 </HEAD>
28019 <BODY>
28020 <H1>FEATURE: <!--#echo var="FEAT_enable-suspend"--></H1>
28022 Setting this feature will allow you to type ^Z (Control Z) to 
28023 <!--chtml if pinemode="os_windows"-->
28024 minimize Alpine into its icon, bringing into focus whatever
28025 application is running behind the PC-Alpine window.
28026 <!--chtml else-->
28027 temporarily suspend Alpine.
28030 This does not exit Alpine, but puts it in the background to watch
28031 for new mail and such.  Normally, you type a command, such
28032 as &quot;fg&quot; at your system prompt to return to your Alpine session.
28035 The <A HREF="h_config_suspend_spawns"><!--#echo var="FEAT_use-subshell-for-suspend"--></A> feature
28036 adjusts whether Alpine is placed into the background of the shell its 
28037 running in or starts a news shell.
28038 <!--chtml endif-->
28041 <UL>   
28042 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28043 </UL><P>
28044 &lt;End of help on this topic&gt;
28045 </BODY>
28046 </HTML>
28047 ====== h_config_take_lastfirst ======
28048 <HTML>
28049 <HEAD>
28050 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></TITLE>
28051 </HEAD>
28052 <BODY>
28053 <H1>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></H1>
28055 Normally, when TakeAddr is used to copy an address from a message into
28056 an address book entry, Alpine will attempt to rewrite the full name of the
28057 address in the form
28060 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Last, First<P>
28062 instead of<P>
28064 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;First Last
28067 It does this because many people find it useful to sort by Last name
28068 instead of First name.  If this feature is set, then the TakeAddr command
28069 will not attempt to reverse the name in this manner.
28071 &lt;End of help on this topic&gt;
28072 </BODY></HTML>
28073 ====== h_config_disable_regex ======
28074 <HTML>
28075 <HEAD>
28076 <TITLE>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></TITLE>
28077 </HEAD>
28078 <BODY>
28079 <H1>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></H1>
28081 Normally, the
28082 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
28083 option is interpreted as a regular expression.
28084 One type of address that might cause trouble is an address that
28085 contains a plus sign.
28086 If you want to have an address with a plus as one of your
28087 <!--#echo var="VAR_alt-addresses"-->
28088 and you don't want to use regular expressions, then setting this
28089 feature will cause Alpine to treat the addresses you list literally instead.
28091 &lt;End of help on this topic&gt;
28092 </BODY></HTML>
28093 ====== h_config_take_fullname ======
28094 <HTML>
28095 <HEAD>
28096 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></TITLE>
28097 </HEAD>
28098 <BODY>
28099 <H1>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></H1>
28101 Normally, when TakeAddr is used to copy an address or addresses
28102 from a message into an address book entry, Alpine will try to preserve
28103 the full name associated with each address in the list of addresses.
28104 The reason for this is so that if the entry is a list or later becomes a
28105 list, then information about the individual addresses in the list
28106 is preserved.
28107 If you would rather just have the simple addresses in the list of addresses,
28108 set this feature. For example, with the default setting you might
28109 see something like this in the ADDRESS BOOK editor after you type TakeAddr
28111 <PRE>
28112  Nickname  : nick
28113  Fullname  : Bedrock Elders
28114  Fcc       :
28115  Comment   :
28116  Addresses : Fred Flintstone &lt;flint@bedrock.org&gt;,
28117              Barney Rubble &lt;rubble@bedrock.org&gt;
28118 </PRE>
28120 but with this feature set it would look like
28122 <PRE>
28123  Nickname  : nick
28124  Fullname  : Bedrock Elders
28125  Fcc       :
28126  Comment   :
28127  Addresses : flint@bedrock.org,
28128              rubble@bedrock.org
28129 </PRE>
28131 instead. Note the difference in the Addresses field.
28133 &lt;End of help on this topic&gt;
28134 </BODY></HTML>
28135 ====== h_config_print_from ======
28136 <HTML>
28137 <HEAD>
28138 <TITLE>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></TITLE>
28139 </HEAD>
28140 <BODY>
28141 <H1>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></H1>
28143 If this feature is set, then the Berkeley-mail style From line is included
28144 at the start of each message that is printed.  This line looks something
28145 like the following, with the address replaced by the address from the
28146 From line of the message being printed:
28148 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;From user@domain.somewhere.com Mon May 13
28149 14:11:06 1998
28151 &lt;End of help on this topic&gt;
28152 </BODY>
28153 </HTML>
28154 ====== h_config_expanded_distlists ======
28155 <HTML>
28156 <HEAD>
28157 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></TITLE>
28158 </HEAD>
28159 <BODY>
28160 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></H1>
28161 If this feature is set, then distribution lists in the address book
28162 screen will always be expanded automatically.
28164 &lt;End of help on this topic&gt;
28165 </BODY>
28166 </HTML>
28167 ====== h_config_compose_news_wo_conf ======
28168 <HTML>
28169 <HEAD>
28170 <TITLE>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></TITLE>
28171 </HEAD>
28172 <BODY>
28173 <H1>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></H1>
28174 This feature controls one aspect of Alpine's Composer.  If you enter the
28175 composer while reading a newsgroup, you will normally be prompted to
28176 determine whether you intend the new message to be posted to the current
28177 newsgroup or not.  If this feature is set, Alpine will not prompt you
28178 in this situation, and will assume that you do indeed wish to post
28179 to the newsgroup you are reading.
28181 &lt;End of help on this topic&gt;
28182 </BODY>
28183 </HTML>
28184 ====== h_config_compose_rejects_unqual ======
28185 <HTML>
28186 <HEAD>
28187 <TITLE>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></TITLE>
28188 </HEAD>
28189 <BODY>
28190 <H1>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></H1>
28192 This feature controls one aspect of the message composer; in particular,
28193 what happens when an unqualified name is entered into an address header.
28194 If set, unqualified names entered as addresses will be treated as errors
28195 unless they match an addressbook nickname.  Alpine will not attempt to turn
28196 them into complete addresses by adding your local domain.<P>
28198 A complete (fully qualified) address is one containing a username followed
28199 by an &quot;@&quot; (&quot;at&quot;) symbol, followed by a domain name (e.g.
28200 &quot;jsmith@example.com&quot;).  An unqualified name is one <B>without</B> 
28201 the &quot;@&quot; symbol and domain name (e.g. &quot;jsmith&quot;). 
28203 (See also <A HREF="h_address_format">Explanation of Address formats</A>.)
28207 When you enter a fully qualified address, Alpine does not interpret or
28208 modify it, but simply passes it on to the mail-transport-agent (MTA) for
28209 your system.  Alpine conforms to the Internet standards governing message
28210 headers and will not send an unqualifed name to the MTA.  Therefore, when
28211 you enter an unqualified name, Alpine will normally attempt to turn it into
28212 a fully qualified address, first by checking to see if you have entered a
28213 matching nickname in your addressbook, or failing that, by simply adding
28214 your own domain to the name entered.  So if your address is
28215 &quot;jsmith@example.com&quot; and you enter &quot;fred&quot;, then (assuming 
28216 &quot;fred&quot; is not a nickname in your addressbook), Alpine will turn 
28217 that into &quot;fred@example.com&quot;.<P>
28219 There are situations where it is not desirable for Alpine to interpret such
28220 unqualified names as valid (local) addresses.  For example, if &quot;fred&quot;
28221 turned out to be a typo (intended to be an addressbook nickname), but
28222 there actually was a &quot;fred&quot; in your local domain, the message might 
28223 be mis-delivered without your realizing it.  In order to reduce the likelihood
28224 of such accidents, setting this feature will cause Alpine to treat such
28225 addresses as errors, and require that you explicitly enter the full local
28226 address (e.g. &quot;fred@example.com&quot;) or correct the name so that it 
28227 matches an address book nickname.<P>
28229 Consider this a safety feature against mis-directed mail.
28231 <UL>   
28232 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28233 </UL><P>
28234 &lt;End of help on this topic&gt;
28235 </BODY>
28236 </HTML>
28237 ====== h_config_quell_local_lookup ======
28238 <HTML>
28239 <HEAD>
28240 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></TITLE>
28241 </HEAD>
28242 <BODY>
28243 <H1>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></H1>
28245 This feature controls an aspect of Alpine's Composer, and if needed, will
28246 usually be set by your system manager in Alpine's system-wide configuration
28247 file. Specifically, if this feature is set, Alpine will not attempt to look
28248 in the system password file to find a Full Name for the entered address.
28250 Normally, names you enter into address fields (e.g. To: or Cc:) are
28251 checked against your address book(s) to see if they match an address book
28252 nickname.  Failing that, (in Unix Alpine) the name is then checked against
28253 the Unix password file.  If the entered name matches a username in the
28254 system password file, Alpine extracts the corresponding Full Name information
28255 for that individual, and adds that to the address being entered.
28257 However, password file matching can have surprising (incorrect) results if
28258 other users of the system do not receive mail at the domain you are using.
28259 That is, if either the 
28260 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> or 
28261 <A HREF="h_config_domain_name">&quot;<!--#echo var="VAR_use-only-domain-name"-->&quot;</A>
28262 option
28263 is set such that the administrative domain of other users on the system
28264 isn't accurately reflected, Alpine should be told that a passwd file match
28265 is coincidental, and Full Name info will be incorrect.  For example, a
28266 personal name from the password file could get falsely paired with the
28267 entered name as it is turned into an address in the configured domain.
28269 If you are seeing this behavior, enabling this feature will prevent Unix
28270 Alpine from looking up names in the password file to find the Full Name
28271 for incomplete addresses you enter.<P>
28272 <UL>
28273 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28274 </UL>
28276 &lt;End of help on this topic&gt;
28277 </BODY>
28278 </HTML>
28279 ====== h_config_tab_checks_recent ======
28280 <HTML>
28281 <HEAD>
28282 <TITLE>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></TITLE>
28283 </HEAD>
28284 <BODY>
28285 <H1>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></H1>
28287 In a FOLDER LIST screen, the TAB key usually just changes which
28288 folder is highlighted.
28289 If this feature is set, then the TAB key will cause the number of
28290 recent messages and the total number of messages in the highlighted folder
28291 to be displayed instead.
28294 &lt;End of help on this topic&gt;
28295 </BODY>
28296 </HTML>
28297 ====== h_config_maildrops_preserve_state ======
28298 <HTML>
28299 <HEAD>
28300 <TITLE>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></TITLE>
28301 </HEAD>
28302 <BODY>
28303 <H1>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></H1>
28305 This feature affects the way <A HREF="h_maildrop">Mail Drops</A> work.
28306 Normally, when mail is moved from a Mail Drop folder to a destination
28307 folder, it is delivered as new mail.
28308 Any Seen/New, Answered, Important/Flagged state that has changed will be
28309 ignored.
28310 All of the mail will be considered unSeen, unAnswered, and unImportant after
28311 it is moved.
28313 If this feature is set, then the state changes that have been made
28314 to the messages in the Mail Drop folder will be preserved.
28316 In any case, messages that are already marked Deleted when the
28317 mail is to be moved from the Mail Drop will be ignored.
28319 &lt;End of help on this topic&gt;
28320 </BODY>
28321 </HTML>
28322 ====== h_config_preopen_stayopens ======
28323 <HTML>
28324 <HEAD>
28325 <TITLE>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></TITLE>
28326 </HEAD>
28327 <BODY>
28328 <H1>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></H1>
28330 This feature is related to the option
28331 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
28332 Normally, Stay Open folders are only opened on demand, when the user
28333 asks to open them.
28334 From then on they are kept open for the duration of the session.
28335 However, if this feature is set, then the Stay Open folders will all be
28336 opened at startup, at the same time that the INBOX is opened.
28339 &lt;End of help on this topic&gt;
28340 </BODY>
28341 </HTML>
28342 ====== h_config_expunge_inbox ======
28343 <HTML>
28344 <HEAD>
28345 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></TITLE>
28346 </HEAD>
28347 <BODY>
28348 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></H1>
28350 The INBOX is normally treated differently from regular folders in several
28351 ways.
28352 One of the differences is that the normal &quot;close&quot; sequence of
28353 events is deferred until Alpine is exited, instead of happening when you
28354 leave the INBOX to view another folder.
28355 The &quot;close&quot; sequence normally includes the Expunging
28356 of deleted messages
28357 (either automatically or after a prompt, controlled by the features
28358 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
28359 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
28360 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
28361 handling of the
28362 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>.
28365 If this feature is set the &quot;close&quot; sequence handling will take
28366 place every time you leave the INBOX.
28367 The INBOX will still be kept open, but the offer to Expunge and the archiving
28368 to the <!--#echo var="VAR_read-message-folder"-->
28369 will take place each time you leave the INBOX instead of only once at the
28370 end of the session.
28373 &lt;End of help on this topic&gt;
28374 </BODY>
28375 </HTML>
28376 ====== h_config_expunge_stayopens ======
28377 <HTML>
28378 <HEAD>
28379 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></TITLE>
28380 </HEAD>
28381 <BODY>
28382 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></H1>
28384 This feature is related to the option
28385 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
28386 Stay Open folders are treated differently from regular folders in several
28387 ways.
28388 One of the differences is that the normal &quot;close&quot; sequence of
28389 events is deferred until Alpine is exited, instead of happening when you
28390 leave the folder to view another folder.
28391 The &quot;close&quot; sequence normally includes the Expunging
28392 of deleted messages
28393 (either automatically or after a prompt, controlled by the features
28394 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
28395 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
28396 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
28397 handling of
28398 <A HREF="h_config_archived_folders"><!--#echo var="VAR_incoming-archive-folders"--></A>.
28401 If this feature is set the &quot;close&quot; sequence handling will take
28402 place when you leave the Stay Open folder.
28403 The folder will still be kept open, but the offer to Expunge and the archiving
28404 will take place each time you leave the folder instead of only once at the
28405 end of the session.
28406 This feature does not affect the INBOX, which will still only be processed
28407 when you exit Alpine.
28408 However, there is a similar feature that affects only the INBOX called
28409 <A HREF="h_config_expunge_inbox">&quot;<!--#echo var="FEAT_offer-expunge-of-inbox"-->&quot;</A>.
28412 &lt;End of help on this topic&gt;
28413 </BODY>
28414 </HTML>
28415 ====== h_config_preserve_start_stop ======
28416 <HTML>
28417 <HEAD>
28418 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></TITLE>
28419 </HEAD>
28420 <BODY>
28421 <H1>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></H1>
28423 This feature controls how special control key characters, typically
28424 Ctrl-S and Ctrl-Q, are interpreted when input to Alpine.  These characters
28425 are known as the "stop" and "start" characters and are sometimes used in
28426 communications paths to control data flow between devices that operate at
28427 different speeds.
28431 By default, Alpine turns the system's handling of these special characters
28432 off except during printing.  However, if you see Alpine reporting input errors
28433 such as:
28435 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[ Command "^Q" not defined for this screen.]
28437 and, at the same time, see your display become garbled, then it is likely
28438 that setting this option will solve the problem.  Be aware, though, that
28439 enabling this feature will also cause Alpine to ostensibly "hang" 
28440 whenever the Ctrl-S key combination is entered as the system is now
28441 interpreting such input as a "stop output" command.  To "start
28442 output"  again, simply type Ctrl-Q. 
28444 &lt;End of help on this topic&gt;
28445 </BODY>
28446 </HTML>
28447 ====== h_config_enable_incoming ======
28448 <HTML>
28449 <HEAD>
28450 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></TITLE>
28451 </HEAD>
28452 <BODY>
28453 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></H1>
28455 Alpine's Incoming Message Folders collection
28456 provides a convenient way to access multiple incoming folders.
28457 It is also useful if you have accounts on multiple computers.
28460 If set, this feature defines a pseudo-folder collection called
28461 &quot;INCOMING MESSAGE FOLDERS&quot;.  Initially, the only folder included
28462 in this collection will be your INBOX, which will no longer show up in
28463 your Default folder collection.
28466 You may add more folders to the Incoming Message Folders collection by
28467 using the
28468 <!--chtml if pinemode="function_key"-->
28469 &quot;F10
28470 <!--chtml else-->
28471 &quot;A
28472 <!--chtml endif-->
28473 Add&quot; command in the FOLDER LIST screen.  You will be prompted for
28474 the host the folder is stored on (which defaults to the same host used
28475 for your INBOX), a nickname, and the actual folder name.  Once a set
28476 of Incoming Message Folders are defined, the TAB key (in MESSAGE INDEX
28477 or MESSAGE TEXT screens) may be used to scan the folders for those
28478 with Recent messages.  If you add more folders to
28479 your <!--#echo var="VAR_incoming-folders"--> collection, turning this feature back off will have
28480 no effect.
28482 NOTE: Normally the software that actually delivers mail (the stuff that happens
28483 before Alpine is involved) is in a better position to do delivery filtering
28484 than is Alpine itself.
28485 If possible, you may want to look at programs such as
28486 &quot;filter&quot; or &quot;procmail&quot;, which are examples of delivery
28487 filtering programs.
28488 If you'd prefer to have Alpine do the filtering for you, you may set that
28490 Look <A HREF="h_rules_filter">here</A> for help with Alpine filtering.
28492 <UL>   
28493 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28494 </UL><P>
28495 &lt;End of help on this topic&gt;
28496 </BODY>
28497 </HTML>
28498 ====== h_config_enable_incoming_checking ======
28499 <HTML>
28500 <HEAD>
28501 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></TITLE>
28502 </HEAD>
28503 <BODY>
28504 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></H1>
28506 This feature is only operational if you have enabled the optional
28507 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> collection.
28508 If you do have Incoming Message Folders and you also set this feature,
28509 then the number of Unseen messages in each folder will be displayed
28510 in the FOLDER LIST screen for the Incoming Message Folders.
28511 The number of Unseen messages in a folder will be displayed in parentheses
28512 to the right of the name of each folder.
28513 If there are no Unseen messages in a folder then only the name
28514 is displayed, not a set of parentheses with zero inside them.
28515 A redraw command, Ctrl-L, can be used in the FOLDER LIST screen for
28516 the Incoming Message Folders to cause an immediate update.
28518 If a check for Unseen messages fails for a particular folder then Alpine
28519 will no longer attempt to check that folder for the duration of the
28520 session and this will be indicated by a question mark inside the
28521 parentheses.
28523 The features
28524 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>,
28525 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>,
28526 <A HREF="h_config_incoming_list"><!--#echo var="VAR_incoming-check-list"--></A>,
28527 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>,
28528 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>, and
28529 <A HREF="h_config_incoming_timeo"><!--#echo var="VAR_incoming-check-timeout"--></A>
28530 all affect how this feature behaves.
28532 <UL>   
28533 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28534 </UL><P>
28535 &lt;End of help on this topic&gt;
28536 </BODY>
28537 </HTML>
28538 ====== h_config_incoming_checking_total ======
28539 <HTML>
28540 <HEAD>
28541 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></TITLE>
28542 </HEAD>
28543 <BODY>
28544 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></H1>
28546 This option has no effect unless the feature
28547 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
28548 is set, which in turn has no effect unless
28549 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
28550 is set.
28552 When incoming folder checking is turned on the default is to display
28553 the number of unseen messages in each folder.
28554 More precisely, it is the number of undeleted unseen messages.
28555 Using this option you may also display the total number of messages
28556 in each folder.
28557 Instead of a single number representing the number of unseen messages
28558 you will get two numbers separated by a slash character.
28559 The first is the number of unseen messages and the second is the
28560 total number of messages.
28562 You may also use the recent message count instead of the unseen message
28563 count by turning on the feature
28564 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>.
28566 <UL>   
28567 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28568 </UL><P>
28569 &lt;End of help on this topic&gt;
28570 </BODY>
28571 </HTML>
28572 ====== h_config_incoming_checking_recent ======
28573 <HTML>
28574 <HEAD>
28575 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></TITLE>
28576 </HEAD>
28577 <BODY>
28578 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></H1>
28580 This option has no effect unless the feature
28581 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
28582 is set, which in turn has no effect unless
28583 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
28584 is set.
28586 When incoming folder checking is turned on the default is to display
28587 the number of unseen messages in each folder.
28588 More precisely, it is the number of undeleted unseen messages.
28589 Using this option you may display the number of recent messages instead
28590 of the number of unseen messages.
28591 A message is only counted as recent if this is the first session to
28592 see it, so the recent count might be less than the unseen count.
28593 The difference between the two would be accounted for by the unseen messages
28594 in the folder which were there previously but have not been looked at yet.
28596 If you simultaneously run more than one email client at a time
28597 (for example, you run more than one Alpine in parallel) then turning
28598 this feature on can cause some confusion.
28599 The confusion stems from the fact that each message is only considered to be
28600 recent in one session.
28601 That means that the counts of new messages may be different in the two
28602 Alpines running side by side, because each incoming message will only be
28603 counted as recent in one of the two sessions.
28605 You may also display the total number of messages
28606 in each folder by using the
28607 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
28608 option.
28610 <UL>   
28611 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28612 </UL><P>
28613 &lt;End of help on this topic&gt;
28614 </BODY>
28615 </HTML>
28616 ====== h_config_attach_in_reply ======
28617 <HTML>
28618 <HEAD>
28619 <TITLE>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></TITLE>
28620 </HEAD>
28621 <BODY>
28622 <H1>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></H1>
28624 This feature controls an aspect of Alpine's Reply command. If set, any MIME
28625 attachments that were part of the original message will automatically be
28626 included in the Reply.
28628 &lt;End of help on this topic&gt;
28629 </BODY>
28630 </HTML>
28631 ====== h_config_include_header =====
28632 <HTML>
28633 <HEAD>
28634 <TITLE>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></TITLE>
28635 </HEAD>
28636 <BODY>
28637 <H1>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></H1>
28639 This feature controls an aspect of Alpine's Reply command. If set, and the
28640 original message is being included in the reply, then headers from that
28641 message will also be part of the reply.
28643 &lt;End of help on this topic&gt;
28644 </HEAD>
28645 </HTML>
28646 ====== h_config_sig_at_bottom =====
28647 <HTML>
28648 <HEAD>        
28649 <TITLE>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></TITLE>
28650 </HEAD>
28651 <BODY>
28652 <H1>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></H1>
28654 This feature controls an aspect of Alpine's Reply command.  If this feature
28655 is set, and the original message is being included in the reply, then the
28656 contents of your signature file (if any) will be inserted after the included
28657 message.
28659 This feature does not affect the results of a Forward command.
28661 &lt;End of help on this topic&gt;
28662 </BODY>
28663 </HTML>
28664 ====== h_config_sigdashes =====
28665 <HTML>
28666 <HEAD>
28667 <TITLE>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></TITLE>
28668 </HEAD>
28669 <BODY>
28670 <H1>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></H1>
28672 This feature enables support for the common USENET news convention 
28673 of preceding a message signature with the special line consisting of 
28674 the three characters &quot;--&nbsp;&quot; (i.e., dash, dash, and space).
28677 When enabled and a
28678 &quot;<A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>&quot; exists,
28679 Alpine will insert the special line before including the file's text (unless
28680 the special line already exists somewhere in the file's text).
28683 In addition, when you Reply or Followup to a message containing one of
28684 these special lines and choose to include its text, Alpine will observe
28685 the convention of not including text beyond the special line in your
28686 reply.
28687 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
28688 mode is enabled and turned on, then Alpine <EM>will</EM>
28689 include the text beyond the special line regardless of the setting of
28690 this feature.
28693 See also &quot;<a href="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>&quot;
28694 for a related feature.
28697 <UL>   
28698 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28699 </UL><P>
28700 &lt;End of help on this topic&gt;
28701 </BODY>
28702 </HTML>
28703 ====== h_config_new_thread_blank_subject =====
28704 <HTML>
28705 <HEAD>
28706 <TITLE>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></TITLE>
28707 </HEAD>
28708 <BODY>
28709 <H1>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></H1>
28711 When this feature is enabled (the default) Alpine will create a new thread
28712 every time that the subject line becomes empty at any time during composition.
28715 This behavior is particularly useful in case you are replying to a message.
28716 Replying to a message causes the message to be in the same thread than the
28717 original message that is being replied to. However, many authors want to create
28718 a new message (in a different thread) while replying to a message, and they do
28719 this by changing the full subject, by first deleting the original subject and
28720 typing the new subject of the current message.
28723 Enabling this feature causes that any time that the subject is deleted, the 
28724 message being composed will be considered the first message of a new thread.
28727 <UL>   
28728 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28729 </UL><P>
28730 &lt;End of help on this topic&gt;
28731 </BODY>
28732 </HTML>
28733 ====== h_config_strip_sigdashes =====
28734 <HTML>
28735 <HEAD>
28736 <TITLE>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></TITLE>
28737 </HEAD>
28738 <BODY>
28739 <H1>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></H1>
28741 This feature doesn't do anything if the feature
28742 &quot;<A HREF="h_config_sigdashes"><!--#echo var="FEAT_enable-sigdashes"--></A>&quot; is turned on.
28743 However, if the &quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot; feature is not turned on,
28744 then turning on this feature enables support for the convention
28745 of not including text beyond the sigdashes line when Replying or Following
28746 up to a message and including the text of that message.
28747 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
28748 mode is enabled and turned on, then Alpine <EM>will</EM>
28749 include the text beyond the special line regardless of the setting of
28750 this feature.
28752 In other words, this is a way to turn on the signature stripping behavior
28753 without also turning on the dashes-adding behavior.
28755 <UL>   
28756 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28757 </UL><P>
28758 &lt;End of help on this topic&gt;
28759 </BODY>
28760 </HTML>
28761 ====== h_config_forward_as_attachment =====
28762 <HTML>
28763 <HEAD>
28764 <TITLE>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></TITLE>
28765 </HEAD>
28766 <BODY>
28767 <H1>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></H1>
28769 This feature affects the way forwarded message text is handled.  When set, rather than 
28770 include the text of the forwarded message below any additional text you provide in the
28771 composer, the forwarded message is attached in its entirety to the message you send.
28773 This is useful in that it keeps the text you provide in the composer distinct from the
28774 text of the forwarded message.  Similarly, it allows the recipient to 
28775 conveniently operate on the forwarded message.  For example, they might reply directly to
28776 the sender of the forwarded message, or process it as part of a spam report.
28777 <UL>   
28778 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28779 </UL><P>
28780 &lt;End of help on this topic&gt;
28781 </BODY>
28782 </HTML>
28783 ====== h_config_preserve_field =====
28784 <HTML>
28785 <HEAD>
28786 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></TITLE>
28787 </HEAD>
28788 <BODY>
28789 <H1>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></H1>
28791 This feature affects Alpine's behavior when one replies to a message. 
28792 When you receive a message, some or all of the recipients of the message 
28793 have been added to the To: and Cc: fields. If you reply to such message, 
28794 and this feature is disabled, then the original sender of the message is 
28795 added to the To: field, and all other recipients are added to the Cc: 
28796 field, while your address is added to the From: field.
28799 However, if this feature is enabled, then Alpine will preserve the 
28800 original fields as sent in the original message, so the Cc: and To: 
28801 fields will be preserved. The sender's address will be added to the To: 
28802 field, while your address is added to the From: field.
28805 The behavior of this feature is that replies to all messages will behave 
28806 in the way described above. If you only intend this to happen on a per 
28807 message basis, then keep this feature disabled, and when replying to a 
28808 message you will see a new option in the menu for the &quot;Reply to all 
28809 recipients?&quot; question. In this case, pressing &quot;p&quot; will 
28810 make Alpine toggle its question so you can preserve the To: and Cc: 
28811 fields for that message only.
28813 <UL>   
28814 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28815 </UL><P>
28816 &lt;End of help on this topic&gt;
28817 </BODY>
28818 </HTML>
28819 ====== h_config_sub_lists =====
28820 <HTML>
28821 <HEAD>
28822 <TITLE>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></TITLE>
28823 </HEAD>
28824 <BODY>
28825 <H1>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></H1>
28827 This feature affects the subcommands available when Saving, 
28828 or when Opening a new folder. If set, the subcommand ^X ListMatches will be
28829 available. This command allows you to type in a substring of the folder
28830 you are looking for and when you type ^X it will display all folders
28831 that contain that substring in their names.
28832 This feature is set by default.
28835 &lt;End of help on this topic&gt;
28836 </BODY>
28837 </HTML>
28838 ====== h_config_scramble_message_id =====
28839 <HTML>
28840 <HEAD>
28841 <TITLE>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></TITLE>
28842 </HEAD>
28843 <BODY>
28844 <H1>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></H1>
28846 Normally the Message-ID header that Alpine generates when sending a message
28847 contains the name of the computer from which the message is being sent.
28848 Some believe that this hostname could be used by spammers or could
28849 be used by others for nefarious purposes.
28850 If this feature is set, that name will be transformed with a simple
28851 Rot13 transformation.
28852 The result will still have the correct syntax for a Message-ID but the
28853 part of the MessageID that is often a domain name will not be an actual
28854 domain name because the letters will be scrambled.
28856 In addition, other information such as the name program, version, and
28857 a code for operating system used to build Alpine, will be encoded using
28858 the Rot13 transformation, except for the version number which will be
28859 encoded using a Rot5 transformation.
28861 It is possible (but unlikely?) that some spam detection
28862 software will use that as a reason to reject the mail as spam.
28863 It has also been reported that some spam detection software uses the
28864 fact that there are no dots after the &quot;@&quot; as a reason to reject
28865 messages.
28866 If your PC-Alpine Message-ID is using a name without a dot that is because
28867 that is what Windows thinks is your &quot;Full computer name&quot;.
28868 The method used to set this varies from one type of Windows to another but
28869 check under Settings -> Control Panel -> System and
28870 look for Network Identification or Computer Name or something similar.
28871 How to set it is beyond the scope of Alpine.
28874 &lt;End of help on this topic&gt;
28875 </BODY>
28876 </HTML>
28877 ====== h_downgrade_multipart_to_text =====
28878 <HTML>
28879 <HEAD>
28880 <TITLE>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></TITLE>
28881 </HEAD>
28882 <BODY>
28883 <H1>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></H1>
28886 This feature affects Alpine's behavior when sending mail.  Internet
28887 standards require Alpine to translate all non-ASCII characters in
28888 messages that it sends using MIME encoding.  This encoding can be
28889 ostensibly broken for recipients if any agent between Alpine and the
28890 recipient, such as an email list expander, appends text to the
28891 message, such as list information or advertising.  When sending such
28892 messages Alpine attempts to protect such encoding by placing extra
28893 MIME boundaries around the message text.
28895 These extra boundaries are invisible to recipients that 
28896 use MIME-aware email programs (the vast majority).  However, if
28897 you correspond with users of email programs that are not MIME-aware,
28898 or do not handle the extra boundaries gracefully, you can
28899 use this feature to prevent Alpine from including the extra
28900 MIME information.  Of course, it will increase the likelihood
28901 that non-ASCII text you send may appear corrupt to the recipient.
28903 &lt;End of help on this topic&gt;
28904 </BODY>
28905 </HTML>
28906 ====== h_config_show_sort =====
28907 <HTML>
28908 <HEAD>
28909 <TITLE>FEATURE: <!--#echo var="FEAT_show-sort"--></TITLE>
28910 </HEAD>
28911 <BODY>
28912 <H1>FEATURE: <!--#echo var="FEAT_show-sort"--></H1>
28914 If this feature is set and there is sufficient space on the screen,
28915 a short indication of the current sort order will be
28916 added in the titlebar (the top line on the screen), before the name
28917 of the folder.
28918 For example, with the default Arrival sort in effect,
28919 the display would have the characters
28921 <P><CENTER>[A]</CENTER><P>
28923 added between the title of the screen and the folder name.
28924 The letters are the same as the letters you may type to manually
28925 sort a folder with the SortIndex command ($).
28926 The letters in the table below are the ones that may show
28927 up in the titlebar line.
28929 <TABLE>   
28930 <TR> <TD> A </TD> <TD> <EM>A</EM>rrival        </TD> </TR>
28931 <TR> <TD> S </TD> <TD> <EM>S</EM>ubject        </TD> </TR>
28932 <TR> <TD> F </TD> <TD> <EM>F</EM>rom           </TD> </TR>
28933 <TR> <TD> T </TD> <TD> <EM>T</EM>o             </TD> </TR>
28934 <TR> <TD> C </TD> <TD> <EM>C</EM>c             </TD> </TR>
28935 <TR> <TD> D </TD> <TD> <EM>D</EM>ate           </TD> </TR>
28936 <TR> <TD> Z </TD> <TD> si<EM>Z</EM>e           </TD> </TR>
28937 <TR> <TD> O </TD> <TD> <EM>O</EM>rderedsubject </TD> </TR>
28938 <TR> <TD> E </TD> <TD> scor<EM>E</EM>          </TD> </TR>
28939 <TR> <TD> H </TD> <TD> t<EM>H</EM>read         </TD> </TR>
28940 </TABLE>
28942 If the sort order is Reversed, the letter above will be preceded by the letter
28943 &quot;R&quot;, for example
28945 <P><CENTER>[RS]</CENTER><P>
28947 means that a Reverse Subject sort is in effect.
28948 For the case where the sort is in Reverse Arrival order, the &quot;A&quot; is
28949 left out, and just an &quot;R&quot; is shown.
28951 <P><CENTER>[R]</CENTER>
28954 &lt;End of help on this topic&gt;
28955 </BODY>
28956 </HTML>
28957 ====== h_config_disable_reset_disp =====
28958 <HTML>
28959 <HEAD>
28960 <TITLE>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></TITLE>
28961 </HEAD>
28962 <BODY>
28963 <H1>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></H1>
28965 UNIX Alpine only.
28967 This feature affects Alpine's behavior when using
28968 <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>.
28969 Normally, before the display filter is run, the terminal mode is reset
28970 to what it was before you started Alpine.
28971 This may be necessary if the filter requires the use of the terminal.
28972 For example, it may need to interact with you.
28973 If you set this feature, then the terminal mode will not be reset.
28974 One thing that turning on this feature should fix is the coloring of
28975 <A HREF="h_config_quote_color">quoted text</A> in the message view, which
28976 breaks because the terminal reset resets the color state of the terminal.
28979 &lt;End of help on this topic&gt;
28980 </BODY>
28981 </HTML>
28982 ====== h_config_disable_sender =====
28983 <HTML>
28984 <HEAD>
28985 <TITLE>FEATURE: <!--#echo var="FEAT_disable-sender"--></TITLE>
28986 </HEAD>
28987 <BODY>
28988 <H1>FEATURE: <!--#echo var="FEAT_disable-sender"--></H1>
28990 This feature affects Alpine's generation of the &quot;Sender:&quot; or
28991 <A HREF="h_config_use_sender_not_x">&quot;X-X-Sender&quot;</A>
28992 header fields.
28993 By default, Alpine will generate such a header in situations where the
28994 username or domain are not the same as
28995 the &quot;From:&quot; header on the message.
28996 With this feature set,
28997 no &quot;Sender:&quot; or &quot;X-X-Sender&quot; header will be generated.
28998 This may be desirable on a system that is virtually hosting many domains,
28999 and the sysadmin has other methods available for tracking a message to
29000 its originator.
29002 See also <A HREF="h_config_allow_chg_from">&quot;<!--#echo var="FEAT_allow-changing-from"-->&quot;</A>.
29005 &lt;End of help on this topic&gt;
29006 </BODY>
29007 </HTML>
29008 ====== h_config_use_sender_not_x =====
29009 <HTML>
29010 <HEAD>
29011 <TITLE>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></TITLE>
29012 </HEAD>
29013 <BODY>
29014 <H1>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></H1>
29016 Normally Alpine adds a header line
29017 labeled &quot;X-X-Sender&quot;, if the sender is
29018 different from the From: line.
29019 The standard specifies that this header
29020 line should be labeled &quot;Sender&quot;, not &quot;X-X-Sender&quot;.
29021 Setting this feature causes
29022 &quot;Sender&quot; to be used instead of &quot;X-X-Sender&quot;.
29024 See also <A HREF="h_config_disable_sender">&quot;<!--#echo var="FEAT_disable-sender"-->&quot;</A>.
29027 &lt;End of help on this topic&gt;
29028 </BODY>
29029 </HTML>
29030 ====== h_config_use_fk =====
29031 <HTML>
29032 <HEAD>
29033 <TITLE>FEATURE: <!--#echo var="FEAT_use-function-keys"--></TITLE>
29034 </HEAD>
29035 <BODY>
29036 <H1>FEATURE: <!--#echo var="FEAT_use-function-keys"--></H1>
29038 This feature specifies that Alpine will respond to function keys instead of
29039 the normal single-letter commands. In this mode, the key menus at the
29040 bottom of each screen will show function key designations instead of the
29041 normal mnemonic key.
29044 &lt;End of help on this topic&gt;
29045 </BODY>
29046 </HTML>
29047 ====== h_config_cancel_confirm =====
29048 <HTML>
29049 <HEAD>
29050 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></TITLE>
29051 </HEAD>
29052 <BODY>
29053 <H1>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></H1>
29055 This feature affects what happens when you type ^C to cancel a composition.
29056 By default, if you attempt to cancel a composition by typing ^C, you will be
29057 asked to confirm the cancellation by typing a &quot;C&quot;
29058 for <EM>C</EM>onfirm.
29059 It logically ought to be a &quot;Y&quot; for <EM>Y</EM>es, but that is
29060 risky because the &quot;^C Y&quot; needed to cancel a message
29061 is close (on the keyboard) to the &quot;^X Y&quot; needed to send a message.
29063 If this feature is set the confirmation asked for
29064 will be a &quot;<EM>Y</EM>es&quot;
29065 instead of a &quot;<EM>C</EM>onfirm&quot; response.
29068 &lt;End of help on this topic&gt;
29069 </BODY>
29070 </HTML>
29071 ====== h_config_compose_maps_del =====
29072 <HTML>
29073 <HEAD>
29074 <TITLE>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></TITLE>
29075 </HEAD>
29076 <BODY>
29077 <H1>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></H1>
29079 This feature affects the behavior of the DELETE key.
29080 If set, Delete will be equivalent to ^D, and delete
29081 the current character.  Normally Alpine defines the Delete key
29082 to be equivalent to ^H, which deletes the <EM>previous</EM>
29083 character.
29086 &lt;End of help on this topic&gt;
29087 </BODY>
29088 </HTML>
29089 ====== h_config_compose_bg_post =====
29090 <HTML>
29091 <HEAD>
29092 <TITLE>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></TITLE>
29093 </HEAD>
29094 <BODY>
29095 <H1>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></H1>
29097 This feature affects the behavior of Alpine's mail sending.  If set, this
29098 feature enables a subcommand in the composer's "Send?" confirmation
29099 prompt.  The subcommand allows you to tell Alpine to handle the actual
29100 posting in the background.  While this feature usually allows posting
29101 to appear to happen very fast, it has no affect on the actual delivery
29102 time it takes a message to arrive at its destination.
29105 Please Note:
29106 <OL>
29107  <LI>This feature will have no effect if the feature
29108        <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A>
29109        is set.
29110  <LI>This feature isn't supported on all systems.  All DOS and Windows,
29111        as well as several Unix ports, do not recognize this feature.
29112  <LI>Error handling is significantly different when this feature is
29113         enabled.  Any message posting failure results in the message
29114         being appended to your &quot;Interrupted&quot; mail folder.  When you
29115         type the <A HREF="h_common_compose">C</A>ompose command,
29116         Alpine will notice this folder and
29117         offer to extract any messages contained.  Upon continuing a 
29118         failed message, Alpine will display the nature of the failure 
29119         in the status message line.
29120  <LI> <EM>WARNING</EM>: Under extreme conditions, it is possible
29121         for message data to
29122         get lost.  <EM>Do</EM> <EM>not</EM> enable this feature
29123         if you typically run close to any sort of disk-space limits or quotas.
29124 </OL>
29126 &lt;End of help on this topic&gt;
29127 </BODY>
29128 </HTML>
29129 ====== h_config_compose_dsn =====
29130 <HTML>
29131 <HEAD>
29132 <TITLE>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></TITLE>
29133 </HEAD>
29134 <BODY>
29135 <H1>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></H1>
29137 This feature affects the behavior of Alpine's mail sending.  If set, this
29138 feature enables a subcommand in the composer's &quot;Send?&quot; confirmation
29139 prompt.  The subcommand allows you to tell Alpine to request the type of
29140 Delivery Status Notification (DSN) that you would like.  Most users will
29141 be happy with the default, and need not enable this feature.
29143 If the feature
29144 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
29145 then this feature has no effect and the type of DSN is not selectable.
29148 Turning on this feature and then turning on the DSNOpts from the send
29149 prompt reveals four on-off toggles at the bottom of the screen.
29150 The &quot;X&quot; command toggles between NoErrRets and ErrRets.  NoErrRets requests
29151 that no notification be returned to you, even if there is a delivery
29152 failure.  The &quot;D&quot; key toggles between Delay and NoDelay.  This tells the
29153 server that you are willing (or not) to receive delay notifications, which
29154 happen when there is an unusual delay at some mail server (in that mail
29155 server's opinion).  The &quot;S&quot; key toggles between Success and NoSuccess.
29156 Success requests that you be sent a DSN message when the message is
29157 successfully delivered to the recipients mailbox.  Setting NoErrRets will
29158 automatically turn off Delay and Success notification, and will flip the
29159 toggles to show that.  Similarly, turning on Delay and/or Success will
29160 automatically toggle the &quot;X&quot; key to ErrRets.  The fourth command, the
29161 &quot;H&quot; key, toggles between RetHdrs and RetFull.  RetFull requests that
29162 the full message be returned in any failed DSN.  RetHdrs requests that
29163 only the headers be returned in any failed DSN.  Notice that this command
29164 applies only to failed delivery status reports.  For delay or success
29165 reports, the full message is never returned, only the headers are returned.
29168 If you don't enable the DSN feature or if you don't turn it on for a
29169 particular message, the default is that you will be notified about failures,
29170 you might be notified about delays, and you won't be notified about
29171 successes.  You will usually receive the full message back when there is
29172 a failure.
29175 If you turn on the DSNOpts the default is to return as much information as
29176 possible to you.  That is, by default, the Success and Delay options are
29177 turned on and the full message will be returned on failure.
29180 The sending prompt will display the current DSN request (if any) in a
29181 shorthand form.  It will be:
29183 <P><CENTER>[Never]</CENTER>
29186 if you have requested NoErrRets.  Otherwise, it will look something like:
29188 <P><CENTER>[FDS-Hdrs]</CENTER>
29191 The &quot;F&quot; will always be there, indicating that you will be notified
29192 of failures.  (Alpine doesn't provide a way to request no failure notification
29193 and at the same time request either success or delay notification.  The only
29194 way to request no failure notifications is to request no notifications at
29195 all with NoErrRets.)  The &quot;D&quot; and/or &quot;S&quot; will be present if you have
29196 requested Delay and/or Success notification.  If one of those is missing,
29197 that means you are requesting no notification of the corresponding type.
29198 After the dash it will say either Hdrs or Full.  Hdrs means to return only
29199 the headers and Full means to return the full message (applies to
29200 failure notifications only).
29203 NOTE: This feature relies on your system's mail transport agent or
29204 configured
29205 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
29206 having the negotiation mechanism introduced in
29207 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
29208 &quot;Delivery Status Notification&quot; (DSN).  If the mail tranport agent you
29209 are using doesn't support DSN, a short warning will be shown to you on
29210 the message line at the bottom of the screen after you send your message,
29211 but your message will have been sent anyway.
29214 Note that DSNs don't provide a mechanism to request read receipts.  That
29215 is, if you request notification on success you are notified when the
29216 message is delivered to the mailbox, not when the message is read.
29219 ESMTP allows for graceful migration to upgraded mail transfer agents, but
29220 it is possible that this feature might cause problems for some servers. 
29223 &lt;End of help on this topic&gt;
29224 </BODY>
29225 </HTML>
29226 ====== h_config_auto_zoom =====
29227 <HTML>
29228 <HEAD>
29229 <TITLE>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></TITLE>
29230 </HEAD>
29231 <BODY>
29232 <H1>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></H1>
29234 This feature affects the behavior of the Select command.
29235 If set, the select command will automatically perform a zoom
29236 after the select is complete.
29237 This feature is set by default.
29239 Some related help topics are
29240 <UL>
29241 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
29242 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
29243 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
29244 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
29245 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
29246 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
29247 </UL>
29250 &lt;End of help on this topic&gt;
29251 </BODY>
29252 </HTML>
29253 ====== h_config_auto_unzoom =====
29254 <HTML>
29255 <HEAD>
29256 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></TITLE>
29257 </HEAD>
29258 <BODY>
29259 <H1>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></H1>
29261 This feature affects the behavior of the Apply command.  If set, and if
29262 you are currently looking at a Zoomed Index view of selected messages,
29263 the Apply command will do the operation you specify, but then will
29264 implicitly do an &quot;UnZoom&quot;, so that you will automatically be back in
29265 the normal Index view after the Apply. 
29266 This feature is set by default.
29269 Some related help topics are
29270 <UL>
29271 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
29272 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
29273 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
29274 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
29275 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
29276 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
29277 </UL>
29279 &lt;End of help on this topic&gt;
29280 </BODY>
29281 </HTML>
29282 ====== h_config_auto_unselect =====
29283 <HTML>
29284 <HEAD>
29285 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></TITLE>
29286 </HEAD>
29287 <BODY>
29288 <H1>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></H1>
29290 This feature affects the behavior of the Apply command.  If set,
29291 the Apply command will do the operation you specify, but then will
29292 implicitly do an &quot;UnSelect All&quot;, so that you will automatically be back in
29293 the normal Index view after the Apply. 
29296 Some related help topics are
29297 <UL>
29298 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
29299 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
29300 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
29301 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
29302 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
29303 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
29304 </UL>
29306 &lt;End of help on this topic&gt;
29307 </BODY>
29308 </HTML>
29309 ====== h_config_fast_recent =====
29310 <HTML>
29311 <HEAD>
29312 <TITLE>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></TITLE>
29313 </HEAD>
29314 <BODY>
29315 <H1>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></H1>
29317 This feature controls the behavior of the TAB key when traversing folders
29318 in the optional 
29319 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
29320 collection or in optional <!--#echo var="VAR_news-collections"-->.
29323 When the TAB
29324 (<A HREF="h_common_nextnew">NextNew</A>)
29325 key is pressed, the default behavior is to
29326 explicitly examine the status of the folder for the number of recent
29327 messages (messages delivered since the last time it was viewed).
29328 Depending on the size and number of messages in the folder, this test
29329 can be time consuming.
29332 Enabling this feature will cause Alpine to only test for the existence of
29333 any recent messages rather than to obtain the count.  This is much faster
29334 in many cases.  The downside is that you're not given the number of recent
29335 messages when prompted to view the next folder.
29336 If the feature
29337 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
29338 is turned on, then the present feature will have no effect.
29341 <UL>   
29342 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29343 </UL><P>
29344 &lt;End of help on this topic&gt;
29345 </BODY>
29346 </HTML>
29347 ====== h_config_arrow_nav =====
29348 <HTML>
29349 <HEAD>
29350 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></TITLE>
29351 </HEAD>
29352 <BODY>
29353 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></H1>
29355 This feature controls the behavior of the left and right arrow keys.
29356 If set, the left and right arrow keys will operate like the usual
29357 navigation keys &lt; and &gt;.
29358 This feature is set by default.
29361 If you set this feature, and do not like the changed behavior of the up/down 
29362 arrow 
29363 keys when navigating through the FOLDER LIST screen -- 
29364 <B>first</B> from column to column, if more than one folder is 
29365 displayed per row, 
29366 and <B>then</B> from row to row -- you may either also wish to set the feature 
29367 &quot;<A HREF="h_config_relaxed_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></A>&quot;, 
29368 &quot;<A HREF="h_config_single_list"><!--#echo var="FEAT_single-column-folder-list"--></A>&quot;, or
29369 use the ^P/^N (instead of up/down arrow) keys to move up/down the list of 
29370 folders in each column.
29372 <UL>   
29373 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29374 </UL><P>
29375 &lt;End of help on this topic&gt;
29376 </BODY>
29377 </HTML>
29378 ====== h_config_relaxed_arrow_nav =====
29379 <HTML>
29380 <HEAD>
29381 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></TITLE>
29382 </HEAD>
29383 <BODY>
29384 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></H1>
29386 This feature controls the behavior of the left, right, up and down
29387 arrow keys in the FOLDER LIST screen when the &quot;<A
29388 HREF="h_config_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation"--></A>&quot; feature is
29389 set.
29390 This feature is set by default.
29394 When this feature is set, the left and right
29395 arrow keys in the FOLDER LIST screen
29396 move the highlight bar to the left or right, and the up and
29397 down arrows move it up or down.
29400 When the &quot;<!--#echo var="FEAT_enable-arrow-navigation"-->&quot; feature is set and this
29401 feature is not set;
29402 the left and right arrow keys in the Folder List screen strictly
29403 track the commands bound to the '&lt;' and '&gt;' keys, and the up
29404 and down arrow keys move the highlight bar to the previous and next
29405 folder or directory name.
29408 <UL>   
29409 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29410 </UL><P>
29411 &lt;End of help on this topic&gt;
29412 </BODY>
29413 </HTML>
29414 ====== h_config_alt_compose_menu =====
29415 <HTML>
29416 <HEAD>
29417 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></TITLE>
29418 </HEAD>
29419 <BODY>
29420 <H1>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></H1>
29422 This feature controls the menu that is displayed when Compose is selected.
29423 If set, a list of options will be presented, with each option representing
29424 the type of composition that could be used. This feature is most useful for
29425 users who want to avoid being prompted with each option separately, or who
29426 want to avoid the checking of remote postponed or form letter folders.
29427 The possible types of composition are:
29430 New, for starting a new composition. Note that if New is selected and roles
29431 are set, roles are checked for matches and applied according to the setting
29432 of the matching role.
29435 Interrupted, for continuing an interrupted composition. This option is only
29436 offered if an interrupted message folder is detected.
29439 Postponed, for continuing postponed compositions. This option is offered
29440 if a <!--#echo var="VAR_postponed-folder"--> is set in the config REGARDLESS OF whether or not
29441 the postponed folder actually exists. This option is especially handy
29442 for avoiding having to check for the existence of a remote postponed folder.
29445 Form, for using form letters. This option is offered if the <!--#echo var="VAR_form-letter-folder"-->
29446 is set in the config, and is not checked for existence for reasons similar
29447 to those explained by the postponed option.
29450 setRole, for selecting a role to apply to a composition.
29453 &lt;End of help on this topic&gt;
29454 </BODY>
29455 </HTML>
29456 ====== h_config_alt_role_menu =====
29457 <HTML>
29458 <HEAD>
29459 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></TITLE>
29460 </HEAD>
29461 <BODY>
29462 <H1>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></H1>
29464 Normally the <A HREF="h_common_role">Role Command</A> allows you to choose
29465 a role and compose a new message using that role.
29466 When this feature is set, the role command will first ask whether you want to
29467 Compose a new message, Forward the current message, Reply to the
29468 current message, or Bounce the current message.
29469 If you are not in the MESSAGE INDEX and are not viewing a message,
29470 then there is no current message and the question will be skipped.
29471 After you have chosen to Compose, Forward, Reply, or Bounce you will
29472 then choose the role to be used.
29474 When Bouncing the &quot;Set From&quot; address is used for the
29475 Resent-From header, the &quot;Set Fcc&quot; value is used for the Fcc
29476 provided that the option
29477 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A> is turned on,
29478 and the &quot;Use SMTP Server&quot; value is used for the SMTP server, if
29479 set.
29480 Other actions of the role are ignored when Bouncing.
29483 &lt;End of help on this topic&gt;
29484 </BODY>
29485 </HTML>
29486 ====== h_config_always_spell_check =====
29487 <HTML>
29488 <HEAD>
29489 <TITLE>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></TITLE>
29490 </HEAD>
29491 <BODY>
29492 <H1>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></H1>
29494 When this feature is set, every composed message will be spell-checked before
29495 being sent.
29497 &lt;End of help on this topic&gt;
29498 </BODY>
29499 </HTML>
29500 ====== h_config_quell_asterisks =====
29501 <HTML>
29502 <HEAD>
29503 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></TITLE>
29504 </HEAD>
29505 <BODY>
29506 <H1>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></H1>
29508 When you are running Alpine you will sometimes be asked for a password
29509 in a prompt on the third line from the bottom of the screen.
29510 Normally each password character you type will cause an asterisk to echo
29511 on the screen. That gives you some feedback to know that your typing is
29512 being recognized.
29513 There is a very slight security risk in doing it this way because someone
29514 watching over your shoulder might be able to see how many characters there
29515 are in your password.
29516 If you'd like to suppress the echoing of the asterisks set this feature.
29518 &lt;End of help on this topic&gt;
29519 </BODY>
29520 </HTML>
29521 ====== h_config_quell_flowed_text =====
29522 <HTML>
29523 <HEAD>
29524 <TITLE>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></TITLE>
29525 </HEAD>
29526 <BODY>
29527 <H1>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></H1>
29529 Alpine generates flowed text where possible.
29530 The method for generating flowed text is defined by
29531 <A HREF="http://www.ietf.org/rfc/rfc3676.txt">RFC 3676</A>,
29532 the benefit of doing so is
29533 to send message text that can properly be viewed both on normal width displays
29534 and on displays with smaller or larger than normal screen widths.
29535 With flowed text, a space at the end of a line tells the receiving mail
29536 client that the following line belongs to the same paragraph.
29537 Quoted text will also be affected, with only the innermost
29538 level of &quot;&gt;&quot; quoting being followed by a space.
29539 However, if you have changed the
29540 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
29541 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
29542 quoted text will not be flowed.
29543 For this reason, we recommend that you leave your
29544 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; set to the default.
29546 This feature turns off the generation of flowed text, as it might be
29547 desired to more tightly control how a message is displayed on the receiving end.
29549 If this feature is <EM>not</EM> set, you can control on a message by message
29550 basis whether or not flowed text is generated.
29551 You do this by typing ^V at the Send confirmation prompt that you get
29552 after typing ^X to send a message.
29553 ^V is a toggle that turns flowing off and back on if typed again.
29554 If for some reason flowing cannot be done on a particular message, then the
29555 ^V command will not be available.
29556 This would be the case, for example, if this feature was set, or if your
29557 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; was set to a non-default value.
29558 If the feature
29559 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
29560 then the opportunity to control on a message by message basis
29561 whether or not flowed text is generated is lost.
29563 When this feature is not set and you have typed ^V to turn off flowing,
29564 the Send confirmation prompt will change to look like
29566 <CENTER><SAMP>Send message (not flowed)?</SAMP></CENTER>
29568 <A HREF="h_config_strip_ws_before_send">&quot;<!--#echo var="FEAT_strip-whitespace-before-send"-->&quot;</A> will
29569 also turn off the sending of flowed text messages, but it differs in that
29570 it also trims all trailing white space from a message before sending it.
29572 If alternate editors are used extensively, be aware that a message will still
29573 be sent flowed if this feature is unset.  In most cases this will be fine,
29574 but if the editor has a &quot;flowed text&quot; mode, it would be best to
29575 use that.
29577 &lt;End of help on this topic&gt;
29578 </BODY>
29579 </HTML>
29580 ====== h_config_strip_ws_before_send =====
29581 <HTML>
29582 <HEAD>
29583 <TITLE>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></TITLE>
29584 </HEAD>
29585 <BODY>
29586 <H1>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></H1>
29588 By default, trailing whitespace is not stripped from
29589 a message before sending.  Trailing whitespace should have no effect on an
29590 email message, and in flowed text can aid in delimiting paragraphs.
29591 However, the old behavior of stripping trailing whitespace was in place
29592 to better deal with older clients that couldn't handle certain types of
29593 text encodings.  This feature restores the old behavior
29595 Trailing whitespace is of aid to flowed-text-formatted messages, which are
29596 generated by default but can be turned off via the
29597 <A HREF="h_config_quell_flowed_text">&quot;<!--#echo var="FEAT_quell-flowed-text"-->&quot;</A> feature.
29598 <!--#echo var="FEAT_strip-whitespace-before-send"--> also has the effect of turning off sending
29599 of flowed text.
29601 &lt;End of help on this topic&gt;
29602 </BODY>
29603 </HTML>
29604 ====== h_config_alt_reply_menu =====
29605 <HTML>
29606 <HEAD>
29607 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></TITLE>
29608 </HEAD>
29609 <BODY>
29610 <H1>FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></H1>
29612 Note that if this option is enabled, then the option
29613 <A HREF="h_config_auto_include_reply"><!--#echo var="FEAT_include-text-in-reply"--></A>
29614 is ignored. See below to understand why.
29616 When you reply to a message, a series of questions are asked that 
29617 determines how your reply will be handled by Alpine. This feature only 
29618 affects the result of the first question you are asked, and its purpose is 
29619 to set values that could override defaults set in Alpine's main 
29620 configuration screen. As a result, this menu allows you to configure even 
29621 more features than you would be able to do without this option. For 
29622 example, this menu always allows you to override or select a <A 
29623 HREF="h_rules_roles">Role</A> if you have defined one, or allows you to 
29624 override your indent string, regardless of if you have enabled 
29625 <A HREF="h_config_prefix_editing"><!--#echo var="FEAT_enable-reply-indent-string-editing"--></A>.
29626 The full list of options can be found below.
29628 Here is an example of how this option works. After you press Reply,
29629 if you see &quot;A Inc Attach&quot; in the menu, it means that 
29630 if you press &quot;A&quot;, then Alpine will include the attachments
29631 of the original message, and the default is not to include them. 
29632 Conversely, if you see &quot;A No Attach&quot; 
29633 then by pressing &quot;A&quot; Alpine will not include
29634 attachments in your reply, and the default is that Alpine will 
29635 include them in your reply. The value that you see when you 
29636 start your reply is controlled by the option
29637 <A HREF="h_config_attach_in_reply">
29638 <!--#echo var="FEAT_include-attachments-in-reply"-->
29639 </A>. If the feature is enabled, then Alpine will display 
29640 &quot;A No Attach&quot; to override the default behavior. You can
29641 toggle between the two values of this option by pressing &quot;A&quot;.
29642 Remember that the value that you see in the menu is the action that will 
29643 be done when you press the associated command.
29645 Below are your options:
29646 <OL>
29647 <LI><B>A</B>: This determines if Alpine will include or not the 
29648 attachments sent to you in the message that you are replying to. The default 
29649 is to use the value of the configuration option 
29650 <A HREF="h_config_attach_in_reply"><!--#echo var="FEAT_include-attachments-in-reply"--></A> and can be overriden by using this command.
29652 <LI><B>H</B>: This command determines if the headers of a message are
29653 included in the body of the message that is being replied to. By default 
29654 Alpine will use the value of the configuration option 
29655 <A HREF="h_config_include_header"><!--#echo var="FEAT_include-header-in-reply"--></A>. 
29656 Observe that by toggling this option to include headers, text will be toggled
29657 to be included by default.
29659 <LI><B>R</B>: Can be used to set a role different from the default.
29661 <LI><B>S</B>: Determines if Alpine will strip the signature from a 
29662 message. The default is to strip the signature when the message is not
29663 viewed in headers mode, and you either have enabled
29664 <A HREF="h_config_sigdashes"><!--#echo var="FEAT_enable-sigdashes"--></A> 
29666 <A HREF="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></A>.
29668 <LI><B>Ctrl-R</B>: Can be used to edit the 
29669 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>.
29670 </OL>
29672 In order to include the text of the original message in the reply
29673 you either need to press 'y' to include the original text, or 'n' to 
29674 exclude it from the reply. Pressing return will execute the default 
29675 action, which is to include text only if the option
29676 <A HREF="h_config_auto_include_reply"><!--#echo var="FEAT_include-text-in-reply"--></A>
29677 is enabled. However, notice that the default is to include text if you edit the 
29678 reply indent string or if you explicitly set through this menu that you
29679 want headers included in the reply message.
29682 &lt;End of help on this topic&gt;
29683 </BODY>
29684 </HTML>
29685 ====== h_config_del_from_dot =====
29686 <HTML>
29687 <HEAD>
29688 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></TITLE>
29689 </HEAD>
29690 <BODY>
29691 <H1>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></H1>
29693 This feature controls the behavior of the Ctrl-K command in the composer.
29694 If set, ^K will cut from the current cursor position to the end of the line,
29695 rather than cutting the entire line.
29698 &lt;End of help on this topic&gt;
29699 </BODY>
29700 </HTML>
29701 ====== h_config_print_index =====
29702 <HTML>
29703 <HEAD>
29704 <TITLE>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></TITLE>
29705 </HEAD>
29706 <BODY>
29707 <H1>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></H1>
29709 This feature controls the behavior of the Print command when in the
29710 MESSAGE INDEX screen.  If set, the print command will give you a prompt
29711 asking if you wish to print the message index, or the currently highlighted
29712 message. If not set, the message will be printed.
29715 &lt;End of help on this topic&gt;
29716 </BODY>
29717 </HTML>
29718 ====== h_config_allow_talk =====
29719 <HTML>
29720 <HEAD>
29721 <TITLE>FEATURE: <!--#echo var="FEAT_allow-talk"--></TITLE>
29722 </HEAD>
29723 <BODY>
29724 <H1>FEATURE: <!--#echo var="FEAT_allow-talk"--></H1>
29726 UNIX Alpine only.
29728 By default, permission for others to &quot;talk&quot; to your terminal is turned
29729 off when you are running Alpine.  When this feature is set, permission is
29730 instead turned on.  If enabled, you may see unexpected messages in the
29731 middle of your Alpine screen from someone attempting to contact you via the
29732 &quot;talk&quot; program.
29735 NOTE: The &quot;talk&quot; program has nothing to do with Alpine or email.  The 
29736 talk daemon on your system will attempt to print a message on your screen 
29737 when someone else is trying to contact you.  If you wish to see these
29738 messages while you are running Alpine, you should enable this feature.
29741 If you do enable this feature and see a &quot;talk&quot; message, you must 
29742 suspend or quit Alpine before you can respond.
29745 &lt;End of help on this topic&gt;
29746 </BODY>
29747 </HTML>
29748 ====== h_config_send_filter_dflt =====
29749 <HTML>
29750 <HEAD>
29751 <TITLE>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></TITLE>
29752 </HEAD>
29753 <BODY>
29754 <H1>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></H1>
29755 If you have <A HREF="h_config_sending_filter">&quot;<!--#echo var="VAR_sending-filters"-->&quot;</A> 
29756 configured, setting this feature will cause
29757 the first filter in the <!--#echo var="VAR_sending-filters"--> list to be offered as the default
29758 instead of unfiltered, the usual default.
29760 <UL>   
29761 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29762 </UL><P>
29763 &lt;End of help on this topic&gt;
29764 </BODY>
29765 </HTML>
29766 ====== h_config_custom_print =====
29767 <HTML>
29768 <HEAD>
29769 <TITLE>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></TITLE>
29770 </HEAD>
29771 <BODY>
29772 <H1>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></H1>
29774 When this feature is set, the print command will have an additional
29775 subcommand called "C CustomPrint".  If selected, you will have
29776 the opportunity to enter any system print command --instead of being 
29777 restricted to using those that have been previously configured in the 
29778 printer setup menu.
29781 &lt;End of help on this topic&gt;
29782 </BODY>
29783 </HTML>
29784 ====== h_config_enable_dot_files =====
29785 <HTML>
29786 <HEAD>
29787 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></TITLE>
29788 </HEAD>
29789 <BODY>
29790 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></H1>
29792 When this feature is set, files beginning with dot (".") will be
29793 visible in the file browser.  For example, you'll be able to select them
29794 when using the browser to add an attachment to a message.
29796 &lt;End of help on this topic&gt;
29797 </BODY>
29798 </HTML>
29799 ====== h_config_enable_dot_folders =====
29800 <HTML>
29801 <HEAD>        
29802 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></TITLE>
29803 </HEAD>
29804 <BODY>
29805 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></H1>
29807 When this feature is set, folders beginning with dot (".") may be added
29808 and viewed.
29810 &lt;End of help on this topic&gt;
29811 </BODY>
29812 </HTML>
29813 ====== h_config_ff_between_msgs =====
29814 <HTML>
29815 <HEAD>
29816 <TITLE>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></TITLE>
29817 </HEAD>
29818 <BODY>
29819 <H1>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></H1>
29821 Setting this feature causes a formfeed to be printed between messages when
29822 printing multiple messages (with Apply Print command).
29824 &lt;End of help on this topic&gt;
29825 </BODY>
29826 </HTML>
29827 ====== h_config_blank_keymenu =====
29828 <HTML>
29829 <HEAD>
29830 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></TITLE>
29831 </HEAD>
29832 <BODY>
29833 <H1>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></H1>
29835 If this feature is set the command key menu that normally appears on the
29836 bottom two lines of the screen will not usually be there.  Asking for
29837 help with ^G or ? will cause the key menu to appear instead of causing
29838 the help message to come up.  If you want to actually see the help text,
29839 another ^G or ? will show it to you.  After the key menu has popped
29840 up with the help key it will remain there for an O for Other command but
29841 disappear if any other command is typed.
29843 &lt;End of help on this topic&gt;
29844 </BODY>
29845 </HTML>
29846 ====== h_config_enable_mouse =====
29847 <HTML>
29848 <HEAD>
29849 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></TITLE>
29850 </HEAD>
29851 <BODY>
29852 <H1>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></H1>
29854 This feature controls whether or not an X terminal mouse can be used with
29855 Alpine.  If set, and the $DISPLAY variable indicates that an X terminal is
29856 being used, the left mouse button on the mouse can be used to select text
29857 or commands.
29858 Clicking on a command at the bottom of the screen will behave as if you had
29859 typed that command.
29860 Clicking on an index line will move the current message highlight to
29861 that line.
29862 Double-clicking on an index line will view the message.
29863 Double-clicking on a link will view the link.
29865 This type of mouse support will also work in some terminal emulators which are
29866 not actually X terminals, but which have extra code to support the xterm
29867 style mouse.
29868 For those emulators you not only need to turn this feature on but you also
29869 have to set the $DISPLAY environment variable even though it isn't needed
29870 for your terminal.
29871 That will cause Alpine to think that it is an xterm and to properly interpret the
29872 escape sequences sent by the mouse.
29874 Note: if this feature is set, the behavior of X terminal cut-and-paste is
29875 also modified.  It is sometimes possible to hold the shift key down while clicking
29876 left or middle mouse buttons for the normal xterm cut/paste operations. 
29877 There is also an Alpine command to toggle this mode on or off.
29878 The command is Ctrl-&#92; (Control-backslash).
29880 &lt;End of help on this topic&gt;
29881 </BODY>
29882 </HTML>
29883 ====== h_config_enable_xterm_newmail =====
29884 <HTML>
29885 <HEAD>        
29886 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></TITLE>
29887 </HEAD>
29888 <BODY>
29889 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></H1>
29891 This feature controls whether or not Alpine will attempt to announce new
29892 mail arrival when it is running in an X terminal window and that window
29893 is iconified.  If set, and the $DISPLAY variable indicates that an X
29894 terminal is being used, Alpine will send appropriate escape sequences to
29895 the X terminal to modify the label on Alpine's icon to indicate that new
29896 mail has arrived. Alpine will also modify the Alpine window's title to
29897 indicate new mail.
29898 See also <a href="h_config_enable_newmail_short_text"><!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>.
29900 &lt;End of help on this topic&gt;
29901 </BODY></HTML>
29902 ====== h_config_enable_newmail_short_text =====
29903 <HTML>
29904 <HEAD>        
29905 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></TITLE>
29906 </HEAD>
29907 <BODY>
29908 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></H1>
29910 This feature controls the text to be displayed in an icon in the event
29911 of a new message arrival.  Normally, the message will
29912 be the one that is displayed on the screen.  This feature shortens the
29913 message to a count of the number of new messages in brackets.  This may be
29914 more useful for those who use the window's title bar in the task bar as a
29915 new mail indicator.  This feature is only useful if the
29916 <A HREF="h_config_enable_xterm_newmail"><!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></A>
29917 feature is also set.  Like the <!--#echo var="FEAT_enable-newmail-in-xterm-icon"-->
29918 feature, this feature is only relevant when run in an xterm environment.
29920 &lt;End of help on this topic&gt;
29921 </BODY></HTML>
29922 ====== h_config_copy_to_to_from =====
29923 <HTML>
29924 <HEAD>
29925 <TITLE>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></TITLE>
29926 </HEAD>
29927 <BODY>
29928 <H1>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></H1>
29930 This feature affects the From address used when Replying to a message.
29931 It is probably only useful if you have some
29932 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
29933 defined.
29934 When enabled, it checks to see if any of the addresses in the To or Cc
29935 fields of the message you are replying to is one of your addresses.
29936 If it is, and there is only one of them, then that address is used as
29937 the From address in the message you are composing.
29938 In other words, you will be using a From address that is the same
29939 as the To address that was used to get the mail to you in the first place.
29942 If a role is being used and it has a From address defined, that From address will
29943 be used rather than the one derived from this feature.
29946 <UL>   
29947 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29948 </UL><P>
29949 &lt;End of help on this topic&gt;
29950 </BODY>
29951 </HTML>
29952 ====== h_config_prefix_editing =====
29953 <HTML>
29954 <HEAD>
29955 <TITLE>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></TITLE>
29956 </HEAD>
29957 <BODY>
29958 <H1>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></H1>
29960 This feature affects the Reply command's &quot;Include original message
29961 in Reply?&quot; prompt.  When enabled, it causes the
29962 &quot;Edit Indent String&quot; sub-command to appear which allows 
29963 you to edit the string Alpine would otherwise use to denote included 
29964 text from the message being replied to.<P>
29966 Thus, you can change Alpine's default message quote character (usually
29967 an angle bracket) on a per message basis. So you could change your quoted message to
29968 look, for example, like this:<p>
29970 <pre>On Tues, 26 Jan 1999, John Q. Smith wrote:
29972 John: I just wanted to say hello and to congratulate you
29973 John: on a job well done!</pre><p>
29975 The configuration option
29976 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
29977 may be used to change what appears as the default string to be edited.
29979 NOTE: Edited <!--#echo var="VAR_reply-indent-string"--> only apply to the message
29980 currently being replied to.
29982 If you change your <!--#echo var="VAR_reply-indent-string"-->
29983 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
29984 quoted text will not be flowed
29985 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
29986 when you reply.
29987 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
29988 set to the default value.
29990 <UL>   
29991 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29992 </UL><P>
29993 &lt;End of help on this topic&gt;
29994 </BODY>
29995 </HTML>
29996 ====== h_config_enable_search_and_repl =====
29997 <HTML>
29998 <HEAD>
29999 <TITLE>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></TITLE>
30000 </HEAD>
30001 <BODY>
30002 <H1>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></H1>
30004 This feature modifies the behavior of Alpine's composer.  Setting this
30005 feature causes Alpine to offer the "^R Replace" subcommand, which
30006 allows you to search and replace text strings in a message you are composing, 
30007 inside the "^W Where is" command.  
30011 To search and replace text, first enter the text to be replaced at the 
30012 "Search: " prompt.  Then, rather than pressing Enter to just search for that
30013 text, press ^R, which turns the prompt into 
30017 Search (to replace): 
30021 and then press Enter.  The cursor will highlight the first occurrence 
30022 of the text string you entered, and the prompt will show: 
30026 Replace "<your text string>" with : 
30030 where <your text string> is what you entered at the previous prompt;
30031 here, enter the replacement text.  To only replace the highlighted 
30032 occurrence, simply press Enter now; to replace all occurrences in the 
30033 message, press ^X (Repl All), then Enter.  You will then be asked to confirm 
30034 each replacement.
30038 The command ^R toggles between "Replace" and "Don't Replace"; its subcommand
30039 ^X toggles between "Replace All" and "Replace One."
30043 If you previously searched for text in a message, it will be offered for 
30044 re-use as part of the prompt, shown in [ ] brackets.
30047 &lt;End of help on this topic&gt;
30048 </BODY>
30049 </HTML>
30050 ====== h_config_enable_view_attach =====
30051 <HTML>
30052 <HEAD>
30053 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></TITLE>
30054 </HEAD>
30055 <BODY>
30056 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></H1>
30058 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
30059 Setting this feature causes Alpine to present attachments in boldface.
30060 The first available attachment is displayed in inverse.  This is the
30061 "selected" attachment.  Pressing RETURN will cause Alpine to display
30062 the selected attachment.  Use the arrow keys to change which of the
30063 attachments displayed in boldface is the current selection.
30067 Speaking of arrow keys, the Up and Down Arrows will select the next
30068 and previous attachments if one is available on the screen for selection.
30069 Otherwise, they will simply adjust the viewed text one line up or down.
30073 Similarly, when selectable items are present in a message, the Ctrl-F key
30074 can be used to select the next item in the message independent of which
30075 portion of the viewed message is currently displayed. The Ctrl-B key can
30076 be used to select the previous item in the same way. 
30077 <P> 
30078 &lt;End of help on this topic&gt;
30079 </BODY>
30080 </HTML>
30081 ====== h_config_enable_y_print =====
30082 <HTML>
30083 <HEAD>
30084 <TITLE>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></TITLE>
30085 </HEAD>
30086 <BODY>
30087 <H1>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></H1>
30089 This feature modifies the behavior of Alpine's Print command.
30091 By default, Alpine's print command is available by pressing the "%" key.  
30092 (This command is a substantial change from Pine versions before 4.00 -- 
30093 where the print command was "Y" -- based on numerous complaints about 
30094 printing being invoked inadvertently, since Y also means "Yes.")  
30098 This feature is supplied to mitigate any disruption or anxiety users 
30099 might feel as a result of this change.  
30103 Enabling this feature will cause Alpine to recognize both the old
30104 command, "Y" for Prynt, as well the new "%" method for invoking
30105 printing.  Note, key menu labels are not changed as a result of
30106 enabling this feature.
30110 &lt;End of help on this topic&gt;
30111 </BODY>
30112 </HTML>
30113 ====== h_config_enable_lessthan_exit =====
30114 <HTML>
30115 <HEAD>
30116 <TITLE>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></TITLE>
30117 </HEAD>
30118 <BODY>
30119 <H1>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></H1>
30121 If this feature is set, then on screens where there is an Exit command
30122 but no < command, the < key will perform the same function as the Exit
30123 command.
30124 This feature is set by default.
30126 &lt;End of help on this topic&gt;
30127 </BODY>
30128 </HTML>
30129 ====== h_config_enable_view_url =====
30130 <HTML>
30131 <HEAD>
30132 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></TITLE>
30133 </HEAD>
30134 <BODY>
30135 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></H1>
30136 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
30137 When this feature is set (the default) Alpine will select possible URLs from the
30138 displayed text and display them in boldface for selection.
30140 The first available URL is displayed in inverse.  This is the
30141 &quot;selected&quot; URL.  Pressing RETURN will cause Alpine to display
30142 the selected URL via either built-in means as with mailto:, imap:,
30143 news:, and nntp:, or via an external application as defined
30144 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
30145 variable.
30147 Use the arrow keys to change which of the URLs displayed in boldface
30148 is the current selection.
30150 Speaking of arrow keys, the Up and Down Arrows will select the next
30151 and previous URL if one is available on the screen for selection (unless 
30152 you have set the feature 
30153 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
30154 Otherwise, they will simply adjust the viewed text one line up or down.
30156 Similarly, when selectable items are present in a message, the Ctrl-F
30157 key can be used to select the next item in the message independent
30158 of which portion of the viewed message is currently displayed. The
30159 Ctrl-B key can be used to select the previous item in the same way.
30161 <UL>   
30162 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30163 </UL><P>
30164 &lt;End of help on this topic&gt;
30165 </BODY>
30166 </HTML>
30167 ====== h_config_enable_view_web_host =====
30168 <HTML>
30169 <HEAD>
30170 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></TITLE>
30171 </HEAD>
30172 <BODY>
30173 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></H1>
30175 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
30176 When this feature is set (the default) Alpine will select possible web hostnames
30177 from the displayed text and display them in boldface for selection.  
30178 This can be useful when you receive messages referencing World Wide Web 
30179 sites without the use of complete URLs; for example, specifying only 
30180 &quot;www.some.site.com&quot; (which will <B>not</B> become a 
30181 selectable 
30182 item by setting <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>) 
30183 rather than explicitly
30184 &quot;http://www.some.site.com&quot;.  
30186 The first available hostname is displayed in inverse.  This is the
30187 &quot;selected&quot; hostname.  Pressing RETURN will cause Alpine to display
30188 the selected hostname via an external application as defined
30189 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
30190 variable.
30192 Use the arrow keys (unless you have set the feature 
30193 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
30194 to change which of the hostnames displayed in
30195 boldface is the current selection.
30197 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
30198 key can be used to select the next web hostname in the message independent
30199 of which portion of the viewed message is currently displayed. The
30200 Ctrl-B key can be used to select the previous web hostnames in the same way.
30202 <UL>   
30203 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30204 </UL><P>
30205 &lt;End of help on this topic&gt;
30206 </BODY>
30207 </HTML>
30208 ====== h_config_enable_view_addresses =====
30209 <HTML>
30210 <HEAD>
30211 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></TITLE>
30212 </HEAD>
30213 <BODY>
30214 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></H1>
30216 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
30217 Setting this feature causes Alpine to select possible email addresses
30218 from the displayed text and display them in boldface for selection.  
30221 The first available email address is displayed in inverse.  This is the
30222 &quot;selected&quot; address.  Pressing RETURN will cause Alpine to enter
30223 the message composition screen with the To: field filled in with the
30224 selected address.
30226 Use the arrow keys (unless you have set the feature 
30227 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
30228 to change which of the hostnames displayed in
30229 boldface is the current selection.
30231 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
30232 key can be used to select the next web hostname in the message independent
30233 of which portion of the viewed message is currently displayed. The
30234 Ctrl-B key can be used to select the previous web hostnames in the same way.
30236 <UL>   
30237 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30238 </UL><P>
30239 &lt;End of help on this topic&gt;
30240 </BODY>
30241 </HTML>
30242 ====== h_config_enable_view_arrows =====
30243 <HTML>
30244 <HEAD>
30245 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></TITLE>
30246 </HEAD>
30247 <BODY>
30248 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></H1>
30250 This feature modifies Up and Down arrow key behavior in Alpine's
30251 MESSAGE TEXT screen when selectable Attachments, URL's, or
30252 web-hostnames are presented. Alpine's usual behavior is to move to
30253 the next or previous selectable item if currently displayed or
30254 simply to adjust the screen view by one line.
30258 Setting this feature causes the UP and Down arrow key to behave as
30259 if no selectable items were present in the message.
30263 Note, the Ctrl-F (next selectable item) and Ctrl-B (previous selectable
30264 item) functionality is unchanged.
30267 &lt;End of help on this topic&gt;
30268 </BODY>
30269 <HTML>
30270 ====== h_config_quell_charset_warning =====
30271 <HTML>
30272 <HEAD>
30273 <TITLE>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></TITLE>
30274 </HEAD>
30275 <BODY>
30276 <H1>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></H1>
30278 By default, if the message you are viewing contains characters that are
30279 not representable in your
30280 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
30281 then Alpine will
30282 add a warning to the start of the displayed text.
30283 If this option is set, then that editorial message will be suppressed.
30285 Setting this feature also suppresses the comment about the character set
30286 in header lines.
30287 For example, when viewing a message you might see
30289 <CENTER><SAMP>From: &quot;[ISO-8859-2] Name&quot; &lt;address&gt;</SAMP></CENTER>
30291 in the From header if your Character-Set is something other than ISO-8859-2.
30292 If you set this feature, the comment about the character set will
30293 no longer be there.
30295 &lt;End of help on this topic&gt;
30296 </BODY>
30297 </HTML>
30298 ====== h_config_quell_host_after_url =====
30299 <HTML>
30300 <HEAD>
30301 <TITLE>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></TITLE>
30302 </HEAD>
30303 <BODY>
30304 <H1>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></H1>
30306 By default, links in HTML text are displayed with the host the link
30307 references appended, within square brackets, to the link text.  Alpine
30308 does this to help indicate where a link will take you, particularly when
30309 the link text might suggest a different destination.
30312 Setting this feature will prevent the server name from being appended
30313 to the displayed text.
30316 &lt;End of help on this topic&gt;
30317 </BODY>
30318 </HTML>
30319 ====== h_config_prefer_plain_text =====
30320 <HTML>
30321 <HEAD>
30322 <TITLE>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></TITLE>
30323 </HEAD>
30324 <BODY>
30325 <H1>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></H1>
30327 A message being viewed may contain alternate versions of the same content.
30328 Those alternate versions are supposed to be ordered by the sending software such that the
30329 first alternative is the least preferred and the last alternative is the
30330 most preferred. Alpine will normally display the most-preferred version that
30331 it knows how to display. This is most often encountered where the two
30332 alternate versions are a plain text version and an HTML version, with the
30333 HTML version listed last as the most preferred.
30335 If this option is set, then any plain text version will be preferred to
30336 all other versions.
30338 When viewing a message there is a command &quot;A TogglePreferPlain&quot;,
30339 which will temporarily change the sense of this option.
30340 If this option is set you will first see the plain text version of a
30341 message.
30342 If you then type the &quot;A&quot; command, you will see the most preferred version,
30343 most likely HTML, instead.
30344 Typing the &quot;A&quot; command a second time will switch it back.
30345 Alternatively, if the present option is not set you will originally see
30346 the most preferred version of the message and typing &quot;A&quot; will switch to
30347 the plain text version.
30349 &lt;End of help on this topic&gt;
30350 </BODY>
30351 </HTML>
30352 ====== h_config_pass_control =====
30353 <HTML>
30354 <HEAD>
30355 <TITLE>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></TITLE>
30356 </HEAD>
30357 <BODY>
30358 <H1>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></H1>
30360 It is probably not useful to set this option.
30361 This is a legacy option left behind &quot;just in case&quot;.
30362 Multi-byte characters that have an octet that has the same
30363 value as a control character are permitted through whether or not
30364 this option is turned on.
30366 This feature controls how certain characters contained in messages are
30367 displayed.
30368 If set, all characters in a message will be sent to the
30369 screen. Normally, control characters are displayed as shown below to
30370 avoid a garbled screen and to 
30371 avoid inadvertently changing terminal setup parameters.
30372 Control characters are usually displayed as two character sequences like
30373 <P><CENTER><SAMP> ^C </SAMP></CENTER><P>
30374 for Control-C,
30375 <P><CENTER><SAMP> ^[ </SAMP></CENTER><P>
30376 for ESCAPE,
30377 <P><CENTER><SAMP> ^? </SAMP></CENTER><P>
30378 for DELETE, and
30379 <P><CENTER><SAMP> ~E </SAMP></CENTER><P>
30380 for the character with value 133 (0x85).
30381 (The DEL character is displayed as ^?, regular control characters are displayed
30382 as the character ^ followed by the character obtained by adding the
30383 five low-order bits of the character to 0x40, and the C1
30384 control characters 0x80 - 0x9F are displayed as the character ~ followed by the
30385 character obtained by adding the
30386 five low-order bits of the character to 0x40.)
30387 Sometimes, in cases where changing a single control character into a
30388 two-character sequence would confuse Alpine's display routines,
30389 a question mark is substituted for the control character.
30391 If you wish to filter out regular control characters but pass the
30392 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
30393 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.
30395 &lt;End of help on this topic&gt;
30396 </BODY>
30397 </HTML>
30398 ====== h_config_pass_c1_control =====
30399 <HTML>
30400 <HEAD>
30401 <TITLE>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></TITLE>
30402 </HEAD>
30403 <BODY>
30404 <H1>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></H1>
30406 It is probably not useful to set this option.
30407 This is a legacy option left behind &quot;just in case&quot;.
30408 Multi-byte characters that have an octet that has the same
30409 value as a control character are permitted through whether or not
30410 this option is turned on.
30412 If the feature <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
30413 is set, then this feature has no effect.
30414 However, if you wish to filter out regular control characters but pass the
30415 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
30416 you may leave <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
30417 unset and set this feature.
30419 &lt;End of help on this topic&gt;
30420 </BODY>
30421 </HTML>
30422 ====== h_config_fcc_on_bounce =====
30423 <HTML>
30424 <HEAD>
30425 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></TITLE>
30426 </HEAD>
30427 <BODY>
30428 <H1>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></H1>
30430 This feature controls an aspect of Alpine's behavior when bouncing a
30431 message. If set, normal FCC ("File Carbon Copy") processing will be
30432 done, just as if you had composed a message to the address you are
30433 bouncing to.  If not set, no FCC of the message will be saved. 
30435 &lt;End of help on this topic&gt;
30436 </BODY>
30437 </HTML>
30438 ====== h_config_show_cursor =====
30439 <HTML>
30440 <HEAD>
30441 <TITLE>FEATURE: <!--#echo var="FEAT_show-cursor"--></TITLE>
30442 </HEAD>
30443 <BODY>
30444 <H1>FEATURE: <!--#echo var="FEAT_show-cursor"--></H1>
30446 This feature controls an aspect of Alpine's displays.  If set, the system
30447 cursor will move to convenient locations in the displays.  For example,
30448 to the beginning of the status field of the highlighted index line, or
30449 to the highlighted word after a successful WhereIs command.  It is intended
30450 to draw your attention to an "interesting" spot on the screen.
30452 &lt;End of help on this topic&gt;
30453 </BODY>
30454 </HTML>
30455 ====== h_config_sort_fcc_alpha =====
30456 <HTML>
30457 <HEAD>
30458 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></TITLE>
30459 </HEAD>
30460 <BODY>
30461 <H1>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></H1>
30463 This feature controls an aspect of Alpine's FOLDER LIST screen.
30464 If set, the default Fcc folder will be sorted alphabetically with the other
30465 folders instead of appearing right after the INBOX.
30467 &lt;End of help on this topic&gt;
30468 </BODY>
30469 </HTML>
30470 ====== h_config_sort_save_alpha =====
30471 <HTML>
30472 <HEAD>
30473 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></TITLE>
30474 </HEAD>
30475 <BODY>
30476 <H1>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></H1>
30478 This feature controls an aspect of Alpine's FOLDER LIST screen.
30479 If set, the default save folder will be sorted alphabetically with the other
30480 folders instead of appearing right after the INBOX (and default FCC folder).
30482 &lt;End of help on this topic&gt;
30483 </BODY>
30484 </HTML>
30485 ====== h_config_single_list =====
30486 <HTML>
30487 <HEAD>
30488 <TITLE>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></TITLE>
30489 </HEAD>
30490 <BODY>
30491 <H1>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></H1>
30493 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
30494 the folders will be listed one per line instead of several per line
30495 in the FOLDER LIST display.
30497 &lt;End of help on this topic&gt;
30498 </BODY>
30499 </HTML>
30500 ====== h_config_vertical_list =====
30501 <HTML>
30502 <HEAD>
30503 <TITLE>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></TITLE>
30504 </HEAD>
30505 <BODY>
30506 <H1>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></H1>
30508 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
30509 the folders will be listed alphabetically down the columns rather
30510 than across the columns as is the default.
30512 &lt;End of help on this topic&gt;
30513 </BODY>
30514 </HTML>
30515 ====== h_config_verbose_post =====
30516 <HTML>
30517 <HEAD>
30518 <TITLE>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></TITLE>
30519 </HEAD>
30520 <BODY>
30521 <H1>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></H1>
30522 This feature controls an aspect of Alpine's message sending.  When enabled,
30523 Alpine will send a VERB (i.e., VERBose) command early in the posting process
30524 intended to cause the SMTP server to provide a more detailed account of
30525 the transaction.  This feature is typically only useful to system
30526 administrators and other support personel as an aid in troublshooting
30527 problems.
30529 Note, this feature relies on a specific capability of the system's mail
30530 transport agent or configured 
30531 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>.  
30532 It is possible that this
30533 feature will cause problems for some tranport agents, and may result in
30534 sending failure.  In addition, as the verbose output comes from the mail
30535 transport agent, it is likely to vary from one system to another. 
30536 <P><UL>
30537 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30538 </UL><P>
30539 &lt;End of help on this topic&gt;
30540 </BODY>
30541 </HTML>
30542 ====== h_config_auto_reply_to =====
30543 <HTML>
30544 <HEAD>
30545 <TITLE>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></TITLE>
30546 </HEAD>
30547 <BODY>
30548 <H1>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></H1>
30550 This feature controls an aspect of Alpine's Reply command.  If set, Alpine
30551 will not prompt when a message being replied to contains a "Reply-To:"
30552 header value, but will simply use its value (as opposed to using the
30553 "From:" field's value).
30557 Note: Using the "Reply-To:" address is usually the preferred behavior,
30558 however, some mailing list managers choose to place the list's address in
30559 the "Reply-To:" field of any message sent out to the list.  In such
30560 cases, this feature makes it all too easy for personal replies to be
30561 inadvertently sent to the entire mail list, so be careful! 
30563 &lt;End of help on this topic&gt;
30564 </BODY>
30565 </HTML>
30566 ====== h_config_del_skips_del =====
30567 <HTML>
30568 <HEAD>
30569 <TITLE>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></TITLE>
30570 </HEAD>
30571 <BODY>
30572 <H1>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></H1>
30574 This feature controls an aspect of Alpine's Delete command.  If set, this
30575 feature will cause the Delete command to advance past following messages that
30576 are marked deleted.  In other words, pressing "D" will both mark the
30577 current message deleted and advance to the next message that is not marked
30578 deleted.
30579 This feature is set by default.
30581 &lt;End of help on this topic&gt;
30582 </BODY></HTML>
30583 ====== h_config_expunge_manually =====
30584 <HTML>
30585 <HEAD>
30586 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></TITLE>
30587 </HEAD>
30588 <BODY>
30589 <H1>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></H1>
30591 Normally, when you close a folder that contains deleted messages you are
30592 asked if you want to expunge those messages from the folder permanently.
30593 If this feature is set, you won't be asked and the deleted messages will
30594 remain in the folder.
30595 If you choose to set this feature you will have to expunge the
30596 messages manually using the eXpunge command, which you can use while
30597 in the MESSAGE INDEX screen.
30598 If you do not expunge deleted messages the size of your
30599 folder will continue to increase until you are out of disk space.
30601 <UL>   
30602 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30603 </UL><P>
30604 &lt;End of help on this topic&gt;
30605 </BODY>
30606 </HTML>
30607 ====== h_config_auto_expunge =====
30608 <HTML>
30609 <HEAD>
30610 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></TITLE>
30611 </HEAD>
30612 <BODY>
30613 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></H1>
30615 This features controls an aspect of Alpine's eXpunge command.  If set, you
30616 will <B>not</B> be prompted to confirm your intent before the expunge takes 
30617 place.
30618 Actually, this is only true for the INBOX folder and for folders in the
30619 Incoming Folders collection. See the feature
30620 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>.
30622 <UL>   
30623 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30624 </UL><P>
30625 &lt;End of help on this topic&gt;
30626 </BODY>
30627 </HTML>
30628 ====== h_config_full_auto_expunge =====
30629 <HTML>
30630 <HEAD>
30631 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></TITLE>
30632 </HEAD>
30633 <BODY>
30634 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></H1>
30636 This features controls an aspect of Alpine's eXpunge command.  If set, you
30637 will <B>not</B> be prompted to confirm your intent before the expunge 
30638 takes place.  This feature sets this behavior for all folders, unlike the
30639 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
30640 feature that works only for incoming folders.
30642 <UL>   
30643 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30644 </UL><P>
30645 &lt;End of help on this topic&gt;
30646 </BODY>
30647 </HTML>
30648 ====== h_config_auto_read_msgs =====
30649 <HTML>
30650 <HEAD>
30651 <TITLE>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></TITLE>
30652 </HEAD>
30653 <BODY>
30654 <H1>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></H1>
30655 This feature controls an aspect of Alpine's behavior upon quitting.  If set,
30656 and the 
30657 <A HREF="h_config_read_message_folder">&quot;<!--#echo var="VAR_read-message-folder"-->&quot;</A>
30658 option is also set, then Alpine will
30659 automatically transfer all read messages to the designated folder and mark
30660 them as deleted in the INBOX.  Messages in the INBOX marked with an 
30661 &quot;N&quot; (meaning New, or unseen) are not affected.
30663 <UL>   
30664 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30665 </UL><P>
30666 &lt;End of help on this topic&gt;
30667 </BODY>
30668 </HTML>
30669 ====== h_config_auto_fcc_only =====
30670 <HTML>
30671 <HEAD>
30672 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></TITLE>
30673 </HEAD>
30674 <BODY>
30675 <H1>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></H1>
30676 This features controls an aspect of Alpine's composer.
30677 The only time this feature will be used is if you attempt to send mail
30678 that has no recipients but does have an Fcc.
30679 Normally, Alpine will ask if you really mean to copy the message only to
30680 the Fcc.
30681 That is, it asks if you really meant to have no recipients.
30682 If this feature is set, you
30683 will <B>not</B> be prompted to confirm your intent to make only a copy
30684 of a message with no recipients.
30686 This feature is closely related to
30687 <A HREF="h_config_warn_if_no_to_or_cc"><!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></A>.
30688 The difference between this feature and that feature is that this feature
30689 considers a Bcc to be a recipient while that feature will ask for confirmation
30690 even if there is a Bcc when there is no To, Cc, or Newsgroup.
30691 The default values also differ. This feature defaults to asking the question
30692 and you have to turn it off.
30693 The <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--> feature defaults to not asking
30694 unless you turn it on.
30697 <UL>   
30698 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30699 </UL><P>
30700 &lt;End of help on this topic&gt;
30701 </BODY>
30702 </HTML>
30703 ====== h_config_mark_fcc_seen =====
30704 <HTML>
30705 <HEAD>
30706 <TITLE>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></TITLE>
30707 </HEAD>
30708 <BODY>
30709 <H1>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></H1>
30711 This features controls the way Fccs (File carbon copies) are
30712 made of the messages you send.
30715 Normally, when Alpine saves a copy of a message you sent as an Fcc, that
30716 copy will be marked as Unseen.
30717 When you look at the folder it was saved in the message will appear to
30718 be a New message until you read it.
30719 When this feature is enabled, the message will be marked as having
30720 been Seen.
30723 <UL>   
30724 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30725 </UL><P>
30726 &lt;End of help on this topic&gt;
30727 </BODY>
30728 </HTML>
30729 ====== h_config_no_fcc_attach =====
30730 <HTML>
30731 <HEAD>
30732 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></TITLE>
30733 </HEAD>
30734 <BODY>
30735 <H1>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></H1>
30737 This features controls the way Fcc's (File carbon copies) are
30738 made of the messages you send.
30741 Normally, Alpine saves an exact copy of your message as it was sent.
30742 When this feature is enabled, the &quot;body&quot; of the message
30743 you send (the text you type in the composer) is preserved in the 
30744 copy as before, however all attachments are replaced with text
30745 explaining what had been sent rather than the attachments themselves.
30748 This feature also affects Alpine's &quot;Send ?&quot; confirmation prompt
30749 in that a new &quot;^F Fcc Attchmnts&quot; option becomes available which
30750 allows you to interactively set whether or not attachments are saved
30751 to the Fcc'd copy.
30754 <UL>   
30755 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30756 </UL><P>
30757 &lt;End of help on this topic&gt;
30758 </BODY>
30759 </HTML>
30760 ====== h_config_read_in_newsrc_order =====
30761 <HTML>
30762 <HEAD>
30763 <TITLE>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></TITLE>
30764 </HEAD>
30765 <BODY>
30766 <H1>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></H1>
30768 This feature controls the order in which newsgroups will be presented.  If
30769 set, they will be presented in the same order as they occur in your 
30770 <!--chtml if pinemode="os_windows"-->
30771 &quot;NEWSRC&quot;
30772 <!--chtml else-->
30773 &quot;.newsrc&quot;
30774 <!--chtml endif-->
30775 file (the default location of which can be changed with the 
30776 <A HREF="h_config_newsrc_path">&quot;<!--#echo var="VAR_newsrc-path"-->&quot;</A> option).  
30778 If not set, the newsgroups will be presented in alphabetical order.
30780 <UL>   
30781 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30782 </UL><P>
30783 &lt;End of help on this topic&gt;
30784 </BODY>
30785 </HTML>
30786 ====== h_config_quell_tz_comment =====
30787 <HTML>
30788 <HEAD>
30789 <TITLE>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></TITLE>
30790 </HEAD>
30791 <BODY>
30792 <H1>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></H1>
30794 Normally, when Alpine generates a Date header for outgoing mail,
30795 it will try to include the symbolic timezone at the end of the
30796 header inside parentheses.
30797 The symbolic timezone is often three characters long, but on
30798 some operating systems, it may be longer.
30799 Apparently there are some SMTP servers in the world that will reject an
30800 incoming message if it has a Date header longer than about 80 characters.
30801 If this feature is set, the symbolic timezone normally generated by
30802 Alpine will not be included.
30803 You probably don't need to worry about this feature unless you run into
30804 the problem described above.
30807 &lt;End of help on this topic&gt;
30808 </BODY>
30809 </HTML>
30810 ====== h_config_post_wo_validation =====
30811 <HTML>
30812 <HEAD>
30813 <TITLE>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></TITLE>
30814 </HEAD>
30815 <BODY>
30816 <H1>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></H1>
30818 This feature controls whether the NNTP server is queried as newsgroups
30819 are entered for posting.  Validation over slow links (e.g. dialup using
30820 SLIP or PPP) can cause delays.  Set this feature to eliminate such delays.
30822 &lt;End of help on this topic&gt;
30823 </BODY>
30824 </HTML>
30825 ====== h_config_send_wo_confirm =====
30826 <HTML>
30827 <HEAD>
30828 <TITLE>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></TITLE>
30829 </HEAD>
30830 <BODY>
30831 <H1>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></H1>
30833 By default, when you send or post a message you will be asked to confirm
30834 with a question that looks something like:
30837 <CENTER><SAMP>Send message?</SAMP></CENTER>
30840 If this feature is set, you
30841 will <B>not</B> be prompted to confirm your intent to send
30842 and your message will be sent.
30844 If this feature is set it disables some possibilities and renders some
30845 other features meaningless.
30846 You will not be able to use
30847 <A HREF="h_config_sending_filter">Sending Filters</A>,
30848 Verbose sending mode,
30849 <A HREF="h_config_compose_bg_post">Background Sending</A>,
30850 <A HREF="h_config_compose_dsn">Delivery Status Notifications</A>,
30851 or ^V to turn off the generation of flowed text for this message.
30852 These options are normally available as suboptions in the Send prompt, but
30853 with no Send prompt the options are gone.
30856 A somewhat related feature is
30857 <A HREF="h_config_quell_post_prompt">&quot;<!--#echo var="FEAT_quell-extra-post-prompt"-->&quot;</A>,
30858 which may be used to eliminate the extra confirmation
30859 question when posting to a newsgroup.
30861 <UL>   
30862 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30863 </UL><P>
30864 &lt;End of help on this topic&gt;
30865 </BODY>
30866 </HTML>
30867 ====== h_config_quell_filtering_done_message =====
30868 <HTML>
30869 <HEAD>
30870 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></TITLE>
30871 </HEAD>
30872 <BODY>
30873 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></H1>
30875 If you use Filter Rules that move messages or set status of messages
30876 you sometimes see a message from Alpine that looks like
30879 <CENTER><SAMP>filtering done</SAMP></CENTER>
30882 If this feature is set, this message will be suppressed.
30883 If the feature
30884 <A HREF="h_config_quell_filtering_messages"><!--#echo var="FEAT_quell-filtering-messages"--></A>
30885 is set then this message will be suppressed regardless.
30888 <UL>   
30889 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30890 </UL><P>
30891 &lt;End of help on this topic&gt;
30892 </BODY>
30893 </HTML>
30894 ====== h_config_quell_filtering_messages =====
30895 <HTML>
30896 <HEAD>
30897 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></TITLE>
30898 </HEAD>
30899 <BODY>
30900 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></H1>
30902 If you use Filter Rules that move messages or set status of messages
30903 you sometimes see messages from Alpine that look like
30906 <CENTER><SAMP>&lt;filter name&gt;: Moving 2 filtered messages to &lt;folder name&gt;</SAMP></CENTER>
30912 <CENTER><SAMP>&lt;filter name&gt;: Setting flags in 5 messages</SAMP></CENTER>
30918 <CENTER><SAMP>Processing filter &lt;filter name&gt;</SAMP></CENTER>
30921 If this feature is set, these messages will be suppressed.
30922 The feature
30923 <A HREF="h_config_quell_filtering_done_message"><!--#echo var="FEAT_quell-filtering-done-message"--></A>
30924 is related.
30927 <UL>   
30928 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30929 </UL><P>
30930 &lt;End of help on this topic&gt;
30931 </BODY>
30932 </HTML>
30933 ====== h_config_quell_post_prompt =====
30934 <HTML>
30935 <HEAD>
30936 <TITLE>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></TITLE>
30937 </HEAD>
30938 <BODY>
30939 <H1>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></H1>
30941 By default, when you post a message to a newsgroup you are asked to confirm
30942 that you want to post with the question
30945 <CENTER><SAMP>Posted message may go to thousands of readers. Really post?</SAMP></CENTER>
30948 If this feature is set, you
30949 will <B>not</B> be prompted to confirm your intent to post to a newsgroup
30950 and your message will be posted.
30953 <UL>   
30954 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30955 </UL><P>
30956 &lt;End of help on this topic&gt;
30957 </BODY>
30958 </HTML>
30959 ====== h_config_check_mail_onquit =====
30960 <HTML>
30961 <HEAD>
30962 <TITLE>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></TITLE>
30963 </HEAD>
30964 <BODY>
30965 <H1>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></H1>
30967 If this feature is set, Alpine will check for new mail after you give the
30968 Quit command.
30969 If new mail has arrived since the previous check, you will be notified
30970 and given the choice of quitting or not quitting.
30972 <UL>   
30973 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30974 </UL><P>
30975 &lt;End of help on this topic&gt;
30976 </BODY>
30977 </HTML>
30978 ====== h_config_inbox_no_confirm =====
30979 <HTML>
30980 <HEAD>
30981 <TITLE>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></TITLE>
30982 </HEAD>
30983 <BODY>
30984 <H1>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></H1>
30986 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
30987 command and there are no more folders or newsgroups to visit, you are asked
30988 if you want to return to the INBOX.
30989 If this feature is set you will not be asked.
30990 It will be assumed that you do want to return to the INBOX.
30992 <UL>   
30993 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30994 </UL><P>
30995 &lt;End of help on this topic&gt;
30996 </BODY>
30997 </HTML>
30998 ====== h_config_dates_to_local =====
30999 <HTML>
31000 <HEAD>
31001 <TITLE>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></TITLE>
31002 </HEAD>
31003 <BODY>
31004 <H1>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></H1>
31006 Normally, the message dates that you see in the
31007 MESSAGE INDEX and MESSAGE VIEW are displayed in the timezone they were sent from.
31008 For example, if a message was sent to you from a few timezones to the east
31009 it might appear that it was sent from the future;
31010 or if it was sent from somewhere to the west it might appear
31011 as if it is from yesterday even though it was sent only a few minutes ago.
31012 If this feature is set an attempt will be made to convert the dates
31013 to your local timezone to be displayed.
31015 Note that this does not affect the results of Select by Date or of
31016 anything else other than these displayed dates.
31017 When viewing the message you may look at the original unconverted value of the Date
31018 header by using the <A HREF="h_common_hdrmode">HdrMode Command</A>.
31020 <UL>   
31021 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31022 </UL><P>
31023 &lt;End of help on this topic&gt;
31024 </BODY>
31025 </HTML>
31026 ====== h_config_tab_no_prompt =====
31027 <HTML>
31028 <HEAD>
31029 <TITLE>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></TITLE>
31030 </HEAD>
31031 <BODY>
31032 <H1>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></H1>
31034 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
31035 command and there is a problem checking a folder, you are asked
31036 whether you want to continue with the search in the following folder or not.
31037 This question gives you a chance to stop the NextNew processing.
31038 (The checking problem might be caused by the fact that the folder does not
31039 exist, or by an authentication problem, or by a server problem
31040 of some sort.)
31043 If this feature is set you will not be asked.
31044 It will be assumed that you do want to continue.
31046 <UL>   
31047 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31048 </UL><P>
31049 &lt;End of help on this topic&gt;
31050 </BODY>
31051 </HTML>
31052 ====== h_config_input_history =====
31053 <HTML>
31054 <HEAD>
31055 <TITLE>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></TITLE>
31056 </HEAD>
31057 <BODY>
31058 <H1>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></H1>
31060 Many of the prompts that ask for input in the status line near the
31061 bottom of the screen will respond to Up Arrow and Down Arrow
31062 with the history of previous entries.
31063 For example, in the MESSAGE INDEX screen when you use the WhereIs
31064 command the text you entered will be remembered and can be recalled
31065 by using the Up Arrow key.
31066 Another example, when saving a message the folders saved to will
31067 be remembered and can be recalled using the arrow keys.
31069 In the Save prompt, some users prefer that the Up and Down arrow keys
31070 be used for the Previous Collection and Next Collection commands
31071 instead of for a history of previous saves.
31072 If this option is set the Up and Down arrow keys will become synonyms for the
31073 Previous Collection and Next Collection (^P and ^N) commands in the
31074 prompt for the name of a folder to Save to or in the prompt for the
31075 name of a folder to GoTo.
31076 When this feature is not set (the default), ^P and ^N will change the
31077 collection and the arrow keys will show the history.
31079 <UL>   
31080 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31081 </UL><P>
31082 &lt;End of help on this topic&gt;
31083 </BODY>
31084 </HTML>
31085 ====== h_config_confirm_role =====
31086 <HTML>
31087 <HEAD>
31088 <TITLE>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></TITLE>
31089 </HEAD>
31090 <BODY>
31091 <H1>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></H1>
31093 If you have roles, when you Reply to or Forward a message, or Compose
31094 a new message, Alpine
31095 will search through your roles for one that matches.
31096 Normally, if no matches are found you will be placed into the composer
31097 with no opportunity to select a role.
31098 If this feature is set, then you will be asked to confirm that you don't
31099 want a role.
31100 This will give you the opportunity to select a role (with the ^T command).
31101 If you confirm no role with a Return, you will be placed in
31102 the composer with no role.
31103 You may also confirm with either an &quot;N&quot; or a &quot;Y&quot;.
31104 These behave the same as if you pressed the Return.
31105 (The &quot;N&quot; and &quot;Y&quot; answers are available because they
31106 match what you might type if there was a role match.)
31108 If you are using the alternate form of the Compose command called
31109 &quot;Role&quot;, then all of your roles will be available to you,
31110 independent of the value of this feauture and of the values set for all of
31111 Reply Use, Forward Use, and Compose Use.
31113 <UL>   
31114 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31115 </UL><P>
31116 &lt;End of help on this topic&gt;
31117 </BODY>
31118 </HTML>
31119 ====== h_config_news_cross_deletes =====
31120 <HTML>
31121 <HEAD>
31122 <TITLE>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></TITLE>
31123 </HEAD>
31124 <BODY>
31125 <H1>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></H1>
31127 This feature controls what Alpine does when you delete a message in a
31128 newsgroup that appears in more than one newsgroup.  Such a message
31129 is sometimes termed a &quot;crossposting&quot; in that it was posted
31130 across several newsgroups.
31133 Alpine's default behavior when you delete such a message is to remove
31134 only the copy in the current newsgroup from view when you use the
31135 &quot;Exclude&quot; command or the next time you visit the newsgroup.
31138 Enabling this feature causes Alpine to remove every occurrence of the
31139 message from all newsgroups it appears in and to which you are
31140 subscribed.
31143 NOTE: As currently implemented, enabling this feature may increase the
31144 time it takes the Expunge command and newsgroup closing to complete.
31147 <UL>   
31148 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31149 </UL><P>
31150 &lt;End of help on this topic&gt;
31151 </BODY>
31152 </HTML>
31153 ====== h_config_news_catchup =====
31154 <HTML>
31155 <HEAD>
31156 <TITLE>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></TITLE>
31157 </HEAD>
31158 <BODY>
31159 <H1>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></H1>
31161 This feature controls what Alpine does as it closes a newsgroup.
31162 When set, Alpine will offer to delete all messages from the newsgroup
31163 as you are quitting Alpine or opening a new folder.
31166 This feature is useful if you typically read all the interesting messages
31167 in a newsgroup each time you open it.  This feature saves you from
31168 having to delete each message in a newsgroup as you read it or from
31169 selecting all the messages and doing an
31170 <A HREF="h_config_enable_agg_ops">aggregate delete</A> before you
31171 move on to the next folder or newsgroup.
31174 <UL>   
31175 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31176 </UL><P>
31177 &lt;End of help on this topic&gt;
31178 </BODY>
31179 </HTML>
31180 ====== h_config_next_thrd_wo_confirm =====
31181 <HTML>
31182 <HEAD>
31183 <TITLE>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></TITLE>
31184 </HEAD>
31185 <BODY>
31186 <H1>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></H1>
31188 This feature controls an aspect of Alpine's Next and Prev commands in
31189 the case where you are using one of the
31190 &quot;separate-index-screen&quot; styles for the configuration option
31191 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
31192 and currently have the folder sorted by a Threaded or OrderedSubject sort.
31193 When you are Viewing a particular thread you have a
31194 MESSAGE INDEX of only the messages in that thread.
31195 If you press the Next command with the last message in the thread highlighted
31196 you will normally be asked if you want to &quot;View next thread?&quot;,
31197 assuming there is a next thread to view.
31198 If this feature is set it will be assumed that you always want to view the
31199 next thread and you won't be asked to confirm that.
31200 Similarly, if the first message of the thread is highlighted and you
31201 press the Prev command, this feature will prevent the question
31202 &quot;View previous thread&quot;.
31204 This feature only has an effect in the MESSAGE INDEX screen.
31205 If you then view a particular message from that screen and press the
31206 Next command, you will be sent to the next thread without being asked,
31207 independent of the setting of this feature.
31209 The feature
31210 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A> also has some similar effects.
31212 &lt;End of help on this topic&gt;
31213 </BODY>
31214 </HTML>
31215 ====== h_config_kw_braces =====
31216 <HTML>
31217 <HEAD>
31218 <TITLE>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></TITLE>
31219 </HEAD>
31220 <BODY>
31221 <H1>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></H1>
31223 This option controls a minor aspect of Alpine's MESSAGE INDEX and MESSAGE
31224 TEXT screens.
31225 If you have modified the
31226 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
31227 so that either the &quot;SUBJKEY&quot; or &quot;SUBJKEYINIT&quot; tokens
31228 are used to display keywords or their initials along with the Subject; then
31229 this option may be used to modify the resulting display slightly.
31230 By default, the keywords or initials displayed for these tokens will be
31231 surrounded with curly braces ({ and }) and a trailing space.
31232 For example, if keywords &quot;Work&quot; and &quot;Now&quot; are set for
31233 a message, the &quot;SUBJKEY&quot; token will normally look like
31235 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
31237 and the SUBJKEYINIT token would look like
31239 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
31241 The default character before the keywords is the left brace ({) and the
31242 default after the keywords is the right brace followed by a space (} ).
31244 This option allows you to change that.
31245 You should set it to two values separated by a space.
31246 The values may be quoted if they include space characters.
31247 So, for example, the default value could be specified explicitly by setting this
31248 option to
31250 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="{" "}&nbsp;"</SAMP></CENTER>
31252 The first part wouldn't need to be quoted (but it doesn't hurt).
31253 The second part does need the quotes because it includes a space character.
31254 If you wanted to change the braces to brackets you could use
31256 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="[" "]&nbsp;"</SAMP></CENTER>
31258 Inside the quotes you can use backslash quote to mean quote, so
31260 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="&#92;"" "&#92;" "</SAMP></CENTER>
31262 would produce
31264 <CENTER><SAMP>"Work Now" actual subject</SAMP></CENTER>
31266 It is also possible to color keywords in the index using the
31267 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
31269 It is not possible to change the fact that a space character is used to
31270 separate the keywords if more than one keyword is set for a message.
31271 It is also not possible to change the fact that there are no separators
31272 between the keyword initials if more than one keyword is set.
31274 &lt;End of help on this topic&gt;
31275 </BODY>
31276 </HTML>
31277 ====== h_config_opening_sep =====
31278 <HTML>
31279 <HEAD>
31280 <TITLE>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></TITLE>
31281 </HEAD>
31282 <BODY>
31283 <H1>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></H1>
31285 This option controls a minor aspect of Alpine's MESSAGE INDEX screen.
31286 With some setups the text of the subject is followed
31287 by the opening text of the message if there is any room available in the index line.
31288 If you have configured your
31289 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
31290 to include one of the Subject tokens that causes this behavior
31291 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), then this option may be used
31292 to modify what is displayed slightly.
31293 By default, the Subject is separated from the opening text of the message by
31294 the three characters space dash space;
31296 <CENTER><SAMP>&quot;&nbsp;-&nbsp;&quot;</SAMP></CENTER>
31298 Use this option to set it to something different.
31299 The value must be quoted if it includes any space characters.
31300 For example, the default value could be specified explicitly by setting this
31301 option to
31303 <CENTER><SAMP><!--#echo var="VAR_opening-text-separator-chars"-->="&nbsp;-&nbsp;"</SAMP></CENTER>
31305 &lt;End of help on this topic&gt;
31306 </BODY>
31307 </HTML>
31308 ====== h_config_select_wo_confirm =====
31309 <HTML>
31310 <HEAD>
31311 <TITLE>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></TITLE>
31312 </HEAD>
31313 <BODY>
31314 <H1>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></H1>
31316 This feature controls an aspect of Alpine's Save, Export, and Goto commands.
31317 These commands all take text input to specify the name of the folder or
31318 file to be used, but allow you to press ^T for a list of possible names.
31319 If set, the selected name will be used immediately, without further
31320 opportunity to confirm or edit the name.
31322 Some related help topics are
31323 <UL>
31324 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
31325 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
31326 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
31327 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
31328 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
31329 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>.
31330 </UL>
31332 &lt;End of help on this topic&gt;
31333 </BODY>
31334 </HTML>
31335 ====== h_config_save_part_wo_confirm =====
31336 <HTML>
31337 <HEAD>
31338 <TITLE>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></TITLE>
31339 </HEAD>
31340 <BODY>
31341 <H1>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></H1>
31343 This feature controls an aspect of Alpine's Save command.
31344 By default, when you Save a message that has some deleted parts, you will
31345 be asked to confirm that you want to Save with a prompt that looks like:
31347 <CENTER><SAMP>Saved copy will NOT include entire message!  Continue?</SAMP></CENTER>
31349 If this feature is set, you will not be asked.
31351 &lt;End of help on this topic&gt;
31352 </BODY>
31353 </HTML>
31354 ====== h_config_use_resentto =====
31355 <HTML>
31356 <HEAD>
31357 <TITLE>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></TITLE>
31358 </HEAD>
31359 <BODY>
31360 <H1>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></H1>
31362 This feature is turned off by default because turning it on causes problems
31363 with some deficient IMAP servers.
31364 In Alpine <A HREF="h_mainhelp_filtering">Filters</A> and other types of Rules, if the
31365 <A HREF="h_rule_patterns">Pattern</A>
31366 contains a To header pattern and this feature is turned on,
31367 then a check is made in the message to see
31368 if a Resent-To header is present, and that is used instead of the To header.
31369 If this feature is not turned on, then the regular To header will always
31370 be used.
31373 &lt;End of help on this topic&gt;
31374 </BODY>
31375 </HTML>
31376 ====== h_config_use_reg_start_for_stayopen =====
31377 <HTML>
31378 <HEAD>
31379 <TITLE>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></TITLE>
31380 </HEAD>
31381 <BODY>
31382 <H1>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></H1>
31384 This feature affects which message is selected as the current message
31385 when you enter a
31386 <A HREF="h_config_permlocked">Stay Open</A> folder.
31388 Normally, the starting position for an incoming folder (which most Stay Open
31389 folders will likely be) is controlled by the
31390 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
31391 However, if a folder is a Stay Open folder, when you re-enter the folder
31392 after the first time the current message will be the same as it was when
31393 you left the folder.
31394 An exception is made if you use the TAB command to get to the folder.
31395 In that case, the message number will be incremented by one from what it
31396 was when you left the folder.
31398 The above special behavior is thought to be useful.
31399 However, it is special and different from what you might at first expect.
31400 If this feature is set, then Stay Open folders will not be treated specially
31401 as far as the startup rule is concerned.
31404 &lt;End of help on this topic&gt;
31405 </BODY>
31406 </HTML>
31407 ====== h_config_use_current_dir =====
31408 <HTML>
31409 <HEAD>
31410 <TITLE>FEATURE: <!--#echo var="FEAT_use-current-dir"--></TITLE>
31411 </HEAD>
31412 <BODY>
31413 <H1>FEATURE: <!--#echo var="FEAT_use-current-dir"--></H1>
31415 This feature controls an aspect of several commands. 
31416 If set, your &quot;current working directory&quot; 
31417 <!--chtml if pinemode="running"-->
31418 (which, at least for your current Alpine &quot;session,&quot; 
31419 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
31420 <!--chtml endif-->
31421 will be used instead of your home directory 
31422 <!--chtml if pinemode="running"-->
31423 (which, in the present configuration of your system, is
31424  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
31425 <!--chtml endif-->
31426 for all of the following operations:<UL>
31427     <LI> Export in the MESSAGE INDEX and MESSAGE TEXT screens
31428     <LI> Attachment Save in the MESSAGE TEXT and ATTACHMENT TEXT screens
31429     <LI> <!--chtml if pinemode="function_key"-->F4
31430          <!--chtml else-->Ctrl-R
31431          <!--chtml endif--> file inclusion in the COMPOSER
31432     <LI> <!--chtml if pinemode="function_key"-->F5
31433          <!--chtml else-->Ctrl-J
31434          <!--chtml endif--> file attachment in the COMPOSER
31435 </UL>
31436 <!--chtml if pinemode="os_windows"-->
31438 If you are starting PC-Alpine from a desktop icon or the Start menu, 
31439 you can set the &quot;current drive&quot; 
31440 by specifying it in the &quot;Start in:&quot; 
31441 box found in the Shortcut tab of the Properties.  
31442 <!--chtml endif-->
31444 <UL>   
31445 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31446 </UL>
31449 &lt;End of help on this topic&gt;
31450 </BODY>
31451 </HTML>
31452 ====== h_config_save_wont_delete =====
31453 <HTML>
31454 <HEAD>
31455 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></TITLE>
31456 </HEAD>
31457 <BODY>
31458 <H1>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></H1>
31460 This feature controls one aspect of the Save command.  If set, Save will
31461 not mark the message &quot;deleted&quot; (its default behavior) after
31462 it has been copied to the designated folder.
31465 &lt;End of help on this topic&gt;
31466 </BODY>
31467 </HTML>
31468 ====== h_config_use_boring_spinner =====
31469 <HTML>
31470 <HEAD>
31471 <TITLE>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></TITLE>
31472 </HEAD>
31473 <BODY>
31474 <H1>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></H1>
31476 When Alpine is delayed for some reason it usually shows that
31477 something is happening with a small animated display in the status
31478 message line near the bottom of the screen.
31479 Setting this feature will cause that animation to be the same
31480 each time instead of having Alpine choose a random animation.
31481 You may turn the animation off altogether by setting the
31482 <A HREF="h_config_active_msg_interval"><!--#echo var="VAR_busy-cue-rate"--></A>
31483 option to zero.
31486 &lt;End of help on this topic&gt;
31487 </BODY>
31488 </HTML>
31489 ====== h_config_unsel_wont_advance =====
31490 <HTML>
31491 <HEAD>
31492 <TITLE>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></TITLE>
31493 </HEAD>
31494 <BODY>
31495 <H1>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></H1>
31497 This feature controls one aspect of the Unselect Current message command.
31498 Normally, when the Unselect current message command (:) is typed when the
31499 current message is selected, the message will be unselected and the next
31500 message will become the current message.
31501 If this feature is set, the cursor will not advance to the next message.
31502 Instead, the current message will remain the current message after
31503 unselecting.
31506 &lt;End of help on this topic&gt;
31507 </BODY>
31508 </HTML>
31509 ====== h_config_prune_uses_iso =====
31510 <HTML>
31511 <HEAD>
31512 <TITLE>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></TITLE>
31513 </HEAD>
31514 <BODY>
31515 <H1>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></H1>
31517 By default, Alpine asks monthly whether or not you would like to rename
31518 some folders to a new name containing the date.
31519 It also asks whether or not you would like to delete some old folders.
31520 See the <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option for an
31521 explanation.
31524 By default, the name used when renaming a folder looks like
31526 <CENTER><SAMP>&lt;foldername&gt;-&lt;month&gt;-&lt;year&gt;</SAMP></CENTER>
31528 For example, the first time you run Alpine in May of 2004,
31529 the folder &quot;sent-mail&quot; might be renamed to
31531 <CENTER><SAMP>sent-mail-apr-2004</SAMP></CENTER>
31533 If this feature is set, the name used will be of the form
31535 <CENTER><SAMP>&lt;foldername&gt;-&lt;yyyy&gt;-&lt;mm&gt;</SAMP></CENTER>
31537 where &quot;yyyy&quot; is the year and &quot;mm&quot; is the two-digit
31538 month (01, 02, ..., 12).
31539 For the April, 2004 example above, it would instead be
31541 <CENTER><SAMP>sent-mail-2004-04</SAMP></CENTER>
31543 because April is the 4th month of the year.
31544 A reason you might want to set this feature is so that the folders
31545 will sort in chronological order.
31548 &lt;End of help on this topic&gt;
31549 </BODY>
31550 </HTML>
31551 ====== h_config_save_advances =====
31552 <HTML>
31553 <HEAD>
31554 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-advance"--></TITLE>
31555 </HEAD>
31556 <BODY>
31557 <H1>FEATURE: <!--#echo var="FEAT_save-will-advance"--></H1>
31559 This feature controls one aspect of the Save command.  If set, Save will
31560 (in addition to copying the current message to the designated folder) also
31561 advance to the next message.
31564 &lt;End of help on this topic&gt;
31565 </BODY>
31566 </HTML>
31567 ====== h_config_force_arrow =====
31568 <HTML>
31569 <HEAD>
31570 <TITLE>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></TITLE>
31571 </HEAD>
31572 <BODY>
31573 <H1>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></H1>
31575 This feature affects Alpine's MESSAGE INDEX display routine.
31576 If set, the normal inverse-video cursor will be
31577 replaced by a simple &quot;arrow&quot; cursor, which normally occupies the
31578 second column of the index display.
31580 This is the same index cursor you get if you turn on
31581 <A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>, but the index
31582 line coloring will still be present if this feature is turned on and
31583 <!--#echo var="FEAT_assume-slow-link"--> is off.
31585 An alternative version of the Arrow cursor is available by including the
31586 <A HREF="h_config_index_arrow_color">ARROW</A>
31587 token in the
31588 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
31590 It ought to be the case that this feature also affects the ATTACHMENT INDEX,
31591 but that is not implemented.
31594 &lt;End of help on this topic&gt;
31595 </BODY>
31596 </HTML>
31597 ====== h_config_ignore_size =====
31598 <HTML>
31599 <HEAD>
31600 <TITLE>FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></TITLE>
31601 </HEAD>
31602 <BODY>
31603 <H1>FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></H1>
31605 When you have an account residing in an IMAP server, Alpine records the 
31606 size of each message as reported by the server. However, when Alpine saves 
31607 a message in such IMAP server, Alpine will compute the size of the message 
31608 independently, from the data it received. If these two numbers do not 
31609 match for a message, Alpine asks you if you still want to take the risk of 
31610 saving such message, since data corruption or loss of data could result 
31611 from this save.
31614 Sometimes the root of this problem is that the IMAP server does not 
31615 compute sizes correctly, and there will not be loss of information when 
31616 saving such message. Enabling this feature will make Alpine ignore such 
31617 error and continue saving the message without producing any warnings or 
31618 ever stopping the process, as if there had not been any error. This option 
31619 applies to all IMAP servers that you use, so if you enable this feature, 
31620 size discrepancy warnings will not be given for any IMAP server you 
31621 connect to.
31624 Example of a server where you could reproduce this problem is the Gmail 
31625 IMAP server. Another example can be found in some versions of the Exchange 
31626 server.
31629 It is recommended that this feature be disabled most of the time and only 
31630 enabled when you find a server which you can determine that has the above 
31631 mentioned defect, but be disabled again after making the save operation 
31632 succeed.
31635 &lt;End of help on this topic&gt;
31636 </BODY>
31637 </HTML>
31638 ====== h_config_force_low_speed =====
31639 <HTML>
31640 <HEAD>
31641 <TITLE>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></TITLE>
31642 </HEAD>
31643 <BODY>
31644 <H1>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></H1>
31646 UNIX Alpine only.
31648 This feature affects Alpine's display routines.  If set, the normal
31649 inverse-video cursor (used to highlight the current item in a list) will be
31650 replaced by an &quot;arrow&quot; cursor and other
31651 screen update optimizations for
31652 low-speed links (e.g. 2400 bps dialup connections) will be activated.
31653 One of the optimizations is that colored index lines (set up with Indexcolor
31654 Rules) will not be colored.
31655 If you are just turning this feature on because you like using
31656 the &quot;arrow&quot; cursor you may have an arrow cursor with index line
31657 coloring by turning this feature off and the
31658 <A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A> on.
31661 &lt;End of help on this topic&gt;
31662 </BODY>
31663 </HTML>
31664 ====== h_config_show_delay_cue =====
31665 <HTML>
31666 <HEAD>
31667 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></TITLE>
31668 </HEAD>
31669 <BODY>
31670 <H1>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></H1>
31672 If set, this feature will cause an asterisk to appear in the upper
31673 left-hand corner of the screen whenever Alpine checks for new mail.
31674 Two asterisks whenever Alpine saves (checkpoints) the state of the current
31675 mailbox to disk.
31677 <!--chtml if pinemode="os_windows"-->
31679 In addition, PC-Alpine will display a less-than symbol, '&lt;', when 
31680 it is trying to open a network connection (e.g, to open your INBOX
31681 on an IMAP
31682 server) or read from the network connection.  A greater-than symbol,
31683 will be displayed when PC-Alpine is trying to write to the network
31684 connection (e.g, sending a command to your IMAP server).
31685 <!--chtml endif-->
31688 &lt;End of help on this topic&gt;
31689 </BODY>
31690 </HTML>
31691 ====== h_config_color_style =====
31692 <HTML>
31693 <HEAD>
31694 <TITLE>OPTION: Color Style</TITLE>
31695 </HEAD>
31696 <BODY>
31697 <H1>OPTION: Color Style</H1>
31699 UNIX Alpine only.
31701 If the terminal or terminal emulator you are using is capable of displaying
31702 colors, this option controls whether or not color will be used in Alpine.
31703 If you turn color on and things are set up correctly,
31704 you should see color appear on the screen immmediately.
31705 Modern terminal emulators are usually capable of displaying colors.
31707 The available options include:
31710 <DL>
31711 <DT>no-color</DT>
31712 <DD>Don't use color.
31713 </DD>
31715 <DT>use-termdef</DT>
31716 <DD>In order to decide if your terminal is capable of color, Alpine looks in
31717 the terminal capabilities database, TERMINFO or TERMCAP, depending on
31718 how Alpine was compiled.
31719 This is a good option to choose if you switch between a color and a non-color
31720 terminal with the same Alpine configuration.
31721 Alpine will know to use color on the color terminal because it is described
31722 in the termcap entry, and Alpine will know to use black and white on the
31723 non-color terminal.
31724 The Alpine Technical Notes
31725 <CENTER><SAMP><A HREF="http://www.washington.edu/alpine/tech-notes/">http://www.washington.edu/alpine/tech-notes/</A></SAMP></CENTER>
31726 have more information on configuring a TERMCAP or TERMINFO
31727 entry for color Alpine.
31728 This is usually something a system administrator does.
31729 </DD>
31731 <DT>force-ansi-8color</DT>
31732 <DD>This is probably the setting that most people should use.
31733 Because setting up a termcap entry is confusing and because the
31734 terminal capabilities database is often not correctly configured for color,
31735 this choice and the next may be easier for you to use.
31736 If your terminal emulator responds to ANSI color escape sequences, which
31737 many do, this option will cause Alpine to believe your terminal will respond
31738 to the escape sequences that produce eight different foreground and background
31739 colors.
31740 The escape sequences used to set the foreground colors are
31742   <P><CENTER>ESC&nbsp;[&nbsp;3&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
31744 where the color_number is an ASCII digit between 0 and 7.
31745 The numbers 0 through 7 should correspond to the colors black, red, green,
31746 yellow, blue, magenta, cyan, and white.
31747 Some terminal emulators use a pre-ANSI scheme that swaps
31748 the colors blue and red and the colors yellow and cyan.
31749 This will cause the default colors to be different, but other than that
31750 things should work fine.
31751 There is also a 9th color available, the last one shown, which is the default
31752 color from the terminal emulator.
31753 When used as a background color some people refer to this color as
31754 &quot;transparent&quot;, which is why the letters &quot;TRAN&quot; are
31755 shown in the color swatch of the SETUP COLOR screen.
31756 The foreground transparent color is shown as
31757 the color of the &quot;TRAN&quot; text.
31758 (The transparent color will not work correctly in a PC-Alpine configuration.)
31759 The escape sequences used to set the background colors are the same
31760 as for the foreground colors except a &quot;4&quot; replaces the &quot;3&quot;.
31761 The escape sequences for foreground and background default colors (transparent)
31762 are 39m and 49m.
31764 Note: With the Tera Term terminal emulator this setting works well.
31765 You should also have the Tera Term &quot;Full color&quot; option turned OFF.
31766 You may find the &quot;Full color&quot; option in Tera Term's &quot;Setup&quot;
31767 menu, in the &quot;Window&quot; submenu.
31768 </DD>
31770 <DT>force-ansi-16color</DT>
31771 <DD>Many terminal emulators know about the same eight colors above
31772 plus eight more.
31773 This option attempts to use all 16 colors.
31774 The same escape sequences as for the eight-color terminal are used
31775 for the first eight colors.
31776 The escape sequences used to set foreground colors 8-15 are the same as
31777 for 0-7 except the &quot;3&quot; is replaced with a &quot;9&quot;.
31778 The background color sequences for colors 8-15 are the same as for 0-7
31779 except the &quot;4&quot; is replaced with &quot;10&quot;.
31780 You can tell if the 16 colors are working by turning on this option
31781 and then going into one of the color configuration screens, for example,
31782 the configuration screen for Normal Color.
31783 If you see 16 different colors to select from (plus a 17th for
31784 the transparent color), it's working.
31785 </DD>
31787 <DT>force-xterm-256color</DT>
31788 <DD>Some versions of xterm (and some other terminal emulators)
31789 have support for 256 colors.
31790 The escape sequences used to set the foreground colors are
31792   <P><CENTER>ESC&nbsp;[&nbsp;38&nbsp;;&nbsp;5&nbsp;;&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
31794 where the color_number is an ASCII digit between 0 and 255.
31795 Background colors are the same with the 38 replaced with a 48.
31796 The numbers 0 through 15 are probably similar to the 16 color version
31797 above, then comes a 6x6x6 color cube, followed by 24 colors of gray.
31798 The terminal default (transparent) color is the 257th color at the bottom.
31799 Some terminal emulators will misinterpret these escape sequences causing
31800 the terminal to blink or overstrike characters or to do something else
31801 undesirable.
31803 The PuTTY terminal emulator has an option called &quot;Allow terminal to
31804 use xterm 256-colour mode&quot; which allows PuTTY to work well with
31805 this 256-color setting.
31807 </DD>
31808 </DL>
31811 The normal default is &quot;no-color&quot;.
31814 Once you've turned on color you may set the
31815 colors of many objects on the screen individually.
31816 For example, you may add colors to the status letters on the MESSAGE
31817 INDEX page.
31818 Most categories of color that Alpine supports are configurable here.
31819 For example, &quot;Normal Color&quot;
31820 is the color used to display most of the text in Alpine, and
31821 &quot;Reverse Color&quot; is used to display highlighted text, such as the
31822 current message in the MESSAGE INDEX.
31824 Lines in the MESSAGE INDEX may also be colored.
31825 Use Setup Rules to get to the Indexcolor configuration screen.
31828 <UL>   
31829 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31830 </UL><P>
31831 &lt;End of help on this topic&gt;
31832 </BODY>
31833 </HTML>
31834 ====== h_config_disable_index_locale_dates =====
31835 <HTML>
31836 <HEAD>
31837 <TITLE>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></TITLE>
31838 </HEAD>
31839 <BODY>
31840 <H1>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></H1>
31842 This feature affects the display of dates in the MESSAGE INDEX.
31843 Normally an attempt is made to localize the dates
31844 used in the MESSAGE INDEX display to your locale.
31845 This is controlled with the
31846 LC_TIME locale setting on a UNIX system.
31847 On Windows the Regional Options control panel may be used to set the date format.
31848 At the programming level, Alpine is using the strftime routine
31849 to print the parts of a date.
31851 If this feature is set, dates are displayed in English and
31852 with the conventions of the United States.
31855 <UL>   
31856 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31857 </UL><P>
31858 &lt;End of help on this topic&gt;
31859 </BODY>
31860 </HTML>
31861 ====== h_config_auto_open_unread =====
31862 <HTML>
31863 <HEAD>
31864 <TITLE>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></TITLE>
31865 </HEAD>
31866 <BODY>
31867 <H1>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></H1>
31869 This feature controls the behavior of the TAB key when traversing folders
31870 in the optional 
31871 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
31872 collection or in optional <!--#echo var="VAR_news-collections"-->.
31874 When the TAB
31875 (<A HREF="h_common_nextnew">NextNew</A>)
31876 key is pressed, and there
31877 are no more unseen messages in the current (incoming message or news)
31878 folder, Alpine will search the list of folders in the current collection for
31879 one containing New or Recent (new since the last time the folder was
31880 opened) messages.
31881 This behavior may be modified slightly with the
31882 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
31883 feature that causes Alpine to look for Unseen messages instead of Recent
31884 messages.
31885 Normally, when such a folder is found, Alpine will ask
31886 whether you wish to open the folder.  If this feature is set, Alpine will
31887 automatically open the folder without prompting.
31889 This feature also affects some other similar situations.
31890 If you have a
31891 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
31892 that is equal to one of the &quot;separate-&quot; values, and you are
31893 viewing a thread; then when you type the NextNew command and are at the
31894 end of the current thread you will automatically go to the next thread
31895 if this feature is set.
31896 By default, you would be asked if you want to view the next thread.
31897 You will also be asked at times whether or not you want to view the next
31898 thread after you delete the last message in the thread.
31899 Setting this feature will also cause that question to be skipped.
31902 <UL>   
31903 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31904 </UL><P>
31905 &lt;End of help on this topic&gt;
31906 </BODY>
31907 </HTML>
31908 ====== h_config_auto_include_reply =====
31909 <HTML>
31910 <HEAD>
31911 <TITLE>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></TITLE>
31912 </HEAD>
31913 <BODY>
31914 <H1>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></H1>
31916 This feature controls an aspect of Alpine's Reply command.  Normally, Alpine
31917 will ask whether you wish to include the original message in your reply.
31918 If this feature is set and the feature
31919 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
31920 is <EM>not</EM> set, then the original message will be included in the reply
31921 automatically, without prompting.
31923 &lt;End of help on this topic&gt;
31924 </BODY>
31925 </HTML>
31926 ====== h_config_select_in_bold =====
31927 <HTML>
31928 <HEAD>
31929 <TITLE>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></TITLE>
31930 </HEAD>
31931 <BODY>
31932 <H1>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></H1>
31934 This feature controls an aspect of Alpine's 
31935 <A HREF="h_config_enable_agg_ops">&quot;aggregate operation&quot;</A>
31936 commands; in
31937 particular, the Select and WhereIs commands. Select and WhereIs (with the
31938 ^X subcommand) will search the current folder for messages meeting a
31939 specified criteria, and &quot;tag&quot; the resulting messages with an 
31940 &quot;X&quot; in the
31941 first column of the applicable lines in the MESSAGE INDEX.  If this feature
31942 is set, instead of using the &quot;X&quot; to denote a selected message, 
31943 Alpine will
31944 attempt to display those index lines in boldface. Whether this is
31945 preferable to the &quot;X&quot; will depend on personal taste and the type of
31946 terminal being used.
31948 <UL>   
31949 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31950 </UL><P>
31951 &lt;End of help on this topic&gt;
31952 </BODY>
31953 </HTML>
31954 ====== h_config_alt_auth =====
31955 <HTML>
31956 <HEAD>
31957 <TITLE>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></TITLE>
31958 </HEAD>
31959 <BODY>
31960 <H1>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></H1>
31962 This feature affects how Alpine connects to IMAP servers.
31963 It's utility has largely been overtaken by events,
31964 but it may still be useful in some circumstances.
31965 If you only connect to modern IMAP servers that support
31966 &quot;TLS&quot; you can ignore this feature.
31969 Details:
31972 By default, Alpine will attempt to connect to an IMAP server on the
31973 normal IMAP service port (143), and if the server offers &quot;Transport Layer
31974 Security&quot; (TLS) and Alpine has been compiled with encryption capability,
31975 then a secure (encrypted) session will be negotiated.
31978 With this feature enabled, before connecting on the normal IMAP port, Alpine
31979 will first attempt to connect to an alternate IMAP service port (993) used
31980 specifically for encrypted IMAP sessions via the Secure Sockets Layer
31981 (SSL) method.
31982 If the SSL attempt fails, Alpine will then try the default
31983 behavior described in the previous paragraph.
31986 TLS negotiation on the normal port is preferred, and supersedes the use of
31987 SSL on port 993, but older servers may not provide TLS support.
31988 This feature may be convenient when accessing IMAP servers that do not support
31989 TLS, but do support SSL connections on port 993.
31990 However, it is important to understand that with this feature enabled,
31991 Alpine will <EM>attempt</EM> to make a secure connection if that is possible,
31992 but it will proceed to make an insecure connection if that is the only
31993 option offered by the server, or if the Alpine in question has been built
31994 without encryption capability.
31997 Note that this feature specifies a per-user (or system-wide) default
31998 behavior, but host/folder specification flags may be used to control the
31999 behavior of any specific connection.
32000 This feature interacts with some of
32001 the possible host/folder path specification flags as follows:
32004 The <SAMP>/tls</SAMP> host flag, for example,
32007 <CENTER><SAMP>{foo.example.com/tls}INBOX</SAMP></CENTER>
32009 will over-ride this feature for the specified host by bypassing the
32010 SSL connection attempt.
32011 Moreover, with <SAMP>/tls</SAMP> specified,
32012 the connection attempt will fail if the
32013 service on port 143 does not offer TLS support.
32016 The <SAMP>/ssl</SAMP> host flag, for example,
32019 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
32021 will insist on an SSL connection for the specified host,
32022 and will fail if the SSL service on port 993 is not available.
32023 Alpine will not subsequently retry a connection
32024 on port 143 if <SAMP>/ssl</SAMP> is specified.
32027 <UL>   
32028 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32029 </UL><P>
32030 &lt;End of help on this topic&gt;
32031 </BODY>
32032 </HTML>
32033 ====== h_config_file_dir ======
32034 <HTML>
32035 <HEAD>
32036 <TITLE>OPTION: File Directory</TITLE>
32037 </HEAD>
32038 <BODY>
32039 <H1>OPTION: File Directory</H1>
32041 PC-Alpine only.
32043 This value affects the Composer's &quot;^J&nbsp;Attach&quot; command, 
32044 the Attachment Index Screen's &quot;S&nbsp;Save&quot; command, and the
32045 Message Index's &quot;E&nbsp;Export&quot; command.
32048 Normally, when a filename is supplied that lacks a leading &quot;path&quot;
32049 component, Alpine assumes the file exists in the user's home directory.
32050 Under Windows operating systems, this definition isn't always clear.  This 
32051 feature allows you to explictly set where Alpine should look for files
32052 without a leading path.
32055 NOTE: this feature's value is ignored if either 
32056 <A HREF="h_config_use_current_dir"><!--#echo var="FEAT_use-current-dir"--></A> feature
32057 is set or the PINERC has a value for the &quot;<!--#echo var="VAR_operating-dir"-->&quot; variable.
32060 <UL>   
32061 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32062 </UL><P>
32063 &lt;End of help on this topic&gt;
32064 </BODY>
32065 </HTML>
32066 ====== h_config_quote_all_froms =====
32067 <HTML>
32068 <HEAD>
32069 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></TITLE>
32070 </HEAD>
32071 <BODY>
32072 <H1>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></H1>
32074 This feature controls an aspect of the Save command (and also the way
32075 outgoing messages are saved to an FCC folder).  If set, Alpine will add
32076 a leading &quot;>&quot; character in front of message lines beginning with &quot;From&quot; 
32077 when they are saved to another folder, including lines syntactically
32078 distinguishable from the type of message separator line commonly used on
32079 Unix systems.
32082 The default behavior is that a &quot;>&quot; will be prepended only to lines
32083 beginning with &quot;From &quot; that might otherwise be confused with a message
32084 separator line on Unix systems.  If pine is the only mail program you use,
32085 this default is reasonable.  If another program you use has trouble
32086 displaying a message with an unquoted &quot;From &quot; saved by Alpine, you should
32087 enable this feature.  This feature only applies to the common Unix mailbox
32088 format that uses message separator lines beginning with &quot;From &quot;.  If
32089 Alpine has been configured to use a different mailbox format (possibly
32090 incompatible with other mail programs), then this issue does not arise,
32091 and the feature is irrelevant.
32094 &lt;End of help on this topic&gt;
32095 </BODY>
32096 </HTML>
32097 ====== h_config_normal_color =====
32098 <HTML>
32099 <HEAD>
32100 <TITLE>OPTION: Normal Color</TITLE>
32101 </HEAD>
32102 <BODY>
32103 <H1>OPTION: Normal Color</H1>
32105 Sets the color Alpine normally uses.
32106 The foreground color is the color of the actual character and the
32107 background color is the color of the area behind the character.
32108 By default this color is black characters on a white background.
32110 <A HREF="h_color_setup">Descriptions of the available commands</A>
32112 Look <A HREF="h_edit_nav_cmds">here</A>
32113 to see the available Editing and Navigation commands.
32115 &lt;End of help on this topic&gt;
32116 </BODY>
32117 </HTML>
32118 ====== h_config_reverse_color =====
32119 <HTML>
32120 <HEAD>
32121 <TITLE>OPTION: Reverse Color</TITLE>
32122 </HEAD>
32123 <BODY>
32124 <H1>OPTION: Reverse Color</H1>
32126 Sets the color Alpine uses for reverse video characters.
32127 The foreground color is the color of the actual character and the
32128 background color is the color of the area behind the character.
32130 <A HREF="h_color_setup">Descriptions of the available commands</A>
32132 Look <A HREF="h_edit_nav_cmds">here</A>
32133 to see the available Editing and Navigation commands.
32135 &lt;End of help on this topic&gt;
32136 </BODY>
32137 </HTML>
32138 ====== h_config_title_color =====
32139 <HTML>
32140 <HEAD>
32141 <TITLE>OPTION: Title Color</TITLE>
32142 </HEAD>
32143 <BODY>
32144 <H1>OPTION: Title Color</H1>
32146 Sets the color Alpine uses for the titlebar (the top line on the screen).
32147 The foreground color is the color of the actual character and the
32148 background color is the color of the area behind the character.
32149 By default, the Title Color is black characters on a yellow background.
32151 The actual titlebar color may be different from the Title Color if
32152 the option
32153 <A HREF="h_config_titlebar_color_style">&quot;<!--#echo var="VAR_titlebar-color-style"-->&quot;</A>
32154 is set to some value other than the default.
32155 It may also be different if the current folder is closed and the
32156 <A HREF="h_config_titleclosed_color">Title Closed Color</A>
32157 color is set to something different from the Title Color.
32159 <A HREF="h_color_setup">Descriptions of the available commands</A>
32161 Look <A HREF="h_edit_nav_cmds">here</A>
32162 to see the available Editing and Navigation commands.
32164 &lt;End of help on this topic&gt;
32165 </BODY>
32166 </HTML>
32167 ====== h_config_titleclosed_color =====
32168 <HTML>
32169 <HEAD>
32170 <TITLE>OPTION: Title Closed Color</TITLE>
32171 </HEAD>
32172 <BODY>
32173 <H1>OPTION: Title Closed Color</H1>
32175 Sets the color Alpine uses for the titlebar (the top line on the screen)
32176 when the current folder is closed.
32177 The foreground color is the color of the actual character and the
32178 background color is the color of the area behind the character.
32179 By default, the Title Color Closed Color is white characters on a red background.
32181 By setting this color to something noticeable you will be alerted to the
32182 fact that the current folder is closed, perhaps unexpectedly.
32184 &lt;End of help on this topic&gt;
32185 </BODY>
32186 </HTML>
32187 ====== h_config_status_color =====
32188 <HTML>
32189 <HEAD>
32190 <TITLE>OPTION: Status Color</TITLE>
32191 </HEAD>
32192 <BODY>
32193 <H1>OPTION: Status Color</H1>
32195 Sets the color Alpine uses for status messages written to the message
32196 line near the bottom of the screen.
32197 The foreground color is the color of the actual character and the
32198 background color is the color of the area behind the character.
32199 By default, the Status Color is the same as the Reverse Color.
32201 <A HREF="h_color_setup">Descriptions of the available commands</A>
32203 Look <A HREF="h_edit_nav_cmds">here</A>
32204 to see the available Editing and Navigation commands.
32206 &lt;End of help on this topic&gt;
32207 </BODY>
32208 </HTML>
32209 ====== h_config_index_opening_color =====
32210 <HTML>
32211 <HEAD>
32212 <TITLE>OPTION: Index Opening Color</TITLE>
32213 </HEAD>
32214 <BODY>
32215 <H1>OPTION: Index Opening Color</H1>
32217 With some setups the text of the subject is followed
32218 by the opening text of the message if there is any room available in the index line.
32219 If you have configured your
32220 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
32221 to include one of the Subject tokens that causes this behavior
32222 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), you may set the color of
32223 this opening text with this option.
32224 This coloring takes place for all but the current index line, and the Opening
32225 Color appears to be in front of any color from an Index Color Rule.
32227 By default the Index Opening Color is gray characters on a white background.
32230 <A HREF="h_color_setup">Descriptions of the available commands</A>
32232 Look <A HREF="h_edit_nav_cmds">here</A>
32233 to see the available Editing and Navigation commands.
32235 &lt;End of help on this topic&gt;
32236 </BODY>
32237 </HTML>
32238 ====== h_config_index_pri_color =====
32239 <HTML>
32240 <HEAD>
32241 <TITLE>OPTION: Index Priority Symbol Colors</TITLE>
32242 </HEAD>
32243 <BODY>
32244 <H1>OPTION: Index Priority Symbol Colors</H1>
32246 The X-Priority header is a non-standard header that is used in a
32247 somewhat standard way by many mail programs.
32248 Alpine expects the value of this header to be a digit with a value
32249 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
32250 Alpine can be made to display an indication of this priority in
32251 messages by use of one of the tokens
32252 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
32253 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
32254 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
32257 You may set the color used to draw these tokens by use of the colors
32258 Index High Priority Symbol Color and Index Low Priority Symbol Color.
32259 This coloring takes place for all but the current index line, and the Priority
32260 Color appears to be in front of any color from an Index Color Rule.
32261 If the priority has a value of 1 or 2 the High Priority color will be
32262 used,
32263 and if the value is 4 or 5 the Low Priority color will be used.
32265 If you don't set these colors the index line will be colored in the same color as
32266 the bulk of the index line.
32269 <A HREF="h_color_setup">Descriptions of the available commands</A>
32271 Look <A HREF="h_edit_nav_cmds">here</A>
32272 to see the available Editing and Navigation commands.
32274 &lt;End of help on this topic&gt;
32275 </BODY>
32276 </HTML>
32277 ====== h_config_index_subject_color =====
32278 <HTML>
32279 <HEAD>
32280 <TITLE>OPTION: Index Subject Color</TITLE>
32281 </HEAD>
32282 <BODY>
32283 <H1>OPTION: Index Subject Color</H1>
32285 You may set the color used to draw the Subject part of the index line.
32286 This coloring takes place for all but the current index line, and the Subject
32287 Color appears to be in front of any color from an Index Color Rule.
32289 If you don't set this color it will be colored in the same color as
32290 the bulk of the index line.
32293 <A HREF="h_color_setup">Descriptions of the available commands</A>
32295 Look <A HREF="h_edit_nav_cmds">here</A>
32296 to see the available Editing and Navigation commands.
32298 &lt;End of help on this topic&gt;
32299 </BODY>
32300 </HTML>
32301 ====== h_config_index_from_color =====
32302 <HTML>
32303 <HEAD>
32304 <TITLE>OPTION: Index From Color</TITLE>
32305 </HEAD>
32306 <BODY>
32307 <H1>OPTION: Index From Color</H1>
32309 You may set the color used to draw the From part of the index line.
32310 This coloring takes place for all but the current index line, and the From
32311 Color appears to be in front of any color from an Index Color Rule.
32313 If you don't set this color it will be colored in the same color as
32314 the bulk of the index line.
32317 <A HREF="h_color_setup">Descriptions of the available commands</A>
32319 Look <A HREF="h_edit_nav_cmds">here</A>
32320 to see the available Editing and Navigation commands.
32322 &lt;End of help on this topic&gt;
32323 </BODY>
32324 </HTML>
32325 ====== h_config_index_arrow_color =====
32326 <HTML>
32327 <HEAD>
32328 <TITLE>OPTION: Index Arrow Color</TITLE>
32329 </HEAD>
32330 <BODY>
32331 <H1>OPTION: Index Arrow Color</H1>
32333 If you have configured your
32334 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
32335 to include the &quot;ARROW&quot; token, you may set the color of
32336 the arrow displayed with this option.
32337 If you don't set the color it will be colored in the same color as
32338 the bulk of the index line.
32341 <A HREF="h_color_setup">Descriptions of the available commands</A>
32343 Look <A HREF="h_edit_nav_cmds">here</A>
32344 to see the available Editing and Navigation commands.
32346 &lt;End of help on this topic&gt;
32347 </BODY>
32348 </HTML>
32349 ====== h_config_index_color =====
32350 <HTML>
32351 <HEAD>
32352 <TITLE>OPTION: Index Colors</TITLE>
32353 </HEAD>
32354 <BODY>
32355 <H1>OPTION: Index Colors</H1>
32357 You may add color to the single character symbols that give the status
32358 of each message in the MESSAGE INDEX.
32359 By default the characters &quot;+&quot;, &quot;*&quot;, &quot;D&quot;,
32360 &quot;A&quot;, and &quot;N&quot; show up near the left hand side of the
32361 screen depending on whether the message is addressed to you, and whether
32362 the message is marked Important, is Deleted, is Answered, or is New.
32363 The color for each of those characters may be specified by setting the
32364 &quot;Index-to-me&quot; Symbol Color,
32365 the &quot;Index-important&quot; Symbol Color,
32366 the &quot;Index-deleted&quot; Symbol Color,
32367 the &quot;Index-answered&quot; Symbol Color,
32368 and the &quot;Index-new&quot; Symbol Color.
32369 There are also two other symbol colors called &quot;Index-recent&quot;
32370 and &quot;Index-unseen&quot;.
32371 These two colors will only be used if you have configured your
32372 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
32373 to include the &quot;IMAPSTATUS&quot; or &quot;SHORTIMAPSTATUS&quot; token.
32375 The default colors for these symbols are:
32376 <TABLE>
32377 <TR> <TD> &nbsp;&nbsp;Index-to-me&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> black on cyan </TD> </TR>
32378 <TR> <TD> &nbsp;&nbsp;Index-important </TD> <TD> white on bright red </TD> </TR>
32379 <TR> <TD> &nbsp;&nbsp;Index-deleted&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
32380 <TR> <TD> &nbsp;&nbsp;Index-answered&nbsp; </TD> <TD> bright red on yellow </TD> </TR>
32381 <TR> <TD> &nbsp;&nbsp;Index-new&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> white on magenta </TD> </TR>
32382 <TR> <TD> &nbsp;&nbsp;Index-recent&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
32383 <TR> <TD> &nbsp;&nbsp;Index-unseen&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
32384 </TABLE>
32386 Besides coloring the message status symbols, you may also color the
32387 entire index line.
32388 This is done by using the
32389 <A HREF="h_rules_incols">SETUP INDEX LINE COLORS</A> screen, which you
32390 may get to with the commands <EM>S</EM>etup/<EM>R</EM>ules/<EM>I</EM>ndexcolor.
32391 When the entire line is colored that color will be &quot;behind&quot; the
32392 status symbol colors talked about in the paragraph above.
32394 You may also color
32395 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
32396 in the index using the
32397 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>);
32398 the <A HREF="h_config_index_arrow_color">ARROW</A> cursor;
32399 the Subject using
32400 <A HREF="h_config_index_subject_color">Index Subject Color</A>;
32401 the From field using
32402 <A HREF="h_config_index_from_color">Index From Color</A>;
32403 and the
32404 <A HREF="h_config_index_opening_color">Index Opening</A> text.
32406 <A HREF="h_color_setup">Descriptions of the available commands</A>
32408 Look <A HREF="h_edit_nav_cmds">here</A>
32409 to see the available Editing and Navigation commands.
32411 &lt;End of help on this topic&gt;
32412 </BODY>
32413 </HTML>
32414 ====== h_config_metamsg_color =====
32415 <HTML>
32416 <HEAD>
32417 <TITLE>OPTION: Meta-Message Color</TITLE>
32418 </HEAD>
32419 <BODY>
32420 <H1>OPTION: Meta-Message Color</H1>
32422 Sets the color Alpine uses in the MESSAGE TEXT screen for messages to you
32423 that aren't part of the message itself.
32424 For example, an attachment that isn't shown might produce a meta
32425 message something like:
32427 <CENTER><SAMP> [ Part 2, &quot;comment&quot; Text/PLAIN (Name: &quot;file&quot;) ]</SAMP></CENTER>
32429 If you set the
32430 <A HREF="h_config_quote_suppression"><!--#echo var="VAR_quote-suppression-threshold"--></A>
32431 option you might see
32433 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
32435 Warnings about suspicious looking URLs in HTML will also be colored
32436 with this color.
32438 The foreground color is the color of the actual character and the
32439 background color is the color of the area behind the character.
32440 By default, the Meta-Message Color is black characters on a yellow background.
32442 <A HREF="h_color_setup">Descriptions of the available commands</A>
32444 Look <A HREF="h_edit_nav_cmds">here</A>
32445 to see the available Editing and Navigation commands.
32447 &lt;End of help on this topic&gt;
32448 </BODY>
32449 </HTML>
32450 ====== h_config_keylabel_color =====
32451 <HTML>
32452 <HEAD>
32453 <TITLE>OPTION: KeyLabel Color</TITLE>
32454 </HEAD>
32455 <BODY>
32456 <H1>OPTION: KeyLabel Color</H1>
32458 Sets the color Alpine uses for the labels of the keys in the two-line
32459 menu at the bottom of the screen.
32460 For example, some of the screens have a &quot;P PrevMsg&quot; command.
32461 This option sets the color used when displaying &quot;PrevMsg&quot;.
32462 The foreground color is the color of the actual character and the
32463 background color is the color of the area behind the character.
32464 By default, the KeyLabel Color is the same as the Normal Color.
32466 WARNING: Some terminal emulators have the property that the screen will scroll
32467 down one line whenever a character is written to the character cell in the
32468 lower right corner of the screen.
32469 Alpine can usually avoid writing a character in that corner of the screen.
32470 However, if you have defined a KeyLabel Color then Alpine does have to write
32471 a character in that cell in order to color the cell correctly.
32472 If you find that your display sometimes scrolls up a line this could be
32473 the problem.
32474 The most obvious symptom is probably that the titlebar at the top of the
32475 screen scrolls off the screen.
32476 Try setting KeyLabel Color to Default to see if that fixes the problem.
32478 <A HREF="h_color_setup">Descriptions of the available commands</A>
32480 Look <A HREF="h_edit_nav_cmds">here</A>
32481 to see the available Editing and Navigation commands.
32483 &lt;End of help on this topic&gt;
32484 </BODY>
32485 </HTML>
32486 ====== h_config_keyname_color =====
32487 <HTML>
32488 <HEAD>
32489 <TITLE>OPTION: KeyName Color</TITLE>
32490 </HEAD>
32491 <BODY>
32492 <H1>OPTION: KeyName Color</H1>
32494 Sets the color Alpine uses for the names of the keys in the two-line
32495 menu at the bottom of the screen.
32496 For example, some of the screens have a &quot;P PrevMsg&quot; command.
32497 This option sets the color used when displaying the &quot;P&quot;.
32498 The foreground color is the color of the actual character and the
32499 background color is the color of the area behind the character.
32500 By default, the KeyName Color is the same as the Reverse Color.
32502 <A HREF="h_color_setup">Descriptions of the available commands</A>
32504 Look <A HREF="h_edit_nav_cmds">here</A>
32505 to see the available Editing and Navigation commands.
32507 &lt;End of help on this topic&gt;
32508 </BODY>
32509 </HTML>
32510 ====== h_config_slctbl_color =====
32511 <HTML>
32512 <HEAD>
32513 <TITLE>OPTION: Selectable Item Color</TITLE>
32514 </HEAD>
32515 <BODY>
32516 <H1>OPTION: Selectable Item Color</H1>
32518 Sets the color Alpine uses for selectable items, such as URLs.
32519 The foreground color is the color of the actual character and the
32520 background color is the color of the area behind the character.
32521 By default, the Selectable Item Color is the same as the Normal Color,
32522 except that it is bold.
32524 <A HREF="h_color_setup">Descriptions of the available commands</A>
32526 Look <A HREF="h_edit_nav_cmds">here</A>
32527 to see the available Editing and Navigation commands.
32529 &lt;End of help on this topic&gt;
32530 </BODY>
32531 </HTML>
32532 ====== h_config_quote_color =====
32533 <HTML>
32534 <HEAD>
32535 <TITLE>OPTION: Quote Colors</TITLE>
32536 </HEAD>
32537 <BODY>
32538 <H1>OPTION: Quote Colors</H1>
32540 Sets the colors Alpine uses for coloring quoted text in the MESSAGE TEXT
32541 screen.
32542 If a line begins with a &gt; character (or space followed by &gt;)
32543 it is considered a quote.
32544 That line will be given the Quote1 Color (first level quote).
32545 If there is a second level of quoting then the Quote2 Color will be used.
32546 Alpine considers there to be a second level of quoting if that first &gt; is
32547 followed by another &gt; (or space followed by &gt;).
32548 If there are characters other than whitespace and &gt; signs, then it isn't
32549 considered another level of quoting.
32550 Similarly, if there is a third level of quoting the Quote3 Color will be
32551 used.
32552 If there are more levels after that the Quote Colors are re-used.
32553 If you define all three colors then it would repeat like Color1, Color2, Color3,
32554 Color1, Color2, Color3, ...
32555 If you only define the first two it would be
32556 Color1, Color2, Color1, Color2, ...
32557 If you define only the Quote1 Color, then the entire quote would be that
32558 color regardless of the quoting levels.
32559 By default, the Quote1 Color is black characters on a greenish-blue background;
32560 the Quote2 Color is black characters on a dull yellow background; and
32561 the Quote3 Color is black characters on a green background.
32563 <A HREF="h_color_setup">Descriptions of the available commands</A>
32565 Look <A HREF="h_edit_nav_cmds">here</A>
32566 to see the available Editing and Navigation commands.
32568 &lt;End of help on this topic&gt;
32569 </BODY>
32570 </HTML>
32571 ====== h_config_folder_color =====
32572 <HTML>
32573 <HEAD>
32574 <TITLE>OPTION: Folder Color</TITLE>
32575 </HEAD>
32576 <BODY>
32577 <H1>OPTION: Folder Color</H1>
32579 Sets the colors Alpine uses for coloring a folder in the FOLDER LIST
32580 screen. By default, the Folder Color is the normal text color.
32583 If you set a color for this feature, other than the normal color
32584 (the default), or a color for
32585 <A HREF="h_config_directory_color">Directory Color</A>, then directories
32586 will be colored according to the color specified in the
32587 <A HREF="h_config_directory_color">Directory Color</A> option. In this
32588 case, the color will be the only indication that the colored name
32589 refers to a directory. The normal behavior is that Alpine
32590 indicates that a name refers to a directory by appending a
32591 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
32592 the folder.
32595 If a folder is a directory, then the folder name will be painted
32596 according to the color defined by this variable, and a separator
32597 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added 
32598 to the name. That
32599 indicator will be painted according to the color defined in the
32600 <A HREF="h_config_directory_color">Directory Color</A> option.
32603 &lt;End of help on this topic&gt;
32604 </BODY>
32605 </HTML>
32606 ====== h_config_directory_color =====
32607 <HTML>
32608 <HEAD>
32609 <TITLE>OPTION: Directory Color</TITLE>
32610 </HEAD>
32611 <BODY>
32612 <H1>OPTION: Directory Color</H1>
32614 Sets the colors Alpine uses for coloring a directory in the FOLDER LIST
32615 screen. By default, the Folder Color is the normal text color.
32617 If you set a color for this feature, other than the normal color
32618 (the default), or a color for
32619 <A HREF="h_config_folder_color">Folder Color</A>, then folders
32620 will be colored according to the color specified in the
32621 <A HREF="h_config_folder_color">Folder Color</A> option. In this
32622 case, the color will be the only indication that the colored name
32623 refers to a directory. The normal behavior is that Alpine
32624 indicates that a name refers to a directory by appending a
32625 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
32626 the folder.
32628 If a folder is a directory, then the folder name will be painted
32629 according to the color defined by the option
32630 <A HREF="h_config_folder_color">Folder Color</A>, and the separator
32631 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added
32632 after the name. That
32633 indicator will be painted according to the color defined in this
32634 option.
32636 &lt;End of help on this topic&gt;
32637 </BODY>
32638 </HTML>
32639 ====== h_config_folder_list_color =====
32640 <HTML>
32641 <HEAD>
32642 <TITLE>OPTION: Folder-List Color</TITLE>
32643 </HEAD>
32644 <BODY>
32645 <H1>OPTION: Folder-List Color</H1>
32647 Sets the colors Alpine uses for coloring normal text in the FOLDER LIST
32648 screen. By default, the Folder-List Color is the normal text color.
32650 This text refers to the informative text that Alpine displays so you
32651 can recognize each collection. The color of the content of each collection
32652 is determined by the options <A HREF="h_config_folder_color">Folder Color</A>
32653 and <A HREF="h_config_directory_color">Directory Color</A>.
32655 Unlike the options
32656 <A HREF="h_config_folder_color">Folder Color</A>
32657 and <A HREF="h_config_directory_color">Directory Color</A>, configuring
32658 this option does not affect the way that Alpine reports folders,
32659 directories and folders that are directories.
32661 &lt;End of help on this topic&gt;
32662 </BODY>
32663 </HTML>
32664 ====== h_config_incunseen_color =====
32665 <HTML>
32666 <HEAD>
32667 <TITLE>OPTION: Incoming Unseen Color</TITLE>
32668 </HEAD>
32669 <BODY>
32670 <H1>OPTION: Incoming Unseen Color</H1>
32672 If the option
32673 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
32674 is turned on it is possible to highlight the folders that contain
32675 unseen messages by coloring them with this color.
32676 By default, this is the same as the Normal Color and no highlighting is done.
32678 Usually the &quot;current&quot; folder (the folder the cursor is on)
32679 is highlighted using reverse video.
32680 If the current folder is colored because it contains unseen messages then
32681 the color used to show that it is also the current folder is controlled
32682 by the
32683 <A HREF="h_config_index_color_style"><!--#echo var="VAR_current-indexline-style"--></A>
32684 feature at the top of the SETUP COLOR screen.
32686 <A HREF="h_color_setup">Descriptions of the available commands</A>
32688 Look <A HREF="h_edit_nav_cmds">here</A>
32689 to see the available Editing and Navigation commands.
32691 &lt;End of help on this topic&gt;
32692 </BODY>
32693 </HTML>
32694 ====== h_config_signature_color =====
32695 <HTML>
32696 <HEAD>
32697 <TITLE>OPTION: Signature Color</TITLE>
32698 </HEAD>
32699 <BODY>
32700 <H1>OPTION: Signature Color</H1>
32702 Sets the color Alpine uses for coloring the signature in the MESSAGE TEXT
32703 screen. According to USENET conventions, the signature is defined as the
32704 paragraph following the &quot;sigdashes&quot;, that is, the special line
32705 consisting of the three characters
32706 &quot;--&nbsp;&quot; (i.e., dash, dash, and space). Alpine allows for one
32707 empty line right after the sigdashes to be considered as part of the
32708 signature.
32709 By default, the Signature Color is blue characters on a white background.
32711 <A HREF="h_color_setup">Descriptions of the available commands</A>
32713 Look <A HREF="h_edit_nav_cmds">here</A>
32714 to see the available Editing and Navigation commands.
32716 &lt;End of help on this topic&gt;
32717 </BODY>
32718 </HTML>
32719 ====== h_config_prompt_color =====
32720 <HTML>
32721 <HEAD>
32722 <TITLE>OPTION: Prompt Color</TITLE>
32723 </HEAD>
32724 <BODY>
32725 <H1>OPTION: Prompt Color</H1>
32727 Sets the color Alpine uses for confirmation prompts and questions that
32728 appear in the status line near the bottom of the screen.
32729 The foreground color is the color of the actual character and the
32730 background color is the color of the area behind the character.
32731 By default, the Prompt Color is the same as the Reverse Color.
32733 <A HREF="h_color_setup">Descriptions of the available commands</A>
32735 Look <A HREF="h_edit_nav_cmds">here</A>
32736 to see the available Editing and Navigation commands.
32738 &lt;End of help on this topic&gt;
32739 </BODY>
32740 </HTML>
32741 ====== h_config_header_general_color =====
32742 <HTML>
32743 <HEAD>
32744 <TITLE>OPTION: Header General Color</TITLE>
32745 </HEAD>
32746 <BODY>
32747 <H1>OPTION: Header General Color</H1>
32749 Sets the color Alpine uses for the headers of a message in the MESSAGE TEXT
32750 screen.
32751 The foreground color is the color of the actual character and the
32752 background color is the color of the area behind the character.
32753 By default, this is the same as the Normal Color.
32755 It is also possible to set the colors for specific header fields, for
32756 example the Subject, using
32757 <A HREF="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></A>.
32758 If both a Header General Color and a specific Viewer Header Color are set
32759 the specific color will override the general color, as you would expect.
32761 <A HREF="h_color_setup">Descriptions of the available commands</A>
32763 Look <A HREF="h_edit_nav_cmds">here</A>
32764 to see the available Editing and Navigation commands.
32766 &lt;End of help on this topic&gt;
32767 </BODY>
32768 </HTML>
32769 ====== h_config_incol =====
32770 <HTML>
32771 <HEAD>
32772 <TITLE>Index Line Color</TITLE>
32773 </HEAD>
32774 <BODY>
32775 <H1>Index Line Color</H1>
32777 This option is used to set the color of a line in the index when the
32778 message for that line matches the Pattern.
32779 This colors the whole index line, except possibly the status letters,
32780 which may be colored separately using the
32781 <A HREF="h_color_setup">Setup Kolor</A> screen.
32782 The foreground color is the color of the actual characters and the
32783 background color is the color of the area behind the characters.
32785 <A HREF="h_color_setup">Descriptions of the available commands</A>
32787 Look <A HREF="h_edit_nav_cmds">here</A>
32788 to see the available Editing and Navigation commands.
32790 &lt;End of help on this topic&gt;
32791 </BODY>
32792 </HTML>
32793 ====== h_config_usetransparent_color =====
32794 <HTML>
32795 <HEAD>
32796 <TITLE>OPTION: Use Transparent Color</TITLE>
32797 </HEAD>
32798 <BODY>
32799 <H1>OPTION: Use Transparent Color</H1>
32801 This is a special color supported by some terminal emulators.
32802 It is intended to result in the default foreground or background color
32803 from the terminal emulator.
32804 This is the color the terminal was displaying characters in before you started Alpine.
32805 The reason it is called Transparent is because you could set the foreground color
32806 to some specific color, like Red, and then set the background color to the
32807 Transparent Color. If it works as expected, the background color from the terminal
32808 window in which Alpine is running will show through but with the Red characters
32809 in the foreground.
32811 <A HREF="h_color_setup">Descriptions of the available commands</A>
32813 Look <A HREF="h_edit_nav_cmds">here</A>
32814 to see the available Editing and Navigation commands.
32816 &lt;End of help on this topic&gt;
32817 </BODY>
32818 </HTML>
32819 ====== h_config_usenormal_color =====
32820 <HTML>
32821 <HEAD>
32822 <TITLE>OPTION: Use Normal Color</TITLE>
32823 </HEAD>
32824 <BODY>
32825 <H1>OPTION: Use Normal Color</H1>
32827 When you use this color value, the actual color used will be the same
32828 as the corresponding Normal Color.
32829 For example if your Normal Color is black on white and you set both
32830 the foreground and background colors here to use the Normal Color, you'll
32831 get black on white. If you later change the Normal Color to red on blue
32832 this color will also change to red on blue.
32834 <A HREF="h_color_setup">Descriptions of the available commands</A>
32836 Look <A HREF="h_edit_nav_cmds">here</A>
32837 to see the available Editing and Navigation commands.
32839 &lt;End of help on this topic&gt;
32840 </BODY>
32841 </HTML>
32842 ====== h_config_usenone_color =====
32843 <HTML>
32844 <HEAD>
32845 <TITLE>OPTION: Use None Color</TITLE>
32846 </HEAD>
32847 <BODY>
32848 <H1>OPTION: Use None Color</H1>
32850 This is a special color that simply means to leave the color alone.
32851 It is useful for Index symbols and for Keyword Colors used in the Subject
32852 field of an index line.
32853 The most likely use is to set an explicit foreground color and then set
32854 the background color to the None Color.
32855 That will cause the symbol or keyword to be drawn in the foreground color
32856 with a background equal to whatever color the rest of the index line is already
32857 drawn in.
32858 You will see no visible effect unless you have assigned Indexcolor Rules to
32859 color index lines or you have set an actual color for the Reverse Color.
32861 <A HREF="h_color_setup">Descriptions of the available commands</A>
32863 Look <A HREF="h_edit_nav_cmds">here</A>
32864 to see the available Editing and Navigation commands.
32866 &lt;End of help on this topic&gt;
32867 </BODY>
32868 </HTML>
32869 ====== h_config_dflt_color =====
32870 <HTML>
32871 <HEAD>
32872 <TITLE>OPTION: Default Color</TITLE>
32873 </HEAD>
32874 <BODY>
32875 <H1>OPTION: Default Color</H1>
32877 Setting default will cause the color to be the default color.
32878 Unsetting default is normally done by choosing a color, but in some cases
32879 you may want to declare the current default color to be your non-default
32880 choice.
32881 For example, the default Keyname Color is the same as the Reverse Color.
32882 Whenever the Reverse Color changes the Keyname Color will also change, unless
32883 you've changed it or unset the default box.
32885 <A HREF="h_color_setup">Descriptions of the available commands</A>
32887 Look <A HREF="h_edit_nav_cmds">here</A>
32888 to see the available Editing and Navigation commands.
32890 &lt;End of help on this topic&gt;
32891 </BODY>
32892 </HTML>
32893 ====== h_config_bold_slctbl =====
32894 <HTML>
32895 <HEAD>
32896 <TITLE>OPTION: Bold</TITLE>
32897 </HEAD>
32898 <BODY>
32899 <H1>OPTION: Bold</H1>
32901 The color for this particular section may have the Bold attribute turned
32902 on or off.
32903 Setting bold will cause the characters to be bold.
32905 <A HREF="h_color_setup">Descriptions of the available commands</A>
32907 Look <A HREF="h_edit_nav_cmds">here</A>
32908 to see the available Editing and Navigation commands.
32910 &lt;End of help on this topic&gt;
32911 </BODY>
32912 </HTML>
32913 ====== h_config_kw_color =====
32914 <HTML>
32915 <HEAD>
32916 <TITLE>OPTION: Keyword Colors</TITLE>
32917 </HEAD>
32918 <BODY>
32919 <H1>OPTION: Keyword Colors</H1>
32921 Sets the colors Alpine uses for Keyword fields in the MESSAGE INDEX screen.
32922 Keywords are displayed as part of the Subject by default.
32923 They are also displayed as part of the Subject if the tokens
32924 &quot;SUBJKEY&quot;, &quot;SUBJKEYTEXT&quot;, &quot;SUBJKEYINIT&quot;, or &quot;SUBJKEYINITTEXT&quot; are used in the
32925 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
32926 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
32927 screen by using the &quot;KEY&quot; or &quot;KEYINIT&quot; tokens.
32929 For example, you might have set up a Keyword
32930 &quot;Work&quot; using the
32931 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
32932 You could cause that Keyword to show up as a special color
32933 by setting up the Keyword Color using this option, and then including it
32934 in the MESSAGE INDEX screen using one of the tokens listed above in the
32935 <!--#echo var="VAR_index-format"-->.
32937 <A HREF="h_color_setup">Descriptions of the available commands</A>
32939 Look <A HREF="h_edit_nav_cmds">here</A>
32940 to see the available Editing and Navigation commands.
32942 &lt;End of help on this topic&gt;
32943 </BODY>
32944 </HTML>
32945 ====== h_config_customhdr_color =====
32946 <HTML>
32947 <HEAD>
32948 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></TITLE>
32949 </HEAD>
32950 <BODY>
32951 <H1>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></H1>
32953 Sets the colors Alpine uses for specific header fields in the MESSAGE TEXT screen.
32954 For example, you may set the color of the Subject header or the From header.
32955 The foreground color is the color of the actual character and the
32956 background color is the color of the area behind the character.
32958 In addition to setting the colors for particular headers (like the Subject)
32959 you may also set a color to be used for all headers unless overridden by a
32960 more specific Viewer Header Color.
32961 To do this use the
32962 <A HREF="h_config_header_general_color">Header General Color</A>.
32964 For Header Colors,
32965 there is an additional line on the
32966 screen labeled &quot;Pattern to match&quot;.
32967 If you leave that blank, then the whole field for that header will
32968 be colored.
32969 However, if you give a pattern to match, the coloring will only take place
32970 if there is a match for that pattern in the value of the field.
32971 For example, if you are working on a color for the Subject header and
32972 you fill in a pattern of &quot;important&quot;, then only Subjects that
32973 contain the word &quot;important&quot; will be colored.
32975 If the pattern you enter is a comma-separated list of patterns, then coloring
32976 happens if any of those patterns matches.
32978 <A HREF="h_color_setup">Descriptions of the available commands</A>
32980 Look <A HREF="h_edit_nav_cmds">here</A>
32981 to see the available Editing and Navigation commands.
32983 &lt;End of help on this topic&gt;
32984 </BODY>
32985 </HTML>
32986 ====== h_config_indextoken_color =====
32987 <HTML>
32988 <HEAD>
32989 <TITLE>OPTION: <!--#echo var="VAR_index-token-colors"--></TITLE>
32990 </HEAD>
32991 <BODY>
32992 <H1>OPTION: <!--#echo var="VAR_index-token-colors"--></H1>
32994 This option allows you to set up the color in which any token, not specified by the
32995 previous options, will be colored in the MESSAGE INDEX screen. 
32997 In order to use this option, you must press the &quot;I&quot; <B>IndxHdr</B> command, and add
32998 a token that can be used in the index format. 
32999 The list of available tokens is <A HREF="h_index_tokens">here</A>.
33001 If you fail to enter a valid token your entry will be ignored, and you will be asked to
33002 enter a new one. Once you have entered a valid token, a line will be added to the
33003 configuration screen that you can use to set up the colors in which that token will
33004 be painted. This is done in the same way that you configure colors for other
33005 variables.
33007 <A HREF="h_color_setup">Descriptions of the available commands</A>
33009 Look <A HREF="h_edit_nav_cmds">here</A>
33010 to see the available Editing and Navigation commands.
33012 &lt;End of help on this topic&gt;
33013 </BODY>
33014 </HTML>
33015 ====== h_config_customhdr_pattern =====
33016 <HTML>
33017 <HEAD>
33018 <TITLE>OPTION: Viewer Header Color Pattern</TITLE>
33019 </HEAD>
33020 <BODY>
33021 <H1>OPTION: Viewer Header Color Pattern</H1>
33023 If you leave this blank, then the whole field for the header will
33024 be colored.
33025 If you give a pattern to match, the coloring will only take place
33026 if there is a match for that pattern in the value of the field.
33027 For example, if you are working on a color for the Subject header and
33028 you fill in a pattern of &quot;important&quot;, then only Subjects that
33029 contain the word &quot;important&quot; will be colored.
33031 For address headers (like From and To) and for the Newsgroups header,
33032 a pattern match will cause only the matched addresses or newsgroups to be
33033 colored.
33034 If there is no pattern to match, then all of the addresses or newsgroups
33035 in the relevant header will be colored.
33037 The matching pattern may be a comma-separated list of patterns to match
33038 instead of a single pattern.
33039 For example, you could use the pattern &quot;important,urgent&quot; which would
33040 cause a match if either the word &quot;important&quot; or the word
33041 &quot;urgent&quot; appeared in the value of the header.
33042 You could list several comma-separated email addresses in the Header
33043 From Color pattern so that those addresses will be colored when any of
33044 them appear in the From header.
33046 To add a new matching pattern or change the existing pattern use the 
33047 <!--chtml if pinemode="function_key"-->
33048 &quot;F4&quot;
33049 <!--chtml else-->
33050 &quot;C&quot;
33051 <!--chtml endif-->
33052 &quot;Change&quot; command that is available when the &quot;Pattern to
33053 match&quot; line is highlighted.
33055 <!--chtml if pinemode="function_key"-->
33056 &quot;F10&quot;
33057 <!--chtml else-->
33058 &quot;D&quot;
33059 <!--chtml endif-->
33060 &quot;Delete&quot; command may be used to quickly remove all patterns
33061 for a particular header.
33063 &lt;End of help on this topic&gt;
33064 </BODY>
33065 </HTML>
33066 ====== h_color_setup =====
33067 <HTML>
33068 <HEAD>
33069 <TITLE>SETUP COLOR COMMANDS</TITLE>
33070 </HEAD>
33071 <BODY>
33072 <H1>SETUP COLOR COMMANDS</H1>
33073 <!--chtml if pinemode="function_key"-->
33074 <PRE>
33075 Available Commands -- Group 1
33076 -------------------------------
33077 F1  Display this help text
33078 F2  Show other available commands
33079 F3  Exit to MAIN MENU
33080 F4  Select the highlighted foreground or background color
33081 F5  Move to previous line
33082 F6  Move to next line
33083 F7  Previous page
33084 F8  Next page
33085 F9  Add a config section for a header field
33086 F10 Restore all default colors (for all sections)
33087 F11 Print color configuration screen
33088 F12 Whereis (search for word)
33090 Available Commands -- Group 2
33091 -------------------------------
33092 F1  Display this help text
33093 F2  Show other available commands
33094 F5  Delete config section for highlighted header field
33095 F6  Shuffle the order of Header Color sections
33096 </PRE>
33097 <!--chtml else-->
33098 <PRE>
33099 General commands
33100 -------------------------------------------------
33101  ?  Display this help text     E  Exit back to MAIN MENU
33102  P  Previous Line              N  Next Line
33103  -  Previous page             Spc (space bar) Next page
33104  W  WhereIs (search for word)  %  Print color configuration screen
33106 Color Setup Commands
33107 ------------------------------------------------
33108  *  Select the highlighted foreground or background color
33109  A  Add a config section for a header field
33110  D  Delete config section for highlighted header field
33111  R  Restore all default colors (for all sections)
33112  $  Shuffle the order of Header Color sections
33113 </PRE>
33114 <!--chtml endif-->
33116 <H2>Description of the Setup Color Screen</H2>
33118 From this screen you may turn on color and set the colors of
33119 various parts of the Alpine display.
33120 For help on turning on color move your cursor into the Color Style section
33121 at the top of the Setup Color screen and ask for help.
33124 There are several sections in the Setup Color Screen.
33125 At the top are some settings that handle the style of color used
33126 with your terminal emulator (UNIX only), and some settings that
33127 control how the current indexline and the titlebar are colored.
33128 After that comes a long section called GENERAL COLORS that allows
33129 you to set the color of many elements in the Alpine screens.
33130 For example, the color of the titlebar, status messages,
33131 selectable links, quotes and signatures in messages, and so on.
33132 After that is a section called INDEX COLORS that allows you to
33133 set the colors of various pieces of the displayed index lines in
33134 the MESSAGE INDEX screen.
33135 The next section is HEADER COLORS. This is for coloring headers of
33136 messages in the MESSAGE TEXT screen in just about any way you would like.
33137 Finally, the KEYWORD COLORS section allows you to highlight
33138 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
33139 in the MESSAGE INDEX screen.
33142 To change a color, highlight the color you want to change (for example,
33143 the Status Color) by moving
33144 the cursor into it.
33145 You may want to read the help text for the color to see a brief desription
33146 of what you are coloring.
33147 Then press &quot;C&quot; for Change to set the color to something new.
33148 That will put you into a screen with two columns of colors, one for
33149 the foreground color and one for the background color.
33150 The foreground color is just the color you want the actual characters
33151 to be and the background color is the color of the rest of the rectangle
33152 behind the characters.
33153 Select the foreground and background colors desired by using the Next and
33154 Prev keys to highlight the color, and the * command to select it.
33156 To set a color to its default value, set the X in the Default line at
33157 the bottom of the list of colors.
33160 The HEADER COLORS section is a little bit different from the others.
33161 Besides coloring the specific fields that Alpine knows about, you may also
33162 color specific header fields when viewing a message in the MESSAGE TEXT
33163 screen.
33164 For example, you may color the Subject header a particular color.
33165 There are a few commands for use with headers.
33166 The &quot;AddHeader&quot; command adds a section to the color
33167 configuration screen that allows you to set the color for that header.
33168 You'll be asked for the name of the header field you want to color.
33169 If you wanted to color the Subject, you would answer
33170 with the word &quot;subject&quot;.
33171 Once you've added a header field, the color setting works just like the
33172 other color fields, except that there is an additional line on the
33173 configuration screen labeled &quot;Pattern to match&quot;.
33174 If you leave that blank, then the whole field for that header will always
33175 be colored.
33176 However, if you give a pattern to match, the coloring will only take place
33177 if there is a match for that pattern in the value of the field.
33178 For example, if you are working on a color for the Subject header and
33179 you fill in a pattern of &quot;important&quot;, then only Subjects that
33180 contain the word &quot;important&quot; will be colored.
33182 The &quot;DeleteHdr&quot; command removes a header section from the
33183 configuration altogether.
33184 The &quot;Shuffle&quot; command changes the order of header sections.
33185 This is only necessary if you use header sections with pattern fields.
33186 For example, if you have two Subject sections, one with one pattern and
33187 another with another pattern, and the subject for a particular message
33188 happens to match both, then the color from the first match is used.
33191 The command &quot;RestoreDefs&quot; will restore all of the default colors.
33192 Each section will change to the default value used for that section when
33193 color is first enabled.
33194 When you restore all default colors the color settings for the Header Colors
33195 will be unset (since that's the default), but the header fields you've
33196 added will remain so that you may easily reset them.
33197 In order to get rid of them completely you'd have to use
33198 the &quot;DeleteHdr&quot; command.
33201 Remember that <A HREF="h_rules_incols">Index Line Colors</A>
33202 may be set with matching rules and that is configured separately from
33203 the rest of the color settings described here.
33204 It is configured in the Setup/Rules/Indexcolors section of the configuration screen
33205 instead of in the Setup/Kolor section.
33207 <P><UL>
33208 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33209 </UL><P>
33210 &lt;End of help on this topic&gt;
33211 </BODY>
33212 </HTML>
33213 ====== h_config_news_uses_recent ======
33214 <HTML>
33215 <HEAD>
33216 <TITLE>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></TITLE>
33217 </HEAD>
33218 <BODY>
33219 <H1>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></H1>
33221 This feature causes certain messages to be marked as "New" in the
33222 MESSAGE INDEX of newsgroups.
33223 This feature is set by default.
33227 When opening a newsgroup, Alpine will consult your "newsrc" file and
33228 determine the last message you have previously disposed of via the "D"
33229 key.  If this feature is set, any subsequent messages will be shown in the
33230 Index with an "N", and the first of these messages will be highlighted.
33231 Although this is only an approximation of true "New" or "Unseen"
33232 status, it provides a useful cue to distinguish more-or-less recent
33233 messages from those you have seen previously, but are not yet ready to
33234 mark deleted.
33238 Background: your "newsrc" file (used to store message status information
33239 for newsgroups) is only capable of storing a single flag, and Alpine uses
33240 this to record whether or not you are "done with" a message, as
33241 indicated by marking the message as "Deleted".  Unfortunately, this
33242 means that Alpine has no way to record exactly which messages you have
33243 previously seen, so it normally does not show the "N" status flag for
33244 any messages in a newsgroup. This feature enables a starting
33245 *approximation* of seen/unseen status that may be useful.
33247 &lt;End of help on this topic&gt;
33248 </BODY>
33249 </HTML>
33250 ====== h_config_expose_hidden_config =====
33251 <HTML>
33252 <HEAD>
33253 <TITLE>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></TITLE>
33254 </HEAD>
33255 <BODY>
33256 <H1>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></H1>
33258 If set, this causes configuration options and features that are normally
33259 hidden from view to be editable in the Setup/Config screen.
33262 The purpose of this feature is to allow you to change configuration
33263 features and variables that are normally hidden.
33264 This is particularly useful if you are using a remote configuration,
33265 where it is difficult to edit the contents manually, but it may also be used
33266 on a local pinerc configuration file.
33268 If set, several configuration variables and features that are normally
33269 hidden from view will show up in the Setup/Configuration screen.
33270 They will be at the bottom of the configuration screen.
33271 You can find them by searching for the words &quot;hidden configuration&quot;.
33274 Note that this is an advanced feature that should be used with care.
33275 The reason that this part of the configuration is normally hidden is because
33276 there is a significant potential for causing problems if you change these
33277 variables.
33278 If something breaks after a change try changing it back to see if that is
33279 what is causing the problem.
33280 There are also some variables that are normally hidden because they are
33281 manipulated through Alpine in other ways.
33282 For example, colors are normally set using the Setup/Kolors screen and
33283 the &quot;<!--#echo var="VAR_address-book"-->&quot; variable is normally set using
33284 the Setup/AddressBooks screen, so there is little reason to edit these directly.
33285 The &quot;<!--#echo var="VAR_incoming-folders"-->&quot; variable is normally changed by using
33286 the Add, Delete, and Rename commands in the FOLDER LIST screen,
33287 and the &quot;<!--#echo var="VAR_last-time-prune-questioned"-->&quot; variable is normally used
33288 internally by Alpine and not set directly by the user.
33290 <UL>   
33291 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33292 </UL><P>
33293 &lt;End of help on this topic&gt;
33294 </BODY>
33295 </HTML>
33296 ====== h_config_disable_signature_edit =====
33297 <HTML>
33298 <HEAD>
33299 <TITLE>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></TITLE>
33300 </HEAD>
33301 <BODY>
33302 <H1>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></H1>
33304 If set, this disables the editing of signature files from within
33305 the Setup/Config screen.
33307 <UL>   
33308 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33309 </UL><P>
33310 &lt;End of help on this topic&gt;
33311 </BODY>
33312 </HTML>
33313 ====== h_config_disable_roles_templateedit =====
33314 <HTML>
33315 <HEAD>
33316 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></TITLE>
33317 </HEAD>
33318 <BODY>
33319 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></H1>
33321 If set, this disables the editing of template files within the
33322 Role setup screen.
33324 <UL>   
33325 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33326 </UL><P>
33327 &lt;End of help on this topic&gt;
33328 </BODY>
33329 </HTML>
33330 ====== h_config_disable_roles_sigedit =====
33331 <HTML>
33332 <HEAD>
33333 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></TITLE>
33334 </HEAD>
33335 <BODY>
33336 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></H1>
33338 If set, this disables the editing of signature files within the
33339 Role setup screen.
33341 <UL>   
33342 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33343 </UL><P>
33344 &lt;End of help on this topic&gt;
33345 </BODY>
33346 </HTML>
33347 ====== h_config_disable_roles_setup =====
33348 <HTML>
33349 <HEAD>
33350 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></TITLE>
33351 </HEAD>
33352 <BODY>
33353 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></H1>
33355 If set, this disables the Setup/Rules/Roles command.
33357 <UL>   
33358 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33359 </UL><P>
33360 &lt;End of help on this topic&gt;
33361 </BODY>
33362 </HTML>
33363 ====== h_config_disable_pipes_in_templates =====
33364 <HTML>
33365 <HEAD>
33366 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></TITLE>
33367 </HEAD>
33368 <BODY>
33369 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></H1>
33371 By default, if a template file name is followed by a vertical bar (|) then
33372 that causes the file to be executed to produce the text for the template.
33373 If this feature is set, then this is not allowed.
33375 <UL>   
33376 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33377 </UL><P>
33378 &lt;End of help on this topic&gt;
33379 </BODY>
33380 </HTML>
33381 ====== h_config_disable_pipes_in_sigs =====
33382 <HTML>
33383 <HEAD>
33384 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></TITLE>
33385 </HEAD>
33386 <BODY>
33387 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></H1>
33389 By default, if a signature file name is followed by a vertical bar (|) then
33390 that causes the file to be executed to produce the text for the signature.
33391 If this feature is set, then this is not allowed.
33393 <UL>   
33394 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33395 </UL><P>
33396 &lt;End of help on this topic&gt;
33397 </BODY>
33398 </HTML>
33399 ====== h_config_disable_password_cmd =====
33400 <HTML>
33401 <HEAD>
33402 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></TITLE>
33403 </HEAD>
33404 <BODY>
33405 <H1>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></H1>
33407 If set, then the Setup/Newpassword command is disabled.
33409 <UL>   
33410 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33411 </UL><P>
33412 &lt;End of help on this topic&gt;
33413 </BODY>
33414 </HTML>
33415 ====== h_config_disable_password_caching =====
33416 <HTML>
33417 <HEAD>
33418 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></TITLE>
33419 </HEAD>
33420 <BODY>
33421 <H1>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></H1>
33423 Normally, loginname/password combinations are cached in Alpine so that
33424 you do not have to enter the same password more than once in a session.
33425 A disadvantage to this approach is that the password must be stored in
33426 the memory image of the running Alpine in order that it can be re-used.
33427 In the event that Alpine crashes and produces a core dump, and that core
33428 dump is readable by others, the loginname and password could be read
33429 from the core dump.
33431 If this feature is set, then the passwords will not be cached and you
33432 will have to retype the password whenever Alpine needs it.
33433 Even with this feature set there is still some chance that the core
33434 file will contain a password, so care should be taken to make the
33435 core files unreadable.
33437 NOTE: If PASSFILE caching is enabled, this does not disable it.
33438 That is a separate and independent feature.
33439 <UL>   
33440 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33441 </UL><P>
33442 &lt;End of help on this topic&gt;
33443 </BODY>
33444 </HTML>
33445 ====== h_config_disable_password_file_saving =====
33446 <HTML>
33447 <HEAD>
33448 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-file-saving"--></TITLE>
33449 </HEAD>
33450 <BODY>
33451 <H1>FEATURE: <!--#echo var="FEAT_disable-password-file-saving"--></H1>
33453 This feature changes the behavior of Alpine when a login name and password combination
33454 for a specific server is not found in the password file. The default behavior is that
33455 Alpine will ask the user if they wish to save this information in the password file for future
33456 use. It is assumed that if a user created a password file it is because they intend
33457 to use it, but in some instances a user might want to save some passwords and not others.
33458 In this case, enabling this feature will make Alpine not add any more passwords to the
33459 password file and will only use the passwords that it already saved. If you wish to allow
33460 Alpine to save more passwords in the password file, disable this feature.
33462 <UL>   
33463 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33464 </UL><P>
33465 &lt;End of help on this topic&gt;
33466 </BODY>
33467 </HTML>
33468 ====== h_config_disable_kb_lock =====
33469 <HTML>
33470 <HEAD>
33471 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></TITLE>
33472 </HEAD>
33473 <BODY>
33474 <H1>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></H1>
33476 If set, then the Keyboard Lock command is removed from the MAIN MENU.
33478 <UL>   
33479 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33480 </UL><P>
33481 &lt;End of help on this topic&gt;
33482 </BODY>
33483 </HTML>
33484 ====== h_config_disable_config_cmd =====
33485 <HTML>
33486 <HEAD>
33487 <TITLE>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></TITLE>
33488 </HEAD>
33489 <BODY>
33490 <H1>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></H1>
33492 If set, then the Setup/Config screen is disabled.
33494 <UL>   
33495 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33496 </UL><P>
33497 &lt;End of help on this topic&gt;
33498 </BODY>
33499 </HTML>
33500 ====== h_config_allow_chg_from =====
33501 <HTML>
33502 <HEAD>
33503 <TITLE>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></TITLE>
33504 </HEAD>
33505 <BODY>
33506 <H1>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></H1>
33508 This feature affects Alpine's handling of the &quot;From:&quot; header field
33509 in the "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" configuration
33510 option.
33512 If this feature is set then the From line can be changed just like
33513 all the other header fields that can be changed.
33514 This feature defaults to <EM>ON</EM>.
33516 Even with this feature turned ON (the default) you will not be able 
33517 to change the From header unless you add it to your list of
33518 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>.
33519 You may also want to change the
33520 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
33521 if you want the From header to always show up in the composer without
33522 having to type the Rich Headers command first.
33524 Note that many sites restrict the use of this feature in order to
33525 reduce the chance of falsified addresses and misdirected mail.
33526 If you want to change the value of what gets included in the From header
33527 in messages you send
33528 look <A HREF="h_config_change_your_from">here</A> for a description.
33530 <UL>   
33531 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33532 </UL><P>
33533 &lt;End of help on this topic&gt;
33534 </BODY>
33535 </HTML>
33536 ====== h_config_disable_collate =====
33537 <HTML>
33538 <HEAD>
33539 <TITLE>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></TITLE>
33540 </HEAD>
33541 <BODY>
33542 <H1>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></H1>
33544 This is a hard to understand feature that should only be used in rare cases.
33545 Normally, the C function call
33547 <CENTER><SAMP>setlocale(LC_COLLATE, &quot;&quot;)</SAMP></CENTER>
33549 is used by Alpine.
33550 If you want to try turning it off,
33551 setting this feature will turn it off.
33552 This part of the locale has to do with the sort order
33553 of characters in your locale.
33555 <UL>   
33556 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33557 </UL><P>
33558 &lt;End of help on this topic&gt;
33559 </BODY>
33560 </HTML>
33561 ====== h_config_quell_attach_extra_prompt =====
33562 <HTML>
33563 <HEAD>
33564 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></TITLE>
33565 </HEAD>
33566 <BODY>
33567 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></H1>
33569 By default, when you attempt to view an attachment externally
33570 from the &quot;Attachment View&quot; screen, you are asked if you
33571 really want to view the selected attachment.
33574 If this feature is set, you will <B>not</B> be prompted to confirm
33575 your selection.  Prior to Alpine and to Pine 4.50, the default behavior was to not
33576 prompt. This feature was added for those wanting to preserve that
33577 behavior (along with 
33578 <A HREF="h_config_quell_attach_ext_warn"><!--#echo var="FEAT_quell-attachment-extension-warn"--></A>).
33581 <UL>   
33582 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33583 </UL><P>
33584 &lt;End of help on this topic&gt;
33585 </BODY>
33586 </HTML>
33587 ====== h_config_quell_attach_ext_warn =====
33588 <HTML>
33589 <HEAD>
33590 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></TITLE>
33591 </HEAD>
33592 <BODY>
33593 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></H1>
33596 This feature suppresses the extra warning you can get when trying
33597 to view an attachment for which there is no mime-type match.  Turning
33598 on this feature will just run the program according to extension
33599 instead of first warning the user that it will run according to the
33600 file's extension.
33602 This feature can be used along side 
33603 <A HREF="h_config_quell_attach_extra_prompt"><!--#echo var="FEAT_quell-attachment-extra-prompt"--></A>
33604 to preserve the behavior exhibited in Pine versions prior to Pine 4.50.
33606 <UL>   
33607 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33608 </UL><P>
33609 &lt;End of help on this topic&gt;
33610 </BODY>
33611 </HTML>
33612 ====== h_config_mailcap_params =====
33613 <HTML>
33614 <HEAD>
33615 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></TITLE>
33616 </HEAD>
33617 <BODY>
33618 <H1>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></H1>
33620 If set, this will allow mailcap named parameter substitution to occur
33621 in mailcap entries.
33622 By default, this is turned off to prevent security problems that may occur
33623 with some incorrect mailcap configurations.
33624 For more information, see RFC1524 and look for "named parameters" in the
33625 text of the RFC.
33627 <UL>   
33628 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33629 </UL><P>
33630 &lt;End of help on this topic&gt;
33631 </BODY>
33632 </HTML>
33633 ====== h_config_disable_shared =====
33634 <HTML>
33635 <HEAD>
33636 <TITLE>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></TITLE>
33637 </HEAD>
33638 <BODY>
33639 <H1>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></H1>
33641 If this feature is set, the automatic search for namespaces &quot;ftp&quot;,
33642 &quot;imapshared&quot;, and &quot;imappublic&quot; by the underlying library
33643 will be disabled.
33644 The reason this feature exists is because there are some implementations
33645 of system password lookup routines that are very slow when presented with
33646 a long loginname that does not exist.
33647 This feature could be set to prevent the delay at startup time when the
33648 names above are searched for in the password file.
33650 <UL>   
33651 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33652 </UL><P>
33653 &lt;End of help on this topic&gt;
33654 </BODY>
33655 </HTML>
33656 ====== h_config_hide_nntp_path =====
33657 <HTML>
33658 <HEAD>
33659 <TITLE>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></TITLE>
33660 </HEAD>
33661 <BODY>
33662 <H1>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></H1>
33664 Normally the Path header that Alpine generates when posting to a newsgroup
33665 contains the name of the computer from which the message is being sent and
33666 the user name.
33667 Some believe that this information is used by spammers.
33668 If this feature is set, that information will be replaced with the text
33670 <CENTER><SAMP>not-for-mail</SAMP></CENTER>
33672 instead.
33674 It should be noted that many servers being connected to will still reveal
33675 the information that this feature attempts to protect.
33677 <UL>   
33678 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33679 </UL><P>
33680 &lt;End of help on this topic&gt;
33681 </BODY>
33682 </HTML>
33683 ====== h_config_no_bezerk_zone =====
33684 <HTML>
33685 <HEAD>
33686 <TITLE>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></TITLE>
33687 </HEAD>
33688 <BODY>
33689 <H1>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></H1>
33691 POSIX mandates a timezone in UNIX mailbox format folder delimiters
33692 (the line that begins with From <SPACE>).
33693 Some versions of Berkeley mail have trouble with this, and don't recognize
33694 the line as a message delimiter.
33695 If this feature is set, the timezone will be left off the delimiter line.
33697 <UL>   
33698 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33699 </UL><P>
33700 &lt;End of help on this topic&gt;
33701 </BODY>
33702 </HTML>
33703 ====== h_config_quell_domain_warn =====
33704 <HTML>
33705 <HEAD>
33706 <TITLE>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></TITLE>
33707 </HEAD>
33708 <BODY>
33709 <H1>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></H1>
33711 When your configuration is set up so that your domain name contains no dots,
33712 it is usually a configuration error.
33713 By default, Alpine will warn you about this when you start it up.
33714 You will see a warning message that looks like
33717 <CENTER><SAMP>Incomplete maildomain &quot;&lt;domain&gt;&quot;.</SAMP></CENTER>
33720 If this feature is set, the warning is turned off.
33722 <UL>   
33723 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33724 </UL><P>
33725 &lt;End of help on this topic&gt;
33726 </BODY>
33727 </HTML>
33728 ====== h_config_quell_imap_env =====
33729 <HTML>
33730 <HEAD>
33731 <TITLE>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></TITLE>
33732 </HEAD>
33733 <BODY>
33734 <H1>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></H1>
33736 In the MESSAGE INDEX screen, if the open folder is being accessed
33737 using IMAP, Alpine normally tries to paint the index lines on the screen
33738 as soon as the information arrives from the IMAP server.
33739 This means that the index information makes it onto the screen more quickly
33740 than it otherwise would.
33741 This sometimes results in behavior that bothers some users.
33742 For example, when paging to a new page of the index, it may be possible for
33743 the lines to be painted on the screen in a random order, rather than from
33744 top to bottom.
33747 Setting this feature causes Alpine to wait for all of the information
33748 to be gathered before it paints the index screen.
33749 Once it collects all of the information, the screen will be painted quickly
33750 from top to bottom.
33752 <UL>   
33753 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33754 </UL><P>
33755 &lt;End of help on this topic&gt;
33756 </BODY>
33757 </HTML>
33758 ====== h_config_quell_news_env =====
33759 <HTML>
33760 <HEAD>
33761 <TITLE>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></TITLE>
33762 </HEAD>
33763 <BODY>
33764 <H1>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></H1>
33766 In the MESSAGE INDEX screen, if the open folder is being accessed
33767 using NNTP (News), Alpine normally tries to paint the index lines on the screen
33768 as soon as the information arrives from the NNTP server.
33769 This means that the index information makes it onto the screen more quickly
33770 than it otherwise would.
33771 This sometimes results in behavior that bothers some users.
33772 For example, when paging to a new page of the index, it may be possible for
33773 the lines to be painted on the screen in a random order, rather than from
33774 top to bottom.
33777 Setting this feature causes Alpine to wait for all of the information
33778 to be gathered before it paints the index screen.
33779 Once it collects all of the information, the screen will be painted quickly
33780 from top to bottom.
33782 <UL>   
33783 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33784 </UL><P>
33785 &lt;End of help on this topic&gt;
33786 </BODY>
33787 </HTML>
33788 ====== h_config_quell_content_id =====
33789 <HTML>
33790 <HEAD>
33791 <TITLE>FEATURE: <!--#echo var="FEAT_quell-content-id"--></TITLE>
33792 </HEAD>
33793 <BODY>
33794 <H1>FEATURE: <!--#echo var="FEAT_quell-content-id"--></H1>
33796 This feature changes the behavior of Alpine when sending messages.
33797 It is intended to work around a bug in Microsoft's Outlook XP mail user
33798 agent.
33799 As of this writing, Microsoft has acknowledged the bug but
33800 has not added it to the Knowledge Base.
33801 We have been told that there will be a post-SP1 hotfix for Outlook XP.
33802 This particular bug has bug fix number OfficeQFE:4781.
33803 The nature of the bug is that messages with attachments that
33804 contain a Content-ID header (which standard Alpine attachments do)
33805 do not show the attachment indicator (a paperclip) when viewed with
33806 Outlook XP.
33807 So the user has no indication that the message contains an attachment.
33810 If this feature is set then Alpine will remove most Content-ID headers
33811 before sending a message.
33812 If an attachment is of type MESSAGE, then the existing Content-ID headers
33813 inside the message will be left intact.
33814 This would only happen with Alpine if a message was forwarded as an attachment
33815 or if a message with a message attached was forwarded.
33816 Similarly if an attachment of type MULTIPART/ALTERNATIVE is forwarded,
33817 the Content-ID headers of the alternative parts will not be removed.
33820 Because the Content-ID header is a standard part of MIME it is possible
33821 that setting this feature will break something.
33822 For example, if an attachment has a Content-ID header that is necessary
33823 for the correct functioning of that attachment, it is possible that Alpine
33824 may remove that header when the attachment is forwarded.
33825 However, it seems fairly safe at this time.
33828 <UL>   
33829 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33830 </UL><P>
33831 &lt;End of help on this topic&gt;
33832 </BODY>
33833 </HTML>
33834 ====== h_config_winpos_in_config =====
33835 <HTML>
33836 <HEAD>
33837 <TITLE>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></TITLE>
33838 </HEAD>
33839 <BODY>
33840 <H1>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></H1>
33842 PC-Alpine only.
33845 Normally, PC-Alpine will store its window size and position in the
33846 Windows Registry.
33847 This is convenient if you want to use the same remote
33848 configuration from more than one PC.
33849 If you use multiple configuration files to start PC-Alpine, you may want
33850 to store the window size and position in the configuration file instead
33851 of in the Registry.
33852 Setting this feature causes the value to be stored in 
33853 <A HREF="h_config_window_position">Window-Position</A>.
33856 <UL>   
33857 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33858 </UL><P>
33859 &lt;End of help on this topic&gt;
33860 </BODY>
33861 </HTML>
33862 ====== h_config_quell_ssl_largeblocks =====
33863 <HTML>
33864 <HEAD>
33865 <TITLE>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></TITLE>
33866 </HEAD>
33867 <BODY>
33868 <H1>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></H1>
33870 PC-Alpine only.
33872 This feature changes the behavior of fetching messages
33873 and attachments so that the message data is fetched in chunks no larger
33874 than 12K bytes.
33875 This works around a bug in Microsoft's SSL/TLS support.
33876 Some versions of Microsoft SSL are not able to read full-sized (16K)
33877 SSL/TLS packets.
33878 Some servers will send such packets and this will
33879 cause PC-Alpine to crash with the error
33882 <CENTER><SAMP>incomplete SecBuffer exceeds maximum buffer size</SAMP></CENTER>
33885 Microsoft is aware of the problem and has developed a hotfix for it, it is
33886 discussed in article 300562 in the Microsoft Knowledge Base.
33888 <UL>   
33889 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33890 </UL><P>
33891 &lt;End of help on this topic&gt;
33892 </BODY>
33893 </HTML>
33894 ====== h_config_quell_partial =====
33895 <HTML>
33896 <HEAD>
33897 <TITLE>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></TITLE>
33898 </HEAD>
33899 <BODY>
33900 <H1>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></H1>
33902 Partial fetching is a feature of the IMAP protocol.
33903 By default, Alpine
33904 will use partial fetching when copying the contents of a message or attachment
33905 from the IMAP server to Alpine.
33906 This means that the fetch will be done in many
33907 small chunks instead of one big chunk. The main benefit of this approach is
33908 that the fetch becomes interruptible. That is, the user can type <EM>^C</EM>
33909 to stop the fetch early. In some cases partial fetching may cause a performance
33910 problem so that the fetching of data takes significantly longer when partial
33911 fetching is used. Turning on this feature will turn off partial fetching.
33913 <UL>   
33914 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33915 </UL><P>
33916 &lt;End of help on this topic&gt;
33917 </BODY>
33918 </HTML>
33919 ====== h_config_quell_personal_name_prompt =====
33920 <HTML>
33921 <HEAD>
33922 <TITLE>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></TITLE>
33923 </HEAD>
33924 <BODY>
33925 <H1>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></H1>
33927 PC-Alpine only.  This feature quells the prompting for a 
33928 <A HREF="h_config_pers_name">personal name</A>.  This
33929 prompt normally happens before composing a message, and only happens when
33930 there is no personal name already set.
33932 <UL>   
33933 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33934 </UL><P>
33935 &lt;End of help on this topic&gt;
33936 </BODY>
33937 </HTML>
33938 ====== h_config_quell_user_id_prompt =====
33939 <HTML>
33940 <HEAD>
33941 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></TITLE>
33942 </HEAD>
33943 <BODY>
33944 <H1>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></H1>
33946 PC-Alpine only.  This feature quells the prompting for a 
33947 <A HREF="h_config_user_id"><!--#echo var="VAR_user-id"--></A>
33948 if the information can be obtained from the login name used
33949 to open the INBOX.  Normally, this prompt happens before composing
33950 a message, and only happens when there is no user-id already set
33951 in the configuration.
33953 With this feature set, composing a message is only possible after
33954 establishing a connection to the INBOX.
33956 <UL>   
33957 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33958 </UL><P>
33959 &lt;End of help on this topic&gt;
33960 </BODY>
33961 </HTML>
33962 ====== h_config_save_aggregates =====
33963 <HTML>
33964 <HEAD>
33965 <TITLE>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></TITLE>
33966 </HEAD>
33967 <BODY>
33968 <H1>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></H1>
33970 This feature will optimize an aggregate copy operation, if
33971 possible, by issuing a single IMAP <EM>COPY</EM> command with a
33972 list of the messages to be copied.
33973 This feature is set by default.
33974 This may reduce network traffic and elapsed time for the Save.
33975 <EM>However, many IMAP servers (including the UW IMAP server) do
33976 not preserve the order of messages when this optimization is applied.</EM>
33977 If this feature is not set, 
33978 Alpine will copy each message individually and the order of the messages
33979 will be preserved.
33981 <UL>   
33982 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33983 </UL><P>
33984 &lt;End of help on this topic&gt;
33985 </BODY>
33986 </HTML>
33987 ====== h_config_use_system_translation =====
33988 <HTML>
33989 <HEAD>
33990 <TITLE>FEATURE: Use System Translation</TITLE>
33991 </HEAD>
33992 <BODY>
33993 <H1>FEATURE: Use System Translation</H1>
33995 UNIX Alpine only.
33997 Alpine normally uses its own internal software to convert between the multi-byte
33998 representation of characters and the Unicode representation of those
33999 same characters.
34000 It converts from the multi-byte characters your keyboard produces to Unicode,
34001 and from Unicode to the multi-byte characters your display expects.
34002 Alpine also uses its own internal software to decide how much space on
34003 the screen a particular Unicode character will occupy.
34006 Setting this feature tells Alpine to use the system-supplied routines to
34007 perform these tasks instead.
34008 In particular there are three tasks and three system routines that will
34009 be used for these tasks.
34012 To convert from multi-byte to Unicode the routine
34015 <CENTER><SAMP>mbstowcs</SAMP></CENTER>
34018 is used.
34019 To convert from Unicode to multi-byte the routine
34022 <CENTER><SAMP>wcrtomb</SAMP></CENTER>
34025 is used.
34026 And to find the screen width a particular Unicode character will
34027 occupy the routine used is
34030 <CENTER><SAMP>wcwidth</SAMP></CENTER>
34033 This feature has been only lightly tested.
34034 The internal routines should normally be used unless you run into
34035 a problem that you think may be solved by using the system routines.
34036 Note that your environment needs to be set up for these
34037 routines to work correctly.
34038 In particular, the LANG or LC_CTYPE variable in your environment will
34039 need to be set.
34042 <UL>   
34043 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34044 </UL><P>
34045 &lt;End of help on this topic&gt;
34046 </BODY>
34047 </HTML>
34048 ====== h_config_suspend_spawns =====
34049 <HTML>
34050 <HEAD>
34051 <TITLE>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></TITLE>
34052 </HEAD>
34053 <BODY>
34054 <H1>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></H1>
34056 This feature affects Alpine's behavior when process suspension is enabled
34057 and then activated via the Ctrl-Z key.  Alpine suspension allows one to
34058 temporarily interact with the operating system command &quot;shell&quot; 
34059 without
34060 quitting Alpine, and then subsequently resume the still-active Alpine session.
34063 When the <A HREF="h_config_can_suspend">&quot;<!--#echo var="FEAT_enable-suspend"-->&quot;</A> feature
34064 is set and subsequently the Ctrl-Z key
34065 is pressed, Alpine will normally suspend itself and return temporary control
34066 to Alpine's parent shell process.  However, if this feature is set, Alpine
34067 will instead create an inferior subshell process.  This is useful when the
34068 parent process is not intended to be used interactively.  Examples include
34069 invoking Alpine via the -e argument of the Unix &quot;xterm&quot; program, 
34070 or via a menu system.<P>
34072 Note that one typically resumes a suspended Alpine by entering the Unix
34073 &quot;fg&quot; command, but if this feature is set, it will be necessary to
34074 enter the &quot;exit&quot; command instead.
34076 <UL>   
34077 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34078 </UL><P>
34079 &lt;End of help on this topic&gt;
34080 </BODY>
34081 </HTML>
34082 ====== h_config_8bit_smtp =====
34083 <HTML>
34084 <HEAD>
34085 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></TITLE>
34086 </HEAD>
34087 <BODY>
34088 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></H1>
34090 This feature affects Alpine's behavior when sending mail.
34091 By default, this feature is set.
34092 Internet standards
34093 require that all electronic mail messages traversing the global Internet
34094 consist of 7bit ASCII characters unless a pair of cooperating mail 
34095 transfer agents explicitly agree to allow 8bit messages.  In general, 
34096 then, exchanging messages in non-ASCII characters requires MIME encoding.
34098 However, there are now Internet standards that allow for unencoded 8bit
34099 exchange of messages between cooperating systems.  When this feature is set
34100 Alpine will try to negotiate unencoded 8bit transmission during the
34101 sending process.  Should the negotiation fail, Alpine will fall back to its
34102 ordinary encoding rules. 
34104 Note, this feature relies on your system's mail transport agent or
34105 configured <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
34106 having the negotiation mechanism introduced in
34107 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
34108 &quot;8BITMIME&quot;. 
34110 ESMTP allows for graceful migration to upgraded mail transfer agents, but
34111 it is possible that this feature might cause problems for some servers. 
34112 <P><UL>
34113 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34114 </UL>
34115 <P>&lt;End of help on this topic&gt;
34116 </BODY>
34117 </HTML>
34118 ====== h_config_8bit_nntp =====
34119 <HTML>
34120 <HEAD>
34121 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></TITLE>
34122 </HEAD>
34123 <BODY>
34124 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></H1>
34126 This feature affects Alpine's behavior when posting news.  
34130 The Internet standard for exchanging USENET news messages (RFC-1036)
34131 specifies that USENET messages should conform to Internet mail standards
34132 and contain only 7bit characters, but much of the news transport software
34133 in use today is capable of successfully sending messages containing 8bit
34134 characters.  Hence, many people believe that it is appropriate to send 8bit
34135 news messages without any MIME encoding.
34139 Moreover, there is no Internet standard for explicitly negotiating 8bit
34140 transfer, as there is for Internet email.  Therefore, Alpine provides the
34141 option of posting unencoded 8bit news messages, though not as the default.
34142 Setting this feature will turn OFF Alpine's MIME encoding of newsgroup
34143 postings that contain 8bit characters. 
34147 Note, articles may cross a path or pass through news transport software
34148 that is unsafe or even hostile to 8bit characters.  At best this will only
34149 cause the posting to become garbled.  The safest way to transmit 8bit
34150 characters is to leave Alpine's MIME encoding turned on, but recipients
34151 who lack MIME-aware tools are often annoyed when they receive MIME-encoded 
34152 messages.
34154 &lt;End of help on this topic&gt;
34155 </BODY>
34156 </HTML>
34157 ====== h_config_mark_for_cc =====
34158 <HTML>
34159 <HEAD>
34160 <TITLE>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></TITLE>
34161 </HEAD>
34162 <BODY>
34163 <H1>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></H1>
34165 This feature affects Alpine's MESSAGE INDEX display.
34166 By default, a '+' is displayed in the first column if the
34167 message is addressed directly to you.
34168 When this feature is set and the message is not addressed to you, then a
34169 '-' character is displayed if the message is instead Cc'd directly
34170 to you.
34173 <UL>   
34174 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34175 </UL><P>
34176 &lt;End of help on this topic&gt;
34177 </BODY>
34178 </HTML>
34179 ====== h_config_tab_uses_unseen =====
34180 <HTML>
34181 <HEAD>
34182 <TITLE>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></TITLE>
34183 </HEAD>
34184 <BODY>
34185 <H1>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></H1>
34187 This feature affects Alpine's behavior when using the TAB
34188 <A HREF="h_common_nextnew">NextNew Command</A>
34189 to move from one folder to the next.
34190 Alpine's usual behavior is to search for folders
34191 with <EM>Recent</EM> messages in them.
34192 Recent messages are messages that have arrived since the last time the
34193 folder was opened.
34196 Setting this feature causes Alpine to search for <EM>Unseen</EM>
34197 messages instead of Recent messages.
34198 Unseen messages remain Unseen until you view them (or flag then as Seen with
34199 the <A HREF="h_common_flag">Flag Command</A>).
34200 Setting this feature allows you to locate messages you have not read
34201 instead of only recently received messages.
34202 When this feature is set, the feature
34203 <A HREF="h_config_fast_recent">&quot;<!--#echo var="FEAT_enable-fast-recent-test"-->&quot;</A>
34204 will have no effect, so the checking may be slower.
34207 Another reason why you might want to use this feature is that Alpine sometimes
34208 opens folders implicitly behind the scenes, and this clears the
34209 Recent status of all messages in the folder.
34210 One example where this happens is when Saving or filtering a
34211 message to another folder.
34212 If that message has some <A HREF="h_config_keywords">keywords</A>
34213 set, then because of some shortcomings
34214 in the IMAP specification, the best way to ensure that those keywords are
34215 still set in the saved copy of the message is to open the folder and
34216 set the keywords explicitly.
34217 Because this clears the Recent status of all messages in that folder the
34218 folder will not be found by the NextNew command unless this feature is set.
34221 &lt;End of help on this topic&gt;
34222 </BODY>
34223 </HTML>
34224 ====== h_config_tab_new_only =====
34225 <HTML>
34226 <HEAD>
34227 <TITLE>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></TITLE>
34228 </HEAD>
34229 <BODY>
34230 <H1>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></H1>
34232 This feature affects Alpine's behavior when using the TAB key to move from
34233 one message to the next.  Alpine's usual behavior is to select the next
34234 unread message or message flagged as "Important".
34238 Setting this feature causes Alpine to skip the messages flagged as important,
34239 and select unread messages exclusively.  Tab behavior when there are no
34240 new messages left to select remains unchanged.
34242 &lt;End of help on this topic&gt;
34243 </BODY>
34244 </HTML>
34245 ====== h_config_warn_if_subj_blank =====
34246 <HTML>
34247 <HEAD>
34248 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></TITLE>
34249 </HEAD>
34250 <BODY>
34251 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></H1>
34253 This feature affects Alpine's behavior when you send a message being
34254 composed.
34255 If this option is set, Alpine will check to see if the message about to be sent
34256 has a subject or not.
34257 If not, you will be asked if you want to send the message anyway.
34260 <UL>   
34261 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34262 </UL><P>
34263 &lt;End of help on this topic&gt;
34264 </BODY>
34265 </HTML>
34266 ====== h_config_warn_if_fcc_blank =====
34267 <HTML>
34268 <HEAD>
34269 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></TITLE>
34270 </HEAD>
34271 <BODY>
34272 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></H1>
34274 This feature affects Alpine's behavior when you send a message being
34275 composed.
34276 If this option is set, Alpine will check to see if the message about to be sent
34277 has an Fcc or not.
34278 If not, you will be asked if you want to send the message anyway.
34281 <UL>   
34282 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34283 </UL><P>
34284 &lt;End of help on this topic&gt;
34285 </BODY>
34286 </HTML>
34287 ====== h_config_warn_if_no_to_or_cc =====
34288 <HTML>
34289 <HEAD>
34290 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></TITLE>
34291 </HEAD>
34292 <BODY>
34293 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></H1>
34295 This feature affects Alpine's behavior when you send a message being
34296 composed.
34297 If this option is set, Alpine will check to see if the message about to be sent
34298 has either a To address, a Cc address, or a Newsgroup.
34299 If none of these is set,
34300 you will be asked if you want to send the message anyway.
34303 This feature is closely related to
34304 <A HREF="h_config_auto_fcc_only"><!--#echo var="FEAT_fcc-only-without-confirm"--></A>.
34305 Alpine will normally ask if you want to copy a message only to the Fcc.
34306 This feature also applies to cases where there is a Bcc but still no To, Cc,
34307 or Newsgroup.
34308 If the <!--#echo var="FEAT_fcc-only-without-confirm"--> feature is set and you are sending a
34309 message with only an Fcc, then you won't be asked about sending with
34310 a blank To and Cc and Newsgroups header even if this feature is set.
34311 Similarly, if you have already been asked if you want to send to the Fcc
34312 only and you have answered Yes, then you won't be asked again about sending with
34313 blank To, Cc, and Newsgroups headers even if this feature is set.
34316 <UL>   
34317 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34318 </UL><P>
34319 &lt;End of help on this topic&gt;
34320 </BODY>
34321 </HTML>
34322 ====== h_config_quell_dead_letter =====
34323 <HTML>
34324 <HEAD>
34325 <TITLE>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></TITLE>
34326 </HEAD>
34327 <BODY>
34328 <H1>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></H1>
34330 This feature affects Alpine's behavior when you cancel a message being
34331 composed.  Alpine's usual behavior is to write the canceled message to
34332 a file named 
34333 <!--chtml if pinemode="os_windows"-->
34334 &quot;DEADLETR&quot;,
34335 <!--chtml else-->
34336 &quot;dead.letter&quot; in your home directory,
34337 <!--chtml endif-->
34338 overwriting any previous message. Under
34339 some conditions (some routine), this can introduce a noticeable delay.
34340 Setting this feature will cause Alpine NOT to write canceled compositions
34341 into the file.
34343 NOTE: Enabling this feature means NO record of canceled messages is
34344 maintained.
34346 This feature affects the newer option
34347 <A HREF="h_config_deadlets"><!--#echo var="VAR_dead-letter-files"--></A>, which specifies the
34348 number of dead letter files to keep around.
34349 If this feature is set, then the <!--#echo var="VAR_dead-letter-files"--> option has no effect.
34351 <UL>   
34352 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34353 </UL><P>
34354 &lt;End of help on this topic&gt;
34355 </BODY>
34356 </HTML>
34357 ====== h_config_quell_beeps =====
34358 <HTML>
34359 <HEAD>
34360 <TITLE>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></TITLE>
34361 </HEAD>
34362 <BODY>
34363 <H1>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></H1>
34365 This feature affects Alpine's behavior when it displays status message
34366 (e.g., Error complaints, New mail warnings, etc).  Setting this feature
34367 will not affect the display of such messages, but will cause those that
34368 emit a beep to become silent.
34371 <UL>   
34372 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34373 </UL><P>
34374 &lt;End of help on this topic&gt;
34375 </BODY>
34376 </HTML>
34377 ====== h_config_suppress_user_agent =====
34378 <HTML>
34379 <HEAD>
34380 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></TITLE>
34381 </HEAD>
34382 <BODY>
34383 <H1>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></H1>
34385 If this feature is set then Alpine will not generate a
34386 <CODE>User-Agent</CODE> header in outgoing messages.
34388 <UL>   
34389 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34390 </UL><P>
34391 &lt;End of help on this topic&gt;
34392 </BODY>
34393 </HTML>
34394 ====== h_config_quell_lock_failure_warnings =====
34395 <HTML>
34396 <HEAD>
34397 <TITLE>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></TITLE>
34398 </HEAD>
34399 <BODY>
34400 <H1>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></H1>
34402 This feature affects Alpine's behavior when it encounters a problem
34403 acquiring a mail folder lock.  Typically, a secondary file associated
34404 with the mail folder being opened is created as part of the locking
34405 process.  On some systems, such file creation has been administratively
34406 precluded by the system configuration.
34408 Alpine issues a warning when such failures occur, which can become bothersome
34409 if the system is configured to disallow such actions.  Setting this
34410 feature causes Alpine to remain silent when this part of lock creation fails.
34412 WARNING: systems that have been configured in a way that precludes locking
34413 introduce some risk of mail folder corruption when more than one program
34414 attempts to modify the mail folder.  This is most likely to occur to one's
34415 INBOX or other incoming message folder. 
34417 See also <A HREF="h_info_on_locking">&quot;What Systems Managers Need to Know about Alpine File Locking&quot;</A>.
34419 <UL>   
34420 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34421 </UL><P>
34422 &lt;End of help on this topic&gt;
34423 </BODY>
34424 </HTML>
34425 ====== h_config_enable_role_take ======
34426 <HTML>
34427 <HEAD>
34428 <TITLE>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></TITLE>
34429 </HEAD>
34430 <BODY>
34431 <H1>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></H1>
34433 Normally, the Take command takes addresses from a message and helps you
34434 put them into your Address Book.
34435 If you use Rules for Indexcolors, Roles, Filtering, or Scoring;
34436 you may find it useful
34437 to be able to Take information from a message's headers and put it into
34438 a new Rule.
34439 When this feature is set, you will be given an extra prompt that gives
34440 you the choice to Take into the Address Book or Take into a rule.
34441 <P><UL>
34442 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34443 </UL>
34445 &lt;End of help on this topic&gt;
34446 </BODY>
34447 </HTML>
34448 ====== h_config_enable_take_export ======
34449 <HTML>
34450 <HEAD>
34451 <TITLE>FEATURE: <!--#echo var="FEAT_enable-take-export"--></TITLE>
34452 </HEAD>
34453 <BODY>
34454 <H1>FEATURE: <!--#echo var="FEAT_enable-take-export"--></H1>
34456 Normally, the Take command takes addresses from a message and helps you
34457 put them into your Address Book.
34458 When this feature is set, you will be given an extra prompt that gives you
34459 the choice to Take addresses into a file instead of your Address
34460 Book.
34461 Only the user@domain_name part of the address is put in the file.
34462 <P><UL>
34463 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34464 </UL>
34466 &lt;End of help on this topic&gt;
34467 </BODY>
34468 </HTML>
34469 ====== h_config_quell_folder_internal_msg ======
34470 <HTML>
34471 <HEAD>
34472 <TITLE>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></TITLE>
34473 </HEAD>
34474 <BODY>
34475 <H1>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></H1>
34477 This feature determines whether or not Alpine will create 
34478 &quot;pseudo messages&quot; in folders that are in standard Unix or 
34479 MMDF format. <P> 
34481 Alpine will normally create these pseudo messages when they are not already
34482 present in a standard Unix or MMDF folder.  Their purpose is to record
34483 certain mailbox state data needed for correct IMAP and POP server
34484 operation, and also for Alpine to be able to mark messages as Answered when
34485 the Reply has been postponed.<P>
34487 Sites that do not use IMAP/POP for remote mail access, and that need to
34488 support mail tools that are adversely affected by the presence of the
34489 pseudo-messages (e.g. some mail notification tools) may enable this
34490 feature to tell Alpine not to create them.  Note that Alpine's 
34491 &quot;Answered&quot; flag
34492 capability will be adversely affected if this is done.<P>
34494 Note too that, even if this feature is enabled, Alpine will not remove
34495 pseudo-messages when it encounters them (e.g. those created by UW's imapd
34496 or ipopd servers.) This feature has no effect on folders that are not in
34497 standard Unix or MMDF format, as pseudo-messages are not needed in the
34498 other formats to record mailbox state information.
34499 <P><UL>
34500 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34501 </UL>
34503 &lt;End of help on this topic&gt;
34504 </BODY>
34505 </HTML>
34506 ====== h_config_mulnews_as_typed ======
34507 <HTML>
34508 <HEAD>
34509 <TITLE>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></TITLE>
34510 </HEAD>
34511 <BODY>
34512 <H1>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></H1>
34514 This feature will be of little use to most users.
34515 It has no effect unless the feature
34516 <A HREF="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></A>
34517 is set.
34519 When the <!--#echo var="FEAT_enable-multiple-newsrcs"--> feature is set
34520 then the setting of this feature may have an effect on the names of the
34521 newsrc files used.
34522 Normally, the name of the news server will be canonicalized before it is
34523 used in the newsrc file name.
34524 For example, if you type the news server name
34527 <CENTER><SAMP>servername</SAMP></CENTER>
34530 it is likely that the canonical name will be something like
34533 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
34536 Or it may be the case that
34539 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
34542 is really an alias (a DNS CNAME) for
34545 <CENTER><SAMP>othername.example.com</SAMP></CENTER>
34548 If this feature is not set, then the canonicalized names will be used.
34549 If this feature is set, then the name you typed in (or put in your
34550 configuration) will be used.
34552 <P><UL>
34553 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34554 </UL>
34556 &lt;End of help on this topic&gt;
34557 </BODY>
34558 </HTML>
34559 ====== h_config_quell_empty_dirs ======
34560 <HTML>
34561 <HEAD>
34562 <TITLE>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></TITLE>
34563 </HEAD>
34564 <BODY>
34565 <H1>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></H1>
34567 This feature causes Alpine to remove from the display any directories
34568 that do not contain at least one file or directory.  This can be useful
34569 to prevent overly cluttered folder lists when a collection is stored on
34570 a server that treats all names as both a folder and a directory.
34573 Note, enabling this feature can cause surprising behavior!  For example,
34574 you can still use Add to create a directory, but unless you immediately
34575 enter that directory and create a folder, that newly created directory
34576 may not be displayed next time you enter the folder list.
34579 The description above is not quite correct.
34580 Only directories which potentially may hold messages are hidden if empty.
34581 That is, a directory which is really just a directory and is not selectable
34582 as a folder will not be hidden.
34583 Such directories can occur on servers that treat most names as both a folder
34584 and a directory.
34585 These directories are typically created implicitly when a folder is created
34586 inside a directory that does not yet exist.
34589 <UL>   
34590 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34591 </UL><P>
34592 &lt;End of help on this topic&gt;
34593 </BODY>
34594 </HTML>
34595 ====== h_config_termcap_wins =====
34596 <HTML>
34597 <HEAD>
34598 <TITLE>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></TITLE>
34599 </HEAD>
34600 <BODY>
34601 <H1>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></H1>
34603 This feature may affect Alpine's low-level input routines.  Termcap (or
34604 terminfo, depending on how your copy of Alpine was compiled and linked)
34605 is the name of the database that describes terminal capabilities.  In
34606 particular, it describes the sequences of characters that various keys
34607 will emit.
34610 An example would be the Up Arrow key on the keyboard.  Up
34611 Arrow is not a distinct character on most Unix systems.  When you press
34612 the Up Arrow key a short sequence of characters are produced.  This
34613 sequence is supposed to be described in the termcap database by the
34614 &quot;ku&quot; capability (or by the &quot;kcuu1&quot; capability if you
34615 are using terminfo instead of termcap).
34618 By default, Alpine defines some terminal
34619 escape sequences that are commonly used.  For example, the sequence
34620 &quot;ESC&nbsp;O&nbsp;A&quot; is recognized as an Up Arrow key.  The sequence
34621 &quot;ESC&nbsp;[&nbsp;A&quot;
34622 is also recognized as an Up Arrow key.  These are chosen because common
34623 terminals like VT100's or ANSI standard terminals produce these
34624 sequences when you press the Up Arrow key.
34627 If your system's termcap
34628 (terminfo) database assigns some other function to the sequence
34629 &quot;ESC&nbsp;O&nbsp;A&quot;
34630 it is usually ignored by Alpine.  Also, if your termcap (terminfo)
34631 database assigns a sequence that doesn't begin with an escape
34632 character (<SAMP>ESC</SAMP>) it is usually ignored by Alpine.
34633 This usually works fine
34634 because most terminals emit the escape sequences that Alpine has defined
34635 by default.  We have also found that it is usually better to have these
34636 defaults take precedence over the definitions contained in the database
34637 because the defaults are more likely to be correct than the database.
34640 There are some terminals where this breaks down.  If you want Alpine to
34641 believe the definitions given in your termcap (terminfo) database in
34642 preference to the defaults the Alpine itself sets up, then you may turn
34643 this feature on.  Then, sequences of characters that are defined in
34644 both termcap (terminfo) and in Alpine's set of defaults will be
34645 interpreted the way that termcap (terminfo) says they should be
34646 interpreted.  Also, if your terminal capabilities database assigns a
34647 sequence that doesn't begin with escape, it will not be ignored.
34650 <UL>   
34651 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34652 </UL><P>
34653 &lt;End of help on this topic&gt;
34654 </BODY>
34655 </HTML>
34656 ====== h_config_cruise_mode =====
34657 <HTML>
34658 <HEAD>
34659 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></TITLE>
34660 </HEAD>
34661 <BODY>
34662 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></H1>
34664 This feature affects Alpine's behavior when you hit the
34665 &quot;Space&nbsp;Bar&quot; at
34666 the end of a displayed message.  Typically, Alpine complains that the end
34667 of the text has already been reached.  Setting this feature causes such
34668 keystrokes to be interpreted as if the &quot;Tab&quot; key had been hit, thus
34669 taking you to the next &quot;interesting&quot; message,
34670 or scanning ahead to the 
34671 next incoming folder with &quot;interesting&quot; messages.
34674 <UL>   
34675 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34676 </UL><P>
34677 &lt;End of help on this topic&gt;
34678 </BODY>
34679 </HTML>
34680 ====== h_config_cruise_mode_delete =====
34681 <HTML>
34682 <HEAD>
34683 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></TITLE>
34684 </HEAD>
34685 <BODY>
34686 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></H1>
34688 This feature modifies the behavior of Alpine's 
34689 <A HREF="h_config_cruise_mode">&quot;<!--#echo var="FEAT_enable-cruise-mode"-->&quot;</A> feature.  
34690 Setting this feature causes Alpine to implicitly delete read
34691 messages when it moves on to display the next &quot;interesting&quot; message.
34693 NOTE: Beware when enabling this feature AND the 
34694 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A> 
34695 feature.
34697 <UL>   
34698 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34699 </UL><P>
34700 &lt;End of help on this topic&gt;
34701 </BODY>
34702 </HTML>
34703 ====== h_config_slash_coll_entire =====
34704 <HTML>
34705 <HEAD>
34706 <TITLE>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></TITLE>
34707 </HEAD>
34708 <BODY>
34709 <H1>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></H1>
34711 The slash (/) command is available from the MESSAGE INDEX screen when
34712 the folder is sorted by either Threads or OrderedSubject, and the
34713 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
34714 is set to something other than &quot;none&quot;.
34715 Normally, the slash command Collapses or Expands the subthread that
34716 starts at the currently highlighted message, if any.
34717 If this option is set, then the slash command Collapses or Expands the
34718 <EM>entire</EM> current thread instead of just the subthread.
34719 The current thread is simply the top-level thread that contains the
34720 current message.
34723 <UL>   
34724 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34725 </UL><P>
34726 &lt;End of help on this topic&gt;
34727 </BODY>
34728 </HTML>
34729 ====== h_config_color_thrd_import =====
34730 <HTML>
34731 <HEAD>
34732 <TITLE>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></TITLE>
34733 </HEAD>
34734 <BODY>
34735 <H1>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></H1>
34737 This option affects only the THREAD INDEX screen.
34738 Whether or not you ever see a THREAD INDEX screen depends on the setting
34739 of the configuration option
34740 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
34741 and on the sort order of the index.
34744 If a message within a thread is flagged as Important
34745 and this option is set, then
34746 the entire line in the THREAD INDEX will be colored the color of the
34747 Index-important Symbol, which can be set using the
34748 <A HREF="h_color_setup">Setup Kolor</A> screen.
34751 <UL>   
34752 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34753 </UL><P>
34754 &lt;End of help on this topic&gt;
34755 </BODY>
34756 </HTML>
34757 ====== h_config_allow_goto =====
34758 <HTML>
34759 <HEAD>        
34760 <TITLE>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></TITLE>
34761 </HEAD>
34762 <BODY>
34763 <H1>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></H1>
34765 This feature modifies the behavior of Alpine's file browser.  Setting this
34766 feature causes Alpine to offer the "G Goto" command in the file browser.
34767 That is the default.
34771 The Goto command allows you to explicitly type in the desired directory.
34773 &lt;End of help on this topic&gt;
34774 </BODY></HTML>
34775 ====== h_config_add_ldap =====
34776 <HTML>
34777 <HEAD>
34778 <TITLE>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></TITLE>
34779 </HEAD>
34780 <BODY>
34781 <H1>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></H1>
34783 If both the Directory option
34784 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>  
34785 and this feature are set,
34786 then when an implicit directory lookup is done from the
34787 composer you will automatically be prompted to add the result of the
34788 directory lookup to your address book.
34790 <UL>   
34791 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34792 </UL><P>
34793 &lt;End of help on this topic&gt;
34794 </BODY>
34795 </HTML>
34796 ===== h_patterns_compat_behavior =====
34797 <HTML>
34798 <HEAD>
34799 <TITLE>Rules Behavior Changes in Pine 4.50</TITLE>
34800 </HEAD>
34801 <BODY>
34802 <H1>Rules Behavior Changes in Pine 4.50</H1>
34804 In Alpine, Rules that contain unrecognized elements
34805 are ignored.
34806 In most cases, the unrecognized elements will be something that was
34807 added as a new Rules feature in a later version of Alpine.
34808 In versions of Pine <EM>prior</EM> to 4.50, Pine did <EM>not</EM>
34809 ignore rules that contained unrecognized elements.
34810 For example, a new element of Rules that was added in Pine 4.50 is
34811 Age interval.
34812 Suppose you add an Indexcolor rule, using version Pine 4.50 or later, that colors
34813 all messages older than a week red.
34814 Now, if you run Pine 4.44 using that same configuration file, it will not
34815 recognize the Age interval and so will just ignore it.
34816 That means that all messages will match that rule so all messages will
34817 be colored red when using Pine version 4.44.
34820 This behavior was considered a bug so it is fixed in Alpine and Pine 4.50 and later.
34821 However, since the behavior still exists in versions prior to Pine 4.50 and
34822 since Filtering is a potentially destructive operation, another measure
34823 was taken to attempt to avoid unintentional Filtering of messages.
34824 The first time that you run Alpine or a Pine that is version 4.50 or greater,
34825 the rules in your Filters configuration variable (&quot;Patterns-Filters&quot;)
34826 will be copied to a new Filters configuration variable
34827 with a different name (&quot;Patterns-Filters2&quot;).
34828 From then on, Alpine will continue to use the new
34829 variable.
34830 Of course, Pine version 4.44 or lower will continue to use the old
34831 variable.
34832 That means that if you are using Alpine
34833 and also using a version of Pine that is older than 4.50, they will not
34834 share the configuration information about Filters.
34835 If you make a change in one version you won't see it in the other version.
34838 Since Scoring can be used to trigger Filtering, the same thing has been
34839 done for Score rules.
34840 The old configuration variable name is (&quot;Patterns-Scores&quot;)
34841 and the new name is (&quot;Patterns-Scores2&quot;).
34842 The same is not true of Role, Indexcolor, and Other rules that are
34843 thought to be less harmful when a mistake is made.
34846 &lt;End of help on this topic&gt;
34847 </BODY>
34848 </HTML>
34849 ======= h_config_filt_opts_sentdate =======
34850 <HTML>
34851 <HEAD>
34852 <TITLE>PATTERN FEATURE: Use-Date-Header-For-Age</TITLE>
34853 </HEAD>
34854 <BODY>
34855 <H1>PATTERN FEATURE: Use-Date-Header-For-Age</H1>
34857 By default, the Age interval of a Pattern uses a message's time of
34858 arrival to compute the age of the message.
34859 If this feature is set, the date in the message's Date header will
34860 be used instead.
34862 &lt;End of help on this topic&gt;
34863 </BODY>
34864 </HTML>
34865 ======= h_config_filt_opts_notdel =======
34866 <HTML>
34867 <HEAD>
34868 <TITLE>FILTER FEATURE: Move-Only-if-Not-Deleted</TITLE>
34869 </HEAD>
34870 <BODY>
34871 <H1>FILTER FEATURE: Move-Only-if-Not-Deleted</H1>
34873 If this option is set then a message will be moved into the
34874 specified folder only if it is not marked for deletion.
34875 This is useful if you have multiple Alpine sessions running
34876 simultaneously and you don't want messages to be filtered into a
34877 folder more than once.
34878 It is also useful if you want to filter
34879 only the &quot;undeleted&quot; messages in a newsgroup into a folder.
34880 This method is not foolproof.
34881 There may be cases where a message
34882 gets marked deleted and so it is never filtered into the folder.
34883 For example, if you deleted it in another Alpine session or another mail
34884 program that didn't use the filtering rule.
34886 This option has no effect if the Filter Action is not set to Move.
34888 &lt;End of help on this topic&gt;
34889 </BODY>
34890 </HTML>
34891 ======= h_config_filt_opts_nonterm =======
34892 <HTML>
34893 <HEAD>
34894 <TITLE>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</TITLE>
34895 </HEAD>
34896 <BODY>
34897 <H1>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</H1>
34899 If this option is set then this is a non-terminating rule.
34900 Usually, for each message, Alpine searches through the Filter Rules until
34901 a match is found and then it performs the action associated with that rule.
34902 Rules following the match are not considered.
34903 If this option is set then the search for matches will continue at the next
34904 rule.
34906 If a non-terminating rule matches then the actions associated with
34907 that rule, except for any implied deletion of the message, are performed
34908 before the match for the next rule is checked.
34909 For example, if the non-terminating rule sets the Important status, then that
34910 status will be set when the next rule is considered.
34911 However, if the non-terminating rule Moves the message, the message will
34912 actually be copied instead of copied and deleted so that it is still there
34913 for the next rule.
34914 A moved message is deleted after all the relevant rules have been checked.
34915 The name of the &quot;Move&quot; action is confusing in this case because
34916 a single message can be moved to more than one folder.
34917 It turns the Move into a Copy instead, but it is still followed by a deletion
34918 at the end.
34920 This option may be useful if you want to have a single message filtered to
34921 two different folders because it matches two different Patterns.
34922 For example, suppose you normally filter messages to a particular mailing
34923 list into one folder, and messages addressed directly to you into a second
34924 folder.
34925 If a message is sent to both you and the list (and you can tell that by
34926 looking at the headers of the message) this option may give you a convenient
34927 way to capture a copy to each folder.
34928 (It may also cause you to capture two copies to each folder,
34929 depending on whether your mail system delivers one or two copies of the
34930 message to you and on how the list works.)
34932 &lt;End of help on this topic&gt;
34933 </BODY>
34934 </HTML>
34935 ===== h_mainhelp_smime ======
34936 <HTML>
34937 <HEAD>
34938 <TITLE>S/MIME Overview</TITLE>
34939 </HEAD>
34940 <BODY>
34941 <H1>S/MIME Overview</H1>
34943 S/MIME is a standard for the public key encryption and signing of email.
34944 UNIX Alpine contains a basic implementation of S/MIME based on
34945 the <A HREF="http://www.openssl.org/">OpenSSL</A> libraries. The
34946 same support can be provided using the 
34947 <A HREF="http://www.libressl.org/">LibreSSL</A> libraries. The
34948 support for S/MIME in PC-Alpine is fully based on the LibreSSL libraries.
34949 To check if this version of Alpine supports S/MIME look at
34950 <A HREF="X-Alpine-Config:">Supported Options in this Alpine</A> and look
34951 for &quot;S/MIME&quot; under the &quot;Encryption&quot; heading.
34953 Some limitations:
34954 <UL>
34955    <LI> There is no provision for checking for CRLs
34956         (Certificate Revocation Lists) in Alpine.
34957    <LI> This built-in S/MIME implementation is not compatible with and does not help with PGP.
34958    <LI> There is no mechanism available for feeding either an entire incoming
34959         or an entire outgoing message to an external
34960         filter and using that external filter to do S/MIME or PGP processing.
34961    <LI> Because the implementation currently uses OpenSSL, there is only a very
34962         limited integration with the Mac OS Keychain (the storing and access of
34963         public certificates).
34964 </UL>
34966 The S/MIME configuration screen is reached by going to the Main Menu and typing
34967 the &quot;S&nbsp;Setup&quot; command followed by &quot;M&nbsp;S/MIME&quot;.
34970 <H2>S/MIME BASICS</H2>
34972 In order to digitally sign messages you send you must have a public/private key-pair.
34973 This may be obtained from a public Certificate Authority (CA) such as Thawte, Verisign, Comodo,
34974 or GoDaddy; or from a smaller CA such as a university which provides certificates for its
34975 users or a company which provides certificates for its workers.
34976 These certificates are bound to an email address, so the identity being verified is the
34977 email address not a person's name.
34979 Mail is signed by using the sender's private key, which only the owner of the private key
34980 has access to.
34981 The signature is verified using the signer's public key, which anyone can
34982 have access to.
34983 With Alpine, the first time you receive a signed message the public key of the
34984 sender will be stored for future use.
34987 Mail is encrypted using the recipient's public key and decrypted by
34988 the recipient with their private key.
34991 You need a key of your own in order to sign outgoing messages and to have others
34992 encrypt messages sent to you.
34993 You do not need a key of your own to verify signed messages sent by others or to
34994 encrypt messages sent to others.
34996 <H2>ALPINE S/MIME CERTIFICATE STORAGE</H2>
34998 By default UNIX Alpine stores the certificates it uses in a directory in your
34999 home directory.
35000 The directory name is
35002 <CENTER><SAMP>.alpine-smime</SAMP></CENTER>
35004 For PC-Alpine, the equivalent directory is called 
35005 <CENTER><SAMP>alpine-smime</SAMP></CENTER>
35006 and is also located under your home directory.
35008 Within that directory are three subdirectories.
35009 Each of the three subdirectories contains files with PEM-encoded contents,
35010 the default format for OpenSSL.
35011 The &quot;<SAMP>public</SAMP>&quot; directory contains public certificates.
35012 The files within that directory have names that are email addresses with the
35013 suffix &quot;<SAMP>.crt</SAMP>&quot; appended.
35014 An example filename is
35016 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
35018 The &quot;<SAMP>private</SAMP>&quot; directory contains private keys, probably just one for
35019 your private key.
35020 These are also email addresses but with the suffix &quot;<SAMP>.key</SAMP>&quot; instead.
35021 The third directory is &quot;<SAMP>ca</SAMP>&quot; and it contains certificates for any Certificate
35022 Authorities that you want to trust but that aren't contained in the set of system CAs.
35023 Those files may have arbitrary names as long as they end with the
35024 suffix &quot;<SAMP>.crt</SAMP>&quot;.
35026 <H2>HOW TO SIGN AND ENCRYPT</H2>
35028 If you have a certificate you may sign outgoing messages.
35029 After typing the Ctrl-X command to send a message you will see the prompt
35031 <CENTER><SAMP>Send message?</SAMP></CENTER>
35033 Available subcommands include &quot;G&nbsp;Sign&quot; and &quot;E&nbsp;Encrypt&quot;.
35034 Typing the &quot;G&quot; command will change the prompt to
35036 <CENTER><SAMP>Send message (Signed)?</SAMP></CENTER>
35038 Typing the &quot;E&quot; command will change the prompt to
35040 <CENTER><SAMP>Send message (Encrypted)?</SAMP></CENTER>
35042 You may even type both to get
35044 <CENTER><SAMP>Send message (Encrypted, Signed)?</SAMP></CENTER>
35047 <H2>HOW TO READ SIGNED OR ENCRYPTED MESSAGES</H2>
35049 The reading of a signed message should not require any special action on
35050 your part.
35051 There should be an editorial addition at the start of the message which
35052 says either
35054 <CENTER><SAMP>This message was cryptographically signed.</SAMP></CENTER>
35058 <CENTER><SAMP>This message was cryptographically signed but the signature could not be verified.</SAMP></CENTER>
35060 If an encrypted message is sent to you the encrypted text will not
35061 be shown.
35062 You will have to type the &quot;Ctrl-D&nbsp;Decrypt&quot; command (from the screen where
35063 you are viewing the message) and supply your passphrase when asked.
35065 For a signed or encrypted message there is also a &quot;Ctrl-E&nbsp;Security&quot; command
35066 which gives you some information about the certificate used to sign or encrypt the message.
35068 <H2>MISCELLANEOUS</H2>
35070 If you have access to a private certificate in the PKCS12 format, which 
35071 would sometimes be in a file with a &quot;.p12&quot; extension, then you can 
35072 use the following commands to generate private keys, public and certificate
35073 authorities certificates. In the examples below, we assume that the 
35074 certificate in the p12 format is called &quot;certificate.p12&quot;, and 
35075 that your email address is &quot;your@address.com&quot;.
35078 In order to create a private key use the command
35080 <CENTER><SAMP>openssl pkcs12 -in certificate.p12 -out your@address.com.key</SAMP></CENTER>
35082 In order to create a public certificate use the command
35084 <CENTER><SAMP>
35085 openssl pkcs12 -in certificate.p12 -clcerts -nokeys -out your@address.com.crt
35086 </SAMP></CENTER>
35088 In order to create a certificate authority certificate use the command
35090 <CENTER><SAMP>
35091 openssl pkcs12 -in certificate.p12 -cacerts -nokeys -out certificate-ca.crt 
35092 </SAMP></CENTER>
35094 <P> If the previous command produces an empty file, it means that the 
35095 certificate authority was not included in the .p12 file, so you will have 
35096 to get it from some other sources. You will need these certificates, so 
35097 that you can validate correctly signatures.
35100 After you have exported these certificates and keys, you can  use the import 
35101 command in Alpine, from the S/MIME configuration screen,
35102 to import these certificates into Alpine. They will be available for use
35103 as soon as you import them.
35105 &lt;End of help on this topic&gt;
35106 </BODY>
35107 </HTML>
35108 ====== h_config_smime_pubcertdir =====
35109 <HTML>
35110 <HEAD>
35111 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></TITLE>
35112 </HEAD>
35113 <BODY>
35114 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></H1>
35117 If the option
35118 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
35119 is set then this option will have no effect.
35121 Normally, Public Certificates for use with S/MIME will be stored in the directory
35122 which is the value of this option.
35123 Those certificates will be stored in PEM format, one certificate per file.
35124 The name of the file for the certificate corresponding to
35126 <CENTER><SAMP>emailaddress</SAMP></CENTER>
35128 should be
35130 <CENTER><SAMP>emailaddress.crt</SAMP></CENTER>
35132 For example, a file for user@example.com would be in the file
35134 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
35136 in this directory.
35138 Use the Setup/SMIME screen to modify this variable.
35140 Typically, the public certificates that you have will come from S/MIME signed
35141 messages that are sent to you.
35142 Alpine will extract the public certificate from the signed message and store
35143 it in the certificates directory.
35144 These PEM format public certificates look something like:
35145 <PRE>
35146 -----BEGIN CERTIFICATE-----
35147 MIIFvTCCBKWgAwIBAgIQD4fYFHVI8T20yN4nus097DANBgkqhkiG9w0BAQUFADCB
35148 rjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2Ug
35149 Q2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExho
35151 2b9KGqDyMWW/rjNnmpjzjT2ObGM7lRA8lke4FLOLajhrz4ogO3b4DFfAAM1VSZH8
35152 D6sOwOLJZkLY8FRsfk63K+2EMzA2+qAzMKupgeTLqXIf
35153 -----END CERTIFICATE-----
35154 </PRE>
35156 <UL>   
35157 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35158 </UL><P>
35160 <UL>   
35161 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35162 </UL><P>
35163 &lt;End of help on this topic&gt;
35164 </BODY>
35165 </HTML>
35166 ====== h_config_smime_pubcertcon =====
35167 <HTML>
35168 <HEAD>
35169 <TITLE>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></TITLE>
35170 </HEAD>
35171 <BODY>
35172 <H1>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></H1>
35175 If this option is set it will be used instead of
35176 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
35178 This option gives you a way to store certificates remotely on an IMAP server
35179 instead of storing the certificates one per file locally.
35180 In order to do that you just give this option a remote folder name for a folder
35181 which does not yet exist.
35182 The name is similar to the name you might use for a remote configuration file.
35183 A remote folder name might look something like:
35185 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/publiccerts</SAMP></CENTER>
35188 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
35189 about the syntax of folder names.
35191 Use the Setup/SMIME screen to modify this variable.
35193 <UL>   
35194 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35195 </UL><P>
35197 <UL>   
35198 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35199 </UL><P>
35200 &lt;End of help on this topic&gt;
35201 </BODY>
35202 </HTML>
35203 ====== h_config_smime_privkeydir =====
35204 <HTML>
35205 <HEAD>
35206 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></TITLE>
35207 </HEAD>
35208 <BODY>
35209 <H1>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></H1>
35212 In order to sign outgoing S/MIME messages you will need a
35213 personal digital ID certificate.
35214 You will usually get such a certificate from a certificate authority such as
35215 Thawte or CAcert.
35216 (In order to encrypt outgoing messages you don't need a personal digital ID, you
35217 need the public certificate of the recipient instead.)
35218 If the option
35219 <A HREF="h_config_smime_privkeycon"><!--#echo var="VAR_smime-private-key-container"--></A>
35220 is set then this option will have no effect.
35222 Normally, Private Keys for use with S/MIME will be stored in the directory
35223 which is the value of this option.
35224 Those certificates will be stored in PEM format, one certificate per file.
35225 The name of the file for the certificate corresponding to your
35227 <CENTER><SAMP>emailaddress</SAMP></CENTER>
35229 should be
35231 <CENTER><SAMP>emailaddress.key</SAMP></CENTER>
35233 For example, if your address is user@example.com the name of the file would be
35235 <CENTER><SAMP>user@example.com.key</SAMP></CENTER>
35237 in this directory.
35239 Use the Setup/SMIME screen to modify this variable.
35241 Typically, the private key that you have will come from a Certificate
35242 Authority.
35243 The private key should be stored in a PEM format file that
35244 looks something like:
35245 <PRE>
35246 -----BEGIN RSA PRIVATE KEY-----
35247 Proc-Type: 4,ENCRYPTED
35248 DEK-Info: DES-EDE3-CBC,2CBD328FD84CF5C6
35250 YBEXYLgLU9NJoc1V+vJ6UvcF08RX54S6jXsmgL0b5HGkudG6fhnmHkH7+UCvM5NI
35251 SXO/F8iuZDfs1VGG0NyitkFZ0Zn2vfaGovBvm15gx24b2xnZDLRB7/bNZkurnK5k
35252 VjAjZ2xXn2hFp2GJwqRdmxYNqsKGu52B99oti5HUWuZ2GFRaWjn5hYOqeApZE2uA
35254 oSRqfI51UdSRt0tmGhHeTvybUVrHm9eKft8TTGf+qSBqzSc55CsmoVbRzw4Nfhix
35255 m+4TJybNGNfAgOctSkEyY/OCb49fRRQTCBZVIhzLGGmpYmkO55HbIA==
35256 -----END RSA PRIVATE KEY-----
35257 </PRE>
35259 <UL>   
35260 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35261 </UL><P>
35263 <UL>   
35264 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35265 </UL><P>
35266 &lt;End of help on this topic&gt;
35267 </BODY>
35268 </HTML>
35269 ====== h_config_smime_privkeycon =====
35270 <HTML>
35271 <HEAD>
35272 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-container"--></TITLE>
35273 </HEAD>
35274 <BODY>
35275 <H1>OPTION: <!--#echo var="VAR_smime-private-key-container"--></H1>
35278 If this option is set it will be used instead of
35279 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
35281 This option gives you a way to store keys remotely on an IMAP server
35282 instead of storing the keys one per file locally.
35283 In order to do that you just give this option a remote folder name for a folder
35284 which does not yet exist.
35285 The name is similar to the name you might use for a remote configuration file.
35286 A remote folder name might look something like:
35288 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/privatekeys</SAMP></CENTER>
35291 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
35292 about the syntax of folder names.
35294 Use the Setup/SMIME screen to modify this variable.
35296 <UL>   
35297 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35298 </UL><P>
35300 <UL>   
35301 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35302 </UL><P>
35303 &lt;End of help on this topic&gt;
35304 </BODY>
35305 </HTML>
35306 ====== h_config_smime_cacertdir =====
35307 <HTML>
35308 <HEAD>
35309 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></TITLE>
35310 </HEAD>
35311 <BODY>
35312 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></H1>
35315 If the option
35316 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>
35317 is set then this option will have no effect.
35319 CACert is a shorthand name for certification authority certificate.
35320 Normally Alpine will use the CACerts that are located in the standard system
35321 location for CACerts.
35322 It may be the case that one of your correspondents has a Digital ID which has
35323 been signed by a certificate authority that is not in the regular set of system certificate
35324 authorities.
35325 You may supplement the system list by adding further certificates of your own.
35326 These should  be stored in the directory
35327 which is the value of this option.
35328 The certificates will be stored in PEM format, one certificate per file.
35329 The names of the files can be anything ending in &quot;.crt&quot;.
35331 Use the Setup/SMIME screen to modify this variable.
35333 These PEM format CA certificates look very similar to your public
35334 certificates for particular email addresses
35335 (<A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>).
35337 <UL>   
35338 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35339 </UL><P>
35341 <UL>   
35342 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35343 </UL><P>
35344 &lt;End of help on this topic&gt;
35345 </BODY>
35346 </HTML>
35347 ====== h_config_smime_cacertcon =====
35348 <HTML>
35349 <HEAD>
35350 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></TITLE>
35351 </HEAD>
35352 <BODY>
35353 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></H1>
35356 If this option is set it will be used instead of
35357 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
35359 This option gives you a way to store certificates remotely on an IMAP server
35360 instead of storing the certificates one per file locally.
35361 In order to do that you just give this option a remote folder name for a folder
35362 which does not yet exist.
35363 The name is similar to the name you might use for a remote configuration file.
35364 A remote folder name might look something like:
35366 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/cacerts</SAMP></CENTER>
35369 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
35370 about the syntax of folder names.
35372 Use the Setup/SMIME screen to modify this variable.
35374 <UL>   
35375 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35376 </UL><P>
35378 <UL>   
35379 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35380 </UL><P>
35381 &lt;End of help on this topic&gt;
35382 </BODY>
35383 </HTML>
35384 ========== h_config_smime_sign_by_default ==========
35385 <HTML>
35386 <HEAD>
35387 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></TITLE>
35388 </HEAD>
35389 <BODY>
35390 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></H1>
35393 This feature only has an effect if your version of Alpine includes
35394 support for S/MIME.
35395 It affects Alpine's behavior when you send a message.
35396 If this option is set, the &quot;Sign&quot; option will default to ON when sending messages.
35398 Only the default value is affected.
35399 In any case, you may still toggle the Signing option on or off before sending
35400 with the &quot;G Sign&quot; command (provided you have a personal digital ID
35401 certificate).
35403 <UL>   
35404 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35405 </UL><P>
35408 <UL>   
35409 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35410 </UL><P>
35411 &lt;End of help on this topic&gt;
35412 </BODY>
35413 </HTML>
35414 ========== h_config_smime_use_cert_store ==========
35415 <HTML>
35416 <HEAD>
35417 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></TITLE>
35418 </HEAD>
35419 <BODY>
35420 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></H1>
35423 This feature only has an effect if your version of Alpine includes
35424 support for S/MIME.
35425 It affects Alpine's behavior when you validate a message, and should
35426 not be disabled, unless you are performing a test.
35428 There are two important aspects of validation: validation of the message
35429 (that is, the message was not modified after it was sent) 
35430 as well as validation of the identity of the sender. This option has to 
35431 do with the latter. 
35433 In order to validate that the message came from the sender in the message
35434 and not an impersonator, Alpine can 
35435 either use the certificates that come in the message, or the ones that 
35436 you have personally stored. If this feature is enabled (the default) then 
35437 Alpine will use certificates that you have already saved in your store 
35438 and not those that come in the message to validate the sender of the 
35439 message. In particular, the first time that you receive a signed message
35440 from a sender, and their certificate does not validate against your
35441 store, then you will be asked if you wish to save such certificate. If
35442 you do not wish to save the certificate, then Alpine will fail to validate
35443 the signature of the message. Otherwise, Alpine will proceed to validate
35444 the signature of the message. This behavior helps you prevent against impersonation, because 
35445 it is assumed that you trust the certificates that you have saved, and 
35446 might not trust those that came with the message that you are validating.
35448 <UL>   
35449 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35450 </UL><P>
35453 <UL>   
35454 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35455 </UL><P>
35456 &lt;End of help on this topic&gt;
35457 </BODY>
35458 </HTML>
35459 ========== h_config_smime_pubcerts_in_keychain ==========
35460 <HTML>
35461 <HEAD>
35462 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></TITLE>
35463 </HEAD>
35464 <BODY>
35465 <H1>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></H1>
35468 If this feature is set the Mac OS X default keychain will be used as the place
35469 to store public certificates instead of a
35470 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
35471 or a
35472 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
35474 <UL>   
35475 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35476 </UL><P>
35478 <UL>   
35479 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35480 </UL><P>
35481 &lt;End of help on this topic&gt;
35482 </BODY>
35483 </HTML>
35484 ========== h_config_smime_dont_do_smime ==========
35485 <HTML>
35486 <HEAD>
35487 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></TITLE>
35488 </HEAD>
35489 <BODY>
35490 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></H1>
35493 Setting this feature turns off all of Alpine's S/MIME support.
35494 You might want to set this if you are having trouble due to the S/MIME support.
35496 <UL>   
35497 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35498 </UL><P>
35501 <UL>   
35502 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35503 </UL><P>
35504 &lt;End of help on this topic&gt;
35505 </BODY>
35506 </HTML>
35507 ========== h_config_smime_encrypt_by_default ==========
35508 <HTML>
35509 <HEAD>
35510 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></TITLE>
35511 </HEAD>
35512 <BODY>
35513 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></H1>
35516 This feature only has an effect if your version of Alpine includes
35517 support for S/MIME.
35518 It affects Alpine's behavior when you send a message.
35519 If this option is set, the &quot;Encrypt&quot; option will default to ON when sending messages.
35521 Only the default value is affected.
35522 In any case, you may still toggle the Encrypt option on or off before sending
35523 with the &quot;E Encrypt&quot; command (provided you have a the public digital ID
35524 for the recipient).
35526 <UL>   
35527 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35528 </UL><P>
35531 <UL>   
35532 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35533 </UL><P>
35534 &lt;End of help on this topic&gt;
35535 </BODY>
35536 </HTML>
35537 ========== h_config_smime_remember_passphrase ==========
35538 <HTML>
35539 <HEAD>
35540 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></TITLE>
35541 </HEAD>
35542 <BODY>
35543 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></H1>
35546 This feature only has an effect if your version of Alpine includes
35547 support for S/MIME.
35548 If this option is set, you will only have to enter your passphrase for your private key
35549 once during an Alpine session.
35551 <UL>   
35552 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35553 </UL><P>
35556 <UL>   
35557 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35558 </UL><P>
35559 &lt;End of help on this topic&gt;
35560 </BODY>
35561 </HTML>
35562 ====== h_config_smime_transfer_pub_to_con =====
35563 <HTML>
35564 <HEAD>
35565 <TITLE>S/MIME: Transfer Public Certs to Container</TITLE>
35566 </HEAD>
35567 <BODY>
35568 <H1>S/MIME: Transfer Public Certs to Container</H1>
35571 The Transfer command will copy the public certificates in your configured
35572 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
35573 to the container in your configured
35574 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
35575 This might be useful if you decide to switch from using a cert directory to a cert
35576 container.
35578 Warning: Any previous contents in the container will be lost.
35580 <UL>   
35581 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35582 </UL><P>
35584 <UL>   
35585 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35586 </UL><P>
35587 &lt;End of help on this topic&gt;
35588 </BODY>
35589 </HTML>
35590 ====== h_config_smime_transfer_pub_to_dir =====
35591 <HTML>
35592 <HEAD>
35593 <TITLE>S/MIME: Transfer Public Certs to Directory</TITLE>
35594 </HEAD>
35595 <BODY>
35596 <H1>S/MIME: Transfer Public Certs to Directory</H1>
35599 The Transfer command will copy the public certificates in your configured
35600 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
35601 to the directory in your configured
35602 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
35603 This might be useful if you decide to switch from using a cert container to a cert
35604 directory.
35606 <UL>   
35607 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35608 </UL><P>
35610 <UL>   
35611 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35612 </UL><P>
35613 &lt;End of help on this topic&gt;
35614 </BODY>
35615 </HTML>
35616 ====== h_config_smime_transfer_priv_to_con =====
35617 <HTML>
35618 <HEAD>
35619 <TITLE>S/MIME: Transfer Private Keys to Container</TITLE>
35620 </HEAD>
35621 <BODY>
35622 <H1>S/MIME: Transfer Private Keys to Container</H1>
35625 The Transfer command will copy the private keys in your configured
35626 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
35627 to the container in your configured
35628 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
35629 This might be useful if you decide to switch from using a key directory to a key
35630 container.
35632 Warning: Any previous contents in the container will be lost.
35634 <UL>   
35635 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35636 </UL><P>
35638 <UL>   
35639 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35640 </UL><P>
35641 &lt;End of help on this topic&gt;
35642 </BODY>
35643 </HTML>
35644 ====== h_config_smime_transfer_priv_to_dir =====
35645 <HTML>
35646 <HEAD>
35647 <TITLE>S/MIME: Transfer Private Keys to Directory</TITLE>
35648 </HEAD>
35649 <BODY>
35650 <H1>S/MIME: Transfer Private Keys to Directory</H1>
35653 The Transfer command will copy the private keys in your configured
35654 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
35655 to the directory in your configured
35656 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
35657 This might be useful if you decide to switch from using a key container to a key
35658 directory.
35660 <UL>   
35661 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35662 </UL><P>
35664 <UL>   
35665 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35666 </UL><P>
35667 &lt;End of help on this topic&gt;
35668 </BODY>
35669 </HTML>
35670 ====== h_config_smime_transfer_cacert_to_con =====
35671 <HTML>
35672 <HEAD>
35673 <TITLE>S/MIME: Transfer CA Certs to Container</TITLE>
35674 </HEAD>
35675 <BODY>
35676 <H1>S/MIME: Transfer CA Certs to Container</H1>
35679 The Transfer command will copy the CA certificates in your configured
35680 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>
35681 to the container in your configured
35682 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
35683 This might be useful if you decide to switch from using a CA cert directory to a CA cert
35684 container.
35686 Warning: Any previous contents in the container will be lost.
35688 <UL>   
35689 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35690 </UL><P>
35692 <UL>   
35693 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35694 </UL><P>
35695 &lt;End of help on this topic&gt;
35696 </BODY>
35697 </HTML>
35698 ====== h_config_smime_transfer_cacert_to_dir =====
35699 <HTML>
35700 <HEAD>
35701 <TITLE>S/MIME: Transfer CA Certs to Directory</TITLE>
35702 </HEAD>
35703 <BODY>
35704 <H1>S/MIME: Transfer CA Certs to Directory</H1>
35707 The Transfer command will copy the CA certificates in your configured
35708 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
35709 to the directory in your configured
35710 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
35711 This might be useful if you decide to switch from using a CA cert container to a CA cert
35712 directory.
35714 <UL>   
35715 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35716 </UL><P>
35718 <UL>   
35719 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35720 </UL><P>
35721 &lt;End of help on this topic&gt;
35722 </BODY>
35723 </HTML>
35724 ====== h_config_smime_transfer_pubcon_to_key =====
35725 <HTML>
35726 <HEAD>
35727 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
35728 </HEAD>
35729 <BODY>
35730 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
35732 Mac OS X Alpine only.
35734 The Transfer command will copy the public certificates in your configured
35735 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
35736 to your default Mac OS X Keychain.
35737 This might be useful if you decide to switch from using a cert container to using
35738 the Keychain to store your public certs, which you may do by using the
35739 feature
35740 <A HREF="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></A>.
35742 <UL>   
35743 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35744 </UL><P>
35746 <UL>   
35747 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35748 </UL><P>
35749 &lt;End of help on this topic&gt;
35750 </BODY>
35751 </HTML>
35752 ====== h_config_smime_transfer_pubkey_to_con =====
35753 <HTML>
35754 <HEAD>
35755 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
35756 </HEAD>
35757 <BODY>
35758 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
35761 The Transfer command will copy the public certificates in your configured
35762 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
35763 to your default Mac OS X Keychain.
35764 This might be useful if you decide to switch from using a cert container to using
35765 the Keychain to store your public certs.
35767 <UL>   
35768 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35769 </UL><P>
35771 <UL>   
35772 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35773 </UL><P>
35774 &lt;End of help on this topic&gt;
35775 </BODY>
35776 </HTML>
35777 ====== h_config_smime_public_certificates =====
35778 <HTML>
35779 <HEAD>
35780 <TITLE>S/MIME: Manage Public Certificates</TITLE>
35781 </HEAD>
35782 <BODY>
35783 <H1>S/MIME: Manage Public Certificates</H1>
35786 This menu item allows you to manage your public certificates, this
35787 may include your own public certificate, but it normally includes
35788 certificates of people you correspond with. These certificates are
35789 saved by Alpine automatically when they are found in signed messages
35790 that you receive. This interface allows you to manage them, by
35791 giving you the option to delete them, or trust them (in the case
35792 of self-signed certificates).
35795 Please note that Alpine will not validate a message that was sent to you
35796 using a self-signed certificate, unless you decide to trust that certificate.
35797 Internally, a certificate is trusted by copying it to the
35798 <A HREF="h_config_smime_certificate_authorities">Certificate Authorities</A> 
35799 collection. If you decide that you want to stop trusting a self-signed
35800 certificate, you must delete such certificate from such collection.
35802 The <B>I</B> Import command available in this screen allows you to 
35803 import a command to this collection.
35805 <UL>   
35806 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35807 </UL><P>
35809 <UL>   
35810 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35811 </UL><P>
35812 &lt;End of help on this topic&gt;
35813 </BODY>
35814 </HTML>
35815 ====== h_config_smime_private_keys =====
35816 <HTML>
35817 <HEAD>
35818 <TITLE>S/MIME: Manage Private Keys</TITLE>
35819 </HEAD>
35820 <BODY>
35821 <H1>S/MIME: Manage Private Keys</H1>
35824 This option allows you to manage your private key. Normally a person has only
35825 one key, in the same way that a person only has one valid passport, or ID card,
35826 at any given time. This option allows you to manage private keys. You can
35827 delete them or import them. Additionally, you can view information
35828 about your public certificate, such as the issuer and the dates of validity
35829 of such certificate, among others.
35832 If you have more than one e-mail address for which you want to use the 
35833 same private key, you must add all those addresses to the private key at 
35834 the moment that the key is generated. When you receive a signed message using 
35835 a key generated for several e-mail addresses, Alpine will save a 
35836 certificate for each e-mail address included in such certificate.
35838 The <B>I</B> Import command available in this screen allows you to 
35839 import a command to this collection.
35841 <UL>   
35842 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35843 </UL><P>
35845 <UL>   
35846 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35847 </UL><P>
35848 &lt;End of help on this topic&gt;
35849 </BODY>
35850 </HTML>
35851 ====== h_config_smime_certificate_authorities =====
35852 <HTML>
35853 <HEAD>
35854 <TITLE>S/MIME: Manage Certificate Authorities</TITLE>
35855 </HEAD>
35856 <BODY>
35857 <H1>S/MIME: Manage Certificate Authorities</H1>
35860 This collection contains certificates that are needed to validate the 
35861 certificate of another person, and therefore contains certificates that 
35862 you trust. Typically a certificate is signed by another entity, called a 
35863 certificate authority. This option allows you to manage which certificates 
35864 you trust, allowing you to import them and to delete them or view information
35865 about each certificate, such as the issuer and the dates of validity
35866 of such certificate.
35868 The <B>I</B> Import command available in this screen allows you to 
35869 import a command to this collection.
35871 <UL>   
35872 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35873 </UL><P>
35875 <UL>   
35876 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35877 </UL><P>
35878 &lt;End of help on this topic&gt;
35879 </BODY>
35880 </HTML>
35881 ====== h_config_smime_password_file_certificates =====
35882 <HTML>
35883 <HEAD>
35884 <TITLE>S/MIME: Manage Password File Certificates</TITLE>
35885 </HEAD>
35886 <BODY>
35887 <H1>S/MIME: Manage Password File Certificates</H1>
35890 This option allows you to manage the certificates that are used to
35891 encrypt and decrypt your password file. This is useful in case you
35892 want to change the certificates used to encrypt your password file.
35894 Depending on the version of Alpine that you used for the first time
35895 to set this up, you might have had to enter a password to enter this
35896 screen. In the case that you did not enter a password to enter this
35897 screen, you should know two things that are important:
35898 <UL>
35899 <LI> If anyone takes control of your computer (for example, if you 
35900 left it unattended) then that person can add a password to your
35901 password file and make it unreadable to you in the future.
35902 <LI> If anyone can access your computer (this includes remote access)
35903 then that person can steal your password file and decrypt it without
35904 your help. This gives access to that person to the same services you
35905 have access and such person can use your name to access that service.
35906 In particular, that person can try to hack into your service provider
35907 with your name on it, or that person could try to send spam with
35908 your name.
35909 </UL>
35910 <P> Needless to say, this is not advisable. You should keep your
35911 password file protected. In order to do so, all you need to do is use
35912 the &quot;Create Key&quot; command to create a key. Once you do this,
35913 Alpine will use that key, encrypted with the password used to create that
35914 key, to protect your password file.
35916 In this screen you can import a new key to encrypt your password file, 
35917 and read cryptographic information on your current key.
35919 To import a new key press &quot;RETURN&quot; and enter the location of
35920 the new key. You will be asked to enter the password of the new key. If
35921 this part of the process is successful, Alpine will search for the 
35922 certificate that matches that key. If your key is named 
35923 &quot;your_email@address.com.key&quot;, then Alpine will look for your
35924 certificate in the same directory in the file named
35925 &quot;your_email@address.com.crt&quot;, otherwise it will look for it
35926 as part of your key (that is, it will look to see if your certificate
35927 is in the file &quot;your_email@address.com.key&quot;), if all of this
35928 fails, Alpine will ask you to enter the location of the certificate
35929 that matches the key you unlocked. If a certificate is found, it will be 
35930 used, and in this case, the password file will be read, decrypted with the 
35931 old key and encrypted with the new key. Once this is done, the new key and 
35932 certificates are saved, and the old keys are permanently deleted.
35934 Alpine does not create a backup of your password file, or your old keys
35935 that will be replaced. If you need to keep old copies, you will have to do
35936 this operation outside Alpine.
35938 Observe that you can use this screen to remove the password for the key.
35939 As explained earlier, this is not advisable, but you can always restore the
35940 password to encrypt your password file by creating a new key.
35942 Be safe and keep your password file encrypted with a password.
35943 <UL>   
35944 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35945 </UL><P>
35947 <UL>   
35948 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35949 </UL><P>
35950 &lt;End of help on this topic&gt;
35951 </BODY>
35952 </HTML>
35953 ====== h_certificate_information =====
35954 <HTML>
35955 <HEAD>
35956 <TITLE>S/MIME: Certificate Information Screen</TITLE>
35957 </HEAD>
35958 <BODY>
35959 <H1>S/MIME: Certificate Information Screen</H1>
35962 The CERTIFICATE INFORMATION screen shows you information contained in a certificate
35963 such as its owner, e-mail address, issuer, and interval of validity, 
35964 among others.
35966 In the case of public certificates, this screen shows you if there was a
35967 failure when attempting to validate such message. If the certificate is
35968 self-signed, then the <B>T</B> Trust command will be available, which
35969 you can use to trust such certificate and make Alpine not fail validating 
35970 signatures signed with such certificate.
35972 You can also mark a certificate deleted, with the <B>D</B> command, or 
35973 remove the deleted mark with the <B>U</B> undelete command.
35975 In the case of your private key, Alpine shows you the information
35976 from your public key. Additionally, Alpine allows you to see public
35977 and private information about your key, with the <B>B</B> and
35978 <B>R</B> commands respectively.
35979 <UL>   
35980 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35981 </UL><P>
35983 <UL>   
35984 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35985 </UL><P>
35986 &lt;End of help on this topic&gt;
35987 </BODY>
35988 </HTML>
35989 ====== h_config_smime_manage_public_menu =====
35990 <HTML>
35991 <HEAD>
35992 <TITLE>S/MIME: Menu of Commands to Manage Public Certificates</TITLE>
35993 </HEAD>
35994 <BODY>
35995 <H1>S/MIME: Commands that Manage Public Certificates</H1>
35998 This screen allows you to manage your public certificates. 
36000 The format of this screen is as follows. There are five fields: The 
36001 leftmost field is normally empty, but it could contain the letter 
36002 &quot;D&quot; to indicate that that certificate has been marked for 
36003 deletion. The next field is the e-mail address of the owner of the 
36004 certificate, shown in its entirety. The third and fourth field are the 
36005 first and last day validity for that certificate, respectively. The date
36006 is displayed in the user's locale unless the option 
36007 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>
36008 is set. In this case, the month, day and year are represented by two
36009 digits, and the format used is mm/dd/yy. Finally, the fifth 
36010 field is what can be displayed of the MD5 hash of the certificate. You can 
36011 use any of the last three fields to distinguish between two certificates 
36012 for the same owner.
36014 Available commands in this screen and a short description of what they 
36015 do follows.
36016 <UL>
36017 <LI> <B>I</B> Imports a public certificate to this collection.
36018 <LI> <B>V</B> View information about a certificate such as the name of the person the
36019 certificate was issued to, its dates of validity, and validity status.
36020 <LI> <B>D</B> Marks a certificate deleted.
36021 <LI> <B>U</B> Removes the deletion mark on a certificate.
36022 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
36023 <LI> <B>T</B> This command is only available for self-signed certificates, and allows you to
36024 trust a certificate by copying it to the collection of trusted certificates.
36025 </UL>
36027 All commands provide feedback to let you know about their success or failure.
36029 <UL>   
36030 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36031 </UL><P>
36033 <UL>   
36034 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36035 </UL><P>
36036 &lt;End of help on this topic&gt;
36037 </BODY>
36038 </HTML>
36039 ====== h_config_smime_manage_private_menu =====
36040 <HTML>
36041 <HEAD>
36042 <TITLE>S/MIME: Menu of Commands to Manage Private Keys</TITLE>
36043 </HEAD>
36044 <BODY>
36045 <H1>S/MIME: Commands that Manage Private Keys</H1>
36048 This screen allows you to manage your private key.
36050 The format of this screen is as follows. There are five fields: The 
36051 leftmost field is normally empty, but it could contain the letter 
36052 &quot;D&quot; to indicate that that certificate has been marked for 
36053 deletion. The next field is the e-mail address of the owner of the 
36054 certificate, shown in its entirety. The third field is the first day of 
36055 validity for that certificate; the fourth field in the last day that that 
36056 certificate is valid, and the fifth field is what can be displayed of the 
36057 MD5 hash of the public certificate corresponding to this private key. You 
36058 can use any of the last three fields to distinguish between two 
36059 certificates for the same owner.
36061 Available commands and a short description of what they do follows.
36062 <UL>
36063 <LI> <B>I</B> Imports a new public key to this collection.
36064 <LI> <B>V</B> View information about the public certificate corresponding to this
36065 key.
36066 <LI> <B>D</B> Marks a key to be deleted.
36067 <LI> <B>U</B> Removes the deletion mark on a key.
36068 <LI> <B>X</B> Removes all keys marked deleted permanently (cannot be undone).
36069 Note that expunging a private key does not remove the public key, which must
36070 be removed separately.
36071 </UL>
36073 All commands provide feedback to let you know about their success or failure.
36075 <UL>   
36076 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36077 </UL><P>
36079 <UL>   
36080 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36081 </UL><P>
36082 &lt;End of help on this topic&gt;
36083 </BODY>
36084 </HTML>
36085 ====== h_config_smime_manage_cacerts_menu =====
36086 <HTML>
36087 <HEAD>
36088 <TITLE>S/MIME: Menu of Commands to Manage Certificate Authorities</TITLE>
36089 </HEAD>
36090 <BODY>
36091 <H1>S/MIME: Commands that Manage Certificate Authorities</H1>
36094 This screen allows you to manage your collection of certificates that you
36095 trust. 
36097 The format of this screen is as follows. There are five fields: The 
36098 leftmost field is normally empty, but it could contain the letter 
36099 &quot;D&quot; to indicate that that certificate has been marked for 
36100 deletion. The next field is the e-mail address of the owner of the 
36101 certificate, shown in its entirety. The third field is the first day of 
36102 validity for that certificate; the fourth field in the last day that that 
36103 certificate is valid, and the fifth field is what can be displayed of the 
36104 MD5 hash of the certificate. You can use any of the last three fields to 
36105 distinguish between two certificates for the same owner.
36107 Available commands and a short description of what they do follows.
36108 <UL>
36109 <LI> <B>I</B> Imports a trusted certificate to this collection. This is
36110 done by reading the certificate and validating it. Once a certificate
36111 is found to be valid, it is saved, adding the extension &quot;.crt&quot;
36112 to the certificate, if necessary.
36113 <LI> <B>V</B> View information about this certificate, such as its issuer 
36114 and validity dates.
36115 <LI> <B>D</B> Marks a certificate to be deleted.
36116 <LI> <B>U</B> Removes the deletion mark on a certificate.
36117 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
36118 </UL>
36120 All commands provide feedback to let you know about their success or failure.
36122 <UL>
36123 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36124 </UL><P>
36126 <UL>   
36127 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36128 </UL><P>
36129 &lt;End of help on this topic&gt;
36130 </BODY>
36131 </HTML>
36132 ====== h_config_lame_list_mode =====
36133 <HTML>
36134 <HEAD>
36135 <TITLE>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></TITLE>
36136 </HEAD>
36137 <BODY>
36138 <H1>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></H1>
36140 This feature modifies the method Alpine uses to ask your IMAP
36141 server for folder names to display in the FOLDER LIST screen.
36142 It is intended to compensate for a small set of IMAP servers that
36143 are programmed to ignore a part of the request, and thus respond
36144 to Alpine's query with nonsensical results.
36147 If you find that Alpine is erroneously displaying blank folder lists,
36148 try enabling this feature.
36151 NOTE: Enabling this feature has consequences for the Goto and Save
36152 commands.  Many servers allow access to folders outside the area
36153 reserved for your personal folders via some reserved character,
36154 typically '#' (sharp), '~' (tilde) or '/' (slash).  This mechanism
36155 allows, at the Goto and Save prompts, quick access to folders
36156 outside your personal folder collection without requiring a specific
36157 collection definition.  This behavior will generally not be available
36158 when this feature is enabled.
36161 <UL>   
36162 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36163 </UL><P>
36164 &lt;End of help on this topic&gt;
36165 </BODY>
36166 </HTML>
36167 ====== h_config_enable_mulnewsrcs =====
36168 <HTML>
36169 <HEAD>
36170 <TITLE>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></TITLE>
36171 </HEAD>
36172 <BODY>
36173 <H1>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></H1>
36175 This feature makes it so Alpine can use multiple newsrcs based on
36176 the news server being connected to, which allows for separate lists
36177 of subscribed-to newsgroups. When this feature is not set, there is only
36178 one list of newsgroups.
36180 Under this feature, the name of a newsrc is based on the news server.
36181 For example, if your <a href="h_config_newsrc_path"><!--#echo var="VAR_newsrc-path"--></a>
36182 is set to &quot;.newsrc&quot;, and the news server you are connecting to is
36183 news.example.com, then the newsrc to be used is .newsrc-news.example.com.
36184 Setting this feature for the first time will allow for the option of using
36185 your old newsrc the next time you read news.
36187 If this feature is set, then the feature
36188 <A HREF="h_config_mulnews_as_typed"><!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></A>
36189 also may affect the name of the newsrc file that is used.
36191 <UL>   
36192 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36193 </UL><P>
36194 &lt;End of help on this topic&gt;
36195 </BODY>
36196 </HTML>
36197 ======= h_ab_export_vcard =======
36198 <HTML>
36199 <HEAD>
36200 <TITLE>Address Book Export Format</TITLE>
36201 </HEAD>
36202 <BODY>
36203 <H1>Address Book Export Format</H1>
36205 You are exporting address book data from Alpine to a file outside of Alpine.
36206 You are being asked to choose the format of the export.
36207 Here are the choices:
36209 <DL>
36210 <DT><EM>A</EM>ddress List</DT>
36211 <DD>
36212 The addresses from the address book entries you are saving
36213 from will be saved one address per line.
36214 Address book lists (those with more than one address) will have
36215 all of their addresses saved separately.
36216 </DD>
36218 <DT><EM>V</EM>Card</DT>
36219 <DD>
36220 The entries will be saved in
36221 <A HREF="h_whatis_vcard">vCard</A> format.
36222 </DD>
36224 <DT><EM>T</EM>ab Separated</DT>
36225 <DD>
36226 The entries will be saved in tab-separated columns.
36227 There will be just 4 columns of data that correspond to Alpine's
36228 Nickname field, Full Name field, Address field, and Comment field.
36229 It might prove useful to Select only the Simple, non-List address book
36230 entries before Saving.
36231 </DD>
36233 <DT><EM>^C</EM> Cancel</DT>
36234 <DD>
36235 Cancel out of the Save.
36236 </DD>
36238 </DL>
36242 &lt;End of help on this topic&gt;
36243 </BODY>
36244 </HTML>
36245 ====== h_config_predict_nntp_server =====
36246 <HTML>
36247 <HEAD>
36248 <TITLE>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></TITLE>
36249 </HEAD>
36250 <BODY>
36251 <H1>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></H1>
36253 This feature allows Alpine to assume that the open NNTP server at the
36254 time of composition is the NNTP server to which the message should be
36255 posted.  This is especially recommended when there are multiple News
36256 collections.  If this feature is not set, Alpine will try to post to the first server in
36257 the <a href="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></a> variable.  Setting
36258 this feature also negates the need to add News collection servers to
36259 the <!--#echo var="VAR_nntp-server"--> variable.
36261 This feature can be especially handy when used in conjunction with
36262 <a href="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></a>.
36264 <UL>   
36265 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36266 </UL><P>
36267 &lt;End of help on this topic&gt;
36268 </BODY>
36269 </HTML>
36270 ====== h_config_nntp_search_uses_overview =====
36271 <HTML>
36272 <HEAD>
36273 <TITLE>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></TITLE>
36274 </HEAD>
36275 <BODY>
36276 <H1>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></H1>
36278 This feature should probably be turned on unless it causes trouble.
36279 The results of the NNTP overview command (XOVER) may be used to help
36280 with some searches in news groups.
36281 It should result in quicker response time.
36282 Turning this feature on apparently causes search results which are
36283 different from what you would get with the feature turned off on some
36284 servers.
36286 <UL>   
36287 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36288 </UL><P>
36289 &lt;End of help on this topic&gt;
36290 </BODY>
36291 </HTML>
36292 ====== h_config_thread_sorts_by_arrival =====
36293 <HTML>
36294 <HEAD>
36295 <TITLE>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></TITLE>
36296 </HEAD>
36297 <BODY>
36298 <H1>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></H1>
36300 This feature affects how a threading sort arranges threads.  The default way
36301 to arrange threads is by the date of the earliest message in the thread.
36302 This feature arranges threads by the last message to arrive in a thread.
36304 This feature causes old threads that get recent messages to sort to the bottom,
36305 where previously a message arrival to a thread would not rearrange the order of
36306 that thread.
36308 <UL>   
36309 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36310 </UL><P>
36311 &lt;End of help on this topic&gt;
36312 </BODY>
36313 </HTML>
36314 ====== h_config_textplain_int =====
36315 <HTML>
36316 <HEAD>
36317 <TITLE>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></TITLE>
36318 </HEAD>
36319 <BODY>
36320 <H1>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></H1>
36322 This feature modifies the method Alpine uses to display Text/Plain
36323 MIME attachments from the Attachment Index screen.  Normally, the
36324 &quot;View&quot; command searches for any externally defined (usually
36325 via the
36326 &quot;<A HREF="h_config_mailcap_path">Mailcap</A>&quot; file) viewer,
36327 and displays the selected text within that viewer.
36330 Enabling this feature causes Alpine to ignore any external viewer
36331 settings and always display text with Alpine's internal viewer.
36334 <UL>   
36335 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36336 </UL><P>
36337 &lt;End of help on this topic&gt;
36338 </BODY>
36339 </HTML>
36340 ====== h_config_wp_columns =====
36341 <HTML>
36342 <HEAD>
36343 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></TITLE>
36344 </HEAD>
36345 <BODY>
36346 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></H1>
36348 Web Alpine only.
36350 This configuration setting specifies the number of horizontal characters
36351 used to format various WebAlpine pages.  Smaller values will tend to reduce
36352 the amount of horizontal scrolling required to view pages within narrow
36353 browsers, such as those found on PDAs, and larger values will tend to 
36354 spread more information across the page.
36357 The Message List page uses the width to determine how many characters
36358 to assign each field.  Note, a smaller value may result in a disproportionate
36359 amount of blank space between fields on each line.  Similarly, a large
36360 value may result in cramped fields or horizontal scrolling.
36363 The Message View page uses this value to determine when to wrap lines
36364 in displayed message text.  Note, a smaller value may result in jagged
36365 right margins or confusing quoting.  A larger value may cause lines of text to
36366 run beyond the browser's right edge, requiring horizontal scrolling.
36369 <UL>   
36370 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36371 </UL><P>
36372 &lt;End of help on this topic&gt;
36373 </BODY>
36374 </HTML>
36375 ====== h_config_wp_state =====
36376 <HTML>
36377 <HEAD>
36378 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></TITLE>
36379 </HEAD>
36380 <BODY>
36381 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></H1>
36383 Web Alpine only.
36385 Various aspects of cross-session state.
36388 <UL>   
36389 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36390 </UL><P>
36391 &lt;End of help on this topic&gt;
36392 </BODY>
36393 </HTML>
36394 ====== h_config_wp_aggstate =====
36395 <HTML>
36396 <HEAD>
36397 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></TITLE>
36398 </HEAD>
36399 <BODY>
36400 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></H1>
36402 Web Alpine only.
36404 Aggregate operations tab state.
36407 <UL>   
36408 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36409 </UL><P>
36410 &lt;End of help on this topic&gt;
36411 </BODY>
36412 </HTML>
36413 ====== h_config_wp_indexlines =====
36414 <HTML>
36415 <HEAD>
36416 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></TITLE>
36417 </HEAD>
36418 <BODY>
36419 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></H1>
36421 Web Alpine only.
36423 Number of index lines in table.
36426 <UL>   
36427 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36428 </UL><P>
36429 &lt;End of help on this topic&gt;
36430 </BODY>
36431 </HTML>
36432 ====== h_config_wp_indexheight =====
36433 <HTML>
36434 <HEAD>
36435 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></TITLE>
36436 </HEAD>
36437 <BODY>
36438 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></H1>
36440 Web Alpine only.
36442 Index table row height.
36445 <UL>   
36446 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36447 </UL><P>
36448 &lt;End of help on this topic&gt;
36449 </BODY>
36450 </HTML>
36451 ====== h_config_rss_news =====
36452 <HTML>
36453 <HEAD>
36454 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss_news"--></TITLE>
36455 </HEAD>
36456 <BODY>
36457 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-news"--></H1>
36459 Web Alpine only.
36461 RSS News feed.
36464 <UL>   
36465 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36466 </UL><P>
36467 &lt;End of help on this topic&gt;
36468 </BODY>
36469 </HTML>
36470 ====== h_config_rss_weather =====
36471 <HTML>
36472 <HEAD>
36473 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></TITLE>
36474 </HEAD>
36475 <BODY>
36476 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></H1>
36478 Web Alpine only.
36480 RSS Weather feed.
36483 <UL>   
36484 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36485 </UL><P>
36486 &lt;End of help on this topic&gt;
36487 </BODY>
36488 </HTML>
36489 ====== h_config_send_confirms_only_expanded =====
36490 <HTML>
36491 <HEAD>
36492 <TITLE>FEATURE: send-confirms-only-expanded</TITLE>
36493 </HEAD>
36494 <BODY>
36495 <H1>FEATURE: send-confirms-only-expanded (Web Alpine Only)</H1>
36497 This Web Alpine option specifies whether or not a Send confirmations
36498 happens when a composed message is readied for sending or not.  The
36499 default behavior is to not confirm that the nicknames were expanded to
36500 the intended addresses.
36503 <UL>   
36504 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36505 </UL><P>
36506 &lt;End of help on this topic&gt;
36507 </BODY>
36508 </HTML>
36509 ====== h_config_enable_jump_command =====
36510 <HTML>
36511 <HEAD>
36512 <TITLE>FEATURE: enable-jump-command</TITLE>
36513 </HEAD>
36514 <BODY>
36515 <H1>FEATURE: enable-jump-command (Web Alpine Only)</H1>
36517 This Web Alpine option specifies whether or not a Jump command is
36518 offered in the Message List and Message View pages.  The command is
36519 implemented as an input field in the left column of the List and View
36520 screens. 
36523 When enabled and a number is entered in the input field while the
36524 Message List is displayed, the Message List is reframed with the
36525 specified message.  While viewing a message, the message associated
36526 with the specified message number is displayed.
36529 <UL>   
36530 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36531 </UL><P>
36532 &lt;End of help on this topic&gt;
36533 </BODY>
36534 </HTML>
36535 ====== h_config_enable_newmail_sound =====
36536 <HTML>
36537 <HEAD>
36538 <TITLE>FEATURE: enable-newmail-sound</TITLE>
36539 </HEAD>
36540 <BODY>
36541 <H1>FEATURE: enable-newmail-sound (Web Alpine Only)</H1>
36543 This Web Alpine option specifies whether or not a sound file is sent
36544 to the web browser along with the newmail notification message.
36548 <UL>   
36549 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36550 </UL><P>
36551 &lt;End of help on this topic&gt;
36552 </BODY>
36553 </HTML>
36554 ====== h_config_render_html_internally =====
36555 <HTML>
36556 <HEAD>
36557 <TITLE>FEATURE: render-html-internally</TITLE>
36558 </HEAD>
36559 <BODY>
36560 <H1>FEATURE: render-html-internally (Web Alpine Only)</H1>
36562 By default, Web Alpine will pass cleansed HTML text you receive in messages 
36563 to the browser for display (rendering).  This feature causes Web Alpine to convert 
36564 the HTML text into plain text in the same way Unix and PC-Alpine do.
36568 <UL>   
36569 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36570 </UL><P>
36571 &lt;End of help on this topic&gt;
36572 </BODY>
36573 </HTML>
36574 ====== h_config_role_undo =====
36575 Yes, remember changes and exit back to list of roles; No, discard changes
36576 made in this screen; ^C, cancel exit and stay in this config screen.
36577 ====== h_exit_editor =====
36578 S, save changes and exit from the editor; D, do not save changes but
36579 do exit from the editor; or ^C, cancel exit and stay in the editor.
36580 ====== h_config_undo =====
36581 Yes, save changes and exit; No, exit without saving any changes made since
36582 entering this CONFIGURATION screen; ^C, cancel exit and stay in config screen.
36583 ====== h_os_index_whereis =====
36584 Enter ^V or ^Y to go immediately to the last or first message in the index.
36585 Or, enter the match string followed by RETURN.
36586 ====== h_os_index_whereis_agg =====
36587 Enter ^V or ^Y to go immediately to the last or first message in the index,
36588 Or, enter the match string followed by RETURN (or ^X to select all matches).
36589 =========== h_oe_add_full ==================
36590 Type the full name of the person being added and press the RETURN key.
36591 Press ^C to cancel addition.
36592 =========== h_oe_add_nick ==================
36593 Type a short nickname and press RETURN.  A nickname is a short easy-to-
36594 remember word, name or initials like "joe", or "wcfields."  ^C to cancel.
36595 ========== h_oe_add_addr ================
36596 Type the e-mail address and press RETURN.
36597 Press ^C to cancel addition.
36598 ========== h_oe_crlst_full ==============
36599 Type a long name or description for the list that you are creating and
36600 press RETURN.  Press ^C to cancel creation of list.
36601 =========== h_oe_crlst_nick =============
36602 Type a nickname (short, easy-to-remember name or single word) for the list
36603 you are creating and press RETURN.  Press ^C to cancel.
36604 ========== h_oe_crlst_addr ==============
36605 Type an e-mail address, or a nickname already in the address book that you
36606 want to be part of this list and press RETURN.
36607 ========== h_oe_adlst_addr =============
36608 Type an e-mail address or a nickname already in the address book that you
36609 want to add to this list and press RETURN.
36610 ========== h_oe_editab_nick ============
36611 Change the nickname using the arrow keys and delete key.  Press RETURN
36612 when done.  Press ^C to cancel editing and leave the nickname as it was.
36613 ========== h_oe_editab_full ============
36614 Change the full name using the arrow keys and delete key.  Press RETURN
36615 when done.  Press ^C to cancel editing and leave the full name as it was.
36616 ========== h_oe_editab_addr ============
36617 Change the address using the arrow keys and delete key.  Press RETURN
36618 when done.  Press ^C to cancel editing and leave the address as it was.
36619 ========== h_oe_editab_fcc ============
36620 Change the fcc using the arrow keys and delete key.  Press RETURN when
36621 done.  Press ^C to cancel editing and leave the fcc as it was.
36622 ========== h_oe_editab_comment ============
36623 Change the comment field using the arrow keys and delete key.  Press RETURN
36624 when done.  Press ^C to cancel editing and leave the comment as it was.
36625 ====== h_ab_forward =====
36626 Yes, expand nicknames and qualify local names with your current domain name;
36627 No, leave nicknames and local names as is;  ^C, cancel.
36628 ========== h_ab_export ==========
36629 Type the name of a file to write the addresses into and
36630 press RETURN.  You may also specify an absolute path.  Use ^C to cancel.
36631 ========== h_ab_edit_a_field ==========
36632 Edit any of the fields of the currently selected entry by typing one of the
36633 letters at the bottom of the screen.  Press ^C to cancel edit.
36634 ====== h_ab_del_data_revert =====
36635 Press B to completely delete addrbook and revert to default, C to delete config
36636 and revert while leaving data, or D to only delete data (make it empty).
36637 ====== h_ab_del_data_modify =====
36638 Press B to completely delete addrbook, C to delete configuration while leaving
36639 data, or D to delete data (make it empty) but leave config. ^C to cancel.
36640 ====== h_ab_del_config_modify =====
36641 Yes, remove this address book from my configuration.
36642 No, make no changes now.
36643 ====== h_ab_del_config_revert =====
36644 Yes, remove this address book from my config and revert to default.
36645 No, make no changes now.
36646 ====== h_ab_del_default =====
36647 Yes, remove this default address book from my configuration.
36648 No, make no changes now.
36649 ====== h_ab_really_delete =====
36650 Yes, delete the actual contents of the address book, not just the 
36651 configuration.  No, don't delete the data after all, cancel and start over.
36652 ====== h_ab_del_ignore =====
36653 Press I to ignore all the default address books for this category.  Press R to
36654 remove this one address book and add the others to your personal list.
36655 ====== h_ab_del_dir_ignore =====
36656 Press I to ignore all the default directory servers for this category.
36657 Press R to remove this one server and add the others to your personal list.
36658 ====== h_ab_copy_dups =====
36659 Yes, overwrite the existing entry.
36660 No, skip duplicates but save the rest. Press ^C to cancel.
36661 ====== h_confirm_cancel =====
36662 Type C to Confirm that you want to abandon the message you are composing.
36663 Type N or ^C to cancel out of the cancel and keep composing.
36664 ====== h_ab_text_or_vcard =====
36665 Text, start composer with displayed text already included.
36666 VCard, start composer with address book entry attached as a vCard. ^C cancels.
36667 ====== h_ab_backup_or_ldap =====
36668 Backup, copy email address from entry and allow editing of it.
36669 LDAP, copy LDAP search criteria, do not allow editing of it. ^C cancels.
36670 ====== h_ldap_text_or_vcard =====
36671 Text: export displayed text for selected entry. Address: export only the
36672 email address. VCard: export entry in vCard format. ^C cancels.
36673 ====== h_ab_save_exp =====
36674 Save, save entry or entries to an address book.
36675 Export, save to file outside of pine. ^C cancels save.
36676 ====== h_ab_add =====
36677 A, add a brand new entry to this address book.
36678 E, edit the entry that is currently highlighted. ^C to cancel.
36679 ====== h_ab_shuf =====
36680 U, swap order of highlighted address book and the one above it.
36681 D, swap order of highlighted address book and the one below it. ^C to cancel.
36682 ====== h_ab_shuf_up =====
36683 U, swap order of highlighted address book and the one above it.
36684 Press ^C to cancel.
36685 ====== h_ab_shuf_down =====
36686 D, swap order of highlighted address book and the one below it.
36687 Press ^C to cancel.
36688 ====== h_folder_prop =====
36689 Count is # of messages in the folder, Unseen means messages that have not
36690 been read, New means messages that were Recently added to the folder.
36691 ====== h_role_shuf =====
36692 U, swap order of highlighted rule and the one above it.
36693 D, swap order of highlighted rule and the one below it. ^C to cancel.
36694 ====== h_role_shuf_up =====
36695 U, swap order of highlighted rule and the one above it.
36696 Press ^C to cancel.
36697 ====== h_role_shuf_down =====
36698 D, swap order of highlighted rule and the one below it.
36699 Press ^C to cancel.
36700 ====== h_incoming_shuf =====
36701 B, swap order of highlighted directory and the one before it.
36702 F, swap order of highlighted directory and the one after it. ^C to cancel.
36703 ====== h_incoming_shuf_up =====
36704 B, swap order of highlighted directory and the one before it.
36705 Press ^C to cancel.
36706 ====== h_incoming_shuf_down =====
36707 F, swap order of highlighted directory and the one after it.
36708 Press ^C to cancel.
36709 ====== h_dir_shuf =====
36710 U, swap order of highlighted directory and the one above it.
36711 D, swap order of highlighted directory and the one below it. ^C to cancel.
36712 ====== h_dir_shuf_up =====
36713 U, swap order of highlighted directory and the one above it.
36714 Press ^C to cancel.
36715 ====== h_dir_shuf_down =====
36716 D, swap order of highlighted directory and the one below it.
36717 Press ^C to cancel.
36718 ====== h_hdrcolor_shuf =====
36719 U, swap order of highlighted Header Color and the one above it.
36720 D, swap order of highlighted Header Color and the one below it. ^C to cancel.
36721 ====== h_hdrcolor_shuf_up =====
36722 U, swap order of highlighted Header Color and the one above it.
36723 Press ^C to cancel.
36724 ====== h_hdrcolor_shuf_down =====
36725 D, swap order of highlighted Header Color and the one below it.
36726 Press ^C to cancel.
36727 ========== h_oe_editab_al ============
36728 Change the address using the arrow keys and delete key.  Press RETURN
36729 when done.  Press ^C to cancel editing and leave the address as it was.
36730 ========== h_dir_comp_search ===============
36731 Type a string to look for just like you would in the composer. Your configured
36732 rules for the servers with the implicit flag set will be used.
36733 ========== h_oe_searchab ===============
36734 Type the word or name you want to search for and press RETURN.  If you press
36735 RETURN without entering anything the word in [] will be searched for.
36736 ========== h_oe_chooseabook ==========
36737 Choose the address book you want to save the new entry in.
36738 Use ^N or ^P to change address books.  ^C to cancel.
36739 ========== h_oe_takeaddr ==========
36740 Edit the e-mail address using the arrow and delete keys.  Press RETURN
36741 when done.  Press ^C to cancel adding this entry to the address book.
36742 ========== h_oe_take_replace ==========
36743 Press R to replace the old entry with this new data.  You will still have
36744 another chance to cancel.  N to enter another nickname.  ^C to cancel now.
36745 ========== h_oe_take_replace_or_add ==========
36746 Press R to replace the old entry.  Press A to add the selected addresses to
36747 the old existing list.  N to enter another nickname. ^C to cancel now.
36748 ========== h_oe_takename ==========
36749 Edit the full name to be correct using the arrow and delete keys.  Press RETURN
36750 when done.  Press ^C to cancel adding this entry to the address book.
36751 ========== h_oe_takenick ==========
36752 Type a nickname (short easy-to-remember name, initials or single word) for this
36753 entry in the address book and press RETURN.  Press ^C to cancel addition.
36754 ========== h_oe_jump ==========
36755 Type the message number you want to jump to and press RETURN.  The word "end"
36756 represents the last message. Press ^C to cancel jumping to another message.
36757 ========== h_oe_jump_thd ==========
36758 Type the thread number you want to jump to and press RETURN.  The word "end"
36759 represents the last thread. Press ^C to cancel jumping to another thread.
36760 ========== h_oe_debuglevel ==========
36761 Higher number shows more debugging details.
36762 Press ^C if you want to cancel the change.
36763 ========== h_oe_broach ==========
36764 Type the name of the folder you want to open and press RETURN.  Press ^P/^N
36765 to go to the previous/next collections in the list.  Press ^C to cancel goto.
36766 ========== h_oe_foldsearch ==========
36767 Type the text you want to search for in foldernames and press RETURN.  If you
36768 press RETURN without entering anything, any text in [] will be searched for.
36769 ========== h_oe_foldrename ==========
36770 Change the old name of the folder to the new name using the arrow and
36771 delete keys and press RETURN.  Press ^C to cancel rename.
36772 ========== h_oe_login ==========
36773 Enter your login name for the host you are opening the mailbox on.  Just press
36774 RETURN to use your login from this host as is, or edit it with delete key.
36775 ========== h_oe_passwd ==========
36776 Type your password for the host and login shown as part of the prompt.
36777 Press ^C to cancel opening folder.
36778 ========== h_oe_choosep ==========
36779 Enter the number associated with the printer you want to select.  Press ^C to
36780 cancel the printer selection.  The current selection is highlighted.
36781 ========== h_oe_customp ==========
36782 Type the name of the Unix print command and press RETURN.  Press ^C to
36783 cancel the printer selection.
36784 ========== h_oe_searchview ==========
36785 Type the word or name you want to search for and press RETURN.  If you press
36786 RETURN without entering anything the word in [] will be searched for.
36787 ========== h_oe_keylock ==========
36788 The keyboard is in use and locked by another user.  Only that user can
36789 unlock this keyboard by typing the password.
36790 ========== h_wt_expire ==========
36791 At the beginning of each month Alpine offers to rename your current sent-mail
36792 folder to one named for the month so you have a sent-mail folder for each month
36793 ========== h_wt_delete_old ==========
36794 It is the beginning of the month, and we need to conserve disk
36795 space.  Please delete any sent-mail that you do not need.
36796 ========== h_select_sort ==========
36797 Select the order for sorting the index by typing the capitalized letter.
36798 Arrival is by arrival in your mailbox; Date is by time/day message was sent.
36799 ========== h_no_F_arg ============
36800 Enter name of file to be opened.
36802 ========== h_sticky_personal_name ==========
36803 Type in your name as you want it to appear on outgoing email.  This entry
36804 will be saved into your Alpine configuration file.
36805 ========== h_sticky_inbox ============
36806 INBOX syntax is usually {complete.machine.name}INBOX
36807 This entry will be saved in your Alpine configuration file.
36808 ========== h_sticky_smtp ============
36809 The name of the computer on your campus that relays your outgoing email
36810 to the Internet.  This entry will be saved in your Alpine configuration file.
36811 ========== h_sticky_user_id ==========
36812 The username or login-id part of your email address.  This entry will be
36813 saved in your Alpine configuration file.
36814 ========== h_sticky_domain ==========
36815 The domain part of your email address, NOT the name of your PC.  This
36816 entry will be saved in your Alpine configuration file.
36817 ========== h_bounce =========
36818 Enter the address or nickname of the intended recipient.  Alpine will resend
36819 the message, which will retain the original author's From: address.
36820 ========== h_incoming_add_folder_nickname =========
36821 Enter an (optional) nickname that will be used in lieu of the actual
36822 host and folder names in the FOLDER LIST display.
36823 ========== h_anon_forward ==========
36824 Enter the address of your intended recipient, or ^C to cancel.
36825 Example: jsmith@somewhere.edu
36826 ========== h_news_subscribe ==========
36827 Enter the name of the newsgroup to which you wish to subscribe,
36828 or ^C to cancel.  Example: comp.mail.pine
36829 ========== h_pipe_msg ==========
36830 Enter the name of the Unix command to which you wish to send this
36831 message, or ^C to cancel.
36832 ========== h_pipe_attach ==========
36833 Enter the name of the Unix command to which you wish to send this
36834 attachment, or ^C to cancel.
36835 ========== h_select_by_num ==========
36836 Enter a list of message numbers (or number ranges), or ^C to cancel. "end" 
36837 is the last message. "." is the current message. Example: 1-.,7-9,11,19,35-end
36838 ========== h_select_by_thrdnum ==========
36839 Enter a list of message numbers (or number ranges), or ^C to cancel. "end" 
36840 is the last message. "." is the current message. Example: 1-.,7-9,11,19,35-end
36841 ========== h_select_txt_from ==========
36842 Messages with From: headers containing the entered string will be selected.
36843 ^C to cancel. ^G again to see original options.
36844 ========== h_select_txt_not_from ==========
36845 Messages without From: headers containing the entered string will be selected.
36846 ^C to cancel. ^G again to see original options.
36847 ========== h_select_txt_to ==========
36848 Messages with To: headers containing the entered string will be selected.
36849 ^C to cancel. ^G again to see original options.
36850 ========== h_select_txt_not_to ==========
36851 Messages without To: headers containing the entered string will be selected.
36852 ^C to cancel. ^G again to see original options.
36853 ========== h_select_txt_cc ==========
36854 Messages with Cc: headers containing the entered string will be selected.
36855 ^C to cancel. ^G again to see original options.
36856 ========== h_select_txt_not_cc ==========
36857 Messages without Cc: headers containing the entered string will be selected.
36858 ^C to cancel. ^G again to see original options.
36859 ========== h_select_txt_subj ==========
36860 Messages with Subject: headers containing the entered string will be selected.
36861 ^C to cancel.  ^X enters Subject: line of current message.
36862 ========== h_select_txt_not_subj ==========
36863 Messages without Subject headers containing the entered string will be selected.
36864 ^C to cancel.  ^X enters Subject: line of current message.
36865 ========== h_select_txt_all ==========
36866 All messages containing the entered string will be selected.  Headers and body,
36867 but not encoded attachments, will be compared.  Enter ^C to cancel.
36868 ========== h_select_txt_not_all ==========
36869 All messages that don't contain the entered string will be selected.  Headers
36870 and body, but not encoded attachments, will be compared.  Enter ^C to cancel.
36871 ========== h_select_txt_body ==========
36872 All messages containing the entered string will be selected. Body text, but
36873 not headers or encoded attachments, will be compared. ^C to cancel.
36874 ========== h_select_txt_not_body ==========
36875 All messages that don't contain the entered string will be selected. Body
36876 text, but not headers or encoded attachments, will be compared. ^C to cancel.
36877 ========== h_select_txt_recip ==========
36878 Messages with Cc: or To: headers containing the entered string will be selected.
36879 ^C to cancel. ^G again to see original options.
36880 ========== h_select_txt_not_recip ==========
36881 Messages without Cc: or To: headers containing the string will be selected.
36882 ^C to cancel. ^G again to see original options.
36883 ========== h_select_txt_partic ==========
36884 Messages with Cc, To, or From headers containing the string will be selected.
36885 ^C to cancel. ^G again to see original options.
36886 ========== h_select_txt_not_partic ==========
36887 Messages without Cc, To, or From headers containing the string will be selected.
36888 ^C to cancel. ^G again to see original options.
36889 ========== h_select_date ==========
36890 If typed, date may be in DD-MMM-YYYY format (04-Jul-2006) or in ISO format
36891 (2006-07-04). ^P/^N also changes default date. ^X enters date of current msg.
36892 ========== h_attach_index_whereis ==========
36893 Enter some text that appears in the Attachment Index entry for the desired
36894 attachment.  The first attachment containing that text will be highlighted.
36895 ========== h_kb_lock ==========
36896 Keystrokes entered here (up to a RETURN) comprise a password that must
36897 be entered again later in order to unlock the keyboard.
36898 ========== h_compose_default ==========
36899 N, compose a new message. R, set a role.
36900 ^C to cancel.
36901 ========== h_untranslatable ==========
36902 Send using UTF-8 character set; Send but replace untranslatable characters
36903 with question marks; return to the composer; or cancel message altogether.
36904 ========== h_compose_intrptd ==========
36905 N, compose a new msg. I, continue interrupted msg. R, set a role.
36906 ^C to cancel.
36907 ========== h_compose_postponed ==========
36908 N, compose a new message. P, continue postponed msg. R, set a role.
36909 ^C to cancel.
36910 ========== h_compose_intrptd_postponed ==========
36911 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
36912 R, set a role. ^C to cancel.
36913 ========== h_compose_form ==========
36914 N, compose a new message. F, use form letter. R, set a role.
36915 ^C to cancel.
36916 ========== h_compose_intrptd_form ==========
36917 N, compose a new msg. I, continue interrupted msg. F, use form letter.
36918 R, set a role. ^C to cancel.
36919 ========== h_compose_postponed_form ==========
36920 N, compose a new message. P, continue postponed msg. F, use form letter.
36921 R, set a role. ^C to cancel.
36922 ========== h_compose_intrptd_postponed_form ==========
36923 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
36924 F, use form letter. R, set a role. ^C to cancel.
36925 ========== h_config_context_del_except ==========
36926 If you delete the last exceptional collection you can only add it back by
36927 manually editing the exceptions config file.
36928 ========== h_config_whereis ==========
36929 To move quickly to a particular line, enter a search string or
36930 ^C to cancel.
36931 ========== h_config_edit_scorei ==========
36932 Enter interval in the form (min,max). -INF and INF may be used to represent
36933 -infinity and infinity. ^C to cancel change. RETURN to accept change.
36934 ========== h_config_add ==========
36935 Enter desired value; use normal editing keys to modify (e.g. ^K, ^D).  Just
36936 pressing RETURN sets the Empty Value (this turns off any global default).
36937 ========== h_config_add_custom_color ==========
36938 Enter a header fieldname. For example, "subject" or "from".
36940 ========== h_config_add_pat_hdr ==========
36941 Enter a header fieldname. For example, "reply-to" or "organization" or
36942 any fieldname you want that isn't included already.
36943 ========== h_config_print_opt_choice ==========
36944 You may edit either the initialization string (characters printed before
36945 printing starts) or the trailer string.  Choose one or ^C to cancel.
36946 ========== h_config_print_init ==========
36947 Enter a C-style string for this.  You may use common backslash escapes like
36948 \\n for newline, \\ooo for octal character, and \\xhh for hex character.
36949 ========== h_config_change ==========
36950 Edit the existing value using arrow keys, ^K to delete entire entry, ^D to
36951 delete current (highlighted) character, etc.  Enter ^C to cancel change.
36952 ========== h_config_replace_add ==========
36953 Replace ignores the current default, Add places the current default in your
36954 editing buffer as if you had typed it in.
36955 ========== h_config_insert_after ==========
36956 Enter a nickname for this print command.  (InsertBefore puts the new item
36957 before the current line, InsertAfter puts it after the current line.)
36958 ========== h_config_print_cmd ==========
36959 Enter command to be executed for the printer.  Use normal editing keys
36960 to modify, ^C to cancel, carriage return to accept current value.
36961 ========== h_config_role_del ==========
36962 Answering Yes will remove this rule completely from your rules list.
36963 ========== h_config_role_addfile ==========
36964 Type the name of a file to add to your configuration. You don't need to
36965 use a file, you may add rules directly (with Add) without using a file.
36966 ========== h_config_role_delfile ==========
36967 Answering Yes will remove this rule file completely from your rules list.
36968 The rules data file itself will not be removed.
36969 ========== h_config_print_del ==========
36970 Answering Yes will remove this printer completely from your printer list.
36971 ========== h_config_print_name_cmd ==========
36972 You may edit the Nickname of this printer, the Command to be executed when
36973 printing, or change the Options associated with this printer.
36974 ========== h_send_check_fcc ==========
36975 Yes, send message without an Fcc.
36976 No, return to composer.
36977 ========== h_send_check_subj ==========
36978 Yes, send message without a Subject.
36979 No, return to composer.
36980 ========== h_send_check_to_cc ==========
36981 Yes, send message without a To address, or a Cc address, or a Newsgroup.
36982 No, return to composer.
36983 ========== h_send_fcc_only ==========
36984 Yes, copy message to Fcc only and send to NO recipients.
36985 No, return to composer.
36986 ========== h_send_prompt ==========
36987 Yes, send the message.
36988 No or ^C, return to composer.
36989 ========== h_send_prompt_flowed ==========
36990 Yes, send the message.  No or ^C, return to composer.
36991 What's Flowed? See Do Not Send Flowed Text in config screen.
36992 ========== h_send_prompt_dsn ==========
36993 Yes, send the message.  No or ^C, return to composer.
36994 What's DSNOpts? See Enable Delivery Status Notification in config screen.
36995 ========== h_send_prompt_dsn_flowed ==========
36996 Yes, send the message.  No or ^C, return to composer. What's DSNOpts? See
36997 Enable Delivery Status Notification. What's Flowed? See Do Not Send Flowed Text.
36998 ========== h_role_confirm ==========
36999 Yes, use displayed role. No, compose without a role.
37000 ^C, cancel the message. ^T, select a role from your other eligible roles.
37001 ========== h_norole_confirm ==========
37002 Return, compose without a role.
37003 ^C, cancel the message. ^T, select a role from your eligible roles.
37004 ========== h_custom_print ==========
37005 Enter a Unix command that accepts its data on standard input.
37006 Alpine will display any information the command sends to standard output.
37007 ========== h_convert_abooks_and_sigs ==========
37008 You will be given the opportunity to convert address books and signature files
37009 to remote configurations.
37010 ========== h_convert_abooks ==========
37011 You will be given the opportunity to convert address books to remote
37012 configurations.
37013 ========== h_flag_keyword ==========
37014 Enter the name of the keyword you want to add for this folder.
37015 No spaces, parentheses, braces, percents or asterisks are allowed.
37016 ========== h_select_keyword ==========
37017 Enter the keyword you want to match, or use ^T to select a keyword from a list
37018 of possible keywords for this folder. Use ! to look for non-matches instead.
37019 ========== h_type_keyword ==========
37020 Enter the keyword you want to add. You may add a nickname in the next step.
37021 No spaces, parentheses, braces, percents or asterisks are allowed.
37022 ========== h_type_keyword_nickname ==========
37023 Enter an optional nickname for the keyword you want to add.
37024 Type Carriage return to use the keyword name instead of a nickname.
37025 ========== h_convert_sigs ==========
37026 You will be given the opportunity to convert signature files to remote
37027 configurations.
37028 ========== h_convert_abook ==========
37029 Yes is fairly safe. You will be ADDing a remote address book that is a copy
37030 of the current address book. The current abook won't be removed automatically.
37031 ========== h_convert_sig ==========
37032 Answering Yes copies the contents of the signature file into your Alpine
37033 configuration file. After that, the contents of the file will not be used.
37034 ========== h_save_addman ==========
37035 Enter the simple name of the folder you want to add. Carriage return to
37036 accept what you have typed so far. ^C to get back to SELECT FOLDER screen.
37037 ========== h_reopen_folder ==========
37038 Yes reopens the folder, as if you were starting over. This uncovers new mail.
37039 No leaves the folder index as it was without discovering new mail.
37040 ========== h_convert_pinerc_server ==========
37041 This is the name of the host (computer) where the remote Alpine configuration
37042 will be stored. This should be an IMAP server that you have permission to use.
37043 ========== h_convert_pinerc_folder ==========
37044 Enter the correct remote folder name. This folder is special and should
37045 contain only configuration data. It shouldn't contain other mail messages.
37046 ========== h_role_compose ==========
37047 Compose a New message, Reply to current message, Forward current message, or
37048 Bounce message. Then you will be asked to choose one of your Roles to be used.
37049 ========== h_role_aggregate ==========
37050 Compose a reply, or forward, or bounce the selected messages. Then you 
37051 will be asked to choose one of your Roles to be used for this operation.
37052 ========== h_save_size_changed ==========
37053 The reported size of a message is not the same as the actual size. Answer Yes
37054 to continue and hope for the best or No to Cancel the entire Save.
37055 ========== h_select_by_larger_size ==========
37056 Enter a number or ^C to cancel. All messages greater than this many characters
37057 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
37058 ========== h_select_by_smaller_size ==========
37059 Enter a number or ^C to cancel. All messages less than this many characters
37060 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
37061 ========== h_preserve_field ==========
37062 Use 'p' to toggle between preserving or not preserving the original To:
37063 and Cc: fields of the message. Enter ^C to cancel message.