* Creating key for password file could not be cancelled.
[alpine.git] / pith / pine.hlp
blob2f75dd383aae927ad4d811041309aad86ba1d407
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 211 2017-05-04 22:18:31
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 Bugs that have been addressed include:
181 <UL>
182    <LI> Crash when attempting to bounce a message due to lack of space in
183         allocated space for key menu array. Reported by David Sewell.
184 </UL>
187 Version 2.21 addresses bugs found in previous releases and has several 
188 additions as well.
191 Additions include:
192 <UL>
193   <LI> PC-Alpine: New configuration option "Aspell Dictionaries" allows a
194        user to choose the dictionary used to spell check, in case the user 
195        communicates in more than one language. Examples of values for the 
196        variable are "en_US" or "de_DE", etc. Only the first 10 
197        dictionaries are offered.
199   <LI> Unix-Alpine: Connect securely to a LDAP server on a secure port. 
200        Based on a contribution by Wang Kang.
202   <LI> Colors configured in Alpine are inherited in the composer.
204   <LI> When Alpine is compiled with password file and SMIME support 
205        the password file is encrypted using a private key/public 
206        certificate pair. If one such pair cannot be found, one will be 
207        created. <A HREF="h_password_file_support">Learn more</A>.
209   <LI> Alpine builds with any version of OpenSSL greater than or equal
210        to 1.0.0c. This includes version 1.1.0. Alpine also builds with
211        LibreSSL.
213   <LI> New SHORTSUBJECT, SHORTSUBJKEY and SHORTSUBJKEYINIT token for index 
214        format, which removes text in the SUBJECT between &quot;[&quot; and 
215        &quot;]&quot;.
217   <LI> New SMARTTIME24 token for index screen. It is close to SMARTDATETIME
218        but it differns in that it gives the time in which the message was
219        sent for messages that are less than a week old. it uses a 24 hour
220        format.
222   <LI> Alpine will include attachments when forwarding some 
223        multipart/alternative messages for which it did not use to include 
224        attachments.
226   <LI> New configuration option 
227        <a href="h_config_alt_reply_menu"><!--#echo var="FEAT_alternate-reply-menu"--></a>
228        which adds more ways to control features and variables when you
229        start to reply to a message.
231   <LI> Added support for RFC 2971 - IMAP ID extension.
233   <LI> Add configuration <A href="h_config_ignore_size"><!--#echo var="FEAT_ignore-size-changes"--></A>
234        that allows users to ignore errors in the computation of the size
235        of a message from defective servers.
237   <LI> SMIME: Upgrade the default signature digest from sha1 to sha-256, since 
238        clients such as Thunderbird do not validate signatures that use sha1 digest.
240   <LI> Add the configuration variable "default-directories", which is called
241        <A href="h_config_history"><!--#echo var="VAR_default-directories"--></A>
242        variable saves a list of directories that are readily accessible 
243        for save or export of attachments. This makes it easier to save 
244        attachments in directories that are hard to navigate to, or that 
245        are accessed frequently.
247   <LI> When a filename is attached and its name is encoded, the save 
248        attachment command will offer to save the file in the encoded form. 
249        This might work for some users, but the save command will have a 
250        subcommand ^N to decode the file name and save the file with the 
251        decoded name.
253   <LI> The TAB key allows autocomplete in the Fcc field in the composer headers,
254        as well as autocompletes automatically when only one possibility exists 
255        for the ^J attach command.
257   <LI> Add support for the &quot;TYPE&quot; and &quot;VALUE&quot; attributes of
258        the html OL tag.
260   <LI> Ignore message from smtp server after a successful authentication
261        challenge.
263   <LI> When a message is saved in the Form Letter folder, add the ability
264        to save the role being used to compose such message so that settings
265        such as the SMTP server set in the role can be used when sending
266        such form message. Suggested and patched by Frank Doepper.
268   <LI> If SSLDIR is defined somehow, do not disable S/MIME if the
269        SSLCERTSDIR is not found.
271   <LI> When Alpine sends an attachment, it will set the boundary attribute
272        in lower case, as some SMTP servers, such as those of libero.it 
273        reject messages if the boundary attribute is in uppercase.
275   <LI> Add the ability to change the private key and certificates used
276        to encrypt a password file in the SMIME setup configuration screen.
277        <A HREF="h_config_smime_password_file_certificates">Learn more</A>
279   <LI> SMIME: The ctrl-E command that gives information on the certificate
280        is only available for messages that have a signed or encrypted 
281        part.
283   <LI> SMIME: If a message contains a RFC822 attachment that is
284        signed/decrypted add the ability to view its SMIME information.
286   <LI> SMIME: Certificate information in the S/MIME screen is available 
287        for certificates stored in a container.
289   <LI> SMIME: Offer the common name of the person, instead of the name of
290        file containing the certificate, as the name to be displayed in the 
291        certificate management screen for certificate authorities. 
292        Suggested by Matthias Rieber.
294   <LI> SMIME: Management of several alternate name (SAN) certificates is 
295        improved. When importing a SAN certificate, also import a certificate
296        for the filename, besides for the e-mail addresses in the
297        certificate. Suggested by Matthias Rieber.
299   <LI> SMIME: add full year when displaying information about a certificate
300        in the certificate management screen. Suggested by Matthias Rieber.
302   <LI> SMIME: sort certificates by some type of alphabetical order in the
303        displayed name.
305   <LI> SMIME: Alpine will ask users if they wish to save S/MIME 
306        certificates included in signatures, when the option "Validate 
307        Using Certificate Store Only" is enabled. If the user does not wish 
308        to save it, validation will fail.
310   <LI> HTML: Add support for decoding entities in hexadecimal notation.
311        Suggested by Tulip&aacute;nt Gergely.
313   <LI> The &quot;#&quot; command, when used as part of an aggregate
314        operation will allow users to select the role used in either 
315        replying, forwarding or replying to the group of selected messages, 
316        Suggested by Hisashi T Fujinaka.
318   <LI> If the charset of a message can not be determined, use the value set
319        in the <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A> for its value.
321   <LI> Resizing setup screen will redraw screen.
323   <LI> Unix Alpine only. Experimental: If Alpine/Pico finds a UCS4 code
324        in the width ambiguous zone, it will use other means to determine
325        the width, such as call wcwidth.
327   <LI> Pico: Code reorganization in the search command to make it easier to
328        add subcommands of the search command.
330   <LI> Pico: Search command can do a case sensitive match. Use the Ctrl-^
331        subcommand of the search command to bring this choice into view.
333   <LI> Pico: Add the ability to search for strings in the beginning or end
334        of a line. Use the Ctrl-^ subcommand of the search command to bring 
335        this choice into view.
337   <LI> For a multipart/alternative message, the Take Address command will 
338        work on the part that is being read.
340   <LI> When sending a message, allow for 512 characters of consecutive 
341        non-white space before folding the subject line.
343   <LI> Make sure titlebar (the line at the top of the screen) always 
344        contains the name of the folder/newsgroup that is open, if this 
345        fits in the title.
347   <LI> The feature <a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
348        will also scramble the name, version and operating system in the 
349        message-id header. Based on a contribution by Dennis Davis, which 
350        is itself based on a contribution by Mark Hills.
352   <LI> Change in logic in imap_set_password function to make Alpine ask if
353        a user wants to save a password before reading the password file.
355   <LI> When exporting all parts of a message, if two attachments have the same
356        name, do not overwrite a file more than once, but instead add a counter
357        number to the filename to make a new file that does not exist in the file
358        system.
360   <LI> Add the Control-R subcommand to the save command for attachments. 
361        This subcommand toggles if the saving will be done in binary mode 
362        for text attachments. When a user saves an attachment using binary
363        mode it will be saved as it was sent, otherwise the attachment will
364        be transformed to UTF-8 for further transformation through internal
365        and user defined filters for saving.
367   <LI> Add command line argument -smimedir, which allows to specify
368        the default path for a directory that contains the public, private, 
369        and ca directories. This is useful in case a user has a backup of 
370        old certificates that cannot be installed in the ~/.alpine-smime 
371        dir.
373   <LI> Reimplementation of the code that allows the .pinerc file to be a
374        symbolic link by Kyle George from tcpsoft.com to use realpath.
376   <LI> When saving an attachment, the "^T" command leads to a screen where the
377        "A" command can be used to add a file. A directory can be added by
378        pressing "^X" after the "A" command. Added after a suggestion by
379        Stefan Goessling.
381   <LI> When saving an attachment, the ^Y and ^V commands allow a user to 
382        scroll through the history of directories used to save attachments, 
383        while preserving the given name of the file. Suggested by Peter 
384        Koellner.
386   <LI> SMIME: Turn off automatic signing and encrypting of a message when
387        bouncing. Suggested after a discussion with Matthias Rieber.
389   <LI> When messages are selected, warn the user if a message that is not
390        selected will be bounced, or if not all selected messages will be 
391        bounced. Suggested by Ulf-Dietrich Braumann.
393   <LI> The bounce command adds a subcommand to choose a role.
395   <LI> When selecting messages by number, the &quot;.&quot; character can 
396        be used to specify the message on which the cursor is on.
398   <LI> When Alpine opens an attachment, it sometimes changes the extension 
399        of the file that is being opened and replaces it by another for the 
400        same mime type. If Alpine finds that the extension of the file 
401        corresponds with the mime type, according to the mime-types file, 
402        then it will keep it, and no substitution will be made.
404   <LI> Set no restrictions on the length of encoded subjects, but encode
405        words in length of no more than 75 characters.
406 </UL>
410 Bugs that have been addressed include:
411 <UL>
412   <LI> SMIME: Crash when a certificate has an invalid date of validity. Also
413        Alpine will use the function ASN1_TIME_print to determine the date 
414        of validity. Reported by Ben Stienstra.
416   <LI> SMIME: Crash when attempting to unlock the password file and an
417        incorrect password is entered.
419   <LI> SMIME: Crash when checking the signature of a message that contains
420        a RFC822 attached message. Reported by Holger Trapp and Bj&ouml;rn 
421        Krellner.
423   <LI> SMIME: Cancelling entering password to unlock key will not reprompt.
425   <LI> SMIME: fix a bug that did not allow users to transfer certificates to
426        remote containers. Reported by Matthias Rieber.
428   <LI> SMIME: certificates included in messages were not being transferred
429        to a remote container.
431   <LI> SMIME: Crash if public certificates are located in an inaccessible
432        remote server and the private key is not available.
434   <LI> SMIME: Alpine does not remove temporary files created when adding a 
435        CA certificate to a container. Reported by Holger Trapp.
437   <LI> SMIME: When reading a local certificate, Alpine converts the name 
438        of the certificate to lowercase, which may make Alpine not be able 
439        to read such certificate. Reported by Dennis Davis.
441   <LI> SMIME: If the option "Remember S/MIME Passphrase" is disabled, then
442        entering a password to read an encrypted message will make Alpine 
443        forget the key and not ask the password to unlock it again in case 
444        it is necessary to unlock it again. Reported by Ulf-Dietrich 
445        Braumann.
447   <LI> Alpine would use freed memory while trying to compute the color
448        of the titlebar. This happened when trying to continue a postponed 
449        message.
451   <LI> Alpine failed to read an encrypted password file if too many
452        passwords were saved in the password file.
454   <LI> When selecting messages while in Threaded Index Screen, some 
455        messages other than top of threads could appear in the index, making
456        Alpine display messages &quot;out of the screen.&quot;
458   <LI> The index format would be chopped at the position of an unrecognized 
459        token, instead of skipping the token as intended.
461   <LI> Work in progress: Avoid calling non-safe functions when Alpine
462        receives a signal. See bug report 
463        <A HREF="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825772">here.</A>
465   <LI> Crash when attempting to read a message after a bounce command. 
466        In order to produce a crash one needed to use the ^T subcommand and 
467        do a search in a LDAP directory. The crash is produced by changes 
468        to the text in the title bar. Reported by Heinrich Mislik in the 
469        Alpine-info list.
471   <LI> HTML messages that contain UTF-8 may wrap at the wrong position,
472        making Alpine not display the correct character at the position 
473        that wrapping is done. Reported by Wang Kang.
475   <LI> Pico: Searching for a string that is too long causes Pico to crash
476        in the next search.
478   <LI> Fix vulnerability in regex library. This only affects those who use
479        this library, such as the windows version of Alpine. See 
480        <A HREF="http://www.kb.cert.org/vuls/id/695940">http://www.kb.cert.org/vuls/id/695940</A>
481        for more details.
483   <LI> Alpine would not set include and lib paths for OpenSSL if this was
484        installed in /usr/local/ssl.
486   <LI> If the .pinerc file is a symbolic link, Alpine might not write its
487        contents when saving its configuration.
489   <LI> The _INIT_ token does not skip over non-alphanumeric characters in
490        the name. Reported by Andreas Fehr.
492   <LI> When opening an INBOX folder in a context different from the 
493        incoming folders collection, from the command line, Alpine would 
494        open the INBOX folder from the incoming folders collection.
496   <LI> Mismatch in size of UCS and CELL caused a corruption in the
497        content of a pointer, which made the speller in PC-Alpine get the 
498        content of a word incorrectly.
500   <LI> Skip testing openssl compatibility version when cross-compilation
501        is detected. Fix contributed by Antti Sepp&auml;l&auml;
503   <LI> Alpine fails to remove temporary files used during a display or sending
504        filter. Fix contributed by Phil Brooke.
506   <LI> When the index is in zoomed state, adding new messages to the 
507        selection would not show those messages if those messages are on 
508        top of the current message in the top of the screen. Reported by
509        Ulf-Dietrich Braumann. In addition, when the user scrolls through
510        the index, this scroll smoothly, without jumping pages. Reported
511        by Holger Trapp.
513   <LI> Crash when reviewing history of saving attachments.
515   <LI> Crash when canceling a goto command on a local collection that has
516        not been expanded and attempting to expand such collection.
518   <LI> Crash in Pico when forwarding messages that contain a direction mark
519        at the end of a line. Reported by James Mingo.
521   <LI> Solve compilation errors when Alpine is built with Visual Studio 2015.
522 </UL>
526 Version 2.20 addresses bugs found in previous releases and has several 
527 additions as well.
530 Additions include:
533 <UL>
534   <LI> Upgrade UW-IMAP to Panda IMAP from 
535        <A HREF="https://github.com/jonabbey/panda-imap">https://github.com/jonabbey/panda-imap</A>.
536   <LI> S/MIME: Add screen to manage certificates.
537   <LI> S/MIME: Signatures are validated using the user's certificates instead
538        of the ones included in the message. Behavior can be disabled by
539        disabling the option <A href="h_config_smime_use_cert_store">
540         <!--#echo var="FEAT_smime-use-storey-only"--></A>, which is enabled
541        by default.
542   <LI> S/MIME: sign messages using intermediate certificates when needed 
543        and possible.
544   <LI> S/MIME: validation of certificates for servers that modify signed 
545        content.
546   <LI> S/MIME: signed and encrypted messages will be signed first and 
547        encrypted second, so that they can be decoded by other clients.
548   <LI> S/MIME: add the sender certificate to the list of certificates in
549        encrypted messages to make it possible for the sender to decrypt
550        the message they sent.
551   <LI> S/MIME: When transferring certificates to a local container, create 
552        container with default names PublicContainer, PrivateContainer and 
553        CAContainer, as appropriate for these files, unless the user has 
554        provided some other names.
555   <LI> S/MIME: Forwarding a message will include the signed part as part
556        of the text and not as a multipart message, just as the reply
557        command does.
558   <LI> HTML: Style tag in body of html message causes Alpine to not write
559        its content until a new &lt;/style&gt;
560   <LI> HTML: &lt;BR&gt;, &lt;BR /&gt;, and &lt;BR/&gt; are considered
561        the same inline tag; the same is valid for the &lt;HR&gt; tag.
562   <LI> Add support to selective expunge through a subcommand of the 
563        select-apply commands. Read more in the <A 
564        HREF="h_index_cmd_expunge">help</A> for the expunge command.
565   <LI> Pico: New subcommand of the search command, allows to reverse the
566        direction of search.
567   <LI> Unix Alpine: If a password file is defined, and S/MIME is enabled, 
568        the key and certificate used to encrypt the password file are saved 
569        in the ~/.alpine-smime/.pwd directory, or in the directory specified
570        by the -pwdcertdir command line option. 
571        <A HREF="h_password_file_support">Learn more</A>.
572   <LI> Add /tls1, /tls1_1, /tls1_2 and /dtls1 to the definition of a 
573        server to use different ways to connect using ssl, for 
574        example {server.com/tls1} will attempt to connect to 
575        server.com at the ssl imap port (port 993) and establish a 
576        connection using TLSv1. These flags can be used in 
577        conjunction with the /ssl flag, the ssl flag is redundant. 
578        Conversely, however, the /ssl flag does not imply any of 
579        these flags; the /ssl flag means SSLv3 or, if not available, 
580        SSLv2 in the SSL port.
581   <LI> Alpine does not attempt to automatically reopen a collection 
582        that was not opened due to cancellation by the user. 
583        Instead, the user must try to open it explicitly.
584   <LI> Alpine searches for a certificate that matches an email address in
585        all addresses in a certificate (instead of just the first 
586        one) but when it tries to unlock the certificate, it asks 
587        for the password for the first email address in that 
588        certificate.
589   <LI> Style tag in body of html message causes Alpine to not write its content
590        until a new &lt;/style&gt;
591   <LI> Experimental: Write the content-type of a message in 
592        lowercase, as some non-compliant servers do not understand 
593        uppercase content-type, such as those of GMX.de.
594   <LI> Experimental: Do not send the RSET command before attempting
595        to send a message, as this causes a delay in some evily managed
596        servers.
597   <LI> Opening a folder updates recent count in maildrops (this 
598        already works for other types of folders)
599   <LI> Automatically redraw screen after opening an attachment 
600        instead of simply clearing it.
601   <LI> Pico: Justification works without need of a predefined quote 
602        string. This allows justification of blocks of text that are 
603        indented with spaces.
604   <LI> Decode the name of attachment names, so they can be written as part   
605        of the description of the part. 
606   <LI> Check bounds and tie strings off to improve security. Contributed 
607        by James Jerkins.
608   <LI> Replace tabs by spaces in From and Subject fields to control for
609        size in screen of these fields. Change only in index screen display.
610   <LI> Aggregate operations allows bouncing a list of messages using a role.
611        Suggested by Ulf-Dietrich Braumann.
612   <LI> Disable saving new passwords to the password file. Implemented
613        by Louis Raphael from dpslabs.com. <A HREF="h_config_disable_password_file_saving">Learn more.</A>
614   <LI> Makefile: Add $(LIBINTL) to the flags to link rpdump, rpload, 
615      alpined and alpineldap because MAC OSX 10.8 x86_64 needs it. Reported by
616      Charles M. Register.
617 </UL>
621 Bugs that have been addressed include:
622 <UL>
623   <LI> Fix _INIT_ token for reply quote string to include support for 8-bit
624        in personal names. Reported by Lev Gorenstein.
625   <LI> When writing the .pinerc file, lines were truncated if they were longer
626        than 10,000 characters. This could cause data corruption, so now lines
627        are allowed to be of any length.
628   <LI> In Unix Alpine (but not in MAC OSX) fix a problem that made Alpine 
629        remove attachments before they were open by a mailcap viewer. It 
630        requires that the user has an equivalent to a command such as "ps 
631        auxww" to list the list of processes, and check if there is any 
632        program using the attachment. The default is "/bin/ps auxww", but 
633        it can be changed at compile time with the option --with-ps-cmd. 
634        See the help of the variable 
635        <a href="h_config_psleep"><!--#echo var="VAR_mailcap-check-interval"--></a> 
636        for more information.
637   <LI> S/MIME: signed messages that contained an attachment would not validate.
638   <LI> S/MIME: signed and encrypted messages from Thunderbird would not 
639        validate. Thanks to Andreas Schamanek for testing, debugging and 
640        advising during the process of fixing this problem.
641   <LI> S/MIME: Forwarding messages with multipart content-type failed to be signed
642        with &quot;Error writing pipe&quot; message. Reported by Andreas Schamanek
643        and Stefan Mueller.
644   <LI> S/MIME: Certificates are lost when using a pinerc file outside of the 
645        home directory.
646   <LI> S/MIME: Accessing the S/MIME configuration screen would deinitialize
647        SMIME making it not possible to sign or encrypt messages.
648   <LI> S/MIME: Forwarding a signed message might make the body contain mime 
649        information that is not part of the body, and hence making the body
650        of the message seem wrong.
651   <LI> S/MIME Alpine would compute incorrectly the signature of a message 
652        that contains 8bit if the option "Enable 8bit ESMTP Negotiation" is 
653        enabled, the message contains 8bit characters and the smtp server 
654        supports 8bit sending.
655   <LI> When replying to several messages, subject will be decoded first,
656        and then stripped from re/fwd before they are compared to determine
657        the subject of the replied message.
658   <LI> Crash when tcp connection to NNTP server was lost after connection
659        had been established, but lost immediately afterwards.
660   <LI> Crash with message &quot;lock when already locked&quot;, when painting
661        an index was based on scores that needed information from a remote
662        addressbook in the same server as the folder opened. Reported by
663        Peter Koellner.
664   <LI> Crash in message/rfc822 attachments encoded in base64.
665   <LI> Postponed messages whose content-type is text/html, text/enriched and
666        text/richtext are sent with that content-type, even though, after
667        resuming composition, Alpine had changed its type to text/plain.
668   <LI> Alpine cannot handle correctly some characters in the Windows-1256 
669        character set, which might lead to a crash or a corruption in the 
670        screen. Work was done to contain the bug. A more complete fix will 
671        be done in a future release. Reported by Professor Robert Funnell.
672   <LI> WebAlpine: add _GNU_SOURCE to make pubcookie build.
673   <LI> WebAlpine: fail to build with debug disabled. Fix from Sam Hathaway.
674   <LI> Save command did not warn of existence of a message with a deleted 
675        attachment in an aggregate save, unless cursor was positioned on a message 
676        with a deleted attachment. Reported by Florian Herzig.
677   <LI> Transformation of UTF-8 to MUTF7 was not being done when creating a folder
678        in an IMAP server.
679   <LI> DATE tokens were not internally transformed to UTF-8, which made their
680        values not appear complete in the screen. Reported by Werner Scheinast.
681   <LI> Fixes to configure script so that it will not require PAM for every system.
682   <LI> Fix to configure script so that it will use CPPFLAGS instead of 
683        CPPCFLAGS, and so the --with-ssl-include-dir option take effect 
684        during the build. Fix by Ulf-Dietrich Braumann.
685   <LI> Fix in WebAlpine: do not use deprecated dereference in pointer, 
686        needs to use tcl_getstringresult() instead. Reported by 
687        Ulf-Dietrich Braumann.
688   <LI> Quoted string in URL Viewers configuration variable were not 
689        unquoted before passing to viewer.
690   <LI> Fix in configure script to detect location of tcl library; add
691        /usr/local in FreeBSD and fix a bug in configure script that used 
692        $alpine_TCLINC instead of $alpine_TCLINC/tcl.h. Reported and fixed 
693        by Werner Scheinast.
694   <LI> Move SSL configurations from UW-IMAP to configure script, and
695        update OpenSSL configuration for Mac OS X.
696   <LI> Remove -lregex from linker flags when building --with-supplied-regex.
697   <LI> When the download of an attachment is interrumpted, Alpine stills
698      caches what was downloaded, making the download incomplete for 
699      subsequent calls of Alpine attempting to open the attachment. In the 
700      future, Alpine will not cache any downloaded part of the attachment 
701      when it is interrupted.
702 </UL>
707 Version 2.11 addresses bugs found in previous releases and has a few 
708 additions as well.
711 Additions include:
714 <UL>
715    <LI> Alpine requires version 1.0.0c of Openssl to build.
716    <LI> Increase encryption of S/MIME encrypted messages.
717    <LI> Pico: Improvements in justification of paragraphs: lines that begin
718 with a quote string, followed by a space were considered individual paragraphs,
719 now they are considered part of a paragraph. Based on earlier joint work
720 with Jeff Franklin.
721    <LI> Unix Alpine: Allow local .pinerc file to be a symbolic link.
722    <LI> Experimental extended support of recognition of UTF-8 in urls based on 
723 information from <A HREF="http://url.spec.whatwg.org">http://url.spec.whatwg.org</A>.
724    <LI> Added recognition of ws and wss URIs.
725    <LI> Add ability to <A HREF="h_config_folder_color">color folder names</A>, 
726  <A HREF="h_config_directory_color">directory names</A>,
727  and <A HREF="h_config_folder_list_color">text</A> in the FOLDER SCREEN.
728    <LI> Add the ability to <A HREF="h_config_indextoken_color">color any token</A>
729 used in the display of the INDEX SCREEN.
730    <LI> New option <A HREF="h_config_preserve_field"><!--#echo var="FEAT_preserve-original-fields"--></A>
731 that adds the ability to preserve To: and Cc: fields when replying to a 
732 message, as specified by original sender.
733    <LI> Add a _SILENT_ token to the <A HREF="h_config_display_filters">list of tokens</A>
734  for a display filter, so that Alpine will not redraw the screen when it is unnecessary.
735    <LI> Quota command includes subcommands for printing, forwarding, etc.
736 </UL>
739 Bugs that have been addressed include:
741 <UL>
742   <LI> Crash when a non-compliant SMTP server closes a connection without a QUIT command.
743   <LI> Crash when resizing the screen in a configuration screen.
744   <LI> Do not bail out during a tcp timeout, instead close connection and avoid crash.
745   <LI> Do not use a shell to open a browser.
746   <LI> Configure script did not test for crypto or pam libraries.
747   <LI> Configure script attempted to build web component, even if header file tcl.h was not present.
748   <LI> Change Cygwin directory separator to &quot;/&quot;.
749   <LI> Alpine could set List- headers, contrary to RFC 2369.
750 </UL>
753 Version 2.10 addresses bugs found in previous releases and has a few 
754 additions as well.
757 Additions include:
760 <UL>
761    <LI> Quota report for IMAP folders that support it (press the &quot;@&quot; command in the index screen of such folder).
762    <LI> Search a folder for the content of any header with the &quot;;&quot; command. 
763    <LI> Foreign characters are decoded correctly in IMAP folder names.
764    <LI> Question about breaking connection to slow servers includes their name.
765    <LI> Internal x-alpine-help: resource locator for sending links to internal help.
766    <LI> OpenSuse: Alpine find location of OpenSSL certificates.
767    <LI> Cygwin: Alpine builds without need of patch.
768    <LI> Recognition of proper mime type for docx, xlsx, and pptx files.
769    <LI> When composing a message, Alpine will create a new thread when the subject is erased.
770    <LI> Add support for strong encryption of password file when S/MIME is built in.
771 </UL>
774 Bugs that have been addressed include:
777 <UL>
778    <LI> Alpine will close a folder after confirming with user their intention and not reopen it.
779    <LI> Double allocation of memory in Pico.
780    <LI> Alpine does not give warning of message sent and posted upon receipt by email of message posted in newsgroup.
781    <LI> Handling of STYLE html parameter may make Alpine not display the content of a message.
782    <LI> Not recognition of environment variables in some options.
783    <LI> Not display of login prompt during initial keystrokes.
784    <LI> justification of long urls breaks them.
785    <LI> Incorrect New Mail message when envelope is not available.
786    <LI> Incorrect display of PREFDATE, PREFDATETIME and PREFTIME tokens.
787    <LI> Crash when resizing the screen after display of LDAP search.
788    <LI> Crash when redrawing screen while opening a remote folder collection.
789    <LI> Infinite loop in scrolltool function during notification of new mail.
790    <LI> No repaint of the screen after midnight was done when the SMARTDATE token is used in the index screen.
791    <LI> No display of signed and encrypted S/MIME messages.
792    <LI> Alpine will not build with OpenSSL.
793    <LI> Crash for double locking in calls to c-client.
794    <LI> Bad recognition of mime-encoded text may make Alpine not print the subject of a message.
795    <LI> Ignore the references header when threading messages
796    <LI> No update of colors in index screen after update to addressbook.
797 </UL>
800 Version 2.01 addresses bugs found in previous releases and has a few 
801 additions as well.
804 Additions include:
807 <UL>
808    <LI> Fixed non-ASCII web alpine handling
809    <LI> Added web alpine help.
810    <LI> Allow web alpine inbox on second IMAP server.
811    <LI> Allow web alpine config reset after bad inbox-path gets set.
812    <LI> Added web alpine ability to create group contact from contact list members.
813    <LI> Backed out web alpine coercing of default sort-key of arrival to date/reverse.
814    <LI> Tidied up web alpine script layout.
815    <LI> Fixed web alpine status message ordering
816    <LI> Added web alpine Fcc setting via Contacts in Compose
817    <LI> Fixed web alpine autodraft attachment issues
818    <LI> Fixed web alpine problems with recent count maintenance
819    <LI> Fixed web alpine newmail arrival display in message list
820    <LI> Added web alpine confirmation to folder create for Move/Copy
821    <LI> Added web alpine user-domain support
822    <LI> Fixed web alpine to support INBOX-within-a-collection deletion
823 </UL>
826 Bugs that have been addressed include:
829 <UL>
830    <LI> In web alpine fixed delete all selected within a search result to reorient
831         correctly to whole-mailbox message list.
832    <LI> Fixed web alpine delete in view page to be sensitive to sort
833    <LI> Fixed web alpine open of folder within directory from folder manager page.
834    <LI> Fixed web alpine open of folder within directory from left column's recent cache.
835    <LI> Fixed web alpine problems with spaces in special folder names like Drafts
836    <LI> Fixed web alpine adding contacts from message list and view
837    <LI> Fixed web alpine create of non-existent fcc
838    <LI> Remove mistakenly left debugger statement in web alpine javascript.
839    <LI> Some UNIX alpine build problems fixed
840    <LI> Crash in pico and pilot when nl_langinfo returned something unrecognizable
841         or NULL. Add recognition of "646" to nl_langinfo wrapper. This is returned
842         by locale charmap call on some Solaris 8 systems.
843    <LI> MacOS Keychain logins were not working correctly with generic host names, like
844         imap.gmail.com, as opposed to specific instances like rx-in-209.google.com, causing
845         new password requests when not needed
846    <LI> Possible crash in WhereIs command while in FOLDER LIST when cursor is located on the
847         last folder in the list
848    <LI> Change to S/MIME get_x509_subject_email so that X509v3 alternative names are
849         looked for along with the email address
850    <LI> Changes to configure to get spellcheck options with work with arguments.
851    <LI> Add change from Mark Crispin of panda.com to at least minimally handle non-ascii hostname
852         returned by gethostname (iPhone can do this)
853    <LI> Fixed a bug that prevents a filter that moves a message into a local folder
854         from also setting the DELETE flag in that moved message. Fix from Eduardo Chappa.
855    <LI> Changed size of shellpath in open_system_pipe from 32 to MAXPATH. Fix from
856         Jake Scott of marganstanley.com.
857    <LI> Buffer overflow bug in c-client's tmail/dmail, fix from Mark Crispin. This
858         is not used in alpine.
859    <LI> Imapd server crash from unguarded fs_give in IDLE code, fix from Crispin.
860         Apparently this causes RIM Blackberry BIS service problems. This is not
861         used in alpine.
862    <LI> Tmail uninitialized pointer fix from Neil Hoggarth. Not used in alpine.
863    <LI> Buffer overflow possibility in RFC822BUFFER routines in c-client library.
864         Fix from Ludwig Nussel of SUSE and from Crispin.
865    <LI> Include whole filename in export filename history
866    <LI> Fix display bug in pico when Replace command is canceled. Fix from Eduardo Chappa.
867 </UL>
870 Version 2.00
871 addressed bugs found in previous releases and had a few additions as well.
873 Additions included:
876 <UL>
877    <LI> Redesigned Web Alpine interface
878    <LI> Experimental <A HREF="h_mainhelp_smime">S/MIME support</A> added
879         in UNIX versions of Alpine
880    <LI> Attempt to include the attachment filename as part of the name of the
881         temporary file used when viewing an attachment with an external program.
882         Add some randomness to that filename to make it hard to predict the filename.
883         Add a filename extension, usually derived from the type/subtype, to the
884         temporary filename. This was previously done only on Windows and MacOS X.
885    <LI> Enhance address completion in the composer (TAB command) so that it looks
886         through nicknames, fullnames, and addresses from the address book; addresses
887         from the message being viewed, if any; and the results from
888         <A HREF="h_direct_config">LDAP Directory Server</A>
889         lookups for all of the defined directory servers that have the
890         <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
891         feature set.
892    <LI> Make the default character set setting more liberal in what it will accept
893         from the UNIX nl_langinfo call and the various values of LANG seen in the wild
894    <LI> Remove the Alpine revision number from the titlebar in released versions
895         while leaving it there in snapshot versions
896    <LI> Add a <A HREF="h_config_quell_asterisks">feature</A> to suppress the
897         display of asterisks when you type a password for Alpine
898    <LI> Add line wrapping when displaying <EM>PRE</EM> formatted sections of HTML
899    <LI> When the
900         <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
901         feature is turned on convert not only the dates in the index screen but also
902         the dates in the MESSAGE VIEW
903 </UL>
906 Bugs addressed in the 2.00 release included:
909 <UL>
910    <LI> Crash when using tab-completion for selecting a Save filename
911    <LI> Make Web Alpine help text images relative for more portability
912    <LI> Fixed attach save of html parts in Web Alpine
913    <LI> Viewing, printing, exporting, replying, and bouncing of message
914         digests was broken. Replying and bouncing should not have been
915         allowed at all for digests. It would be nice to have a more standard
916         index-like view of a message digest but that has not been addressed
917         with this minor bug fix.
918    <LI> Adjust wrapping of HTML messages so that the margins specified by
919         <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
920         <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>
921         are observed correctly
922    <LI> Interrupt of WhereIs command in index was broken
923    <LI> The <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
924         option did not work correctly interpreting unknown characters in message headers
925    <LI> Long address lines could cause blank continuation lines
926    <LI> Save to a local default INBOX failed if the primary collection was also local,
927         which it is by default. The save went to  ~/mail/inbox instead.
928    <LI> Make a default save folder of &quot;inbox&quot; always mean the real
929         inbox, not the inbox in the primary collection
930    <LI> Address book entries with lots of addresses would be truncated when
931         entered in the composer with a screen size wider than 270 or so charcters
932    <LI> Some fields in the index screen were truncated when the screen width was
933         wider than 256 characters
934    <LI> Crash when TABing to next folder, the next folder with new mail is a POP
935         folder, and there is a more than 10 minute pause between typing the TAB
936         and typing the Yes
937 </UL>
940 Version 1.10(962)
941 addressed bugs found in previous releases and had a few additions as well.
943 Additions included:
946 <UL>
947    <LI> Add the possibility of setting a default role
948         (see <A HREF="h_role_select">Roles Screen</A>)
949         which may be convenient if your work flow involves acting in one
950         role for a while then switching to another role and staying in the
951         new role for another period of time
952    <LI> When Saving and the IMAP server problem &quot;Message to save shrank!&quot;
953         is encountered, ask the user if he or she wants to continue with the
954         risky Save anyway instead of aborting. This may be helpful if your
955         IMAP server is broken in this way but be aware that it is possible there
956         was a real error instead of just a broken server implementation.
957    <LI> Some configure adjustments for Kerberos detection and
958         for SCO OpenServer 5 support
959    <LI> Hide INBOX in a collection if it also appears as an
960         <A HREF="h_config_enable_incoming">Incoming Folder</A>
961    <LI> Show asterisks for feedback when the user is typing a password
962    <LI> Performance improvement for threading of large folders
963    <LI> Previously, the search used to find
964         Pattern matches containing To patterns searched for both To
965         and Resent-To headers. The relatively complicated search this
966         produces causes problems when using some deficient IMAP servers.
967         Now the default is to look only for To headers and ignore the
968         presence of Resent-To. The previous behavior may be restored
969         with the <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> feature.
970    <LI> Add an
971         <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
972         to help with reading malformed unlabeled messages
973    <LI><A HREF="h_config_suppress_user_agent"><!--#echo var="FEAT_suppress-user-agent-when-sending"--></A> option added
974    <LI> Map some Shift-LeftArrow escape sequences to LeftArrow
975    <LI> Add feature <A HREF="h_config_warn_if_fcc_blank"><!--#echo var="FEAT_warn-if-blank-fcc"--></A>
976 </UL>
979 Bugs addressed in the 1.10(962) release included:
982 <UL>
983    <LI> Crash when encountering certain errors from an SMTP server
984    <LI> Crash in composer caused by overflow in replace_pat()
985    <LI> Hang when authenticating to an SMTP server that fails with a
986         &quot;connection disconnected&quot; error
987    <LI> Bug in handling of trailing tab character in flowed text
988    <LI> Security enhancement for mailcap parameter substitution
989    <LI> <A HREF="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></A>
990         did not work if the message being replied to was not flowed text
991         and <A HREF="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></A>
992         was not turned on
993    <LI> Don't allow printer to be changed through hidden config screen
994         if system administrator didn't want it to be allowed
995    <LI> Attempts are sometimes made to set the Forwarded flag when alpine
996         should know that it won't work, causing error messages to appear
997    <LI> A <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
998         of double-quote double-quote didn't work right
999    <LI> Quoting wasn't being done to protect special characters from the
1000         MacOS X shell when
1001         <A HREF="h_config_browser"><!--#echo var="VAR_url-viewers"--></A>
1002         was not defined
1003    <LI> On MacOS X message attachments should be shown internally instead of
1004         being shown using the Mail application
1005    <LI> When replying to a message with a charset of X-UNKNOWN Alpine would
1006         sometimes set the outgoing charset to X-UNKNOWN, making the result
1007         unreadable
1008    <LI> When the sending of a message failed lines with leading spaces had one
1009         additional space inserted in each of those lines when the user
1010         was returned to the composer
1011    <LI> The <A HREF="h_index_cmd_whereis">WhereIs</A> command missed some index lines
1012         that contained non-ascii characters because it was truncating the
1013         line being searched so that it was shorter than what was visible on
1014         the screen
1015    <LI> When composing, an attachment with a long name that causes wrapping in
1016         just the wrong place would generate an error and cause the send
1017         of the attachment to fail
1018    <LI> After calling the file browser to attach a file in the composer, a resize
1019         of the window when back in the composer would redraw the last screen that
1020         had been shown in the browser instead of the current composer screen
1021    <LI> Possible crash in index screen when encountering unparseable addresses
1022         or when using one of the PRIORITY tokens or the HEADER token in the
1023         <a href="h_config_index_format"><!--#echo var="VAR_index-format"--></a>
1024    <LI> Problems with Header Color editing if the configuration option
1025         <a href="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></a>
1026         was inadvertently changed to the Empty Value in the hidden config screen
1027    <LI> When resuming the final postponed message from an Exchange server the user
1028         could get a certificate validation failure because alpine was trying
1029         to validate the canonical name of the folder instead of the name the
1030         user used
1031    <LI> Windows line endings in a mimetypes file on a Unix system cause a
1032         failure to find a match
1033    <LI> Make matching of extension names case independent in mimetypes files
1034    <LI> Windows dialog boxes for entering text were not working correctly
1035    <LI> Replying to or Forwarding multipart/alternative messages which had a
1036         single text/html part did not work well
1037    <LI> Printing the print confirmation page caused a crash
1038    <LI> A To line with a long, quoted personal name could display incorrectly
1039         if it was close to the same width as the screen
1040    <LI> When <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
1041         and <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
1042         are turned on hide (0/0) when the folder is empty
1043    <LI> Folder completion while Saving didn't work if the collection being
1044         saved to was the local home directory
1045 </UL>
1048 Version 1.00
1049 was an evolutionary release based on
1050 <A HREF="http://www.washington.edu/pine/">Pine</A>, which was also
1051 developed at the University of Washington.
1052 It is upwards-compatible for existing Pine users.
1055 Changes included:
1057 <UL>
1058    <LI> Ground-up reorganization of source code around addition
1059         of "pith/" core routine library.
1060    <LI> Fundamental improvement in Alpine's internal text handling, which
1061         is now based exclusively on Unicode. This allows displaying incoming
1062         messages and producing outgoing messages in many different languages.
1063    <LI> Ground-up reorganization of build and install procedures
1064         based on GNU Build System's autotools. NOTE, the included IMAP library
1065         build is not based on autotools, so some features will not work. However,
1066         it should get built automatically during the Alpine build process.
1067    <LI> Web-based version included built on TCL designed to run under
1068         a suitable CGI-supporting web server such as Apache.
1069 </UL>
1073 Details on changes in previous (prerelease) versions of Alpine
1074 may be found at the following URL:
1076 <CENTER><SAMP><A HREF="http://alpine.freeiz.com/alpine/release/">http://alpine.freeiz.com/alpine/release/</A></SAMP></CENTER>
1079 <HR WIDTH="75%"><P>
1081 <H2>Getting Help</H2>
1082 <DL>
1083 <DT>Online Help</DT>
1084 <DD>
1085 Every Alpine screen and command has associated help text
1086 accessible via the &quot;?&quot; key (or Ctrl-G in text-input contexts).
1087 </DD>
1089 <DT>Web Help</DT>
1090 <DD>
1091 The most current source of information about Alpine,
1092 including new version availability, is the web page at
1094 <CENTER><SAMP><A HREF="http://alpine.freeiz.com/alpine/">http://alpine.freeiz.com/alpine/</A></SAMP></CENTER>
1095 </DD>
1096 </DL>
1098 Frequently Asked Questions (and answers) may be found at the following
1099 URL:
1101 <CENTER><SAMP><A HREF="http://www.washington.edu/alpine/faq/">http://www.washington.edu/alpine/faq/</A></SAMP></CENTER>
1104 <HR WIDTH="75%"><P>
1106 <H2>Additional Information</H2>
1108 General Alpine configuration information can be found
1109 <A HREF="h_news_config">here</A>.
1111 This is revision (<!--#echo var="ALPINE_REVISION"-->) of the Alpine software.
1112 Alpine mailbox and <A HREF="https://github.com/jonabbey/panda-imap/">IMAP</A> server
1113 access is provided by the IMAP Toolkit Environment (c-client library)
1114 version <!--#echo var="C_CLIENT_VERSION"-->.
1115 <P> 
1116 Alpine was developed until 2009 by the Office of Computing 
1117 &amp; Communications at the University of Washington in Seattle.  
1118 Since then, the effort of developing Alpine has been continued by
1119 a community of volunteers who make good software even better!
1122 Alpine Copyright 2013-2017 Eduardo Chappa, 
1123 <BR> Copyright 2006-2008 University of Washington.
1126 Additional legal notices can be found <A HREF="h_news_legal">here</A>,
1127 or instead you can find the Apache License, version 2.0 at the web URL:
1130 <CENTER><A HREF="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</A></CENTER>
1133 &lt;End of Release Notes&gt;
1134 </BODY>
1135 </HTML>
1136 ====== h_password_file_support ======
1137 <HTML>
1138 <HEAD>
1139 <TITLE>Encryption for Password File Support Explained</TITLE>
1140 </HEAD>
1141 <BODY>
1142 <H1>Encryption for Password File Support Explained</H1>
1144 Index<BR>
1145 <OL>
1146 <LI><A HREF="#content">Explanation</A>
1147 <LI><A HREF="#example_existing_key">Example of Use of Existing Key and Certificate</A>
1148 <LI><A HREF="#example_self_signed">Example of Creating Master Password</A>
1149 </OL>
1151 <P><A NAME="content">Unix Alpine Only.</A>
1153 <P> If your version of Alpine has been built with password file support
1154 then you can use a special file to save your passwords, and avoid typing
1155 them every time you open a connection to a remote server.
1157 <P> If, in addition, your version of Alpine was built with SMIME support, then your 
1158 password file will be encrypted with a strong key. There are two ways in 
1159 which this can happen: Alpine will either use a matching private key and 
1160 public certificate pair that you already own, or it will create one for 
1161 you, just for purposes of encrypting this file. We describe both processes 
1162 below.
1164 <P> Initially, Alpine will scan your public and private directories for a 
1165 certificate/private key pair that works. Alpine will pick the first pair 
1166 that it finds that matches. 
1168 <P> Once a pair has been chosen, it will be copied to the directory 
1169 ~/.alpine-smime/.pwd, and from then on, Alpine will use the pair found in 
1170 that directory. The first time this process is done, this directory will 
1171 be created, a key/certificate pair will be copied to it, from then on 
1172 this pair will be used to encrypt and decrypt your password file. 
1174 <P> If you want to use a specific key and certificate pair to encrypt
1175 your password file, you can create the directory ~/.alpine-smime/.pwd 
1176 manually, and then create your preferred key/certificate pair there.
1177 Alpine will use this key regardless of if it has expired, or if it is
1178 self-signed. These issues do not affect the encryption or decryption
1179 of the password file.
1181 <P> If you prefer not to use the directory ~/.alpine-smime/.pwd to save 
1182 your key/certificate pair, you can specify a different one with the 
1183 -pwdcertdir command line option in Alpine. If the directory specified by 
1184 this option is not found Alpine will fail to encrypt and decrypt your 
1185 password file. However if it exists, Alpine will search for a 
1186 key/certificate pair in that
1187 directory, and if it does not find one, it will create one and save it
1188 in that directory.
1190 <P> Alpine does not care about the names of the key and certificates in 
1191 this directory, but the private key must have &quot;.key&quot; extension 
1192 and your public certificate must have the &quot;.crt&quot; extension. The
1193 name of the private key will be used in the prompt when you are asked
1194 to unlock your key to decrypt your password.
1196 <P> If Alpine cannot find a suitable private key and public certificate 
1197 pair to encrypt your password, it will create one. You will be asked to 
1198 create a &quot;Master Password&quot; to protect such key. At this moment 
1199 there are no restrictions on passwords, other than they have to be at 
1200 least 8 characters long, but future versions of Alpine will include 
1201 functionality to restrict master passwords, as set up by the administrator 
1202 of the system in the pine.conf.fixed file.
1204 <P><A NAME="example_existing_key"><B>Example of Use of Existing Key and Certificate</B></A>
1206 <P>Assume you have a private key called peter@address.com.key in your, 
1207 ~/.alpine-smime/private directory, and a public certificate called 
1208 peter@address.com.crt in your ~/.alpine-smime/public directory, and these 
1209 are your only key/certificate pair.
1211 <P> When Alpine starts for the first time, without command line options, 
1212 it will check if the directory ~/.alpine-smime/.pwd exists, and if not, 
1213 it will create it. Then it will go through your keys and certificates and 
1214 find a pair that it can use, and copy the files peter@address.com.key,
1215 and peter@address.com.crt to the ~/.alpine-smime/.pwd directory. Alternatively
1216 you can do the same by copying these files by yourself. This can be done
1217 with the sequence of commands
1219 <PRE>
1220 mkdir ~/.alpine-smime/.pwd
1221 cp ~/.alpine-smime/private/peter@address.com.key ~/.alpine-smime/.pwd
1222 cp ~/.alpine-smime/public/peter@address.com.crt ~/.alpine-smime/.pwd
1223 </PRE>
1225 <P> When Alpine starts, you will be asked the password to unlock your
1226 private key with the prompt.
1228 <PRE>
1229 Enter password of key &lt;peter@address.com&gt; to unlock password file:
1230 </PRE>
1232 <P> If you prefer to use different names for your private and public keys 
1233 in the ~/.alpine-smime/.pwd directory, you can do so, but you must 
1234 preserve the extension of the files. For example, you can use the names 
1235 private_key.key and public_cert.crt instead. In this case, the prompt you 
1236 will see when you are asked to unlock your private key will read
1238 <PRE>
1239 Enter password of key &lt;private_key&gt; to unlock password file:
1240 </PRE>
1242 <P>Observe that you do not need to use an existing key/certificate pair, 
1243 and that you can create a new private key/public certificate pair to 
1244 encrypt and decrypt your password file. Alpine provides a mechanism to
1245 change the encryption key for this file in the S/MIME configuration
1246 screen.
1248 <P><A NAME="example_self_signed"><B>Example of Creating Master Password</B></A>
1250 <P> If Alpine cannot find a suitable private key and public certificate pair
1251 to encrypt your password file, it will create one. When doing so, it will
1252 start the process with the following warning:
1254 <PRE>
1255 Creating a Master Password for your Password file.
1256 </PRE>
1258 <P> Then Alpine will ask you to enter your Master Password:
1260 <PRE>
1261 Create master password (attempt 1 of 3):
1262 </PRE>
1264 <P> Once you enter this password, and it validates according to system policy,
1265 you will be asked to confirm this password. 
1267 <PRE>
1268 Confirm master password (attempt 1 of 3):
1269 </PRE>
1271 <P> If you input the same password, then Alpine will set that as your 
1272 Master Password, and you will use this password to unlock your key in the 
1273 future.
1275 <P> If you would like to switch your Master Password in the future, you can 
1276 do so by creating a new public key and public certificate pair. You can do 
1277 so in the S/MIME configuration screen, in the &quot;Manage Key and 
1278 Certificate for Password File&quot; section, simply enter your current 
1279 password to unlock your current key and then press &quot;C&quot; to create 
1280 a new key.
1283 &lt;End of help&gt;
1284 </BODY>
1285 </HTML>
1286 ====== h_tls_failure_details ======
1287 <HTML>
1288 <HEAD>
1289 <TITLE>Certificate Validation Details</TITLE>
1290 </HEAD>
1291 <BODY>
1292 <H1>Certificate Validation Details</H1>
1294 This screen gives details as to why the certificate validation failed: the
1295 name of the desired server system; the reason for failure; and the name on
1296 the certificate.  This is primarily of interest to experts.
1299 &lt;End of help&gt;
1300 </BODY>
1301 </HTML>
1302 ====== h_tls_failure ======
1303 <HTML>
1304 <HEAD>
1305 <TITLE>TLS or SSL Failure</TITLE>
1306 </HEAD>
1307 <BODY>
1308 <H1>TLS or SSL Failure</H1>
1310 An attempt was made to establish a secure, encrypted connection to the
1311 server system using either Transport Layer Security (TLS) or the older
1312 Secure Sockets Layer (SSL).  This attempt failed.
1315 You should contact your server system management for more assistance.
1316 The problem is probably at the server system and not in Alpine or your local
1317 system.  The text in this screen may be helpful for the server system
1318 management in debugging the problem,
1321 &lt;End of help&gt;
1322 </BODY>
1323 </HTML>
1324 ====== h_tls_validation_failure ======
1325 <HTML>
1326 <HEAD>
1327 <TITLE>TLS and SSL Certificate Validation Failures</TITLE>
1328 </HEAD>
1329 <BODY>
1330 <H1>TLS and SSL Certificate Validation Failures</H1>
1332 An attempt was made to establish a secure, encrypted connection to the
1333 server system using either Transport Layer Security (TLS) or the older
1334 Secure Sockets Layer (SSL).
1337 An important part of this procedure is server certificate validation.  A
1338 server certificate is an &quot;electronic identification card&quot; for the server
1339 system that is signed by a well-known certificate authority (CA).  Alpine
1340 compares the server system identity in the server certificate with the
1341 name of the server system to which it is trying to connect.  Alpine also
1342 verifies that the CA signature is authentic.
1345 Some common failure conditions are:
1348 <UL>
1349   <LI> [UNIX Alpine] Self signed certificate.  This means that the server system
1350 signed its own certificate.  This does not necessarily indicate anything
1351 bad; the server operators may simply have elected to not purchase a
1352 signed certificate from a certificate authority.
1354   <LI> [UNIX Alpine] Unable to get local issuer certificate.  This means that
1355 the signature on the server system is from an unknown certificate authority.
1356 It can also mean that no certificate authority certificates have been
1357 installed on the local UNIX system.
1359   <LI> [PC Alpine] Self-signed certificate or untrusted authority.  This is
1360 the same as either of the above two conditions in UNIX Alpine.  Note that
1361 Windows systems typically have a full set of certificate authority
1362 certificates installed, so it is more likely to be a self-signed
1363 certificate than an unknown certificate authority.
1365   <LI> Server name does not match certificate.  This means that the server
1366 presented a proper signed certificate for a name other than the desired
1367 name.
1368 </UL>
1371 Any of these conditions can indicate that you are being attacked and have
1372 been directed to an imposter server that will record your password and
1373 your private mail messages.  It can also mean something innocuous.
1376 If you are certain that the problem is innocuous, you can append the
1377 option
1380 <CENTER><SAMP>/novalidate-cert</SAMP></CENTER>
1383 to the server system name where it appears in your configuration (e.g. the
1384 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>,
1385 a folder-collection, or a news or SMTP server).  This will
1386 disable certificate validation.  On the other hand, if you are attacked,
1387 you will get no warning if you do this.
1390 &lt;End of Cert Validation Failures help&gt;
1391 </BODY>
1392 </HTML>
1393 ====== h_release_tlscerts ======
1394 <HTML>
1395 <HEAD>
1396 <TITLE>TLS and SSL usage note</TITLE>
1397 </HEAD>
1398 <BODY>
1399 <H1>TLS and SSL usage note</H1>
1402 When using Alpine from Unix or Windows 2000,
1403 server certificates must be signed by a trusted certificate authority.
1404 You may relax this requirement (at the cost of some security) by using
1406 <A HREF="h_folder_server_syntax">NoValidate-Cert</A>
1407 modifier in the mailbox name.
1410 <CENTER><SAMP>{foo.example.com/novalidate-cert}INBOX</SAMP></CENTER>
1413 The fully-qualified host name of the server should be used
1414 so that it matches the host name in the server certificate.
1416 Here is an example of a host specification that directs Alpine to use
1417 the SSL port (993) and an encrypted data stream.
1419 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
1421 &lt;End of TLS usage help&gt;
1422 </BODY>
1423 </HTML>
1424 ====== h_news_config ======
1425 <HTML>
1426 <HEAD>
1427 <TITLE>Alpine Configuration</TITLE>
1428 </HEAD>
1429 <BODY>
1430 <H1>Alpine Configuration</H1>
1432 <H2>Using Environment Variables</H2>
1434 The values of Alpine configuration options may include environment variables
1435 that are replaced by the value of the variable at the time Alpine is run
1436 (and also at the time the config option is changed).
1437 The syntax to use environment variables is a subset of the common Unix
1438 shell dollar-syntax.
1439 For example, if
1441 <P><CENTER><SAMP>$VAR</SAMP></CENTER><P>
1443 appears in the value of an Alpine configuration option it is looked up in the
1444 environent (using getenv(&quot;VAR&quot;)) and its
1445 looked-up value replaces the <SAMP>$VAR</SAMP> part of the option value.
1446 To include a literal dollar sign you may precede the dollar sign with another
1447 dollar sign.
1448 In other words, if the text
1450 <P><CENTER><SAMP>$$text</SAMP></CENTER><P>
1452 is the value of a configuration option, it will be expanded to
1454 <P><CENTER><SAMP>$text</SAMP></CENTER><P>
1456 and no environment lookup will be done.
1457 For Unix Alpine it will also work to use a backslash character to
1458 escape the special meaning of the dollar sign, but $$ is preferable since
1459 it works for both PC-Alpine and Unix Alpine, allowing the configuration option
1460 to be in a shared configuration file.
1463 This all sounds more complicated than it actually is.
1464 An example may make it clearer.
1465 Unfortunately, the way in which environment variables are set is OS-dependent 
1466 and command shell-dependent.
1467 In some Unix command shells you may use
1469 <P><CENTER><SAMP>PERSNAME="Fred Flintstone"</SAMP></CENTER><P>
1470    <CENTER><SAMP>export PERSNAME</SAMP></CENTER><P>
1472 Now, if you use Alpine's Setup/Config screen to set
1474 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=$PERSNAME</SAMP></CENTER><P>
1476 the <SAMP>$PERSNAME</SAMP> would be replaced by <SAMP>Fred Flintstone</SAMP>
1477 so that this would be equivalent to
1479 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=Fred Flintstone</SAMP></CENTER><P>
1481 Note, environment variable substitution happens after configuration
1482 options that are lists are split into the separate elements of the list,
1483 so a single environment variable can't contain a list of values.
1486 The environment variable doesn't have to be the only thing
1487 after the equal sign.
1488 However, if the name of the variable is not at the end of the line or
1489 followed by a space (so that you can tell where the variable name ends),
1490 it must be enclosed in curly braces like
1492 <P><CENTER><SAMP>${VAR}</SAMP></CENTER><P>
1494 It is always ok to use the braces even if you don't need to.
1496 It is also possible to set a default value for an environment variable.
1497 This default value will be used if the environment variable is not
1498 set (that is, if getenv(&quot;VAR&quot;) returns NULL).
1499 The syntax used to set a default value is
1501 <P><CENTER><SAMP>${VAR:-default value}</SAMP></CENTER><P>
1503 If the config file contains
1505 <P><CENTER><SAMP>personal-name=${VAR:-Fred Flintstone}</SAMP></CENTER><P>
1507 then when Alpine is run <SAMP>VAR</SAMP> will be looked up in the environment.
1508 If <SAMP>VAR</SAMP> is found then <SAMP>personal-name</SAMP> will have
1509 the value that <SAMP>VAR</SAMP> was set to, otherwise,
1510 <SAMP>personal-name</SAMP> will be set to <SAMP>Fred Flintstone</SAMP>,
1511 the default value.
1512 (Note that the variable is called &quot;personal-name&quot; in the config
1513 file but is displayed in the config screen as
1514 &quot;<!--#echo var="VAR_personal-name"-->&quot;.
1515 In general, the value that goes into a config file is never exactly the
1516 same as the value you see on the screen.)
1519 An example where an environment variable might be useful is the
1520 variable <SAMP>Inbox-Path</SAMP> in the global configuration file.
1521 Suppose most users used the server
1523 <P><CENTER><SAMP>imapserver.example.com</SAMP></CENTER><P>
1525 but that there were some exceptions who used
1527 <P><CENTER><SAMP>altimapserver.example.com</SAMP></CENTER><P>
1529 In this case, the system manager might include the following line in
1530 the systemwide default Alpine configuration file
1532 <P><CENTER><SAMP>Inbox-Path=${IMAPSERVER:-imapserver.example.com}</SAMP></CENTER><P>
1534 For the exceptional users adding
1536 <P><CENTER><SAMP>IMAPSERVER=altimapserver.example.com</SAMP></CENTER><P>
1538 to their environment should work.
1540 Another example might be the case where a user has to use a different
1541 SMTP server from work and from home.
1542 The setup might be something as simple as
1544 <P><CENTER><SAMP>smtp-server=$SMTP</SAMP></CENTER><P>
1546 or perhaps a default value could be given.
1547 Note that, as mentioned above, the variable <SAMP>SMTP</SAMP> cannot contain
1548 a list of SMTP servers.
1551 <H2>Configuration precedence</H2>
1553 There are several levels of Alpine configuration.  Configuration values at
1554 a given level override corresponding values at lower levels.  In order of
1555 increasing precedence:
1557 <UL>
1558  <LI> built-in defaults
1559  <LI> system-wide
1560 <!--chtml if pinemode="os_windows"-->
1561       config file from command line or provided
1562       by "PINECONF" environment variable
1563 <!--chtml else-->
1564       pine.conf file
1565 <!--chtml endif-->
1566  <LI> personal configuration file
1567  <LI> personal exceptions configuration file
1568  <LI> command-line options
1569  <!--chtml if pinemode="os_windows"--><!--chtml else-->
1570  <LI> system-wide pine.conf.fixed file<!--chtml endif-->
1571 </UL>
1573 The values in both the personal configuration file and the
1574 <A HREF="h_config_exceptions">exceptions</A>
1575 configuration file may be set using the Setup command.
1576 Setup/Config is the command to change most of the personal configuration
1577 options.
1578 The other Setup subcommands are also used to change the configuration,
1579 for example, Setup/AddressBook, Setup/Rules, and so on.
1580 Changing the personal exceptions configuration is very similar.
1581 To change a value in the Config screen you would use the command
1582 Setup/eXceptions/Config.
1583 Likewise for the other Setup subcommands (Setup/eXceptions/Rules and so on).
1585 There are a couple exceptions to the rule that configuration values are replaced
1586 by the value of the same option in a higher-precedence file.
1587 The Feature-List variable has values that are additive, but can be
1588 negated by prepending &quot;no-&quot; in front of an individual feature name.
1589 So for features, each individual feature's value is replaced by the value
1590 of the same feature in a higher-precedence file.
1591 Note that this is done automatically for you when you change these values via
1592 the Setup/Config command.
1593 The other exception to the <EM>replace</EM> semantics happens when you
1594 use <A HREF="h_config_inheritance">configuration inheritance</A>
1595 for option lists.
1598 <H2>File name defaults</H2>
1600 Notes:<P>
1602 <BR> &lt;exe dir&gt; = directory where pine.exe found.
1603 <BR> &lt;pinerc dir&gt; = directory where pinerc found.
1604 <BR> # = default file name is overridable in pinerc.
1605 <BR> $HOME, if not explicitly set, defaults to root of the current drive.
1606 <BR> $MAILCAPS, if set, is used in lieu of the default mailcap search paths.
1607 <BR> + between the mailcap paths implies that the two files are combined.
1608 <BR> ; between other default paths implies that the first one found is used.
1609 </P>
1610 Alpine looks for most support files in the same directory it finds its
1611 personal configuration file (pinerc).  The -p command-line flag may be
1612 used to specify a particular path name for the pinerc file.  If a
1613 pinerc file does not exist, it will be created (if directory permissions
1614 allow).  In PC-Alpine, if -p or $PINERC are not defined, Alpine will look
1615 in $HOME&#92;PINE and the directory containing the PINE.EXE.  If a PINERC
1616 file does not exist in either one, it will create one in the first of those
1617 two directories that is writable.  In detail:
1618 <PRE>
1620 PC-Alpine:
1622  executable     &lt;DOS search path&gt;&#92;pine.exe
1623  help index     &lt;exe dir&gt;&#92;pine.ndx
1624  help text      &lt;exe dir&gt;&#92;pine.hlp
1626  pers config    $PINERC  ;  $HOME&#92;pine&#92;PINERC  ;  &lt;exe dir&gt;&#92;PINERC
1627  except config  $PINERCEX ; $HOME&#92;pine&#92;PINERCEX  ;  &lt;exe dir&gt;&#92;PINERCEX
1628  global cfg     $PINECONF
1630  debug          &lt;pinerc dir&gt;&#92;pinedebg.txtN
1631  crash          &lt;pinerc dir&gt;&#92;pinecrsh.txt
1632  signature#     &lt;pinerc dir&gt;&#92;pine.sig
1633  addressbook#   &lt;pinerc dir&gt;&#92;addrbook
1634  mailcap#       &lt;pinerc dir&gt;&#92;mailcap  +  &lt;exe dir&gt;&#92;mailcap
1635  mimetypes#     &lt;pinerc dir&gt;&#92;mimetype +  &lt;exe dir&gt;&#92;mimetype
1636  newsrc#        $HOME&#92;newsrc (if exists, else) &lt;pinerc dir&gt;&#92;newsrc
1637  sentmail#      $HOME&#92;mail&#92;sentmail.mtx
1638  postponed#     $HOME&#92;mail&#92;postpond.mtx
1639  interrupted    $HOME&#92;mail&#92;intruptd
1641 Unix Alpine:
1643  executable     &lt;Unix search path&gt;/pine
1644  persnl cfg     ~/.pinerc
1645  except cfg     ~/.pinercex
1646  global cfg     <!--#echo var="PINE_CONF_PATH"-->
1647  fixed cfg      <!--#echo var="PINE_CONF_FIXED_PATH"-->
1648  local help     <!--#echo var="PINE_INFO_PATH"-->
1650  interrupted    ~/.pine-interrupted-mail
1651  debug          ~/.pine-debugN
1652  crash          ~/.pine-crash
1653  newsrc#        ~/.newsrc
1654  signature#     &lt;pinerc dir&gt;/.signature
1655  addressbook#   &lt;pinerc dir&gt;/.addressbook
1656  postponed#     ~/mail/postponed-msgs
1657  sentmail#      ~/mail/sent-mail
1658  mailcap#       ~/.mailcap + /etc/mailcap
1659                            + /usr/etc/mailcap + /usr/local/etc/mailcap
1660  mimetypes#     ~/.mime.types + /etc/mime.types + /usr/local/lib/mime.types
1662  news-spool     varies across Unix flavors, e.g. /var/spool/news or /usr/spool/news
1663  active-news    varies across Unix flavors, e.g. /usr/lib/news/active
1664  lock files     /tmp/.<!--#echo var="MAIL_SPOOL_LOCK_PATH"-->
1665  inbox          <!--#echo var="MAIL_SPOOL_PATH"-->
1666  password       /etc/passwd
1668 Unix Alpine and PC-Alpine:
1670  .ab*           remote addressbook support files
1671  a[1-9]*        temporary (while Alpine is running) addressbook files
1673 </PRE>
1676 <H2>Mailcap files</H2>
1678 Alpine honors the mailcap configuration system for specifying external
1679 programs for handling attachments.  The mailcap file maps MIME attachment
1680 types to the external programs loaded on your system that can display
1681 and/or print the file.  A sample mailcap file comes bundled with the Alpine
1682 distribution.  It includes comments that explain the syntax you need to
1683 use for mailcap.  With the mailcap file, any program (mail readers,
1684 newsreaders, WWW clients) can use the same configuration for handling
1685 MIME-encoded data.
1688 <H2>MIME-Types files</H2>
1690 Alpine uses mime-types files (.mime.types or MIMETYPE) to determine
1691 what Content-Type to use for labeling an attached file, based on
1692 the file extension.  That is, this file provides a mapping between
1693 filename extensions and MIME content-types.
1696 <H2>Environment variables</H2>
1698 PC-Alpine uses the following environment variables:
1699 <DL>
1700 <DT>PINERC</DT>
1701 <DD>Optional path to pinerc file.</DD>
1702 <DT>PINERCEX</DT>
1703 <DD>Optional path to personal exceptions configuration file.</DD>
1704 <DT>PINECONF</DT>
1705 <DD>Optional path to global pine config file.</DD>
1706 <DT>HOME</DT>
1707 <DT>TMPDIR, TMP, or TEMP</DT>
1708 <DT>COMSPEC</DT>
1709 <DT>MAILCAPS</DT>
1710 <DD>A <B>semicolon</B> delimited list of path names to mailcap files.</DD>
1711 <DT>USER_DICTIONARY</DT>
1712 <DD>Used to specify the file to contain the user's spell check
1713 dictionary.  The default is <SAMP>DICT.U</SAMP> in the same
1714 directory as the <SAMP>SPELL32.DLL</SAMP></DD>
1715 </DL>
1717 Unix Alpine uses the following environment variables:
1718 <DL>
1719 <DT>TERM</DT>
1720 <DD>Tells Alpine what kind of terminal is being used.</DD>
1721 <DT>DISPLAY</DT>
1722 <DD>Determines if Alpine will try to display IMAGE attachments.</DD>
1723 <DT>SHELL</DT>
1724 <DD>If not set, default is &quot;/bin/sh&quot;.</DD>
1725 <DT>TMPDIR, TMP, or TEMP</DT>
1726 <DT>MAILCAPS</DT>
1727 <DD>A <B>colon</B> delimited list of path names to mailcap files.</DD>
1728 </DL>
1729 <!--chtml if pinemode="os_windows"-->
1731 <H2>Common PC-Alpine Configuration Problems</H2>
1733 <H3>Configuration settings aren't being saved</H3>
1735 <P>This problem can happen if you run pine from one directory and
1736 then decide to move your pine directory to another location.  PC-Alpine
1737 stores certain variables, including the configuration location, in the
1738 Windows Registry (which you shouldn't ever need to manually edit).  There
1739 are a couple of ways to go about removing or resetting the values in the
1740 registry.
1743 1) Run PC-Alpine's registry value deletion command.  This can be done by
1744 running: &quot;&lt;your&nbsp;pine&nbsp;directory&gt;&#92;pine.exe&nbsp;-registry&nbsp;clear&quot; from the DOS
1745 prompt. You could create a shortcut to pine.exe and change the &quot;Target&quot;
1746 value to the above command.
1749 2) Tell PC-Alpine where to look for the configuration file.  Configuration
1750 information is stored in a file called the PINERC.  With the &quot;-p&nbsp;PINERC&quot;
1751 option, you can tell PC-Alpine the location of your pinerc.  An example of
1752 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;.
1753 Again, you can use the DOS prompt or the shortcut method explained in (1).
1756 Additionally, there is the &quot;-registry&nbsp;set&quot; option, which will actively
1757 set registry values to the current setting, and is therefore useful with
1758 the &quot;-p&nbsp;PINERC&quot; option.
1760 <!--chtml endif-->
1762 &lt;End of Configuration Notes&gt;
1763 </BODY>
1764 </HTML>
1765 ====== h_news_legal ======
1766 <html>
1767 <head>
1768 <TITLE>Alpine Legal Notices</TITLE>
1769 </head>
1770 <body>
1772 <H1>Alpine Legal Notices</H1>
1774 Alpine and its constituent programs are covered by the Apache License Version 2.0.
1778 &lt;End of Alpine Legal Notices&gt;
1779 </BODY>
1780 </HTML>
1781 ===== h_info_on_mbox =====
1782 <HTML>
1783 <HEAD>
1784 <TITLE>Information on mbox driver</TITLE>
1785 </HEAD>
1786 <BODY>
1787 <H1>Information on &quot;Missing Mail&quot; and the &quot;mbox&quot; driver</H1>
1789 Beginning with Pine 4.00 (Pine came before Alpine)
1790 a new INBOX access method is
1791 available as part of the standard configuration.  It is called the
1792 &quot;mbox&quot; driver and it works like this:<P>
1795 <BLOCKQUOTE>
1796 If the file &quot;mbox&quot; exists in the user's home directory, and
1797 is in Unix mailbox format, then when INBOX is opened this file will be
1798 selected as INBOX instead of the mail spool file.  Messages will be
1799 automatically transferred from the mail spool file into the mbox
1800 file.
1801 </BLOCKQUOTE>
1804 The advantage of this method is that, after new mail has been copied
1805 from the system mail spool, all subsequent access is confined to the
1806 user's home directory, which is desirable on some systems.  However, a
1807 possible disadvantage is that mail tools other than those from the
1808 University of Washington will not know to look for mail in the user's
1809 mbox file.  For example, POP or IMAP servers other than those from the
1810 University of Washington, and many &quot;new mail notification&quot;
1811 programs may not work as expected with this driver enabled.<P>
1813 To disable this behavior, either remove/rename the &quot;mbox&quot;
1814 file or find the <A HREF="h_config_disable_drivers"><!--#echo var="VAR_disable-these-drivers"--></A>
1815 option in Setup/Config
1816 and add &quot;mbox&quot; to it:
1818 <CENTER><SAMP><!--#echo var="VAR_disable-these-drivers"-->=mbox</SAMP></CENTER>
1820 &lt;End of help on this topic&gt;
1821 </BODY>
1822 </HTML>
1823 ===== h_info_on_locking =====
1824 <HTML>
1825 <HEAD>
1826 <TITLE>FAQs on Alpine Locking</TITLE>
1827 </HEAD>
1828 <BODY>
1829 <H1>What Systems Managers Need to Know about Alpine File Locking</H1>
1831 There is an extensive section on locking in the Alpine technical notes;
1832 this information is intended to provide answers to some common questions:<P>
1833 <OL>
1834 <LI> Why did locking change in Pine 4.00?<BR>
1835 The actual locking mechanisms did not change in 4.00.
1836 What changed is that when one particular locking mechanism used by Alpine 
1837 fails, Alpine now issues a warning message.  Prior to Pine 4.00, the locking
1838 failure would occur, but no warning was issued.<P>
1840 <LI> Is this what the &quot;Mailbox vulnerable&quot; message is about?<BR>
1841 Yes.  It means that Alpine was unable to create a lockfile in the
1842 spool directory, generally because of overly restrictive protections on the
1843 spool directory.  The correct permissions on the spool directory for
1844 running Alpine are 1777, i.e. read-write-execute permission for everyone,
1845 with the sticky-bit set, so only owners of a file can delete them.<P>
1847 <LI> Why does Alpine require that the mail spool directory have 1777
1848    protections?<BR>
1849 Alpine was designed to run without special privileges.  This means that in
1850 order to create a lockfile in the spool directory, it is necessary to have
1851 the spool directory permissions be world-writable.<P>
1853 <LI> Can't you create the lockfile somewhere else?<BR>
1854 No.  The lockfile in question must be in the mail spool directory, because
1855 that's where the mail delivery program expects to find it, and the purpose
1856 of the file is to coordinate access between the mail client (Alpine) and the
1857 mail delivery program.<P>
1859 <LI> Isn't having the spool directory world-writable a big security risk?<BR>
1860 No.  Remember that the individual mail files in the spool directory are
1861 NOT world-writable, only the containing directory.  Setting the &quot;sticky
1862 bit&quot; -- indicated by the &quot;1&quot; before the &quot;777&quot; mode 
1863 -- means that only the owner of the file (or root) can delete files in the 
1864 directory.  So the only bad behavior that is invited by the 1777 mode is that 
1865 anyone could
1866 create a random file in the spool directory.  If the spool directory is
1867 under quota control along with home directories, there is little incentive
1868 for anyone to do this, and even without quotas a periodic scan for
1869 non-mail files usually takes care of the problem.  <P>
1871 <LI> Why not run Alpine as setgid mail?<BR>
1872 Alpine was never designed to run with privileges, and to do so introduces a
1873 significant security vulnerability.  For example, if a user suspends Alpine,
1874 the resulting shell will have group privileges.  This is one example of
1875 why we strongly recommend against running Alpine as a privileged program.
1876 In addition, a &quot;privileged mailer &quot paradigm would mean that normal 
1877 users
1878 could not test Alpine versions or other mailers that had not been installed
1879 by the system administrators.<P>
1882 <LI> Are there any alternatives to creating .lock files in the spool dir?<BR>
1883 There are, but they all have different sets of tradeoffs, and not all will
1884 work on all systems.  Some examples:<UL>
1885  <LI> Use lock system calls.  Works fine on a few systems, provided mail
1886    spool is local.   Doesn't work reliably if NFS is used.
1887    Doesn't work unless <B>all</B> the mail programs accessing the spool dir
1888    use the same calls.
1889  <LI> Deliver mail to user's home directory.  An excellent solution, highly
1890    recommended -- but one which is incompatible with some &quot;legacy&quot; 
1891 mail tools that always look in the spool directory for the mail.
1892 </UL><P>
1894 <LI> Are these spool directory lock files the only kinds of locks used by
1895    Alpine?<BR>
1896 No.  Alpine also creates lockfiles in the /tmp directory.  For normal Unix
1897 mailbox format folders, these are used to coordinate access between
1898 multiple Alpine sessions.  <P>
1900 <LI> What about the 
1901 <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>
1902 This is for people who are content to live dangerously, or who have
1903 specific knowledge that the spool directory lockfiles are superfluous on
1904 their system (because both Alpine and the mail delivery program are using 
1905 system call file locking in a context that works reliably, e.g. not NFS.)<P>
1907 <LI> Where can I find more details on how Alpine locking works?<BR>
1908 See the Alpine Technical Notes.<P>
1910 </OL>
1912 &lt;End of help on this topic&gt;
1913 </BODY>
1914 </HTML>
1915 ===== h_finding_help ====
1916 <HTML>
1917 <HEAD>
1918 <TITLE>Finding more information and requesting help</TITLE>
1919 </HEAD>
1920 <BODY>
1921 <H1>Places to Look for More Answers</H1>
1922 If you have questions about or problems with Alpine that you cannot resolve 
1923 after consulting the program's internal, context-sensitive help screens, here 
1924 are additional information resources that you may find helpful:
1926 <UL>
1927   <LI> Alpine's top-level <A HREF="main_menu_tx">MAIN MENU HELP</A>.<P>
1929   <LI> Alpine's <A HREF="h_help_index">Help Index</A>.<P>
1931   <LI> Alpine's internal <A HREF="h_news">Release Notes</A>.  They contain a 
1932 listing of changes in Alpine <!--#echo var="ALPINE_VERSION"-->
1933   since the last version, which may be useful for you to be aware of, 
1934 <B>especially</B> if a &quot;problem&quot; you are encountering is actually 
1935 a change in the way an aspect of Alpine works.  There, you will also find notes 
1936 on Alpine configuration.<P>
1938   <LI> The main site for Alpine contains information on configuring and solving problems
1939        with Alpine, it can be found at
1941 <CENTER><A HREF="http://alpine.freeiz.com/alpine/">http://alpine.freeiz.com/alpine/</A></CENTER>  
1943   <LI> The Alpine Information Center (maintained by the University of
1944            Washington) World Wide Web site contains, among other things
1945            <UL>
1946            <LI>a collection of Frequently Asked Questions (and answers!) about Alpine
1947            <LI>an overview of the basics for beginning Alpine users
1948            <LI>Technical Notes for systems administrators
1949            <LI>archives (including a searchable index) of the alpine-info 
1950 mailing list, on which matters of interest to systems/email administrators,
1951 developers, trainers, user support personnel, and others involved with Alpine 
1952 messaging on a &quot;technical&quot; level are discussed.
1953 </UL>
1954         The Alpine Information Center can be accessed with a WWW browser at:<P>
1955             <CENTER><A HREF="http://www.washington.edu/alpine/">http://www.washington.edu/alpine/</A></CENTER>  
1956 </UL>
1957 <P><HR WIDTH="75%">
1958 <H1>Requesting help</H1>
1959 If the internal help, the Release Notes, the Alpine Information Center, and your 
1960 local online and print resources do not help you resolve a problem, please
1961 start by contacting your local computer support staff and asking for help.
1963 This is especially true if:
1964 <ul>
1965   <li>You suddenly have trouble sending or receiving mail.
1966   <li>You receive a "disk quota exceeded" message.
1967   <li>You have forgotten your password.
1968   <li>You think your account may have been compromised.
1969   <li>You need help viewing an attachment.
1970   <li>You need to know how to configure your:
1971       <A HREF="h_config_nntp_server">NNTP (news) server</A>, 
1972       <A HREF="h_config_smtp_server">SMTP (sending mail) server</A>, 
1973       <A HREF="h_config_ldap_server">LDAP (directory lookup) server</A>, or
1974       <A HREF="h_config_inbox_path">INBOX (incoming mail) path</A>.
1975   <li>You want to know what alternative editors or spellcheckers you may be able to use.
1976   <li>You want to block email from a particular person.
1977   <li>You're going on vacation and need to autorespond to incoming mail.
1978   <li>You want to automatically file or filter incoming messages.
1979 </ul>
1981 In all of these cases,
1982 you should contact <B>your</B> support staff, because <B>only they</B> 
1983 will be able to assist you effectively. Your support staff may be, depending on who 
1984 provides you with the email account you use Alpine with, for example:<UL>
1985 <LI> the computing help desk of (a department of) your university, school, 
1986 employer, ... ; or
1987 <LI> the customer service center of your Internet Service Provider; or
1988 <LI> the friendly volunteer helpers of your Freenet; or
1989 <LI> the person who setup your computer and internet connection.
1990 </UL>
1992 Due to the large number of Alpine installations worldwide, and because we
1993 receive no funding for it, the University of Washington <B>cannot provide 
1994 individual support services outside the University of Washington</B>.
1996 If you have no local computing support to turn to, the worldwide <b>comp.mail.pine</b>
1997 newsgroup can be a valuable source of information and assistance for Alpine 
1998 user issues.
2000 For systems/email administrators, developers, trainers, user support
2001 personnel, and others involved with Alpine messaging on a &quot;technical&quot;
2002 level, the mailing list alpine-info is available; for information on
2003 subscribing and posting to it, see
2005 <CENTER><A HREF="http://www.washington.edu/alpine/alpine-info/subscribing.html">http://www.washington.edu/alpine/alpine-info/subscribing.html</A></CENTER>
2008 Regardless of whom you are asking for help with Alpine, remember 
2009 to provide as much detail as you can about the
2010 nature of any problem you are encountering, such as
2011 <UL>
2012 <LI>when it first occurred;
2013 <LI>what, if anything, happened that might have brought it about;
2014 <LI>whether it still persists;
2015 <LI>whether it is reproducible, and if so, how;
2016 <LI>what, if anything, you already tried to solve it.
2017 </UL> 
2018 It may also be helpful if you specify what version of Alpine you are using 
2019 <!--chtml if pinemode="running"-->
2020 -- this is <!--#echo var="ALPINE_VERSION"--> --
2021 <!--chtml endif-->
2022 and on what system, and when the copy of Alpine you are using was created
2023 <!--chtml if pinemode="running"-->
2024 -- for this copy: <!--#echo var=ALPINE_COMPILE_DATE-->
2025 <!--chtml endif-->
2027 <!--chtml if pinemode="running"-->
2028 <P>   
2029 When the Alpine program you are currently using was installed, a support
2030 contact email address may have been set up; in that case, you can simply select
2031 this link now to send a message to it:<BR>
2032 <A HREF="X-Alpine-Gripe:_LOCAL_ADDRESS_?local"><!--#echo var="_LOCAL_FULLNAME_"--></A><P>
2033 <!--chtml endif-->
2034 <!--chtml if [ -r PINE_INFO_PATH ]-->
2035 <HR WIDTH="75%">Local Support Contacts:<P>
2036 <!--#include file="PINE_INFO_PATH"-->
2037 <HR WIDTH="75%">
2038 <!--chtml endif-->
2039 <P> 
2040 &lt;End of help on this topic&gt;
2041 </BODY>
2042 </HTML>
2043 ===== new_user_greeting ======
2044 <HTML>
2045 <HEAD>
2046 <TITLE>NEW USER GREETING</TITLE>
2047 </HEAD>
2048 <BODY>
2049 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
2050 <BR>
2051 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
2052 We hope you will explore Alpine's many capabilities. From the MAIN MENU,
2053 select Setup/Config to see many of the options available to you. Also note
2054 that all screens have context-sensitive help text available.<P>
2055 <!--chtml if pinemode="phone_home"-->
2056 SPECIAL REQUEST:
2057 This software was originally created and maintained as a public
2058 service by the University of Washington until 2009; updates are made 
2059 available as a public service of the Alpine community. It is always 
2060 helpful to have an idea of how many users are using Alpine. Are you 
2061 willing to be counted as an Alpine user? Pressing 
2062 <A HREF="X-Alpine-Phone-Home:">Return</A>
2063 will send an anonymous (meaning, your real email address will not be revealed) 
2064 message to the Alpine developers for purposes of tallying.
2066 <!--To Exit this screen and continue your Alpine session press "E".-->
2067 <!--chtml else-->
2068 To Exit this screen and continue your Alpine session press "Return".
2069 <!--chtml endif-->
2070 </BODY>
2071 </HTML>
2072 ===== new_alpine_user_greeting ======
2073 <HTML>
2074 <HEAD>
2075 <TITLE>NEW ALPINE USER GREETING</TITLE>
2076 </HEAD>
2077 <BODY>
2078 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
2079 <BR>
2080 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
2081 Your Alpine configuration file indicates that you may have used Pine before
2082 but not Alpine.
2083 If you are familiar with the way Pine works, you should be comfortable
2084 using Alpine.
2085 Your Pine configuration file is automatically used for Alpine.
2086 The Release Notes may be viewed by pressing 
2087 &quot;R&quot; now or while in the MAIN MENU.
2089 <!--chtml if pinemode="phone_home"-->
2090 SPECIAL REQUEST:
2091 This software was originally created and maintained as a public
2092 service by the University of Washington until 2009; updates are made 
2093 available as a public service of the Alpine community. It is always 
2094 helpful to have an idea of how many users are using Alpine. Are you 
2095 willing to be counted as an Alpine user? Pressing 
2096 <A HREF="X-Alpine-Phone-Home:">Return</A>
2097 will send an anonymous (meaning, your real email address will not be revealed) 
2098 message to the Alpine developers for purposes of tallying.
2100 <!--To Exit this screen and continue your Alpine session press "E".-->
2101 <!--chtml else-->
2102 To Exit this screen and continue your Alpine session press "Return".
2103 <!--chtml endif-->
2104 </BODY>
2105 </HTML>
2106 ===== new_version_greeting ======
2107 <HTML>
2108 <HEAD>
2109 <TITLE>NEW VERSION GREETING</TITLE>
2110 </HEAD>
2111 <BODY>
2112 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
2113 <BR>
2114 <H1>Welcome to Alpine version <!--#echo var="ALPINE_VERSION"-->!</H1>
2115 Your Alpine configuration file indicates that you may not have used 
2116 this version of Alpine before.  This version's significant changes are
2117 documented in the Release Notes, which may be viewed by pressing 
2118 &quot;R&quot; now or while in the MAIN MENU.
2120 <!--chtml if pinemode="phone_home"-->
2121 SPECIAL REQUEST:
2122 This software was originally created and maintained as a public
2123 service by the University of Washington until 2009; updates are made 
2124 available as a public service of the Alpine community. It is always 
2125 helpful to have an idea of how many users are using Alpine. Are you 
2126 willing to be counted as an Alpine user? Pressing 
2127 <A HREF="X-Alpine-Phone-Home:">Return</A>
2128 will send an anonymous (meaning, your real email address will not be revealed) 
2129 message to the Alpine developers for purposes of tallying.
2131 <!--To Exit this screen and continue your Alpine session press "E".-->
2132 <!--chtml else-->
2133 To Exit this screen and continue your Alpine session press "Return".
2134 <!--chtml endif-->
2135 </BODY>
2136 </HTML>
2138 ===== main_menu_tx ======
2139 <HTML>
2140 <HEAD>
2141 <TITLE>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</TITLE>
2142 </HEAD>
2143 <BODY>
2144 <H1>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</H1>
2145 <DIV ALIGN=CENTER>
2146 Version <!--#echo var="ALPINE_VERSION"-->
2147 <!--chtml if pinemode="running"-->
2148 <BR>(built <!--#echo var=ALPINE_COMPILE_DATE-->)
2149 <!--chtml endif-->
2150 </DIV>
2151 <CENTER>Copyright 2013-2017 Eduardo Chappa,
2152 <BR>Copyright 2006-2008 University of Washington.
2153 </CENTER>
2156 When you are viewing a help screen, there may be links to
2157 other topics highlighted (in Reverse video) in the text.
2158 Here is an example.
2159 The word &quot;Introduction&quot; in the TABLE OF CONTENTS below should be
2160 highlighted.
2161 If you type carriage return (or V for View Link, see the commands at the
2162 bottom of the screen) you will be taken to a new help screen to view the
2163 Introduction.
2164 The commands at the bottom of the screen should then include
2165 &quot;P Prev Help&quot;.
2166 If you type &quot;P&quot; you will end up back here.
2167 If you type &quot;E&quot; for Exit, you will be back out of help and returned
2168 to the place you were in Alpine when you entered Help.
2169 In this case, you would go back to the MAIN MENU.
2170 There are also other links that are highlighted in bold (or the color used
2171 by your terminal to display bold).
2172 The items after the Introduction in the TABLE OF CONTENTS are all examples
2173 of such links.
2174 In order to view those links, you first have to make the link you want
2175 to view the current link.
2176 The &quot;NextLink&quot; and &quot;PrevLink&quot; commands
2177 (see bottom of screen) can do that for you.
2180 <H2>TABLE OF CONTENTS</H2>
2181 <OL>
2182   <LI> <A HREF="h_mainhelp_intro">Introduction</A>
2183   <LI> <A HREF="h_mainhelp_pinehelp">Alpine Help</A>
2184 <!--chtml if [ -r PINE_INFO_PATH ]-->
2185   <LI> <A HREF="h_mainhelp_localsupport">Local Support Contacts</A>
2186 <!--chtml endif-->
2187   <LI> <A HREF="h_mainhelp_cmds">Giving Commands in Alpine</A>
2188   <LI> <A HREF="h_mainhelp_config">Alpine Configuration</A>
2189   <LI> <A HREF="h_mainhelp_status">Titlebar Line</A>
2190   <LI> <A HREF="h_mainhelp_mainmenu">Main Menu</A>
2191   <LI> <A HREF="h_mainhelp_index">Index of Messages</A>
2192   <LI> <A HREF="h_mainhelp_reading">Reading Messages</A>
2193   <LI> <A HREF="h_mainhelp_composing">Composing Messages</A>
2194   <LI> <A HREF="h_mainhelp_readingnews">Reading News</A>
2195   <LI> <A HREF="h_mainhelp_abooks">Address Books</A>
2196   <LI> <A HREF="h_mainhelp_ldap">LDAP Directories</A>
2197   <LI> <A HREF="h_mainhelp_folders">Folders</A>
2198   <LI> <A HREF="h_mainhelp_collections">Collection Lists</A>
2199   <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
2200   <LI> <A HREF="h_mainhelp_color">Color Setup</A>
2201   <LI> <A HREF="h_mainhelp_filtering">Filtering</A>
2202   <LI> <A HREF="h_mainhelp_roles">Roles</A>
2203   <LI> <A HREF="h_mainhelp_patterns">Patterns</A>
2204   <LI> <A HREF="h_mainhelp_keywords">Keywords (or Flags, or Labels)</A>
2205   <LI> <A HREF="h_mainhelp_mouse">Using a Mouse</A>
2206   <LI> <A HREF="h_mainhelp_cmdlineopts">Command Line Options</A>
2207   <LI> <A HREF="h_mainhelp_securing">Securing Your Alpine Session</A>
2208   <LI> <A HREF="h_mainhelp_smime">S/MIME</A>
2209   <LI> <A HREF="h_mainhelp_problems">Reporting Problems</A>
2210   <LI> <A HREF="X-Alpine-Config:">Show Supported Options in this Alpine</A>
2211   <LI> <A HREF="h_help_index">Index to Alpine's Online Help</A>
2212 </OL>
2215 &lt;End of help on this topic&gt;
2216 </BODY>
2217 </HTML>
2218 ===== h_mainhelp_intro ======
2219 <HTML>
2220 <HEAD>
2221 <TITLE>Introduction</TITLE>
2222 </HEAD>
2223 <BODY>
2224 <H1>Introduction</H1>
2226 Alpine is an &quot;Alternatively Licensed Program for Internet
2227 News and Email&quot; produced until 2009 by the University of Washington.
2228 It is intended to be an easy-to-use program for
2229 sending, receiving, and filing Internet electronic mail messages and
2230 bulletin board (Netnews/Usenet) messages. Alpine supports the following
2231 Internet protocols and specifications: SMTP (Simple Mail Transport Protocol), 
2232 NNTP (Network News Transport Protocol), MIME (Multipurpose Internet Mail 
2233 Extensions), IMAP (Internet Message Access Protocol), and LDAP (Lightweight
2234 Directory Access Protocol).<p>
2236 Although originally designed for inexperienced email users, Alpine has
2237 evolved to support many advanced features.  There are an ever-growing
2238 number of configuration and personal-preference options, though which of
2239 them are available to you is determined by your local system managers. 
2241 <H2>WHAT ALPINE DOES...</H2>
2243 Alpine is a &quot;mail user agent&quot; (MUA), which is a program that
2244 allows you to
2245 compose and read messages using Internet mail standards.  (Whether you
2246 can correspond with others on the Internet depends on whether or not your
2247 computer is connected to the Internet.)  Alpine also allows reading and
2248 posting messages on the Internet &quot;net news&quot; system, provided
2249 that your site operates a suitable news server.
2251 <H2>WHAT ALPINE DOES NOT DO...</H2>
2253 A &quot;mail user agent&quot; such as Alpine is just one part of a
2254 messaging system. Here are some things that are <B>not</B> done by Alpine,
2255 but require other programs:<P>
2256 <UL>
2257  <LI> Actual relaying of email... which is done by &quot;message transfer 
2258 agents&quot;.
2259  <LI> Vacation messages... automatically responding to incoming messages
2260  <LI> Anything to do with &quot;talk&quot;... which has nothing to do with 
2261 email.
2262  <LI> Anything to do with &quot;irc&quot;... which has nothing to do with email.
2263  <LI> List processing... resending one message to a list of recipients.
2264 </UL>
2267 &lt;End of help on this topic&gt;
2268 </BODY>
2269 </HTML>
2271 ===== h_mainhelp_pinehelp ======
2272 <HTML>
2273 <HEAD>
2274 <TITLE>Alpine Help</TITLE>
2275 </HEAD>
2276 <BODY>
2277 <H1>Alpine Help</H1>
2279 Alpine help is generally context-sensitive. In other words, each Alpine screen you 
2280 use will have its own help text, explaining the choices available for that
2281 screen. This general help section, on the other hand, attempts to give an 
2282 overall picture of what Alpine is capable of doing, as well as pointers to 
2283 additional help sections about specific topics.<p>
2285 Much of the help text contains links to further help topics, similar to
2286 how the World Wide Web works.
2287 You may choose a link to view using the &quot;NextLink&quot; and
2288 &quot;PrevLink&quot; commands to change the link that is highlighted.
2289 The &quot;View Link&quot; command will then show you the highlighted link.
2290 Similar to the Back button in a web browser, the &quot;Prev Help&quot; command
2291 will return you to where you were before viewing the link, and &quot;Exit Help&quot
2292 will return you to the location in Alpine before you asked for help.
2293 For example, if you are reading this text in Alpine you may return to the
2294 help table of contents with the &quot;Prev Help&quot; command or you may view the
2295 Release notes link in the next paragraph and then return here with
2296 &quot;Prev Help&quot;.
2299 In addition to this general help on Alpine, <A HREF="h_news">Release Notes</A>
2300 on the current Alpine version are also available from the MAIN MENU: Press
2301 <!--chtml if pinemode="function_key"-->
2302 &quot;F9&quot;
2303 <!--chtml else-->
2304 &quot;R&quot;
2305 <!--chtml endif-->
2306 to browse the release notes.  These include changes since the last release,
2307 configuration information, the history of the Alpine
2308 project, credits, and legal notices.
2310 Alpine releases are available via the world wide web at
2312 <CENTER><SAMP><A 
2313 HREF="http://alpine.freeiz.com/alpine/release/">http://alpine.freeiz.com/alpine/release/</A></SAMP
2314 ></CENTER>
2317 If you would like to print <EM>all</EM> of Alpine's internal help text
2318 (not recommended) for a little light bedtime reading, then press
2319 <!--chtml if pinemode="function_key"-->
2320 &quot;F12&quot;
2321 <!--chtml else-->
2322 &quot;Z&quot;
2323 <!--chtml endif-->
2324 now.  (This assumes that the
2325 copy of Alpine you are using has been properly configured for printing
2326 at your site.)
2328 &lt;End of help on this topic&gt;
2329 </BODY>
2330 </HTML>
2331 ===== h_mainhelp_localsupport ======
2332 <HTML>
2333 <HEAD>
2334 <TITLE>Local Support Contacts</TITLE>
2335 </HEAD>
2336 <BODY>
2337 <H1>Local Support Contacts</H1>
2339 <!--chtml if [ -r PINE_INFO_PATH ]-->
2340 <!--#include file="PINE_INFO_PATH"-->
2341 <!--chtml else-->
2342 No Local Support Contacts configured.
2343 <!--chtml endif-->
2346 &lt;End of help on this topic&gt;
2347 </BODY>
2348 </HTML>
2350 ===== h_mainhelp_cmds ======
2351 <HTML>
2352 <HEAD>
2353 <TITLE>Giving Commands in Alpine</TITLE>
2354 </HEAD>
2355 <BODY>
2356 <H1>Giving Commands in Alpine</H1>
2358 Unless configured otherwise
2359 (<A HREF="h_config_blank_keymenu"><!--#echo var="FEAT_disable-keymenu"--></A>)
2360 the bottom two lines of the screen are always used to list the
2361 commands you can give.  You press the keys that are highlighted to give
2362 the command.  The commands for getting help and going back to the main
2363 menu are always present (except when viewing help as you are now).
2364 <!--chtml if pinemode="function_key"-->
2365 <!--chtml else-->
2367 Pressing O (meaning &quot;Other Commands&quot;) changes the keys
2368 you see at the bottom of any screen. In some cases there are 3 or
2369 even 4 different
2370 sets of keys that can be seen by using the O key. <EM>All commands are 
2371 active</EM>, even if they are not currently showing at the bottom of your 
2372 screen. In other words, you <EM>never</EM> need to press the O key, except to 
2373 remind yourself of the proper key to press to perform an operation.
2375 <H2>Control Key Commands</H2>
2376 When composing mail, and in a few other places, in Alpine you
2377 have to use Control keys. This means pressing the Control key (usually labeled 
2378 &quot;Ctrl&quot;) and the
2379 letter indicated at the same time.  Usually, this is shown with a
2380 &quot;^&quot; in front of the letter.  On some systems, certain control
2381 characters are intercepted before they get to Alpine.  As a work-around,
2382 you can press the ESCAPE key twice followed by the desired key.  For
2383 example, if Ctrl-O (^O) does not work on your system, try typing
2384 &quot;ESC ESC O&quot;.
2385 <!--chtml endif-->
2386 <H2>Paging Up and Down</H2>
2387 The &quot;+&quot; and &quot;-&quot; keys are used for
2388 moving to the next or previous page.  The space bar is a synonym for
2389 &quot;+&quot;.  You may also use Ctrl-V to page down and Ctrl-Y to page
2390 up as you do in the message composer.  On screens with a WhereIs (search)
2391 command, W or Ctrl-W followed by Ctrl-V will move to the bottom of the
2392 message or list, and W or Ctrl-W followed by Ctrl-Y will move to the top
2393 of the message or list.
2395 <H2>Return Key</H2>
2396 The return key is usually a synonym for a frequently used
2397 command.  When viewing a message, there is currently not a default
2398 command, so RETURN does nothing; when in the index, it is synonymous with
2399 &quot;view msg&quot;. In the key menu at the bottom of the screen, whatever is
2400 enclosed in square brackets [] is the same as the return key.
2402 <H2>Control Keys Not Used By Alpine</H2>
2403 Most commands in Alpine are single letters, with -- we hope -- some mnemonic 
2404 value, but in places where Alpine is expecting text input, e.g. in the composer or 
2405 at prompts for file/folder names, control keys must be used for editing and 
2406 navigation functions.
2409 Alpine has used nearly all the control keys available.  There are, however,
2410 certain control keys that are reserved by other programs or for technical
2411 reasons.  Alpine does not use any of these keys:
2412 <DL>
2413  <DT>Ctrl-S</DT> <DD>Used by Unix as &quot;stop output&quot;</DD>
2414  <DT>Ctrl-Q</DT> <DD>Used by Unix as &quot;resume output&quot;</DD>
2415  <DT>Ctrl-]</DT> <DD>Often used by Telnet as escape key</DD>
2416 </DL>
2418 Note: Ctrl-S and Ctrl-Q can be subject to 
2419 <A HREF="h_special_xon_xoff">special handling</A>.
2421 In addition, while the ESC key alone is not used for command input,
2422 Alpine will recognize two consecutive ESC key presses followed by a letter 
2423 key as a substitute for control key input.  For example, the control key
2424 <SAMP>Ctrl-X</SAMP> can alternatively be entered using the
2425 three keystrokes: <SAMP>ESC&nbsp;ESC&nbsp;x</SAMP>.
2426 This is useful if the communication program you are using
2427 (e.g. Telnet) has its own, conflicting, idea of what certain control
2428 characters mean.
2431 <H2>Repainting the Screen</H2>
2432 Sometimes what is displayed on the screen will be
2433 incorrect due to noise on the phone line or other causes and you will want
2434 to repaint the whole screen to make it correct.  You can use the Ctrl-L
2435 command to do this.  It never hurts to do it when in doubt.
2438 &lt;End of help on this topic&gt;
2439 </BODY>
2440 </HTML>
2441 ===== h_mainhelp_status ======
2442 <HTML>
2443 <HEAD>
2444 <TITLE>Titlebar Line</TITLE>
2445 </HEAD>
2446 <BODY>
2447 <H1>Titlebar Line</H1>
2449 The top line of the screen is Alpine's titlebar line.  It will always display
2450 the current version of Alpine and will also convey information about the
2451 status of the program.  This is where you look to find out what
2452 collection, folder and message number is active and where you are in Alpine.
2455 If the titlebar line says &quot;READONLY&quot; it means that the open folder
2456 (typically your INBOX) is &quot;locked&quot; by another mail session --
2457 most likely a more recent session of Alpine has taken the INBOX lock.
2460 If the titlebar line says &quot;CLOSED&quot; it means that you are trying to
2461 access a
2462 folder on a remote mail server, and for some reason, communication with
2463 the mail server has either been lost, or never successfully established.
2464 This can be a result of trying to open a non-existent folder, or one
2465 stored on an invalid or non-operational server, or it can mean that Alpine
2466 has been suspended for more that 30 minutes while accessing a remote mail
2467 server.
2470 &lt;End of help on this topic&gt;
2471 </BODY>
2472 </HTML>
2473 ===== h_mainhelp_mainmenu ======
2474 <HTML>
2475 <HEAD>
2476 <TITLE>Main Menu</TITLE>
2477 </HEAD>
2478 <BODY>
2479 <H1>Main Menu</H1>
2481 The Main Menu lists Alpine's main options.
2482 The key or keys you must type to enter your
2483 choice are to the left of each option or command name.
2484 You can type either uppercase or lowercase letters,
2485 and you should not press &lt;Return&gt; after typing the
2486 letter (unless you are specifically asking for the default,
2487 highlighted command).
2490 From the Main Menu you can choose to read online help, write (compose) and 
2491 send a message, look at an index of your mail messages, open or maintain
2492 your mail folders, update your address book, configure Alpine, and quit Alpine.
2493 There are additional options listed at
2494 the bottom of the screen as well.
2497 The Help command usually returns context-sensitive help information.
2498 However, in the Main Menu you get the most general help, which includes
2499 a Table of Contents.
2500 The last entry in the Table of Contents is an Index of help topics,
2501 so this is a good place to go if you are having trouble finding how
2502 to do something.
2504 <H2>Main Menu Commands</H2>
2505 The Alpine main menu lists the most common Alpine functions. A <a
2506 href="h_main_menu_commands">full list of these
2507 commands</a> and what they do is available.
2509 &lt;End of help on this topic&gt;
2510 </BODY>
2511 </HTML>
2512 ===== h_mainhelp_abooks ======
2513 <HTML>
2514 <HEAD>
2515 <TITLE>Address Books</TITLE>
2516 </HEAD>
2517 <BODY>
2518 <H1>Address Books</H1>
2521 As you use email, you can build a list of your regular email correspondents 
2522 in your Alpine
2523 Address Book. At the Alpine MAIN MENU, press A to see the Address Book List 
2524 screen. Your
2525 personal address book will be highlighted. Press &lt;Return&gt; to view it.
2526 You can use the address book to store email addresses for individuals or
2527 groups, to create easily
2528 remembered &quot;nicknames&quot; for these addresses, and to quickly retrieve an email 
2529 address when you are composing a message.
2531 There are two ways to add addresses to your address book: you can add them 
2532 manually or take them from messages (by pressing T to access the Take command). 
2533 With either method, you specify nicknames for your correspondents. A single 
2534 address book entry (or nickname) can point to just one email address, or, it can
2535 point to more than one. When it points to more than one, it is called a 
2536 distribution list. Each distribution list has a nickname, a full name, and a 
2537 list of addresses. These
2538 addresses may be actual addresses, other nicknames in your address book, or 
2539 other
2540 distribution lists.
2543 Additional information is available in Alpine's online help:
2544 <ul>
2545   <li><a href="h_abook_opened">The Alpine Address Book</a></li>
2546 </ul>
2548 &lt;End of help on this topic&gt;
2549 </BODY>
2550 </HTML>
2551 ===== h_mainhelp_ldap ======
2552 <HTML>
2553 <HEAD>
2554 <TITLE>LDAP</TITLE>
2555 </HEAD>
2556 <BODY>
2557 <H1>LDAP</H1>
2559 LDAP (Lightweight Directory Access Protocol) is a standard means of accessing 
2560 an organization's shared
2561 directories. Essentially, using LDAP, Alpine is able to find email addresses in 
2562 large address
2563 books, rather like the White Pages provided by the phone company. As an Alpine 
2564 user, it is not
2565 necessary to know much about how this works, only how to use it and how to 
2566 configure
2569 More information on configuring LDAP is available in Alpine's online help:
2570 <ul>
2571   <li><a href="h_direct_config">Setup LDAP Directory Servers</a></li>
2572 </ul>
2574 Additional help on using LDAP in Alpine is also available:
2575 <ul>
2576   <li><a href="h_ldap_view">LDAP Response View Explained</a></li>
2577 </ul>
2579 &lt;End of help on this topic&gt;
2580 </BODY>
2581 </HTML>
2582 ===== h_mainhelp_index ======
2583 <HTML>
2584 <HEAD>
2585 <TITLE>Index of Messages</TITLE>
2586 </HEAD>
2587 <BODY>
2588 <H1>Index of Messages</H1>
2590 In Alpine's message index, the selected message is highlighted. The first 
2591 column on the left is blank, shows a &quot;+&quot; if the message was
2592 sent directly to you (i.e., it is not a
2593 copy or from a list), or a &quot;-&quot; if you were explicitly Cc'd.
2595 The second column may be blank, or it may contain:
2596 <ul>
2597   <li>"N" if the message is new (unread), </li>
2598   <li>"A" if you have answered the message (using the Reply command), </li>
2599   <li>"D" if you have marked the message for deletion.</li>
2600 </ul>
2603 Note: If you answer a message as well as mark it deleted (in either order), 
2604 you will only see the &quot;D&quot;.
2607 The rest of the columns in the message line show you the message
2608 number, date sent, sender, size, and subject. For details, press ? (Help).  
2609 The behavior and appearance of the Index screen is highly configurable.
2610 In the Setup/Config screen search (with the WhereIs command) for options
2611 that contain the words &quot;index&quot; or &quot;thread&quot; to see
2612 many of the configuration possibilities.
2613 In particular, the
2614 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
2615 option may be used to configure the look of the standard MESSAGE INDEX lines
2616 in many different ways.
2617 Find <!--#echo var="VAR_index-format"--> in the Setup/Config screen and
2618 read the help text there for more information.
2620 Most of the commands you need to handle your messages are visible at the
2621 bottom of the screen, and you can press O (OTHER CMDS) to see additional
2622 commands that are available.
2623 You do not need to see these &quot;other commands&quot;
2624 on the screen to use them. That is, you never need to press O as a prefix
2625 for any other command.
2628 Additional information is available in Alpine's online help:
2629 <ul>
2630   <li><a href="h_mail_index">Message Index Commands</a></li>
2631 </ul>
2633 &lt;End of help on this topic&gt;
2634 </BODY>
2635 </HTML>
2636 ===== h_mainhelp_reading ======
2637 <HTML>
2638 <HEAD>
2639 <TITLE>Reading Messages</TITLE>
2640 </HEAD>
2641 <BODY>
2642 <H1>Reading Messages</H1>
2644 The message text screen shows you the text of the message along with
2645 its header. If a message has attachments, those will be listed (but not
2646 displayed) also.  The titlebar line displays information about the currently
2647 open message, folder and collection.  You see the name of the collection
2648 (if there is one) in angle brackets, then the name of the folder, then the
2649 message number and finally the position within the current message (in
2650 percent). If the message is marked for deletion
2651 &quot;DEL&quot; will appear in the
2652 upper right as well.
2655 As with every Alpine screen, the bottom two lines show you the commands 
2656 available.
2658 <P>Additional information is available in Alpine's online help:
2659 <ul>
2660   <li><a href="h_mail_view">Message Text Screen</a></li>
2661   <li><a href="h_attachment_screen">Attachment Index Screen Explained</a></li>
2662   <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a></li>
2663 </ul>
2665 &lt;End of help on this topic&gt;
2666 </BODY>
2667 </HTML>
2668 ===== h_mainhelp_composing ======
2669 <HTML>
2670 <HEAD>
2671 <TITLE>Composing Messages</TITLE>
2672 </HEAD>
2673 <BODY>
2674 <H1>Composing Messages</H1>
2676 To write a message, press C (Compose). You see the Compose Message
2677 screen, which is divided into two parts: the header area and the message
2678 text area. The header area is where information on the recipient (the To:
2679 field) and the subject line go, while the message text area contains the
2680 actual text of the email message. Different commands are available to you
2681 when your cursor is in different areas on this screen. To see additional
2682 help on commands in either the message text or header area, type
2683 <Control>G (Get help).
2686 To move around, use the arrow keys or Ctrl-N (Next line) and Ctrl-P 
2687 (Previous line); to correct typing errors, use &lt;Backspace&gt; or &lt;Delete&gt;.
2689 <P>The following information from Alpine's online help may prove useful:
2690 <ul>
2691   <li><a href="h_composer_to">Message Header Commands</a></li>
2692   <li><a href="h_compose_richhdr">Rich Header Command</a></li>
2693   <li><a href="h_composer">Composer Commands</a></li>
2694   <li><a href="h_edit_nav_cmds">Composer Editing Commands</a></li>
2695   <li><a href="h_config_change_your_from">Changing your From Address</a></li>
2696   <li><a href="h_compose_send">Send Command</a></li>
2697   <li><a href="h_compose_spell">Spell Check Command</a></li>
2698 </ul>
2700 &lt;End of help on this topic&gt;
2701 </BODY>
2702 </HTML>
2703 ===== h_mainhelp_collections ======
2704 <HTML>
2705 <HEAD>
2706 <TITLE>Collection Lists</TITLE>
2707 </HEAD>
2708 <BODY>
2709 <H1>Collection Lists</H1>
2711 Collection lists are Alpine's way of organizing groups of folders. Each
2712 "collection" can reside on a different server, for example, and contain a
2713 different group of mail folders.
2716 For more information on this, see:
2717 <ul>
2718   <li><a href="h_what_are_collections">Folder Collections Explained</a></li>
2719 </ul>
2721 Additional information relating to collection lists is also available in 
2722 Alpine's online
2723 help:
2724 <ul>
2725   <li><a href="h_collection_maint">Setup Collection List Screen</a></li>
2726   <li><a href="h_collection_screen">Collection List Screen</a></li>
2727 </ul>
2729 &lt;End of help on this topic&gt;
2730 </BODY>
2731 </HTML>
2732 ===== h_mainhelp_folders ======
2733 <HTML>
2734 <HEAD>
2735 <TITLE>Folders</TITLE>
2736 </HEAD>
2737 <BODY>
2738 <H1>Folders</H1>
2740 Messages can quickly accumulate in your INBOX folder. If you use email
2741 often, you soon could have hundreds. You need to delete messages you do
2742 not want, and you can use folders to organize messages you wish to save. A
2743 folder is a collection of one or more messages that are stored (just like
2744 the messages in your INBOX) so you can access and manage them.
2747 You can organize your email messages into different folders by topic,
2748 correspondent, date, or any other category that is meaningful to you. You
2749 can create your own folders, and Alpine automatically provides three:
2750 <ul>
2751   <li>The INBOX folder: messages sent to you are listed in this folder.
2752       When you first start Alpine and go to the Message Index screen, you are
2753 looking at the list of messages in your INBOX folder. Every incoming
2754 message remains in your INBOX until you delete it or save it in another
2755 folder. </li>
2756   <li>The sent-mail folder: copies of messages you send are stored in this 
2757 folder. This is
2758 convenient if you cannot remember whether you actually sent a message and want 
2759 to check, or
2760 if you want to send a message again.</li>
2761   <li>The saved-messages folder: copies of messages you save are stored in this 
2762 folder
2763 unless you choose to save them to other folders you create yourself.</li>
2764 </ul>
2767 More information about folders is available in Alpine's online help:
2768 <ul>
2769   <li><a href="h_folder_open">Explanation of Folder Selection</a></li>
2770   <li><a href="h_folder_maint">Help for Folder List</a></li>
2771   <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a></li>
2772   <li><a href="h_folder_fcc">Folder Select for Fcc ("sent-mail") 
2773 Explained</a></li>
2774   <li><a href="h_folder_save">Folder Select for Save Explained</a></li>
2775 </ul>
2777 &lt;End of help on this topic&gt;
2778 </BODY>
2779 </HTML>
2780 ===== h_mainhelp_color ======
2781 <HTML>
2782 <HEAD>
2783 <TITLE>Color</TITLE>
2784 </HEAD>
2785 <BODY>
2786 <H1>Color</H1>
2788 If the terminal emulator you are using is capable of displaying color or if
2789 you are using PC-Alpine, then it is possible to set up Alpine so that various
2790 parts of the display will be shown in colors you configure. This is done
2791 using the Setup Color screen, available from the MAIN MENU by selecting
2792 the Setup command followed by &quot;K&quot; for Kolor (because &quot;C&quot;
2793 stands for Config in this context).
2796 For example, you may color things like the titlebar, the current item,
2797 the keymenu, and the status messages.
2798 You may also color lines in the index, and headers and quoted text in the
2799 MESSAGE TEXT screen.
2800 You use the Color Setup screen for configuring most of this, but you must
2801 use the IndexColor setup for coloring whole index lines.
2802 These are available from the MAIN MENU under Setup/Kolor and Setup/Rules/IndexColor.
2805 The following entries in Alpine's online help provide additional information 
2806 about how to use color:
2807 <UL>
2808   <LI> <A HREF="h_color_setup">Color Setup screen</A>
2809   <LI> <A HREF="h_rules_incols">Index Line Color</A>
2810   <LI> <A HREF="h_config_quote_color">quoted text</A> in message view
2811   <LI> <A HREF="h_config_customhdr_pattern">text associated with user-defined headers</A> in message view
2812 </UL>
2814 &lt;End of help on this topic&gt;
2815 </BODY>
2816 </HTML>
2817 ===== h_mainhelp_mouse ======
2818 <HTML>
2819 <HEAD>
2820 <TITLE>Using a Mouse</TITLE>
2821 </HEAD>
2822 <BODY>
2823 <H1>Using a Mouse</H1>
2825 If you are using PC-Alpine mouse support is turned on automatically.
2826 If you are using UNIX Alpine within an X terminal window or within
2827 a terminal emulator that supports an xterm-style mouse, then you may
2828 turn on support for the mouse with the feature
2829 <A HREF="h_config_enable_mouse"><!--#echo var="FEAT_enable-mouse-in-xterm"--></A>.
2830 For UNIX Alpine you will also need to set the $DISPLAY environment variable.
2832 PC-Alpine offers considerable mouse support.  You can view what is
2833 &quot;clickable&quot; by dragging your mouse over any screen; when the
2834 arrow cursor changes into a hand, you found something. Mouse-click
2835 possibilities include navigating between screens and folders and
2836 double-clicking on hyperlinks to open your Web browser.
2837 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
2838 screen.  Examples of right-click options include &quot;copy&quot; after
2839 selecting text to copy and &quot;View in New Window&quot; when you click
2840 on a particular message in the Message Index. The menu choices available
2841 to you will vary based upon what screen is open, where on the screen your
2842 cursor is located, and even what action you have already taken.
2843 Within a folder, you may set the &quot;Important&quot; flag on any
2844 message.
2846 X terminal mouse support is more limited but still quite powerful.
2847 As with PC-Alpine, clicking on any of the commands in the keymenu at
2848 the bottom of the screen will execute that command as if you typed it.
2849 Double-clicking on a link, for example the link to the
2850 <!--#echo var="FEAT_enable-mouse-in-xterm"--> feature in the paragraph above,
2851 will take you to that link.
2852 Double-clicking on an index line will view the message, and so on.
2854 &lt;End of help on this topic&gt;
2855 </BODY>
2856 </HTML>
2857 ===== h_mainhelp_keywords ======
2858 <HTML>
2859 <HEAD>
2860 <TITLE>Keywords</TITLE>
2861 </HEAD>
2862 <BODY>
2863 <H1>Keywords</H1>
2865 Within a folder, you may set the &quot;Important&quot; flag on any
2866 message.
2867 This doesn't have any system-defined meaning and is only called
2868 the Important flag because many users use it to signify that a message
2869 is important to them in some way.
2871 You may also define your own set of keywords.
2872 You might know these as user defined flags or as labels.
2873 These are similar to the Important flag but you choose the names for yourself.
2875 Alpine will only display keywords that
2876 have been added by you in the Flag Details screen or
2877 that have been configured by you using the Setup/Config option
2878 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
2879 Keywords set by other means (for example, by another email client) will not
2880 show up in Alpine unless you configure Alpine to know about them.
2881 They will show up in the Flag Details screen, but will not show up, for example,
2882 in the index line.
2885 The following entries in Alpine's online help provide additional information 
2886 about how to use keywords:
2887 <ul>
2888   <li><A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--> config option</A></li>
2889   <li><A HREF="h_common_flag">Flag command to set keywords</A></li>
2890 </ul>
2892 &lt;End of help on this topic&gt;
2893 </BODY>
2894 </HTML>
2895 ===== h_mainhelp_roles ======
2896 <HTML>
2897 <HEAD>
2898 <TITLE>Roles</TITLE>
2899 </HEAD>
2900 <BODY>
2901 <H1>Roles</H1>
2903 You may play different roles depending on who you are replying to. For
2904 example, if you are replying to a message addressed to help-desk you may
2905 be acting as a Help Desk Worker. That role may require that you use a
2906 different return address and/or a different signature.
2909 To configure roles, go to the MAIN MENU and use the Setup command
2910 followed by &quot;Rules&quot; and then &quot;Roles&quot;.
2911 The following entries in Alpine's online help provide additional information 
2912 about how to
2913 use roles:
2914 <ul>
2915   <li><a href="h_rules_roles">Setup Roles Screen</a></li>
2916   <li><a href="h_role_select">Roles Screen</a></li>
2917 </ul>
2919 &lt;End of help on this topic&gt;
2920 </BODY>
2921 </HTML>
2922 ===== h_mainhelp_filtering ======
2923 <HTML>
2924 <HEAD>
2925 <TITLE>Filtering</TITLE>
2926 </HEAD>
2927 <BODY>
2928 <H1>Filtering</H1>
2930 The software that actually delivers mail (the stuff that happens
2931 before Alpine is involved) for you is in a better position to do mail filtering
2932 than Alpine itself.
2933 If possible, you may want to look into using that sort of mail filtering to
2934 deliver mail to different folders, delete it, or forward it.
2935 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
2938 Filtering is a way to automatically move certain messages from one folder
2939 to another or to automatically delete messages.
2940 You may also automatically set the state (Important, New, Deleted, Answered) of messages
2941 and set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
2942 Alpine doesn't have the ability to forward mail to another address or
2943 to deliver vacation messages.
2946 To configure filtering, go to the MAIN MENU and use the Setup command
2947 followed by &quot;Rules&quot; and then &quot;Filters&quot;.
2948 The following entries in Alpine's online help provide additional information 
2949 about how to use filtering:
2950 <UL>
2951   <LI> <A HREF="h_rules_filter">Filtering Setup screen</A>
2952 </UL>
2954 &lt;End of help on this topic&gt;
2955 </BODY>
2956 </HTML>
2957 ===== h_mainhelp_patterns ======
2958 <HTML>
2959 <HEAD>
2960 <TITLE>Patterns</TITLE>
2961 </HEAD>
2962 <BODY>
2963 <H1>Patterns</H1>
2965 Patterns are used with Roles, Filtering, Index Coloring,
2966 Scoring, Other Rules, and Search Rules, so it may help you to understand exactly how Patterns work.
2967 The following entries in Alpine's online help provide information 
2968 about using Patterns:
2969 <UL>
2970   <LI> <A HREF="h_rule_patterns">Patterns</A>
2971 </UL>
2973 &lt;End of help on this topic&gt;
2974 </BODY>
2975 </HTML>
2976 ===== h_mainhelp_cmdlineopts ======
2977 <HTML>
2978 <HEAD>
2979 <TITLE>Command Line Options</TITLE>
2980 </HEAD>
2981 <BODY>
2982 <H1>Command Line Options</H1>
2984 Alpine accepts a number of command line arguments, allowing you, for
2985 example, to start Alpine and immediately access a particular folder.
2986 Many of these arguments overlap with options in the Alpine configuration file.
2987 If there is a difference, then an option set on the command line takes
2988 precedence.
2989 Alpine expects command line arguments (other than addresses) to be
2990 preceded by a &quot;-&quot; (dash) as normally used by UNIX programs.
2991 A <a href="h_command_line_options">full list</a> of command line
2992 possibilities is available.
2994 &lt;End of help on this topic&gt;
2995 </BODY>
2996 </HTML>
2997 ===== h_mainhelp_config ======
2998 <HTML>
2999 <HEAD>
3000 <TITLE>Alpine Configuration</TITLE>
3001 </HEAD>
3002 <BODY>
3003 <H1>Alpine Configuration</H1>
3005 Unless it has been administratively disabled, the Setup command on the
3006 MAIN MENU has several subcommands that allow you to modify Alpine's behavior.
3007 The possible subcommands are for general Configuration settings,
3008 Printer settings, Changing your Password, Signature setup,
3009 AddressBook setup, Collection Lists setup, Rules (including Roles, Filters,
3010 Scores, Search, Indexcolor, and Other rules), LDAP Directory setup,
3011 and Color configuration.
3012 In particular, the &quot;Config&quot; subcommand has many features you may
3013 set or unset and many other configuration variables that may be set to change
3014 the way Alpine works.
3015 Every one of the hundreds of options available in that configuration settings
3016 screen has help text associated with it.
3017 You may read that text by moving the cursor to highlight the option and then
3018 typing the Help command.
3020 These settings are stored in your personal
3021 &quot;pinerc&quot; configuration file (or, optionally, they may be stored
3022 <A HREF="h_config_remote_config">remotely</A>),
3023 but on shared systems these settings
3024 may be over-ridden by a system-wide control file (due to local site
3025 security or support policies).  A global pine configuration file can also
3026 be used to set default values for all Alpine users on a particular system.
3027 Power users may be interested in splitting their personal configuration
3028 data into two pieces, a generic piece and
3029 <A HREF="h_config_exceptions">exceptions</A> which apply to
3030 a particular platform.
3031 They may also be interested in <A HREF="h_config_inheritance">configuration inheritance</A>.
3032 General Alpine configuration information can be found
3033 <A HREF="h_news_config">here</A>.
3035 &lt;End of help on this topic&gt;
3036 </BODY>
3037 </HTML>
3038 ===== h_mainhelp_aggops ======
3039 <HTML>
3040 <HEAD>
3041 <TITLE>Aggregate Operations</TITLE>
3042 </HEAD>
3043 <BODY>
3044 <H1>Aggregate Operations</H1>
3046 When you are in the MESSAGE INDEX, the available commands
3047 (for example, Delete, Undelete, Save, Reply, and so on)
3048 normally act on a single message.
3049 So, for example, if you press the Delete command, the currently highlighted
3050 message is marked Deleted.
3051 These commands that normally act on a single message may be applied to
3052 several messages at once instead.
3054 By default this feature is turned on, but it could be administratively turned
3055 off to reduce complexity.
3056 The feature
3057 <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>
3058 in the Setup/Config screen is used to turn it off or on.
3059 When this feature is turned on, the four commands &quot;Select&quot;,
3060 &quot;SelectCur&quot;, &quot;ZoomMode&quot;, and &quot;Apply&quot;
3061 are available.
3062 The two selection commands allow you to mark a set of
3063 messages as being &quot;selected&quot;.
3064 The &quot;ZoomMode&quot; command will toggle between
3065 displaying only the selected messages and displaying all the messages.
3066 The &quot;Apply&quot; command allows you to
3067 apply one of the regular MESSAGE INDEX commands to all of the selected
3068 messages instead of to only the highlighted message.
3070 An example aggregate operation would be to catch up when reading
3071 a news group.
3072 That is, get rid of all the messages in the news group so that you can
3073 start fresh.
3074 The easiest way to do this in Alpine is to use aggregate operations.
3075 You want to Delete all of the messages in the group.
3076 You could start at the top and type &quot;D&quot; once for every message.
3077 A much faster method is to first Select all of the messages in the group,
3078 and then Delete all of them.
3079 This would take four keystrokes:
3081 <CENTER><SAMP>; a (to select all messages)</SAMP></CENTER>
3082 <BR>
3083 <CENTER><SAMP>a d (to delete all selected messages)</SAMP></CENTER>
3085 Another use of Select is to use it for searching for a particular message
3086 or set of messages in a large folder.
3087 You may know that the message was From a certain user.
3088 You could select all messages from that user to start, and use Zoom to
3089 look at only those messages.
3090 If there were still too many messages to look at you could Narrow the
3091 set of messages further by selecting from all of those messages only
3092 the ones that were after a certain date, or contained a particular phrase
3093 in the Subject, or were too a particular address, and so on.
3094 That may be the end of what you are doing, or you may want to use Apply to
3095 Save or Forward or Print all of the selected messages.
3097 Some related help topics are
3098 <UL>
3099 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
3100 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
3101 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
3102 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
3103 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
3104 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
3105 </UL>
3107 &lt;End of help on this topic&gt;
3108 </BODY>
3109 </HTML>
3110 ===== h_mainhelp_readingnews ======
3111 <HTML>
3112 <HEAD>
3113 <TITLE>Reading News</TITLE>
3114 </HEAD>
3115 <BODY>
3116 <H1>Reading News</H1>
3118 <H2>Background</H2>
3119 Alpine can read and post to Internet (or USENET) newsgroups, using the same 
3120 commands as for mail. Similar to mailing lists but existing on a larger scale, 
3121 Usenet newsgroups allow groups of people with common interests to discuss 
3122 particular topics. You might find newsgroups related to your career, or you 
3123 might wish to check out the online discussion among the fans of your favorite 
3124 television show. 
3126 <H2>Configuring Alpine for Reading News</H2>
3127 Alpine often arrives
3128 pre-configured by your system administrator to automatically access the
3129 newsgroups offered by your organization, Internet Service Provider, or
3130 school. PC-Alpine users, and those attempting to customize Unix Alpine, will
3131 need additional details on <a href="h_configuring_news">how to
3132 configure Alpine to read news</a>.
3134 <H2>Accessing Newsgroups</H2>
3135 The first step in reading news is to access the newsgroups collections
3136 screen from Alpine. If everything is configured properly, you should be able
3137 to do this by first typing L (folder List), then selecting the folder
3138 collection listed as "News." The actual name of this collection may differ
3139 from system to system.
3141 <H2>Subscribing to Newsgroups</H2>
3143 Once you have accessed the news collection, you need to subscribe to a
3144 newsgroup that interests you. Subscribing to a newsgroup means that Alpine
3145 will keep a record of the newsgroups in which you are interested and which
3146 articles in those newsgroups have been read.
3148 <H2>Using Newsgroups</H2> 
3149 Alpine uses the similar commands to read news as to read mail. For example,
3150 the D command marks messages as Deleted (or "Dismissed," if you prefer),
3151 and the R command Replies to a news posting. Basically, Alpine allows you to
3152 read news as if it were mail, so you don't need to change the way you
3153 interact with Alpine.
3155 There is also additional Alpine help available on 
3156 <A HREF="h_reading_news">how to use Alpine to read news</A>.
3158 &lt;End of help on this topic&gt;
3159 </BODY>
3160 </HTML>
3161 ===== h_mainhelp_securing ======
3162 <HTML>
3163 <HEAD>
3164 <TITLE>Securing your Alpine Session</TITLE>
3165 </HEAD>
3166 <BODY>
3167 <H1>Securing your Alpine Session</H1>
3169 By default, Alpine will attempt to connect to an IMAP server on the normal
3170 IMAP service port (143).
3171 If the Alpine you are using has been built to
3172 support &quot;Transport Layer Security&quot; (TLS)
3173 and &quot;Secure Sockets Layer&quot; (SSL) 
3174 (check by clicking <A HREF="X-Alpine-Config:">here</A>),
3175 and the server offers the STARTTLS capability, then a secure (encrypted)
3176 session will be established.
3178 When you are connected to a remote folder the titlebar will contain a plus sign
3179 in the far right column if the connection is encrypted using TLS or SSL.
3180 Similarly, when you are being prompted for a password a plus sign will appear in the prompt
3181 if the connection is encrypted.
3183 <H2>More Information on Alpine with SSL and TLS</H2>
3184 <UL>
3185 <LI> <A HREF="h_release_tlscerts">TLS and SSL Usage Note</A> </LI>
3186 <LI> <A HREF="h_folder_server_syntax">/SSL</A> option for older servers which support port 993 SSL but not TLS </LI>
3187 <LI> <A HREF="h_config_alt_auth"><!--#echo var="FEAT_try-alternative-authentication-driver-first"--></A> feature </LI>
3188 <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>
3189 </UL>
3190 <H2>Here are some other security-related features and options</H2>
3192 <UL>
3193 <LI> <A HREF="h_config_disable_password_caching"><!--#echo var="FEAT_disable-password-caching"--></A> feature to disable password caching </LI>
3194 <LI> <A HREF="h_config_disable_password_file_saving"><!--#echo var="FEAT_disable-password-file-saving"--></A> Disable password file saving</LI>
3195 <LI> <A HREF="h_config_mailcap_params"><!--#echo var="FEAT_enable-mailcap-param-substitution"--></A> feature </LI>
3196 <LI> <A HREF="h_config_disable_auths"><!--#echo var="VAR_disable-these-authenticators"--></A> option </LI>
3197 </UL>
3199 &lt;End of help on this topic&gt;
3200 </BODY>
3201 </HTML>
3202 ===== h_mainhelp_problems ======
3203 <HTML>
3204 <HEAD>
3205 <TITLE>Reporting Problems</TITLE>
3206 </HEAD>
3207 <BODY>
3208 <H1>Reporting Problems</H1>
3210 We ask that you first read the relevant help screens and then seek
3211 assistance from your own local support staff.  Once you are sure that your
3212 difficulty is not a local configuration problem, you might look at the
3213 help section explaining where to look for
3214 <A HREF="h_finding_help">more information</A> and where to 
3215 get assistance.
3218 <ADDRESS>
3219    Eduardo Chappa &lt;chappa@gmx.com&gt;
3220 </ADDRESS>
3223 &lt;End of help on this topic&gt;
3224 </BODY>
3225 </HTML>
3226 ===== h_main_menu_commands ======
3227 <HTML>
3228 <HEAD>
3229 <TITLE>MAIN MENU COMMANDS</TITLE>
3230 </HEAD>
3231 <BODY>
3232 <H1>MAIN MENU COMMANDS</H1>
3234 <!--chtml if pinemode="function_key"-->
3235 &nbsp;Available&nbsp;Commands&nbsp;--
3236 &nbsp;Group&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;2<BR>
3237 &nbsp;------------------------------
3238 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------
3239 ----------<BR>
3240 &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>
3241 &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>
3242 &nbsp;F3&nbsp;&nbsp;Quit&nbsp;Alpine<BR>
3243 &nbsp;F4&nbsp;&nbsp;Execute&nbsp;current&nbsp;MAIN&nbsp;MENU&nbsp;command&nbsp;&nbsp;&nbsp;F4&nbsp;&nbsp;<A 
3244 HREF="h_common_compose">Compose</A>&nbsp;a&nbsp;message<BR>
3245 &nbsp;F5&nbsp;&nbsp;Select&nbsp;previous&nbsp;command&nbsp;up&nbsp;on&nbsp;menu&nbsp;&nbsp;F5&nbsp;&nbsp;<A 
3246 HREF="h_common_folders">FOLDER&nbsp;LIST</A>&nbsp;screen<BR>
3247 &nbsp;F6&nbsp;&nbsp;Select&nbsp;next&nbsp;command&nbsp;down&nbsp;on&nbsp;menu&nbsp;&nbsp;&nbsp;&nbsp;F6&nbsp;&nbsp;<A 
3248 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
3249 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
3250 &nbsp;F7&nbsp;&nbsp;<A 
3251 HREF="h_common_index">MESSAGE&nbsp;INDEX</A>&nbsp;screen<BR>
3252 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
3253 &nbsp;F8&nbsp;&nbsp;<A 
3254 HREF="h_main_journal">Journal</A>&nbsp;of&nbsp;status&nbsp;messages<BR>
3255 &nbsp;F9&nbsp;&nbsp;Display&nbsp;<A 
3256 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 
3257 HREF="h_main_setup">SETUP</A>&nbsp;menus<BR>
3258 &nbsp;F10&nbsp;<A 
3259 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 
3260 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen<BR>
3261 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
3262 &nbsp;F11&nbsp;<A 
3263 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
3264 <!--chtml else-->
3265 &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>
3266 &nbsp;---------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------------<BR>
3267 &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>
3268 &nbsp;C&nbsp;&nbsp;<A 
3269 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>
3270 &nbsp;I&nbsp;&nbsp;<A 
3271 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>
3272 &nbsp;L&nbsp;&nbsp;<A 
3273 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>
3274 &nbsp;A&nbsp;&nbsp;<A 
3275 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;K&nbsp;&nbsp;<A 
3276 HREF="h_main_kblock">Lock&nbsp;Keyboard</A><BR>
3277 &nbsp;S&nbsp;&nbsp;<A 
3278 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 
3279 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
3280 &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>
3281 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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 
3282 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
3283 <!--chtml endif-->
3286 NOTE:
3287 <OL>
3288  <LI>For help on a particular command, highlight the bold text associated
3289 with it above and hit Return.
3290  <LI> The availability of certain commands (e.g. some of the options under
3291 SETUP) is determined by Alpine configuration files and system capabilities.
3292 At some sites, certain commands may not be available due to security or
3293 support concerns.
3294 </OL>
3296 &lt;End of help on this topic&gt;
3297 </BODY>
3298 </HTML>
3300 ===== h_command_line_options ======
3301 <HTML>
3302 <HEAD>
3303 <TITLE>COMMAND LINE OPTIONS</TITLE>
3304 </HEAD>
3305 <BODY>
3306 <H1>COMMAND LINE OPTIONS</H1>
3307 Possible starting arguments for Alpine:
3309 <DL COMPACT>
3311 <DT> <EM>[addresses]</EM>
3313 <DD> Send-to:  If you give <EM>Alpine</EM> an argument or arguments which
3314 do not begin with a dash, <EM>Alpine</EM> treats them as email addresses.
3315 <EM>Alpine</EM> will startup in
3316 the composer with a message started to the addresses specified.
3317 Once the message is sent, the <EM>Alpine</EM> session closes.
3318 Standard input redirection is allowed.
3319 Separate multiple addresses with a space between them.
3320 Addresses are placed in the &quot;To&quot; field only.
3323 <DT> &lt; <EM>file</EM>
3325 <DD> <EM>Alpine</EM> will startup in the composer with <EM>file</EM> read
3326 into the body of the message.
3327 Once the message is sent, the <EM>Alpine</EM> session closes. 
3330 <DT> -attach <EM>file</EM>
3332 <DD> Go directly into composer with given file attached.
3335 <DT> -attachlist <EM>file-list</EM>
3337 <DD> Go directly into composer with given files attached.
3338 This must be the last option on the command line.
3341 <DT> -attach_and_delete <EM>file</EM>
3343 <DD> Go directly into composer with given file attached, delete when finished.
3346 <DT> -aux <EM>local_directory</EM>
3348 <DD> <EM>PC-Alpine</EM> only.
3349 This tells <EM>PC-Alpine</EM> the local directory to use for storing auxiliary
3350 files, like debug files, address books, and signature files.  The pinerc may 
3351 be local or remote.
3354 <DT> -bail
3356 <DD> If the personal configuration file doesn't already exist, exit.
3357 This might be useful if the configuration file is accessed using some
3358 remote filesystem protocol. If the remote mount is missing this will cause
3359 <EM>Alpine</EM> to quit instead of creating a new pinerc.
3362 <DT> -c <EM>n</EM>
3364 <DD> When used with the <CODE>-f</CODE> option, apply the <EM>n</EM>th context.
3365 This is used when there are multiple folder collections (contexts) and you 
3366 want to open a folder not in the primary collection.
3369 <DT> -conf
3371 <DD> Configuration: Prints a sample system configuration file to the
3372 screen or standard output. To generate an initial system configuration 
3373 file, execute
3375 <PRE><CODE>
3376                 pine -conf > <!--#echo var="PINE_CONF_PATH"-->
3377 </CODE></PRE>
3380 To generate a system configuration file using settings from an old
3381 system configuration file, execute
3383 <PRE><CODE>
3384                 pine -P old-pine.conf -conf > <!--#echo var="PINE_CONF_PATH"-->
3385 </CODE></PRE>
3387 A system configuration file is not required.
3390 <DT> -copy_abook &lt;<EM>local_abook_file</EM>&gt; &lt;<EM>remote_abook_folder</EM>&gt;
3392 <DD> Copy an address book file to a remote address book folder.
3393 If the remote folder doesn't exist, it will be created.
3394 If it exists but the first message in the folder isn't a remote address
3395 book header message, the copy will be aborted.
3396 This flag will not usually be used by a user.
3397 Instead, the user will create a remote address book from within <EM>Alpine</EM>
3398 and copy entries from the local address book by using aggregate Save in
3399 the address book screen.
3402 <DT> -copy_pinerc &lt;<EM>local_pinerc_file</EM>&gt; &lt;<EM>remote_pinerc_folder</EM>&gt;
3404 <DD> Copy a pinerc configuration file to a remote pinerc folder.
3405 If the remote folder doesn't exist, it will be created.
3406 If it exists but the first message in the folder isn't a remote pinerc
3407 header message, the copy will be aborted.
3408 This flag may be useful to users who already have a local pinerc file and
3409 would like to convert it to a remote pinerc folder and use that instead.
3410 This gives a way to bootstrap that conversion without having to manually
3411 reset all of the variables in the remote pinerc folder.
3414 <DT> -d <EM>debug-level</EM>
3416 <DD> Debug Level:  Sets the level of debugging information written by
3417 <EM>Alpine</EM>.
3418 <EM>debug-level</EM> can be set to any integer 0-9.
3419 A debug level of 0 turns off debugging for the session.
3420 (Actually there are some levels higher than 9, but you probably don't
3421 want to see them.)
3424 <DT> -d <EM>keywords</EM>
3426 <DD> You may use a more detailed version of the debugging flag to set
3427 the debug level in separate parts of <EM>Alpine</EM>.
3428 The possibilities are flush, timestamp, imap=0..4, tcp, numfiles=0..31, and
3429 verbose=0..9.
3430 <EM>Flush</EM> causes debugging information to be flushed immediately to
3431 the debug file as it is written.
3432 <EM>Verbose</EM> is the general debugging verbosity level.
3433 <EM>Timestamp</EM> causes timestamps to be added to the debug file, which
3434 is useful when you are trying to figure out what is responsible for delays.
3435 <EM>Numfiles</EM> sets the number of debug files saved.
3436 <EM>Imap</EM> sets the debug level for the debugging statements related
3437 to the conversation with the IMAP server, and more generally, for the
3438 debugging related to <EM>Alpine</EM>'s interaction with the C-Client library.
3439 <EM>Tcp</EM> turns on some TCP/IP debugging.
3442 <DT> -f <EM>folder</EM>
3444 <DD> Startup folder:  <EM>Alpine</EM> will open this folder in place
3445 of the standard INBOX.
3448 <DT> -F <EM>file</EM>
3450 <DD> Open named text file for viewing and forwarding.
3453 <DT> -h
3455 <DD> Help:  Prints the list of available command-line arguments to the
3456 screen.
3459 <DT> -i
3461 <DD> <EM>Alpine</EM> will start up in the FOLDER INDEX
3462 screen instead of the MAIN MENU.
3465 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"-->=i</EM>.
3468 <DT> -I <EM>a,b,c,...</EM>
3470 <DD> Initial Keystrokes:  <EM>Alpine</EM> will execute this comma-separated
3471 sequence of commands upon startup.
3472 This allows users to get <EM>Alpine</EM> to start in any
3473 of its menus/screens.
3474 You cannot include any input to the composer in the initial keystrokes.
3475 The key &lt;Return&gt; is represented by a ``CR'' in
3476 the keystroke list; the spacebar is designated by the letters ``SPACE''.
3477 Control keys are two character sequences beginning with ``^'', such as
3478 ``^I''.
3479 A tab character is ``TAB''.
3480 Function keys are ``F1'' - ``F12'' and the arrow keys are ``UP'',
3481 ``DOWN'', ``LEFT'', and ``RIGHT''.
3482 A restriction is that you can't mix function keys and character keys in this
3483 list even though you can, in some cases, mix them when running <EM>Alpine</EM>.
3484 A user can always use only <EM>character</EM> keys in the startup list even
3485 if he or she is using <EM>function</EM> keys normally, or vice versa.
3486 If an element in this list is a string of characters surrounded by double
3487 quotes (&quot;) then it will be expanded into the individual characters in
3488 the string, excluding the double quotes.
3491 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"--></EM>
3494 <DT> -install
3496 <DD> For <EM>PC-Alpine</EM> only, this option prompts the user for
3497 some basic information to help with getting properly set up.
3500 <DT> -k
3502 <DD> Function-Key Mode:  When invoked in this way, <EM>Alpine</EM> expects
3503 the input of commands to be function-keys.
3504 Otherwise, commands are linked to the regular character keys.
3507 Configuration equivalent:  <EM><!--#echo var="FEAT_use-function-keys"--></EM> included in
3508 <EM>Feature-List</EM>.
3511 <DT> -n <EM>n</EM>
3513 <DD> Message-Number:  When specified, <EM>Alpine</EM> starts up in the
3514 FOLDER INDEX screen with the current message being the specified
3515 message number.
3518 <DT> -nosplash
3520 <DD> <EM>PC-Alpine</EM> only.
3521 This tells <EM>PC-Alpine</EM> not to display the splash screen upon startup.
3522 This may be helpful for certain troubleshooting or terminal server scenarios.
3525 <DT> -o <EM>folder</EM>
3527 <DD> Opens the INBOX (or a folder specified via the -f argument) ReadOnly. 
3530 <DT> -p <EM>pinerc</EM>
3532 <DD> Uses the named file as the personal configuration file instead of
3533 <EM>~/.pinerc</EM> or the default PINERC search sequence <EM>PC-Alpine</EM> uses.
3534 Alpinerc may be either a local file or a remote configuration folder.
3537 <DT> -P <EM>pinerc</EM>
3539 <DD> Uses the named file as the system wide configuration file instead of
3540 <EM><!--#echo var="PINE_CONF_PATH"--></EM> on UNIX, or nothing on <EM>PC-Alpine</EM>.
3541 Alpinerc may be either a local file or a remote configuration folder.
3544 <DT> -passfile <EM>passfile</EM>
3546 <DD> This tells <EM>Alpine</EM> what file should be used as the password file.
3547 This should be a fully-qualified filename.
3550 <DT> -pinerc <EM>file</EM>
3552 <DD> Output fresh pinerc configuration to <EM>file</EM>, preserving the
3553 settings of variables that the user has made.
3554 Use <EM>file</EM> set to ``-'' to make output go to standard out.
3557 <DT> -r
3559 <DD> Restricted Mode:  For UNIX <EM>Alpine</EM> only.
3560 <EM>Alpine</EM> in restricted mode can only send email to itself.
3561 Save and export are limited.
3564 <DT> -registry <EM>cmd</EM>
3566 <DD> For <EM>PC-Alpine</EM> only, this option affects the values of 
3567 <EM>Alpine</EM>'s registry entries.
3568 Possible values for <EM>cmd</EM> are set, clear, and dump.
3569 <EM>Set</EM> will always reset <EM>Alpine</EM>'s registry 
3570 entries according to its current settings.
3571 <EM>Clear</EM> will clear the registry values.
3572 <EM>Clearsilent</EM> will clear the registry values without any dialogs.
3573 <EM>Dump</EM> will display the values of current registry settings.
3574 Note that the dump command is currently disabled.
3575 Without the -registry option, <EM>PC-Alpine</EM> will write values into
3576 the registry only if there currently aren't any values set.
3579 <DT> -sort <EM>key</EM>
3581 <DD> Sort-Key:  Specifies the order messages will be displayed in for the
3582 FOLDER INDEX screen.
3583 <EM>Key</EM> can have the following values: 
3584 arrival, date, subject, orderedsubj, thread, from, size, score, to, cc,
3585 arrival/reverse, date/reverse, subject/reverse, orderedsubj/reverse, thread/reverse,
3586 from/reverse, size/reverse, score/reverse, to/reverse, and cc/reverse.
3587 The default value is &quot;arrival&quot;.
3588 The <EM>key</EM> value reverse is equivalent to arrival/reverse.
3591 Configuration equivalent:  <EM><!--#echo var="VAR_sort-key"--></EM>.
3594 <DT> -uninstall
3596 <DD> For <EM>PC-Alpine</EM> only, this option removes references to Alpine
3597 in Windows settings.  The registry settings are removed and
3598 the password cache is cleared.
3601 <DT> -url <EM>url</EM>
3603 <DD> Open the given URL.
3606 <DT> -v
3608 <DD> Version:  Print version information to the screen.
3611 <DT> -x <EM>exceptions_config</EM>
3613 <DD> Configuration settings in the exceptions configuration override your normal
3614 default settings.
3615 <EM>Exceptions_config</EM> may be either a local file or a remote Alpine configuration folder.
3618 <DT> -z
3620 <DD> Enable Suspend:  When run with this flag, the key sequence ctrl-z
3621 will suspend the <EM>Alpine</EM> session.
3624 Configuration equivalent:  <EM><!--#echo var="FEAT_enable-suspend"--></EM> included in
3625 <EM>Feature-List</EM>.
3628 <DT> -<EM>option</EM>=<EM>value</EM>
3630 <DD> Assign <EM>value</EM> to the config option <EM>option</EM>.
3631 For example, <EM>-signature-file=sig1</EM> or
3632 <EM>-Feature-List=signature-at-bottom</EM>.
3633 Note:  Feature-List values are
3634 additive and features may be preceded with no- to turn them off.
3635 Also, as a special case, the &quot;Feature-List=&quot; part of that may be
3636 omitted. For example, <EM>-signature-at-bottom</EM> is equivalent to
3637 <EM>-Feature-List=signature-at-bottom</EM>.
3640 </DL>
3642 &lt;End of help on this topic&gt;
3643 </BODY>
3644 </HTML>
3645 ===== h_configuring_news ======
3646 <HTML>
3647 <HEAD>
3648 <TITLE>CONFIGURING NEWS</TITLE>
3649 </HEAD>
3650 <BODY>
3651 <H1>CONFIGURING NEWS</H1>
3652 Alpine can access news folders in any one of three different ways:
3653 <DL>
3654 <DT>REMOTE NNTP</DT>
3655 <DD>Using the Network News Transport Protocol (NNTP) to
3656 access news on a remote news server.  In this case the newsrc file is
3657 stored on the machine where Alpine is running.
3660 To specify a remote news-collection accessed via NNTP use the
3661 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
3662 Server: value to the NNTP server's hostname appended with the
3663 communication method &quot;/service=NNTP&quot;, and set the Path:
3664 value to the &quot;#news.&quot; namespace (without the quotes).  See
3665 the &quot;<A HREF="h_composer_cntxt_server">Server:</A>&quot; field's
3666 help text for a more complete explanation of access method, and the
3667 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
3668 text for a more complete explanation of &quot;namespace&quot;.
3670 Instead of specifying a news-collection, you may simply set the
3671 <A HREF="h_config_nntp_server">NNTP Server</A>
3672 option, which will cause Alpine to create a default news-collection for you.
3673 Another NNTP option that may be of interest is
3674 <A HREF="h_config_nntprange"><!--#echo var="VAR_nntp-range"--></A>.
3676 <DT>REMOTE IMAP</DT>
3677 <DD>Using the Internet Message Access Protocol (IMAP) to
3678 access news on a remote news server.  In this case, your newsrc file is
3679 stored on the news server, in your home directory, so you must have an
3680 account on the news server, but you would be running Alpine on a different
3681 machine.  The news server must be running an IMAPd server process. 
3684 To specify a remote news-collection accessed via IMAP use the
3685 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
3686 Server: value to the IMAP server's hostname, and set the Path: value
3687 to the &quot;#news.&quot; namespace (without the quotes).  See the
3688 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
3689 text for a more complete explanation of &quot;namespace&quot;.
3691 </DD>
3693 <DT>LOCAL</DT>
3694 <DD>Using local file access to the news database.  In this
3695 case, your newsrc file is stored on the news server, in your home
3696 directory, so you must have an account on the news server, and you would
3697 be running Alpine on the same machine.
3700 To specify a local news-collection use the SETUP/collectionList
3701 screen's &quot;Add&quot; command.  Leave the Server: value blank, and
3702 set the Path: value to the &quot;#news.&quot; namespace (without the
3703 quotes).  See the &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot;
3704 field's help text for a more complete explanation of &quot;namespace&quot;.
3706 </DD>
3707 </DL>
3711 NOTE: Should no news-collection be defined as above, Alpine will
3712 automatically create one using the Setup/Config screen's
3713 &quot;<!--#echo var="VAR_nntp-server"-->&quot; variable's value if defined.  The collection
3714 will be created as a &quot;Remote NNTP&quot; as described above.
3718 If you are a PC-Alpine user, either option 1 (NNTP) or option 2 (IMAP) is
3719 possible.  If you don't have an account on the news server, or if the news
3720 server is not running an IMAP daemon, then you must use NNTP.  (If you are not
3721 sure, ask your service provider, university, or company for help.)  In
3722 this case, your Unix .newsrc file can be transferred to your PC.  A good
3723 place to put it would be in the same directory as your PINERC file, under
3724 the name NEWSRC, but you can 
3725 <A HREF="h_config_newsrc_path">specify a different location</A>
3726 via Alpine's Setup/Config screen.
3729 Other configuration features related to news are
3730 <A HREF="h_config_8bit_nntp"><!--#echo var="FEAT_enable-8bit-nntp-posting"--></A>.
3731 <A HREF="h_config_compose_news_wo_conf"><!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></A>,
3732 <A HREF="h_config_news_uses_recent"><!--#echo var="FEAT_news-approximates-new-status"--></A>,
3733 <A HREF="h_config_news_cross_deletes"><!--#echo var="FEAT_news-deletes-across-groups"--></A>,
3734 <A HREF="h_config_news_catchup"><!--#echo var="FEAT_news-offers-catchup-on-close"--></A>,
3735 <A HREF="h_config_post_wo_validation"><!--#echo var="FEAT_news-post-without-validation"--></A>,
3736 <A HREF="h_config_read_in_newsrc_order"><!--#echo var="FEAT_news-read-in-newsrc-order"--></A>, and
3737 <A HREF="h_config_quell_post_prompt"><!--#echo var="FEAT_quell-extra-post-prompt"--></A>.
3740 &lt;End of help on this topic&gt;
3741 </BODY>
3742 </HTML>
3743 ===== h_reading_news ======
3744 <HTML>
3745 <HEAD>
3746 <TITLE>READING NEWS</TITLE>
3747 </HEAD>
3748 <BODY>
3749 <H1>READING NEWS</H1>
3751 Alpine uses almost the same commands for manipulating news folders as for
3752 mail folders.  This means, for example, that when you are done with a
3753 message, you would use &quot;D&quot; to mark it as Deleted (or Dismissed,
3754 if you prefer.)  This &quot;mail-like&quot; behavior differs from that of
3755 most newsreaders, wherein a message is implicitly dismissed after you have
3756 looked at it once. We strongly believe that Alpine should offer as much
3757 consistency as possible between mail and news, so the mail paradigm --
3758 wherein a message does not magically disappear without explicit action by
3759 the user -- is used for news as well. <P>
3761 If you answer a message in a news folder, the index view will show the
3762 &quot;A&quot; flag as usual; but the industry standard file Alpine uses to
3763 keep track of what news as been read has no way of storing this flag, so
3764 it will not be preserved across sessions.  The Deleted flag is the only
3765 one that is preserved when you leave and then return to a newsgroup.  As an
3766 additional note on replies, when you Reply to a newsgroup message and say
3767 you want to reply to all recipients, Alpine will ask if you want to post the
3768 message to all the newsgroups listed in the original message. <P>
3770 If you would like Alpine to mark more-or-less recent news messages as
3771 &quot;New&quot;, then set the
3772 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
3773 feature (which is set by default).  This will cause messages after the last one you have marked as
3774 Deleted to appear with &quot;N&quot; status in the MESSAGE INDEX.  The
3775 &quot;N&quot; status often makes it easier to distinguish later news
3776 articles from those you've previously seen, but not yet disposed of via
3777 the &quot;D&quot; key.  Note that this is an approximation, not an exact
3778 record of which messages you have not seen.
3781 A frequent operation in news-reading is &quot;catching up&quot; -- that
3782 is, getting rid of all the messages in the newsgroup so that you can
3783 &quot;start fresh.&quot;  The easiest way to do this in Alpine is via the
3784 Select command.  You would enter the following four keystrokes:
3785 <tt>;aad</tt> to select all messaged, and then apply the delete (or
3786 dismiss) command to all of them.
3789 There are also additional details on 
3790 <A HREF="h_configuring_news">configuring news</a>.
3793 &lt;End of help on this topic&gt;
3794 </BODY>
3795 </HTML>
3796 ====== h_help_index ======
3797 <HTML>
3798 <HEAD>
3799 <TITLE>Help Index</TITLE>
3800 </HEAD>
3801 <BODY>
3802 <H1>Help Index</H1>
3803 <ul>
3804 <li><a href="h_mainhelp_abooks">Address Books</a></li>
3805 <li><a href="h_abook_top">ADDRESS BOOK LIST COMMANDS</a>
3806 <li><a href="h_main_addrbook">Address Book Command</a>
3807 <li><a href="h_abook_view">Address Book View Explained</a>
3808 <li><a href="h_compose_addrcomplete">Address Completion</a>
3809 <li><a href="h_abook_select_listmode">Address Listmode Selection from Composer Explained</a>
3810 <li><a href="h_abook_select_checks">Address Selection from Composer Explained</a>
3811 <li><a href="h_composer_abook_comment">Addressbook Comment Explained</a>
3812 <li><a href="h_composer_abook_fcc">Addressbook Fcc Explained</a>
3813 <li><a href="h_composer_abook_add_folder">Addressbook Folder Name Field Explained</a>
3814 <li><a href="h_composer_abook_full">Addressbook Fullname Explained</a>
3815 <li><a href="h_composer_abook_add_nick">Addressbook NickName Field Explained</a>
3816 <li><a href="h_composer_abook_nick">Addressbook Nickname Explained</a>
3817 <li><a href="h_abook_select_addr">Addressbook Selection Explained</a>
3818 <li><a href="h_abook_select_top">Addressbook Selection Navigation Explained</a>
3819 <li><a href="h_composer_abook_add_server">Addressbook Server Name Field Explained</a>
3820 <li><a href="h_mainhelp_aggops">Aggregate Operations</a>
3821 <li><a href="h_mainhelp_config">Alpine Configuration</a>
3822 <li><a href="h_mainhelp_pinehelp">Alpine Help</a>
3823 <li><a href="h_news_legal">Alpine Legal Notices</a>
3824 <li><a href="h_compose_alted">Alt Editor Command</a>
3825 <li><a href="h_index_cmd_apply">Apply Command</a>
3826 <li><a href="h_attachment_screen">Attachment Index Screen Explained</a>
3827 <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a>
3828 <li><a href="h_mainhelp_filtering">Blocking Messages</a>
3829 <li><a href="h_composer_browse">BROWSER</a>
3830 <li><a href="h_common_bounce">Bounce Command</a>
3831 <li><a href="h_compose_cancel">Cancel Command</a>
3832 <li><a href="h_config_change_your_from">Changing your From Address</a>
3833 <li><a href="h_collection_screen">COLLECTION LIST screen</a>
3834 <li><a href="h_mainhelp_color">Color</a>
3835 <li><a href="h_composer_ctrl_j">COMPOSER ATTACH</a>
3836 <li><a href="h_composer">COMPOSER COMMANDS</a>
3837 <li><a href="h_mainhelp_composing">Composing Messages</a>
3838 <li><a href="h_mainhelp_collections">Collection Lists</a>
3839 <li><a href="h_composer_cntxt_nick">Collection Nickname Explained</a>
3840 <li><a href="h_composer_cntxt_path">Collection Path: Explained</a>
3841 <li><a href="h_composer_cntxt_server">Collection Server: Explained</a>
3842 <li><a href="h_composer_cntxt_view">Collection View: Explained</a>
3843 <li><a href="h_mainhelp_cmdlineopts">Command Line Options</a>
3844 <li><a href="h_common_compose">Compose Command</a>
3845 <li><a href="h_edit_nav_cmds">Composer Editing Commands Explained</a>
3846 <li><a href="h_common_conditional_cmds">Conditional Commands</a>
3847 <li><a href="h_reply_token_conditionals">Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</a>
3848 <li><a href="h_mainhelp_config">Configuration</a>
3849 <li><a href="h_composer_custom_free">CUSTOMIZED HEADER FIELD</a>
3850 <li><a href="h_config_dflt_color">Default Color</a>
3851 <li><a href="h_common_delete">Delete and Undelete Commands</a>
3852 <li><a href="h_composer_qserv_cn">Directory Query Form Explained</a>
3853 <li><a href="h_special_list_commands">Email List Commands Explained</a>
3854 <li><a href="h_composer_search">Explanation of Composer Whereis Command </a>
3855 <li><a href="h_folder_open">Explanation of Folder Selection</a>
3856 <li><a href="h_special_xon_xoff">Explanation of Alpine's XOFF/XON Handling</a>
3857 <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a>
3858 <li><a href="h_ge_export">Export File Selection</a>
3859 <li><a href="h_ge_allparts">Export Message File Selection</a>
3860 <li><a href="h_index_cmd_expunge">Expunge/Exclude Command</a>
3861 <li><a href="h_info_on_locking">FAQs on Alpine Locking</a>
3862 <li><a href="h_config_allow_chg_from">FEATURE: <!--#echo var="FEAT_allow-changing-from"--></a>
3863 <li><a href="h_config_allow_talk">FEATURE: <!--#echo var="FEAT_allow-talk"--></a>
3864 <li><a href="h_config_alt_compose_menu">FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></a>
3865 <li><a href="h_config_alt_role_menu">FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></a>
3866 <li><a href="h_config_alt_reply_menu">FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></a>
3867 <li><a href="h_config_force_low_speed">FEATURE: <!--#echo var="FEAT_assume-slow-link"--></a>
3868 <li><a href="h_config_auto_read_msgs">FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></a>
3869 <li><a href="h_config_auto_open_unread">FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></a>
3870 <li><a href="h_config_auto_unselect">FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></a>
3871 <li><a href="h_config_auto_unzoom">FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></a>
3872 <li><a href="h_config_auto_zoom">FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></a>
3873 <li><a href="h_config_use_boring_spinner">FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></a>
3874 <li><a href="h_config_check_mail_onquit">FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></a>
3875 <li><a href="h_config_combined_abook_display">FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></a>
3876 <li><a href="h_config_combined_folder_display">FEATURE: <!--#echo var="FEAT_combined-folder-display"--></a>
3877 <li><a href="h_config_combined_subdir_display">FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></a>
3878 <li><a href="h_config_cancel_confirm">FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></a>
3879 <li><a href="h_config_lame_list_mode">FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></a>
3880 <li><a href="h_config_compose_rejects_unqual">FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></a>
3881 <li><a href="h_config_send_filter_dflt">FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></a>
3882 <li><a href="h_config_compose_news_wo_conf">FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></a>
3883 <li><a href="h_config_del_from_dot">FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></a>
3884 <li><a href="h_config_compose_maps_del">FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></a>
3885 <li><a href="h_config_confirm_role">FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></a>
3886 <li><a href="h_config_tab_no_prompt">FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></a>
3887 <li><a href="h_config_dates_to_local">FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></a>
3888 <li><a href="h_config_copy_to_to_from">FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></a>
3889 <li><a href="h_config_del_skips_del">FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></a>
3890 <li><a href="h_config_disable_config_cmd">FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></a>
3891 <li><a href="h_config_disable_index_locale_dates">FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></a>
3892 <li><a href="h_config_disable_kb_lock">FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></a>
3893 <li><a href="h_config_blank_keymenu">FEATURE: <!--#echo var="FEAT_disable-keymenu"--></a>
3894 <li><a href="h_config_disable_password_caching">FEATURE: <!--#echo var="FEAT_disable-password-caching"--></a>
3895 <li><a href="h_config_disable_password_cmd">FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></a>
3896 <li><a href="h_config_disable_pipes_in_sigs">FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></a>
3897 <li><a href="h_config_disable_pipes_in_templates">FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></a>
3898 <li><a href="h_config_disable_regex">FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
3899 <li><a href="h_config_disable_roles_setup">FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></a>
3900 <li><a href="h_config_disable_roles_sigedit">FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></a>
3901 <li><a href="h_config_disable_roles_templateedit">FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></a>
3902 <li><a href="h_config_input_history">FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></a>
3903 <li><a href="h_config_disable_collate">FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></a>
3904 <li><a href="h_config_disable_shared">FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></a>
3905 <li><a href="h_config_disable_signature_edit">FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></a>
3906 <li><a href="h_config_take_fullname">FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></a>
3907 <li><a href="h_config_take_lastfirst">FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></a>
3908 <li><a href="h_config_disable_reset_disp">FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></a>
3909 <li><a href="h_config_disable_sender">FEATURE: <!--#echo var="FEAT_disable-sender"--></a>
3910 <li><a href="h_config_quell_dead_letter">FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></a>
3911 <li><a href="h_config_quell_flowed_text">FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></a>
3912 <li><a href="h_downgrade_multipart_to_text">FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></a>
3913 <li><a href="h_config_8bit_smtp">FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></a>
3914 <li><a href="h_config_8bit_nntp">FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></a>
3915 <li><a href="h_config_enable_agg_ops">FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></a>
3916 <li><a href="h_config_enable_alt_ed">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></a>
3917 <li><a href="h_config_alt_ed_now">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></a>
3918 <li><a href="h_config_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></a>
3919 <li><a href="h_config_relaxed_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></a>
3920 <li><a href="h_config_compose_bg_post">FEATURE: <!--#echo var="FEAT_enable-background-sending"--></a>
3921 <li><a href="h_config_enable_bounce">FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></a>
3922 <li><a href="h_config_cruise_mode">FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></a>
3923 <li><a href="h_config_cruise_mode_delete">FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></a>
3924 <li><a href="h_config_compose_dsn">FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></a>
3925 <li><a href="h_config_enable_dot_files">FEATURE: <!--#echo var="FEAT_enable-dot-files"--></a>
3926 <li><a href="h_config_enable_lessthan_exit">FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></a>
3927 <li><a href="h_config_fast_recent">FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></a>
3928 <li><a href="h_config_enable_flag">FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></a>
3929 <li><a href="h_config_flag_screen_default">FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></a>
3930 <li><a href="h_config_flag_screen_kw_shortcut">FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></a>
3931 <li><a href="h_config_enable_full_hdr_and_text">FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></a>
3932 <li><a href="h_config_enable_full_hdr">FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></a>
3933 <li><a href="h_config_allow_goto">FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></a>
3934 <li><a href="h_config_enable_dot_folders">FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></a>
3935 <li><a href="h_config_enable_incoming">FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></a>
3936 <li><a href="h_config_enable_incoming_checking">FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></a>
3937 <li><a href="h_config_enable_jump">FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></a>
3938 <li><a href="h_config_show_delay_cue">FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></a>
3939 <li><a href="h_config_mailcap_params">FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></a>
3940 <li><a href="h_config_enable_mouse">FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></a>
3941 <li><a href="h_config_enable_view_addresses">FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></a>
3942 <li><a href="h_config_enable_view_attach">FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></a>
3943 <li><a href="h_config_enable_view_arrows">FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></a>
3944 <li><a href="h_config_enable_view_url">FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></a>
3945 <li><a href="h_config_enable_view_web_host">FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></a>
3946 <li><a href="h_config_enable_mulnewsrcs">FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></a>
3947 <li><a href="h_config_enable_xterm_newmail">FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></a>
3948 <li><a href="h_config_enable_newmail_short_text">FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>
3949 <li><a href="h_config_sub_lists">FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></a>
3950 <li><a href="h_config_enable_y_print">FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></a>
3951 <li><a href="h_config_prefix_editing">FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></a>
3952 <li><a href="h_config_enable_search_and_repl">FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></a>
3953 <li><a href="h_config_sigdashes">FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></a>
3954 <li><a href="h_config_new_thread_blank_subject">FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></a>
3955 <li><a href="h_config_can_suspend">FEATURE: <!--#echo var="FEAT_enable-suspend"--></a>
3956 <li><a href="h_config_enable_tab_complete">FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></a>
3957 <li><a href="h_config_enable_take_export">FEATURE: <!--#echo var="FEAT_enable-take-export"--></a>
3958 <li><a href="h_config_enable_role_take">FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></a>
3959 <li><a href="h_config_tray_icon">FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></a>
3960 <li><a href="h_config_enable_pipe">FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></a>
3961 <li><a href="h_config_verbose_post">FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></a>
3962 <li><a href="h_config_expanded_addrbooks">FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></a>
3963 <li><a href="h_config_expanded_distlists">FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></a>
3964 <li><a href="h_config_expanded_folders">FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></a>
3965 <li><a href="h_config_expose_hidden_config">FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></a>
3966 <li><a href="h_config_expunge_manually">FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></a>
3967 <li><a href="h_config_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></a>
3968 <li><a href="h_config_full_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></a>
3969 <li><a href="h_config_no_fcc_attach">FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></a>
3970 <li><a href="h_config_force_arrow">FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></a>
3971 <li><a href="h_config_ignore_size">FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></a>
3972 <li><a href="h_config_forward_as_attachment">FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></a>
3973 <li><a href="h_config_preserve_field">FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></a>
3974 <li><a href="h_config_quell_empty_dirs">FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></a>
3975 <li><a href="h_config_hide_nntp_path">FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></a>
3976 <li><a href="h_config_attach_in_reply">FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></a>
3977 <li><a href="h_config_fcc_on_bounce">FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></a>
3978 <li><a href="h_config_include_header">FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></a>
3979 <li><a href="h_config_auto_include_reply">FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></a>
3980 <li><a href="h_config_incoming_checking_total">FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></a>
3981 <li><a href="h_config_incoming_checking_recent">FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></a>
3982 <li><a href="h_config_add_ldap">FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></a>
3983 <li><a href="h_config_maildrops_preserve_state">FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></a>
3984 <li><a href="h_config_mark_fcc_seen">FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></a>
3985 <li><a href="h_config_mark_for_cc">FEATURE: <!--#echo var="FEAT_mark-for-cc"--></a>
3986 <li><a href="h_config_mulnews_as_typed">FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></a>
3987 <li><a href="h_config_news_uses_recent">FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></a>
3988 <li><a href="h_config_news_cross_deletes">FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></a>
3989 <li><a href="h_config_news_catchup">FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></a>
3990 <li><a href="h_config_post_wo_validation">FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></a>
3991 <li><a href="h_config_read_in_newsrc_order">FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></a>
3992 <li><a href="h_config_nntp_search_uses_overview">FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></a>
3993 <li><a href="h_config_thread_sorts_by_arrival">FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></a>
3994 <li><a href="h_config_expunge_inbox">FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></a>
3995 <li><a href="h_config_expunge_stayopens">FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></a>
3996 <li><a href="h_config_pass_c1_control">FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></a>
3997 <li><a href="h_config_pass_control">FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></a>
3998 <li><a href="h_config_predict_nntp_server">FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></a>
3999 <li><a href="h_config_prefer_plain_text">FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></a>
4000 <li><a href="h_config_preopen_stayopens">FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></a>
4001 <li><a href="h_config_preserve_start_stop">FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></a>
4002 <li><a href="h_config_quell_folder_internal_msg">FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></a>
4003 <li><a href="h_config_quell_checks_comp">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></a>
4004 <li><a href="h_config_quell_checks_comp_inbox">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></a>
4005 <li><a href="h_config_quell_partial">FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></a>
4006 <li><a href="h_config_quell_local_lookup">FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></a>
4007 <li><a href="h_config_ff_between_msgs">FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></a>
4008 <li><a href="h_config_print_from">FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></a>
4009 <li><a href="h_config_print_index">FEATURE: <!--#echo var="FEAT_print-index-enabled"--></a>
4010 <li><a href="h_config_custom_print">FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></a>
4011 <li><a href="h_config_prune_uses_iso">FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></a>
4012 <li><a href="h_config_quell_personal_name_prompt">FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></a>
4013 <li><a href="h_config_quell_ssl_largeblocks">FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></a>
4014 <li><a href="h_config_quell_user_id_prompt">FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></a>
4015 <li><a href="h_config_quit_wo_confirm">FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></a>
4016 <li><a href="h_config_quote_replace_noflow">FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></a>
4017 <li><a href="h_config_next_thrd_wo_confirm">FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></a>
4018 <li><a href="h_config_auto_reply_to">FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></a>
4019 <li><a href="h_config_inbox_no_confirm">FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></a>
4020 <li><a href="h_config_save_aggregates">FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></a>
4021 <li><a href="h_config_save_part_wo_confirm">FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></a>
4022 <li><a href="h_config_save_advances">FEATURE: <!--#echo var="FEAT_save-will-advance"--></a>
4023 <li><a href="h_config_save_wont_delete">FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></a>
4024 <li><a href="h_config_quote_all_froms">FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></a>
4025 <li><a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
4026 <li><a href="h_config_select_wo_confirm">FEATURE: <!--#echo var="FEAT_select-without-confirm"--></a>
4027 <li><a href="h_config_auto_fcc_only">FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></a>
4028 <li><a href="h_config_send_wo_confirm">FEATURE: <!--#echo var="FEAT_send-without-confirm"--></a>
4029 <li><a href="h_config_separate_fold_dir_view">FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></a>
4030 <li><a href="h_config_show_cursor">FEATURE: <!--#echo var="FEAT_show-cursor"--></a>
4031 <li><a href="h_config_textplain_int">FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></a>
4032 <li><a href="h_config_select_in_bold">FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></a>
4033 <li><a href="h_config_show_sort">FEATURE: <!--#echo var="FEAT_show-sort"--></a>
4034 <li><a href="h_config_single_list">FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></a>
4035 <li><a href="h_config_sig_at_bottom">FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></a>
4036 <li><a href="h_config_slash_coll_entire">FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></a>
4037 <li><a href="h_config_sort_fcc_alpha">FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></a>
4038 <li><a href="h_config_sort_save_alpha">FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></a>
4039 <li><a href="h_config_always_spell_check">FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></a>
4040 <li><a href="h_config_winpos_in_config">FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></a>
4041 <li><a href="h_config_strip_sigdashes">FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>
4042 <li><a href="h_config_strip_ws_before_send">FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></a>
4043 <li><a href="h_config_quells_asterisks">FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></a>
4044 <li><a href="h_config_quell_attach_ext_warn">FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></a>
4045 <li><a href="h_config_quell_attach_extra_prompt">FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></a>
4046 <li><a href="h_config_no_bezerk_zone">FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></a>
4047 <li><a href="h_config_quell_charset_warning">FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></a>
4048 <li><a href="h_config_quell_content_id">FEATURE: <!--#echo var="FEAT_quell-content-id"--></a>
4049 <li><a href="h_config_quell_post_prompt">FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></a>
4050 <li><a href="h_config_quell_filtering_done_message">FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></a>
4051 <li><a href="h_config_quell_filtering_messages">FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></a>
4052 <li><a href="h_config_quell_full_hdr_reset">FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></a>
4053 <li><a href="h_config_quell_imap_env">FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></a>
4054 <li><a href="h_config_quell_lock_failure_warnings">FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></a>
4055 <li><a href="h_config_quell_domain_warn">FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></a>
4056 <li><a href="h_config_quell_news_env">FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></a>
4057 <li><a href="h_config_quell_host_after_url">FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></a>
4058 <li><a href="h_config_quell_beeps">FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></a>
4059 <li><a href="h_config_quell_tz_comment">FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></a>
4060 <li><a href="h_config_suppress_user_agent">FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></a>
4061 <li><a href="h_config_tab_checks_recent">FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></a>
4062 <li><a href="h_config_tab_uses_unseen">FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></a>
4063 <li><a href="h_config_tab_new_only">FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></a>
4064 <li><a href="h_config_termcap_wins">FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></a>
4065 <li><a href="h_config_color_thrd_import">FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></a>
4066 <li><a href="h_config_alt_auth">FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></a>
4067 <li><a href="h_config_unsel_wont_advance">FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></a>
4068 <li><a href="h_config_use_current_dir">FEATURE: <!--#echo var="FEAT_use-current-dir"--></a>
4069 <li><a href="h_config_use_fk">FEATURE: <!--#echo var="FEAT_use-function-keys"--></a>
4070 <li><a href="h_config_use_reg_start_for_stayopen">FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></a>
4071 <li><a href="h_config_use_resentto">FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></a>
4072 <li><a href="h_config_use_sender_not_x">FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></a>
4073 <li><a href="h_config_suspend_spawns">FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></a>
4074 <li><a href="h_config_use_system_translation">FEATURE: Use System Translation</a>
4075 <li><a href="h_config_vertical_list">FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></a>
4076 <li><a href="h_config_warn_if_fcc_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></a>
4077 <li><a href="h_config_warn_if_subj_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></a>
4078 <li><a href="h_config_warn_if_no_to_or_cc">FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></a>
4079 <li><a href="h_mainhelp_filtering">Filtering</a>
4080 <li><a href="h_finding_help">Finding more information and requesting help</a>
4081 <li><a href="h_common_flag">Flag Command</a>
4082 <li><a href="h_config_quell_flowed_text">Flowed Text</a>
4083 <li><a href="h_mainhelp_folders">Folders</a>
4084 <li><a href="h_what_are_collections">Folder Collections Explained</a>
4085 <li><a href="h_common_folders">Folder List Command</a>
4086 <li><a href="h_folder_fcc">Folder Select for Fcc Explained</a>
4087 <li><a href="h_folder_save">Folder Select for Save Explained</a>
4088 <li><a href="h_folder_server_syntax">Folder Server Name Syntax</a>
4089 <li><a href="h_config_change_your_from">From Address, Changing</a>
4090 <li><a href="main_menu_tx">GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</a>
4091 <li><a href="h_pine_for_windows">GETTING HELP IN ALPINE</a>
4092 <li><a href="h_common_goto">Goto Command</a>
4093 <li><a href="h_common_hdrmode">HdrMode Command</a>
4094 <li><a href="h_mainhelp_pinehelp">Help</a>
4095 <li><a href="h_special_help_nav">Help Text Navigation Explained</a>
4096 <li><a href="h_folder_maint">Help for Folder List</a>
4097 <li><a href="h_valid_folder_names">IMAP</a>
4098 <li><a href="h_ge_import">Import File Selection</a>
4099 <li><a href="h_mainhelp_index">Index of Messages</a>
4100 <li><a href="h_composer_ins_m">INSERT MESSAGE</a>
4101 <li><a href="h_composer_ins">INSERT TEXT FILE</a>
4102 <li><a href="h_address_format">INTERNET EMAIL ADDRESS FORMAT</a>
4103 <li><a href="h_info_on_mbox">Information on mbox driver</a>
4104 <li><a href="h_mainhelp_intro">Introduction</a>
4105 <li><a href="h_main_journal">Journal Command</a>
4106 <li><a href="h_common_jump">Jump Command</a>
4107 <li><a href="h_compose_justify">Justify Command</a>
4108 <li><a href="h_main_kblock">Keyboard Lock Command</a>
4109 <li><a href="h_mainhelp_keywords">Keywords (or Flags, or Labels)</a>
4110 <li><a href="h_mainhelp_ldap">LDAP</a>
4111 <li><a href="h_config_ldap_opts_tls">LDAP FEATURE: Attempt-TLS-On-Connection</a>
4112 <li><a href="h_config_ldap_opts_nosub">LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</a>
4113 <li><a href="h_config_ldap_opts_rhs">LDAP FEATURE: Lookup-Addrbook-Contents</a>
4114 <li><a href="h_config_ldap_opts_tlsmust">LDAP FEATURE: Require-TLS-On-Connection</a>
4115 <li><a href="h_config_ldap_opts_ldaps">LDAP FEATURE: Require-LDAPS-On-Connection</a>
4116 <li><a href="h_config_ldap_opts_ref">LDAP FEATURE: Save-Search-Criteria-Not-Result</a>
4117 <li><a href="h_config_ldap_opts_impl">LDAP FEATURE: Use-Implicitly-From-Composer</a>
4118 <li><a href="h_config_ldap_binddn">LDAP OPTION: Bind-DN</a>
4119 <li><a href="h_config_ldap_cust">LDAP OPTION: Custom-Search-Filter</a>
4120 <li><a href="h_config_ldap_email_attr">LDAP OPTION: EmailAttribute</a>
4121 <li><a href="h_config_ldap_gn_attr">LDAP OPTION: GivennameAttribute</a>
4122 <li><a href="h_config_ldap_server">LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></a>
4123 <li><a href="h_config_ldap_cn_attr">LDAP OPTION: NameAttribute</a>
4124 <li><a href="h_config_ldap_nick">LDAP OPTION: Nickname</a>
4125 <li><a href="h_config_ldap_port">LDAP OPTION: Port</a>
4126 <li><a href="h_config_ldap_base">LDAP OPTION: Search-Base</a>
4127 <li><a href="h_config_ldap_searchrules">LDAP OPTION: Search-Rule</a>
4128 <li><a href="h_config_ldap_searchtypes">LDAP OPTION: Search-Type</a>
4129 <li><a href="h_config_ldap_size">LDAP OPTION: Sizelimit</a>
4130 <li><a href="h_config_ldap_sn_attr">LDAP OPTION: SurnameAttribute</a>
4131 <li><a href="h_config_ldap_time">LDAP OPTION: Timelimit</a>
4132 <li><a href="h_ldap_view">LDAP Response View Explained</a>
4133 <li><a href="h_maildrop">Mail Drop: What is it?</a>
4134 <li><a href="h_mainhelp_mainmenu">MAIN MENU</a>
4135 <li><a href="h_mail_index">MESSAGE INDEX COMMANDS</a>
4136 <li><a href="h_mail_view">MESSAGE TEXT SCREEN</a>
4137 <li><a href="h_compose_markcutpaste">Mark, Cut and Paste Commands</a>
4138 <li><a href="h_common_index">Message Index Command</a>
4139 <li><a href="h_mainhelp_mouse">Mouse</a>
4140 <li><a href="h_mainhelp_aggops">Multiple Message Operations</a>
4141 <li><a href="new_user_greeting">NEW USER GREETING</a>
4142 <li><a href="new_version_greeting">NEW VERSION GREETING</a>
4143 <li><a href="h_mainhelp_readingnews">News Reading</a>
4144 <li><a href="h_folder_subscribe">Newsgroup Subcribe Screen explained</a>
4145 <li><a href="h_folder_postnews">Newsgroup selecting for Posting explained</a>
4146 <li><a href="h_common_nextnew">NextNew Command</a>
4147 <li><a href="h_abook_select_nick">Nickname Selection Explained</a>
4148 <li><a href="h_mainhelp_readingnews">NNTP</a>
4149 <li><a href="h_config_address_book">OPTION: <!--#echo var="VAR_address-book"--></a>
4150 <li><a href="h_config_abook_formats">OPTION: <!--#echo var="VAR_addressbook-formats"--></a>
4151 <li><a href="h_config_ab_sort_rule">OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></a>
4152 <li><a href="h_config_alt_addresses">OPTION: <!--#echo var="VAR_alt-addresses"--></a>
4153 <li><a href="h_config_active_msg_interval">OPTION: <!--#echo var="VAR_busy-cue-rate"--></a>
4154 <li><a href="h_config_color_style">OPTION: Color Style</a>
4155 <li><a href="h_config_wordseps">OPTION: <!--#echo var="VAR_composer-word-separators"--></a>
4156 <li><a href="h_config_composer_wrap_column">OPTION: <!--#echo var="VAR_composer-wrap-column"--></a>
4157 <li><a href="h_config_index_color_style">OPTION: <!--#echo var="VAR_current-indexline-style"--></a>
4158 <li><a href="h_config_cursor_style">OPTION: Cursor Style</a>
4159 <li><a href="h_config_custom_hdrs">OPTION: <!--#echo var="VAR_customized-hdrs"--></a>
4160 <li><a href="h_config_deadlets">OPTION: <!--#echo var="VAR_dead-letter-files"--></a>
4161 <li><a href="h_config_comp_hdrs">OPTION: <!--#echo var="VAR_default-composer-hdrs"--></a>
4162 <li><a href="h_config_default_fcc">OPTION: <!--#echo var="VAR_default-fcc"--></a>
4163 <li><a href="h_config_def_save_folder">OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></a>
4164 <li><a href="h_config_disable_auths">OPTION: <!--#echo var="VAR_disable-these-authenticators"--></a>
4165 <li><a href="h_config_disable_drivers">OPTION: <!--#echo var="VAR_disable-these-drivers"--></a>
4166 <li><a href="h_config_char_set">OPTION: Display Character Set</a>
4167 <li><a href="h_config_display_filters">OPTION: <!--#echo var="VAR_display-filters"--></a>
4168 <li><a href="h_config_download_cmd">OPTION: <!--#echo var="VAR_download-command"--></a>
4169 <li><a href="h_config_download_prefix">OPTION: <!--#echo var="VAR_download-command-prefix"--></a>
4170 <li><a href="h_config_editor">OPTION: <!--#echo var="VAR_editor"--></a>
4171 <li><a href="h_config_empty_hdr_msg">OPTION: <!--#echo var="VAR_empty-header-message"--></a>
4172 <li><a href="h_config_fcc_rule">OPTION: <!--#echo var="VAR_fcc-name-rule"--></a>
4173 <li><a href="h_config_file_dir">OPTION: File Directory</a>
4174 <li><a href="h_config_folder_spec">OPTION: <!--#echo var="VAR_folder-collections"--></a>
4175 <li><a href="h_config_reopen_rule">OPTION: <!--#echo var="VAR_folder-reopen-rule"--></a>
4176 <li><a href="h_config_fld_sort_rule">OPTION: <!--#echo var="VAR_folder-sort-rule"--></a>
4177 <li><a href="h_config_font_char_set">OPTION: Font Character Set</a>
4178 <li><a href="h_config_font_name">OPTION: Font Name</a>
4179 <li><a href="h_config_font_size">OPTION: Font Size</a>
4180 <li><a href="h_config_font_style">OPTION: Font Style</a>
4181 <li><a href="h_config_form_folder">OPTION: <!--#echo var="VAR_form-letter-folder"--></a>
4182 <li><a href="h_config_glob_addrbook">OPTION: <!--#echo var="VAR_global-address-book"--></a>
4183 <li><a href="h_config_goto_default">OPTION: <!--#echo var="VAR_goto-default-rule"--></a>
4184 <li><a href="h_config_header_general_color">OPTION: Header General Color</a>
4185 <li><a href="h_config_image_viewer">OPTION: <!--#echo var="VAR_image-viewer"--></a>
4186 <li><a href="h_config_inbox_path">OPTION: <!--#echo var="VAR_inbox-path"--></a>
4187 <li><a href="h_config_archived_folders">OPTION: <!--#echo var="VAR_incoming-archive-folders"--></a>
4188 <li><a href="h_config_psleep">OPTION: <!--#echo var="VAR_mailcap-check-interval"--></a>
4189 <li><a href="h_config_incoming_interv">OPTION: <!--#echo var="VAR_incoming-check-interval"--></a>
4190 <li><a href="h_config_incoming_second_interv">OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></a>
4191 <li><a href="h_config_incoming_list">OPTION: <!--#echo var="VAR_incoming-check-list"--></a>
4192 <li><a href="h_config_incoming_timeo">OPTION: <!--#echo var="VAR_incoming-check-timeout"--></a>
4193 <li><a href="h_config_incoming_folders">OPTION: <!--#echo var="VAR_incoming-folders"--></a>
4194 <li><a href="h_config_inc_startup">OPTION: <!--#echo var="VAR_incoming-startup-rule"--></a>
4195 <li><a href="h_config_incunseen_color">OPTION: Incoming Unseen Color</a>
4196 <li><a href="h_config_index_arrow_color">OPTION: Index Arrow Color</a>
4197 <li><a href="h_config_index_color">OPTION: Index Colors</a>
4198 <li><a href="h_config_index_format">OPTION: <!--#echo var="VAR_index-format"--></a>
4199 <li><a href="h_config_index_from_color">OPTION: Index From Color</a>
4200 <li><a href="h_config_index_opening_color">OPTION: Index Opening Color</a>
4201 <li><a href="h_config_index_pri_color">OPTION: Index Priority Symbol Colors</a>
4202 <li><a href="h_config_index_subject_color">OPTION: Index Subject Color</a>
4203 <li><a href="h_config_init_cmd_list">OPTION: <!--#echo var="VAR_initial-keystroke-list"--></a>
4204 <li><a href="h_config_key_char_set">OPTION: Keyboard Character Set</a>
4205 <li><a href="h_config_keylabel_color">OPTION: KeyLabel Color</a>
4206 <li><a href="h_config_keyname_color">OPTION: KeyName Color</a>
4207 <li><a href="h_config_keywords">OPTION: <!--#echo var="VAR_keywords"--></a>
4208 <li><a href="h_config_kw_color">OPTION: Keyword Colors</a>
4209 <li><a href="h_config_kw_braces">OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></a>
4210 <li><a href="h_config_prune_date">OPTION: <!--#echo var="VAR_last-time-prune-questioned"--></a>
4211 <li><a href="h_config_last_vers">OPTION: <!--#echo var="VAR_last-version-used"--></a>
4212 <li><a href="h_config_literal_sig">OPTION: <!--#echo var="VAR_literal-signature"--></a>
4213 <li><a href="h_config_mailcheck">OPTION: <!--#echo var="VAR_mail-check-interval"--></a>
4214 <li><a href="h_config_mailchecknoncurr">OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></a>
4215 <li><a href="h_config_mailcap_path">OPTION: <!--#echo var="VAR_mailcap-search-path"--></a>
4216 <li><a href="h_config_maildropcheck">OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></a>
4217 <li><a href="h_config_maxremstream">OPTION: <!--#echo var="VAR_max-remote-connections"--></a>
4218 <li><a href="h_config_metamsg_color">OPTION: Meta-Message Color</a>
4219 <li><a href="h_config_mimetype_path">OPTION: <!--#echo var="VAR_mimetype-search-path"--></a>
4220 <li><a href="h_config_new_ver_quell">OPTION: <!--#echo var="VAR_new-version-threshold"--></a>
4221 <li><a href="h_config_fifopath">OPTION: NewMail FIFO Path</a>
4222 <li><a href="h_config_newmailwidth">OPTION: <!--#echo var="VAR_newmail-window-width"--></a>
4223 <li><a href="h_config_news_active">OPTION: <!--#echo var="VAR_news-active-file-path"--></a>
4224 <li><a href="h_config_news_spec">OPTION: <!--#echo var="VAR_news-collections"--></a>
4225 <li><a href="h_config_news_spool">OPTION: <!--#echo var="VAR_news-spool-directory"--></a>
4226 <li><a href="h_config_newsrc_path">OPTION: <!--#echo var="VAR_newsrc-path"--></a>
4227 <li><a href="h_config_nntprange">OPTION: <!--#echo var="VAR_nntp-range"--></a>
4228 <li><a href="h_config_nntp_server">OPTION: <!--#echo var="VAR_nntp-server"--></HEAD></a>
4229 <li><a href="h_config_normal_color">OPTION: Normal Color</a>
4230 <li><a href="h_config_opening_sep">OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></a>
4231 <li><a href="h_config_oper_dir">OPTION: <!--#echo var="VAR_operating-dir"--></a>
4232 <li><a href="h_config_pat_old">OPTION: Patterns</a>
4233 <li><a href="h_config_pat_filts">OPTION: <!--#echo var="VAR_patterns-filters2"--></a>
4234 <li><a href="h_config_pat_other">OPTION: <!--#echo var="VAR_patterns-other"--></a>
4235 <li><a href="h_config_pat_roles">OPTION: <!--#echo var="VAR_patterns-roles"--></a>
4236 <li><a href="h_config_pat_scores">OPTION: <!--#echo var="VAR_patterns-scores2"--></a>
4237 <li><a href="h_config_pers_name">OPTION: <!--#echo var="VAR_personal-name"--></a>
4238 <li><a href="h_config_print_cat">OPTION: <!--#echo var="VAR_personal-print-category"--></a>
4239 <li><a href="h_config_print_command">OPTION: <!--#echo var="VAR_personal-print-command"--></a>
4240 <li><a href="h_config_post_char_set">OPTION: <!--#echo var="VAR_posting-character-set"--></a>
4241 <li><a href="h_config_postponed_folder">OPTION: <!--#echo var="VAR_postponed-folder"--></a>
4242 <li><a href="h_config_print_font_char_set">OPTION: Print-Font-Char-Set</a>
4243 <li><a href="h_config_print_font_name">OPTION: Print-Font-Name</a>
4244 <li><a href="h_config_print_font_size">OPTION: Print-Font-Size</a>
4245 <li><a href="h_config_print_font_style">OPTION: Print-Font-Style</a>
4246 <li><a href="h_config_printer">OPTION: Printer</a>
4247 <li><a href="h_config_prompt_color">OPTION: Prompt Color</a>
4248 <li><a href="h_config_pruned_folders">OPTION: <!--#echo var="VAR_pruned-folders"--></a>
4249 <li><a href="h_config_pruning_rule">OPTION: <!--#echo var="VAR_pruning-rule"--></a>
4250 <li><a href="h_config_quote_color">OPTION: Quote Colors</a>
4251 <li><a href="h_config_quote_replace_string">OPTION: <!--#echo var="VAR_quote-replace-string"--></a>
4252 <li><a href="h_config_quote_suppression">OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></a>
4253 <li><a href="h_config_read_message_folder">OPTION: <!--#echo var="VAR_read-message-folder"--></a>
4254 <li><a href="h_config_remote_abook_history">OPTION: <!--#echo var="VAR_remote-abook-history"--></a>
4255 <li><a href="h_config_abook_metafile">OPTION: <!--#echo var="VAR_remote-abook-metafile"--></a>
4256 <li><a href="h_config_remote_abook_validity">OPTION: <!--#echo var="VAR_remote-abook-validity"--></a>
4257 <li><a href="h_config_reply_indent_string">OPTION: <!--#echo var="VAR_reply-indent-string"--></a>
4258 <li><a href="h_config_reply_intro">OPTION: <!--#echo var="VAR_reply-leadin"--></a>
4259 <li><a href="h_config_reverse_color">OPTION: Reverse Color</a>
4260 <li><a href="h_config_rshcmd">OPTION: <!--#echo var="VAR_rsh-command"--></a>
4261 <li><a href="h_config_rsh_open_timeo">OPTION: <!--#echo var="VAR_rsh-open-timeout"--></a>
4262 <li><a href="h_config_rshpath">OPTION: <!--#echo var="VAR_rsh-path"--></a>
4263 <li><a href="h_config_saved_msg_name_rule">OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></a>
4264 <li><a href="h_config_scroll_margin">OPTION: <!--#echo var="VAR_scroll-margin"--></a>
4265 <li><a href="h_config_slctbl_color">OPTION: Selectable Item Color</a>
4266 <li><a href="h_config_sending_filter">OPTION: <!--#echo var="VAR_sending-filters"--></a>
4267 <li><a href="h_config_sendmail_path">OPTION: <!--#echo var="VAR_sendmail-path"--></a>
4268 <li><a href="h_config_signature_color">OPTION: Signature Color</a>
4269 <li><a href="h_config_signature_file">OPTION: <!--#echo var="VAR_signature-file"--></a>
4270 <li><a href="h_config_smtp_server">OPTION: <!--#echo var="VAR_smtp-server"--></a>
4271 <li><a href="h_config_sort_key">OPTION: <!--#echo var="VAR_sort-key"--></a>
4272 <li><a href="h_config_speller">OPTION: <!--#echo var="VAR_speller"--></a>
4273 <li><a href="h_config_aspell_dictionary">OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></a>
4274 <li><a href="h_config_sshcmd">OPTION: <!--#echo var="VAR_ssh-command"--></a>
4275 <li><a href="h_config_ssh_open_timeo">OPTION: <!--#echo var="VAR_ssh-open-timeout"--></a>
4276 <li><a href="h_config_sshpath">OPTION: <!--#echo var="VAR_ssh-path"--></a>
4277 <li><a href="h_config_status_color">OPTION: Status Color</a>
4278 <li><a href="h_config_status_msg_delay">OPTION: <!--#echo var="VAR_status-message-delay"--></a>
4279 <li><a href="h_config_permlocked">OPTION: <!--#echo var="VAR_stay-open-folders"--></a>
4280 <li><a href="h_config_tcp_open_timeo">OPTION: <!--#echo var="VAR_tcp-open-timeout"--></a>
4281 <li><a href="h_config_tcp_query_timeo">OPTION: <!--#echo var="VAR_tcp-query-timeout"--></a>
4282 <li><a href="h_config_tcp_readwarn_timeo">OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></a>
4283 <li><a href="h_config_tcp_writewarn_timeo">OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></a>
4284 <li><a href="h_config_thread_disp_style">OPTION: <!--#echo var="VAR_threading-display-style"--></a>
4285 <li><a href="h_config_thread_exp_char">OPTION: <!--#echo var="VAR_threading-expanded-character"--></a>
4286 <li><a href="h_config_thread_index_style">OPTION: <!--#echo var="VAR_threading-index-style"--></a>
4287 <li><a href="h_config_thread_indicator_char">OPTION: <!--#echo var="VAR_threading-indicator-character"--></a>
4288 <li><a href="h_config_thread_lastreply_char">OPTION: <!--#echo var="VAR_threading-lastreply-character"--></a>
4289 <li><a href="h_config_title_color">OPTION: Title Color</a>
4290 <li><a href="h_config_titleclosed_color">OPTION: Title Closed Color</a>
4291 <li><a href="h_config_titlebar_color_style">OPTION: <!--#echo var="VAR_titlebar-color-style"--></a>
4292 <li><a href="h_config_unk_char_set">OPTION: <!--#echo var="VAR_unknown-character-set"--></a>
4293 <li><a href="h_config_upload_cmd">OPTION: <!--#echo var="VAR_upload-command"--></a>
4294 <li><a href="h_config_upload_prefix">OPTION: <!--#echo var="VAR_upload-command-prefix"--></a>
4295 <li><a href="h_config_browser">OPTION: <!--#echo var="VAR_url-viewers"--></a>
4296 <li><a href="h_config_history">OPTION: <!--#echo var="VAR_default-directories"--></a>
4297 <li><a href="h_config_domain_name">OPTION: <!--#echo var="VAR_use-only-domain-name"--></a>
4298 <li><a href="h_config_user_dom">OPTION: <!--#echo var="VAR_user-domain"--></a>
4299 <li><a href="h_config_user_id">OPTION: <!--#echo var="VAR_user-id"--></a>
4300 <li><a href="h_config_user_input_timeo">OPTION: <!--#echo var="VAR_user-input-timeout"--></a>
4301 <li><a href="h_config_viewer_headers">OPTION: <!--#echo var="VAR_viewer-hdrs"--></a>
4302 <li><a href="h_config_customhdr_pattern">OPTION: Viewer Header Color Pattern</a>
4303 <li><a href="h_config_customhdr_color">OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></a>
4304 <li><a href="h_config_viewer_margin_left">OPTION: <!--#echo var="VAR_viewer-margin-left"--></a>
4305 <li><a href="h_config_viewer_margin_right">OPTION: <!--#echo var="VAR_viewer-margin-right"--></a>
4306 <li><a href="h_config_viewer_overlap">OPTION: <!--#echo var="VAR_viewer-overlap"--></a>
4307 <li><a href="h_config_window_position">OPTION: Window-Position</a>
4308 <li><a href="h_mainhelp_patterns">Patterns</a>
4309 <li><a href="h_config_role_abookfrom">PATTERNS: Address in Address Book</a>
4310 <li><a href="h_config_role_age">PATTERNS: Age Interval</a>
4311 <li><a href="h_config_role_alltextpat">PATTERNS: AllText Pattern</a>
4312 <li><a href="h_config_role_bom">PATTERNS: Beginning of Month</a>
4313 <li><a href="h_config_role_boy">PATTERNS: Beginning of Year</a>
4314 <li><a href="h_config_role_bodytextpat">PATTERNS: BodyText Pattern</a>
4315 <li><a href="h_config_role_cat_cmd">PATTERNS: Categorizer Command</a>
4316 <li><a href="h_config_role_cat_cmd_example">PATTERNS: Categorizer Command Example</a>
4317 <li><a href="h_config_role_ccpat">PATTERNS: Cc Pattern</a>
4318 <li><a href="h_config_role_cat_limit">PATTERNS: Character Limit</a>
4319 <li><a href="h_config_role_charsetpat">PATTERNS: Character Set Pattern</a>
4320 <li><a href="h_config_role_comment">PATTERNS: Comment</a>
4321 <li><a href="h_config_role_fldr_type">PATTERNS: Current Folder Type</a>
4322 <li><a href="h_config_role_cat_status">PATTERNS: Exit Status Interval</a>
4323 <li><a href="h_config_role_arbpat">PATTERNS: Extra Headers Pattern</a>
4324 <li><a href="h_config_role_frompat">PATTERNS: From Pattern</a>
4325 <li><a href="h_config_role_keywordpat">PATTERNS: Keyword Pattern</a>
4326 <li><a href="h_config_role_stat_ans">PATTERNS: Message Answered Status</a>
4327 <li><a href="h_config_role_stat_del">PATTERNS: Message Deleted Status</a>
4328 <li><a href="h_config_role_stat_imp">PATTERNS: Message Important Status</a>
4329 <li><a href="h_config_role_stat_new">PATTERNS: Message New Status</a>
4330 <li><a href="h_config_role_stat_recent">PATTERNS: Message Recent Status</a>
4331 <li><a href="h_config_role_newspat">PATTERNS: News Pattern</a>
4332 <li><a href="h_config_role_nick">PATTERNS: Nickname</a>
4333 <li><a href="h_config_role_particpat">PATTERNS: Participant Pattern</a>
4334 <li><a href="h_config_role_stat_8bitsubj">PATTERNS: Raw 8-bit in Subject</a>
4335 <li><a href="h_config_role_recippat">PATTERNS: Recipient Pattern</a>
4336 <li><a href="h_config_role_scorei">PATTERNS: Score Interval</a>
4337 <li><a href="h_config_role_senderpat">PATTERNS: Sender Pattern</a>
4338 <li><a href="h_config_role_size">PATTERNS: Size Interval</a>
4339 <li><a href="h_config_role_subjpat">PATTERNS: Subject Pattern</a>
4340 <li><a href="h_config_role_topat">PATTERNS: To Pattern</a>
4341 <li><a href="h_config_filt_opts_nonterm">PATTERNS FEATURE: Dont-Stop-Even-if-Rule-Matches</a>
4342 <li><a href="h_config_filt_opts_notdel">PATTERNS FEATURE: Move-Only-if-Not-Deleted</a>
4343 <li><a href="h_config_filt_opts_sentdate">PATTERNS FEATURE: Use-Date-Header-For-Age</a>
4344 <li><a href="h_config_filt_rule_type">PATTERNS FILTER ACTION: Filter Action</a>
4345 <li><a href="h_config_filter_kw_clr">PATTERNS FILTER ACTION: Clear These Keywords</a>
4346 <li><a href="h_config_filt_stat_ans">PATTERNS FILTER ACTION: Set Answered Status</a>
4347 <li><a href="h_config_filt_stat_del">PATTERNS FILTER ACTION: Set Deleted Status</a>
4348 <li><a href="h_config_filt_stat_imp">PATTERNS FILTER ACTION: Set Important Status</a>
4349 <li><a href="h_config_filt_stat_new">PATTERNS FILTER ACTION: Set New Status</a>
4350 <li><a href="h_config_filter_kw_set">PATTERNS FILTER ACTION: Set These Keywords</a>
4351 <li><a href="h_config_incol">PATTERNS INDEXCOLOR ACTION: Index Line Color</a>
4352 <li><a href="h_config_set_index_format">PATTERNS OTHER ACTION: Set Index Format</a>
4353 <li><a href="h_config_perfolder_sort">PATTERNS OTHER ACTION: Set Sort Order</a>
4354 <li><a href="h_config_other_startup">PATTERNS OTHER ACTION: Set Startup Rule</a>
4355 <li><a href="h_config_role_inick">PATTERNS ROLE ACTION: Initialize Values From Role</a>
4356 <li><a href="h_config_role_setfcc">PATTERNS ROLE ACTION: Set Fcc</a>
4357 <li><a href="h_config_role_setfrom">PATTERNS ROLE ACTION: Set From</a>
4358 <li><a href="h_config_role_setlitsig">PATTERNS ROLE ACTION: Set Literal Signature</a>
4359 <li><a href="h_config_role_setotherhdr">PATTERNS ROLE ACTION: Set Other Headers</a>
4360 <li><a href="h_config_role_setreplyto">PATTERNS ROLE ACTION: Set Reply-To</a>
4361 <li><a href="h_config_role_setsig">PATTERNS ROLE ACTION: Set Signature</a>
4362 <li><a href="h_config_role_settempl">PATTERNS ROLE ACTION: Set Template</a>
4363 <li><a href="h_config_role_usenntp">PATTERNS ROLE ACTION: Use NNTP Server</a>
4364 <li><a href="h_config_role_usesmtp">PATTERNS ROLE ACTION: Use SMTP Server</a>
4365 <li><a href="h_config_role_scoreval">PATTERNS SCORE ACTION: Score Value</a>
4366 <li><a href="h_config_role_scorehdrtok">PATTERNS SCORE ACTION: Score Value From Header</a>
4367 <li><a href="h_config_role_composeuse">PATTERNS USE: Compose Use</a>
4368 <li><a href="h_config_role_forwarduse">PATTERNS USE: Forward Use</a>
4369 <li><a href="h_config_role_replyuse">PATTERNS USE: Reply Use</a>
4370 <li><a href="h_pipe_command">Pipe Command SubOptions</a>
4371 <li><a href="h_common_pipe">Pipe Command</a>
4372 <li><a href="h_valid_folder_names">POP</a>
4373 <li><a href="h_common_postpone">Postpone Command</a>
4374 <li><a href="h_common_print">Print Command</a>
4375 <li><a href="h_mainhelp_readingnews">Reading News</a>
4376 <li><a href="h_news">RELEASE NOTES for Alpine</a>
4377 <li><a href="h_mainhelp_roles">Roles</a>
4378 <li><a href="h_role_select">ROLES SCREEN</a>
4379 <li><a href="h_compose_readfile">Read File Command</a>
4380 <li><a href="h_mainhelp_reading">Reading Messages</a>
4381 <li><a href="h_main_release_notes">Release Notes Command</a>
4382 <li><a href="h_common_reply">Reply and Forward Commands</a>
4383 <li><a href="h_compose_richhdr">Rich Header Command</a>
4384 <li><a href="h_common_role">Role Command</a>
4385 <li><a href="h_mainhelp_smime">S/MIME</a>
4386 <li><a href="h_index_cmd_select">Searching for Messages</a>
4387 <li><a href="h_address_display">SEARCH RESULTS INDEX</a>
4388 <li><a href="h_address_select">SEARCH RESULTS INDEX</a>
4389 <li><a href="h_simple_index">SELECT POSTPONED MESSAGE</a>
4390 <li><a href="h_abook_config">SETUP ADDRESS BOOKS SCREEN</a>
4391 <li><a href="h_collection_maint">SETUP COLLECTION LIST screen</a>
4392 <li><a href="h_color_setup">SETUP COLOR COMMANDS</a>
4393 <li><a href="h_direct_config">SETUP LDAP DIRECTORY SERVERS SCREEN</a>
4394 <li><a href="h_rules_roles">SETUP ROLES SCREEN</a>
4395 <li><a href="h_rules_incols">SETUP INDEX COLORS SCREEN</a>
4396 <li><a href="h_rules_filter">SETUP FILTERING SCREEN</a>
4397 <li><a href="h_rules_score">SETUP SCORING SCREEN</a>
4398 <li><a href="h_common_save">Save and Export Commands</a>
4399 <li><a href="h_mainhelp_securing">Securing Your Alpine Session</a>
4400 <li><a href="h_index_cmd_select">Selecting: Select and WhereIs/Select</a>
4401 <li><a href="h_compose_send">Send Command</a>
4402 <li><a href="h_folder_server_syntax">Server Name Syntax</a>
4403 <li><a href="h_main_setup">Setup Command</a>
4404 <li><a href="X-Alpine-Config:">Show Supported Options in this Alpine</a>
4405 <li><a href="h_composer_sigedit">Signature Editor Commands Explained</a>
4406 <li><a href="h_simple_text_view">Simple Text View Screen Explained</a>
4407 <li><a href="h_mainhelp_smime">S/MIME</a>
4408 <li><a href="h_config_smime_dont_do_smime">S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></a>
4409 <li><a href="h_config_smime_encrypt_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></a>
4410 <li><a href="h_config_smime_remember_passphrase">S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></a>
4411 <li><a href="h_config_smime_sign_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></a>
4412 <li><a href="h_config_smime_use_cert_store">S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></a>
4413 <li><a href="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></a>
4414 <li><a href="h_config_smime_cacertcon">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></a>
4415 <li><a href="h_config_smime_cacertdir">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></a>
4416 <li><a href="h_config_smime_privkeycon">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-container"--></a>
4417 <li><a href="h_config_smime_privkeydir">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-directory"--></a>
4418 <li><a href="h_config_smime_pubcertcon">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-container"--></a>
4419 <li><a href="h_config_smime_pubcertdir">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></a>
4420 <li><a href="h_config_smime_transfer_cacert_to_con">S/MIME: Transfer CA Certs to Container</a>
4421 <li><a href="h_config_smime_transfer_cacert_to_dir">S/MIME: Transfer CA Certs to Directory</a>
4422 <li><a href="h_config_smime_transfer_priv_to_con">S/MIME: Transfer Private Keys to Container</a>
4423 <li><a href="h_config_smime_transfer_priv_to_dir">S/MIME: Transfer Private Keys to Directory</a>
4424 <li><a href="h_config_smime_transfer_pub_to_con">S/MIME: Transfer Public Certs to Container</a>
4425 <li><a href="h_config_smime_transfer_pub_to_dir">S/MIME: Transfer Public Certs to Directory</a>
4426 <li><a href="h_config_smime_public_certificates">S/MIME: Manage Public Certificates</a>
4427 <li><a href="h_config_smime_private_keys">S/MIME: Manage Private Keys</a>
4428 <li><a href="h_config_smime_certificate_authorities">S/MIME: Manage Certificate Authorities</a>
4429 <li><a href="h_index_cmd_sort">Sort Command</a>
4430 <li><a href="h_compose_spell">Spell Check Command</a>
4431 <li><a href="h_common_suspend">Suspend Command</a>
4432 <li><a href="h_compose_addrcomplete">THE MESSAGE COMPOSER'S ADDRESS COMPLETION</a>
4433 <li><a href="h_composer_attachment">THE MESSAGE COMPOSER'S ATTCHMNT FIELD</a>
4434 <li><a href="h_composer_bcc">THE MESSAGE COMPOSER'S BCC FIELD</a>
4435 <li><a href="h_composer_cc">THE MESSAGE COMPOSER'S CC FIELD</a>
4436 <li><a href="h_composer_from">THE MESSAGE COMPOSER'S FROM FIELD</a>
4437 <li><a href="h_composer_lcc">THE MESSAGE COMPOSER'S LCC FIELD</a>
4438 <li><a href="h_composer_news">THE MESSAGE COMPOSER'S NEWSGRPS LINE</a>
4439 <li><a href="h_composer_reply_to">THE MESSAGE COMPOSER'S REPLY-TO FIELD</a>
4440 <li><a href="h_composer_to">THE MESSAGE COMPOSER'S TO FIELD</a>
4441 <li><a href="h_abook_opened">THE ALPINE ADDRESS BOOK</a>
4442 <li><a href="h_abook_select_nicks_take">Take Address Nickname Selection Explained</a>
4443 <li><a href="h_takeaddr_screen">Take Address Screen Explained</a>
4444 <li><a href="h_common_take">TakeAddr Command</a>
4445 <li><a href="h_mainhelp_status">Titlebar Line</a>
4446 <li><a href="h_index_tokens">Tokens for Index and Replying</a>
4447 <li><a href="h_config_usenone_color">Use None Color</a>
4448 <li><a href="h_config_usenormal_color">Use Normal Color</a>
4449 <li><a href="h_config_usetransparent_color">Use Transparent Color</a>
4450 <li><a href="h_whatis_vcard">VCARD EXPLAINED</a>
4451 <li><a href="h_view_cmd_hilite">View Hilite and Next item/Previous item</a>
4452 <li><a href="h_view_cmd_viewattch">ViewAttch Command</a>
4453 <li><a href="h_index_cmd_whereis">WhereIs Command</a>
4454 <li><a href="h_view_cmd_whereis">WhereIs Command</a>
4455 <li><a href="h_index_cmd_zoom">ZoomMode Command</a>
4456 <li><a href="h_config_browser_xterm"><!--#echo var="VAR_url-viewers"--> and X windows applications</a>
4457 </UL>
4460 &lt;End of Help Index&gt;
4461 </BODY>
4462 </HTML>
4465 ============== h_config_remote_config =============
4466 <HTML>
4467 <HEAD>
4468 <TITLE>Remote Configuration</TITLE>
4469 </HEAD>
4470 <BODY>
4471 <H1>Remote Configuration</H1>
4473 You may use the command line argument &quot;-p pinerc&quot; to tell
4474 Alpine to use a non-default configuration file.
4475 There are two types of storage for configuration information.
4476 <EM>Local</EM> configuration files are used by default.
4477 These are just regular files on the UNIX system or on the PC.
4478 The file &quot;<CODE>.pinerc</CODE>&quot; is the default for Unix Alpine and the
4479 file &quot;<CODE>PINERC</CODE>&quot; is the default for PC-Alpine.
4480 <EM>Remote</EM> configuration folders are stored on an IMAP server.
4481 The advantage of using a remote configuration is that the same information
4482 may be accessed from multiple platforms.
4483 For example, if you use one computer at work and another at home, the same
4484 configuration could be used from both places.
4485 A configuration change from one place would be seen in both places.
4486 To use a remote configuration you simply give a
4487 <A HREF="h_valid_folder_names">remote folder name</A>
4488 as the argument to the &quot;-p&quot; command line option.
4489 The command line might look something like:
4491 <CENTER><SAMP>pine -p {my.imap.server}remote_pinerc</SAMP></CENTER>
4493 If there are special characters in the command shell you use, you may need to
4494 quote the last argument (to protect the curly braces from the shell).
4495 The command might look like:
4497 <CENTER><SAMP>pine -p &quot;{my.imap.server}remote_pinerc&quot;</SAMP></CENTER>
4499 You should choose a folder name for a folder that does not yet exist.
4500 It will be created containing an empty configuration.
4501 Do not use a folder that you wish to store regular mail messages in.
4503 The Setup/RemoteConfigSetup command will help you convert from a local
4504 configuration to a remote configuration.
4505 It will create a remote configuration for you and copy your current local
4506 configuration to it.
4507 It will also help you convert local address books into remote address books
4508 and local signature files into literal signatures contained in the
4509 remote configuration file.
4511 If the Setup/RemoteConfigSetup command doesn't do what you want, you
4512 may copy a local pinerc file to a remote configuration folder by hand
4513 by using the command line option &quot;-copy_pinerc&quot;.
4515 Another command line option, which is somewhat related to remote
4516 configuration, is the option &quot;-x exceptions_config&quot;.
4517 The configuration settings in the exceptions configuration override
4518 your default settings.
4519 It may be useful to store the default configuration (the -p argument) remotely
4520 and to have the exceptions configuration stored in a local file.
4521 You might put generic configuration information in the remote configuration
4522 and platform-specific configuration on each platform in the exceptions
4523 configuration.
4524 The arguments to the &quot;-p&quot; and &quot;-x&quot; options
4525 can be either remote folders or local files.
4527 There is another command line argument that works only with PC-Alpine and
4528 which may prove useful when using a remote configuration.
4529 The option &quot;-aux local_directory&quot; allows you to tell PC-Alpine where
4530 to store your local auxiliary files.
4531 This only has an effect if your configuration file is remote.
4532 Some examples of auxiliary files are debug files, address book files, and
4533 signature files.
4535 &lt;End of help on this topic&gt;
4536 </BODY>
4537 </HTML>
4538 ============== h_config_exceptions =============
4539 <HTML>
4540 <HEAD>
4541 <TITLE>Generic and Exceptional Configuration</TITLE>
4542 </HEAD>
4543 <BODY>
4544 <H1>Generic and Exceptional Configuration</H1>
4546 If you use Alpine from more than one platform it may be convenient
4547 to split your configuration information into two pieces, a generic piece
4548 and exceptions that apply to a particular platform.
4549 For example, suppose you use Alpine from home and from work.
4550 Most of your configuration settings are probably the
4551 same in both locations, so those settings belong in the generic settings
4552 configuration.
4553 However, you may use a different SMTP server and INBOX
4554 from home than you do from work.
4556 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
4558 <A HREF="h_config_inbox_path">&quot;<!--#echo var="VAR_inbox-path"-->&quot;</A>
4559 options could be
4560 part of your exceptional configuration so that they could be different in the
4561 two places.
4563 The command line option &quot;-x exceptions_config&quot;
4564 may be used to split your configuration into generic and exceptional pieces.
4565 &quot;Exceptions_config&quot; may be either local or remote.
4566 The regular Alpine configuration file will contain the generic data, and
4567 &quot;exceptions_config&quot; will contain the exceptional data.
4569 For Unix Alpine, if you don't have a &quot;-x&quot; command line option,
4570 Alpine will look for the file &quot;<CODE>.pinercex</CODE>&quot;
4571 in the same local directory that the regular config file is located in (usually
4572 the Unix home directory).
4573 If the regular config file is remote (because the command line option
4574 &quot;-p remote_config&quot; was used) then Unix Alpine looks in the Unix home
4575 directory for &quot;<CODE>.pinercex</CODE>&quot;.
4576 If the file does not already exist then no exceptions will be used.
4577 You can force exceptions to be used by using the &quot;-x&quot; option or
4578 by creating an empty &quot;<CODE>.pinercex</CODE>&quot; file.
4580 For PC-Alpine, if you don't have a &quot;-x&quot; command line option,
4581 PC-Alpine will use the value of the
4582 environment variable <CODE>$PINERCEX</CODE>.
4583 If that is not set, PC-Alpine will look for
4584 the local file &quot;<CODE>PINERCEX</CODE>&quot;
4585 in the same local directory that the regular config file is located in.
4586 If the regular config file is remote (because the command line option
4587 &quot;-p remote_config&quot; was used) then PC-Alpine looks in the
4588 local directory specified by the &quot;-aux local_directory&quot; command
4589 line argument, or the directory <CODE>$HOME&#92;PINE</CODE>, or
4590 in the <CODE>&lt;PINE.EXE </CODE>directory<CODE>&gt;</CODE>.
4592 When you have an exception configuration there is a new command
4593 in the Alpine Setup screen, Setup/eXceptions.
4594 It toggles between exceptions and the regular configuration.
4595 This is the usual way to make changes in your exceptional configuration data.
4596 For example, you would type &quot;S&quot; for Setup, &quot;X&quot; for
4597 eXception, then follow that with one of the Setup commands, like &quot;C&quot;
4598 for Config or &quot;K&quot; for Kolor.
4600 For most people, splitting the configuration information into two pieces is
4601 going to be most useful if the generic information is accessed
4602 <A HREF="h_config_remote_config">remotely</A>).
4603 That data will be the same no matter where you access it from and if you
4604 change it that change will show up everywhere.
4605 The exceptional data will most commonly be in a local file, so that the
4606 contents may easily be different on each computing platform used.
4608 If you already have a local configuration file with settings you like
4609 you may find that the command Setup/RemoteConfigSetup is useful
4610 in helping you convert to a remote configuration.
4611 The command line flag &quot;-copy_pinerc&quot;
4612 may also be useful.
4614 &lt;End of help on this topic&gt;
4615 </BODY>
4616 </HTML>
4617 ============== h_config_inheritance =============
4618 <HTML>
4619 <HEAD>
4620 <TITLE>Configuration Inheritance</TITLE>
4621 </HEAD>
4622 <BODY>
4623 <H1>Configuration Inheritance</H1>
4625 Configuration inheritance is a power user feature.
4626 It is confusing and not completely supported by the configuration
4627 user interface.
4628 We start with an explanation of how configuration works in hopes of making
4629 it easier to describe how inheritance works.
4631 Alpine uses a hierarchy of configuration values from different locations.
4632 There are five ways in which each configuration option (configuration
4633 variable) can be set.
4634 In increasing order of precedence they are:
4636 <OL>
4637 <LI> the system-wide configuration file.
4639 <LI> the personal configuration file
4641 <LI> the personal exceptions file
4643 <LI> a command line argument
4645 <LI> the system-wide <EM>fixed</EM> configuration file (Unix Alpine only)
4646 </OL>
4648 The fixed configuration file is normally
4649 <CODE><!--#echo var="PINE_CONF_FIXED_PATH"--></CODE>.
4651 The system-wide configuration file is normally
4652 <CODE><!--#echo var="PINE_CONF_PATH"--></CODE> for Unix Alpine and is normally not
4653 set for PC-Alpine.
4654 For PC-Alpine, if the environment variable <EM>$PINECONF</EM> is set, that
4655 is used for the system-wide configuration.
4656 This location can be set or changed on the command line with the -P flag.
4657 The system-wide configuration file can be either a local file or a
4658 remote configuration folder.
4660 For Unix Alpine, the personal configuration file is normally the file
4661 <CODE>.pinerc</CODE> in the user's home directory.
4662 This can be changed with the -p command line flag.
4663 For PC-Alpine, the personal configuration file is in
4664 <CODE>$PINERC</CODE> or <CODE>&lt;AlpineRC registry value&gt;</CODE> or 
4665 <CODE>$HOME&#92;PINE&#92;PINERC</CODE> or
4666 <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;&#92;PINERC</CODE>.
4667 This can be changed with the -p command line flag.
4668 If -p is used, the configuration data may be in a local file or a remote config
4669 folder.
4671 For Unix Alpine, the personal exceptions configuration file is named
4672 <CODE>.pinercex</CODE> and is in the same directory as the personal
4673 configuration file, if that configuration file is not remote, and is in
4674 the home directory if the personal configuration file is remote.
4675 If the file exists, then exceptions are turned on.
4676 If it doesn't, then you are not using exceptions.
4677 Alternatively, you may change the location of the exceptions configuration
4678 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
4679 Like the personal configuration data, exceptions_config may be
4680 either local or remote.
4682 For PC-Alpine, the personal exceptions configuration file is named
4683 <CODE>PINERCEX</CODE> and is in the same directory as the personal
4684 configuration file unless the personal configuration file is remote.
4685 In that case, it is in the local directory specfied by the
4686 &quot;-aux local_directory&quot; command line argument.
4687 (In the case that the personal configuration is remote and there is no
4688 &quot;-aux&quot; command line argument, Alpine searches for
4689 a PINERCEX file in the directory <CODE>$HOME&#92;PINE</CODE> and
4690 the directory <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;</CODE>.)
4691 If the file exists, then exceptions are turned on.
4692 If it doesn't, then you are not using exceptions.
4693 You may change the location of the exceptions configuration
4694 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
4695 or with the
4696 environment variable <CODE>$PINERCEX</CODE> (if there is no &quot;-x&quot;
4697 option).
4699 To reiterate, the value of a configuration option is taken from the
4700 last location in the list above in which it is set.
4701 Or, thinking about it slightly differently, a default value for an option
4702 is established in the system-wide configuration file (or internally by Alpine
4703 if there is no value in the system-wide file).
4704 That default remains in effect until and unless it is overridden by a value in a
4705 location further down the list, in which case a new &quot;default&quot;
4706 value is established.
4707 As we continue down the list of locations we either retain the
4708 value at each step or establish a new value.
4709 The value that is still set after going through the whole list of
4710 configuration locations is the one that is used.
4712 So, for example, if an option is set in the system-wide configuration
4713 file and in the personal configuration file, but is not set in the
4714 exceptions, on the command line, or in the fixed file; then the value
4715 from the personal configuration file is the one that is used.
4716 Or, if it is set in the system-wide config, in the personal config, not
4717 in the exceptions, but is set on the command line; then the value
4718 on the command line is used.
4720 Finally we get to inheritance.
4721 For configuration options that are lists, like &quot;<!--#echo var="VAR_smtp-server"-->&quot; or
4722 &quot;<!--#echo var="VAR_incoming-folders"-->&quot;,
4723 the inheritance mechanism makes it possible to <EM>combine</EM>
4724 the values from different locations instead of <EM>replacing</EM> the value.
4725 This is true of all configuration lists other than the &quot;Feature-List&quot;,
4726 for which you may already set whatever you want at
4727 any configuration location (by using the &quot;no-&quot; prefix if
4728 necessary).
4730 To use inheritance, set the first item in a configuration list to the
4731 token &quot;INHERIT&quot;, without the quotes.
4732 If the first item is &quot;INHERIT&quot;,
4733 then instead of replacing the default value established so far, the rest of
4734 the list is appended to the default value established so far and that is
4735 the new value.
4737 Here is an example which may make it clearer. Suppose we have:
4739 <PRE>
4740  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4741  Personal config    :   smtp-server = INHERIT, mysmtp.home
4742  Exceptions config  :   smtp-server = &lt;No Value Set&gt;
4743  Command line       :   smtp-server = &lt;No Value Set&gt;
4744  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4745 </PRE>
4748 This would result in an effective smtp-server option of
4750 <PRE>
4751  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home
4752 </PRE>
4754 The &quot;INHERIT&quot; token can be used in any of the configuration files
4755 and the effect cascades.
4756 For example, if we change the above example to:
4758 <PRE>
4759  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4760  Personal config    :   smtp-server = INHERIT, mysmtp.home
4761  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
4762  Command line       :   smtp-server = &lt;No Value Set&gt;
4763  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4764 </PRE>
4767 This would result in:
4769 <PRE>
4770  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home, yoursmtp.org
4771 </PRE>
4773 Unset variables are skipped over (the default value is carried forward) so
4774 that, for example:
4776 <PRE>
4777  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4778  Personal config    :   smtp-server = &lt;No Value Set&gt;
4779  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
4780  Command line       :   smtp-server = &lt;No Value Set&gt;
4781  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4782 </PRE>
4785 produces:
4787 <PRE>
4788  smtp-server = smtp1.corp.com, smtp2.corp.com, yoursmtp.org
4789 </PRE>
4792 If any later configuration location has a value set (for a particular list
4793 option) which does <EM>not</EM> begin with &quot;INHERIT&quot;,
4794 then that value replaces whatever value has been defined up to that point.
4795 In other words, that cancels out any previous inheritance.
4797 <PRE>
4798  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4799  Personal config    :   smtp-server = INHERIT, mysmtp.org
4800  Exceptions config  :   smtp-server = yoursmtp.org
4801  Command line       :   smtp-server = &lt;No Value Set&gt;
4802  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4803 </PRE>
4806 results in:
4808 <PRE>
4809  smtp-server = yoursmtp.org
4810 </PRE>
4813 For some configuration options, like &quot;<!--#echo var="VAR_viewer-hdr-colors"-->&quot; or
4814 &quot;<!--#echo var="VAR_patterns-roles"-->&quot;, it is
4815 difficult to insert the value &quot;INHERIT&quot; into the list of values
4816 for the option using the normal Setup tools.
4817 In other words, the color setting screen (for example) does not
4818 provide a way to input the text &quot;INHERIT&quot; as the first
4819 item in the <!--#echo var="VAR_viewer-hdr-colors"--> option.
4820 The way to do this is to either edit the pinerc file directly and manually
4821 insert it, or turn
4822 on the <A HREF="h_config_expose_hidden_config"><!--#echo var="FEAT_expose-hidden-config"--></A>
4823 feature and insert it using the Setup/Config screen.
4825 &lt;End of help on this topic&gt;
4826 </BODY>
4827 </HTML>
4828 ============== h_special_xon_xoff =============
4829 <HTML>
4830 <HEAD>
4831 <TITLE>Explanation of Alpine's XOFF/XON Handling</TITLE>
4832 </HEAD>
4833 <BODY>
4834 <H1>XOFF/XON Handling within Alpine</H1>
4836 By default, Alpine treats Ctrl-S or Ctrl-Q (sometimes known as XOFF
4837 and XON) as normal characters, even though Alpine does not use them.
4838 However, the printer, modem, or communication software you are using may
4839 be configured for &quot;software flow control,&quot; which means that
4840 XON/XOFF must be treated as special characters by the operating system.
4841 If you see messages such as &quot;^S not defined for this screen&quot;,
4842 then your system is probably using software flow control. In this case
4843 you will need to set the
4844 <A HREF="h_config_preserve_start_stop">&quot;<!--#echo var="FEAT_preserve-start-stop-characters"-->&quot;</A>
4845 feature.
4847 If you <EM>do</EM> set this
4848 feature, be advised that if you accidentally hit a Ctrl-S, Alpine will
4849 mysteriously freeze up with no warning.  In this case, try typing a Ctrl-Q
4850 and see if that puts things right.  Printing via the
4851 &quot;attached-to-ansi&quot; or 
4852 &quot;attached-to-wyse&quot;
4853 option will automatically enable software
4854 flow-control handling for the duration of the printing.
4856 &lt;End of help on this topic&gt;
4857 </BODY>
4858 </HTML>
4859 ============= h_special_help_nav =============
4860 <HTML>
4861 <HEAD>
4862 <TITLE>Help Text Navigation Explained</TITLE>
4863 </HEAD>
4864 <BODY>
4865 <H1>Help Text Navigation Explained</H1>
4867 Alpine contains extensive context-sensitive help text.   At any point, 
4868 pressing the &quot;?&quot; key will bring up a page of help text
4869 explaining the options available to you.  You can leave the help
4870 text screen and return to normal Alpine operation by pressing
4872 <!--chtml if pinemode="function_key"-->
4873 F3 function
4874 <!--chtml else-->
4875 &quot;E&quot;
4876 <!--chtml endif-->
4877 key to Exit Help at any time.
4880 Within the help screen you might find a word or phrase displayed in 
4881 inverse text and others displayed in bold typeface.  Such words and
4882 phrases are used to tell you Alpine has more information available on
4883 the topic they describe.
4884 The inverted text is the &quot;selected&quot; topic.  
4885 Use the arrow keys, Ctrl-F, and Ctrl-B to change which of the phrases
4886 displayed in bold type
4887 is &quot;selected&quot;.
4888 Hit the Return key to display the information Alpine has available on that
4889 topic.  While viewing such additional information, the 
4890 <!--chtml if pinemode="function_key"-->
4891 F3 function
4892 <!--chtml else-->
4893 &quot;P&quot;
4894 <!--chtml endif-->
4895 key will return you to the previous help screen, and the
4896 <!--chtml if pinemode="function_key"-->
4897 F2 function
4898 <!--chtml else-->
4899 &quot;E&quot;
4900 <!--chtml endif-->
4901 key will Exit the Help system altogether.
4904 The "N" command will tell you the internal name of the help text you are 
4905 reading each time, so that you can send this name in the text of a message 
4906 and create a direct link to that internal help using the x-pine-help URL 
4907 scheme. For example, the direct link to this item is 
4908 x-pine-help:h_special_help_nav. If you add this text to a message, then
4909 a person using Pine to read such message would have a direct link to this
4910 help text.
4913 When you are finished reading this help text, you can press the
4914 <!--chtml if pinemode="function_key"-->
4915 F3 function
4916 <!--chtml else-->
4917 &quot;P&quot;
4918 <!--chtml endif-->
4919 key to return to the previously displayed help text.
4922 &lt;End of help on this topic&gt;
4923 </BODY>
4924 </HTML>
4925 ============= h_special_list_commands =============
4926 <HTML>
4927 <HEAD>
4928 <TITLE>Email List Commands Explained</TITLE>
4929 </HEAD>
4930 <BODY>
4931 <H1>Email List Commands Explained</H1>
4933 Electonic mail lists provide a way for like-minded users to join in
4934 discussions on topics of interest.  The email list itself is 
4935 represented by a
4936 single address that participants send messages to when they have
4937 something of interest to share with other members of the list.  The
4938 receiving computer then, either automatically or after review by the
4939 list's owner (or moderator), sends a copy of that message to each
4940 member of the list.
4943 Usually, subscribing and unsubscribing is done by sending requests in
4944 an email message to a special address setup to handle managing list
4945 membership.  Often this is the name of the list followed by
4946 <I>-request</I>.  This address is almost <EM>never</EM> the same as
4947 the address used to send messages to the list.
4950 Unfortunately, email list participation commands are more a matter
4951 of convention than standard, and thus may vary from list to list.
4952 Increasingly, list management software is adding information to
4953 the copy of the postings as they're copied to the list members that
4954 explains how to do the various list management functions.
4957 Alpine will recognize this information and offer the management commands
4958 they represent in a simple display. One or more of the following
4959 operations will be made available:
4961 <DL>
4962 <DT>Help</DT>
4963 <DD>
4964 A method to get help on subscribing, unsubscribing, 
4965 an explanation of what the list is about, or special instructions
4966 for participation.  This may be in the form of a reply in response
4967 to an email message, or instructions on how to connect to a Web site.
4968 </DD>
4970 <DT>Unsubscribe</DT>
4971 <DD>
4972 A method to get your email addressed removed from the list of
4973 recipients of the email list.
4974 </DD>
4976 <DT>Subscribe</DT>
4977 <DD>
4978 A method to get your email address added to the list of recipients
4979 of the email list.  It may be in the form of a message sent to 
4980 a special address or you may be connected to a web site.
4981 <DD>
4982 </DD>
4984 <DT>Post</DT>
4985 <DD>
4986 A method used to post to the email list.  However, it might also 
4987 indicate that no posting is allowed directly to the list.
4988 </DD>
4990 <DT>Owner</DT>
4991 <DD>
4992 A method to contact the list owner for special questions you might
4993 have regarding the list.
4994 </DD>
4996 <DT>Archive</DT>
4997 <DD>
4998 A method to view an archive of previous messages posted to the list.
4999 This may be in the form of a mail folder on a remote computer, an
5000 IMAP mailbox or even a Web site.
5001 </DD>
5002 </DL>
5005 &lt;End of help on this topic&gt;
5006 </BODY>
5007 </HTML>
5008 ============= h_quota_command =============
5009 <HTML>
5010 <HEAD>
5011 <TITLE>Quota Screen Explained</TITLE>
5012 </HEAD>
5013 <BODY>
5014 <H1>Quota Screen Explained</H1>
5016 <P> This screen summarizes the quota report for this mailbox in the
5017 IMAP server. For each resource that you have a quota, this reports summarizes
5018 its use and limit.
5020 <P> Your IMAP server administrator may have set a quota based either on 
5021 the total size of your mailbox (STORAGE), or the number of messages in 
5022 your mailbox (MESSAGES), or some other criteria. This will be reported
5023 to you indicating the type of quota, its total use and its limit.
5025 <P> The report for STORAGE is reported in kibibytes (KiB). One kibibyte is 
5026 1024 bytes. Each of the characters that you see in this help text is one 
5027 byte, and this help text is about 1 kibibyte in size. Small messages sent 
5028 by Alpine are normally less than 4 kibibytes in size (which includes 
5029 headers and text). Other email programs may send messages with bigger 
5030 sizes when they send messages, since they send plain text and an 
5031 alternative part in HTML.
5033 <P> A convenient way to save space for the STORAGE type of quota is by 
5034 deleting attachments. This is done on each individual message by pressing 
5035 the &quot;V&quot; command while reading the message text, then moving the cursor 
5036 to the position of the attachment that is to be deleted, then pressing
5037 &quot;D&quot; to delete such attachment, going back to reading the 
5038 message with the &quot;&lt;&quot; command and pressing &quot;S&quot; to 
5039 save the message in the same folder you are reading from. The saved 
5040 message will not have the attachment that was marked deleted. Now you
5041 can delete and expunge the message with the unwanted attachment.
5044 &lt;End of help on this topic&gt;
5045 </BODY>
5046 </HTML>
5047 ============= h_mail_thread_index =============
5048 <HTML>
5049 <HEAD>
5050 <TITLE>THREAD INDEX COMMANDS</TITLE>
5051 </HEAD>
5052 <BODY>                 
5053 <H1>THREAD INDEX COMMANDS</H1>
5054 <!--chtml if pinemode="function_key"-->
5055 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>
5056 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
5057 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>
5058 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>
5059 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>
5060 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>
5061 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>
5062 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>
5063 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>
5064 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>
5065 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>
5066 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>
5067 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>
5068 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>
5069 <BR>
5070 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
5071 -----------------------------<BR>
5072 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>
5073 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>
5074 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>
5075 <BR>
5076 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
5077 -----------------------------<BR>
5078 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
5079 F6&nbsp;&nbsp;<A HREF="h_common_role">Compose&nbsp;using&nbsp;a&nbsp;role</A><BR>
5080 <BR>
5081 <!--chtml else-->
5082 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>
5083 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
5084 &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>
5085 &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>
5086 &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>
5087 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>
5088 &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>
5089 &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>
5090 &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>
5091 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>
5092 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
5093 <BR>
5094 Miscellaneous&nbsp;Operations&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;General&nbsp;Alpine&nbsp;Commands<BR>
5095 ------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------<BR>
5096 &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>
5097 &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>
5098 &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>
5099 &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>
5100 &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>
5101 &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>
5102 &nbsp;:&nbsp;&nbsp;&nbsp;Select&nbsp;Messages&nbsp;in&nbsp;Current&nbsp;Thread<BR>
5103 <!--chtml endif-->
5106 NOTE:
5107 <OL>
5108  <LI>For help on a particular command, highlight the bold text associated
5109 with it above and hit Return.
5110  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
5111 </OL>
5113 <H2>Description of the THREAD INDEX Screen</H2>
5115 The THREAD INDEX displays summary information from each
5116 thread (conversation) in the current folder.
5117 This is useful if you want to quickly
5118 scan new threads, or find a particular thread without having to go
5119 through the text of each message, or to quickly get rid of junk
5120 threads, etc.
5121 The current thread is always highlighted.
5122 Each line of the THREAD INDEX contains the following columns: <P>
5123 <DL>
5124  <DT>STATUS:</DT>
5125  <DD> The markings on the left side of the thread tell you about its
5126 status.  You may see one or more of the following codes on any given
5127 thread:
5128 <UL>
5129   <LI> &quot;D&quot; for Deleted. All of the messages in this thread are marked for deletion but not yet eXpunged from the folder.
5130   <LI> &quot;A&quot; for Answered. All of the messages in this thread are marked answered.
5131   <LI> &quot;N&quot; for New. At least one message in the thread is New (you haven't looked at it yet).
5132   <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.
5133   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
5134         message in the thread was sent to you as a cc:. This symbol will only show up if
5135         the feature
5136         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
5137   <LI> &quot;X&quot; for selected.  You have selected at least one message in the thread by using the
5138         &quot;select&quot; command.  (Some systems may optionally allow selected
5139         messages to be denoted by the index line being displayed in bold
5140         type instead.)
5141   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
5142       to mark at least one message in this thread as &quot;important&quot;.
5143 </UL></DD><P>
5145  <DT>THREAD NUMBER:</DT>
5146  <DD>Threads in a folder are numbered, from one through the number
5147 of threads in the folder, to help you know where you are in the folder.
5148 </DD><P>
5150  <DT>DATE STARTED:</DT>
5151  <DD>The date the thread was started. This is actually from the Date header
5152 of the first message in the thread. It doesn't take different time zones
5153 into account.</DD><P>
5155  <DT>WHO STARTED THE THREAD:</DT>
5156  <DD>This is usually the name of the sender of the first message in the thread, taken from
5157 the From header of the message.
5158 If there is no personal name given in that
5159 address, then the email address is used instead.
5160 If the message is from you (or from one of your
5161 <A HREF="h_config_alt_addresses">alternate addresses</A>),
5162 then the recipient's name is shown here instead, with the characters
5163 &quot;To: &quot; inserted before the name.
5164 (The idea of this is that if you started the thread you would rather see who
5165 the mail was sent to instead of that the mail was from you.)
5166 In Newsgroups, if you are
5167 the sender and there are no email recipients, the newsgroup name will be
5168 listed after the &quot;To: &quot;.
5169 </DD><P>
5171  <DT>SIZE:</DT>
5172  <DD>The number in parentheses is the number of messages in the thread.</DD><P>
5174  <DT>SUBJECT:</DT>
5175  <DD>As much of the thread's subject line as will fit on the screen.
5176 This is the subject of the first message in the thread.</DD>
5177 </DL>
5179 <P><UL>
5180 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5181 </UL>
5183 &lt;End of help on this topic&gt;
5184 </BODY>
5185 </HTML>
5186 ============= h_mail_index =============
5187 <HTML>
5188 <HEAD>
5189 <TITLE>MESSAGE INDEX COMMANDS</TITLE>
5190 </HEAD>
5191 <BODY>                 
5192 <H1>MESSAGE INDEX COMMANDS</H1>
5193 <!--chtml if pinemode="function_key"-->
5194 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>
5195 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
5196 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>
5197 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>
5198 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>
5199 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>
5200 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>
5201 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>
5202 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>
5203 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>
5204 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>
5205 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>
5206 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>
5207 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>
5208 <BR>
5209 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
5210 -----------------------------<BR>
5211 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>
5212 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>
5213 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>
5214 <BR>
5215 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
5216 -----------------------------<BR>
5217 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
5218 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>
5219 <BR>
5220 <!--chtml else-->
5221 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>
5222 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
5223 &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>
5224 &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>
5225 &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>
5226 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>
5227 &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>
5228 &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>
5229 &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>
5230 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>
5231 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
5232 Miscellaneous&nbsp;Operations<BR>
5233 ------------------------<BR>
5234 &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>
5235 &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>
5236 &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>
5237 &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>
5238 &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>
5239 &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>
5240 &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>
5241 &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>
5242 <!--chtml endif-->
5245 NOTE:
5246 <OL>
5247  <LI>For help on a particular command, highlight the bold text associated
5248 with it above and hit Return.
5249  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
5250 </OL>
5252 <H2>Description of the MESSAGE INDEX Screen</H2>
5254 The MESSAGE INDEX displays summary information from each
5255 message in the current folder.
5256 This is useful if you want to quickly
5257 scan new messages, or find a particular message without having to go
5258 through the text of each message, or to quickly get rid of junk
5259 messages, etc.
5261 The current message is always highlighted
5262 and many commands operate on the current message.
5263 For example, the Delete command will delete the current message.
5264 If the folder is sorted by either Threads or OrderedSubject, then, depending
5265 on some of your configuration settings, a single line in the index may
5266 refer to an entire thread or to a subthread.
5267 If that is the case, then the commands that normally operate on the current
5268 message will operate on the thread or subthread instead.
5269 For example, the Delete command will delete the whole collapsed thread
5270 instead of just a single message.
5272 Each line of the MESSAGE INDEX contains the following columns (by default -- 
5273 you can change this with the 
5274 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
5275 in the SETUP CONFIGURATION screen): <P>
5276 <DL>
5277  <DT>STATUS:</DT>
5278  <DD> The markings on the left side of the message tell you about its
5279 status.  You may see one or more of the following codes on any given
5280 message:
5281 <UL>
5282   <LI> &quot;D&quot; for Deleted.  You have marked this message for deletion but not
5283          yet eXpunged the folder.
5284   <LI> &quot;N&quot; for New.  You have not looked at the text of the message yet.
5285   <LI> &quot;A&quot; for Answered.  Any time you reply to a message it is considered
5286          to be answered.
5287   <LI> &quot;F&quot; for Forwarded.  Similar to Answered, this is set whenever you
5288          forward a message.
5289   <LI> &quot;+&quot; for direct-to-you.  The &quot;+&quot; indicates that a message was sent
5290         directly to your account, your copy is not part of a cc: or a
5291         mailing list.
5292   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
5293         message was sent to you as a cc:. This symbol will only show up if
5294         the feature
5295         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
5296   <LI> &quot;X&quot; for selected.  You have selected the message by using the
5297         &quot;select&quot; command.  (Some systems may optionally allow selected
5298         messages to be denoted by the index line being displayed in bold
5299         type.)
5300   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
5301       to mark this message as &quot;important&quot;.
5302 </UL></DD><P>
5304  <DT>MESSAGE NUMBER:</DT>
5305  <DD>Messages in a folder are numbered, from one through the number
5306 of messages in the folder, to help you know where you are in the folder.
5307 These numbers are always in increasing order, even if you sort the folder
5308 in a different way.</DD><P>
5310  <DT>DATE SENT:</DT>
5311  <DD>The date the message was sent.  By default, messages are
5312 ordered by arrival time, not by date sent.  Most of the time, arrival time
5313 and date sent (effectively departure time) are similar.  Sometimes,
5314 however, the index will appear to be out of order because a message took a
5315 long time in delivery or because the sender is in a different time
5316 zone than you are. This date is just the date from the Date header
5317 field in the message.</DD><P>
5319  <DT>WHO SENT THE MESSAGE:</DT>
5320  <DD>This is usually the name of the sender of the message, taken from
5321 the From header of the message.
5322 If there is no personal name given in that
5323 address, then the email address is used instead.
5324 If the message is from you (or from one of your
5325 <A HREF="h_config_alt_addresses">alternate addresses</A>),
5326 then the recipient's name is shown here instead, with the characters
5327 &quot;To: &quot; inserted before the name.
5328 (The idea of this is that if you sent the mail you would rather see who
5329 the mail was sent to instead of that the mail was from you.
5330 This behavior may be changed by modifying the <!--#echo var="VAR_index-format"--> option mentioned
5331 above.
5332 In particular, use the FROM token or the FROMORTONOTNEWS token
5333 in place of the FROMORTO token.)
5334 In Newsgroups, if you are
5335 the sender and there are no email recipients, the newsgroup name will be
5336 listed after the &quot;To: &quot;. </DD><P>
5338  <DT>SIZE:</DT>
5339  <DD>The number in parentheses is the number of characters in the message.
5340 It may have a suffix of K, M, or G which means the number should be
5341 multiplied by one thousand, one million, or one billion to get the
5342 size of the message.</DD><P>
5344  <DT>SUBJECT:</DT>
5345  <DD>As much of the message's subject line as will fit on the screen.</DD>
5346 </DL>
5348 <P><UL>
5349 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5350 </UL>
5352 &lt;End of help on this topic&gt;
5353 </BODY>
5354 </HTML>
5355 ============= h_mail_view ========================
5356 <HTML>
5357 <HEAD>
5358 <TITLE>MESSAGE TEXT SCREEN</TITLE>
5359 </HEAD>
5360 <BODY>
5361 <H1>MESSAGE TEXT SCREEN</H1>
5362 <!--chtml if pinemode="function_key"-->
5363 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>
5364 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;------------------------------<BR>
5365 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>
5366 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>
5367 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>
5368 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>
5369 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>
5370 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>
5371 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>
5372 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>
5373 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>
5374 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>
5375 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>
5376 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>
5377 <BR>
5378 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
5379 ------------------------------<BR>
5380 F1&nbsp;&nbsp;Show&nbsp;Help&nbsp;Text<BR>
5381 F2&nbsp;&nbsp;Toggle&nbsp;to&nbsp;see&nbsp;more&nbsp;commands<BR>
5382 F3&nbsp;&nbsp;<A HREF="h_view_cmd_hilite">View&nbsp;hilited</A><BR>
5383 F4&nbsp;&nbsp;Select&nbsp;current&nbsp;message<BR>
5384 F5&nbsp;&nbsp;Previous&nbsp;selectable&nbsp;item<BR>
5385 F6&nbsp;&nbsp;Next&nbsp;selectable&nbsp;item<BR>
5386 F7&nbsp;&nbsp;<A HREF="h_common_jump">Jump</A>&nbsp;to&nbsp;message&nbsp;number<BR>
5387 F8&nbsp;&nbsp;<A HREF="h_common_nextnew">Next&nbsp;new</A>&nbsp;message<BR>
5388 F9&nbsp;&nbsp;<A HREF="h_common_hdrmode">Display&nbsp;full&nbsp;headers</A><BR>
5389 F10&nbsp;<A HREF="h_common_bounce">Bounce</A>&nbsp;message<BR>
5390 F11&nbsp;<A HREF="h_common_flag">Flag</A>&nbsp;message<BR>
5391 F12&nbsp;<A HREF="h_common_pipe">Pipe</A>&nbsp;to&nbsp;a&nbsp;Unix&nbsp;command<BR>
5392 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
5393 F5&nbsp;&nbsp;<A HREF="h_common_role">Compose using a role</A><BR>
5394 <!--chtml else-->
5395 Operations&nbsp;on&nbsp;the&nbsp;Current&nbsp;Message<BR>
5396 ---------------------------------<BR>
5397 <BR>
5398 &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>
5399 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>
5400 &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>
5401 &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>
5402 &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>
5403 &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>
5404 &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>
5405 &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>
5406 &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>
5407 <BR>
5408 Navigating&nbsp;the&nbsp;List&nbsp;of&nbsp;Messages&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Other&nbsp;Commands<BR>
5409 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;----------------------------<BR>
5410 &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>
5411 &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>
5412 &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>
5413 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>
5414 <BR>
5415 General&nbsp;Alpine&nbsp;Commands<BR>
5416 ---------------------<BR>
5417 &nbsp;O&nbsp;&nbsp;Show&nbsp;all&nbsp;other&nbsp;available&nbsp;commands<BR>
5418 &nbsp;?&nbsp;&nbsp;Show&nbsp;Help&nbsp;text&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Q&nbsp;Quit&nbsp;Alpine<BR>
5419 &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>
5420 &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>
5421 &nbsp;&nbsp;&nbsp;&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>
5422 <!--chtml endif-->
5425 NOTE:
5426 <OL>
5427  <LI>For help on a particular command, highlight the bold text associated
5428 with it above and hit Return.
5429  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
5430 </OL>
5432 <H2>Description of the MESSAGE TEXT Screen</H2>
5434 The top line of the view message screen displays status
5435 information about the currently open collection and folder and about the
5436 current message.  It shows the name of the collection in angle brackets
5437 and then the name of the folder.  The line also displays the number
5438 of messages in the folder, the number of the current message and the
5439 percentage of the current message that has been displayed on the screen.
5440 If the message is marked for deletion &quot;DEL&quot; will appear in the upper
5441 right corner.
5442 If the message has been answered (but not deleted) &quot;ANS&quot; will show
5443 in the corner.
5446 NOTE: to rapidly move to the end of a message, hit the
5447 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
5448 (or Ctrl-W) key followed
5449 by Ctrl-V.  Similarly,
5450 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
5451 followed by Ctrl-Y will take you to the beginning of
5452 a message.
5454 <H2>Explanation of Alternate Character Sets</H2>
5456 Alpine attempts to stay out of the way so that it won't prevent you from
5457 viewing mail in any character set.  It will simply send the message to
5458 your display device.  If the device is capable of displaying the
5459 message as it was written it will do so.  If not, the display may be
5460 partially or totally incorrect.
5461 If the message contains characters that are not representable in your 
5462 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
5463 variable in your configuration, then a warning message will be printed
5464 to your screen at the beginning of the message display.
5465 It is probably best to use UNIX Alpine in a terminal emulator
5466 capable of displaying UTF-8 characters.
5467 See <A HREF="h_config_char_set">Display Character Set</A> for a little
5468 more information about character set settings.
5470 <P><UL>
5471 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5472 </UL>
5474 &lt;End of help on this topic&gt;
5475 </BODY>
5476 </HTML>
5477 ======= h_index_cmd_select =======
5478 <HTML>
5479 <HEAD>
5480 <TITLE>Selecting: Select and WhereIs/Select</TITLE>
5481 </HEAD>
5482 <BODY>
5483 <H1>Selecting: Select and WhereIs/Select</H1>
5485 Aggregate operations give you the ability to process a group of messages
5486 at once.  Acting on multiple messages requires two steps: (1) selecting a
5487 set of messages and then; (2) applying a command to that set. The first
5488 part is handled by the select command.  Select allows you to
5489 select messages based on their status (read, answered, etc.), contents,
5490 date, size, or keywords.
5491 You may also select based on one of your Rules or based on threads,
5492 and there are quick options to select a specific message or range of messages,
5493 to select the current message, or to select all messages.
5496 We describe the various selection criteria briefly:
5499 <DL>
5500 <DT>select All</DT>
5501 <DD> Marks all the messages in the folder as selected.
5502 </DD>
5504 <DT>select Cur</DT>
5505 <DD> Selects the currently highlighted message or currently highlighted
5506 set of messages if in a threaded view.
5507 </DD>
5509 <DT>select by Number</DT>
5510 <DD> Select by message number. This may be a comma-separated list instead or
5511 a single entry.
5512 Each element in the list may be either a single message number or a range
5513 of numbers with a dash between the lowest and highest member of the range.
5514 Some examples are 7 to select only message number 7; 2-5 to select messages
5515 2 through 5; and 2-5,7-9,11 to select messages 2, 3, 4, 5, 7, 8, 9, and 11.
5516 The word &quot;end&quot; or the character &quot;$&quot; may be used as a 
5517 substitute for the highest numbered message in the folder, while the
5518 character &quot;.&quot; represents the message number holding the position
5519 of the cursor in the folder.
5520 If in a separate thread index where the numbers refer to threads instead of
5521 to messages, then you will be selecting all of the messages in the
5522 referenced threads instead of selecting by message number.
5523 </DD>
5525 <DT>select by Date</DT>
5526 <DD> Select by either the date stored in the Date headers of each message,
5527 or by the date when the messages arrived.
5528 This does not adjust for different time zones, but just checks to see what
5529 day the message was sent on.
5530 You may type in a date. If you do, the date should be in the form
5531 <P><SAMP><CENTER>DD-Mon-YYYY</CENTER></SAMP><P>
5532 For example,
5533 <P><SAMP><CENTER>24-Nov-2004</CENTER></SAMP><P>
5535 <P><SAMP><CENTER>09-Nov-2004</CENTER></SAMP><P>
5536 If the date you want is close to the current date, it is probably
5537 easier to use the &quot;^P&nbsp;Prev Day&quot; or &quot;^N&nbsp;Next Day&quot; commands to change the default date that
5538 is displayed, instead of typing in the date yourself.
5539 Or, the &quot;^X&nbsp;Cur Msg&quot; command may be used to fill in
5540 the date of the currently highlighted message. 
5542 There are six possible settings that are selected using the
5543 &quot;^W&nbsp;Toggle When&quot; command.
5544 Three of them select messages based on the Date headers.
5545 They are &quot;SENT SINCE&quot;, &quot;SENT BEFORE&quot;,
5546 and &quot;SENT ON&quot;.
5547 SINCE is all messages with the selected date or later.
5548 BEFORE is all messages earlier than the selected date (not including the day
5549 itself).
5550 ON is all messages sent on the selected date.
5551 The other three select messages in the same way but they use the arrival
5552 times of the messages instead of the Date headers included in the messages.
5553 Those three are &quot;ARRIVED SINCE&quot;, &quot;ARRIVED BEFORE&quot;,
5554 and &quot;ARRIVED ON&quot;.
5555 When you save a message from one folder to another the arrival time is
5556 preserved.
5557 </DD>
5559 <DT>select by Text</DT>
5560 <DD> Selects messages based on the message contents.
5561 This allows you to select a set of messages based on whether or not the
5562 message headers or message body contain specified text.
5563 You may look for text in the Subject, the From header,
5564 the To header, or the Cc header.
5565 You may also choose Recipient, which searches for the text in
5566 either the To or the Cc header;
5567 or Participant, which means To or Cc or From.
5568 Besides those specific header searches, you may also search the entire
5569 header and text of the message with &quot;All Text&quot;, or just the
5570 body of the message.
5572 To search for the absence of text, first type the &quot;! Not&quot; command
5573 before typing the specific type of text search.
5574 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
5575 search for all messages that do not contain a particular word in their
5576 Subjects.
5578 If you choose a Subject search, you may use the subject from the current
5579 message by typing the &quot;^X Cur Subject&quot; command.
5580 You may then edit it further if you wish.
5581 For example, you might select the subject of a reply and edit the
5582 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
5583 the original message being replied to.
5584 All of the other header searches allow you to use addresses from the
5585 headers of the current message if you want to.
5586 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
5587 &quot;^W Cur Cc&quot;.
5588 In each case, if there is more than one address, only the first is offered.
5589 </DD>
5591 <DT>select by Status</DT>
5592 <DD> Selects messages based on their status.
5593 You may select all New, Important, Deleted, Answered, Recent, or Unseen
5594 messages.
5595 Or, if you first type the &quot;! Not&quot; command, you get not New,
5596 or not Important, and so on.
5597 If you select Deleted messages, you will get all messages with their
5598 Deleted flag set.
5599 Likewise for Important messages, all messages that you have flagged as
5600 being Important with the
5601 <A HREF="h_common_flag">Flag</A> command.
5602 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
5603 because they try to match what you see on the screen by default.
5604 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
5605 and Unanswered.
5606 If you have looked at the message, or deleted it, or answered it; then it
5607 is not considered &quot;New &quot;.
5608 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
5610 &quot;Answered&quot; is another one that is a little different.
5611 It means that the message has been Answered <EM>and</EM> is not deleted.
5612 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
5613 the opposite of &quot;Answered&quot;!
5614 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
5615 both Unanswered <EM>and</EM> not deleted.
5617 The other two types were added later because the special nature of the
5618 New flag was not what was wanted by all users.
5619 New does match what you see in the index by default, but if you use
5620 the IMAPSTATUS or SHORTIMAPSTATUS token in the
5621 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
5622 be exactly what you want.
5623 &quot;Unseen&quot; simply selects all unseen messages, whether or not
5624 they are deleted or answered, and
5625 &quot;Recent&quot; selects all of the messages that have been added to
5626 the folder since you started this Alpine session.
5627 (That's not technically quite true. If there are multiple mail clients
5628 reading an IMAP mailbox, each message will be marked as Recent in only
5629 one of the client's sessions.)
5630 </DD>
5632 <DT>select by siZe</DT>
5633 <DD> Selects messages based on their size being smaller than or larger
5634 than the size you specify.
5635 The size is the number of bytes.
5636 You may use the suffix &quot;K&quot; or &quot;k&quot; to mean 1,000 times
5637 the number.
5638 For example, 7K is the same as 7000.
5639 The suffix &quot;M&quot; or &quot;m&quot; means 1,000,000 times the number,
5640 and the suffix &quot;G&quot; or &quot;g&quot; means 1,000,000,000 times.
5641 Use the &quot;^W&quot; command to toggle back and forth between Smaller
5642 and Larger.
5643 </DD>
5645 <DT>select by Keyword</DT>
5646 <DD> Selects messages that either have or do not have
5647 (using the &quot;!&nbsp;Not&quot; command)
5648 a particular <A HREF="h_config_keywords">Keyword</A> set.
5649 One way to select a keyword is to use the &quot;^T&nbsp;To&nbsp;List&quot;
5650 command to select one from your list of keywords.
5652 <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.
5653 </DD>
5655 <DT>select by Rule</DT>
5656 <DD> Selects messages that either match or don't match
5657 (using the &quot;!&nbsp;Not&quot; command)
5658 one of the Rules you have defined.
5659 The most likely method of filling in the Rule is to use the
5660 &quot;^T&nbsp;To&nbsp;List&quot;
5661 command to select one of your Rules.
5662 All of the Rules you have defined will be in the list, including
5663 Rules for Searching, Indexcolors, Filtering, Roles, Score setting, and Other.
5664 They may not all make sense for this purpose, but they are all there for
5665 flexibility.
5666 You might find it useful to define some rules solely for the purpose
5667 of being used by the Select command.
5668 There is a special category for such Rules. They are called Search Rules.
5670 Unfortunately, Alpine does not allow all possible Rules to be defined.
5671 For example, there is no logical OR operation.
5672 OR is accomplished in the Filter Rules or the other types of Rules by
5673 simply defining two rules, one that matches the first part of the OR
5674 and another that matches the second part.
5675 But you can't do that here, since you only have a single Rule to work with.
5676 Likewise, the order of Rules is usually important.
5677 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
5678 a message, then that stops the search for a further match.
5679 This means that you may be confused if you try to use Select by Rule to
5680 check your Filter rules because the order is important when filtering but
5681 is not considered here.
5682 </DD>
5684 <DT>select by tHread</DT>
5685 <DD> Selects all of the messages in the current thread.
5686 </DD>
5687 </DL>
5689 After you have an initial selection, the next and subsequent selection
5690 commands modify the selection.
5691 The select command changes. It first gives
5692 you selection &quot;alteration&quot; options: &quot;unselect All&quot;,
5693 &quot;unselect Current&quot;,
5694 &quot;Broaden selection&quot; (implements a logical OR), and
5695 &quot;Narrow selection&quot; (implements a logical AND).
5696 After you choose either Broaden or Narrow, you then choose one of the
5697 selection criteria listed above (by Text or Number or ...).
5698 You may use select as many times as you wish to get the selected set right.
5701 The WhereIs command has a feature (Ctrl-X) to
5702 select all the messages that match the WhereIs search. WhereIs searches
5703 through just the text that appears on the MESSAGE INDEX screen.
5704 This method is often slower than using the select command itself, unless the
5705 line you are looking for is not too far away in the index.
5708 The availability of the aggregate operations commands is determined by the
5709 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
5710 Feature-List option in your Alpine
5711 configuration, which defaults to set.
5712 The features
5713 <A HREF="h_config_auto_zoom">&quot;<!--#echo var="FEAT_auto-zoom-after-select"-->&quot;</A>
5715 <A HREF="h_config_select_wo_confirm">&quot;<!--#echo var="FEAT_select-without-confirm"-->&quot;</A>
5716 affect the behavior of the Select command.
5719 &lt;End of help on this topic&gt;
5720 </BODY>
5721 </HTML>
5722 ======= h_select_rule =======
5723 <HTML>
5724 <HEAD>
5725 <TITLE>Select: Rule</TITLE>
5726 </HEAD>
5727 <BODY>
5728 <H1>Select: Rule</H1>
5730 You are selecting messages that either match or don't match
5731 one of the Rules you have defined.
5732 You may either type the nickname of the Rule at the prompt, or use the
5733 &quot;^T&nbsp;To&nbsp;List&quot;
5734 command to select one of your Rules.
5735 All of the Rules you have defined will be in the list, including
5736 Rules for Indexcolors, Filtering, Roles, Score setting, and Other.
5737 They may not all make sense for this purpose, but they are all there for
5738 flexibility.
5739 Rules may be added by using the Setup/Rules screen off of the main Alpine
5740 menu.
5742 Unfortunately, Alpine does not allow all possible Rules to be defined.
5743 For example, there is no logical OR operation.
5744 OR is accomplished in the Filter Rules or the other types of Rules by
5745 simply defining two rules, one that matches the first part of the OR
5746 and another that matches the second part.
5747 But you can't do that here, since you only have a single Rule to work with.
5748 Likewise, the order of Rules is usually important.
5749 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
5750 a message, then that stops the search for a further match.
5751 This means that you may be confused if you try to use Select by Rule to
5752 check your Filter rules because the order is important when filtering but
5753 is not considered here.
5756 &lt;End of help on this topic&gt;
5757 </BODY>
5758 </HTML>
5759 ======= h_select_text =======
5760 <HTML>
5761 <HEAD>
5762 <TITLE>Select: Text</TITLE>
5763 </HEAD>
5764 <BODY>
5765 <H1>Select: Text</H1>
5767 You are selecting messages based on the contents of the message.
5768 This allows you to select a set of messages based on whether or not the
5769 message headers or message body contain specified text.
5770 You may look for text in the Subject, the From header,
5771 the To header, or the Cc header.
5772 You may also choose Recipient, which searches for the text in
5773 either the To or the Cc header;
5774 or Participant, which means either the To header, or the Cc header,
5775 or the From header.
5776 Besides those specific header searches, you may also search the entire
5777 header and text of the message with &quot;All Text&quot;, or just the
5778 body of the message with &quot;Body&quot;.
5780 To search for the absence of text, first type the &quot;!&nbsp;Not&quot; command
5781 before typing the specific type of text search.
5782 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
5783 search for all messages that do not contain a particular word in their
5784 Subjects.
5786 If you choose a Subject search, you may use the subject from the current
5787 message by typing the &quot;^X Cur Subject&quot; command.
5788 You may then edit it further if you wish.
5789 For example, you might select the subject of a reply and edit the
5790 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
5791 the original message being replied to.
5792 All of the other header searches allow you to use addresses from the
5793 headers of the current message if you want to.
5794 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
5795 &quot;^W Cur Cc&quot;.
5796 In each case, if there is more than one address, only the first is offered.
5799 &lt;End of help on this topic&gt;
5800 </BODY>
5801 </HTML>
5802 ======= h_select_status =======
5803 <HTML>
5804 <HEAD>
5805 <TITLE>Select: Status</TITLE>
5806 </HEAD>
5807 <BODY>
5808 <H1>Select: Status</H1>
5810 You are selecting messages based on the status of the message.
5811 For example, whether or not the message has been marked Deleted or Important,
5812 or whether or not it has been Answered or is New.
5813 If you first type the &quot;!&nbsp;Not&quot; command, you will get the
5814 opposite: not Deleted, not Important, and so on.
5816 If you select Deleted messages, you will get all messages with their
5817 Deleted flag set.
5818 Likewise for Important messages, all messages that you have flagged as
5819 being Important with the
5820 <A HREF="h_common_flag">Flag</A> command.
5821 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
5822 because they try to match what you see on the screen by default.
5823 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
5824 and Unanswered.
5825 If you have looked at the message, or deleted it, or answered it; then it
5826 is not considered &quot;New &quot;.
5827 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
5829 &quot;Answered&quot; is another one that is a little different.
5830 It means that the message has been Answered <EM>and</EM> is not deleted.
5831 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
5832 the opposite of &quot;Answered&quot;!
5833 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
5834 both Unanswered <EM>and</EM> not deleted.
5836 (The New and Answered options may seem counter-intuitive.
5837 The reason it is done this way is
5838 because, by default, a Deleted message will show up with the &quot;D&quot;
5839 symbol in the MAIL INDEX screen even if it is New or Answered.
5840 The Delete symbol overrides the New and Answered symbols, because you
5841 usually don't care about the message anymore once you've deleted it.
5842 Similarly, you usually only care about whether a message is Answered or
5843 not if it is not Deleted.
5844 Once it is Deleted you've put it out of your mind.)
5846 The other two options were added later because the special nature of the
5847 New flag was not what was wanted by all users.
5848 New does match what you see in the index by default, but if you use
5849 the IMAPSTATUS or SHORTIMAPSTATUS token in the
5850 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
5851 be exactly what you expect.
5852 &quot;Unseen&quot; simply selects all unseen messages, whether or not
5853 they are deleted or answered, and
5854 &quot;Recent&quot; selects all of the messages that have been added to
5855 the folder since you started this Alpine session.
5856 (That's not technically quite true. If there are multiple mail clients
5857 reading an IMAP mailbox, each message will be marked as Recent in only
5858 one of the client's sessions.
5859 That behavior can be convenienent for some purposes, like filtering, but
5860 it isn't usually what you expect when selecting.)
5863 &lt;End of help on this topic&gt;
5864 </BODY>
5865 </HTML>
5866 ======= h_index_cmd_apply =======
5867 <HTML>
5868 <HEAD>
5869 <TITLE>Apply Command</TITLE>
5870 </HEAD>
5871 <BODY>
5872 <H1>Apply Command</H1>
5874 Apply
5875 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->A<!--chtml endif-->)
5876 is the second step of most aggregate operations.  Apply
5877 becomes active any time there is a defined set of selected messages.  The
5878 following commands can be applied to a selected message set: delete,
5879 undelete, reply, forward,
5880 <!--chtml if pinemode="os_windows"-->
5881 <!--chtml else--> 
5882 pipe,
5883 <!--chtml endif-->
5884 print, take address, save, export, bounce, and flag.
5887 The behavior of some of these commands in an aggregate sense is not easy to
5888 explain.  Try them out to see what they do.
5889 The feature
5890 <A HREF="h_config_auto_unzoom">&quot;<!--#echo var="FEAT_auto-unzoom-after-apply"-->&quot;</A>
5891 affects the behavior of the Apply command, as does the feature
5892 <A HREF="h_config_auto_unselect">&quot;<!--#echo var="FEAT_auto-unselect-after-apply"-->&quot;</A>.
5895 &lt;End of help on this topic&gt;
5896 </BODY>
5897 </HTML>
5898 ======= h_index_cmd_zoom =======
5899 <HTML>
5900 <HEAD>
5901 <TITLE>ZoomMode Command</TITLE>
5902 </HEAD>
5903 <BODY>
5904 <H1>ZoomMode Command</H1>
5906 Another action you might want to take on a set of selected messages is to
5907 zoom in on them.  Like apply, zoom only becomes active when messages have
5908 been selected.
5909 ZoomMode
5910 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->Z<!--chtml endif-->)
5911 is a toggle command that allows you to
5912 zoom-in (and only see the selected messages) and zoom-out (to see all
5913 messages in the folder).  Neither apply nor zoom removes the markings that
5914 define the selected set; you need to use a select command in order
5915 to do that.
5918 &lt;End of help on this topic&gt;
5919 </BODY>
5920 </HTML>
5921 ======= h_index_collapse_expand =======
5922 <HTML>
5923 <HEAD>
5924 <TITLE>Collapse/Expand Command</TITLE>
5925 </HEAD>
5926 <BODY>
5927 <H1>Collapse/Expand Command</H1>
5929 The Collapse/Expand command is only available from the MESSAGE INDEX screen when
5930 the folder is sorted by either Threads or OrderedSubject, and the
5931 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
5932 is set to something other than &quot;none&quot;.
5933 By default, this command collapses or expands the subthread that starts at
5934 the currently highlighted message, if any.
5935 If the subthread is already collapsed, then this command expands it.
5936 If the subthread is expanded, then this command collapses it.
5937 If there are no more messages below the current message in the
5938 thread tree (that is, there are no replies to the current message) then
5939 this command does nothing.
5942 The behavior of this command is affected by the option
5943 <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>.
5944 Normally, this command Collapses or Expands the subthread that
5945 starts at the currently highlighted message.
5946 If the above option is set, then this command Collapses or Expands the
5947 entire current thread instead of just the subthread.
5948 The current thread is simply the top-level thread that contains the
5949 current message.
5952 &lt;End of help on this topic&gt;
5953 </BODY>
5954 </HTML>
5955 ======= h_index_cmd_sort =======
5956 <HTML>
5957 <HEAD>
5958 <TITLE>Sort Command</TITLE>
5959 </HEAD>
5960 <BODY>
5961 <H1>Sort Command</H1>
5963 In Alpine's generic configuration, messages are presented in the order in
5964 which they arrive.  This default can be changed in the SETUP CONFIGURATION 
5965 with the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
5966 You can also re-sort the folder on demand with the sort
5967 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
5968 command.
5969 Your sorting options are:
5971 <UL>
5972  <LI> <A HREF="h_index_sort_arrival">A</A>rrival
5973  <LI> <A HREF="h_index_sort_date">D</A>ate
5974  <LI> <A HREF="h_index_sort_subj">S</A>ubject
5975  <LI> <A HREF="h_index_sort_ordsubj">O</A>rderedSubject
5976  <LI> t<A HREF="h_index_sort_thread">H</A>read
5977  <LI> <A HREF="h_index_sort_from">F</A>rom
5978  <LI> si<A HREF="h_index_sort_size">Z</A>e
5979  <LI> scor<A HREF="h_index_sort_score">E</A>,
5980  <LI> <A HREF="h_index_sort_to">T</A>o
5981  <LI> <A HREF="h_index_sort_cc">C</A>c
5982 </UL>
5985 The Reverse option will toggle the order the index is currently
5986 sorted by, but will not change the relative sort order.
5989 Sorting a folder does not actually rearrange the way the folder is saved,
5990 it just re-arranges how the messages are presented to you.  This means
5991 that Alpine has to do the work of sorting every time you change sort order.
5992 Sometimes, especially with PC-Alpine or with large folders, this could take
5993 a while.
5996 &lt;End of help on this topic&gt;
5997 </BODY>
5998 </HTML>
5999 ======= h_index_sort_default =======
6000 <HTML>
6001 <HEAD>
6002 <TITLE>SORT OPTION: Default</TITLE>
6003 </HEAD>
6004 <BODY>
6005 <H1>SORT OPTION: Default</H1>
6007 The <EM>Default</EM> sort option just means to use the default sort order
6008 set in the
6009 <li><a href="h_config_sort_key"><!--#echo var="VAR_sort-key"--></a>
6010 option in Setup/Config.
6013 &lt;End of help on this topic&gt;
6014 </BODY>
6015 </HTML>
6016 ======= h_index_sort_arrival =======
6017 <HTML>
6018 <HEAD>
6019 <TITLE>SORT OPTION: Arrival</TITLE>
6020 </HEAD>
6021 <BODY>
6022 <H1>SORT OPTION: Arrival</H1>
6024 The <EM>Arrival</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6025 in the order that they exist in the folder.  This is usually the same as the
6026 order in which they arrived.  This option is comparable to not sorting
6027 the messages at all.
6030 &lt;End of help on this topic&gt;
6031 </BODY>
6032 </HTML>
6033 ======= h_index_sort_date =======
6034 <HTML>
6035 <HEAD>
6036 <TITLE>SORT OPTION: Date</TITLE>
6037 </HEAD>
6038 <BODY>
6039 <H1>SORT OPTION: Date</H1>
6041 The <EM>Date</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6042 according to the date and time they were
6043 sent.
6046 On a folder like INBOX, sorting by &quot;Date&quot; should be almost
6047 identical to sorting by &quot;Arrival&quot;.
6050 &lt;End of help on this topic&gt;
6051 </BODY>
6052 </HTML>
6053 ======= h_index_sort_subj =======
6054 <HTML>
6055 <HEAD>
6056 <TITLE>SORT OPTION: Subject</TITLE>
6057 </HEAD>
6058 <BODY>
6059 <H1>SORT OPTION: Subject</H1>
6061 The <EM>Subject</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6062 by subject. 
6065 Messages with the same subject are
6066 first grouped together, and then the groups of like-subject messages
6067 are arranged alphabetically.
6070 Alpine ignores leading &quot;Re:&quot; and
6071 &quot;re:&quot; and trailing &quot;(fwd)&quot; when determining the
6072 likeness and alphabetical order of subject lines.
6075 &lt;End of help on this topic&gt;
6076 </BODY>
6077 </HTML>
6078 ======= h_index_sort_ordsubj =======
6079 <HTML>
6080 <HEAD>
6081 <TITLE>SORT OPTION: OrderedSubject</TITLE>
6082 </HEAD>
6083 <BODY>
6084 <H1>SORT OPTION: OrderedSubject</H1>
6086 The <EM>OrderedSubject</EM> sort option arranges messages in the
6087 MESSAGE&nbsp;INDEX by grouping all messages with the same subject
6088 together, similar to sort by <A HREF="h_index_sort_subj">S</A>ubject.
6091 However, <EM>OrderedSubj</EM> then arranges the groups of like-subject
6092 messages by the date of the oldest message in the group.
6095 This sort method provides for pseudo threading of conversations within
6096 a folder.
6097 You may want to try sorting by Thread instead.
6100 &lt;End of help on this topic&gt;
6101 </BODY>
6102 </HTML>
6103 ======= h_index_sort_thread =======
6104 <HTML>
6105 <HEAD>
6106 <TITLE>SORT OPTION: Thread</TITLE>
6107 </HEAD>
6108 <BODY>
6109 <H1>SORT OPTION: Thread</H1>
6111 The <EM>Thread</EM> sort option arranges messages in the
6112 MESSAGE&nbsp;INDEX by grouping all messages that indicate
6113 they are part of a conversation (discussion thread) taking
6114 place within a mailbox or newsgroup.  This indication is
6115 based on information in the message's header -- specifically
6116 its <tt>References:</tt>, <tt>Message-ID:</tt>, and <tt>Subject:</tt> fields.
6119 &lt;End of help on this topic&gt;
6120 </BODY>
6121 </HTML>
6122 ======= h_index_sort_from =======
6123 <HTML>
6124 <HEAD>
6125 <TITLE>SORT OPTION: From</TITLE>
6126 </HEAD>
6127 <BODY>
6128 <H1>SORT OPTION: From</H1>
6130 The <EM>From</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6131 by the name of the author of the message.
6134 Messages with the same author are grouped together. Groups of
6135 messages are then put into alphabetical order according to message
6136 author.
6139 &lt;End of help on this topic&gt;
6140 </BODY>
6141 </HTML>
6142 ======= h_index_sort_size =======
6143 <HTML>
6144 <HEAD>
6145 <TITLE>SORT OPTION: Size</TITLE>
6146 </HEAD>
6147 <BODY>
6148 <H1>SORT OPTION: Size</H1>
6150 The <EM>Size</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6151 by their relative sizes.
6154 &lt;End of help on this topic&gt;
6155 </BODY>
6156 </HTML>
6157 ======= h_index_sort_score =======
6158 <HTML>
6159 <HEAD>
6160 <TITLE>SORT OPTION: Score</TITLE>
6161 </HEAD>
6162 <BODY>
6163 <H1>SORT OPTION: Score</H1>
6165 The <EM>Score</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6166 by their scores.
6169 Messages with the same score are sorted in arrival order.
6170 Scores are something you create using the
6171 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
6174 &lt;End of help on this topic&gt;
6175 </BODY>
6176 </HTML>
6177 ======= h_index_sort_to =======
6178 <HTML>
6179 <HEAD>
6180 <TITLE>SORT OPTION: To</TITLE>
6181 </HEAD>
6182 <BODY>
6183 <H1>SORT OPTION: To</H1>
6185 The <EM>To</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX 
6186 by the names of the recipients of the message.
6189 Messages with the same recipients are grouped together. Groups of
6190 messages are then put into alphabetical order according to message
6191 recipients.
6194 &lt;End of help on this topic&gt;
6195 </BODY>
6196 </HTML>
6197 ======= h_index_sort_cc =======
6198 <HTML>
6199 <HEAD>
6200 <TITLE>SORT OPTION: Cc</TITLE>
6201 </HEAD>
6202 <BODY>
6203 <H1>SORT OPTION: Cc</H1>
6205 The <EM>Cc</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX by
6206 the names of the carbon copy addresses of the message.
6209 &lt;End of help on this topic&gt;
6210 </BODY>
6211 </HTML>
6212 ======= h_index_cmd_whereis =======
6213 <HTML>
6214 <HEAD>
6215 <TITLE>WhereIs Command</TITLE>
6216 </HEAD>
6217 <BODY>
6218 <H1>WhereIs Command</H1>
6220 The WhereIs
6221 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
6222 command lets you search the MESSAGE INDEX for a word.
6223 It scans through whatever you see, usually the name of the author
6224 and the Subject line.
6225 WhereIs has special subcommands to let you find the beginning of the
6226 index (Ctrl-Y -- first message)
6227 or the end of the index (Ctrl-V -- last message).
6229 Note that WhereIs only searches through the visible text on the screen.
6230 For example, if only part of the Subject of a message is shown because it
6231 is long, then only the visible portion of the Subject is searched.
6232 Also note that WhereIs does not &quot;see&quot; the 
6233 &quot;X&quot; in column one of Index entries for selected messages
6234 so it can't be used to search for
6235 selected messages (use &quot;Zoom&quot; instead).
6237 If the feature
6238 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
6239 is turned on,
6240 WhereIs can also be used as a quick way to select messages that match the
6241 string being searched for.
6242 Instead of typing carriage return to search for the next match, type
6243 Ctrl-X to select all matches.
6244 Once again, this only selects matches that are (or would be if the right
6245 index line was on the screen) visible.
6246 Truncated From lines or Subjects will cause matches to be missed.
6247 Although WhereIs is sometimes convenient for quick matching, the Select
6248 command is usually more powerful and usually faster.
6251 &lt;End of help on this topic&gt;
6252 </BODY>
6253 </HTML>
6254 ======= h_view_cmd_whereis =======
6255 <HTML>
6256 <HEAD>
6257 <TITLE>WhereIs Command</TITLE>
6258 </HEAD>
6259 <BODY>
6260 <H1>WhereIs Command</H1>
6262 The WhereIs
6263 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
6264 command does a &quot;find in current message&quot; operation.  You
6265 type in text and Alpine will try to find it in the message you are
6266 reading.  WhereIs also has subcommands to jump to the beginning (Ctrl-Y)
6267 or end (Ctrl-V) of the message.
6268 That is, to rapidly move to the end of a message, hit the 
6269 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
6270 (or Ctrl-W) key followed
6271 by Ctrl-V.  Similarly,
6272 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
6273 followed by Ctrl-Y will take you to the beginning of a message.
6276 &lt;End of help on this topic&gt;
6277 </BODY>
6278 </HTML>
6279 ======= h_view_cmd_hilite =======
6280 <HTML>
6281 <HEAD>
6282 <TITLE>View Hilite and Next item/Previous item</TITLE>
6283 </HEAD>
6284 <BODY>
6285 <H1>View Hilite and Next item/Previous item</H1>
6287 Sometimes messages may be in the form of formatted HTML text
6288 or they may contain URLs or Web server hostnames.
6289 When any of the features
6290 <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>,
6291 <A HREF="h_config_enable_view_web_host">&quot;<!--#echo var="FEAT_enable-msg-view-web-hostnames"-->&quot;</A>,
6292 <A HREF="h_config_enable_view_attach">&quot;<!--#echo var="FEAT_enable-msg-view-attachments"-->&quot;</A>,
6294 <A HREF="h_config_enable_view_addresses">&quot;<!--#echo var="FEAT_enable-msg-view-addresses"-->&quot;</A>
6295 are enabled, Alpine will represent such selectable items in the text
6296 in bold typeface.  One of the selectable items will be displayed in
6297 inverse video (highlighted).  This is the &quot;currently selected&quot; item.
6298 Press the Return key to view the currently selected item.
6301 The Up and Down Arrows keys can be used to change the selected item
6302 (also see the feature
6303 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
6304 If there are no selectable items in the direction of the arrow you
6305 pressed, Alpine will scroll the display in that direction until one
6306 becomes visible.  To &quot;jump&quot; forwards/backwards among selectable 
6307 items in the message text, use the Previous and Next item commands,
6308 <!--chtml if pinemode="function_key"-->F5 and F6
6309 <!--chtml else-->^B and ^F<!--chtml endif-->.
6312 &lt;End of help on this topic&gt;
6313 </BODY>
6314 </HTML>
6315 ======= h_view_cmd_viewattch =======
6316 <HTML>
6317 <HEAD>
6318 <TITLE>ViewAttch Command</TITLE>
6319 </HEAD>
6320 <BODY>
6321 <H1>ViewAttch Command</H1>
6324 The View/Save Attachment
6325 (<!--chtml if pinemode="function_key"-->F4<!--chtml else-->V<!--chtml endif-->)
6326 command allows you to handle MIME attachments to a message you have
6327 received.  Alpine shows you a list of the message attachments -- you just
6328 choose the attachment you want.  You may either view or save the
6329 selected attachment.
6332 Because many attachments require external programs for display, there
6333 is some system configuration that has to happen before you can
6334 actually display attachments.  Hopefully much of that will have been
6335 done already by your system administrator.  MIME configuration is
6336 handled with the &quot;mailcap&quot; configuration file.  (See the section 
6337 on configuration in the
6338 <A HREF="h_news">release notes</A> for more information.)
6341 &lt;End of help on this topic&gt;
6342 </BODY>
6343 </HTML>
6344 ======= h_index_cmd_expunge =======
6345 <HTML>
6346 <HEAD>
6347 <TITLE>Expunge/Exclude Command</TITLE>
6348 </HEAD>
6349 <BODY>
6350 <H1>Expunge/Exclude Command</H1>
6352 Expunge/Exclude
6353 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->X<!--chtml endif-->)
6354 is the command Alpine uses to actually remove all messages
6355 marked for deletion.  With regular email files, expunge literally deletes
6356 the text from the current folder.  With newsgroups or shared mailboxes,
6357 you don't have permission to actually remove the message, so it is an
6358 exclude -- Alpine removes the message from your view of the folder even
6359 though it is not technically gone.
6361 <P> A selective expunge command is available in IMAP folders that support 
6362 the UID EXPUNGE extension in <A 
6363 HREF="http://tools.ietf.org/html/rfc4315">RFC 4315</A> as well as for all 
6364 other folders (local folders in all formats, POP3 inbox, and newsgroups) 
6365 as a subcommand of the apply command. If some selected messages are marked 
6366 deleted, then the apply command will offer the eXpunge command, which when 
6367 executed will only expunge those messages that are selected and deleted.
6369 <P> 
6370 Observe that the expunge command (when not used from the apply command) 
6371 will expunge/exclude all deleted messages from the folder, and so all 
6372 messages marked deleted will be expunged, regardless of if they are 
6373 selected or not. In other words, there is no protection against 
6374 potentially expunging more messages than only those that have been 
6375 selected and deleted.
6378 The configuration features
6379 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
6381 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>
6382 affect the behavior of the Expunge command.
6385 &lt;End of help on this topic&gt;
6386 </BODY>
6387 </HTML>
6388 ======= h_common_compose =======
6389 <HTML>
6390 <HEAD>
6391 <TITLE>Compose Command</TITLE>
6392 </HEAD>
6393 <BODY>
6394 <H1>Compose Command</H1>
6396 The Compose command takes you into the Alpine message composer where you
6397 can start a new message for sending.  This is where you type in the
6398 message's text and specify its recipient list (the &quot;To:&quot;
6399 address), where copies should be directed (e.g., &quot;Fcc&quot;,
6400 &quot;Cc:&quot; or &quot;Bcc:&quot;), and which files, if any, should
6401 be attached to the message.
6404 When you type this command, Alpine will also automatically check for any
6405 interrupted (i.e., a message that was being composed when your modem
6406 or network connection was broken) or previously postponed messages and
6407 offer you a chance to continue working on those.
6410 <UL>   
6411 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6412 </UL><P>
6413 &lt;End of help on this topic&gt;
6414 </BODY>
6415 </HTML>
6416 ======= h_common_index =======
6417 <HTML>
6418 <HEAD>
6419 <TITLE>Message Index Command</TITLE>
6420 </HEAD>
6421 <BODY>
6422 <H1>Message Index Command</H1>
6424 The Index command takes you to the MESSAGE INDEX screen that displays a
6425 summary caption for each message in the currently-open folder. One
6426 message will be highlighted; this is the &quot;Current&quot; message.
6427 The message commands available from this screen (e.g. View, Reply,
6428 Forward, Delete, Print, Save, etc) apply to the current message.
6431 &lt;End of help on this topic&gt;
6432 </BODY>
6433 </HTML>
6434 ======= h_common_folders =======
6435 <HTML>
6436 <HEAD>
6437 <TITLE>Folder List Command</TITLE>
6438 </HEAD>
6439 <BODY>
6440 <H1>Folder List Command</H1>
6442 This Folder List command takes you to the FOLDER LIST screen that displays
6443 the names of all your message folders and allows you to view, rename,
6444 delete, and add folders.  You can open (view) a different folder than the
6445 one currently open by highlighting the desired one (using the arrow keys
6446 or their control-key equivalents) and pressing RETURN.
6449 If you have multiple folder collections defined (see the Help text for
6450 the FOLDER LIST screen to learn more about Collections), you may need
6451 to press Return to expand the collection and display all of the
6452 folders in it.
6455 &lt;End of help on this topic&gt;
6456 </BODY>
6457 </HTML>
6458 ======= h_main_addrbook =======
6459 <HTML>
6460 <HEAD>
6461 <TITLE>Address Book Command</TITLE>
6462 </HEAD>
6463 <BODY>
6464 <H1>Address Book Command</H1>
6466 This command, available only from the MAIN MENU, takes you
6467 to the ADDRESS BOOK management screen.  From here, your personal address
6468 book(s) may be updated.
6471 &lt;End of help on this topic&gt;
6472 </BODY>
6473 </HTML>
6474 ======= h_main_setup =======
6475 <HTML>
6476 <HEAD>
6477 <TITLE>Setup Command</TITLE>
6478 </HEAD>
6479 <BODY>
6480 <H1>Setup Command</H1>
6482 The Setup command, available only from the MAIN MENU, prompts you for
6483 one of several configuration screens, including the SETUP CONFIGURATION 
6484 screen, by which you may activate optional Alpine features.
6487 &lt;End of help on this topic&gt;
6488 </BODY>
6489 </HTML>
6490 ======= h_main_release_notes =======
6491 <HTML>
6492 <HEAD>
6493 <TITLE>Release Notes Command</TITLE>
6494 </HEAD>
6495 <BODY>
6496 <H1>Release Notes Command</H1>
6498 This command displays information about Alpine <!--#echo var="ALPINE_VERSION"-->,
6499 as well as pointers to further information such as history and legal notes.
6502 &lt;End of help on this topic&gt;
6503 </BODY>
6504 </HTML>
6505 ======= h_main_kblock =======
6506 <HTML>
6507 <HEAD>
6508 <TITLE>Keyboard Lock Command</TITLE>
6509 </HEAD>
6510 <BODY>
6511 <H1>Keyboard Lock Command</H1>
6513 This command allows your Alpine session to be protected
6514 during a temporary absence from your terminal.
6517 &lt;End of help on this topic&gt;
6518 </BODY>
6519 </HTML>
6520 ======= h_main_journal =======
6521 <HTML>
6522 <HEAD>
6523 <TITLE>Journal Command</TITLE>
6524 </HEAD>
6525 <BODY>
6526 <H1>Journal Command</H1>
6528 This command displays a list of all the status messages Alpine has
6529 displayed (on the third line from the bottom of the screen). This may
6530 be useful if a message disappeared before you had a chance to read it.
6533 &lt;End of help on this topic&gt;
6534 </BODY>
6535 </HTML>
6536 ======= h_common_role =======
6537 <HTML>
6538 <HEAD>
6539 <TITLE>Role Command</TITLE>
6540 </HEAD>
6541 <BODY>
6542 <H1>Role Command</H1>
6544 The Role command is similar to the Compose command except that it starts
6545 off by letting you select a <A HREF="h_rules_roles">role</A>
6546 to be used for the composition.
6547 You may set up alternate roles by using Setup/Rules/Roles.
6550 &lt;End of help on this topic&gt;
6551 </BODY>
6552 </HTML>
6553 ======= h_common_conditional_cmds =======
6554 <HTML>
6555 <HEAD>
6556 <TITLE>Conditional Commands</TITLE>
6557 </HEAD>
6558 <BODY>
6559 <H1>Conditional Commands</H1>
6561 The presence or absence of certain commands, particularly in the
6562 MESSAGE INDEX and MESSAGE TEXT screens, is determined by
6563 whether or not specific features are set in your Alpine configuration.  
6564 (You can access the SETUP CONFIGURATION screen, where they are found, from 
6565 Alpine's MAIN MENU.)  To see if a desired command's availability is
6566 conditioned on a feature setting, see the command's help text (highlight
6567 the phrase associated with the command and hit Return).
6570 Also note that some
6571 commands may be administratively disabled by your system manager;
6572 if they don't work, please check with your local help desk.
6575 <UL>   
6576 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6577 </UL><P>
6578 &lt;End of help on this topic&gt;
6579 </BODY>
6580 </HTML>
6581 ======= h_common_pipe =======
6582 <HTML>
6583 <HEAD>
6584 <TITLE>Pipe Command</TITLE>
6585 </HEAD>
6586 <BODY>
6587 <H1>Pipe Command</H1>
6589 Pipe
6590 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->|<!--chtml endif-->)
6591 allows you to send a message to a specified Unix command for external
6592 processing.
6593 This command's availability is controlled by the
6594 <A HREF="h_config_enable_pipe">&quot;<!--#echo var="FEAT_enable-unix-pipe-cmd"-->&quot;</A> 
6595 feature.
6596 By default, the processed text of the message is sent to the command
6597 you specify and the output is captured by Alpine and shown to you.
6598 When you run the pipe command, there are some sub-commands which may be
6599 used to alter this behavior.
6600 These sub-commands are described <A HREF="h_pipe_command">here</A>.
6603 &lt;End of help on this topic&gt;
6604 </BODY>
6605 </HTML>
6606 ======= h_common_goto =======
6607 <HTML>
6608 <HEAD>
6609 <TITLE>Goto Command</TITLE>
6610 </HEAD>
6611 <BODY>
6612 <H1>Goto Command</H1>
6614 Goto
6615 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->G<!--chtml endif-->)
6616 is the command that lets you bypass Alpine's folder selection screens
6617 and jump directly to a new folder.  You can select any folder in the
6618 world: one in your current collection, one in a different collection or
6619 one in a collection you've never even used before.
6622 Alpine will help you as much as possible to narrow in on the folder you want.
6623 However, if the folder is outside of your defined collections, you are
6624 going to have to enter the exact folder location using the correct
6625 <A HREF="h_valid_folder_names">syntax</A>
6626 for a remote folder and/or fully-qualified path name.
6629 &lt;End of help on this topic&gt;
6630 </BODY>
6631 </HTML>
6632 ======= h_common_nextnew =======
6633 <HTML>
6634 <HEAD>
6635 <TITLE>NextNew Command</TITLE>
6636 </HEAD>
6637 <BODY>
6638 <H1>NextNew Command</H1>
6640 When you press the TAB key, Alpine advances to the next
6641 &quot;interesting&quot; message.
6642 This will be the next message you have not seen before, or the next message
6643 you have flagged Important, whichever comes first.
6644 Unread messages that have been deleted are not considered interesting.
6645 (A note about reading news. Alpine expects you to &quot;Delete&quot; news
6646 articles after you have read them if you want to remove them from future
6647 consideration. See <A HREF="h_mainhelp_readingnews">Reading News</A> for
6648 more information.)
6651 The NextNew command is affected by the feature
6652 <A HREF="h_config_tab_new_only">&quot;<!--#echo var="FEAT_tab-visits-next-new-message-only"-->&quot;</A>,
6653 which causes Alpine to only consider Unread messages interesting, not messages
6654 flagged Important.
6657 This command behaves a little differently when it finds there are no more
6658 interesting messages left in the current folder.
6659 If the current folder is one of your Incoming Message Folders
6660 (<A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>)
6661 or it is a newsgroup, then Alpine will try to find the next folder or
6662 newsgroup that contains <EM>Recent</EM> messages and will ask you
6663 if you want to open that folder.
6664 This behavior may be modified by using the
6665 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
6666 feature that causes Alpine to look for Unseen messages instead of Recent
6667 messages.
6668 The NextNew command's behavior is also affected by the configuration features
6669 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A>,
6671 <A HREF="h_config_tab_no_prompt">&quot;<!--#echo var="FEAT_continue-tab-without-confirm"-->&quot;</A>.
6674 &lt;End of help on this topic&gt;
6675 </BODY>
6676 </HTML>
6677 ======= h_common_jump =======
6678 <HTML>
6679 <HEAD>
6680 <TITLE>Jump Command</TITLE>
6681 </HEAD>
6682 <BODY>
6683 <H1>Jump Command</H1>
6685 This is Alpine's way of allowing you to go straight to a specific message.
6686 Just press &quot;J&quot; and then enter the message number.  By default, Alpine is also
6687 configured such that typing in any number automatically jumps you to that
6688 message 
6689 (<A HREF="h_config_enable_jump">&quot;<!--#echo var="FEAT_enable-jump-shortcut"-->&quot;</A> 
6690 in the SETUP CONFIGURATION).
6693 &lt;End of help on this topic&gt;
6694 </BODY>
6695 </HTML>
6696 ======= h_common_flag =======
6697 <HTML>
6698 <HEAD>
6699 <TITLE>Flag Command</TITLE>
6700 </HEAD>
6701 <BODY>
6702 <H1>Flag Command</H1>
6704 Flag
6705 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
6706 is the command that allows users to manipulate the status flags that
6707 appear on the left side of the MESSAGE INDEX screen.  The most common
6708 use of this is to mark a message as important. This is something of a
6709 note to yourself to get back to that message.  You may also use the
6710 flag command to set (or unset) the flags that indicate that a message
6711 is new, answered, deleted, or forwarded.<P>
6713 Provided the mail server supports it,
6714 you may also manipulate user-defined keywords
6715 for a message using the flag command.
6716 These keywords will be available if you use the Flag Details screen that you
6717 can get to after typing the
6718 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
6719 command.
6720 They will be listed after the Important, New, Answered, Deleted , and Forwarded flags,
6721 which are always present.
6722 You may add new keywords by using the Add KW command from the Flag Details screen
6723 or by defining them in the <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
6725 The availability of the flag command is determined by the
6726 <A HREF="h_config_enable_flag">&quot;<!--#echo var="FEAT_enable-flag-cmd"-->&quot;</A>
6727 feature in your Alpine configuration. Also, it is possible that Flag could be
6728 administratively disabled by your system manager; if it doesn't work,
6729 please check with your local help desk before reporting a bug.
6730 The behavior of the flag command may be modified by the
6731 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
6732 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
6735 &lt;End of help on this topic&gt;
6736 </BODY>
6737 </HTML>
6738 ======= h_common_hdrmode =======
6739 <HTML>
6740 <HEAD>
6741 <TITLE>HdrMode Command</TITLE>
6742 </HEAD>
6743 <BODY>
6744 <H1>HdrMode Command</H1>
6746 Every email message comes with some header lines that you normally
6747 don't see (and don't want to see).
6748 These include anywhere from 3-20 lines (or more) added by the
6749 Internet mail transport system to record the route your message took,
6750 for diagnostic purposes.
6751 These are normally of no import and simply
6752 add clutter, so Alpine suppresses them in the MESSAGE TEXT display.
6753 This also includes other non-standard headers the message may contain.
6754 If you want to see these headers, there is a way to reveal them.
6757 The Header Mode
6758 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
6759 command is a toggle that controls Alpine's handling of these header
6760 lines.  Normally, full headers is &quot;off&quot; and you only see a
6761 few lines about who a message is to and who it is from.  When you
6762 press
6763 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
6764 to turn full headers on, Alpine will show you
6765 the normal header lines as well as delivery headers, comment headers,
6766 MIME headers, and any other headers present.
6769 Several different Alpine commands honor the header mode -- it affects how
6770 messages are displayed, how they appear in forward and reply email, how
6771 they are printed, how they are saved, and how they are exported.
6772 <!--chtml if pinemode="os_windows"-->
6773 <!--chtml else--> 
6774 The pipe command is also affected.
6775 <!--chtml endif-->
6778 The presence or absence of the Header Mode command is determined by the
6779 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
6780 Feature-List option in your Alpine configuration.
6783 If you have also turned on the
6784 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
6785 option then the HdrMode command actually rotates through three states
6786 instead of just two.
6787 The first is the normal view with long quotes suppressed.
6788 The second is the normal view but with the long quotes included.
6789 The last enables the display of all headers in the message.
6790 When using Export, Pipe, Print, Forward, or Reply the quotes are
6791 never suppressed, so the first two states are identical.
6794 The behavior of the Header Mode command may be altered slightly by
6795 turning on the
6796 <A HREF="h_config_quell_full_hdr_reset">&quot;<!--#echo var="FEAT_quell-full-header-auto-reset"-->&quot;</A>
6797 Feature-List option in your Alpine configuration.
6798 In particular, it will cause the Header Mode to be persistent when moving
6799 from message to message instead of resetting to the default for each message.
6802 <UL>   
6803 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6804 </UL><P>
6805 &lt;End of help on this topic&gt;
6806 </BODY>
6807 </HTML>
6808 ======= h_common_print =======
6809 <HTML>
6810 <HEAD>
6811 <TITLE>Print Command</TITLE>
6812 </HEAD>
6813 <BODY>
6814 <H1>Print Command</H1>
6816 The Print
6817 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->%<!--chtml endif-->)
6818 command allows you to print a copy of a message.
6819 There are many SETUP CONFIGURATION features that affect the
6820 Print command, including
6821 <A HREF="h_config_enable_y_print">&quot;<!--#echo var="FEAT_enable-print-via-y-command"-->&quot;</A>,
6822 <A HREF="h_config_print_index">&quot;<!--#echo var="FEAT_print-index-enabled"-->&quot;</A>,
6823 <A HREF="h_config_custom_print">&quot;<!--#echo var="FEAT_print-offers-custom-cmd-prompt"-->&quot;</A>,
6824 <A HREF="h_config_print_from">&quot;<!--#echo var="FEAT_print-includes-from-line"-->&quot;</A>, and
6825 <A HREF="h_config_ff_between_msgs">&quot;<!--#echo var="FEAT_print-formfeed-between-messages"-->&quot;</A>.
6826 You set up for printing by using the Printer option of the Setup command
6827 on the MAIN MENU.
6831 &lt;End of help on this topic&gt;
6832 </BODY>
6833 </HTML>
6834 ======= h_common_take =======
6835 <HTML>
6836 <HEAD>
6837 <TITLE>TakeAddr Command</TITLE>
6838 </HEAD>
6839 <BODY>
6840 <H1>TakeAddr Command</H1>
6843 With the Take Address
6844 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->T<!--chtml endif-->)
6845 command, you can extract email addresses from an
6846 incoming message and save them in an address book.  This is an easy way
6847 to add to your address book and avoid having to remember the email
6848 addresses of the people who write to you.
6851 If the message is just to you individually, then you will only need to
6852 provide a nickname.  If the message contains more than one email address,
6853 then you will see an address
6854 selection screen that lets you choose the address you want to save into
6855 your address book, or lets you choose several of them add to a
6856 personal distribution list.
6859 Once you've added an entry to your address book, you can use it from the
6860 message composer by typing the nickname of the entry into one of the
6861 header fields (for example, into the To: field), or you can use ^T from
6862 the header field to select the entry from your address book.
6865 If the configuration feature
6866 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
6867 is set, the behavior of the Take command is altered slightly.
6870 &lt;End of help on this topic&gt;
6871 </BODY>
6872 </HTML>
6873 ======= h_ge_import =======
6874 <HTML>
6875 <HEAD>
6876 <TITLE>Import File Selection</TITLE>
6877 </HEAD>
6878 <BODY>
6879 <H1>Import File Selection</H1>
6881 You are importing a file that you previously
6882 exported from Alpine.
6883 You are now being asked for the name of that file.
6884 The easiest way to select a file is probably with the &quot;^T&quot;
6885 &quot;To Files&quot; command.
6886 Alternatively, you may type in a file name.
6887 It may be an absolute pathname.
6888 Otherwise, it is a file located in your home directory
6889 or current working directory
6890 <!--chtml if pinemode="running"-->
6891 (which, at least for your current Alpine &quot;session,&quot; 
6892 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6893 <!--chtml endif-->, depending on the
6894 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
6895 In any case, you finish by typing a carriage return to accept the
6896 file name that is displayed.
6897 When the feature
6898 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
6899 is turned on you may use TAB to complete partially typed in names.
6901 You may cancel the import operation by typing &quot;^C&quot; after exiting
6902 this help.
6904 &lt;End of help on this topic&gt;
6905 </BODY>
6906 </HTML>
6907 ======= h_ge_allparts =======
6908 <HTML>
6909 <HEAD>
6910 <TITLE>Export Message File Selection</TITLE>
6911 </HEAD>
6912 <BODY>
6913 <H1>Export Message File Selection</H1>
6915 You are Exporting a message from an Alpine mail folder
6916 to a plain text file.
6917 You also have the option of exporting all of the attachments associated
6918 with the message.
6919 You are now being asked for the name of the file to export <EM>to</EM>.
6920 The easiest way to select a file is probably with the &quot;^T&quot;
6921 &quot;To Files&quot; subcommand.
6922 After returning from that subcommand you will still be allowed to
6923 edit the name you have selected.
6924 Alternatively, you may type in a file name.
6925 It may be an absolute pathname.
6926 Otherwise, it is a file located in your home directory
6927 or current working directory
6928 <!--chtml if pinemode="running"-->
6929 (which, at least for your current Alpine &quot;session,&quot; 
6930 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6931 <!--chtml endif-->, depending on the
6932 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
6933 In any case, you finish by typing a carriage return to accept the
6934 file name that is displayed.
6935 When the feature
6936 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
6937 is turned on you may use TAB to complete partially typed in names.
6939 The message you are exporting appears to have some attachments.
6940 If you wish to save <EM>all</EM> of the attachments at once,
6941 type the &quot;^P&quot; &quot;AllParts&quot; command to turn on
6942 saving of the attachments.
6943 You may turn it back off by typing &quot;^P&quot; again, which will now
6944 be labeled &quot;NoAllParts&quot; instead.
6945 If you want to save the parts the command displayed should be
6946 &quot;NoAllParts&quot;!
6947 When you choose to save attachments like this, the attachments will be saved
6948 in a newly created directory.
6949 That directory will have the same name as the file name you choose here,
6950 with the letters &quot;.d&quot; appended.
6951 If that directory already exists, then the letters &quot;.d_1&quot; will
6952 be tried, then &quot;.d_2&quot; and so on until a name that doesn't exist
6953 is found.
6954 For example, if you select the file name
6956 <CENTER><SAMP>filename</SAMP></CENTER>
6958 to export the message to, then the directory used for the attachments will be
6960 <CENTER><SAMP>filename.d</SAMP></CENTER>
6962 or perhaps
6964 <CENTER><SAMP>filename.d_&lt;n&gt;</SAMP></CENTER>
6966 The attachments will then be put into files inside that directory.
6967 The names for the attachment files will be derived from the attachments
6968 if possible.
6969 This is done in the same way as the default values are derived if you
6970 save them one at a time.
6971 (The &quot;filename&quot; parameter from the Content-Disposition header
6972 is the first choice. If that doesn't exist, the &quot;name&quot;
6973 parameter from the Content-Type header is used.)
6974 If a name for a particular attachment is not available, then the
6975 part number of the attachment is used, with the characters &quot;part_&quot;
6976 prepended.
6977 An example of that would be
6979 <CENTER><SAMP>part_2.1</SAMP></CENTER>
6981 If you want to save only some of the attachments or if you want more control
6982 over the directory and filename where an attachment is saved you may
6983 cancel out of this command and View the attachment list.
6984 From there you can save each attachment individually.
6986 You may cancel the Export operation by typing &quot;^C&quot; after exiting
6987 this help.
6989 &lt;End of help on this topic&gt;
6990 </BODY>
6991 </HTML>
6992 ======= h_ge_export =======
6993 <HTML>
6994 <HEAD>
6995 <TITLE>Export File Selection</TITLE>
6996 </HEAD>
6997 <BODY>
6998 <H1>Export File Selection</H1>
7000 You are Exporting or Saving something from within the Alpine world
7001 (a message, an attachment, etc.)
7002 to a plain text file.
7003 You are now being asked for the name of the file to export <EM>to</EM>.
7004 The easiest way to select a file is probably with the &quot;^T&quot;
7005 &quot;To Files&quot; subcommand.
7006 After returning from that subcommand you will still be allowed to
7007 edit the name you have selected.
7008 Alternatively, you may type in a file name.
7009 It may be an absolute pathname.
7010 Otherwise, it is a file located in your home directory
7011 or current working directory
7012 <!--chtml if pinemode="running"-->
7013 (which, at least for your current Alpine &quot;session,&quot; 
7014 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7015 <!--chtml endif-->, depending on the
7016 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
7017 In any case, you finish by typing a carriage return to accept the
7018 file name that is displayed.
7019 When the feature
7020 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
7021 is turned on you may use TAB to complete partially typed in names.
7023 If the object you are exporting is a message with some attachments,
7024 you may wish to save all of the attachments by typing the &quot;^P&quot;
7025 &quot;AllParts&quot; command to turn on saving of the attachments.
7026 This subcommand will only be visible if the message actually has attachments.
7027 You may also View the attachment list and save individual attachments from
7028 there.
7030 If you are SAVING a text part (text/plain, text/html, etc.) you can use
7031 the Control-R subcommand to toggle if saving will be done in binary mode,
7032 meaning that the attachment will be decoded, but will not be transformed
7033 to UTF-8 for further processing (either in internal filters, or user
7034 supplied filters.) This is useful in case you either want to preserve
7035 the text as it was encoded originally to you, or the attachment was
7036 incorrectly attached (the attachment is not of text type) and you need
7037 the original text to process the attachment.
7039 You may cancel the Export operation by typing &quot;^C&quot; after exiting
7040 this help.
7042 &lt;End of help on this topic&gt;
7043 </BODY>
7044 </HTML>
7045 ======= h_common_save =======
7046 <HTML>
7047 <HEAD>
7048 <TITLE>Save and Export Commands</TITLE>
7049 </HEAD>
7050 <BODY>
7051 <H1>Save and Export Commands</H1>
7053 Save
7054 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->S<!--chtml endif-->)
7055 and Export
7056 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->E<!--chtml endif-->)
7057 are the two alternatives Alpine gives you to keep a copy of the message
7058 you are reading. If you want to keep the message within Alpine's email
7059 world, use &quot;Save&quot;; if you want to use the message in another
7060 program, use &quot;Export&quot;.
7063 When you Save a message, it is put into an existing folder or into a new
7064 folder in one of your existing folder collections.  The message stays in
7065 email format and can be read by Alpine again.  Alpine may use a special format
7066 for its mail folders -- never edit an Alpine folder by hand or with any
7067 program other than Alpine.  The exact behavior of the Save command can be
7068 configured with the
7069 <A HREF="h_config_quote_all_froms">&quot;<!--#echo var="FEAT_save-will-quote-leading-froms"-->&quot;</A>,
7070 <A HREF="h_config_save_wont_delete">&quot;<!--#echo var="FEAT_save-will-not-delete"-->&quot;</A>,
7071 and 
7072 <A HREF="h_config_save_advances">&quot;<!--#echo var="FEAT_save-will-advance"-->&quot;</A>
7073 feature list settings.
7074 The name of the folder offered as a default is controlled by the option
7075 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>.
7078 When you use Export, the message is placed in a plain text file in your
7079 home directory 
7080 <!--chtml if pinemode="running"-->
7081 (which, in the present configuration of your system, is
7082  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
7083 <!--chtml endif-->
7084 or current working directory
7085 <!--chtml if pinemode="running"-->
7086 (which, at least for your current Alpine &quot;session,&quot; 
7087 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7088 <!--chtml endif-->, depending on the
7089 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
7090 configuration setting.  In the normal case, only minimal
7091 headers are exported with the message; however, if the full header mode 
7092 (whose availability may be disabled  by setting the feature 
7093 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
7094 in SETUP CONFIGURATION) is
7095 toggled on, then complete headers are exported along with the message
7096 text. (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
7097 defined, they may affect the contents of the exported file.)
7100 &lt;End of help on this topic&gt;
7101 </BODY>
7102 </HTML>
7103 ======= h_common_bounce =======
7104 <HTML>
7105 <HEAD>
7106 <TITLE>Bounce Command</TITLE>
7107 </HEAD>
7108 <BODY>
7109 <H1>Bounce Command</H1>
7111 The Bounce 
7112 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->B<!--chtml endif-->)
7113 command allows you to re-send, or &quot;remail&quot;, a
7114 message, as if you were never in the loop.  It is analogous to crossing
7115 out your address on a postal letter, writing a different address on the
7116 envelope, and putting it into the mailbox. Bounce is used primarily to
7117 redirect email that was sent to you in error.
7118 Also, some owners of email
7119 lists need the bounce command to handle list traffic.
7120 Bounce is not anonymous.
7121 A ReSent-From header is added to the message so that the recipient may
7122 tell that you Bounced it to them.
7125 The presence or absence of the Bounce command is determined by the
7126 <A HREF="h_config_enable_bounce">&quot;<!--#echo var="FEAT_enable-bounce-cmd"-->&quot;</A>
7127 feature in your Alpine configuration.
7128 The feature
7129 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A>
7130 affects the behavior of the Bounce command.
7131 Also, it is possible that Bounce could be
7132 administratively disabled by your system manager; if it doesn't work,
7133 please check with your local help desk before reporting a bug.
7136 &lt;End of help on this topic&gt;
7137 </BODY>
7138 </HTML>
7139 ======= h_common_reply =======
7140 <HTML>
7141 <HEAD>
7142 <TITLE>Reply and Forward Commands</TITLE>
7143 </HEAD>
7144 <BODY>
7146 <H1>Reply and Forward Commands</H1>
7148 Replying 
7149 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->R<!--chtml endif-->)
7150 and Forwarding 
7151 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->F<!--chtml endif-->)
7152 are your two alternatives for following up on the
7153 message you are reading.  You would use reply if you want to get email
7154 back to the author of the message and/or the other people who have
7155 already seen it.  You use forward if you want somebody new to see the
7156 message.
7159 In the normal case, the only thing that you must supply when forwarding a
7160 message is the name/email address of the new recipient.
7161 Alpine will include the text of the forwarded message.
7162 Alpine will also include any attachments to the message.
7163 There is space above the forwarded text for you to include additional comments.
7166 When replying, you usually have to answer some questions.
7167 If the message is to multiple people and/or specified with a Reply-To: header,
7168 then you will have to decide who should get the reply.
7169 You also need to decide whether or not to include the previous
7170 message in your reply.
7171 Some of this is configurable.
7172 Specifically, see the
7173 <A HREF="h_config_include_header">&quot;<!--#echo var="FEAT_include-header-in-reply"-->&quot;</A>,
7174 <A HREF="h_config_auto_include_reply">&quot;<!--#echo var="FEAT_include-text-in-reply"-->&quot;</A>,
7175 <A HREF="h_config_attach_in_reply">&quot;<!--#echo var="FEAT_include-attachments-in-reply"-->&quot;</A>,
7177 <A HREF="h_config_auto_reply_to">&quot;<!--#echo var="FEAT_reply-always-uses-reply-to"-->&quot;</A>
7178 configuration features.
7181 Both the Reply and Forward commands react to the full header mode toggle.
7182 If the full header mode is on, then all the header and delivery lines are
7183 included with the text of the message in your reply/forward.
7186 Other configuration features that affect the Reply command are
7187 <A HREF="h_config_sig_at_bottom">&quot;<!--#echo var="FEAT_signature-at-bottom"-->&quot;</A>,
7188 <A HREF="h_config_sigdashes">&quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot;</A>, and
7189 <A HREF="h_config_strip_sigdashes">&quot;<!--#echo var="FEAT_strip-from-sigdashes-on-reply"-->&quot;</A>.
7192 &lt;End of help on this topic&gt;
7193 </BODY>
7194 </HTML>
7195 ======= h_common_delete =======
7196 <HTML>
7197 <HEAD>
7198 <TITLE>Delete and Undelete Commands</TITLE>
7199 </HEAD>
7200 <BODY>
7201 <H1>Delete and Undelete Commands</H1>
7203 Delete 
7204 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->D<!--chtml endif-->)
7205 and Undelete 
7206 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->U<!--chtml endif-->)
7207 allow you to change the Deleted flag for the current message.
7208 Delete marks a message Deleted (turns on the Deleted flag) and Undelete
7209 removes the mark.
7210 In the MESSAGE INDEX, deleted messages have a &quot;D&quot; in the status field
7211 at the left hand edge of the index line.
7212 When viewing a deleted message, the letters &quot;DEL&quot; will be present
7213 in the upper right hand corner of the screen.
7214 Delete simply <EM>marks</EM> a message Deleted, it does not actually
7215 get rid of the message.
7216 The eXpunge command (available from the MESSAGE INDEX screen) actually
7217 removes all of the deleted messages in a folder.
7218 Once a message is eXpunged, it can't be retrieved.
7221 The Delete command is affected by the setting of the configuration feature
7222 <A HREF="h_config_del_skips_del">&quot;<!--#echo var="FEAT_delete-skips-deleted"-->&quot;</A>.
7225 &lt;End of help on this topic&gt;
7226 </BODY>
7227 </HTML>
7228 ======= h_common_postpone =======
7229 <HTML>
7230 <HEAD>
7231 <TITLE>Postpone Command</TITLE>
7232 </HEAD>
7233 <BODY>
7234 <H1>Postpone Command</H1>
7236 The postpone
7237 <!--chtml if pinemode="function_key"-->(F11)<!--chtml else-->(^O)<!--chtml endif-->
7238 command allows you to temporarily stop working on the current
7239 message so you may read
7240 other messages or compose another message.  When you want to resume a
7241 message later, start to compose and answer &quot;yes&quot; to the
7242 &quot;Continue postponed composition?&quot; question.  You may
7243 postpone as many messages as you like.
7246 Note: If a <A HREF="h_config_form_folder"><!--#echo var="VAR_form-letter-folder"--></A> is defined
7247 in the Setup/Config screen, then the Postpone command will prompt you for
7248 the folder in which to store your outgoing message.
7251 &lt;End of help on this topic&gt;
7252 </BODY>
7253 </HTML>
7254 ======= h_compose_cancel =======
7255 <HTML>
7256 <HEAD>
7257 <TITLE>Cancel Command</TITLE>
7258 </HEAD>
7259 <BODY>
7260 <H1>Cancel Command</H1>
7262 Cancel
7263 <!--chtml if pinemode="function_key"-->
7264 (F2)
7265 <!--chtml else-->
7266 (^C) 
7267 <!--chtml endif-->
7269 The Cancel command returns you to Alpine's normal mail processing and
7270 causes the message currently under composition to be thrown out.
7271 The message text <EM>will be lost</EM>.
7274 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
7275 will be preserved in the file named
7276 <!--chtml if pinemode="os_windows"-->
7277 &quot;DEADLETR&quot;.
7278 <!--chtml else-->
7279 &quot;dead.letter&quot; in your home directory.
7280 <!--chtml endif-->
7281 If you unintentionally cancel a message, look there for its text.
7284 &lt;End of help on this topic&gt;
7285 </BODY>
7286 </HTML>
7287 ======= h_compose_addrcomplete =======
7288 <HTML>
7289 <HEAD>
7290 <TITLE>Address Completion</TITLE>
7291 </HEAD>
7292 <BODY>
7293 <H1>Address Completion</H1>
7295 When entering addresses in the address fields of the composer (To, Cc, etc.)
7296 the TAB key may be used to help complete the address.
7297 Type a partial nickname and tap the TAB key to complete the typing.
7298 The unambiguous part of the name will be filled in automatically.
7299 Typing TAB twice in succession will bring up a selection list of possibilities,
7300 making it easy to find and choose the correct address.
7303 The matching algorithm is rather ad hoc.
7304 The search starts with a search of your address book.
7305 It counts as a match if the nickname, address, or fullname field of an
7306 entry begins with the text typed in so far. It is also a match if
7307 a later word in the fullname (for example, the middle name or last name)
7308 begins with the entered text.
7310 Next comes an LDAP search.
7311 The search will happen for any servers that have the
7312 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
7313 feature set. You can set or unset the feature for each server independently
7314 in the Setup/Directory screen.
7316 Finally, if you are replying to or forwarding a message, that message is
7317 searched for likely candidate addresses that match the typed-in text.
7320 &lt;End of help on this topic&gt;
7321 </BODY>
7322 </HTML>
7323 ======= h_compose_richhdr =======
7324 <HTML>
7325 <HEAD>
7326 <TITLE>Rich Header Command</TITLE>
7327 </HEAD>
7328 <BODY>
7329 <H1>Rich Header Command</H1>
7331 The Rich Header command allows you to toggle between the list of 
7332 all message headers available for editing and those that are most
7333 common.
7336 Use this toggle to expose headers that are not normally visible by
7337 default.
7338 This set usually includes the
7339 &quot;Bcc:&quot;,
7340 &quot;Fcc:&quot;,
7341 &quot;Lcc:&quot;,
7342 and &quot;Newsgroups&quot;
7343 headers.
7344 If you are posting to a newsgroup the set of defaults is a little different.
7345 Obviously, in that case, the Newsgroups header is of interest so is not
7346 hidden.
7347 For news posting the hidden set includes the
7348 &quot;To:&quot;,
7349 &quot;Cc:&quot;,
7350 &quot;Bcc:&quot;,
7351 &quot;Fcc:&quot;,
7352 and &quot;Lcc:&quot;
7353 headers.
7354 You won't normally want to edit these, which is why they are hidden,
7355 but it is sometimes useful to be able to set them manually.
7358 The default sets of headers listed above can be altered.
7359 Any header that you have added to the
7360 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
7361 option, but not to the
7362 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
7363 option will appear when you use the Rich Headers command to
7364 make the Rich Headers visible.
7365 (Headers listed in the <!--#echo var="VAR_default-composer-hdrs"--> list will be visible
7366 even without toggling the Rich Headers command.)
7369 &lt;End of help on this topic&gt;
7370 </BODY>
7371 </HTML>
7372 ======= h_compose_send =======
7373 <HTML>
7374 <HEAD>
7375 <TITLE>Send Command</TITLE>
7376 </HEAD>
7377 <BODY>
7378 <H1>Send Command</H1>
7380 The Send command
7381 <!--chtml if pinemode="function_key"-->
7382 (F3)
7383 <!--chtml else-->
7384 (^X) 
7385 <!--chtml endif-->
7386 tells Alpine you are finished composing.
7387 Before actually sending it, though, Alpine will ask you to confirm 
7388 your intention, and, at the same time, redisplayed the message text
7389 with the recipients at the top of the screen to give you the opportunity
7390 to review and verify that the message is addressed to the people
7391 you intended.
7393 If the feature
7394 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
7395 then this confirmation prompt and any options it allows are skipped.
7398 This confirmation prompt may also offer, depending
7399 on your particular Setup/Config, options allowing you to set
7400 <A HREF="h_config_compose_dsn">delivery status notifications</A>,
7401 include attachments in the &quot;Fcc&quot; (if you had previously
7402 specified that they <A HREF="h_config_no_fcc_attach">exclude attachments</A>, 
7403 observe details of the
7404 <A HREF="h_config_verbose_post">message submission process</A>,
7405 choose the filter through which the
7406 <A HREF="h_config_sending_filter">outgoing text should first pass</A>,
7407 or turn of flowed text generation.
7410 &lt;End of help on this topic&gt;
7411 </BODY>
7412 </HTML>
7413 ======= h_compose_markcutpaste =======
7414 <HTML>
7415 <HEAD>
7416 <TITLE>Mark, Cut and Paste Commands</TITLE>
7417 </HEAD>
7418 <BODY>
7419 <H1>Mark, Cut and Paste Commands</H1>
7421 You can define a &quot;block&quot; of text, which can subsequently
7422  be deleted or
7423 copied as a unit, by setting a mark at the start of the block (Ctrl-^) and
7424 then moving the cursor to the end of the desired text block.  You can then
7425 &quot;cut&quot; the block out 
7426 <!--chtml if pinemode="function_key"-->
7427 &quot;F9&quot;,
7428 <!--chtml else-->
7429 &quot;Ctrl-K&quot;,
7430 <!--chtml endif-->
7431 move the cursor, and &quot;paste&quot; it
7432 <!--chtml if pinemode="function_key"-->
7433 &quot;F10&quot;,
7434 <!--chtml else-->
7435 &quot;Ctrl-U&quot;,
7436 <!--chtml endif-->
7437 in the new location.  Also, you can paste more than once, allowing you
7438 to use this feature to copy a block of text.<P>
7440 If you press 
7441 <!--chtml if pinemode="function_key"-->
7442 &quot;F9&quot;
7443 <!--chtml else-->
7444 &quot;^K&quot;
7445 <!--chtml endif-->
7446 without having marked anything, Alpine will delete
7447 a single line.  If you delete a group of lines together, Alpine keeps them
7448 in the same buffer, so 
7449 <!--chtml if pinemode="function_key"-->
7451 <!--chtml else-->
7453 <!--chtml endif-->
7454 will restore them as a block.  About
7455 terminology:  Mark is shown as &quot;^^&quot;.  The first &quot;^&quot; means you should
7456 hold down the &quot;Control&quot; key on your keyboard.  The second &quot;^&quot; means
7457 &quot;type the character ^&quot;.
7460 &lt;End of help on this topic&gt;
7461 </BODY>
7462 </HTML>
7463 ======= h_compose_justify =======
7464 <HTML>
7465 <HEAD>
7466 <TITLE>Justify Command</TITLE>
7467 </HEAD>
7468 <BODY>
7469 <H1>Justify Command</H1>
7471 The Justify
7472 <!--chtml if pinemode="function_key"-->
7473 (F4)
7474 <!--chtml else-->
7475 (^J) 
7476 <!--chtml endif-->
7477 command reformats the text in the paragraph the cursor is in.
7478 Paragraphs are separated by one blank line or a line beginning with a space.
7479 This is useful when you have been editing a paragraph and the lines become
7480 uneven.  The text is left aligned or justified and the right is ragged.  If
7481 the text is already justified as typed with auto-wrap, no justification will
7482 be done.
7485 If you have set a <A HREF="h_compose_markcutpaste">mark</A> to select a
7486 block of text, the Justify command is modified.
7487 Instead of automatically justifying the current paragraph you will be
7488 asked if you want to justify the paragraph, justify the selected region,
7489 or adjust the quote level of the selected region.
7490 Adjusting the quote level only works if you are using standard
7491 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes, which is the default if you haven't
7492 changed &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;.
7495 When composing a reply containing included text, the justify command
7496 will reformat text to the right of the 
7497 &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;,
7498 adding or removing indented lines as needed.  Paragraphs are separated
7499 by a blank line, a line containing only the <!--#echo var="VAR_reply-indent-string"-->, or a
7500 line containing the indent string and one or more blank spaces.
7501 Included text that was previously indented (or &quot;quoted&quot;) is
7502 not preserved.
7505 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
7506 in 1999 and its wide-spread adoption since then, you will usually be better off if you
7507 use the standard
7508 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes.
7511 &lt;End of help on this topic&gt;
7512 </BODY>
7513 </HTML>
7514 ======= h_compose_spell =======
7515 <HTML>
7516 <HEAD>
7517 <TITLE>Spell Check Command</TITLE>
7518 </HEAD>
7519 <BODY>
7520 <H1>Spell Check Command</H1>
7522 The &quot;To Spell&quot;
7523 <!--chtml if pinemode="function_key"-->
7524 (F12)
7525 <!--chtml else-->
7526 (^T) 
7527 <!--chtml endif-->
7528 command calls an external spell checking program to look over the
7529 message you are composing.  By default, Alpine uses
7531 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
7533 if it knows where to find &quot;aspell&quot;.
7534 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
7535 then the command used is
7537 <CENTER><SAMP>ispell -l</SAMP></CENTER>
7539 Otherwise, the ancient &quot;spell&quot; command is used.
7541 For PC-Alpine, you must install the aspell library code that you
7542 may get from
7543 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
7546 &lt;End of help on this topic&gt;
7547 </BODY>
7548 </HTML>
7549 ======= h_compose_alted =======
7550 <HTML>
7551 <HEAD>
7552 <TITLE>Alt Editor Command</TITLE>
7553 </HEAD>
7554 <BODY>
7555 <H1>Alt Editor Command</H1>
7557 The &quot;Alt Editor&quot; command's availability depends on the
7558 Setup/Config variable &quot;<A HREF="h_config_editor"><!--#echo var="VAR_editor"--></A>&quot;.
7561 When the variable specifies a valid editor on your system, this
7562 command will launch it with the current text of your message
7563 already filled in.
7566 &lt;End of help on this topic&gt;
7567 </BODY>
7568 </HTML>
7569 ======= h_compose_readfile =======
7570 <HTML>
7571 <HEAD>
7572 <TITLE>Read File Command</TITLE>
7573 </HEAD>
7574 <BODY>
7575 <H1>Read File Command</H1>
7577 The &quot;Read File&quot;
7578 <!--chtml if pinemode="function_key"-->
7579 (F5)
7580 <!--chtml else-->
7581 (^R) 
7582 <!--chtml endif-->
7583 command allows you to copy in text from an existing file. You will be
7584 prompted for the name of a file to be inserted into the message.  The file
7585 name is relative to your home directory 
7586 <!--chtml if pinemode="running"-->
7587 (which, in the present configuration of your system, is
7588  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
7589 <!--chtml endif-->
7590 or current working directory
7591 <!--chtml if pinemode="running"-->
7592 (which, at least for your current Alpine &quot;session,&quot; 
7593 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7594 <!--chtml endif-->, depending on the
7595 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
7596 configuration setting; or, the file name must be specified as a full path name 
7597 <!--chtml if pinemode="os_windows"-->
7598 -- for example: &quot;A:&#92;PAPER.TXT&quot;
7599 <!--chtml else-->
7600 -- for example: &quot;/tmp/wisdom-of-the-day&quot;
7601 <!--chtml endif-->
7602 (without the quotation marks).
7605 The file will be inserted where the cursor is located.  <B>The
7606 file to be read must be on the same system as Alpine.</B> If you use Alpine on a
7607 Unix machine but have files on a PC or Mac, the files must be transferred
7608 to the system Alpine is running on before they can be read.  Please ask your
7609 local computer support people about the correct way to transfer a file to 
7610 your Alpine system.
7613 &lt;End of help on this topic&gt;
7614 </BODY>
7615 </HTML>
7616 ======= h_config_tray_icon =======
7617 <HTML>
7618 <HEAD>
7619 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></TITLE>
7620 </HEAD>
7621 <BODY>
7622 <H1>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></H1>
7624 PC-Alpine only.
7626 This option restores a behavior of previous versions of PC-Alpine.
7627 These
7628 versions, when started, installed a PC-Alpine icon in the notification 
7629 tray of Window's Taskbar.  The primary use of this icon was to indicate
7630 new mail arrival by turning red (while the Taskbar icon remained green).
7631 Additionally, the icon now changes to yellow to signify that a mail folder
7632 has been closed unexpectedly.
7635 Rather than add another icon to the Taskbar, this version of PC-Alpine will 
7636 color its Taskbar entry's icon red (as well as the icon in the Window
7637 Title).  This feature is only provided for backwards compatibility.
7640 &lt;End of help on this topic&gt;
7641 </BODY>
7642 </HTML>
7643 ======= h_common_suspend =======
7644 <HTML>
7645 <HEAD>
7646 <TITLE>Suspend Command</TITLE>
7647 </HEAD>
7648 <BODY>
7649 <H1>Suspend Command</H1>
7651 With the <A HREF="h_config_can_suspend"><!--#echo var="FEAT_enable-suspend"--></A> feature
7652 enabled, you can, at almost any time, temporarily halt your Alpine session,
7653 <!--chtml if pinemode="os_windows"-->
7654 minimizing it into an icon.
7655 <!--chtml else-->
7656 and return to your system prompt.
7657 <!--chtml endif-->
7660 &lt;End of help on this topic&gt;
7661 </BODY>
7662 </HTML>
7663 ======= h_pipe_command =======
7664 <HTML>
7665 <HEAD>
7666 <TITLE>Pipe Command SubOptions</TITLE>
7667 </HEAD>
7668 <BODY>
7669 <H1>Pipe Command SubOptions</H1>
7671 By default, when you use the Pipe command, the processed text of the
7672 message is sent to the Unix command
7673 you specify and the output is captured by Alpine and shown to you.
7674 (This command is available in PC-Alpine, as well, but there aren't many
7675 Windows commands that work well with piping.)
7676 There are some sub-commands that may be used to alter this behavior.
7677 These are toggles that switch the behavior between two possibilities.
7678 They can be combined in any way you wish.
7680 By default, the prompt at the bottom of the screen looks like
7682 <CENTER><SAMP>Pipe message 37 to :</SAMP></CENTER>
7686 <CENTER><SAMP>Pipe messages to :</SAMP></CENTER>
7688 if you are piping more than one message.
7690 The sub-command options are:
7691 <DL>
7692    <DT>Shown Text or Raw Text</DT>
7693    <DD>This option toggles between sending the shown (processed) text
7694 of the message to the Unix command, and sending the
7695 raw (unprocessed) text of the message to the Unix command.
7696 The default is to send the shown text.
7697 The raw version of the message will contain all of the headers and any
7698 MIME encoding that the message contains.
7699 If you've selected the Raw Text then the prompt will have the additional word
7700 &quot;RAW&quot; in it, like
7702 <CENTER><SAMP>Pipe RAW messages to :</SAMP></CENTER>
7704 You can experiment with this option by piping to something simple like the
7705 Unix &quot;cat&quot; command.
7706    </DD>
7707    <DT>Captured Output or Free Output</DT>
7708    <DD>This option toggles between having Alpine capture the output of
7709 the Unix pipe command for display, and not capturing it.
7710 If the command you are piping to is a filter that will produce output
7711 you want to view, then you want to capture that output
7712 for display (the default).
7713 If the Unix command doesn't produce output or handles the display itself,
7714 then you want free output.
7715 When you've selected the Free Output option the prompt will change to
7717 <CENTER><SAMP>Pipe messages to (uncaptured) :</SAMP></CENTER>
7719    </DD>
7720    <DT>No Delimiter or With Delimiter</DT>
7721    <DD>This option controls whether or not a Unix mailbox style delimiter
7722 will come before the text of the message.
7723 This is the delimiter used in the common Unix mailbox format.
7724 It's the single line that begins with the five characters
7725 &quot;From&quot; followed by a &lt;SPACE&gt; character.
7726 You'll usually only want to include this if the Unix command requires
7727 input in the format of a traditional Unix mailbox file.
7728 When you've selected the With Delimiter option the prompt will change to
7730 <CENTER><SAMP>Pipe messages to (delimited) :</SAMP></CENTER>
7732    </DD>
7733    <DT>To Same Pipe or To Individual Pipes</DT>
7734    <DD>This option only shows up if you are running an aggregate
7735 pipe command.
7736 That is, the command was Apply Pipe, not just Pipe.
7737 You have the option of piping all of the selected messages through a
7738 single pipe to a single instance of the Unix command,
7739 or piping each individual message through a separate pipe to separate
7740 instances of the Unix command.
7741 The default is that all of the output will go through a single pipe
7742 to a single instance of the command.
7743 You can try this option with a command like &quot;less&quot;, with Free
7744 Output enabled.
7745 When you've selected the Individual Pipes option the prompt will change to
7747 <CENTER><SAMP>Pipe messages to (new pipe) :</SAMP></CENTER>
7749    </DD>
7750 </DL>
7753 As mentioned earlier, the options can be combined in any way you wish.
7754 You may leave them all off, turn them all on, or turn some of them on
7755 and some of them off.
7756 If you use the pipe command a second time in the same session the default
7757 options will be what you used the last time.
7760 &lt;End of help on this topic&gt;
7761 </BODY>
7762 </HTML>
7763 ========== h_emptydir_subfolder_name =========
7764 <HTML>
7765 <HEAD>
7766 <TITLE>ENTER SUBFOLDER NAME</TITLE>
7767 </HEAD>
7768 <BODY>
7769 <H1>Enter Subfolder Name</H1>
7771 <P> 
7772 This is the name of a new subfolder in the directory you are creating.
7773 Because empty directories are hidden and therefore not useful, you must also
7774 create a subfolder in the directory you are creating in order that the
7775 directory remains visible.
7777 Alternatively, you may turn off the configuration feature
7778 <A HREF="h_config_quell_empty_dirs"><!--#echo var="FEAT_quell-empty-directories"--></A>
7779 so that empty directories remain visible.
7780 If you do that, you will not be required to create the subfolder when you
7781 create a directory.
7784 &lt;End of help on this topic&gt;
7785 </BODY>
7786 </HTML>
7787 ========== h_incoming_add_folder_name =========
7788 <HTML>
7789 <HEAD>
7790 <TITLE>ENTER FOLDER NAME</TITLE>
7791 </HEAD>
7792 <BODY>
7793 <H1>Enter Folder Name</H1>
7795 <P> 
7796 This is the name of the folder on the previously specified server.
7797 By default the folder name is interpreted as defining a section of your personal
7798 folder area.  This area and how you specify it are defined by the
7799 server, if one is specified.
7802 To define a folder outside the default area, prefix
7803 the path with the namespace to use when interpreting the
7804 given path.  If a namespace is specified, the folder name begins with the
7805 sharp (#) character followed by the name of the namespace
7806 and then the namespace's path-element-delimiter.  Aside from the
7807 name's format, namespaces can also imply access rights, content
7808 policy, audience, location, and, occasionally, access methods.
7811 Each server exports its own set (possibly of size one) of 
7812 namespaces.
7813 For a more detailed explanation read about
7814 <A HREF="h_folder_name_namespaces">Namespaces</A>.
7817 To specify the default for INBOX on the server you can usually just enter
7818 &quot;INBOX&quot;, and the server will understand the special meaning of
7819 that word.
7822 &lt;End of help on this topic&gt;
7823 </BODY>
7824 </HTML>
7825 ========== h_incoming_add_folder_host =========
7826 <HTML>
7827 <HEAD>
7828 <TITLE>ENTER INCOMING FOLDER SERVER</TITLE>
7829 </HEAD>
7830 <BODY>
7831 <H1>Enter Incoming Folder Server</H1>
7833 You are being asked for the name of the server for use with this incoming
7834 folder.
7835 If the folder is on the machine where Alpine is running, then just enter
7836 RETURN without typing a server name.
7839 If the folder is on an IMAP server then type the server's name followed
7840 by RETURN.
7841 You may use the ^X command if the server is the same as the server that
7842 the INBOX is on.
7845 You may have to add optional extra information to the server name.
7846 For example, if the IMAP server is using a non-standard port number you
7847 would specify that by appending a colon (:) followed by the port number
7848 to the server name
7851 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7854 or you may need to specify a different protocol if the server is not an
7855 IMAP server. For example:
7858 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7861 for a POP server or
7864 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
7867 for an NNTP news server.
7868 For an explanation of all of the possibilities, see
7869 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7870 for folders.
7873 There is a special command (^W) if you want to set up a folder that gets its
7874 mail from a
7875 <A HREF="h_maildrop">Mail Drop</A>.
7876 If you type that command, you will be prompted for the information for
7877 both the Mail Drop folder and the destination folder.
7880 &lt;End of help on this topic&gt;
7881 </BODY>
7882 </HTML>
7883 ========== h_incoming_add_inbox =========
7884 <HTML>
7885 <HEAD>
7886 <TITLE>ENTER INBOX SERVER</TITLE>
7887 </HEAD>
7888 <BODY>
7889 <H1>Enter INBOX Server</H1>
7891 You are being asked for the name of the server for use with
7892 the INBOX folder.
7893 Type the server's name followed by RETURN.
7896 You may have to add optional extra information to the server name.
7897 For example, if the 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.
7915 For an explanation of all of the possibilities, see
7916 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7917 for folders.
7920 If the INBOX folder is on the machine where Alpine is running, then just enter
7921 RETURN without typing a server name.
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, which will be used
7929 as your INBOX folder.
7932 &lt;End of help on this topic&gt;
7933 </BODY>
7934 </HTML>
7935 ========== h_incoming_add_maildrop_destn =========
7936 <HTML>
7937 <HEAD>
7938 <TITLE>ENTER DESTINATION SERVER</TITLE>
7939 </HEAD>
7940 <BODY>
7941 <H1>Enter Destination Server</H1>
7943 You are being asked for the name of the server where the destination
7944 folder is for use with this Mail Drop incoming folder.
7945 That is, you are using a Mail Drop for this incoming folder and
7946 you've already entered
7947 the server and folder name for the Mail Drop.
7948 Now you need to enter the server for the destination folder
7949 where the mail should be copied to.
7950 Mail will come from the Mail Drop and be copied to the destination folder.
7953 Type the server's name followed by RETURN.
7954 If the folder is local to this computer, just type RETURN without entering
7955 a server name.
7958 You may have to add optional extra information to the server name.
7959 For example, if the server is using a non-standard port number you
7960 would specify that by appending a colon (:) followed by the port number
7961 to the server name
7964 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7967 For an explanation of all of the possibilities, see
7968 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7969 for folders.
7972 &lt;End of help on this topic&gt;
7973 </BODY>
7974 </HTML>
7975 ========== h_inbox_add_maildrop_destn =========
7976 <HTML>
7977 <HEAD>
7978 <TITLE>ENTER DESTINATION SERVER</TITLE>
7979 </HEAD>
7980 <BODY>
7981 <H1>Enter Destination Server</H1>
7983 You are being asked for the name of the server where the destination
7984 folder is for use with your Mail Drop INBOX.
7985 That is, you are using a Mail Drop for your INBOX and you've already entered
7986 the server and folder name for the Mail Drop.
7987 Now you need to enter the server for the destination folder
7988 where the mail should be copied to.
7989 Mail will come from the Mail Drop and be copied to the destination folder.
7992 Type the server's name followed by RETURN.
7993 If the folder is local to this computer, just type RETURN without entering
7994 a server name.
7997 You may have to add optional extra information to the server name.
7998 For example, if the server is using a non-standard port number you
7999 would specify that by appending a colon (:) followed by the port number
8000 to the server name
8003 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8006 For an explanation of all of the possibilities, see
8007 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8008 for folders.
8011 &lt;End of help on this topic&gt;
8012 </BODY>
8013 </HTML>
8014 ========== h_inbox_add_maildrop =========
8015 <HTML>
8016 <HEAD>
8017 <TITLE>ENTER MAILDROP SERVER</TITLE>
8018 </HEAD>
8019 <BODY>
8020 <H1>Enter Mail Drop Server</H1>
8022 You are being asked for the name of the Mail Drop server for use with
8023 your INBOX.
8026 Type the server's name followed by RETURN.
8029 You may have to add optional extra information to the server name.
8030 For example, if the server is using a non-standard port number you
8031 would specify that by appending a colon (:) followed by the port number
8032 to the server name
8035 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8038 or you may need to specify a different protocol if the server is not an
8039 IMAP server. For example:
8042 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
8045 for a POP server or
8048 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
8051 for an NNTP news server.
8052 For an explanation of all of the possibilities, see
8053 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8054 for folders.
8057 &lt;End of help on this topic&gt;
8058 </BODY>
8059 </HTML>
8060 ========== h_incoming_add_maildrop =========
8061 <HTML>
8062 <HEAD>
8063 <TITLE>ENTER MAILDROP SERVER</TITLE>
8064 </HEAD>
8065 <BODY>
8066 <H1>Enter Mail Drop Server</H1>
8068 You are being asked for the name of the Mail Drop server for use with
8069 this incoming folder.
8072 Type the server's name followed by RETURN.
8073 You may use the ^X command if the server is the same as the server that
8074 the INBOX is on.
8077 You may have to add optional extra information to the server name.
8078 For example, if the server is using a non-standard port number you
8079 would specify that by appending a colon (:) followed by the port number
8080 to the server name
8083 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8086 or you may need to specify a different protocol if the server is not an
8087 IMAP server. For example:
8090 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
8093 for a POP server or
8096 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
8099 for an NNTP news server.
8100 For an explanation of all of the possibilities, see
8101 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8102 for folders.
8105 If the Mail Drop folder is on the machine where Alpine is running, then just enter
8106 RETURN without typing a server name.
8109 &lt;End of help on this topic&gt;
8110 </BODY>
8111 </HTML>
8112 ========== h_maildrop =========
8113 <HTML>
8114 <HEAD>
8115 <TITLE>WHAT IS A MAIL DROP?</TITLE>
8116 </HEAD>
8117 <BODY>
8118 <H1>What is a Mail Drop?</H1>
8120 In some situaions it may make sense to have your mail delivered to one
8121 folder (the Mail Drop) and then when you want to read mail that has been
8122 delivered to the Mail Drop folder Alpine will move it to another
8123 destination folder.
8124 Often the Mail Drop will be a remote folder and messages will be moved from
8125 there to a local destination folder.
8128 One example where this might make sense is if the Mail Drop folder is accessible
8129 only with the POP protocol.
8130 You could designate your POP inbox as the Mail Drop folder and have Alpine move
8131 mail from there to a local (on the same machine Alpine is running on)
8132 destination folder, where you'll read it.
8135 A Mail Drop may only be used as your Inbox or as an
8136 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A>.
8139 There is no attempt to synchronize the contents of the destination folder
8140 with the contents of the Mail Drop folder.
8141 All that happens is that all of the messages in the Mail Drop folder are
8142 copied to the destination folder and then they are deleted and expunged (if possible)
8143 from the Mail Drop folder.
8144 The next time a check for new mail is made, any messages in the Mail 
8145 Drop folder are once again copied to the destination folder and deleted
8146 and expunged from the Mail Drop folder.
8147 (If the Mail Drop folder is a news group, then the messages can't be
8148 expunged from the newsgroup. Instead, only Recent messages are copied from
8149 the newsgroup to the destination folder.)
8152 Configuration of a Mail Drop is a little different from configuration of
8153 a folder that does not use a Mail Drop because you have to specify two
8154 folder names instead of one.
8155 The two folders may be any types of folders that Alpine can normally use.
8156 They don't have to be a remote folder and a local folder, that is
8157 simply the most common usage.
8158 When you use a Mail Drop folder Alpine will periodically re-open the Mail
8159 Drop to check for new mail.
8160 The new-mail checks will happen at the frequency set with the
8161 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option,
8162 but with a minimum time
8163 (<A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>)
8164 between checks.
8165 Because of this minimum you may notice that new mail does not
8166 appear promptly when you expect it.
8167 The reason for this is to protect the server from over-zealous opening and
8168 closing of the Mail Drop folder.
8169 If the user initiates the check by typing ^L (Ctrl-L) or the Next command when at
8170 the end of the folder index, then the check will happen, regardless of how
8171 long it has been since the previous check.
8173 If there is new mail, that mail will be copied to the destination folder
8174 and then will be deleted from the Mail Drop.
8175 Note that using a Mail Drop with a local destination folder does not make
8176 sense if you read mail from more than one machine, because the mail is
8177 downloaded to the destination folder (which is accessible from only one
8178 machine) and deleted from the Mail Drop.
8180 The feature <A HREF="h_config_maildrops_preserve_state"><!--#echo var="FEAT_maildrops-preserve-state"--></A> modifies the operation of Mail Drops.
8183 The actual syntax used by Alpine for a folder that uses a Mail Drop is:
8186 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
8188 The brackets are not literal.
8190 <CENTER><SAMP>&lt;DELIM&gt;</SAMP></CENTER>
8192 is a single character that does not appear in the MailDropFolder name.
8193 If the name doesn't contain spaces then it can be a space character.
8194 The two folder names are full technical
8195 <A HREF="h_valid_folder_names">folder names</A>
8196 as used by Alpine.
8197 Here are a couple examples to give you an idea what is being talked about:
8200 <CENTER><SAMP>#move&nbsp;{popserver.example.com/pop3}inbox&nbsp;localfolder</SAMP></CENTER>
8202 <CENTER><SAMP>#move+{nntpserver.example.com/nntp}#news.comp.mail.pine+local&nbsp;folder</SAMP></CENTER>
8205 A #move folder may only be used as an
8206 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
8207 an Inbox.
8208 When you are in the FOLDER LIST of Incoming Message Folders (after turning
8209 on the
8210 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
8211 option)
8212 the Add command has a subcommand &quot;Use Mail Drop&quot;
8213 which may be helpful for defining the folder in your Alpine configuration.
8214 The same is true when you edit the
8215 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
8216 option in Setup/Config.
8217 Each of these configuration methods will also create the DestinationFolder
8218 if it doesn't already exist.
8219 If you are having problems, make sure the DestinationFolder exists.
8222 &lt;End of help on this topic&gt;
8223 </BODY>
8224 </HTML>
8225 ========== h_save =========
8226 <HTML>
8227 <HEAD>
8228 <TITLE>CHOOSE A FOLDER TO SAVE INTO</TITLE>
8229 </HEAD>
8230 <BODY>
8231 <H1>Choose a Folder to Save Into</H1>
8233 After Exiting from this help text,
8234 type the name of the folder you want to save into and press RETURN.
8236 Press ^T to get a list of your folders to choose from.
8237 Press ^C to cancel the Save.
8239 If you have Folder Collections defined you may use
8240 Ctrl-P (Previous collection) and Ctrl-N (Next collection) to switch
8241 the collection being saved to.
8243 If Tab Completion is enabled (it is enabled by default)
8244 you may type a Tab character to have Alpine complete the folder name for you.
8246 If Partial Match Lists is enabled (it is enabled by default) you may type
8247 Ctrl-X to get a list of matches to the prefix you've typed in so far.
8249 If the Ctrl-R subcommand is present that means you can decide to Delete or
8250 not Delete the message you are saving after you save it.
8251 The label on that key gives the action to switch to.
8252 If it says Delete and you type Ctrl-R the label displayed will change to
8253 No Delete and the source message will be deleted after the save. If it
8254 says No Delete and you type Ctrl-R the label displayed will change to
8255 Delete and the message will not be deleted.
8256 You can control the default for the Delete parameter with the
8257 configuration feature <!--#echo var="FEAT_save-will-not-delete"-->.
8259 Similarly, if the Ctrl-W subcommand is present that means you can decide
8260 to Preserve the order of the messages being saved or not.
8261 If it is labeled Preserve Order and you type Ctrl-W, the resulting Saved messages
8262 will be in the same order as you see them in the source folder now.
8263 The opposite action (which is usually the default) is that you don't care
8264 about the order.
8265 The Saved messages may or may not be in the same order in the destination folder.
8266 There may be a performance penalty for choosing to save the messages in order.
8267 You can control the default for the Preserve Order parameter with the
8268 configuration feature
8269 <!--#echo var="FEAT_save-aggregates-copy-sequence"-->.
8272 If you haven't disabled the Save Input History and you've already done a
8273 Save earlier in this session then you may use the Up and Down arrows to retrieve
8274 a folder name used in a previous Save.
8277 &lt;End of help on this topic&gt;
8278 </BODY>
8279 </HTML>
8280 ============= h_simple_index ========================
8281 <HTML>
8282 <HEAD>
8283 <TITLE>SELECT POSTPONED MESSAGE</TITLE>
8284 </HEAD>
8285 <BODY>
8286 <H1>POSTPONED MESSAGE SELECTION COMMANDS</H1>
8287 <!--chtml if pinemode="function_key"-->
8288 <PRE>
8289 Navigating the List of Messages               General Alpine Commands
8290 -------------------------------               -----------------------
8291  F5   Move to previous message                 F1   Show this help text
8292  F6   Move to next message
8293  F7   Show previous screen of messages
8294  F8   Show next screen of messages
8296 Message Selection Commands
8297 --------------------------
8298  F3   Exit the Message Select menu (canceling Send command)
8299  F4   Select the currently highlighted message
8300  F9   Mark the currently highlighted message as deleted
8301  F10  Undelete (remove deletion mark from) the highlighted message
8302 </PRE>
8303 <!--chtml else-->
8304 <PRE>
8305 Navigating the List of Messages               General Alpine Commands
8306 -------------------------------               -----------------------
8307   P  Move to previous message                  ?  Show this help text
8308   N  Move to next message
8309   -  Show previous screen of messages
8310  Spc (space bar) Show next screen of messages
8312 Message Selection Commands
8313 --------------------------
8314   E  Exit the Message Select menu (canceling Send command)
8315   S  Select the currently highlighted message
8316   D  Mark the currently highlighted message as deleted
8317   U  Undelete (remove deletion mark from) the highlighted message
8318 </PRE>
8319 <!--chtml endif-->
8321 <H2>Description of the Select Postponed Message Screen</H2>
8323 This screen allows you to select one of several previously postponed
8324 messages in order to continue composition.  Your options are very limited
8325 -- the screen is not meant to let you manipulate these messages.  However,
8326 you may now delete messages from this list.  Once you choose a message,
8327 Alpine reads it in and puts you into the regular message composer.
8330 Messages do not stay in this postponed state automatically.  If you select
8331 a message and then want to postpone it again, use the normal postpone
8332 (Ctrl-O) command in the composer.
8335 If you exit this screen without selecting a message, the Compose command
8336 that got you here is canceled.  Other than messages explicitly marked
8337 &quot;Deleted&quot;, no messages will be removed.
8340 &lt;End of help on this topic&gt;
8341 </BODY>
8342 </HTML>
8343 ============= h_collection_screen ========================
8344 <HTML>
8345 <HEAD>
8346 <TITLE>COLLECTION LIST screen</TITLE>
8347 </HEAD>
8348 <BODY>
8349 <H1>COLLECTION LIST screen</H1>
8351 The COLLECTION LIST screen is used to select one of your  
8352 collection definitions to display the folders they contain.  See
8353 <A HREF="h_what_are_collections">Folder Collections Explained</A> for 
8354 detailed explanation of collections.<P>
8356 To manage your collection definitions (Add, Change, Delete, etc.), use
8357 the <A HREF="h_collection_maint">Setup/collectionList</A> command on Alpine's
8358 MAIN MENU.
8361 &lt;End of help on this topic&gt;
8362 </BODY>
8363 </HTML>
8364 ============= h_collection_maint ========================
8365 <HTML>
8366 <HEAD>
8367 <TITLE>SETUP COLLECTION LIST screen</TITLE>
8368 </HEAD>
8369 <BODY>
8370 <H1>SETUP COLLECTION LIST screen</H1>
8372 The SETUP COLLECTION LIST screen lets you manage your collection
8373 definitions.  See 
8374 <A HREF="h_what_are_collections">Folder Collections Explained</A> 
8375 for detailed explanation of collections.<P>
8377 Maintenance commands include:
8378 <DL>
8379 <DT>Change
8380 <!--chtml if pinemode="function_key"-->
8381 (F4)
8382 <!--chtml else-->
8384 <!--chtml endif-->
8385 </DT>
8387 <DD>Modify attributes of the selected collection definition.
8389 <DT>Add Cltn
8390 <!--chtml if pinemode="function_key"-->
8391 (F9)
8392 <!--chtml else-->
8394 <!--chtml endif-->
8395 </DT>
8397 <DD>Create a new collection definition.
8398 </DD>
8400 <DT>Del Cltn
8401 <!--chtml if pinemode="function_key"-->
8402 (F10)
8403 <!--chtml else-->
8405 <!--chtml endif-->
8406 </DT>
8408 <DD>Delete the selected collection definition.<BR>
8409 NOTE: The folders and directories referred to by the
8410 collection definition are <EM>NOT</EM> deleted.  Folders must
8411 be deleted, if that's what you wish to do, from the 
8412 <A HREF="h_folder_maint">FOLDER LIST screen</A>, which shows the 
8413 individual folders in a collection.
8414 </DD>
8416 <DT>Shuffle
8417 <!--chtml if pinemode="function_key"-->
8418 (F11)
8419 <!--chtml else-->
8421 <!--chtml endif-->
8422 </DT>
8424 <DD>Change the order of the displayed collections.  Alpine will offer
8425 to move the currently selected collection one position UP
8426 or DOWN.
8427 </DD>
8428 </DL>
8431 &lt;End of help on this topic&gt;
8432 </BODY>
8433 </HTML>
8434 ============ h_what_are_collections ==========
8435 <HTML>
8436 <HEAD>
8437 <TITLE>Folder Collections Explained</TITLE>
8438 </HEAD>
8439 <BODY>
8440 <H1>Folder Collections Explained</H1>
8443 Those of you with simple mail configurations will just see a list of all the
8444 folders you have when choosing FOLDER LIST from Alpine's MAIN MENU.  
8445 The special folders for INBOX, sent mail and saved messages
8446 will appear at the top of the list.  All others are in alphabetical order.
8448 If you
8449 or your system administrator have defined more than one collection or if
8450 you have a collection (for newsgroups or email folders) defined on your 
8451 system, then you will see the COLLECTION LIST screen first when choosing 
8452 FOLDER LIST from Alpine's MAIN MENU.
8454 <H2>Why have multiple folder collections?</H2>
8456 For Alpine users who only maintain email folders (and not too many) on one host, 
8457 a single folder collection is probably sufficient.<P>
8459 However, people who have more than one email account - for example, one 
8460 at their university, and one with their personal Internet Service Provider - 
8461 will have different sets of folders on different hosts, and they may want to
8462 access them all from the same installation of Alpine, rather than use different 
8463 software and/or log into other hosts to manipulate messages in different 
8464 accounts.  (If in doubt whether one of your email accounts can be accessed 
8465 with Alpine, contact the technical support people for that account.)  Even people
8466 who have only one email account on one host, but have dozens or
8467 hundreds of email folders, may want to arrange these folders together in a 
8468 meaningful way.<BR>
8469 That is where multiple collections come in.
8471 <H2>Types of Collections</H2>
8472 <DL>
8473 <DT>INCOMING FOLDERS</DT>
8474 <DD>&quot;Incoming Message Folders&quot; 
8475 is a special collection typically used to supplement your single INBOX.  
8476 All the folders here are meant to be ones that receive incoming messages, 
8477 which you intend to check more or less frequently.  
8478 You may have multiple folders like this because you or your systems 
8479 administrator have set up an external program or you may have set up
8480 Alpine to filter incoming 
8481 messages into different folders, based on certain criteria such as 
8482 sender, recipient, or subject; or because you have multiple accounts and 
8483 wish to check their INBOXes easily.  This collection is established by 
8484 setting the 
8485 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
8486 feature in the SETUP CONFIGURATION screen, which is accessed from the 
8487 MAIN MENU.
8488 </DD>
8490 <DT>NEWS</DT>
8491 <DD>You can also define a collection specifically for
8492 newsgroups.  Alpine does this for you implicitly when you 
8493 <A HREF="h_config_nntp_server">define an NNTP Server</A>
8494 in your Alpine configuration.  The news collection appears last in the 
8495 COLLECTION LIST (though you can shuffle it up in the order of presentation),
8496 and Alpine knows not to save messages there.
8497 </DD>
8499 <DT>DEFAULT COLLECTION</DT>
8500 <DD>This is the default collection for your saved and sent messages folders.
8501 </DD>
8502 </DL>
8506 <H2>Defining Collections</H2>
8508 In the absence of any folder-collection definitions, Alpine will assume a
8509 single default folder collection.
8510 <!--chtml if pinemode="os_windows"-->
8511 <!--chtml else-->
8512 If necessary, Alpine will create the directory
8513 &quot;mail&quot; in your Unix home directory 
8514 to hold your folders.
8515 <!--chtml endif-->
8517 You can use the 
8518 <A HREF="h_collection_maint">Setup/collectionList screen</A>, called up from 
8519 the MAIN MENU, to manage your collection list.  
8521 &lt;End of help on this topic&gt;
8522 </BODY>
8523 </HTML>
8524 ===== h_select_address_screen =====
8525 <HTML>
8526 <HEAD>
8527 <TITLE>SELECT AN ADDRESS SCREEN</TITLE>
8528 </HEAD>
8529 <BODY>
8530 <H1>SELECT AN ADDRESS SCREEN</H1>
8531 <H2>COMMANDS</H2>
8532 <!--chtml if pinemode="function_key"-->
8533 <PRE>
8534 Available  Commands                        
8535 -------------------------------            
8536 F1  Show Help Text
8537 F3  Exit without selecting anything
8538 F4  Select the highlighted address
8539 F5  Move highlight to previous address
8540 F6  Move highlight to next address
8541 F7  Previous page of addresses
8542 F8  Next page of addresses
8543 F11 Print
8544 F12 WhereIs
8545 </PRE>
8546 <!--chtml else-->
8547 <PRE>
8548 Navigation                     General Alpine Commands
8549 -------------------------      -----------------------
8550  P  Prev Address                ?  Display this help text
8551  N  Next Address                E  Exit without selecting anything
8552  -  Previous page               %  Print
8553 Spc (space bar) Next page
8554  W  WhereIs
8556 Select Command
8557 ------------------------------------------------
8558  S  Select the highlighted address
8559 </PRE>
8560 <!--chtml endif-->
8562 <H2>Description of the Select Address Screen</H2>
8564 This screen gives you an easy way to select an address from all of
8565 the address book entries that match the prefix typed so far.
8567 <P><UL>
8568 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8569 </UL>
8571 &lt;End of help on this topic&gt;
8572 </BODY>
8573 </HTML>
8574 ===== h_select_rule_screen =====
8575 <HTML>
8576 <HEAD>
8577 <TITLE>SELECT A RULE SCREEN</TITLE>
8578 </HEAD>
8579 <BODY>
8580 <H1>SELECT A RULE SCREEN</H1>
8581 <H2>COMMANDS</H2>
8582 <!--chtml if pinemode="function_key"-->
8583 <PRE>
8584 Available  Commands                        
8585 -------------------------------            
8586 F1  Show Help Text
8587 F3  Exit without selecting anything
8588 F4  Select the highlighted rule
8589 F5  Move highlight to previous rule
8590 F6  Move highlight to next rule
8591 F7  Previous page of rules
8592 F8  Next page of rules
8593 F11 Print
8594 F12 WhereIs
8595 </PRE>
8596 <!--chtml else-->
8597 <PRE>
8598 Navigation                     General Alpine Commands
8599 -------------------------      -----------------------
8600  P  Prev Rule                   ?  Display this help text
8601  N  Next Rule                   E  Exit without selecting anything
8602  -  Previous page               %  Print
8603 Spc (space bar) Next page
8604  W  WhereIs
8606 Select Command
8607 ------------------------------------------------
8608  S  Select the highlighted rule
8609 </PRE>
8610 <!--chtml endif-->
8612 <H2>Description of the Select Rule Screen</H2>
8614 This screen just gives you an easy way to select a rule from all of your
8615 defined rules.
8616 The list of rules presented is the list of nicknames of all of the rules
8617 defined using Setup/Rules.
8618 For selecting messages, it is likely that the Indexcolor rules and possibly
8619 the Roles rules will be most useful.
8620 The others are there also, in case you find a use for them.
8622 In order for this to be useful for selecting messages, the nicknames of
8623 the rules have to be different.
8624 Alpine actually just gets the nickname of the rule that you select and then
8625 looks up that rule using the nickname.
8626 So if there are duplicate nicknames, the first rule that has that
8627 nickname will be used.
8629 <P><UL>
8630 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8631 </UL>
8633 &lt;End of help on this topic&gt;
8634 </BODY>
8635 </HTML>
8636 ===== h_select_priority_screen =====
8637 <HTML>
8638 <HEAD>
8639 <TITLE>SELECT A PRIORITY SCREEN</TITLE>
8640 </HEAD>
8641 <BODY>
8642 <H1>SELECT A PRIORITY SCREEN</H1>
8643 <H2>COMMANDS</H2>
8644 <!--chtml if pinemode="function_key"-->
8645 <PRE>
8646 Available  Commands                        
8647 -------------------------------            
8648 F1  Show Help Text
8649 F3  Exit without selecting anything
8650 F4  Select the highlighted priority
8651 F5  Move highlight to previous priority
8652 F6  Move highlight to next priority
8653 F7  Previous page of priorities
8654 F8  Next page of priorities
8655 F11 Print
8656 F12 WhereIs
8657 </PRE>
8658 <!--chtml else-->
8659 <PRE>
8660 Navigation                     General Alpine Commands
8661 -------------------------      -----------------------
8662  P  Prev Priority               ?  Display this help text
8663  N  Next Priority               E  Exit without selecting anything
8664  -  Previous page               %  Print
8665 Spc (space bar) Next page
8666  W  WhereIs
8668 Select Command
8669 ------------------------------------------------
8670  S  Select the highlighted priority
8671 </PRE>
8672 <!--chtml endif-->
8674 <H2>Description of the Select Priority Screen</H2>
8676 This screen gives you a way to select a priority for the message you are sending.
8677 This priority will be placed in the non-standard X-Priority header of your outgoing mail.
8678 Some mail programs will display an indication of the priority level to
8679 the recipient of the message, some will ignore it.
8680 Even in cases where the mail programs of both the sender and the recipient
8681 agree on the meaning of this header, keep in mind that it is
8682 something that the sender sets so it is only an indication
8683 of the priority that the sender attaches to the mail.
8684 Alpine can be made to display an indication of this priority in incoming
8685 messages by use of one of the tokens
8686 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
8687 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
8688 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
8690 <P><UL>
8691 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8692 </UL>
8694 &lt;End of help on this topic&gt;
8695 </BODY>
8696 </HTML>
8697 ===== h_select_keyword_screen =====
8698 <HTML>
8699 <HEAD>
8700 <TITLE>SELECT A KEYWORD SCREEN</TITLE>
8701 </HEAD>
8702 <BODY>
8703 <H1>SELECT A KEYWORD SCREEN</H1>
8704 <H2>COMMANDS</H2>
8705 <!--chtml if pinemode="function_key"-->
8706 <PRE>
8707 Available  Commands                        
8708 -------------------------------            
8709 F1  Show Help Text
8710 F3  Exit without selecting anything
8711 F4  Select the highlighted keyword
8712 F5  Move highlight to previous keyword
8713 F6  Move highlight to next keyword
8714 F7  Previous page of keywords
8715 F8  Next page of keywords
8716 F11 Print
8717 F12 WhereIs
8718 </PRE>
8719 <!--chtml else-->
8720 <PRE>
8721 Navigation                     General Alpine Commands
8722 -------------------------      -----------------------
8723  P  Prev Keyword                ?  Display this help text
8724  N  Next Keyword                E  Exit without selecting anything
8725  -  Previous page               %  Print
8726 Spc (space bar) Next page
8727  W  WhereIs
8729 Select Command
8730 ------------------------------------------------
8731  S  Select the highlighted keyword
8732 </PRE>
8733 <!--chtml endif-->
8735 <H2>Description of the Select Keyword Screen</H2>
8737 This screen just gives you an easy way to select a keyword.
8738 The list of keywords presented is the list of all keywords defined in your 
8739 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
8740 If you have given a keyword a nickname, that nickname is displayed
8741 instead of the actual keyword.
8743 <P><UL>
8744 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8745 </UL>
8747 &lt;End of help on this topic&gt;
8748 </BODY>
8749 </HTML>
8750 ===== h_select_charset_screen =====
8751 <HTML>
8752 <HEAD>
8753 <TITLE>SELECT A CHARACTER SET SCREEN</TITLE>
8754 </HEAD>
8755 <BODY>
8756 <H1>SELECT A CHARACTER SET SCREEN</H1>
8757 <H2>COMMANDS</H2>
8758 <!--chtml if pinemode="function_key"-->
8759 <PRE>
8760 Available  Commands                        
8761 -------------------------------            
8762 F1  Show Help Text
8763 F3  Exit without selecting anything
8764 F4  Select the highlighted character set
8765 F5  Move highlight to previous character set
8766 F6  Move highlight to next character set
8767 F7  Previous page of character sets
8768 F8  Next page of character sets
8769 F11 Print
8770 F12 WhereIs
8771 </PRE>
8772 <!--chtml else-->
8773 <PRE>
8774 Navigation                     General Alpine Commands
8775 -------------------------      -----------------------
8776  P  Prev Character Set          ?  Display this help text
8777  N  Next Character Set          E  Exit without selecting anything
8778  -  Previous page               %  Print
8779 Spc (space bar) Next page
8780  W  WhereIs
8782 Select Command
8783 ------------------------------------------------
8784  S  Select the highlighted character set
8785 </PRE>
8786 <!--chtml endif-->
8788 <H2>Description of the Select A Character Set Screen</H2>
8790 This screen just gives you an easy way to select a character set from the
8791 set of character sets Alpine knows about.
8792 The list presented will vary slightly depending on what option you are
8793 selecting the character set for.
8795 <P><UL>
8796 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8797 </UL>
8799 &lt;End of help on this topic&gt;
8800 </BODY>
8801 </HTML>
8802 ===== h_select_multcharsets_screen =====
8803 <HTML>
8804 <HEAD>
8805 <TITLE>SELECT CHARACTER SETS SCREEN</TITLE>
8806 </HEAD>
8807 <BODY>
8808 <H1>SELECT CHARACTER SETS SCREEN</H1>
8809 <H2>COMMANDS</H2>
8810 <!--chtml if pinemode="function_key"-->
8811 <PRE>
8812 Available  Commands
8813 -------------------------------            
8814 F1  Show Help Text
8815 F3  Exit without selecting anything
8816 F4  Select the highlighted charset (or chosen charsets in ListMode)
8817 F5  Move highlight to previous charset
8818 F6  Move highlight to next charset
8819 F7  Previous page of charsets
8820 F8  Next page of charsets
8821 F9  Toggle choices when using ListMode
8822 F10 Turn on/off ListMode (makes it easy to choose multiple charsets)
8823 F11 Print
8824 F12 WhereIs
8825 </PRE>
8826 <!--chtml else-->
8827 <PRE>
8828 Navigation                     General Alpine Commands
8829 -------------------------      -----------------------
8830  P  Prev Charset                ?  Display this help text
8831  N  Next Charset                E  Exit without selecting anything
8832  -  Previous page               %  Print
8833 Spc (space bar) Next page
8834  W  WhereIs
8836 Select Command
8837 ------------------------------------------------
8838  S  Select the highlighted charset (or chosen charsets in ListMode)
8839  L  Turn on ListMode (makes it easy to choose multiple charsets)
8840  1  Turn off ListMode
8841  X  Toggle choices when using ListMode
8842 </PRE>
8843 <!--chtml endif-->
8845 <H2>Description of the Select Character Set Screen</H2>
8847 This screen just gives you an easy way to select a character set or a list of
8848 character sets.
8849 The list of character sets presented is the list of all character sets known to
8850 Alpine.
8851 You may select other character sets by typing them in directly.
8853 <P><UL>
8854 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8855 </UL>
8857 &lt;End of help on this topic&gt;
8858 </BODY>
8859 </HTML>
8860 ===== h_select_multkeyword_screen =====
8861 <HTML>
8862 <HEAD>
8863 <TITLE>SELECT KEYWORDS SCREEN</TITLE>
8864 </HEAD>
8865 <BODY>
8866 <H1>SELECT KEYWORDS SCREEN</H1>
8867 <H2>COMMANDS</H2>
8868 <!--chtml if pinemode="function_key"-->
8869 <PRE>
8870 Available  Commands
8871 -------------------------------            
8872 F1  Show Help Text
8873 F3  Exit without selecting anything
8874 F4  Select the highlighted keyword (or chosen keywords in ListMode)
8875 F5  Move highlight to previous keyword
8876 F6  Move highlight to next keyword
8877 F7  Previous page of keywords
8878 F8  Next page of keywords
8879 F9  Toggle choices when using ListMode
8880 F10 Turn on/off ListMode (makes it easy to choose multiple keywords)
8881 F11 Print
8882 F12 WhereIs
8883 </PRE>
8884 <!--chtml else-->
8885 <PRE>
8886 Navigation                     General Alpine Commands
8887 -------------------------      -----------------------
8888  P  Prev Keyword                ?  Display this help text
8889  N  Next Keyword                E  Exit without selecting anything
8890  -  Previous page               %  Print
8891 Spc (space bar) Next page
8892  W  WhereIs
8894 Select Command
8895 ------------------------------------------------
8896  S  Select the highlighted keyword (or chosen keywords in ListMode)
8897  L  Turn on ListMode (makes it easy to choose multiple keywords)
8898  1  Turn off ListMode
8899  X  Toggle choices when using ListMode
8900 </PRE>
8901 <!--chtml endif-->
8903 <H2>Description of the Select Keyword Screen</H2>
8905 This screen just gives you an easy way to select a keyword or a list of
8906 keywords.
8907 The list of keywords presented is the list of all keywords defined in your 
8908 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
8909 If you have given a keyword a nickname, that nickname is displayed
8910 instead of the actual keyword.
8912 <P><UL>
8913 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8914 </UL>
8916 &lt;End of help on this topic&gt;
8917 </BODY>
8918 </HTML>
8919 ===== h_select_incoming_to_monitor =====
8920 <HTML>
8921 <HEAD>
8922 <TITLE>SELECT FOLDERS TO CHECK SCREEN</TITLE>
8923 </HEAD>
8924 <BODY>
8925 <H1>SELECT FOLDERS TO CHECK SCREEN</H1>
8926 <H2>COMMANDS</H2>
8927 <!--chtml if pinemode="function_key"-->
8928 <PRE>
8929 Available  Commands
8930 -------------------------------            
8931 F1  Show Help Text
8932 F3  Exit without selecting anything
8933 F4  Select the marked folders
8934 F5  Move highlight to previous folder
8935 F6  Move highlight to next folder
8936 F7  Previous page of folders
8937 F8  Next page of folders
8938 F9  Toggle choices on or off
8939 F11 Print
8940 F12 WhereIs
8941 </PRE>
8942 <!--chtml else-->
8943 <PRE>
8944 Navigation                     General Alpine Commands
8945 -------------------------      -----------------------
8946  P  Prev Folder                 ?  Display this help text
8947  N  Next Folder                ^C  exit without changing anything
8948  -  Previous page               %  Print
8949 Spc (space bar) Next page
8950  W  WhereIs
8952 Select Command
8953 ------------------------------------------------
8954  S  Select the marked folders
8955  X  Toggle choices on or off
8956 </PRE>
8957 <!--chtml endif-->
8959 <H2>Description of the Select Folders to Check Screen</H2>
8961 This screen is only useful if the feature
8962 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
8963 is set.
8964 By default, when you set that feature all of your incoming folders
8965 will be checked periodically for Unseen messages.
8966 By using this screen, you may restrict the set of monitored folders to
8967 a subset of all of the incoming folders.
8969 Mark the folders you want to monitor for Unseen messages with
8970 an &quot;X&quot;.
8971 When you've finished marking all your selections use the Select
8972 command to register your choices.
8973 To return to the default of checking all incoming folders
8974 delete all folders or unmark all folders.
8976 <P><UL>
8977 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8978 </UL>
8980 &lt;End of help on this topic&gt;
8981 </BODY>
8982 </HTML>
8983 ===== h_role_select =====
8984 <HTML>
8985 <HEAD>
8986 <TITLE>ROLES SCREEN</TITLE>
8987 </HEAD>
8988 <BODY>
8989 <H1>ROLES SCREEN</H1>
8990 <H2>ROLES COMMANDS</H2>
8991 <!--chtml if pinemode="function_key"-->
8992 <PRE>
8993 Available  Commands                        
8994 -------------------------------            
8995 F1  Show Help Text
8996 F3  Exit without a selection
8997 F4  Select a role to use in composition
8998 F5  Move to previous role
8999 F6  Move to next role
9000 F7  Previous page of roles
9001 F8  Next page of roles
9002 F11 Change Default Role
9003 F12 Whereis (search role nicknames)
9004 </PRE>
9005 <!--chtml else-->
9006 <PRE>
9007 Navigation                     General Alpine Commands
9008 -------------------------      -----------------------
9009  P  Prev Role                     ?  Display this help text
9010  N  Next Role                     E  Exit without a selection
9011  -  Previous page
9012 Spc (space bar) Next page
9013  W  WhereIs (search for word in role nicknames)
9015 Select Role Commands
9016 ------------------------------------------------
9017  [Return]  Select highlighted role
9018  D         Change Default Role
9019 </PRE>
9020 <!--chtml endif-->
9022 <H2>Description of the Roles Screen</H2>
9024 With this screen you select a role to be used in the composition of a
9025 message.
9026 Use the Previous and Next commands to highlight the role you wish to
9027 use.
9028 When you type carriage return you will be placed in the composer using the highlighted role.
9030 You don't have any non-default <A HREF="h_rules_roles">roles</A>
9031 available unless you set them up.
9032 You may do so by using the Setup/Rules command on the MAIN MENU.
9034 By using the D command, you may set a default role that will persist until
9035 you change it or until you exit Alpine.
9036 The D command toggles through three states: set the default role, unset the
9037 default role, and leave the default role as it is.
9038 <P><UL>
9039 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9040 </UL>
9042 &lt;End of help on this topic&gt;
9043 </BODY>
9044 </HTML>
9045 ===== h_role_abook_select =====
9046 <HTML>
9047 <HEAD>
9048 <TITLE>SELECT ADDRESS BOOK SCREEN</TITLE>
9049 </HEAD>
9050 <BODY>
9051 <H1>SELECT ADDRESS BOOK SCREEN</H1>
9052 <H2>COMMANDS</H2>
9053 <!--chtml if pinemode="function_key"-->
9054 <PRE>
9055 Available  Commands                        
9056 -------------------------------            
9057 F1  Show Help Text
9058 F3  Exit screen without selecting anything
9059 F4  Select highlighted address book
9060 F5  Move to previous address book
9061 F6  Move to next address book
9062 F7  Previous page of address books
9063 F8  Next page of address books
9064 F12 Whereis
9065 </PRE>
9066 <!--chtml else-->
9067 <PRE>
9068 Navigation                     General Alpine Commands
9069 -------------------------      -----------------------
9070  P  Previous addrbook          ?  Display this help text
9071  N  Next addrbook
9072  -  Previous page
9073 Spc (space bar) Next page
9074  W  WhereIs
9076 Select Role Commands
9077 ------------------------------------------------
9078  S  Select highlighted address book
9079  E  Exit screen without selecting anything
9080 </PRE>
9081 <!--chtml endif-->
9083 <H2>Description of the Select Address Book Screen</H2>
9085 This screen helps you select one of your address books.
9086 Use the Previous and Next commands to highlight the address book you wish to
9087 select.
9088 <P><UL>
9089 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9090 </UL>
9092 &lt;End of help on this topic&gt;
9093 </BODY>
9094 </HTML>
9095 ======== h_rule_patterns =============
9096 <HTML>
9097 <HEAD>
9098 <TITLE>PATTERNS</TITLE>
9099 </HEAD>
9100 <BODY>
9101 <H1>PATTERNS</H1>
9102 Patterns are used with Roles, Filtering, Index Coloring,
9103 Scoring, Other Rules, and Search Rules.
9104 Patterns are compared with a message to see if there is a match.
9105 For Filtering, the messages being checked are all the messages in the
9106 folder, one at a time.
9107 For Index Line Coloring, each message that is visible on the screen is
9108 checked for matches with the Index Coloring Patterns.
9109 Roles are used with the Reply, Forward, and Compose commands.
9110 For Reply, the message used to compare the Pattern with is the message
9111 being replied to;
9112 for Forward, the message used to compare the Pattern with is the message
9113 being forwarded;
9114 and for Compose, there is no message, so the parts of the Pattern that depend
9115 on a message (everything other than Current Folder Type and the
9116 Beginning of Month and Year)
9117 are not used.
9118 Only the Current Folder Type matters for Compose (plus the Beginning of
9119 Month or Year, which you wouldn't usually use for a Role).
9120 For Scoring, the message being scored is compared with all of the Score
9121 Patterns, and the Score Values from the ones that match are added together to 
9122 get the message's score.
9123 For Other Rules, there is no message. Only the Current Folder Type is checked
9124 for Other Rules.
9126 Each Pattern has several possible parts, all of which are optional.
9127 In order for there to be a match, <EM>ALL</EM> of the
9128 <EM>defined</EM> parts of the Pattern must match the message.
9129 If a part is not defined it is considered a match, but note that a filtering
9130 Pattern must have at least one defined part or it will be ignored.
9131 For example, if the To pattern is not defined it will be
9132 displayed as
9134 <CENTER>To pattern = &lt;No Value Set&gt;</CENTER>
9136 That is considered a match because it is not defined.
9137 This means that the Pattern with nothing defined is a match if the
9138 Current Folder Type matches, but there is an exception that was mentioned
9139 in the previous paragraph.
9140 Because filtering is a potentially destructive action, filtering Patterns
9141 with nothing other than Current Folder Type defined are ignored.
9142 If you really want a filtering Pattern to match all messages (subject to
9143 Current Folder Type) the best way to do it is to define a Score interval
9144 that includes all possible scores.
9145 This would be the score interval <SAMP>(-INF,INF)</SAMP>.
9146 This can be used even if you haven't defined any rules to Set Scores.
9148 There are six predefined header patterns called the To, From, Sender, Cc, News,
9149 and Subject patterns.
9150 Besides those six predefined header patterns, you may add
9151 additional header patterns with header fieldnames of your choosing.
9152 You add an extra header pattern by placing the cursor on one of the
9153 patterns while in the role editor and using the &quot;eXtraHdr&quot; command.
9154 The Recip pattern is a header pattern that stands for Recipient (To OR Cc)
9155 and the Partic pattern is a header pattern that stands for
9156 Participant (From OR To OR Cc).
9157 (Defining the Recip pattern does not have the same effect as defining both
9158 the To and Cc patterns. Recip is To <EM>OR</EM> Cc, not To <EM>AND</EM> Cc.)
9159 Similar to the header patterns are the AllText pattern and the BodyText pattern.
9160 Instead of comparing this pattern's text against only the contents of
9161 a particular header field, the text for the AllText pattern is compared
9162 with text anywhere in the message's header or body, and the text for the
9163 BodyText pattern is compared with text anywhere in the message's body.
9165 Any of the header patterns, the AllText pattern, or the BodyText pattern may be negated with the
9166 &quot;!&quot; &quot;toggle NOT&quot; command.
9167 You can tell that <EM>NOT</EM> has been turned on by looking for the character
9168 &quot;!&quot; at the beginning of the pattern line.
9169 When the &quot;!&quot; is present, it reverses the meaning of the match.
9170 That is, if the pattern matches then it is considered to NOT be a match, and
9171 if it does not match it is considered to be a match.
9173 Don't make the mistake of putting the &quot;!&quot; in the data field for
9174 a pattern.
9175 For example, if you type the characters &quot;!urgent&quot; into the Subject
9176 pattern, the pattern will look like:
9178 <PRE>
9179  Subject pattern = !urgent
9180 </PRE>
9182 This means you want to match the 7 character sequence &quot;!urgent&quot;.
9183 In order to match messages that do not have &quot;urgent&quot; in
9184 their Subject field, first type the characters &quot;urgent&quot; followed
9185 by carriage return for the value of the Subject pattern, then negate it
9186 by typing the &quot;!&quot; command.
9187 It should look like
9189 <PRE>
9190  ! Subject pattern = urgent
9191 </PRE>
9193 The contents of each of these header patterns (or the AllText or BodyText patterns) may
9194 be a complete email address, part of an address, or a random set of
9195 characters to match against.
9196 It may also be a list of such patterns, which means you
9197 are looking for a match against the first pattern in the list <EM>OR</EM>
9198 the second pattern <EM>OR</EM> the third and so on.
9199 For example, a Subject pattern equal to
9201 <PRE>
9202  Subject pattern = urgent
9203                    emergency
9204                    alert
9205 </PRE>
9207 would match all messages with a subject that contained at least one
9208 of those words.
9209 It would also match subjects containing the words &quot;alerts&quot; or
9210 &quot;Urgently&quot;.
9212 The same example with &quot;NOT&quot; turned on would be
9214 <PRE>
9215  ! Subject pattern = urgent
9216                      emergency
9217                      alert
9218 </PRE>
9220 which would match all messages with a subject that did <EM>NOT</EM> contain any of
9221 those words.
9222 You can use the &quot;Add Value&quot; command to add new words to the list,
9223 or you can enter them as a comma-separated list.
9225 (It is not possible to specify two patterns that must <EM>BOTH</EM> be
9226 present for a match.
9227 It is only possible to specify that <EM>EITHER</EM> pattern1 <EM>OR</EM>
9228 pattern2 must be present,
9229 and that is exactly what using a list does.)
9231 The &quot;Current Folder Type&quot; and the &quot;Score Interval&quot; are
9232 also part of the Pattern, although the &quot;Score Interval&quot; is not used
9233 when checking for matches for Scoring.
9234 There are five similar settings that relate to the status of the message.
9235 These settings rely on the message being New or not, Deleted or not,
9236 Answered or not, Important or not, and Recent or not.
9237 There are also some other miscellaneous settings.
9238 The first is the Age of the message in days.
9239 Another is the Size of the message, in bytes.
9240 The third is a setting that detects whether or not the Subject of a
9241 message contains raw 8-bit characters (unencoded characters with the most
9242 significant bit set).
9243 There is a setting that detects whether or not this is the first time
9244 Alpine has been run this month (doesn't depend on individual messages),
9245 and another that detects whether or not this is the first time Alpine has
9246 been run this year.
9247 Other parts of the Pattern detect whether or not the From address of a
9248 message appears in your address book, whether or not certain keywords
9249 are set for a message, and whether or not certain character sets are
9250 used in a message.
9252 <H2>Parts of a Pattern</H2>
9254 <H3>Header patterns</H3>
9256 A header pattern is simply text that is searched for in the corresponding
9257 header field.
9258 For example, if a Pattern has a From header pattern with the value
9259 &quot;@company.com&quot;, then only messages that have a From header
9260 that contains the text &quot;@company.com&quot; will be possible
9261 matches.
9262 Matches don't have to be exact.
9263 For example, if the relevant field of a message contains the text
9264 &quot;mailbox@domain&quot; somewhere
9265 in it, then header patterns of &quot;box&quot;, or &quot;x@d&quot;, or
9266 &quot;mailbox@domain&quot; are all matches.
9268 All parts of the Pattern must match so, for example,
9269 if a message matches a defined
9270 From pattern, it still must be checked against the other parts of the
9271 Pattern that have been defined.
9272 The To header pattern is a slightly special case.
9273 If the message being checked has a Resent-To header
9274 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on, the addresses
9275 there are used in place of the addresses in the To header.
9276 This is only true for the To header.
9277 Resent-cc and Resent-From headers are never used unless you add them
9278 with the eXtraHdrs command.
9280 The meaning of a header pattern may be negated with the
9281 &quot;!&quot; &quot;toggle NOT&quot; command.
9282 You can tell that <EM>NOT</EM> has been turned on by looking for the character
9283 &quot;!&quot; at the beginning of the pattern line.
9284 It would look something like
9286 <PRE>
9287  ! From pattern = susan@example.com
9288 </PRE>
9290 When the &quot;!&quot; is present, it reverses the meaning of the match.
9292 If you want to check for the presence of a header field but don't care
9293 about its value, then
9294 the empty pattern that you get by entering a pair of
9295 double quotes (&quot;&quot;) should match any message that
9296 has the corresponding header field.
9298 <H3><A NAME="pattern_alltext">AllText patterns</A></H3>
9300 AllText patterns are just like header patterns except that the text is
9301 searched for anywhere in the message's headers or body, not just in the
9302 contents of a particular header field.
9305 <H3><A NAME="pattern_bodytext">BodyText patterns</A></H3>
9307 BodyText patterns are just like header patterns except that the text is
9308 searched for anywhere in the message's body, not just in the
9309 contents of a particular header field.
9312 If there is more than one header pattern or AllText pattern or BodyText pattern
9313 for which you want to take the
9314 same action there is a shorthand notation that may be used.
9315 Any of these patterns may be a list of patterns instead of
9316 just a single pattern.
9317 If any one of the patterns in the list matches the message
9318 then it is considered a match.
9319 For example, if &quot;company1&quot; and &quot;company2&quot; both required
9320 you to use the same role when replying to messages, you might have
9321 a To pattern that looks like
9323 <PRE>
9324  To pattern = company1.com
9325               company2.com
9326 </PRE>
9328 This means that if the mail you are replying to was addressed to
9329 either &quot;anything@company1.com&quot; or &quot;anything@company2.com&quot;,
9330 then this Pattern is a match and the same actions will be taken.
9332 The meaning of an AllText or BodyText pattern may be negated with the
9333 &quot;!&quot; &quot;toggle NOT&quot; command.
9334 You can tell that <EM>NOT</EM> has been turned on by looking for the character
9335 &quot;!&quot; at the beginning of the pattern line.
9336 When the &quot;!&quot; is present, it reverses the meaning of the match.
9338 A technicality: Since comma is the character used to separate multiple values
9339 in any of the fields that may have multiple values (such as header patterns,
9340 AllText patterns, BodyText patterns, keywords, folder lists, and so on),
9341 you must escape comma with a
9342 backslash (&#92;) if you want to include a literal comma in one of those fields.
9343 In other words, if you type a backslash followed by a comma it will
9344 be interpreted as a comma by Alpine, instead of as a separator between
9345 pattern values.
9346 All other backslashes (those not followed by a comma) are literal
9347 backslashes and should not be escaped.
9348 It's unlikely you'll ever need to enter a literal comma or backslash in
9349 any of the patterns.
9351 <H3><A NAME="pattern_current_folder">Current Folder Type</A></H3>
9353 The &quot;Current Folder Type&quot; may be set to one of four different
9354 values: &quot;Any&quot;, &quot;News&quot;, &quot;Email&quot;, or
9355 &quot;Specific&quot;.
9356 If the value is set to &quot;News&quot;, then the
9357 Pattern will only match if the currently open folder is a newsgroup.
9358 The value &quot;Email&quot; only matches if the current folder is not news and
9359 the value &quot;Any&quot; causes any folder to match.
9360 If the value of &quot;Current Folder Type&quot; is set to &quot;Specific&quot;,
9361 then you must fill in a value for &quot;Folder&quot;, which is on the line
9362 below the &quot;Specific&quot; line.
9363 In this case you will only get a match if the currently open folder is
9364 the specific folder you list.
9365 You may give a list of folders instead of just a single
9366 folder name, in which case the Pattern will match if the open folder is
9367 any one of the folders in the list.
9368 The name of each folder in the list may be either &quot;INBOX&quot;,
9369 the technical specification
9370 of the folder (like what appears in your configuration file) or, if the
9371 folder is one of your incoming folders, it may be the nickname you've given
9372 the folder.
9373 Here are some samples of specific folder names:
9375 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
9377 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
9379 <CENTER><SAMP>mail/local-folder</SAMP></CENTER>
9381 The easiest way to fill in the &quot;Folder&quot; field is to use
9382 the &quot;T&quot; command that is available when the &quot;Folder&quot; line is
9383 highlighted, or to use the &quot;Take&quot; command with the configuration
9384 feature
9385 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
9386 turned on.
9388 When reading a newsgroup, there may be a performance penalty
9389 incurred when collecting the information necessary to check whether
9390 or not a Pattern matches a message.
9391 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
9392 If you have Patterns with a Current Folder Type of either
9393 &quot;Any&quot; or &quot;News&quot; and those Patterns are used for
9394 Index Line Coloring or Scoring, you may experience
9395 slower screen redrawing in the MESSAGE INDEX screen when in a newsgroup.
9397 <H3><A NAME="pattern_age_interval">Age Interval</A></H3>
9399 The &quot;Age Interval&quot; may be set to an interval of message
9400 ages that should be considered a match.
9401 Like the other parts of the Pattern, if it is unset it will be ignored.
9402 The Age Interval looks like
9404 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
9406 where &quot;min_age&quot; and &quot;max_age&quot; are integers greater
9407 than or equal to zero.
9408 The special value &quot;INF&quot; may be used for
9409 the max value. It represents infinity.
9411 Actually, this option may be defined as a list of intervals instead
9412 of just a single interval.
9413 The list is separated by commas.
9414 It can look like
9416 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
9418 When there is an Age Interval defined, it is a match if the age, in days, of
9419 the message is contained in any of the intervals.
9420 The intervals include both endpoints.
9422 Even though this option is called Age, it isn't actually
9423 the <EM>age</EM> of the message.
9424 Instead, it is how many days ago the message arrived in one of your folders.
9425 If the current time is a little past midnight, then a message that arrived
9426 just before midnight arrived yesterday, even though the message is only
9427 a few minutes old.
9428 By default, the date being used is not the date in the Date
9429 header of the message.
9430 It is the date that the message arrived in one of your folders.
9431 When you Save a message from one folder to another that arrival date
9432 is preserved.
9433 If you would like to use the date in the Date header that is possible.
9434 Turn on the option
9435 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
9436 near the bottom of the rule definition.
9437 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
9439 <H3><A NAME="pattern_size_interval">Size Interval</A></H3>
9441 The &quot;Size Interval&quot; may be set to an interval of message
9442 sizes that should be considered a match.
9443 Like the other parts of the Pattern, if it is unset it will be ignored.
9444 The Size Interval looks like
9446 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
9448 where &quot;min_size&quot; and &quot;max_size&quot; are integers greater
9449 than or equal to zero.
9450 The special value &quot;INF&quot; may be used for
9451 the max value. It represents infinity.
9453 Actually, this option may be defined as a list of intervals instead
9454 of just a single interval.
9455 The list is separated by commas.
9456 It can look like
9458 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
9460 When there is a Size Interval defined, it is a match if the size, in bytes, of
9461 the message is contained in any of the intervals.
9462 The intervals include both endpoints.
9464 <H3><A NAME="pattern_score_interval">Score Interval</A></H3>
9466 The &quot;Score Interval&quot; may be set to an interval of message
9467 scores that should be considered a match.
9468 Like the other parts of the Pattern, if it is unset it will be ignored.
9469 The Score Interval looks like
9471 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
9473 where &quot;min_score&quot; and &quot;max_score&quot; are positive or
9474 negative integers, with min_score less than or equal to max_score.
9475 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
9476 the min and max values to represent negative and positive infinity.
9478 Actually, a list of intervals may be used if you wish.
9479 A list would look like
9481 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
9483 When there is a Score Interval defined, it is a match if the score for
9484 the message is contained in any of the intervals in the list.
9485 The intervals include the endpoints.
9486 The score for a message is calculated by looking at every Score rule defined and
9487 adding up the Score Values for the ones that match the message.
9488 When deciding whether or not a Pattern matches a message for purposes of
9489 calculating the score, the Score Interval is ignored.
9491 <H3><A NAME="pattern_message_status">Message Status</A></H3>
9493 There are five separate message status settings.
9494 By default, all five are set to the value &quot;Don't care&quot;, which
9495 will match any message.
9496 The value &quot;Yes&quot; means that the particular status must be true
9497 for a match, and the value &quot;No&quot; means that the particular
9498 status must not be true for a match.
9499 For example, one of the five Message Status settings is whether a message
9500 is marked Important or not.
9501 A &quot;Yes&quot; means that the message must be Important to be
9502 considered a match and &quot;No&quot; means that the message must not be
9503 Important to be considered a match.
9504 The same is true of the other four message status settings that depend
9505 on whether or not the message is New; whether the message has 
9506 been Answered or not; whether the message has been Deleted or not, and
9507 whether the message is Recent or not. 
9509 The nomenclature for New and Recent is a bit confusing:
9511 New means that the message is Unseen.
9512 It could have been in your mailbox for a long time but if you haven't looked
9513 at it, it is still considered New.
9514 That matches the default Alpine index display that shows an N for such a
9515 message.
9517 Recent means that the message was added to this folder since the last time
9518 you opened the folder.
9519 Alpine also shows an N by default for these types of messages.
9520 If you were to run two copies of Alpine that opened a folder one right after
9521 the other, a message would only show up as Recent in (at most) the first
9522 Alpine session.
9524 <H3><A NAME="pattern_message_keywords">Message Keywords</A></H3>
9526 Keywords are similar to Message Status, but they are chosen by the user.
9527 Provided the mail server allows for it, you may add a set of possible keywords
9528 to a folder and then you may set those keywords or not for each message
9529 in the folder (see <A HREF="h_common_flag">Flag Command</A>).
9530 The syntax of this part of the Pattern is similar to the header patterns.
9531 It is a list of keywords.
9532 The Keyword part of the Pattern is a match if the message has any of
9533 the keywords in the list set.
9534 Like other parts of the Pattern, if this is unset it will be ignored.
9536 <H3><A NAME="pattern_message_charsets">Message Character Sets</A></H3>
9538 A message may use one or more character sets.
9539 This part of the Pattern matches messages that make use of one or more of
9540 the character sets specified in the pattern.
9541 It will be considered a match if a message uses any of the character
9542 sets in the list you give here.
9545 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
9546 GB2312) you may also use some shorthand names that Alpine provides.
9547 These names are more understandable shorthand names for sets of 
9548 character set names.
9549 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
9550 Selecting one of these shorthand names is equivalent to selecting all of
9551 the character sets that make up the set.
9552 You can see all of these shorthand names and the lists of character sets
9553 they stand for by typing the &quot;T&quot; command with the Character
9554 Set pattern highlighted.
9555 The syntax of this part of the Pattern is similar to the header patterns
9556 and the Message Keywords pattern.
9557 It is a list of character sets (or shorthand names).
9558 The Character Set part of the Pattern is a match if the message uses any
9559 of the character sets in the list.
9560 Like other parts of the Pattern, if this is unset it will be ignored.
9562 <H3><A NAME="pattern_8bit_subject">Raw 8-bit in Subject</A></H3>
9564 It seems that lots of unwanted email contains unencoded 8-bit characters
9565 in the Subject.
9566 Normally, characters with the 8th bit set are not allowed in the Subject
9567 header unless they are MIME-encoded.
9568 This option gives you a way to match messages that have Subjects that
9569 contain unencoded 8-bit characters.
9570 By default, the value of this option is &quot;Don't care&quot;, which
9571 will match any message.
9572 The value &quot;Yes&quot; means that there must be raw 8-bit characters in
9573 the Subject of the message in order for there to be a match,
9574 and the value &quot;No&quot; is the opposite.
9575 Setting this option will affect performance in large folders because the
9576 subject of each message in the folder has to be checked.
9578 <H3><A NAME="pattern_bom">Beginning of Month</A></H3>
9580 This option gives you a way to take some action once per month.
9581 By default, the value of this option is &quot;Don't care&quot;, which
9582 will always match.
9583 The value &quot;Yes&quot; means that this must be the first time Alpine has
9584 been run this month in order to count as a match,
9585 and the value &quot;No&quot; is the opposite.
9587 <H3><A NAME="pattern_boy">Beginning of Year</A></H3>
9589 This option gives you a way to take some action once per year.
9590 By default, the value of this option is &quot;Don't care&quot;, which
9591 will always match.
9592 The value &quot;Yes&quot; means that this must be the first time Alpine has
9593 been run this year in order to count as a match,
9594 and the value &quot;No&quot; is the opposite.
9596 <H3><A NAME="pattern_abookfrom">Address in Address Books</A></H3>
9598 This option gives you a way to match messages that have an address
9599 that is in one of your address books.
9600 Only the simple entries in your address books are searched.
9601 Address book distribution lists are ignored!
9602 By default, the value of this option is &quot;Don't care&quot;, which
9603 will match any message.
9604 The value &quot;Yes, in any address book&quot; means the address
9605 from the message must be in at least one of your
9606 address books in order to be a match.
9607 The value &quot;No, not in any address book&quot;
9608 means none of the addresses may
9609 be in any of your address books in order to be a match.
9610 The values &quot;Yes, in specific address books&quot; and
9611 &quot;No, not in any of specific address books&quot; are similar but instead
9612 of depending on all address books you are allowed to give a list of address
9613 books to look in.
9614 The addresses from the message that are checked for are determined by the
9615 setting you have for &quot;Types of addresses to check for in address book&quot;.
9616 If you set this to &quot;From&quot; the From address from the message will
9617 be looked up in the address book.
9618 If you set it to only &quot;To&quot; then the To addresses will be used.
9619 If any of the To addresses are in the address book then it is considered
9620 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
9621 You could set it to both From and To, in which case all of the From and To
9622 addresses are used.
9623 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
9624 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
9625 exists or the From address if there is no Reply-To address.
9626 Same for the Sender address.
9627 Setting this option may affect performance in large folders because the
9628 From and Reply-To of each message in the folder have to be checked.
9630 <H3><A NAME="pattern_categorizer">Categorizer Command</A></H3>
9632 This is a command that is run with its standard input set to the message
9633 being checked and its standard output discarded.
9634 The full directory path should be specified.
9635 The command will be run and then its exit status will be checked against
9636 the Exit Status Interval, which defaults to just the value zero.
9637 If the exit status of the command falls in the interval, it is considered
9638 a match, otherwise it is not a match.
9641 This option may actually be a list of commands.
9642 The first one that exists and is executable is used.
9643 That makes it possible to use the same configuration with Unix Alpine and
9644 PC-Alpine.
9647 If none of the commands in the list exists and is executable then the rule
9648 is <EM>not</EM> a match.
9649 If it is possible that the command may not exist, you should be careful
9650 to structure your rules so that nothing destructive
9651 happens when the command does not exist.
9652 For example, you might have a filter that filters away spam when there is
9653 a match but does nothing when there is not a match.
9654 That would continue to work correctly if the command didn't exist.
9655 However, if you have a filter that filters away spam when there is not
9656 a match and keeps it when there is a match, that would filter everything
9657 if the categorizer command didn't exist.
9659 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
9660 setup for the bogofilter filter.
9663 &lt;End of help on this topic&gt;
9664 </BODY>
9665 </HTML>
9666 ===== h_rules_roles =====
9667 <HTML>
9668 <HEAD>
9669 <TITLE>SETUP ROLES SCREEN</TITLE>
9670 </HEAD>
9671 <BODY>
9672 <H1>SETUP ROLES SCREEN</H1>
9673 <H2>SETUP ROLES COMMANDS</H2>
9674 <!--chtml if pinemode="function_key"-->
9675 <PRE>
9676 Available  Commands -- Group 1         Available Commands -- Group 2   
9677 -------------------------------        ------------------------------  
9678 F1  Show Help Text                      F1  Show Help Text             
9679 F2  See commands in next group          F2  See commands in next group
9680 F3  Back to MAIN Alpine menu
9681 F4  Change configuration for role
9682 F5  Move to previous role               F5  Include file in role config
9683 F6  Move to next role                   F6  Exclude file from config
9684 F7  Previous page of roles
9685 F8  Next page of roles
9686 F9  Add new role                        F9  Replicate existing role
9687 F10 Delete existing role
9688 F11 Shuffle the order of roles
9689 F12 Whereis (search role nicknames)
9690 </PRE>
9691 <!--chtml else-->
9692 <PRE>
9693 Navigation                     General Alpine Commands
9694 -------------------------      -----------------------
9695  P  Prev Role                     ?  Display this help text
9696  N  Next Role                     E  Back to MAIN Alpine menu
9697  -  Previous page
9698 Spc (space bar) Next page
9699  W  WhereIs (search for word in role nicknames)
9701 Setup Roles Commands
9702 ------------------------------------------------
9703  A  Add new role                  $  Shuffle the order of roles
9704  D  Delete existing role          C  Change configuration for highlighted role
9705  R  Replicate existing role
9706  I  Include file in role config   X  Exclude file from role config
9707 </PRE>
9708 <!--chtml endif-->
9710 <H2>Description of the Setup Roles Screen</H2>
9712 This screen lets you add, delete, modify, or change the order of the rules
9713 that determine the role you are playing when composing a message.
9715 You may play different roles depending on who you are replying to.
9716 For example, if you are replying to a message addressed to help-desk you
9717 may be acting as a Help Desk Worker.
9718 That role may require that you use a different return address and/or
9719 a different signature.
9721 Roles are optional.
9722 If you set up roles they work like this:  Each role has a set of
9723 &quot;Uses&quot;, which indicate whether or not a role is eligible to be
9724 considered for a particular use; a &quot;Pattern&quot;,
9725 which is used to decide which of the eligible roles is used; and a set
9726 of &quot;Actions&quot;, which are taken when that role is used.
9727 When you reply to a message, the message you are replying to is compared
9728 with the Patterns of the roles marked as eligible for use when replying.
9729 The comparisons start with the first eligible role and keep going until there
9730 is a match.
9731 If a match is found, the matching role's Actions are taken.
9733 It is also possible to set a default role and to change that role during
9734 your Alpine session.
9735 When you start Alpine no default role will be set.
9736 You may set or change the current default role by using the &quot;D&quot;
9737 command in the role selection screen.
9738 You'll see that screen while composing a message and being asked to select
9739 a role.
9740 An easy way to get to that screen is to use the <A HREF="h_common_role">Role Command</A> to
9741 compose a message.
9742 You may find a default role useful if you normally perform the duties of one
9743 of your roles for a while, then you switch to another role and stay in the
9744 new role for another period of time.
9745 It may be easier than using the Role Command to select the role each time you
9746 compose a message.
9748 <H2>Role Uses</H2>
9750 There are three types of use to be configured;
9751 one for Replying, one for Forwarding, and one for Composing.
9752 These indicate whether or not you want a role to be considered when you
9753 type the Reply, Forward, or Compose commands.
9754 (The Role command is an alternate form of the Compose command, and it is
9755 not affected by these settings.)
9756 Each of these Use types has three possible values.
9757 The value &quot;Never&quot;
9758 means that the role will never be considered as a candidate for use with
9759 the corresponding command.
9760 For example, if you set a role's Reply Use to Never, then when you Reply to
9761 a message, that role won't even be considered.
9762 (That isn't quite true. If the message you are replying to matches some other
9763 role that requires confirmation,
9764 then there will be a ^T command available which allows you to select a role
9765 from all of your roles, not just the reply-eligible roles.)
9768 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
9769 both mean that you do want to consider this role when using the corresponding
9770 command.
9771 For either of these settings the role's Pattern will
9772 be checked to see if it matches the message.
9773 For Reply Use, the message used to compare the Pattern with is the message
9774 being replied to.
9775 For Forward Use, the message used to compare the Pattern with is the message
9776 being forwarded.
9777 For Compose Use, there is no message, so the parts of the Pattern that depend
9778 on a message (everything other than Current Folder Type) are ignored.
9779 In all cases, the Current Folder Type is checked if defined.
9780 If there is a match then this role will either be used without confirmation
9781 or will be the default when confirmation is asked for, depending on
9782 which of the two options is selected.
9783 If confirmation is requested, you will have a chance to
9784 choose No Role instead of the offered role, or to
9785 change the role to any one of your other roles (with the ^T command).
9787 <H2>Role Patterns</H2>
9789 In order to determine whether or not a message matches a role the message is
9790 compared with the Role's Pattern.
9791 These Patterns are the same for use with Roles, Filtering, Index Coloring,
9792 Scoring, Other Rules, and Search Rules, so are described in only one place,
9793 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9795 Since header patterns, AllText patterns, and BodyText patterns that are unset are ignored,
9796 a role that has all header patterns unset, the AllText pattern unset,
9797 the BodyText pattern unset,
9798 the Score Interval unset, and the Current Folder Type set to
9799 &quot;Any&quot; may be used as a default role.
9800 It should be put last in the list of roles since the matching
9801 starts at the beginning and proceeds until one of the roles is a match.
9802 If no roles at all match, then Alpine will
9803 use its regular methods of defining the role.
9804 If you wanted to, you could define a different &quot;default&quot; role
9805 for Replying, Forwarding, and Composing by setting the
9806 &quot;Use&quot; fields appropriately.
9808 <H2>Role Actions</H2>
9810 Once a role match is found, the role's Actions are taken.
9811 For each role there are several possible actions that may be defined.
9812 They are actions to set the From address, the Reply-To address,
9813 the Fcc, the Signature, the Template file, and Other Headers.
9815 <H3>Set From</H3>
9817 The From address is the address used on the From line of the message
9818 you are sending.
9820 <H3>Set Reply-To</H3>
9822 The Reply-To address is the address used on the Reply-To line of the message
9823 you are sending.
9824 You don't need a Reply-To address unless it is different from the From address.
9826 <H3>Set Other Headers</H3>
9828 If you want to set the value of the From or Reply-To headers, use
9829 the specific fields &quot;Set From&quot; or &quot;Set Reply-To&quot;.
9830 If you want to set the values of other headers, use this field.
9831 This field is similar to the
9832 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> configuration option.
9833 Each header you specify here must include the header tag
9834 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
9835 and may optionally include a value for that header.
9836 It is different from the <!--#echo var="VAR_customized-hdrs"--> in that the value you give
9837 for a header here will replace any value that already exists.
9838 For example, if you are Replying to a message there will be at least one
9839 address in the To header (the address you are Replying to).
9840 However, if you Reply using a role that sets the To header, that role's
9841 To header value will be used instead.
9843 <H3>Set Fcc</H3>
9845 The Fcc is used as the Fcc for the message you are sending.
9847 <H3>Set Signature or Set LiteralSig</H3>
9849 The Signature is the name of a file to be used as the signature file when
9850 this role is being used.
9851 If the name of the file has a vertical bar following it (|)
9852 then it is assumed that the file is a program that should be run to
9853 produce the signature.
9854 If the LiteralSig is set, then it is used instead of the signature file.
9855 LiteralSig is just a different way to store the signature.
9856 It is stored in the pine configuration file instead of in a separate
9857 signature file.
9858 If the <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined
9859 either in the role or as the default signature in the Setup/Config screen,
9860 then the signature file is ignored.
9862 <H3>Set Template</H3>
9864 A Template is the name of a file to be included in the message when this
9865 role is being used.
9866 If the name of the file has a vertical bar following it (|)
9867 then it is assumed that the file is a program that should be run to
9868 produce the template.
9871 Both signature files and template files may be stored remotely on an IMAP
9872 server.
9873 In order to do that you just give the file a remote name.
9874 This works just like the regular
9875 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>
9876 option that is configured from the Setup/Configuration screen.
9877 A remote signature file name might look like:
9879 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
9881 Once you have named the remote signature or template file you create its
9882 contents by using the &quot;F&quot; &quot;editFile&quot; command when the
9883 cursor is on the &quot;Set Signature&quot; or &quot;Set Template&quot;
9884 line of the role editor.
9887 Both signature files and template files (or the output of signature programs
9888 and template file programs) may contain special tokens
9889 that are replaced with contents
9890 that depend on the message being replied to or forwarded.
9891 See the help for the individual fields inside the role editor for more
9892 information on tokens.
9894 <H3>Use SMTP Server</H3>
9896 If this field has a value, then it will be used as the SMTP server
9897 to send mail when this role is being used (unless the SMTP server variable
9898 is set in the system-wide fixed configuration file).
9899 It has the same semantics as the
9900 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
9901 variable in the Setup/Config screen.
9902 When you postpone the composition this SMTP server list will be saved
9903 with the postponed composition and it cannot be changed later.
9904 Because of that, you may want to make this a list of SMTP servers
9905 with the preferred server at the front of the list and alternate servers
9906 later in the list.
9909 If any of the actions are left unset, then the action depends on what
9910 is present in the &quot;Initialize settings using role&quot; field.
9911 If you've listed the nickname of another one of your roles there, then the
9912 corresponding action from that role will be used here.
9913 If that action is also blank, or if there is no nickname specified,
9914 then Alpine will do whatever it normally does to set these actions.
9915 This depends on other configuration options and features you've set.
9917 <H2>Command Descriptions</H2>
9919 <H3>Add</H3>
9921 The Add command is used to add a new role definition to your set of
9922 roles.
9923 The new role will be added after the highlighted role.
9925 <H3>Delete</H3>
9927 The Delete command deletes the currently highlighted role.
9929 <H3>Change</H3>
9931 The Change command lets you edit the nickname, Uses, Pattern,
9932 and Actions of the currently highlighted role.
9934 <H3>Shuffle</H3>
9936 The Shuffle command allows you to change the order of the roles.
9937 You may move the currently highlighted role up or down in the list.
9938 The order of the roles is important since the roles are tested for a
9939 match starting with the first role and continuing until a match is found.
9940 You should place the roles with more specific Patterns near the beginning
9941 of the list, and those with more general Patterns near the end so that
9942 the more specific matches will happen when appropriate.
9944 <H3>Replicate</H3>
9946 The Replicate command is used to copy an existing role and modify it.
9947 The new role will be added after the highlighted role.
9949 <H3>IncludeFile</H3>
9951 The IncludeFile command allows you to add a roles file to your configuration.
9952 Usually, your roles will be contained in your Alpine configuration file.
9953 If you wish, some or all of your roles may be stored in a separate file.
9954 If a roles file already exists (maybe it was made by somebody else using
9955 Alpine), you may insert it before the currently highlighted role.
9956 You may also insert an empty file or a file that does not yet exist.
9957 Once you have an empty roles file in your configuration, you may use
9958 the Shuffle command to move roles into it.
9959 In fact, that's the only way to get the initial role into the file.
9961 <H3>eXcludeFile</H3>
9963 The eXcludeFile command removes a roles file from your roles configuration.
9964 A limitation of the program is that in order to exclude a roles file
9965 that file must have at least one role
9966 in it, otherwise you won't be able to highlight a line in the file.
9967 So you may have to add a dummy role to the file in order to exclude the file.
9968 <P><UL>
9969 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9970 </UL>
9972 &lt;End of help on this topic&gt;
9973 </BODY>
9974 </HTML>
9975 ===== h_rules_other =====
9976 <HTML>
9977 <HEAD>
9978 <TITLE>SETUP OTHER RULES SCREEN</TITLE>
9979 </HEAD>
9980 <BODY>
9981 <H1>SETUP OTHER RULES SCREEN</H1>
9982 <H2>SETUP OTHER RULES COMMANDS</H2>
9983 <!--chtml if pinemode="function_key"-->
9984 <PRE>
9985 Available  Commands -- Group 1         Available Commands -- Group 2   
9986 -------------------------------        ------------------------------  
9987 F1  Show Help Text                      F1  Show Help Text             
9988 F2  See commands in next group          F2  See commands in next group
9989 F3  Back to MAIN Alpine menu
9990 F4  Change configuration for rule
9991 F5  Move to previous rule               F5  Include file in rule config
9992 F6  Move to next rule                   F6  Exclude file from config
9993 F7  Previous page of rules
9994 F8  Next page of rules
9995 F9  Add new rule                        F9  Replicate existing rule
9996 F10 Delete existing rule
9997 F11 Shuffle the order of rules
9998 F12 Whereis (search rule nicknames)
9999 </PRE>
10000 <!--chtml else-->
10001 <PRE>
10002 Navigation                     General Alpine Commands
10003 -------------------------      -----------------------
10004  P  Prev rule                     ?  Display this help text
10005  N  Next rule                     E  Back to MAIN Alpine menu
10006  -  Previous page
10007 Spc (space bar) Next page
10008  W  WhereIs (search for word in rule nicknames)
10010 Setup Other Rules Commands
10011 ------------------------------------------------
10012  A  Add new rule                  $  Shuffle the order of rules
10013  D  Delete existing rule          C  Change configuration for highlighted rule
10014  R  Replicate existing rule
10015  I  Include file in rule config   X  Exclude file from rule config
10016 </PRE>
10017 <!--chtml endif-->
10019 <H2>Description of the Setup Other Rules Screen</H2>
10021 This is where you may set various actions that do not fit well into the
10022 other Rules categories.
10024 <H2>Patterns</H2>
10026 Other Rules are a little different from the rest of the Rules because
10027 they depend only on the current folder, and not on a particular message.
10028 In order to determine whether or not a rule's actions should be applied
10029 the current folder is compared with the rule's Pattern, which consists
10030 of only the Current Folder Type.
10031 Current Folder Type works the same for Other Rules as it does for Roles,
10032 Filtering, Index Coloring, and Scoring.
10033 Keep in mind that the only part of the Pattern that applies to Other
10034 Rules is the Current Folder Type when looking at the description of
10035 Patterns given
10036 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10038 <H2>The Actions</H2>
10040 <H3>Set Sort Order</H3>
10042 When you enter a new folder, these rules will be checked to see if you
10043 have set a sort order that is different from your default sort order.
10044 The default is set in the Setup/Config screen with
10045 the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
10046 If the Sort Order action is set, then the folder will be displayed sorted in
10047 that sort order instead of in the default order.
10049 A possible point of confusion arises when you change the configuration
10050 of the Sort Order for the currently open folder.
10051 The folder will normally be re-sorted when you go back to viewing the
10052 index.
10053 However, if you have manually sorted the folder with the
10054 Sort
10055 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
10056 command, then it will not be re-sorted until the next time it is opened.
10058 <H3>Set Index Format</H3>
10060 When you enter a new folder, these rules will be checked to see if you
10061 have set an Index Format that is different from your default Index Format,
10062 which is set with the
10063 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
10064 If so, the index will be displayed with this format instead of the default.
10066 <H3>Set Startup Rule</H3>
10068 When you enter a new folder, these rules will be checked to see if you
10069 have set a startup rule that is different from the default startup rule.
10070 The default for incoming folders is set in the Setup/Config screen with
10071 the &quot;<!--#echo var="VAR_incoming-startup-rule"-->&quot; option.
10072 The default for folders other than INBOX that are not part of your
10073 incoming collection
10074 (see <A HREF="h_config_enable_incoming"><!--#echo var="FEAT_enable-incoming-folders"--></A> feature) 
10075 is to start with the last message in the folder.
10076 If the Startup Rule is set to something other than &quot;default&quot;,
10077 then the rule will determine which message will be the current message when
10078 the folder is first opened.
10080 The various startup rule possibilities work the same here as they do in
10081 the incoming collection, so check
10082 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
10083 for more help.
10085 <H2>Command Descriptions</H2>
10087 <H3>Add</H3>
10089 The Add command is used to add a new rule definition to your set of
10090 rules.
10091 The new rule will be added after the highlighted rule.
10093 <H3>Delete</H3>
10095 The Delete command deletes the currently highlighted rule.
10097 <H3>Change</H3>
10099 The Change command lets you edit the nickname, Pattern,
10100 and Action of the currently highlighted rule.
10102 <H3>Shuffle</H3>
10104 The Shuffle command allows you to change the order of the rules.
10105 You may move the currently highlighted rule up or down in the list.
10106 The order of the rules is important since the rules are tested for a
10107 match starting with the first rule and continuing until a match is found.
10108 You should place the rules with more specific Patterns near the beginning
10109 of the list, and those with more general Patterns near the end so that
10110 the more specific matches will happen when appropriate.
10112 <H3>Replicate</H3>
10114 The Replicate command is used to copy an existing rule definition and modify it.
10115 The new rule will be added after the highlighted rule.
10117 <H3>IncludeFile</H3>
10119 The IncludeFile command allows you to add a rules file to your configuration.
10120 Usually, your rules will be contained in your Alpine configuration file.
10121 If you wish, some or all of your rules may be stored in a separate file.
10122 If a rules file already exists (maybe it was made by somebody else using
10123 Alpine), you may insert it before the currently highlighted rule.
10124 You may also insert an empty file or a file that does not yet exist.
10125 Once you have an empty rules file in your configuration, you may use
10126 the Shuffle command to move rules into it.
10127 In fact, that's the only way to get the initial rule into the file.
10129 <H3>eXcludeFile</H3>
10131 The eXcludeFile command removes a rules file from your rules configuration.
10132 A limitation of the program is that in order to exclude a rules file
10133 that file must have at least one rule
10134 in it, otherwise you won't be able to highlight a line in the file.
10135 So you may have to add a dummy rule to the file in order to exclude the file.
10136 <P><UL>
10137 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10138 </UL>
10140 &lt;End of help on this topic&gt;
10141 </BODY>
10142 </HTML>
10143 ===== h_rules_srch =====
10144 <HTML>
10145 <HEAD>
10146 <TITLE>SETUP SEARCH RULES SCREEN</TITLE>
10147 </HEAD>
10148 <BODY>
10149 <H1>SETUP SEARCH RULES SCREEN</H1>
10150 <H2>SETUP SEARCH RULES COMMANDS</H2>
10151 <!--chtml if pinemode="function_key"-->
10152 <PRE>
10153 Available  Commands -- Group 1         Available Commands -- Group 2   
10154 -------------------------------        ------------------------------  
10155 F1  Show Help Text                      F1  Show Help Text             
10156 F2  See commands in next group          F2  See commands in next group
10157 F3  Back to MAIN Alpine menu
10158 F4  Change configuration for rule
10159 F5  Move to previous rule               F5  Include file in rule config
10160 F6  Move to next rule                   F6  Exclude file from config
10161 F7  Previous page of rules
10162 F8  Next page of rules
10163 F9  Add new rule                        F9  Replicate existing rule
10164 F10 Delete existing rule
10165 F11 Shuffle the order of rules
10166 F12 Whereis (search rule nicknames)
10167 </PRE>
10168 <!--chtml else-->
10169 <PRE>
10170 Navigation                     General Alpine Commands
10171 -------------------------      -----------------------
10172  P  Prev rule                     ?  Display this help text
10173  N  Next rule                     E  Back to MAIN Alpine menu
10174  -  Previous page
10175 Spc (space bar) Next page
10176  W  WhereIs (search for word in rule nicknames)
10178 Setup Search Rules Commands
10179 ------------------------------------------------
10180  A  Add new rule                  $  Shuffle the order of rules
10181  D  Delete existing rule          C  Change configuration for highlighted rule
10182  R  Replicate existing rule
10183  I  Include file in rule config   X  Exclude file from rule config
10184 </PRE>
10185 <!--chtml endif-->
10187 <H2>Description of the Setup Search Rules Screen</H2>
10189 One of the commands that becomes available when that feature is turned on
10190 is the &quot;; Select&quot; command, which is used in the MESSAGE INDEX
10191 screen to select a set of messages.
10192 One way of selecting messages is to use a Rule.
10193 All of the messages that match (or don't match if you wish)
10194 a Rule's Pattern will be selected.
10196 Any of your Rules may be used for this purpose.
10197 You might already have Rules set up for filtering, index line color, scores, or roles;
10198 and you may use any of those Rules with the Select command.
10199 However, you might find it more convenient to set up a separate set of Rules
10200 just for this purpose without having to worry about what other effects
10201 they may cause.
10202 That is the purpose of these Select Rules.
10205 Each rule has a &quot;Pattern&quot;
10206 that is used to decide which messages are selected when you use it with
10207 the Select command.
10209 <H2>Patterns</H2>
10211 In order to determine whether or not a message should be selected
10212 the message is compared with the rule's Pattern.
10213 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10214 Scoring, Other Rules, and Search Rules, so are described in only one place,
10215 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10217 <H2>Command Descriptions</H2>
10219 <H3>Add</H3>
10221 The Add command is used to add a new rule definition to your set of
10222 rules.
10223 The new rule will be added after the highlighted rule.
10225 <H3>Delete</H3>
10227 The Delete command deletes the currently highlighted rule.
10229 <H3>Change</H3>
10231 The Change command lets you edit the nickname and Pattern
10232 of the currently highlighted rule.
10234 <H3>Shuffle</H3>
10236 The Shuffle command allows you to change the order of the rules.
10237 This affects only the order they are presented in when you use the
10238 ^T subcommand of the Select by Rule command.
10239 You may move the currently highlighted rule up or down in the list.
10241 <H3>Replicate</H3>
10243 The Replicate command is used to copy an existing rule definition and modify it.
10244 The new rule will be added after the highlighted rule.
10246 <H3>IncludeFile</H3>
10248 The IncludeFile command allows you to add a rules file to your configuration.
10249 Usually, your rules will be contained in your Alpine configuration file.
10250 If you wish, some or all of your rules may be stored in a separate file.
10251 If a rules file already exists (maybe it was made by somebody else using
10252 Alpine), you may insert it before the currently highlighted rule.
10253 You may also insert an empty file or a file that does not yet exist.
10254 Once you have an empty rules file in your configuration, you may use
10255 the Shuffle command to move rules into it.
10256 In fact, that's the only way to get the initial rule into the file.
10258 <H3>eXcludeFile</H3>
10260 The eXcludeFile command removes a rules file from your rules configuration.
10261 A limitation of the program is that in order to exclude a rules file
10262 that file must have at least one rule
10263 in it, otherwise you won't be able to highlight a line in the file.
10264 So you may have to add a dummy rule to the file in order to exclude the file.
10265 <P><UL>
10266 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10267 </UL>
10269 &lt;End of help on this topic&gt;
10270 </BODY>
10271 </HTML>
10272 ===== h_rules_incols =====
10273 <HTML>
10274 <HEAD>
10275 <TITLE>SETUP INDEX LINE COLORS SCREEN</TITLE>
10276 </HEAD>
10277 <BODY>
10278 <H1>SETUP INDEX LINE COLORS SCREEN</H1>
10279 <H2>SETUP INDEX LINE COLORS COMMANDS</H2>
10280 <!--chtml if pinemode="function_key"-->
10281 <PRE>
10282 Available  Commands -- Group 1         Available Commands -- Group 2   
10283 -------------------------------        ------------------------------  
10284 F1  Show Help Text                      F1  Show Help Text             
10285 F2  See commands in next group          F2  See commands in next group
10286 F3  Back to MAIN Alpine menu
10287 F4  Change configuration for rule
10288 F5  Move to previous rule               F5  Include file in rule config
10289 F6  Move to next rule                   F6  Exclude file from config
10290 F7  Previous page of rules
10291 F8  Next page of rules
10292 F9  Add new rule                        F9  Replicate existing rule
10293 F10 Delete existing rule
10294 F11 Shuffle the order of rules
10295 F12 Whereis (search rule nicknames)
10296 </PRE>
10297 <!--chtml else-->
10298 <PRE>
10299 Navigation                     General Alpine Commands
10300 -------------------------      -----------------------
10301  P  Prev rule                     ?  Display this help text
10302  N  Next rule                     E  Back to MAIN Alpine menu
10303  -  Previous page
10304 Spc (space bar) Next page
10305  W  WhereIs (search for word in rule nicknames)
10307 Setup Index Color Commands
10308 ------------------------------------------------
10309  A  Add new rule                  $  Shuffle the order of rules
10310  D  Delete existing rule          C  Change configuration for highlighted rule
10311  R  Replicate existing rule
10312  I  Include file in rule config   X  Exclude file from rule config
10313 </PRE>
10314 <!--chtml endif-->
10316 <H2>Description of the Setup Index Line Colors Screen</H2>
10318 Index Line Color causes lines in the MESSAGE INDEX screen to be colored.
10319 This action is only available if your terminal is capable of displaying
10320 color and color display has been enabled with the
10321 <A HREF="h_config_color_style">Color Style</A> option within the
10322 Setup Color screen.
10323 (In PC-Alpine, color is always enabled so there is no option to turn on.)
10324 This screen lets you add, delete, modify, or change the order of the rules
10325 that cause the lines in the MESSAGE INDEX to be displayed in different
10326 colors.
10328 Each rule has a &quot;Pattern&quot;,
10329 which is used to decide which of the rules is used; and the color that
10330 is used if the Pattern matches a particular message.
10332 <H2>Index Color Patterns</H2>
10334 In order to determine whether or not a message matches an Index Color Rule
10335 the message is compared with the rule's Pattern.
10336 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10337 Scoring, Other Rules, and Search Rules, so are described in only one place,
10338 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10341 If none of the Index Color rules is a match for a particular index line,
10342 then the color used is set using
10343 the <A HREF="h_color_setup">Setup Kolor</A> screen.
10345 <H2>Index Line Color</H2>
10347 This is the color that index lines are colored when there is a matching
10348 Pattern.
10349 This colors the whole index line, except possibly the status letters,
10350 which may be colored separately using
10351 the <A HREF="h_color_setup">Setup Kolor</A> screen.
10353 <H2>Command Descriptions</H2>
10355 <H3>Add</H3>
10357 The Add command is used to add a new rule definition to your set of
10358 rules.
10359 The new rule will be added after the highlighted rule.
10361 <H3>Delete</H3>
10363 The Delete command deletes the currently highlighted rule.
10365 <H3>Change</H3>
10367 The Change command lets you edit the nickname, Pattern,
10368 and Index Line Color of the currently highlighted rule.
10370 <H3>Shuffle</H3>
10372 The Shuffle command allows you to change the order of the rules.
10373 You may move the currently highlighted rule up or down in the list.
10374 The order of the rules is important since the rules are tested for a
10375 match starting with the first rule and continuing until a match is found.
10376 You should place the rules with more specific Patterns near the beginning
10377 of the list, and those with more general Patterns near the end so that
10378 the more specific matches will happen when appropriate.
10380 <H3>Replicate</H3>
10382 The Replicate command is used to copy an existing rule definition and modify it.
10383 The new rule will be added after the highlighted rule.
10385 <H3>IncludeFile</H3>
10387 The IncludeFile command allows you to add a rules file to your configuration.
10388 Usually, your rules will be contained in your Alpine configuration file.
10389 If you wish, some or all of your rules may be stored in a separate file.
10390 If a rules file already exists (maybe it was made by somebody else using
10391 Alpine), you may insert it before the currently highlighted rule.
10392 You may also insert an empty file or a file that does not yet exist.
10393 Once you have an empty rules file in your configuration, you may use
10394 the Shuffle command to move rules into it.
10395 In fact, that's the only way to get the initial rule into the file.
10397 <H3>eXcludeFile</H3>
10399 The eXcludeFile command removes a rules file from your rules configuration.
10400 A limitation of the program is that in order to exclude a rules file
10401 that file must have at least one rule
10402 in it, otherwise you won't be able to highlight a line in the file.
10403 So you may have to add a dummy rule to the file in order to exclude the file.
10404 <P><UL>
10405 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10406 </UL>
10408 &lt;End of help on this topic&gt;
10409 </BODY>
10410 </HTML>
10411 ===== h_rules_filter =====
10412 <HTML>
10413 <HEAD>
10414 <TITLE>SETUP FILTERING SCREEN</TITLE>
10415 </HEAD>
10416 <BODY>
10417 <H1>SETUP FILTERING SCREEN</H1>
10418 <H2>SETUP FILTERING COMMANDS</H2>
10419 <!--chtml if pinemode="function_key"-->
10420 <PRE>
10421 Available  Commands -- Group 1         Available Commands -- Group 2   
10422 -------------------------------        ------------------------------  
10423 F1  Show Help Text                      F1  Show Help Text             
10424 F2  See commands in next group          F2  See commands in next group
10425 F3  Back to MAIN Alpine menu
10426 F4  Change configuration for filter
10427 F5  Move to previous filter             F5  Include file in filter config
10428 F6  Move to next filter                 F6  Exclude file from config
10429 F7  Previous page of filters
10430 F8  Next page of filters
10431 F9  Add new filter                      F9  Replicate existing filter
10432 F10 Delete existing filter
10433 F11 Shuffle the order of filters
10434 F12 Whereis (search filter nicknames)
10435 </PRE>
10436 <!--chtml else-->
10437 <PRE>
10438 Navigation                     General Alpine Commands
10439 -------------------------      -----------------------
10440  P  Prev Filter                   ?  Display this help text
10441  N  Next Filter                   E  Back to MAIN Alpine menu
10442  -  Previous page
10443 Spc (space bar) Next page
10444  W  WhereIs (search for word in filter nicknames)
10446 Setup Filters Commands
10447 ------------------------------------------------
10448  A  Add new filter                $  Shuffle the order of filters
10449  D  Delete existing filter        C  Change configuration for highlighted filter
10450  R  Replicate existing filter
10451  I  Include file in filter config X  Exclude file from filter config
10452 </PRE>
10453 <!--chtml endif-->
10455 <H2>Description of the Setup Filtering Screen</H2>
10457 This screen lets you add, delete, modify, or change the order of the rules
10458 that determine the filtering Alpine does on folders you view.
10460 The software that actually delivers mail (the stuff that happens
10461 before Alpine is involved) for you is in a better position to do mail filtering
10462 than Alpine itself.
10463 If possible, you may want to look into using that sort of mail filtering to
10464 deliver mail to different folders, delete it, or forward it.
10465 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
10467 Filtering is a way to automatically move certain messages from one folder
10468 to another or to delete messages.
10469 It can also be used to set message status (Important, Deleted, New,
10470 Answered) and to set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
10471 Alpine doesn't have the ability to forward mail to another address or
10472 to deliver vacation messages.
10474 Each filtering rule has a &quot;Pattern&quot; and a &quot;Filter Action&quot;.
10475 When a folder is opened, when new mail arrives in an open folder, or
10476 when mail is Expunged from a folder; each
10477 message is compared with the Patterns of your filtering rules.
10478 The comparisons start with the first rule and keep going until there
10479 is a match.
10480 If a match is found, the message may be deleted or moved, depending on
10481 the setting of the Filter Action.
10482 If the message is not deleted, it may have its status altered.
10485 <EM>NOTE:</EM>
10486 When setting up a Pattern used to delete messages,
10487 it is recommended that you test the Pattern first with a &quot;Move&quot;
10488 folder specified in
10489 case unintended matches occur.  Messages that are deleted will be removed 
10490 from the folder and <EM>unrecoverable</EM> from within Alpine after the
10491 next Expunge command or once the folder being filtered has been closed.
10493 <H2>Filter Patterns</H2>
10495 In order to determine whether or not a message matches a filter the message is
10496 compared with the Filter's Pattern.
10497 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10498 Scoring, Other Rules, and Search Rules, so are described in only one place,
10499 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10501 Since filtering is a potentially destructive action, if you have a filtering
10502 Pattern with nothing other than Current Folder Type set, that filtering
10503 rule is ignored.
10505 <H2>Filter Actions</H2>
10507 Once a filter match is found for a particular message, there are some actions
10508 that may be taken.
10509 First, the message may have its status changed.
10510 This is the same message status that you can manipulate manually using the
10511 <a href="h_common_flag">Flag Command</a>.
10512 There are always four elements of message status that you can control.
10513 You can set or clear the Important status, the New status, the Deleted
10514 status, and the Answered status.
10515 Of course, if the filter is going to delete the message,
10516 then there is no point in setting message status.
10517 You may also be able to set user-defined keywords for a message.
10518 Read a little about keywords in the help text for the
10519 <A HREF="h_common_flag">Flag</A> command.
10521 Second, the filter may delete or move the message.
10522 Deleting the message marks it Deleted and removes it from view.
10523 It is effectively gone forever (though it technically is still there until
10524 the next expunge command, which may happen implicitly).
10525 Moving the message moves it from the open folder into the folder
10526 listed on the &quot;Folder List&quot; line of the filter configuration.
10527 If you list more than one folder name (separated by commas) then the message
10528 will be copied to each of those folders.
10529 In any case, if &quot;Delete&quot; or &quot;Move&quot; is set then the
10530 message is removed from the current folder.
10531 If you just want to set the messages status without deleting it from
10532 the folder, then set the filter action to
10533 &quot;Just Set Message Status&quot;.
10535 (There is no way to do a Copy instead of a Move, due to the difficulties
10536 involved in keeping track of whether or not a message has
10537 already been copied.)
10539 <H2>Command Descriptions</H2>
10541 <H3>Add</H3>
10543 The Add command is used to add a new filter definition to your set of
10544 filters.
10545 The new filter will be added after the highlighted filter.
10547 <H3>Delete</H3>
10549 The Delete command deletes the currently highlighted filter.
10551 <H3>Change</H3>
10553 The Change command lets you edit the nickname, Pattern,
10554 and Folder of the currently highlighted filter.
10556 <H3>Shuffle</H3>
10558 The Shuffle command allows you to change the order of the filters.
10559 You may move the currently highlighted filter up or down in the list.
10560 The order of the filters is important since the filters are tested for a
10561 match starting with the first filter and continuing until a match is found.
10562 You should place the filters with more specific Patterns near the beginning
10563 of the list, and those with more general Patterns near the end so that
10564 the more specific matches will happen when appropriate.
10566 <H3>Replicate</H3>
10568 The Replicate command is used to copy an existing filter and modify it.
10569 The new filter will be added after the highlighted filter.
10571 <H3>IncludeFile</H3>
10573 The IncludeFile command allows you to add a filters file to your configuration.
10574 Usually, your filters will be contained in your Alpine configuration file.
10575 If you wish, some or all of your filters may be stored in a separate file.
10576 If a filters file already exists (maybe it was made by somebody else using
10577 Alpine), you may insert it before the currently highlighted filter.
10578 You may also insert an empty file or a file that does not yet exist.
10579 Once you have an empty filters file in your configuration, you may use
10580 the Shuffle command to move filters into it.
10581 In fact, that's the only way to get the initial filter into the file.
10583 <H3>eXcludeFile</H3>
10585 The eXcludeFile command removes a filters file from your filters configuration.
10586 A limitation of the program is that in order to exclude a filters file
10587 that file must have at least one filter
10588 in it, otherwise you won't be able to highlight a line in the file.
10589 So you may have to add a dummy filter to the file in order to exclude the file.
10590 <P><UL>
10591 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10592 </UL>
10594 <H3>Performance Considerations</H3>
10595 The number and type of patterns being tested can 
10596 adversely effect performance.  Issues to be aware
10597 of include:
10599 <UL>
10600   <LI> The more filters you have defined the longer it will take to run down
10601 the list.  Deleting unused filters is a good idea.
10602   <LI> Filtering in newsgroups served by an NNTP server will be slow
10603 if your patterns include tests other than &quot;From:&quot;
10604 or &quot;Subject:&quot;.
10605 </UL>
10607 &lt;End of help on this topic&gt;
10608 </BODY>
10609 </HTML>
10610 ===== h_rules_score =====
10611 <HTML>
10612 <HEAD>
10613 <TITLE>SETUP SCORING SCREEN</TITLE>
10614 </HEAD>
10615 <BODY>
10616 <H1>SETUP SCORING SCREEN</H1>
10617 <H2>SETUP SCORING COMMANDS</H2>
10618 <!--chtml if pinemode="function_key"-->
10619 <PRE>
10620 Available  Commands -- Group 1         Available Commands -- Group 2   
10621 -------------------------------        ------------------------------  
10622 F1  Show Help Text                      F1  Show Help Text             
10623 F2  See commands in next group          F2  See commands in next group
10624 F3  Back to MAIN Alpine menu
10625 F4  Change configuration for rule
10626 F5  Move to previous rule               F5  Include file in rule config
10627 F6  Move to next rule                   F6  Exclude file from config
10628 F7  Previous page of rules
10629 F8  Next page of rules
10630 F9  Add new rule                        F9  Replicate existing rule
10631 F10 Delete existing rule
10632 F11 Shuffle the order of rules
10633 F12 Whereis (search rule nicknames)
10634 </PRE>
10635 <!--chtml else-->
10636 <PRE>
10637 Navigation                     General Alpine Commands
10638 -------------------------      -----------------------
10639  P  Prev rule                     ?  Display this help text
10640  N  Next rule                     E  Back to MAIN Alpine menu
10641  -  Previous page
10642 Spc (space bar) Next page
10643  W  WhereIs (search for word in rule nicknames)
10645 Setup Scoring Commands
10646 ------------------------------------------------
10647  A  Add new rule                  $  Shuffle the order of rules
10648  D  Delete existing rule          C  Change configuration for highlighted rule
10649  R  Replicate existing rule
10650  I  Include file in rule config   X  Exclude file from rule config
10651 </PRE>
10652 <!--chtml endif-->
10654 <H2>Description of the Setup Scoring Screen</H2>
10656 Most people will not use scores at all, but if you do use them, here's how
10657 they work in Alpine.
10658 Using this screen, you may define Scoring rules.
10659 The score for a message is calculated by looking at every Score rule defined
10660 and adding up the Score Values for the ones that match the message.
10661 If there are no matches for a message, it has a score of zero.
10662 Message scores may be used a couple of ways in Alpine.
10664 <H3>Sorting by Score</H3>
10666 One of the methods you may use to sort message indexes is to sort by
10667 score.
10668 The scores of all the messages in a folder will be calculated and then
10669 the index will be ordered by placing the messages in order of ascending or
10670 descending score.
10672 <H3>Scores for use in Patterns</H3>
10674 The Patterns used for Roles, Index Line Coloring, and Filtering have a
10675 category labeled &quot;Score Interval&quot;.
10676 When a message is being compared with a Pattern to check for a match, if
10677 the Score Interval is set only messages that have a score somewhere in
10678 the interval are a match.
10680 <H2>Scoring Rule Patterns</H2>
10682 In order to determine whether or not a message matches a scoring rule
10683 the message is compared with the rule's Pattern.
10684 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10685 Scoring, Other Rules, and Search Rules, so are described in only one place,
10686 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10689 Actually, Scoring rule Patterns are slightly different from the other types of
10690 Patterns because Scoring rule Patterns don't contain a Score Interval.
10691 In other words, when calculating the score for a message, which is done
10692 by looking at the Scoring rule Patterns, scores aren't used.
10694 <H2>Score Value</H2>
10696 This is the value that will be added to the score for a message if the
10697 rule's Pattern is a match.
10698 Each individual Score Value is an integer between -100 and 100, and the
10699 values from matching rules are added together to get a message's score.
10700 There is also a way to extract the value from a particular header of each
10701 message. See the help text for Score Value for further information.
10703 <H2>Command Descriptions</H2>
10705 <H3>Add</H3>
10707 The Add command is used to add a new scoring rule definition.
10708 The new rule will be added after the highlighted rule.
10710 <H3>Delete</H3>
10712 The Delete command deletes the currently highlighted scoring rule.
10714 <H3>Change</H3>
10716 The Change command lets you edit the nickname, Pattern,
10717 and Score Value of the currently highlighted scoring rule.
10719 <H3>Shuffle</H3>
10721 The Shuffle command allows you to change the order of the scoring rules.
10722 You may move the currently highlighted rule up or down in the list.
10723 The order of the rules is important since the rules are tested for a
10724 match starting with the first rule and continuing until a match is found.
10725 You should place the rules with more specific Patterns near the beginning
10726 of the list, and those with more general Patterns near the end so that
10727 the more specific matches will happen when appropriate.
10729 <H3>Replicate</H3>
10731 The Replicate command is used to copy an existing rule and modify it.
10732 The new rule will be added after the highlighted rule.
10734 <H3>IncludeFile</H3>
10736 The IncludeFile command allows you to add a rules file to your configuration.
10737 Usually, your rules will be contained in your Alpine configuration file.
10738 If you wish, some or all of your rules may be stored in a separate file.
10739 If a rules file already exists (maybe it was made by somebody else using
10740 Alpine), you may insert it before the currently highlighted rule.
10741 You may also insert an empty file or a file that does not yet exist.
10742 Once you have an empty rules file in your configuration, you may use
10743 the Shuffle command to move rules into it.
10744 In fact, that's the only way to get the initial rule into the file.
10746 <H3>eXcludeFile</H3>
10748 The eXcludeFile command removes a rules file from your rules configuration.
10749 A limitation of the program is that in order to exclude a rules file
10750 that file must have at least one rule
10751 in it, otherwise you won't be able to highlight a line in the file.
10752 So you may have to add a dummy rule to the file in order to exclude the file.
10753 <P><UL>
10754 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10755 </UL>
10757 &lt;End of help on this topic&gt;
10758 </BODY>
10759 </HTML>
10760 ===== h_direct_config =====
10761 <HTML>
10762 <HEAD>
10763 <TITLE>SETUP LDAP DIRECTORY SERVERS SCREEN</TITLE>
10764 </HEAD>
10765 <BODY>
10766 <H1>SETUP LDAP DIRECTORY SERVERS SCREEN</H1>
10767 <H2>SETUP LDAP DIRECTORY SERVERS COMMANDS</H2>
10768 <!--chtml if pinemode="function_key"-->
10769 <PRE>
10770 Available  Commands                        
10771 -------------------------------            
10772 F1  Show Help Text                         
10773 F3  Back to MAIN Alpine menu                 
10774 F4  Change configuration for directory server  
10775 F5  Move to previous directory server          
10776 F6  Move to next directory server              
10777 F7  Previous page of directory servers         
10778 F8  Next page of directory servers
10779 F9  Add new directory server
10780 F10 Delete existing directory server
10781 F11 Shuffle the order of directory servers
10782 F12 Whereis (search directory server titles)   
10783 </PRE>
10784 <!--chtml else-->
10785 <PRE>
10786 Navigation                     General Alpine Commands
10787 -------------------------      -----------------------
10788  P  Prev Directory Server         ?  Display this help text
10789  N  Next Directory Server         E  Back to MAIN Alpine menu
10790  -  Previous page
10791 Spc (space bar) Next page
10792  W  WhereIs (search for word in directory server titles)
10794 Setup LDAP Directory Server Commands
10795 ------------------------------------------------
10796  A  Add new directory server      $  Shuffle the order of directory servers
10797  D  Delete existing dir server    C  Change configuration for highlighted server
10798 </PRE>
10799 <!--chtml endif-->
10801 <H2>Description of the Setup LDAP Directory Servers Screen</H2>
10803 This screen lets you add, delete, modify, or change the order of your
10804 directory servers. You may also set some optional behavior for each server.
10805 The &quot;Add Dir&quot; command brings up a blank form to 
10806 fill in. You will have to supply at least the name of the LDAP server.
10807 You will often have to supply a search base to be used with that server,
10808 as well. Once the form has been brought up on your screen, there is help
10809 available for each of the options you may set.
10811 The &quot;Del Dir&quot; command allows you to remove a directory server
10812 from your configuration.
10814 The &quot;Change&quot; command is similar to the &quot;Add Dir&quot; command.
10815 The difference is that instead of bringing up a form for a new server
10816 configuration, you are changing the configuration of an existing entry.
10817 For example, you might want to correct a typing error, change a
10818 nickname, or change one of the options set for that server.
10820 The &quot;Shuffle&quot; command is used to change the order of directory
10821 servers.
10822 <P><UL>
10823 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10824 </UL>
10826 &lt;End of help on this topic&gt;
10827 </BODY>
10828 </HTML>
10829 ============= h_address_display ========================
10830 <HTML>
10831 <HEAD>
10832 <TITLE>SEARCH RESULTS INDEX</TITLE>
10833 </HEAD>
10834 <BODY>
10835 <H1>SEARCH RESULTS INDEX</H1>
10836 This screen shows the results, if any, of your Directory Server search.  
10837 Commands (besides those for screen navigation) are:
10838 <DL>
10839 <DT>View
10840 <!--chtml if pinemode="function_key"-->
10841 (F4)
10842 <!--chtml else-->
10844 <!--chtml endif-->
10845 </DT>
10846 <DD>See the full information for the selected entry.
10848 <DT>Compose
10849 <!--chtml if pinemode="function_key"-->
10850 (F9)
10851 <!--chtml else-->
10853 <!--chtml endif--></DT>
10854 <DD>Compose a message with the selected entry as the recipient.
10856 <DT>Role
10857 <!--chtml if pinemode="function_key"-->
10858 (F2)
10859 <!--chtml else-->
10861 <!--chtml endif--></DT>
10862 <DD>Compose a message with the selected entry as the recipient. This differs
10863 from Compose in that you may select a role before beginning your composition.
10865 <DT>Forward
10866 <!--chtml if pinemode="function_key"-->
10867 (F10)
10868 <!--chtml else-->
10870 <!--chtml endif--></DT>
10871 <DD>Send the full information for the selected entry as an 
10872 email message to someone else.
10874 <DT>Save
10875 <!--chtml if pinemode="function_key"-->
10876 (F11)
10877 <!--chtml else-->
10879 <!--chtml endif-->
10880 </DT>
10881 <DD>Save to your address book:
10882 <UL>
10883 <LI>the result of the search (as just found through your query) for the 
10884 selected entry; or 
10885 <LI>the selected entry for repeated Directory Server searching when used 
10886 in the future.
10887 </UL>
10888 or<BR>
10889 Export to a file (external to Alpine):
10890 <UL>
10891 <LI>the full information for the selected entry; or
10892 <LI>the email address from the selected entry; or
10893 <LI>the selected entry in <A HREF="h_whatis_vcard">vCard</A> format.
10894 </UL>
10895 <DT>WhereIs
10896 <!--chtml if pinemode="function_key"-->
10897 (F12)
10898 <!--chtml else-->
10900 <!--chtml endif-->
10901 </DT>
10902 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
10903 displayed text, not the full records for each entry.)  
10904 </DL>
10905 &lt;End of help on this topic&gt;
10906 </BODY>
10907 </HTML>
10908 ============= h_address_select ========================
10909 <HTML>
10910 <HEAD>
10911 <TITLE>SEARCH RESULTS INDEX</TITLE>
10912 </HEAD>
10913 <BODY>
10914 <H1>SEARCH RESULTS INDEX</H1>
10915 This screen shows the results, if any, of your Directory Server search.  
10916 Commands (besides those for screen navigation) are:
10917 <DL>
10918 <DT>Select
10919 </DT>
10920 <DD>Select this entry for use.
10922 <DT>ExitSelect
10923 <DD>Exit without selecting any of the entries.
10925 <DT>WhereIs
10926 </DT>
10927 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
10928 displayed text, not the full records for each entry.)  
10929 </DL>
10930 &lt;End of help on this topic&gt;
10931 </BODY>
10932 </HTML>
10933 ===== h_folder_maint =====
10934 <HTML>
10935 <HEAD>
10936 <TITLE>Help for Folder List</TITLE>
10937 </HEAD>
10938 <BODY>
10939 <H1>FOLDER LIST COMMANDS</H1>
10940 <!--chtml if pinemode="function_key"-->
10941 <PRE>
10942 Available Commands -- Group 1        Available Commands -- Group 2
10943 -------------------------------      ------------------------------
10944 F1  Show Help Text                    F1  Show Help Text               
10945 F2  See commands in next group        F2  See commands in next group  
10946 F3  MAIN MENU Screen                  F3  Quit Alpine                    
10947 F4  Select folder and view it         F4  MAIN MENU Screen
10948 F5  Move to previous folder
10949 F6  Move to next folder               F6  Specify a folder to go to
10950 F7  Show previous screen of listing   F7  Show MESSAGE INDEX of current folder
10951 F8  Show next screen of listing       F8  Compose a message
10952 F9  Add a new folder                  F9  Print folder listing
10953 F10 Delete selected folder
10954 F11 Rename selected folder
10955 F12 Whereis (search folder names)
10957 Available Commands -- Group 3
10958 F1  Show Help Text
10959 F2  See commands in next group
10960 F5  Go to next new message
10961     (or count recent messages if <A HREF="h_config_tab_checks_recent"><!--#echo var="FEAT_tab-checks-recent"--></A> is set)
10962 F8  Compose a message using roles
10963 F9  Export folder to a file
10964 F10 Import the file back to a folder
10965 </PRE>
10966 <!--chtml else-->
10967 <PRE>
10968 Navigating the Folder Screen            Operations on the Selected Folder
10969 ----------------------------            ---------------------------------
10970  P   Move to previous folder              V  View Index of selected folder
10971  N   Move to next folder                  D  Delete
10972  -   Show previous page of listing        R  Rename
10973 Spc  (space bar) Show next page           E  Export to file
10974                                           U  Import from file to folder
10976 FOLDER LIST Screen Commands              General Alpine Command
10977 ---------------------------              -----------------------
10978  A  Add a folder                          O  Show all other available commands
10979  G  Specify a folder to go to             ?  Show Help text
10980  I  Show MESSAGE INDEX of current folder  M  MAIN MENU Screen
10981  W  Whereis (search folder names)         Q  Quit Alpine
10982  %  Print folder listing                  C  Compose a message
10983                                           #  Compose a message using roles
10984 </PRE>
10985 <!--chtml endif-->
10987 These commands are only available in the FOLDER LIST screen when the 
10988 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot; 
10989 feature</A> is set in the SETUP CONFIGURATION screen:<DL>
10990 <DT>Select:</DT>
10991 <DD>Select folders by certain criteria:<UL>
10992 <LI>All: of limited use, since there is no Apply command.
10993 <LI>by Property: <UL>
10994         <LI>folder contains messages not yet seen 
10995         <LI>folder contains new messages
10996         <LI>folder contains exactly as many, more, or fewer messages 
10997 than a given number
10998         </UL>
10999 <LI>by Text: <UL>
11000         <LI>contained in name of folder (Name Select)
11001         <LI>contained in messages in folder (Content Select)
11002         </UL>
11003 </UL></DD>
11005 <DT>Select current:</DT>
11006 <DD>Select the folder the cursor is on.  (Can be used to &quot;manually&quot; 
11007 add one or more folders to a set created with the Select command described 
11008 above.)</DD>
11009 <DT>Zoom mode:</DT>
11010 <DD>Toggles display of only selected folders or all folders on and off.</DD>
11011 </DL>
11013 If the feature
11014 <A HREF="h_config_tab_checks_recent">&quot;<!--#echo var="FEAT_tab-checks-recent"-->&quot;</A>
11015 is set then the TAB key will display the number of recent messages and
11016 the total number of messages in the highlighted folder.
11018 The &quot;Export&quot; command causes the lowest common denominator style
11019 mailbox to be written to a file.
11020 If the file already exists, you are asked if you want to delete it.
11021 If you say No, then the operation is aborted.
11022 Export might be a reasonable way to store a backup or an archival copy of
11023 a folder.
11024 The exported-to file is a local file on the system where you are running Alpine.
11025 The &quot;Import&quot; command is the opposite of the Export command.
11026 It reads a file created by Export and asks where it should save it in your
11027 folders.
11028 This could be a new folder or an existing folder.
11029 If the folder already exists, the messages from the exported file will be
11030 appended to the folder.
11032 <CENTER>Description of the FOLDER LIST Screen</CENTER>
11034 The purpose of the FOLDER LIST screen is to help you browse and manage
11035 the folders and directories (also known as &quot;hierarchy&quot;)
11036 contained within a collection.
11039 Folders and directories are arranged alphabetically across lines of
11040 the screen.  Directories, if present, are denoted by a special
11041 character at the end of the name known as the hierarchy delimiter
11042 (typically, &quot;/&quot;).  By default, folders and directories are
11043 mixed together.  The
11044 "<A HREF="h_config_fld_sort_rule"><!--#echo var="VAR_folder-sort-rule"--></A>"
11045 configuration option can be used to group directories toward the 
11046 beginning or end of the list.
11049 The Next/Prev Page commands help browse the list, the Next/Prev Fldr
11050 commands change the &quot;selected&quot; (i.e., highlighted) folder or
11051 directory, and the View Fldr/Dir commands will &quot;open&quot; the
11052 selected item.  Folder and directory management is provided via the
11053 Rename, Delete and Add commands.
11055 <P><CENTER>About Folders</CENTER>
11056 What are Folders?<P>
11058 Folders are simply files where messages are kept.  Every message has to be
11059 in a folder.  Most every Alpine user starts out with 3 folders: an INBOX, a
11060 folder for sent mail and a folder for saved messages.<P>
11062 You may create as many other folders as you wish.  They must be given
11063 names that can be filenames on the filesystem.  
11066 You can move messages from one folder to another by opening the original
11067 folder and saving messages into the other folder just as you can save
11068 message from your INBOX to any other folder.<P>
11070 Folders are typically just files in the filesystem.  However, the files
11071 that are
11072 folders have some special formatting in them (so that Alpine knows where one
11073 message ends and another begins) and should <EM>not</EM> be edited outside of
11074 Alpine.  If you want copies of your messages in text files that you can edit
11075 or otherwise manipulate, use the Export command to copy them from Alpine into
11076 your regular file area.
11079 FOR MORE INFORMATION: See the section on
11080 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11082 <CENTER>About Directories</CENTER>
11084 A directory is simply a container used to group folders within a
11085 folder list.  You can create as many directories as you like.  And 
11086 directories can even contain directories themselves.
11089 SPECIAL NOTES: When accessing folders on an IMAP server, it is important
11090 to note that not all IMAP servers support directories.  If you find that
11091 the Add command fails to offer the &quot;Create Directory&quot; subcommand,
11092 then it's likely that directories are not supported by the server serving
11093 in that collection.
11096 Similarly, servers that do provide for directories may not do so in
11097 the same way.  On some servers, for example, each folder name you
11098 create is at the same time capable of being a directory.  When this
11099 happens, Alpine will display both the folder name and the name of the
11100 directory (with trailing hierarchy delimiter) in the folder list.
11103 Another issue with IMAP access, though with a much smaller set of servers,
11104 is that not all servers accept the request to list out the available
11105 folders and directories in the same way.  If you find yourself having
11106 trouble viewing folders on your server, you might investigate the
11107 &quot;<A HREF="h_config_lame_list_mode"><!--#echo var="FEAT_enable-lame-list-mode"--></A>&quot;
11108 feature.
11110 <UL>
11111 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11112 </UL>
11114 &lt;End of help on this topic&gt;
11115 </BODY>
11116 </HTML>
11117 ========= h_valid_folder_names ========
11118 <HTML>
11119 <HEAD>
11120 <TITLE>Explanation of Valid Folder Names</TITLE>
11121 </HEAD>
11122 <BODY>
11123 <H1>Folder Name Syntax Explained</H1>
11125 Once your folder collections are defined, you can usually refer to
11126 folders by their simple (unqualified) name, or pick from a FOLDER LIST
11127 display.  However, understanding the complete syntax for folder names,
11128 both local and remote, is handy when using the Goto command and when
11129 you are adding new folder collections via the Setups/collectionList screen.
11131 An Alpine folder name looks like
11134 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;]&lt;namespace-specific-part&gt;</SAMP></CENTER>
11137 The square brackets ([]) mean that the part is optional.
11140 If there is no remote-specification, then the folder name is interpreted
11141 locally on the computer running Alpine.
11142 Local folder names depend on the operating system used by the computer 
11143 running Alpine, as well as the configuration of that system.  For example,
11144 &quot;C:&#92;PINE&#92;FOLDERS&#92;OCT-94&quot; might exist on a PC, and
11145 &quot;~/mail/september-1994&quot; might be a reasonable folder name on a
11146 system running Unix.
11149 Alpine users have the option of using folders that are stored on some other
11150 computer.  Alpine accesses remote folders via IMAP (the Internet Message
11151 Access Protocol), or in the case of news, via NNTP (the Network News
11152 Transport Protocol).  To be able to access remote folders in Alpine, the
11153 remote host must be running the appropriate server software (imapd or
11154 nntpd) and you must correctly specify the name of the folder to Alpine,
11155 including the domain name of the remote machine. For example,
11157 <CENTER><SAMP>&#123;monet.art.example.com}INBOX</SAMP></CENTER>
11159 could be a remote folder specification, and so could
11161 <CENTER><SAMP>&#123;unixhost.art.example.com}~/mail/september-1994</SAMP></CENTER>
11164 <CENTER><SAMP>&#123;winhost.art.example.com}&#92;mymail&#92;SEP-94</SAMP></CENTER>
11166 Note that in the case of remote folders, the directory/file path in the specification is 
11167 determined by the operating system of the remote computer, <B>not</B> by
11168 the operating system of the computer on which you are running Alpine.
11170 As you can tell, the name of the computer is in &#123;} brackets
11171 followed immediately by the name of the folder.  (In each of these cases the
11172 optional namespace is missing.)  If, as in these
11173 examples, there is no remote access protocol specified, then IMAP is
11174 assumed.  Check
11175 <A HREF="h_folder_server_syntax">here</A>
11176 for a more detailed look at what options can be placed between the brackets.
11177 If there are no brackets at all, then the folder name is interpreted locally
11178 on the computer on which you are running Alpine.
11181 To the right of the brackets when a server name is present, or at the
11182 start of the foldername if no server is present, the sharp sign,
11183 &quot;#&quot;, holds special meaning.  It indicates a folder name
11184 outside the area reserved for your personal folders.  In fact, it's
11185 used to indicate both the name of the folder, and a special phrase
11186 telling Alpine how to interpret the name that follows.
11189 So, for example, Alpine can be used to access a newsgroup that might be 
11190 available on your computer using:
11192 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
11194 The sharp sign indicates the folder name is outside your personal
11195 folder area.  The &quot;news.&quot; phrase after it tells Alpine to 
11196 interpret the remainder of the name as a newsgroup.
11199 Similarly, to access a newsgroup on your IMAP server, you might
11200 use something like:
11202 <CENTER><SAMP>&#123;wharhol.art.example.com}#news.comp.mail.misc</SAMP></CENTER>
11205 There are a number of such special phrases (or &quot;namespaces&quot;)
11206 available.  For a more detailed explanation read about
11207 <A HREF="h_folder_name_namespaces">Namespaces</A>.
11210 Note that &quot;INBOX&quot; has special meaning in both local and remote folder
11211 names.  The name INBOX refers to your &quot;principal incoming
11212 message folder&quot; and will be mapped to the actual file name used for your
11213 INBOX on any given host.  Therefore, a name like
11214 &quot;&#123;xxx.art.example.com}INBOX&quot; refers to whatever file is used to
11215 store incoming mail for you on that particular host.
11218 &lt;End of help on this topic&gt;
11219 </BODY>
11220 </HTML>
11221 ======= h_folder_name_namespaces =======
11222 <HTML>
11223 <HEAD>
11224 <TITLE>FOLDER NAME NAMESPACES EXPLAINED</TITLE>
11225 </HEAD>
11226 <BODY>
11227 <H1>Folder Name Namespaces Explained</H1>
11229 An Alpine folder name looks like
11232 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;][&lt;namespace-specific-part&gt;]</SAMP></CENTER>
11235 The local part of a folder name has an optional &quot;Namespace&quot; which
11236 tells Alpine how to interpret the rest of the name.
11238 <P> 
11239 By default the folder name is interpreted as defining a section of your personal
11240 folder area.  This area and how you specify it are defined by the
11241 server, if one is specified, or, typically, the home
11242 directory, if no server is defined.
11245 If a namespace is specified, it begins with the
11246 sharp, &quot;#&quot;, character followed by the name of the namespace
11247 and then the namespace's path-element-delimiter.  Aside from the
11248 path's format, namespaces can also imply access rights, content
11249 policy, audience, location, and, occasionally, access methods.
11252 Each server exports its own set (possibly of size one) of 
11253 namespaces.  Hence, it's likely communication with your server's
11254 administrator will be required for specific configurations.  Some of
11255 the more common namespaces, however, include:
11257 <DL>
11258 <DT>#news.</DT>
11259 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
11260 names are hierarchically defined with each level delimited by a period.
11262 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
11264 </DD>
11265 <DT>#public/</DT>
11266 <DD>This specifies a folder area that the server may export to the general
11267 public.
11268 </DD>
11269 <DT>#shared/</DT>
11270 <DD>This specifies a folder area that the server may export to groups
11271 of users.
11272 </DD>
11273 <DT>#ftp/</DT>
11274 <DD>This specifies a folder area that is the same as that it may have 
11275 exported via the &quot;File Transfer Protocol&quot;.
11276 </DD>
11277 <DT>#mh/</DT>
11278 <DD>This specifies the personal folder area associated with folders
11279 and directories that were created using the MH message handling system.
11280 </DD>
11281 <DT>#move/</DT>
11282 <DD>This namespace is interpreted locally by Alpine. It has an unusual interpretation and format.
11284 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
11286 The #move namespace is followed by two folder names separated by a delimiter
11287 character.
11288 The delimiter character may be any character that does not appear in
11289 the MailDropFolder name.
11290 The meaning of #move is that mail will be copied from the MailDropFolder to
11291 the DestinationFolder and then deleted (if possible) from the MailDropFolder.
11292 Periodic checks at frequency
11293 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A>, but with a minimum
11294 time between checks set by
11295 <A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>,
11296 are made for new mail arriving in the MailDropFolder.
11297 An example that copies mail from a POP inbox to a local folder follows
11299 <CENTER><SAMP>#move+{popserver.example.com/pop3/ssl}inbox+local folder</SAMP></CENTER>
11301 To you it appears that mail is being delivered to the local folder when it
11302 is copied from the MailDropFolder, and you read mail from the local folder.
11304 Note that if the DestinationFolder does not exist then the messages are not
11305 copied from the MailDropFolder.
11306 A #move folder may only be used as an
11307 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
11308 an Inbox.
11309 When you are in the FOLDER LIST of Incoming Message Folders (after turning
11310 on the
11311 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
11312 option)
11313 the Add command has a subcommand &quot;Use Mail Drop&quot;
11314 which may be helpful for defining the folder in your Alpine configuration.
11315 The same is true when you edit the
11316 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
11317 option in Setup/Config.
11318 Each of these configuration methods will also create the DestinationFolder
11319 if it doesn't already exist.
11320 If you are having problems, make sure the DestinationFolder exists.
11321 You may find some more useful information about Mail Drops at
11322 <A HREF="h_maildrop">What is a Mail Drop?</A>.
11323 </DD>
11324 </DL>
11327 In addition, the server may support access to other user's folders,
11328 provided you have suitable permissions.  Common methods use a prefix
11329 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
11330 indicate the root of the other user's folder area.
11333 No, nothing's simple.
11336 &lt;End of help on this topic&gt;
11337 </BODY>
11338 </HTML>
11339 ============= h_whatis_vcard ========================
11340 <HTML>
11341 <HEAD>
11342 <TITLE>VCARD EXPLAINED</TITLE>
11343 </HEAD>
11344 <BODY>
11345 <H1>What is the vCard format?</H1>
11346 A &quot;vCard&quot; is a sort of electronic business card, for exchanging 
11347 information about and among people and organizations electronically.  
11348 More information about vCard can be found (as of May 1998) on the WWW site 
11349 of the Internet Mail Consortium at the URL:
11351 <CENTER><A HREF="http://www.imc.org/pdi/">http://www.imc.org/pdi/</A></CENTER>
11353 &lt;End of help on this topic&gt;
11354 </BODY>
11355 </HTML>
11356 ===== h_folder_open =====
11357 <HTML>
11358 <HEAD>
11359 <TITLE>Explanation of Folder Selection</TITLE>
11360 </HEAD>
11361 <BODY>
11362 <BR>
11363 <BR>
11364 This screen is designed to allow you to quickly and easily survey your
11365 folders and select one to open.
11366 <!--chtml if pinemode="function_key"-->
11367 <PRE>
11368 Navigating the List of Folders             General Alpine Commands
11369 ------------------------------             -----------------------
11370  P   Move to previous folder               ?   Show this help text
11371  N   Move to next folder
11372  -   Show previous screen of folders
11373 Spc  (space bar) Show next screen
11374  W   WhereIs (search folder names)
11376 Folder Selection Commands
11377 -------------------------
11378  E   Exit the Folder Select menu (without selecting a folder)
11379  S   Select the currently highlighted folder
11380 </PRE>
11381 <!--chtml else-->
11382 <PRE>
11383 Navigating the List of Folders             General Alpine Commands
11384 ------------------------------             -----------------------
11385 F5   Move to previous folder               F1  Show this help text
11386 F6   Move to next folder
11387 F7   Show previous screen of folders
11388 F8   Show next screen of folders
11389 F12  WhereIs (search folder names)
11391 Folder Selection Commands
11392 -------------------------
11393 F3   Exit the Folder Select menu (without selecting a folder)
11394 F4   Select the currently highlighted folder
11395 </PRE>
11396 <!--chtml endif-->
11398 FOR MORE INFORMATION: See the section on
11399 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11401 &lt;End of help on this topic&gt;
11402 </BODY>
11403 </HTML>
11404 ===== h_folder_subscribe =====
11405 <HTML>
11406 <HEAD>
11407 <TITLE>Newsgroup Subcribe Screen explained</TITLE>
11408 </HEAD>
11409 <BODY>
11410 <H1>FOLDER SUBSCRIBE HELP</H1>
11412 This screen is designed to help you subscribe to newsgroups you are
11413 not currently subscribed to.  The screen display is a list of all
11414 available newsgroups (or possibly a partial list if you specified a
11415 partial name when entering the screen).  Groups you have already
11416 subscribed to have the letters &quot;SUB&quot; next to them.  You may
11417 select a single new group to subscribe to by moving the cursor to that
11418 group and pressing &quot;S&quot; or carriage return.  Alternatively,
11419 you may change into ListMode with the &quot;ListMode&quot; command.
11420 The display will change slightly so that each group has a checkbox in
11421 front of it.  Use the cursor and the Set/Unset command to place an
11422 &quot;X&quot; in front of each newsgroup you wish to subscribe to.
11425 When you are finished marking groups, the &quot;Subscribe&quot;
11426 command will subscribe you to those groups you have marked.  Note, you
11427 may not unsubscribe to groups with this command.  Instead of the
11428 &quot;A&quot; &quot;Subscribe&quot; command, use the &quot;D&quot;
11429 UnSbscrbe command.
11432 <!--chtml if pinemode="function_key"-->
11433 <PRE>
11434 Navigating the List of Newsgroups          General Alpine Commands
11435 ---------------------------------          -----------------------
11436 F5   Move to previous group                F1   Show this help text
11437 F6   Move to next group
11438 F7   Show previous screen of groups
11439 F8   Show next screen of groups
11440 F12  WhereIs (search group names)
11441 F9   Use ListMode
11443 Group Selection Commands
11444 -------------------------
11445 F3  Exit the News Subscribe menu (without selecting any groups)
11446 F4  Subscribe to the currently highlighted newsgroup
11447 </PRE>
11448 <!--chtml else-->
11449 <PRE>
11450 Navigating the List of Newsgroups          General Alpine Commands
11451 ---------------------------------          -----------------------
11452  P   Move to previous group                ?   Show this help text
11453  N   Move to next group
11454  -   Show previous screen of groups
11455 Spc  (space bar) Show next screen
11456  W   WhereIs (search group names)
11457  L   Use ListMode
11459 Group Selection Commands
11460 -------------------------
11461  E   Exit the News Subscribe menu (without selecting any groups)
11462  S   Subscribe to the currently highlighted newsgroup
11463 </PRE>
11464 <!--chtml endif-->
11466 When in ListMode, there is an additional command for marking groups to
11467 subscribe to:
11469 <!--chtml if pinemode="function_key"-->
11470 <PRE>
11471 ListMode Commands
11472 -------------------------
11473 F9  Set or unset the highlighted group
11474 </PRE>
11475 <!--chtml else-->
11476 <PRE>
11477 ListMode Commands
11478 -------------------------
11479 X   Set or unset the highlighted group
11480 </PRE>
11481 <!--chtml endif-->
11483 &lt;End of help on this topic&gt;
11484 </BODY>
11485 </HTML>
11486 ===== h_folder_postnews =====
11487 <HTML>
11488 <HEAD>
11489 <TITLE>Newsgroup selecting for Posting explained</TITLE>
11490 </HEAD>
11491 <BODY>
11492 This screen is designed to allow you to quickly and easily survey
11493 the available newsgroups and select one to post news to.
11495 <!--chtml if pinemode="function_key"-->
11496 <PRE>
11497 Navigating the List of Newsgroups          General Alpine Commands
11498 ---------------------------------          -----------------------
11499 F5   Move to previous group                F1  Show this help text
11500 F6   Move to next group
11501 F7   Show previous screen of groups
11502 F8   Show next screen of groups
11503 F12  WhereIs (search group names)
11505 Group Selection Commands
11506 -------------------------
11507 F3   Exit the Selection menu (without selecting a group)
11508 F4   Select the currently highlighted newsgroup
11509 </PRE>
11510 <!--chtml else-->
11511 <PRE>
11512 Navigating the List of Newsgroups          General Alpine Commands
11513 ---------------------------------          -----------------------
11514  P   Move to previous group                ?  Show this help text
11515  N   Move to next group
11516  -   Show previous screen of groups
11517 Spc  (space bar) Show next screen of groups
11518  W   WhereIs (search group names)
11520 Group Selection Commands
11521 -------------------------
11522  E   Exit the Selection menu (without selecting a group)
11523  S   Select the currently highlighted newsgroup
11524 </PRE>
11525 <!--chtml endif-->
11527 &lt;End of help on this topic&gt;
11528 </BODY>
11529 </HTML>
11530 ===== h_folder_save =====
11531 <HTML>
11532 <HEAD>
11533 <TITLE>Folder Select for Save Explained</TITLE>
11534 </HEAD>
11535 <BODY>
11536 This screen is designed to allow you to quickly and easily survey your
11537 folders and select one to use for saving the current message.
11540 <!--chtml if pinemode="function_key"-->
11541 <PRE>
11542 Navigating the List of Folders             General Alpine Commands
11543 ------------------------------             -----------------------
11544 F5   Move to previous folder               F1  Show this help text
11545 F6   Move to next folder
11546 F7   Show previous screen of folders
11547 F8   Show next screen of folders
11548 F12  WhereIs (search folder names)
11550 Folder Selection Commands
11551 -------------------------
11552 F3   Exit the Folder Select menu (without selecting a folder)
11553 F4   Select the currently highlighted folder
11554 F11  AddNew folder (just like Select, but you type in a new folder name)
11555 </PRE>
11556 <!--chtml else-->
11557 <PRE>
11558 Navigating the List of Folders             General Alpine Commands
11559 ------------------------------             -----------------------
11560  P   Move to previous folder               ?  Show this help text
11561  N   Move to next folder
11562  -   Show previous screen of folders
11563 Spc  (space bar) Show next screen of folders
11564  W   WhereIs (search folder names)
11566 Folder Selection Commands
11567 -------------------------
11568  E   Exit the Folder Select menu (without selecting a folder)
11569  S   Select the currently highlighted folder
11570  A   AddNew folder (just like Select, but you type in a new folder name)
11571 </PRE>
11572 <!--chtml endif-->
11574 FOR MORE INFORMATION: See the section on
11575 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11577 &lt;End of help on this topic&gt;
11578 </BODY>
11579 </HTML>
11580 ===== h_folder_fcc =====
11581 <HTML>
11582 <HEAD>
11583 <TITLE>Folder Select for Fcc Explained</TITLE>
11584 </HEAD>
11585 <BODY>
11586 This screen is designed to allow you to quickly and easily survey your
11587 folders and select one to use as the file carbon copy (fcc) for the
11588 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_pattern_roles =====
11632 <HTML>
11633 <HEAD>
11634 <TITLE>Folder Select for Current Folder 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 specific Current Folder
11639 in a Pattern.
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_stayopen_folders =====
11683 <HTML>
11684 <HEAD>
11685 <TITLE>Folder Select 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 a Stay-Open folder.
11692 <!--chtml if pinemode="function_key"-->
11693 <PRE>
11694 Navigating the List of Folders             General Alpine Commands
11695 ------------------------------             -----------------------
11696 F5   Move to previous folder               F1  Show this help text
11697 F6   Move to next folder
11698 F7   Show previous screen of folders
11699 F8   Show next screen of folders
11700 F12  WhereIs (search folder names)
11702 Folder Selection Commands
11703 -------------------------
11704 F3   Exit the Folder Select menu (without selecting a folder)
11705 F4   Select the currently highlighted folder
11706 F11  AddNew folder (just like Select, but you type in a new folder name)
11707 </PRE>
11708 <!--chtml else-->
11709 <PRE>
11710 Navigating the List of Folders             General Alpine Commands
11711 ------------------------------             -----------------------
11712  P   Move to previous folder               ?  Show this help text
11713  N   Move to next folder
11714  -   Show previous screen of folders
11715 Spc  (space bar) Show next screen of folders
11716  W   WhereIs (search folder names)
11718 Folder Selection Commands
11719 -------------------------
11720  E   Exit the Folder Select menu (without selecting a folder)
11721  S   Select the currently highlighted folder
11722  A   AddNew folder (just like Select, but you type in a new folder name)
11723 </PRE>
11724 <!--chtml endif-->
11726 FOR MORE INFORMATION: See the section on
11727 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11729 &lt;End of help on this topic&gt;
11730 </BODY>
11731 </HTML>
11732 ===== h_folder_action_roles =====
11733 <HTML>
11734 <HEAD>
11735 <TITLE>Folder Select Explained</TITLE>
11736 </HEAD>
11737 <BODY>
11738 This screen is designed to allow you to quickly and easily survey your
11739 folders and select one to use as the folder into which messages
11740 matching this filter will be moved.
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_abook_config =====
11784 <HTML>
11785 <HEAD>
11786 <TITLE>SETUP ADDRESS BOOKS SCREEN</TITLE>
11787 </HEAD>
11788 <BODY>
11789 <H1>SETUP ADDRESS BOOKS SCREEN</H1>
11790 <H2>SETUP ADDRESS BOOKS COMMANDS</H2>
11791 <!--chtml if pinemode="function_key"-->
11792 <PRE>
11793 Available  Commands                        
11794 -------------------------------            
11795 F1  Show Help Text                         
11796 F3  Back to MAIN Alpine menu                 
11797 F4  Change configuration for address book  
11798 F5  Move to previous address book          
11799 F6  Move to next address book              
11800 F7  Previous page of address books         
11801 F8  Next page of address books             
11802 F9  Add new address book                   
11803 F10 Delete existing address book           
11804 F11 Shuffle the order of address books     
11805 F12 Whereis (search address book titles)   
11806 </PRE>
11807 <!--chtml else-->
11808 <PRE>
11809 Navigation                     General Alpine Commands
11810 -----------------------        -----------------------
11811  P  Prev Address Book           ?  Display this help text
11812  N  Next Address Book           E  Back to MAIN Alpine menu
11813  -  Previous page
11814 Spc (space bar) Next page
11815  W  WhereIs (search for word in address book titles)
11817 Setup Address Books Commands
11818 ------------------------------------------------
11819  A  Add new address book          $  Shuffle the order of address books
11820  D  Delete existing address book  C  Change configuration for address book
11821 </PRE>
11822 <!--chtml endif-->
11824 <H2>Description of the Setup Address Books Screen</H2>
11826 This screen lets you add, delete, modify, or change the order of your
11827 address books.  The &quot;Add Abook&quot; command brings up a blank form to 
11828 fill in.  If you are adding a remote address book on an IMAP server
11829 you should fill in the name of the IMAP server.  Otherwise, leave
11830 that field blank.  (Note that remote IMAP address books are an Alpine
11831 concept and are unlikely to interoperate with other mail clients.)
11832 For a remote address book, fill in the name of the remote folder
11833 in the Folder field.  This should be a folder that is used only for
11834 this one purpose, not a general purpose folder you expect to store
11835 messages in.
11836 <P>If you are adding a local address book, fill in the
11837 Folder Name field with a local file name (e.g., .addressbook).
11839 <B>Please note:</B> Remote address books stored on an IMAP server are 
11840 of an entirely different format (namely, a special-purpose 
11841 &quot;mail folder&quot;) than that of the local addressbook familiar 
11842 to Alpine users.  Therefore, 
11843 you cannot use &quot;add a remote address book&quot; to make an existing 
11844 Alpine .addressbook file you may have on a remote IMAP server accessible to 
11845 Alpine running on a different host.  
11848 The &quot;Del Abook&quot; command allows you to remove an address book
11849 from your configuration.  It will also ask you if you wish to remove
11850 the data for that address book, which would erase all traces of the
11851 address book if you answer Yes.
11854 The &quot;Change&quot; command is similar to the &quot;Add Abook&quot; command.
11855 The difference is that instead of adding a new address book to your
11856 configuration, you are changing the configuration of an existing entry.
11857 For example, you might want to correct a typing error or change a
11858 nickname.  The &quot;Change&quot; command is not a move command.  If you
11859 change the folder name or server name the data will not be moved for you.
11862 The &quot;Shuffle&quot; command is used for two purposes.  If you shuffle
11863 an address book toward another address book in the same group then
11864 the order of those two address books will be swapped.  If you shuffle
11865 the last Personal address book down towards the Global address book
11866 section, it will become a Global address book.  If you shuffle
11867 the first Global address book up it will become a Personal address
11868 book.  The main difference between Personal and Global address
11869 books is that Global address books are forced read-only.
11870 <P><UL>
11871 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11872 </UL>
11874 &lt;End of help on this topic&gt;
11875 </BODY>
11876 </HTML>
11877 ===== h_abook_top =====
11878 <HTML>
11879 <HEAD>
11880 <TITLE>ADDRESS BOOK LIST COMMANDS</TITLE>
11881 </HEAD>
11882 <BODY>
11883 <H1>ADDRESS BOOK LIST COMMANDS</H1>
11884 <!--chtml if pinemode="function_key"-->
11885 <PRE>
11886 Available  Commands -- Group 1         Available Commands -- Group 2
11887 -------------------------------        ------------------------------
11888 F1  Show Help Text                      F1  Show Help Text
11889 F2  See commands in next group          F2  See commands in next group
11890 F3  Exit to MAIN MENU                   F3  Quit Alpine
11891 F4  View/Edit selected address book
11892 F5  Move to previous address book       F5  FOLDER LIST screen
11893 F6  Move to next address book           F6  Specify a folder to go to
11894 F7  Previous page                       F7  MESSAGE INDEX screen
11895 F8  Next page                           F9  Print list of address books
11896 F12 Whereis (search for word)
11897 </PRE>
11898 <!--chtml else-->
11899 <PRE>
11900 Navigation                       General Alpine Commands
11901 -----------------------          -----------------------
11902  P  Previous Entry                ?  Display this help text
11903  N  Next Entry                    O  Show all other available commands
11904  -  Previous page                 &lt;  Back to MAIN Alpine menu
11905 Spc (space bar) Next page         Q  Quit Alpine
11906  W  WhereIs (search for word)     L  FOLDER LIST screen
11907                                   G  Specify a folder to go to
11908 Address Book Commands             I  MESSAGE INDEX screen
11909 ------------------------------------------------
11910  &gt;  View/Edit selected address book
11911               or
11912  &gt;  Search on selected directory server
11914  %  Print list of address books and directory servers
11915 </PRE>
11916 <!--chtml endif-->
11918 <H2>Description of the Address Book List Screen</H2>
11920 From this screen you may choose which address book you wish to view
11921 or edit. For more information on address books, view one of your
11922 address books (with
11923 <!--chtml if pinemode="function_key"-->
11925 <!--chtml else-->
11926 &quot;&gt;&quot;
11927 <!--chtml endif-->)
11928 and see the Help Text there.<P>
11930 You may also choose a directory server on which to search for entries.
11931 You do that by highlighting the directory server line and using
11932 <!--chtml if pinemode="function_key"-->
11934 <!--chtml else-->
11935 &quot;&gt;&quot;
11936 <!--chtml endif-->.<P>
11938 If you wish to define new address books or directory servers go to the Main
11939 menu and choose Setup. You may then either choose to setup AddressBooks or
11940 Directory (among other things). It's possible that the Directory option
11941 will not be there if the Alpine you are using does not contain LDAP directory
11942 lookup functionality.
11944 <P><UL>
11945 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11946 </UL><P>
11947 &lt;End of help on this topic&gt;
11948 </BODY>
11949 </HTML>
11950 ===== h_abook_opened =====
11951 <HTML>
11952 <HEAD>
11953 <TITLE>THE ALPINE ADDRESS BOOK</TITLE>
11954 </HEAD>
11955 <BODY>
11956 <H1>THE ALPINE ADDRESS BOOK</H1>
11957 <H2>ADDRESS BOOK COMMANDS</H2>
11958 <PRE>
11959 <!--chtml if pinemode="function_key"-->
11960 Available  Commands -- Group 1         Available Commands -- Group 2   
11961 -------------------------------        ------------------------------  
11962 F1  Show Help Text                      F1  Show Help Text             
11963 F2  See commands in next group          F2  See commands in next group
11964 F3  Exit this screen                    F3  Quit Alpine                  
11965 F4  View/Edit selected entry            F4  Go to MAIN MENU screen     
11966 F5  Move to previous entry              F5  FOLDER LIST screen         
11967 F6  Move to next entry                  F6  Specify a folder to go to  
11968 F7  Previous page of address book       F7  MESSAGE INDEX screen        
11969 F8  Next page of address book           F8  Compose to entry using roles
11970 F9  Add new entry to address book       F9  Print address book         
11971 F10 Delete selected entry               F10 TakeAddr to another addrbook
11972 F11 Compose to selected entry           F11 Save or Export addrbook selections
11973 F12 Whereis (search address book)       F12 Forward entry by mail       
11975 Available Commands -- Group 3                                           
11976 ------------------------------                                          
11977 F3  Select                              F6  Zoom (or unZoom)            
11978 F5  Select Current                      F7  Apply Command to Selection  
11979 <!--chtml else-->
11980 Address Book Navigation        General Alpine Commands
11981 -----------------------        -----------------------
11982  P  Prev Address                  ?  Display this help text
11983  N  Next Address                  O  Show all other available commands
11984  -  Previous page of address book M  Back to MAIN MENU
11985 Spc (space bar) Next page         Q  Quit Alpine
11986  W  WhereIs (search for word      C  Compose message to selected addr
11987      or name in address book)     #  Compose to addr using roles
11988  &lt;  To List of Address Books if   L  FOLDER LIST screen
11989      more than one, else to MAIN  G  Specify a folder to go to
11990                                   I  MESSAGE INDEX screen
11992 Address Book Commands
11993 ----------------------------------------------------
11994  &gt;  View/Update selected entry    D  Delete selected entries
11995  %  Print address book            S  Save or Export address book selections
11996  F  Forward entries by mail       @  Add new entry to address book
11998  ;  Select command                Z  Toggle Zoom Mode
11999  :  Select highlighted entry      A  Apply command to selected entries
12001 <!--chtml endif-->
12002 </PRE>
12003 Note:  The presence or absence of the final four commands above is
12004 controlled by the option 
12005 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>.
12008 <H2>Description of the Address Book Screen</H2>
12010 This screen lets you edit and manage entries in your address book.  It
12011 also acts as a short-cut for composing messages to people in the address
12012 book.  When, from this screen, you press <!--chtml if pinemode="function_key"-->F11<!--chtml else-->&quot;C&quot;<!--chtml endif--> for ComposeTo, the
12013 message starts &quot;pre-addressed&quot; to whatever address book entry is
12014 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
12015 role to use in your composition.
12017 Alpine's address book helps you keep a list of addresses you send email to so
12018 you do not have to remember addresses that are often complex.  Each entry
12019 in the address book has five fields, all of them optional.  The three
12020 elements that are usually visible on the ADDRESS BOOK display, are: <DL>
12022         <P><DT>NICKNAME: <DD>A short easy-to-remember label to identify the entry.
12023         This is what you type in as you are addressing the message in the
12024         composer.  If there is a matching entry in your address book(s),
12025         Alpine will extract the corresponding FullName and Address fields to
12026         generate the actual address for your message.
12028         <P><DT>FULLNAME: <DD>A longer field where you can put the full name 
12029 of the
12030         person or organization.  Usually the full names are put in last
12031         name first so they sort nicely in alphabetical order.  Whatever
12032         you put as the name here will appear on the message when it is
12033         finally delivered.  Examples:<PRE>
12034            Garcia Marquez, Gabriel
12035            Henscheid, Eckhard
12036            Alpine-Info mailing list
12037            Library materials renewal requests
12038            Kim An-guk
12039            &quot;George III, King of Great Britain, 1738-1820&quot;
12040 </PRE>
12041 (In the second-to-last example, no comma is used in the name so that 
12042 the family name appears first in the address book and when the entry is 
12043 used in the composer.
12044 In the last example, retaining the commas is intended; 
12045 double-quotation marks surround the name to 
12046 prevent the transposition of its parts when the entry is used in 
12047 the composer.)
12049         <P><DT>ADDRESS: <DD>This is the actual email address itself.  This must be
12050         a valid Internet address that conforms to the Internet message
12051         header standard, RFC-822.  (See also <A HREF="h_address_format">Explanation of Address formats</A>.)</DL>
12053 The two fields that aren't usually visible are:<DL>
12055   <P><DT>FCC: <DD>The name of the folder you would like a copy of any outgoing
12056         message to this address to be saved in.  If this field is set, and
12057         this address is the first one in the message's To: header, then
12058         Alpine will use this folder name for the FCC in lieu of the normal
12059         FCC folder name.
12061   <P><DT>COMMENTS: <DD>This field contains arbitrary text for your convenience.
12062         </DL>
12064 Due to screen width limitations, these last two fields do not show up in
12065 the normal ADDRESS BOOK display.  You may select the 
12066 &quot;View/Update&quot; command to
12067 view or modify them.  You may use the configuration variable
12068 <A HREF="h_config_abook_formats">&quot;<!--#echo var="VAR_addressbook-formats"-->&quot;</A>
12069 to add these fields to your ADDRESS BOOK 
12070 display, or to modify the format of the display.
12072 <H2>Sorting the Address book</H2>
12074 By default, address book entries are sorted alphabetically on the full
12075 name with distribution lists sorted to the end.  Sorting can be changed by
12076 resetting the address book sort rule in the Alpine SETUP CONFIGURATION screen
12077 --assuming you have &quot;write&quot; permission for the address book file.
12079 Unlike the sorting of folders (which only changes presentation), sorting an
12080 address book actually changes the file as it is kept on the computer.  For
12081 this reason you won't be able to sort a shared or system-wide address
12082 book.
12084 <H2>Adding New Entries</H2>
12086 The easiest way to add new entries to your address book is to use the
12087 &quot;TakeAddr&quot; command when viewing a message.
12088 This command allows you to take addresses from the header and body of the
12089 message and put them into your address book, without having to type
12090 them in.
12093 To manually add a new entry from within the address book screen, use the AddNew
12094 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->&quot;@&quot;<!--chtml endif-->) command.
12095 Use this command both for adding a simple alias and for adding a
12096 distribution list.
12098 <H2>Distribution Lists</H2>
12100 Address book entries can be simple cases of aliases (a single nickname is linked
12101 to a single email address) or distribution lists (a single nickname
12102 pointing at more than one email address).  Each distribution list has a
12103 nickname, a full name and a list of addresses.  The addresses may be
12104 actual addresses or they may be other nicknames in your address book.
12105 They may even refer to other distribution lists.
12106 There's really no difference between a simple alias and a distribution list,
12107 other than the number of addresses.
12108 Therefore, you can turn a simple alias with one address into a distribution
12109 list simply by adding more addresses.
12110 To add entries to an existing list or alias
12111 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
12112 a single address from the list if the cursor is placed on the address;
12113 it will delete the entire distribution list if the cursor is on the
12114 nickname/fullname line.  View/Update may also be used to delete addresses
12115 from a list.
12117 Address field entries in distribution lists may take any one of three
12118 forms: a nickname existing in any of the defined address books, a normal
12119 address of the form &quot;jsmith@art.example.com&quot;, or a complete
12120 fullname/address combination, e.g. &quot;John Smith
12121 &lt;jsmith@art.example.com&gt;&quot;.
12123 Distribution lists in Alpine address books can only be used by the person or
12124 people who have access to that address book.  They are not usually used to
12125 implement discussion groups, but can be used to facilitate small
12126 discussion groups if all the participants have access to the same shared
12127 address book.
12129 <H2>FCC and Comments</H2>
12131 As mentioned above, each entry in the address book also has two other optional
12132 fields, Fcc and Comments.  The command to look at or change either of these
12133 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
12134 Comments field is just for your own use.  The Fcc field overrides the
12135 default Fcc if this address is the first one on the To line.  The WhereIs
12136 command may be used to search for particular strings in the address book,
12137 including fields that are not visible (like Comment and Fcc by default).
12139 <H2>Aggregate Operations</H2>
12141 If the feature
12142 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
12143 is turned on (the default), then the four commands &quot;Select&quot;,
12144 &quot;Select Current&quot;, &quot;Zoom&quot;, and &quot;Apply&quot;
12145 are available.  The two selection commands allow you to mark a set of
12146 address book entries as being selected.  If you have more than one address
12147 book, the selections may be in more than one of those address books.
12148 The &quot;Zoom&quot; command will toggle between displaying only the selected
12149 entries and all of the entries.  The &quot;Apply&quot; command allows you to
12150 apply one of the regular address book commands to all of the selected
12151 entries.  Usually the address book commands apply to only the entry
12152 highlighted by the cursor.  The &quot;Apply&quot; command works with the
12153 commands &quot;ComposeTo&quot;, &quot;Delete&quot;, &quot;Print&quot;, 
12154 &quot;Save&quot;, &quot;Forward&quot;, and &quot;Role&quot;.
12156 <H2>Exporting and Forwarding Address book entries</H2>
12158 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
12159 address book entry is placed in a plain text file in your home directory
12160 <!--chtml if pinemode="running"-->
12161 (which, in the present configuration of your system, is
12162  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
12163 <!--chtml endif-->
12164 or current working directory
12165 <!--chtml if pinemode="running"-->
12166 (which, at least for your current Alpine &quot;session,&quot; 
12167 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
12168 <!--chtml endif-->, depending on the 
12169 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
12170 configuration setting.  If you have some entries selected and use the
12171 Apply (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->&quot;A&quot;<!--chtml endif-->) Export command, all of the selected addresses will be
12172 placed in the text file.
12174 When you use the Forward (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->&quot;F&quot;<!--chtml endif-->) command, the currently highlighted
12175 address book entry is placed in a special attachment and you are put into
12176 the composer.  You can fill in some comments in the body of the message,
12177 if you'd like, and send it to somebody else who uses Alpine.  The recipient
12178 may use the TakeAddr command on that message to insert the address book
12179 entry you sent in their own address book.  If you have some entries
12180 selected and use the Apply Forward command all of the selected entries
12181 will be forwarded in a single message.  You may
12182 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.
12183 The recipient must be using Alpine in order to receive this correctly.
12184 One way for the recipient to handle this might be to create an empty
12185 address book and then &quot;Take&quot; your forwarded address book entries into
12186 that empty address book.
12188 <H2>Multiple and/or Site-Wide Address books</H2>
12190 You may have more than one personal address book.  In addition, there may
12191 be one or more global address books.  This capability allows you to have
12192 multiple personal address books (some of which may be shared) and it also
12193 allows system administrators to implement site-wide address books that
12194 contain entries for users on multiple machines within the organization.
12195 <P><DL>
12196 <DT>Searching
12197   <DD> If you enter a nickname when composing a message, your
12198   personal address books will be searched through in order, and then the
12199   global address book(s) searched. If more than one address book has an entry
12200   for the nickname, Alpine uses the first one that it finds, so an entry in
12201   your personal address book would override a global address book entry. If
12202   after searching all the address books there is still no match, (Unix) Alpine
12203   then searches the local host password file on the assumption that you have
12204   entered a local user name rather than an address book nickname.
12205   You may change the search order of your address books with the <!--chtml if pinemode="function_key"-->F3<!--chtml else-->$<!--chtml endif--> Shuffle
12206   command, but global address books are always searched after personal
12207   address books.
12209   <P><DT>Tab completion
12210   <DD> If the
12211   <A HREF="h_config_enable_tab_complete"><!--#echo var="FEAT_enable-tab-completion"--></A>
12212   feature is turned on (the default) then the Tab key may be used
12213   in the composer to complete partially typed nicknames in the To
12214   or Cc lines. You type the first few letters of a nickname and then
12215   press the Tab key. It there is only one nickname that matches it will
12216   be filled in by Alpine. If there is more than one the unambiguous part
12217   of the nicknames will be filled in. For example, if your address book or
12218   books contains only the two entries &quot;barley&quot; and &quot;barbecue&quot;
12219   beginning with the letters &quot;ba&quot;, then if you type &quot;ba&quot;
12220   followed by a Tab character Alpine will fill in &quot;bar&quot; and stop.
12221   If you then type a second Tab character you will be presented with a list
12222   of matching nicknames to select from. Alternatively, you could type another
12223   &quot;b&quot; resulting in &quot;barb&quot; and then a Tab would fill
12224   in the entire &quot;barbecue&quot; entry.
12226   <P><DT>Defining
12227   <DD> You define multiple personal address books in the 
12228   <A HREF="h_abook_config">SETUP AddressBooks</A> screen, which you may reach
12229   from the MAIN MENU.  
12230   You may add as many as you like.  Global address books are usually
12231   site-wide address books defined by the System administrator, but
12232   you may define global address books of your own just like you define
12233   personal address books.
12235   <P><DT>Creating and updating
12236   <DD> Personal address books are normally created empty
12237   and populated by explicit additions from within Alpine, e.g. via the
12238   TakeAddr command.  Unlike personal address books, global address books may
12239   not be modified/updated from within Alpine; that is, they are Read-Only.
12240   Thus, global address books are created, populated and updated outside of
12241   Alpine. They might be hand-edited, generated by a program from another
12242   database, or by copying an existing address book.  They might also be
12243   some other user's personal address book, and so be modified normally by
12244   that user but accessed Read-Only by you.  See the Alpine Technical
12245   Notes document (included in the Alpine distribution) for more information on
12246   this.
12248   <P><DT>Accessing
12249   <DD>There are two different types of address books in Alpine.
12250   A local address book is stored in a regular file and the normal file
12251   access permissions apply.  A remote address book is stored on an IMAP
12252   server in a special folder that contains only messages pertaining to
12253   that address book.  The last message in the remote folder contains a
12254   copy of the address book data, and that data is copied to a local cache
12255   file in your home directory.  From there it is accessed just like a local
12256   address book.  The name of the cache file is kept track of in a special
12257   file called the
12258   <A HREF="h_config_abook_metafile"><!--#echo var="VAR_remote-abook-metafile"--></A>,
12259   the name of which is stored in
12260   your Alpine configuration file the first time you use a remote address book.
12261   Just as local Alpine address books use a format that only Alpine understands,
12262   remote Alpine address books do the same and other mail reading programs
12263   are unlikely to be able to understand them.<P>
12264   While global address books are explicitly intended to be shared, there is
12265   nothing to prevent you from sharing a personal address book with other
12266   Alpine users. This might be useful in the case of a small workgroup.
12267   However, it is recommended that updates to shared personal address books
12268   be done when other Alpine users are not accessing the address book. Alpine
12269   does not do any file-locking to manage concurrent updates to the
12270   addressbook, but it does check to see if the file has been modified before
12271   making any changes.  Consequently, inadvertent concurrent updates will
12272   only cause other Alpine users to have to restart their address book
12273   operation, which will cause Alpine to reopen the updated file.
12275   <P><DT>Converting to Remote
12276   <DD>The easiest way to convert an existing local
12277   address book into a remote address book is to create an empty new remote
12278   personal address book by typing &quot;A&quot; to execute the
12279   &quot;Add Pers Abook&quot; command in the SETUP Addressbook screen.
12280   Make sure you add a <EM>personal</EM> address book, not a <EM>global</EM>
12281   address book.
12282   After you have added the empty
12283   remote address book, go into the screen for the address book you wish
12284   to copy and &quot;Select&quot; &quot;All&quot;.
12285   This selects every entry in that
12286   address book.  Then type the command &quot;Apply Save&quot;.
12287   You will be asked for the address book to save to.  You may use ^P and ^N
12288   to get to the new empty address book, then hit RETURN and the addresses
12289   will be copied.
12290   At this point you'll probably want to unselect all the entries in the local
12291   address book before proceeding. You do that with
12292   &quot;Select&quot; &quot;unselect All&quot;.
12294 </DL>
12295 <UL>
12296 <LI><A HREF="h_address_format">Explanation of Address formats</A>
12297 </UL>
12298 <P><UL>
12299 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
12300 </UL>
12302 &lt;End of help on this topic&gt;
12303 </BODY>
12304 </HTML>
12305 ===== h_abook_select_addr =====
12306 <HTML>
12307 <HEAD>
12308 <TITLE>Addressbook Selection Explained</TITLE>
12309 </HEAD>
12310 <BODY>
12311 <H1>SELECT ADDRESS</H1>
12312 <!--chtml if pinemode="function_key"-->
12313 <PRE>
12314 Navigating the List of Messages               General Alpine Commands
12315 -------------------------------               -----------------------
12316 F5   Move to previous entry                   F1  Show this help text
12317 F6   Move to next entry
12318 F7   Show previous screen of address book
12319 F8   Show next screen of address book
12320 F12  WhereIs (search through address book)
12322 Address Selection Commands
12323 --------------------------
12324 F3   Exit the Address Select screen (without selecting an address)
12325 F4   Select the currently highlighted entry
12326 </PRE>
12327 <!--chtml else-->
12328 <PRE>
12329 Navigating the List of Messages               General Alpine Commands
12330 -------------------------------               -----------------------
12331  P   Move to previous entry                    ?  Show this help text
12332  N   Move to next entry
12333  -   Show previous screen of address book
12334 Spc  (space bar) Show next screen of address book
12335  W   WhereIs (search through address book)
12337 Address Selection Commands
12338 --------------------------
12339  E   Exit the Address Select screen (without selecting an address)
12340  S   Select the currently highlighted entry
12341 </PRE>
12342 <!--chtml endif-->
12345 This screen is designed to let you easily scan your address book(s) in
12346 order to select an entry for the message you are composing.  You cannot
12347 edit your address book in any way at this time, for address book
12348 maintenance, select the address book command when not composing a message.
12351 If you are composing a message and know the nickname of the person/list you
12352 want, you can bypass this screen by simply typing in the nickname on the
12353 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
12354 selecting an entry does not cancel your message.
12357 FOR MORE INFORMATION on addressing see
12358 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12359 <A HREF="h_abook_opened">Address Book Screen's</A>
12360 help text.
12362 &lt;End of help on this topic&gt;
12363 </BODY>
12364 </HTML>
12365 ===== h_abook_select_top =====
12366 <HTML>
12367 <HEAD>
12368 <TITLE>Addressbook Selection Navigation Explained</TITLE>
12369 </HEAD>
12370 <BODY>
12371 <H1>NAVIGATING WHILE SELECTING ADDRESSES</H1>
12372 <!--chtml if pinemode="function_key"-->
12373 <PRE>
12374 Navigating the List of Address Books       General Alpine Commands
12375 ------------------------------------       -----------------------
12376 F4   View the highlighted address book
12377 F5   Move to previous address book         F1  Show this help text
12378 F6   Move to next address book
12379 F7   Show previous screen of address books
12380 F8   Show next screen of address books
12381 F12  WhereIs (search through address books)
12383 Address Selection Commands
12384 --------------------------
12385 F3   Exit the Address Select screen (without selecting an address)
12386 F4   Select the currently selected entries (if using ListMode)
12387 F9   Change to ListMode
12388 </PRE>
12389 <!--chtml else-->
12390 <PRE>
12391 Navigating the List of Address Books       General Alpine Commands
12392 ------------------------------------       -----------------------
12393  &gt;   View the highlighted address book
12394  P   Move to previous address book         ?  Show this help text
12395  N   Move to next address book
12396  -   Show previous screen of address books
12397 Spc  (space bar) Show next screen of address books
12398  W   WhereIs (search through address books)
12400 Address Selection Commands
12401 --------------------------
12402  E   Exit the Address Select screen (without selecting an address)
12403  S   Select the currently selected entries (if using ListMode)
12404  L   Change to ListMode
12405 </PRE>
12406 <!--chtml endif-->
12409 This screen is designed to let you easily scan your address book(s) in
12410 order to select entries for the message you are composing.  You cannot
12411 edit your address book in any way at this time.  For address book
12412 maintenance, select the address book command when not composing a message.
12415 If you are composing a message and know the nickname of the person/list you
12416 want, you can bypass this screen by simply typing in the nickname on the
12417 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
12418 selecting an entry does not cancel your message.
12421 The ListMode command will add a column at the left edge of the screen.
12422 You mark the entries that you wish to select with the &quot;X&quot; command.
12423 This allows you to choose more than one entry at a time.
12426 An alternative method of composing a message to entries in your
12427 address book(s) is to first use the &quot;Select&quot; command from
12428 the address book maintenance screen and then the &quot;Apply&quot;
12429 &quot;ComposeTo&quot; command to start the composer composing to the
12430 selected entries.
12433 FOR MORE INFORMATION on addressing see
12434 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12435 <A HREF="h_abook_opened">Address Book Screen's</A>
12436 help text.
12438 &lt;End of help on this topic&gt;
12439 </BODY>
12440 </HTML>
12441 ===== h_abook_select_listmode =====
12442 <HTML>
12443 <HEAD>
12444 <TITLE>Address Listmode Selection from Composer Explained</TITLE>
12445 </HEAD>
12446 <BODY>
12447 <H1>COMPOSER: SELECT ADDRESSES</H1>
12448 <!--chtml if pinemode="function_key"-->
12449 <PRE>
12450 Navigating the List of Messages                 General Alpine Commands
12451 -------------------------------                 -----------------------
12452 F5   Move to previous entry                     F1  Show this help text
12453 F6   Move to next entry
12454 F7   Show previous screen of address book
12455 F8   Show next screen of address book
12456 F12  WhereIs (search through address book)
12458 Address Selection Commands
12459 --------------------------
12460 F3   Exit the Address Select screen (without selecting an address)
12461 F4   Select the currently highlighted entry
12462 F9   Change to ListMode
12463 </PRE>
12464 <!--chtml else-->
12465 <PRE>
12466 Navigating the List of Messages                 General Alpine Commands
12467 -------------------------------                 -----------------------
12468  P   Move to previous entry                     ?  Show this help text
12469  N   Move to next entry
12470  -   Show previous screen of address book
12471 Spc  (space bar) Show next screen of address book
12472  W   WhereIs (search through address book)
12474 Address Selection Commands
12475 --------------------------
12476  E   Exit the Address Select screen (without selecting an address)
12477  S   Select the currently highlighted entry
12478  L   Change to ListMode
12479 </PRE>
12480 <!--chtml endif-->
12483 This screen is designed to let you easily scan your address book(s) in
12484 order to select entries for the message you are composing.  You cannot
12485 edit your address book in any way at this time, for address book
12486 maintenance, select the address book command when not composing a message.
12489 If you are composing a message and know the nickname of the person/list you
12490 want, you can bypass this screen by simply typing in the nickname on the
12491 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
12492 selecting an entry does not cancel your message.
12495 The ListMode command will add a column at the left edge of the screen.
12496 You mark the entries that you wish to select with the &quot;X&quot; command.
12497 This allows you to choose more than one entry at a time.
12500 An alternative method of composing a message to entries in your
12501 address book(s) is to first use the &quot;Select&quot; command from
12502 the address book maintenance screen and then the &quot;Apply&quot;
12503 &quot;ComposeTo&quot; command to start the composer composing to the
12504 selected entries.
12507 FOR MORE INFORMATION on addressing see
12508 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12509 <A HREF="h_abook_opened">Address Book Screen's</A>
12510 help text.
12512 &lt;End of help on this topic&gt;
12513 </BODY>
12514 </HTML>
12515 ===== h_abook_select_checks =====
12516 <HTML>
12517 <HEAD>
12518 <TITLE>Address Selection from Composer Explained</TITLE>
12519 </HEAD>
12520 <BODY>
12521 <H1>COMPOSER: SELECT ADDRESSES</H1>
12522 <!--chtml if pinemode="function_key"-->
12523 <PRE>
12524 Navigating the List of Messages                 General Alpine Commands
12525 -------------------------------                 -----------------------
12526 F5   Move to previous entry                     F1  Show this help text
12527 F6   Move to next entry
12528 F7   Show previous screen of address book
12529 F8   Show next screen of address book
12530 F12  WhereIs (search through address book)
12532 Address Selection Commands
12533 --------------------------
12534 F3   Exit the Address Select screen (without selecting an address)
12535 F4   Select the currently highlighted entry
12536 F8   Either Sets or Unsets all entries in this address book
12537 F9   Set or Unset the highlighted entry
12538 </PRE>
12539 <!--chtml else-->
12540 <PRE>
12541 Navigating the List of Messages                 General Alpine Commands
12542 -------------------------------                 -----------------------
12543  P   Move to previous entry                     ?  Show this help text
12544  N   Move to next entry
12545  -   Show previous screen of address book
12546 Spc  (space bar) Show next screen of address book
12547  W   WhereIs (search through address book)
12549 Address Selection Commands
12550 --------------------------
12551  E   Exit the Address Select screen (without selecting an address)
12552  S   Select the currently highlighted entry
12553  X   Set or Unset the highlighted entry
12554  A   Either Sets or Unsets all entries in this address book
12555 </PRE>
12556 <!--chtml endif-->
12559 Mark the entries you wish to select with the &quot;X Set/Unset&quot;
12560 command.  Type &quot;S Select&quot; to select all of the entries you
12561 have marked, just as if you had typed them in by hand.
12564 An alternative method of composing a message to entries in your
12565 address book(s) is to first use the &quot;Select&quot; command from
12566 the address book maintenance screen and then the &quot;Apply&quot;
12567 &quot;ComposeTo&quot; command to start the composer composing to the
12568 selected entries.
12571 FOR MORE INFORMATION on addressing see
12572 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12573 <A HREF="h_abook_opened">Address Book Screen's</A>
12574 help text.
12576 &lt;End of help on this topic&gt;
12577 </BODY>
12578 </HTML>
12579 ===== h_abook_select_nicks_take =====
12580 <HTML>
12581 <HEAD>
12582 <TITLE>Take Address Nickname Selection Explained</TITLE>
12583 </HEAD>
12584 <BODY>
12585 <H1>TAKEADDR: SELECT NICKNAME</H1>
12586 <!--chtml if pinemode="function_key"-->
12587 <PRE>
12588 Navigating the List of Messages                 General Alpine Commands
12589 -------------------------------                 -----------------------
12590 F5   Move to previous entry                     F1  Show this help text
12591 F6   Move to next entry
12592 F7   Show previous screen of address book
12593 F8   Show next screen of address book
12594 F12  WhereIs (search through address book)
12596 Message Selection Commands
12597 --------------------------
12598 F3   Exit the Nickname Select screen (without selecting an address)
12599 F4   Select the currently highlighted entry
12600 </PRE>
12601 <!--chtml else-->
12602 <PRE>
12603 Navigating the List of Messages                 General Alpine Commands
12604 -------------------------------                 -----------------------
12605  P   Move to previous entry                     ?  Show this help text
12606  N   Move to next entry
12607  -   Show previous screen of address book
12608 Spc  (space bar) Show next screen of address book
12609  W   WhereIs (search through address book)
12611 Message Selection Commands
12612 --------------------------
12613  E   Exit the Nickname Select screen (without selecting an address)
12614  S   Select the currently highlighted entry
12615 </PRE>
12616 <!--chtml endif-->
12619 This screen is designed to let you modify or add to an existing
12620 address book entry.  You have already selected the name(s) and
12621 address(es) through &quot;Take Address&quot;.  This screen simply lets
12622 you scan your address books and select the nickname to be
12623 changed/augmented.  If you want to add a new entry, then you are in
12624 the wrong place-- Select &quot;Exit&quot; command.
12627 FOR MORE INFORMATION on addressing see
12628 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12629 <A HREF="h_abook_opened">Address Book Screen's</A>
12630 help text.
12632 &lt;End of help on this topic&gt;
12633 </BODY>
12634 </HTML>
12635 ===== h_abook_select_nick =====
12636 <HTML>
12637 <HEAD>
12638 <TITLE>Nickname Selection Explained</TITLE>
12639 </HEAD>
12640 <BODY>
12641 <H1>SELECT NICKNAME</H1>
12642 <!--chtml if pinemode="function_key"-->
12643 <PRE>
12644 Navigating the List of Messages                 General Alpine Commands
12645 -------------------------------                 -----------------------
12646 F5   Move to previous entry                     F1  Show this help text
12647 F6   Move to next entry
12648 F7   Show previous screen of address book
12649 F8   Show next screen of address book
12650 F12  WhereIs (search through address book)
12652 Message Selection Commands
12653 --------------------------
12654 F3   Exit the Nickname Select screen (without selecting an address)
12655 F4   Select the currently highlighted entry
12656 </PRE>
12657 <!--chtml else-->
12658 <PRE>
12659 Navigating the List of Messages                 General Alpine Commands
12660 -------------------------------                 -----------------------
12661  P   Move to previous entry                     ?  Show this help text
12662  N   Move to next entry
12663  -   Show previous screen of address book
12664 Spc  (space bar) Show next screen of address book
12665  W   WhereIs (search through address book)
12667 Message Selection Commands
12668 --------------------------
12669  E   Exit the Nickname Select screen (without selecting an address)
12670  S   Select the currently highlighted entry
12671 </PRE>
12672 <!--chtml endif-->
12675 This screen is designed to let you look at the nicknames in your address
12676 books before choosing a new one.
12679 FOR MORE INFORMATION on addressing see
12680 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12681 <A HREF="h_abook_opened">Address Book Screen's</A>
12682 help text.
12684 &lt;End of help on this topic&gt;
12685 </BODY>
12686 </HTML>
12687 ===== h_takeaddr_screen =====
12688 <HTML>
12689 <HEAD>
12690 <TITLE>Take Address Screen Explained</TITLE>
12691 </HEAD>
12692 <BODY>
12693 <H1>TAKE ADDRESS COMMANDS</H1>
12694 <!--chtml if pinemode="function_key"-->
12695 <PRE>
12696 Navigating the List of Addresses       Address Selection Commands        
12697 --------------------------------       --------------------------        
12698  F5  Move to previous entry            F3  Exit without taking address
12699  F6  Move to next entry                F4  Take current address(es)
12700  F7  Show previous page of address list
12701  F8  Show next page of address list
12702  F2  WhereIs (search list)
12703                                --------------
12704 Mode Toggle            F9  Set/Unset current address
12705 -----------            F10 Set all
12706  F12 Toggle between List and single mode       F11 Unset all
12707 </PRE>
12708 <!--chtml else-->
12709 <PRE>
12710 Navigating the List of Addresses       Address Selection Commands
12711 --------------------------------       --------------------------
12712  P  Move to previous entry              &lt;  Exit without taking address
12713  N  Move to next entry                  T  Take address
12714  -  Show previous page of address list
12715 Spc (space bar) Show next page of address list
12716  W  WhereIs (search list)              List Mode
12717                                        ---------
12718 Single Mode                             X  Set/Unset current address
12719 -----------                             A  Set all addresses
12720  L  Switch to list mode                 U  Unset all addresses
12721                                         S  Switch to single mode
12722 </PRE>
12723 <!--chtml endif-->
12725 <H2>Description of the Take Address Screen</H2>
12727 This screen is designed to let you select one or more address/name
12728 combinations from the current message and put them into your address book.
12729 The cursor is initially placed on the line with the message author.
12730 Other lines include the names of people and/or mailing lists who also
12731 received the message.  Other people &quot;involved&quot; in the
12732 message (e.g. the person named as Reply-To:) are also listed here.
12735 The simple case is adding a new, single entry into your address book. To
12736 do this, simply highlight the correct line and press 
12737 <!--chtml if pinemode="function_key"-->
12739 <!--chtml else-->
12740 &quot;T&quot;.
12741 <!--chtml endif-->
12742 To create a new list or add to an existing list, switch the screen display
12743 into List Mode by pressing
12744 <!--chtml if pinemode="function_key"-->
12745 F12.
12746 <!--chtml else-->
12747 &quot;L&quot;.
12748 <!--chtml endif-->
12749 In List Mode, you select the
12750 group of addresses you wish to manipulate by marking them with an
12751 &quot;X&quot;.
12752 The Set/Unset
12753 <!--chtml if pinemode="function_key"-->
12754 (F9)
12755 <!--chtml else-->
12756 (&quot;X&quot;)
12757 <!--chtml endif-->
12758 command will turn the &quot;X&quot; on for the
12759 highlighted address if it was off or turn it off if it was previously on.
12760 The SetAll command will select all of the addresses, and the UnSetAll
12761 command will turn off all the selections.  Once you've gotten the
12762 selection the way you want it, you may create a new list by pressing
12763 <!--chtml if pinemode="function_key"-->
12765 <!--chtml else-->
12766 &quot;T&quot;.
12767 <!--chtml endif-->
12770 In both the simple and list cases, after choosing to take the address,
12771 you will be asked for the nickname of the entry.  Typing in a new name
12772 creates the new entry/list.  Entering an existing nickname will replace
12773 the entry (simple case) or add to the list (list case).  Alternatively,
12774 you can press Ctrl-T at the nickname prompt and select an existing
12775 nickname from your address book.
12778 You will normally start in Single Mode, unless you used the Apply command
12779 to startup the TakeAddr screen, in which case you will start in List Mode.
12780 You may switch between the two modes at any time.  If you've already
12781 selected several addresses in List Mode, those will be remembered when you
12782 switch to Single Mode and then back to List Mode.  The set of addresses
12783 that are pre-selected when you start in List Mode are the From addresses
12784 of all of the messages you are operating on.  You may, of course, easily
12785 erase those selections with the UnSetAll command.
12788 If you have more than one writable address book, you will be prompted for
12789 the name of the address book you wish to add the new entry to before
12790 anything else. You can use ^N and ^P to choose among the defined address
12791 books, or type in the address book name.
12794 FOR MORE INFORMATION on addressing see
12795 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12796 <A HREF="h_abook_opened">Address Book Screen's</A>
12797 help text.
12799 &lt;End of help on this topic&gt;
12800 </BODY>
12801 </HTML>
12802 ===== h_takeexport_screen =====
12803 <HTML>
12804 <HEAD>
12805 <TITLE>Take Export Screen Explained</TITLE>
12806 </HEAD>
12807 <BODY>
12808 <H1>TAKE EXPORT COMMANDS</H1>
12809 <!--chtml if pinemode="function_key"-->
12810 <PRE>
12811 Navigating the List of Addresses       Address Selection Commands        
12812 --------------------------------       --------------------------        
12813  F5  Move to previous entry            F3  Exit without taking address
12814  F6  Move to next entry                F4  Take current address(es)
12815  F7  Show previous page of address list
12816  F8  Show next page of address list
12817  F2  WhereIs (search list)
12818                                --------------
12819 Mode Toggle            F9  Set/Unset current address
12820 -----------            F10 Set all
12821  F12 Toggle between List and single mode       F11 Unset all
12822 </PRE>
12823 <!--chtml else-->
12824 <PRE>
12825 Navigating the List of Addresses       Address Selection Commands
12826 --------------------------------       --------------------------
12827  P  Move to previous entry              &lt;  Exit without taking address
12828  N  Move to next entry                  T  Take address
12829  -  Show previous page of address list
12830 Spc (space bar) Show next page of address list
12831  W  WhereIs (search list)              List Mode
12832                                        ---------
12833 Single Mode                             X  Set/Unset current address
12834 -----------                             A  Set all addresses
12835  L  Switch to list mode                 U  Unset all addresses
12836                                         S  Switch to single mode
12837 </PRE>
12838 <!--chtml endif-->
12840 <H2>Description of the Take Export Screen</H2>
12842 This screen is designed to let you select one or more addresses
12843 from the current message and put them into a file.
12844 Only the user@domain_name part of each address is put into the file.
12847 To put a single entry into a file simply highlight the correct line and press 
12848 <!--chtml if pinemode="function_key"-->
12850 <!--chtml else-->
12851 &quot;T&quot;.
12852 <!--chtml endif-->
12853 To put more than one entry into a file
12854 switch the screen display
12855 into List Mode by pressing
12856 <!--chtml if pinemode="function_key"-->
12857 F12.
12858 <!--chtml else-->
12859 &quot;L&quot;.
12860 <!--chtml endif-->
12861 In List Mode, you select the
12862 group of addresses you wish to manipulate by marking them with an
12863 &quot;X&quot;.
12864 The Set/Unset
12865 <!--chtml if pinemode="function_key"-->
12866 (F9)
12867 <!--chtml else-->
12868 (&quot;X&quot;)
12869 <!--chtml endif-->
12870 command will turn the &quot;X&quot; on for the
12871 highlighted address if it was off or turn it off if it was previously on.
12872 The SetAll command will select all of the addresses, and the UnSetAll
12873 command will turn off all the selections.  Once you've gotten the
12874 selection the way you want it, you may put the addresses in a file by typing
12875 <!--chtml if pinemode="function_key"-->
12877 <!--chtml else-->
12878 &quot;T&quot;.
12879 <!--chtml endif-->
12882 You will be asked for the name of a file to put the addresses in.
12883 If the file already exists, you will be asked whether you want to Overwrite
12884 (replace) the contents of the file or Append to the contents of the file.
12887 &lt;End of help on this topic&gt;
12888 </BODY>
12889 </HTML>
12890 ============= h_abook_view ========================
12891 <HTML>
12892 <HEAD>
12893 <TITLE>Address Book View Explained</TITLE>
12894 </HEAD>
12895 <BODY>
12896 This function allows you to view the contents of an address book entry. You
12897 can only view one entry at a time.
12899 <DL>
12900 <DT>Help
12901 <!--chtml if pinemode="function_key"-->
12902 (F1)
12903 <!--chtml else-->
12905 <!--chtml endif-->
12906 </DT>
12907 <DD>
12908 Display this help text.
12910 <DT>Abook
12911 <!--chtml if pinemode="function_key"-->
12912 (F3)
12913 <!--chtml else-->
12914 (&lt;)
12915 <!--chtml endif-->
12916 </DT>
12917 <DD>
12918 Go back to index of address book entries.
12920 <DT>Update
12921 <!--chtml if pinemode="function_key"-->
12922 (F4)
12923 <!--chtml else-->
12925 <!--chtml endif-->
12926 </DT>
12927 <DD>
12928 Update (modify) this entry.
12930 <DT>ComposeTo
12931 <!--chtml if pinemode="function_key"-->
12932 (F5)
12933 <!--chtml else-->
12935 <!--chtml endif-->
12936 </DT>
12937 <DD>Compose a message to the address(es) in this entry.
12939 <DT>Role
12940 <!--chtml if pinemode="function_key"-->
12941 (F6)
12942 <!--chtml else-->
12944 <!--chtml endif-->
12945 </DT>
12946 <DD>Compose a message to the address(es) in this entry using roles.
12948 <DT>Prev Page
12949 <!--chtml if pinemode="function_key"-->
12950 (F7)
12951 <!--chtml else-->
12953 <!--chtml endif-->
12954 </DT>
12955 <DD>
12956 Show the previous page of the current entry.
12958 <DT>Next Page
12959 <!--chtml if pinemode="function_key"-->
12960 (F8)
12961 <!--chtml else-->
12962 (Space)
12963 <!--chtml endif-->
12964 </DT>
12965 <DD>
12966 Show the next page of the current entry.
12968 <DT>Print
12969 <!--chtml if pinemode="function_key"-->
12970 (F9)
12971 <!--chtml else-->
12973 <!--chtml endif-->
12974 </DT>
12975 <DD>Print the current entry.  You can select the
12976 printer or the print command via the &quot;Setup&quot; command
12977 on the MAIN MENU.
12979 <DT>WhereIs
12980 <!--chtml if pinemode="function_key"-->
12981 (F10)
12982 <!--chtml else-->
12984 <!--chtml endif-->
12985 </DT>
12986 <DD>Search the entry for a string of letters.  If it is
12987 found, move to it.  The string can be one word or a phrase.
12988 If there are multiple occurrences, the cursor moves to the
12989 first occurrence beyond the current cursor position.
12991 <DT>Fwd Email
12992 <!--chtml if pinemode="function_key"-->
12993 (F11)
12994 <!--chtml else-->
12996 <!--chtml endif-->
12997 </DT>
12998 <DD>Begin composition of a new mail message with the displayed
12999 text already inserted in the message body.
13001 </DL>
13003 &lt;End of help on this topic&gt;
13004 </BODY>
13005 </HTML>
13006 ============= h_ldap_view ========================
13007 <HTML>
13008 <HEAD>
13009 <TITLE>LDAP Response View Explained</TITLE>
13010 </HEAD>
13011 <BODY>
13012 This function allows you to view the contents of a directory entry. You
13013 can only view one entry at a time.
13015 <DL>
13016 <DT>Help
13017 <!--chtml if pinemode="function_key"-->
13018 (F1)
13019 <!--chtml else-->
13021 <!--chtml endif-->
13022 </DT>
13023 <DD>
13024 Display this help text.
13026 <DT>Results Index
13027 <!--chtml if pinemode="function_key"-->
13028 (F3)
13029 <!--chtml else-->
13030 (&lt;)
13031 <!--chtml endif-->
13032 </DT>
13033 <DD>Go back to index of search results.
13035 <DT>ComposeTo
13036 <!--chtml if pinemode="function_key"-->
13037 (F5)
13038 <!--chtml else-->
13040 <!--chtml endif-->
13041 </DT>
13042 <DD>Compose a message to the address(es) in this entry.
13044 <DT>Role
13045 <!--chtml if pinemode="function_key"-->
13046 (F6)
13047 <!--chtml else-->
13049 <!--chtml endif-->
13050 </DT>
13051 <DD>Compose a message to the address(es) in this entry using roles.
13053 <DT>Prev Page
13054 <!--chtml if pinemode="function_key"-->
13055 (F7)
13056 <!--chtml else-->
13058 <!--chtml endif-->
13059 </DT>
13060 <DD>
13061 Show the previous page of the current entry.
13063 <DT>Next Page
13064 <!--chtml if pinemode="function_key"-->
13065 (F8)
13066 <!--chtml else-->
13067 (Space)
13068 <!--chtml endif-->
13069 </DT>
13070 <DD>
13071 Show the next page of the current entry.
13073 <DT>Print
13074 <!--chtml if pinemode="function_key"-->
13075 (F9)
13076 <!--chtml else-->
13078 <!--chtml endif-->
13079 </DT>
13080 <DD>Print the current entry on paper.  You can select the
13081 printer or the print command via the &quot;Setup&quot; command
13082 on the MAIN MENU.
13084 <DT>WhereIs
13085 <!--chtml if pinemode="function_key"-->
13086 (F10)
13087 <!--chtml else-->
13089 <!--chtml endif-->
13090 </DT>
13091 <DD>Search the entry for a string of letters.  If it is
13092 found, move to it.  The string can be one word or a phrase.
13093 If there are multiple occurrences, the cursor moves to the
13094 first occurrence beyond the current cursor position.
13096 <DT>Fwd Email
13097 <!--chtml if pinemode="function_key"-->
13098 (F11)
13099 <!--chtml else-->
13101 <!--chtml endif-->
13102 </DT>
13103 <DD>Begin composition of a new mail message with the displayed
13104 text already inserted in the message body.
13106 <DT>Save
13107 <!--chtml if pinemode="function_key"-->
13108 (F12)
13109 <!--chtml else-->
13111 <!--chtml endif-->
13112 </DT>
13113 <DD>Save the displayed entry to one of your address books or export
13114 it to a file.
13115 </DL>
13117 &lt;End of help on this topic&gt;
13118 </BODY>
13119 </HTML>
13120 ===== h_attachment_screen =====
13121 <HTML>
13122 <HEAD>
13123 <TITLE>Attachment Index Screen Explained</TITLE>
13124 </HEAD>
13125 <BODY>
13126 The &quot;ATTACHMENT INDEX&quot; displays a list of the current
13127 message's attachments, and allows various operations on them.  The
13128 first attachment is usually the message text, but does not include the
13129 header portion of the message.
13131 Available commands include:
13133 <DL>
13135 <DT>Help</DT>
13136 <DD>Show this help text.
13138 <DT>Msg #<I>num</I></DT>
13139 <DD>Leave this screen without displaying or saving any attachments.
13141 <DT>View</DT>
13142 <DD>View the currently selected attachment.
13144 <DT>Prev Attach</DT>
13145 <DD>Move to previous attachment.
13147 <DT>Next Attach</DT>
13148 <DD>Move to next attachment.
13150 <DT>Prev Page</DT>
13151 <DD>Previous page of the listed attachments.
13153 <DT>Next Page</DT>
13154 <DD>Next page of the listed attachments.
13156 <DT>Delete</DT>
13157 <DD>Mark the currently selected attachment for Deletion.
13158 This does not modify the current message by deleting the attachment from
13159 it, but instead the delete flag <EM>only</EM> has an effect when saving
13160 the message to a folder.
13161 Attachments marked for deletion are not copied to the destination folder
13162 along with the rest of the message when it is saved.
13163 It is ok for the destination folder to be the same as the current folder.
13164 In addition, the delete mark <EM>only</EM> applies to this Alpine session.
13166 <DT>Undelete</DT>
13167 <DD>Turn off the Delete flag for the selected attachment.
13169 <DT>Save</DT>
13170 <DD>Save the selected attachment to a file.  If the attachment is of
13171 type &quot;RFC822/Message&quot;, then the attachment will be saved to
13172 the specified mail folder.
13174 <DT>Export</DT>
13175 <DD>If the attachment is of
13176 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
13177 copy the message to a file in the same way this command works on 
13178 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
13180 <DT>Pipe</DT>
13181 <DD>Pipe the attachment contents into a UNIX command (if enabled).
13182 A description of the Pipe sub-commands is  <A HREF="h_pipe_command">here</A>.
13184 <DT>WhereIs</DT>
13185 <DD>Find a matching string in the attachment list.
13187 <DT>AboutAttch</DT>
13188 <DD>Examine various aspects of the selected attachment.
13190 <DT>Print</DT>
13191 <DD>Print the selected attachment.
13193 <DT>Forward</DT>
13194 <DD>Forward the selected attachment as an attachment.
13195 </DL>
13199 All attachments can be saved or piped into a UNIX command, but some may
13200 not be readily displayed by either Alpine or an external tool.  In such
13201 cases, the reason why the message cannot be displayed is displayed on
13202 Alpine's message line.
13204 &lt;End of help on this topic&gt;
13205 </BODY>
13206 </HTML>
13207 ============= h_mail_text_att_view ========================
13208 <HTML>
13209 <HEAD>
13210 <TITLE>Attachment View Screen Explained</TITLE>
13211 </HEAD>
13212 <BODY>
13213 This function allows you to view the contents of a text attachment. You
13214 can only view one attachment at a time.
13216 Available commands include:
13218 <DL>
13220 <DT>Help</DT>
13221 <DD>Display this help text
13223 <DT>AttchIndex</DT>
13224 <DD>Leave viewer and return to the &quot;ATTACHMENT INDEX&quot; screen
13226 <DT>Prev Page</DT>
13227 <DD>Show the previous page of the current attachment.
13229 <DT>Next Page</DT>
13230 <DD>Show the next page of the current attachment by pressing the space bar.
13232 <DT>Delete</DT>
13233 <DD>Mark the viewed attachment for Deletion.  The delete
13234 flag <EM>only</EM> has affect when saving the message to a folder.
13235 Attachments marked for deletion are exluded from the messsage when
13236 it is saved.  In addition, the delete mark <EM>only</EM> applies to
13237 this Alpine session.
13239 <DT>Undelete</DT>
13240 <DD>Turn off the Delete flag for the selected attachment.
13242 <DT>Save</DT>
13243 <DD>Copy the current attachment to a file.  If you just enter
13244 a filename, the attachment will be saved with that name in
13245 your home directory 
13246 <!--chtml if pinemode="running"-->
13247 (which, in the present configuration of your system, is
13248  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13249 <!--chtml endif-->
13250 or current working directory
13251 <!--chtml if pinemode="running"-->
13252 (which, at least for your current Alpine &quot;session,&quot; 
13253 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13254 <!--chtml endif-->, depending on the
13255 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13256 configuration setting.  You may enter the full
13257 path and filename to save it in another directory instead.
13259 <DT>Export</DT>
13260 <DD>If the attachment is of
13261 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
13262 copy the message to a file in the same way this command works on 
13263 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
13264 (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
13265 defined, they may affect the contents of the exported file.)
13267 <DT>Pipe</DT>
13268 <DD>Pipe the attachment contents into a UNIX command (if enabled)
13270 <DT>WhereIs</DT>
13271 <DD>Search the attachment for a string of letters.  If it is
13272 found, move to it.  The string can be one word or a phrase.
13273 If there are multiple occurrences, the cursor moves to the
13274 first occurrence beyond the current cursor position.
13276 <DT>Print</DT>
13277 <DD>Print the current attachment on paper.  You can select the
13278 printer or the print command via the &quot;Setup&quot; command
13279 on the MAIN MENU.
13281 <DT>Forward</DT>
13282 <DD>Forward the selected attachment as an attachment.
13283 </DL>
13285 &lt;End of help on this topic&gt;
13286 </BODY>
13287 </HTML>
13288 ============= h_journal ==============
13289 <HTML>
13290 <HEAD>
13291 <TITLE>Recent Message Journal Explained</TITLE>
13292 </HEAD>
13293 <BODY>
13295 The following commands are available on this screen:
13297 <DL>
13298 <DT>Help</DT>
13299 <DD>Show this help text
13301 <DT>Exit</DT>
13302 <DD>Exit Viewer, and go back to mail processing
13304 <DT>Prev Page</DT>
13305 <DD>Show the previous page text
13307 <DT>Next Page</DT>
13308 <DD>Show the next page of text by pressing the space bar
13310 <DT>Print</DT>
13311 <DD>Print the displayed text on paper.  You can select the
13312 printer or the print command via the &quot;Setup&quot; command
13313 on the MAIN MENU.
13315 <DT>Fwd Email</DT>
13316 <DD>Begin composition of a new mail message with the displayed
13317 text already inserted in the message body.
13319 <DT>Save</DT>
13320 <DD>Copy the displayed text to a file.  If you just enter
13321 a filename, the text will be saved with that name in
13322 your 
13323 home directory 
13324 <!--chtml if pinemode="running"-->
13325 (which, in the present configuration of your system, is
13326  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13327 <!--chtml endif-->
13328 or current working directory
13329 <!--chtml if pinemode="running"-->
13330 (which, at least for your current Alpine &quot;session,&quot; 
13331 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13332 <!--chtml endif-->, depending on the
13333 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13334 configuration setting.   You may enter the full
13335 path and filename to save it in another directory instead.
13337 <DT>WhereIs</DT>
13338 <DD>Search the text for a string of letters.  If it is
13339 found, move to it.  The string can be one word or a phrase.
13340 If there are multiple occurrences, the cursor moves to the
13341 first occurrence beyond the current cursor position.
13342 </DL>
13344 &lt;End of help on this topic&gt;
13345 </BODY>
13346 </HTML>
13347 ============= h_debugjournal ==============
13348 <HTML>
13349 <HEAD>
13350 <TITLE>Debug Journal Explained</TITLE>
13351 </HEAD>
13352 <BODY>
13354 The following commands are available on this screen:
13356 <DL>
13357 <DT>Help</DT>
13358 <DD>Show this help text
13360 <DT>Exit</DT>
13361 <DD>Exit Viewer, and go back to mail processing
13363 <DT>Timestamps</DT>
13364 <DD>Turn on or off timestamps.
13366 <DT>DebugView</DT>
13367 <DD>Set the level of debugging you want to see. The level may be any number
13368 in the range 0-9. Higher numbers show more debugging detail. Note that the
13369 debugging information has already been captured. This setting just causes the
13370 debugging information that you see to be filtered. If you set this to
13371 the number &quot;5&quot; then you will be shown all of the debugging information
13372 at levels 5 and below.
13373 It's actually a bit more complicated than that. A fixed amount of memory
13374 is used to store the debug information.
13375 Since the amount of memory used is limited the debugging information
13376 has to be trimmed back when it gets too large.
13378 <DT>Prev Page</DT>
13379 <DD>Show the previous page text
13381 <DT>Next Page</DT>
13382 <DD>Show the next page of text by pressing the space bar
13384 <DT>Print</DT>
13385 <DD>Print the displayed text on paper.  You can select the
13386 printer or the print command via the &quot;Setup&quot; command
13387 on the MAIN MENU.
13389 <DT>Fwd Email</DT>
13390 <DD>Begin composition of a new mail message with the displayed
13391 text already inserted in the message body.
13393 <DT>Save</DT>
13394 <DD>Copy the displayed text to a file.  If you just enter
13395 a filename, the text will be saved with that name in
13396 your 
13397 home directory 
13398 <!--chtml if pinemode="running"-->
13399 (which, in the present configuration of your system, is
13400  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13401 <!--chtml endif-->
13402 or current working directory
13403 <!--chtml if pinemode="running"-->
13404 (which, at least for your current Alpine &quot;session,&quot; 
13405 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13406 <!--chtml endif-->, depending on the
13407 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13408 configuration setting.   You may enter the full
13409 path and filename to save it in another directory instead.
13411 <DT>WhereIs</DT>
13412 <DD>Search the text for a string of letters.  If it is
13413 found, move to it.  The string can be one word or a phrase.
13414 If there are multiple occurrences, the cursor moves to the
13415 first occurrence beyond the current cursor position.
13416 </DL>
13418 &lt;End of help on this topic&gt;
13419 </BODY>
13420 </HTML>
13421 ============= h_simple_text_view ==============
13422 <HTML>
13423 <HEAD>
13424 <TITLE>Simple Text View Screen Explained</TITLE>
13425 </HEAD>
13426 <BODY>
13428 The following commands are available on this screen:
13430 <DL>
13431 <DT>Help</DT>
13432 <DD>Show this help text
13434 <DT>Exit</DT>
13435 <DD>Exit Viewer, and go back to mail processing
13437 <DT>Prev Page</DT>
13438 <DD>Show the previous page text
13440 <DT>Next Page</DT>
13441 <DD>Show the next page of text by pressing the space bar
13443 <DT>Print</DT>
13444 <DD>Print the displayed text on paper.  You can select the
13445 printer or the print command via the &quot;Setup&quot; command
13446 on the MAIN MENU.
13448 <DT>Fwd Email</DT>
13449 <DD>Begin composition of a new mail message with the displayed
13450 text already inserted in the message body.
13452 <DT>Save</DT>
13453 <DD>Copy the displayed text to a file.  If you just enter
13454 a filename, the attachment will be saved with that name in
13455 your 
13456 home directory 
13457 <!--chtml if pinemode="running"-->
13458 (which, in the present configuration of your system, is
13459  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13460 <!--chtml endif-->
13461 or current working directory
13462 <!--chtml if pinemode="running"-->
13463 (which, at least for your current Alpine &quot;session,&quot; 
13464 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13465 <!--chtml endif-->, depending on the
13466 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13467 configuration setting.   You may enter the full
13468 path and filename to save it in another directory instead.
13470 <DT>WhereIs</DT>
13471 <DD>Search the attachment for a string of letters.  If it is
13472 found, move to it.  The string can be one word or a phrase.
13473 If there are multiple occurrences, the cursor moves to the
13474 first occurrence beyond the current cursor position.
13475 </DL>
13477 &lt;End of help on this topic&gt;
13478 </BODY>
13479 </HTML>
13480 ======= h_pine_for_windows ========
13481 <HTML>
13482 <HEAD>
13483 <TITLE>GETTING HELP IN PC-ALPINE</TITLE>
13484 </HEAD>
13485 <BODY>
13486 <H1>Getting Help In PC-Alpine</H1>
13489 PC-Alpine offers general and specific help text. From the <A
13490 HREF="main_menu_tx">MAIN MENU</A>, you will find an overview in the MAIN
13491 MENU HELP and the <A HREF="h_news">Release Notes</A>.  On all screens,
13492 specific help for that screen is available from the toolbar Help menu or
13493 with the 
13494 <!--chtml if pinemode="function_key"-->
13495 &quot;F1&quot; key.
13496 <!--chtml else-->
13497 &quot;?&quot; or &quot;Ctrl-G&quot; keys. &quot;Ctrl-G&quot; is used where
13498 typing &quot;?&quot; would be mistaken as entering text.
13499 <!--chtml endif-->
13502 Although this version of Alpine is for Microsoft Windows, it is not
13503 considered a full &quot;Graphical User Interface&quot; application. 
13504 Yet, many of the controls that Windows users are accustomed to seeing, 
13505 such as scrollbars and toolbars, are available.
13508 PC-Alpine offers considerable mouse support.  You can view what is
13509 &quot;click-able&quot; by dragging your mouse over any screen; when the
13510 arrow cursor changes into a hand, you found something. Mouse-click
13511 possibilities include navigating between screens and folders and
13512 double-clicking on hyperlinks to open your Web browser.
13513 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
13514 screen.  Examples of right-click options include &quot;copy&quot; after
13515 selecting text to copy and &quot;View in New Window&quot; when you click
13516 on a particular message in the Message Index. The menu choices available
13517 to you will vary based upon what screen is open, where on the screen your
13518 cursor is located, and even what action you have already taken.
13521 &lt;End of help on this topic&gt;
13522 </BODY>
13523 </HTML>
13524 ===== h_composer =====
13525 <HTML>
13526 <HEAD>
13527 <TITLE>COMPOSER COMMANDS</TITLE>
13528 </HEAD>
13529 <BODY>
13530 <H1>COMPOSER COMMANDS</H1>
13532 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>
13533 &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>
13534 &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>
13535 &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>
13536 &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>
13537 &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>
13538 &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>
13539 &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>
13540 &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>
13541 &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>
13542 ---------------------------------------|&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>
13543 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>
13544 &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>
13545 &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>
13546 &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>
13549 NOTE:
13550 <OL>
13551  <LI>For help on a particular command, highlight the bold text associated
13552 with it above and hit Return.
13553  <LI> The availability of certain commands
13554 is determined by Alpine configuration files and system capabilities.
13555 At some sites, certain commands may not be available due to security or
13556 support concerns.
13557  <LI>Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
13558 Ctrl-&#92;, ESC.
13559  <LI>For special handling of Ctrl-S and Ctrl-Q see special comments regarding
13560 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
13561 </OL>
13564 HINT: To move rapidly to the bottom of a message you are composing,
13565 enter ^W^V.  To go to the top, ^W^Y.  These can be used in conjunction
13566 with the Mark and Cut commands to eliminate large amounts of unwanted
13567 text in a Reply.
13569 <H2>Description of Composer</H2>
13571 Alpine has a built-in editing program that allows you to compose messages
13572 without having to leave Alpine.  The editor is designed to be very simple to
13573 use so that you can get started writing email right away.
13576 Messages are usually just text, about 80 columns wide.  Using upper and
13577 lower case is encouraged.  On some systems the size limit of the message
13578 is about 100,000 characters, which is about 2,000 lines.  You can include
13579 punctuation and special characters found on most keyboards, but you can't
13580 include characters with diacritical marks and certain special symbols.
13583 Text automatically wraps as you type past the end of a line so you do not
13584 have to hit return.  Using the
13585 &quot;<A HREF="h_compose_justify">Justify</A>&quot; command,
13586 you can also reformat text explicitly, perhaps after you have
13587 deleted some text.
13590 You can include other text files with the 
13591 &quot;<A HREF="h_compose_readfile">Read File</A>&quot; command,
13592 which will prompt you for the name of the file to insert at the
13593 current cursor postion.
13596 <UL>
13597 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13598 </UL>
13600 &lt;End of help on this topic&gt;
13601 </BODY>
13602 </HTML>
13603 ====== h_composer_browse =====
13604 <HTML>
13605 <HEAD>
13606 <TITLE>BROWSER</TITLE>
13607 </HEAD>
13608 <BODY>
13609 <H1>BROWSER</H1>
13610 This screen lets you browse your files and directories.  To go to another 
13611 directory (identified by &quot;(dir)&quot;), move the cursor to it and 
13612 choose &quot;Select&quot; (the default choice on the menu); 
13613 or choose &quot;Goto&quot; and enter the name of the directory.
13614 <!--chtml if pinemode="os_windows"-->
13615 <!--chtml else--> 
13616 In Unix Alpine, you may use 
13617 &quot;~&quot; to refer to your home directory or &quot;~user&quot; to refer 
13618 to another's home directory.  
13619 <!--chtml endif--><P>
13620 To select a file, move the cursor to it and 
13621 choose &quot;Select&quot; (the default choice on the menu).  
13623 <UL>
13624 <LI>Note <B>if</B> you are currently using the BROWSER for choosing a file for 
13625 inclusion in the 
13626 message body (that is, you chose &quot;Read File&quot; with the cursor under 
13627 the 
13628 &quot;----- Message Text -----&quot; line
13629 while composing, then &quot;To Files&quot;):  Since the file 
13630 selected will become part of the message text, it must be in a format 
13631 suitable for that (Alpine does not check!), such as a plain text file.
13632 Files of other formats (for example, graphics, databases, software 
13633 programs) should be 
13634 <B>attached</B> to the message instead --
13635 by moving the cursor in the COMPOSE MESSAGE screen into the 
13636 message header area and pressing 
13637 <!--chtml if pinemode="function_key"-->
13639 <!--chtml else-->
13640 Ctrl-J.
13641 <!--chtml endif--> 
13643 <P><LI>
13644 Note <B>if</B> you are currently using the BROWSER for saving a message 
13645 attachment, or exporting a message, to a file: You can use the Add command to 
13646 provide the name for a new file to save/export to, and then select that name 
13647 to use it for the save/export operation.  Back at the prompt 
13648 &quot;EXPORT: Copy message to file in ...&quot; hit Enter, then choose 
13649 either Overwrite or Append (it doesn't make a difference, since the file is 
13650 so far empty).  Note: If you cancel the 
13651 operation at that point, the file created with the Add command will remain 
13652 0 bytes in size.
13654 </UL>
13655 <P><UL>
13656 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13657 </UL>
13659 &lt;End of help on this topic&gt;
13660 </BODY>
13661 </HTML>
13662 ====== h_composer_ins =====
13663 <HTML>
13664 <HEAD>
13665 <TITLE>INSERT TEXT FILE</TITLE>
13666 </HEAD>
13667 <BODY>
13668 <H1>INSERT TEXT FILE</H1>
13670 Use this function to insert a text file. The file name
13671 given can be an absolute file path name for your system
13672 <!--chtml if pinemode="os_windows"-->
13673 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
13674 with a relative pathname, or simply a file name without
13675 drive or directory specification.  
13676 <!--chtml else-->
13677 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
13678 a file in your home directory, or a file path relative to your 
13679 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
13680 your home directory or &quot;~user&quot; to refer to another
13681 account's home directory.
13682 <!--chtml endif-->
13684 No wild card characters may be used.  
13685 The file must reside on the system running Alpine.
13687 If the 
13688 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13689 feature is set, names are relative to your current working directory 
13690 <!--chtml if pinemode="running"-->
13691 (which, at least for your current Alpine &quot;session,&quot; 
13692 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13693 <!--chtml endif-->
13694 rather than your home directory
13695 <!--chtml if pinemode="running"-->
13696 (which, in the present configuration of your system, is
13697  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13698 <!--chtml endif-->
13700 <P><UL>
13701 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13702 </UL>
13704 &lt;End of help on this topic&gt;
13705 </BODY>
13706 </HTML>
13707 ====== h_composer_ins_m =====
13708 <HTML>
13709 <HEAD>
13710 <TITLE>INSERT MESSAGE</TITLE>
13711 </HEAD>
13712 <BODY>
13713 <H1>INSERT MESSAGE</H1>
13715 Type in the number of a message in the currently open folder to insert it
13716 into your message.
13717 <P><UL>
13718 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13719 </UL>
13721 &lt;End of help on this topic&gt;
13722 </BODY>
13723 </HTML>
13724 ====== h_composer_search =====
13725 <HTML>
13726 <HEAD>
13727 <TITLE>Explanation of Composer Whereis Command </TITLE>
13728 </HEAD>
13729 <BODY>
13730 <H1>Help For Whereis Command</H1>
13732 Whereis is used to search the message for a word or part of a word.
13733 When searching in the composer, only the message part of your mail is
13734 searched, and the cursor is put on the first occurrence appearing
13735 after the location of the cursor.  The search will wrap to the
13736 beginning of the message when it no longer finds matches in the
13737 remainder of the message.
13739 To search for the same string a second time, press 
13740 <!--chtml if pinemode="function_key"-->
13741 &quot;F6&quot;
13742 <!--chtml else-->
13743 &quot;^W&quot;
13744 <!--chtml endif-->
13745 to begin search and then just press RETURN to accept the previous
13746 search string shown in square brackets rather than entering a new
13747 search string.<P>
13749 The &quot;Search&quot; prompt has several sub-command available:
13751 <DL>
13752 <DT>Get Help</DT>
13753 <DD> Takes you to this help page.
13755 <DT>Cancel</DT>
13756 <DD> Cancels the prompt.  No search takes place.
13758 <DT>First Line</DT>
13759 <DD> Takes you back to the composer with the cursor on the first character
13760 of the first line of text.
13762 <DT>Last Line</DT>
13763 <DD> Takes you back to the composer with the cursor on the last character
13764 of the last line of text.
13766 <DT>Replace (Optional)</DT>
13767 <DD> This sub-command is enabled by the 
13768 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
13769 feature (which is on by default); see its help screen for details on how replacing works.
13771 </DL>
13773 &lt;End of help on this topic&gt;
13774 </BODY>
13775 </HTML>
13776 ====== h_sigedit_search =====
13777 <HTML>
13778 <HEAD>
13779 <TITLE>Explanation of Whereis Command </TITLE>
13780 </HEAD>
13781 <BODY>
13782 <H1>Help For Whereis Command</H1>
13784 Whereis is used to search for a word or part of a word.
13785 When searching 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 signature when it no longer finds matches in the
13788 remainder of the signature.
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_composer_to ====
13828 <HTML>
13829 <HEAD>
13830 <TITLE>THE MESSAGE COMPOSER'S TO FIELD</TITLE>
13831 </HEAD>
13832 <BODY>
13833 <H1>THE MESSAGE COMPOSER'S TO FIELD</H1>
13835 <H2>The &quot;To:&quot; field</H2>
13836 The address you enter here must be a valid email address that is reachable
13837 from your site. 
13839 <H2>Email Address Format</H2>
13840 You may enter a full name and email address, 
13841 <!--chtml if pinemode="os_windows"-->
13842 <!--chtml else-->
13843 a local (meaning, on the same 
13844 host as the one you are running Alpine on) username that Alpine will
13845 complete for you, 
13846 <!--chtml endif-->
13847 the nickname of someone in a 
13848 <A HREF="h_abook_opened">Alpine Address Book</A>, or a local
13849 mail alias defined by your system administrator.  When you move the cursor
13850 out of this field, the nicknames will be expanded to the addresses in your
13851 address book, and the local usernames will be expanded to include the 
13852 persons' actual names.  You may enter as many addresses as you wish, but they 
13853 must be separated by commas.  You can move around this and other header fields
13854 with the arrow keys and use many of the usual composer editing keys.
13856 <UL>
13857 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13858 </UL>
13861 <H2>MESSAGE HEADER COMMANDS</H2>
13862 <!--chtml if pinemode="function_key"-->
13863 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
13864 ^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>
13865 ^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>
13866 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<BR>
13867 ^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>
13868 ^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>
13869 ^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>
13870 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>
13871 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>
13872 ^@&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>
13873 ----------------------------------------|<BR>
13874 MESSAGE&nbsp;COMMANDS&nbsp;&nbsp;|&nbsp;GENERAL&nbsp;COMMANDS&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;F12&nbsp;&nbsp;&nbsp;&nbsp;To&nbsp;Addressbook/Browser<BR>
13875 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>
13876 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>
13877 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>
13878 <!--chtml else-->
13879 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
13880 ^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>
13881 ^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>
13882 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;<BR>
13883 ^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>
13884 ^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>
13885 ^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>
13886 ^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>
13887 ^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>
13888 ^@&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>
13889 ----------------------------------------|&nbsp;^R&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="h_compose_richhdr">Rich&nbsp;Headers</A><BR>
13890 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>
13891 ^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>
13892 ^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>
13893 ^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>
13894 <!--chtml endif-->
13897 NOTE:
13898 <OL>
13899  <LI>For help on a particular command, highlight the bold text associated
13900 with it above and hit Return.
13901  <LI> The availability of certain commands 
13902 is determined by Alpine configuration files and system capabilities.
13903 At some sites, certain commands may not be available due to security or
13904 support concerns.
13905 </OL>
13908 <UL>   
13909 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13910 </UL><P>
13911 &lt;End of help on this topic&gt;
13912 </BODY>
13913 </HTML>
13914 ======= h_composer_cc ====
13915 <HTML>
13916 <HEAD>
13917 <TITLE>THE MESSAGE COMPOSER'S CC FIELD</TITLE>
13918 </HEAD>
13919 <BODY>
13920 <H1>THE MESSAGE COMPOSER'S CC FIELD</H1>
13921 The Cc: field is just like the To: field, except it is used for addressees
13922 that you wish to send a &quot;carbon&quot; copy to.  That is, the message is 
13923 not directly meant directly &quot;for&quot; these recipients, but you wanted 
13924 them to see the message.  The only difference the recipients see is that their 
13925 name is in the Cc: field, rather than the To: field.
13927 For help with Cc: field editing
13928 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13930 <UL>
13931 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13932 </UL>
13934 <UL>   
13935 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13936 </UL><P>
13937 &lt;End of help on this topic&gt;
13938 </BODY>
13939 </HTML>
13940 ======= h_composer_bcc ====
13941 <HTML>
13942 <HEAD>
13943 <TITLE>THE MESSAGE COMPOSER'S BCC FIELD</TITLE>
13944 </HEAD>
13945 <BODY>
13946 <H1>THE MESSAGE COMPOSER'S BCC FIELD</H1>
13947 The &quot;Bcc:&quot; (Blind carbon copy) header is used when you wish to send 
13948 a copy of the message to one or more people whose addresses you do not
13949 wish disclosed, either to reduce clutter or for confidentiality.
13951 The format of the Bcc: field is just the same as the To: and Cc: fields in
13952 the way the addresses are entered.  The recipients listed here will
13953 receive a copy of the message, but --assuming your site's mail transport
13954 software is properly configured-- their addresses will not show up in the
13955 headers of the message, as delivered to all of the recipients.  The To:
13956 and Cc:  recipients will not know a copy was sent to the Bcc: recipients.
13958 Note: if there is no To: or Cc: or Lcc: address in the message, Alpine
13959 will automatically generate and place in the To: field a pseudo-address of 
13960   &quot;undisclosed-recipients: ;&quot;
13961 or whatever string has been specified in the 
13962 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
13963 variable.
13965 The reason for this is to avoid embarrassment caused by some Internet
13966 mail transfer software that interprets a &quot;missing&quot; To: header as 
13967 an error and replaces it with an Apparently-to: header that may contain
13968 the addresses you entered on the Bcc: line.  In addition, it may be
13969 less disconcerting to Bcc: recipients to see <B>something</B> in the To: field.
13971 You can manipulate what text ends up on the (originally) empty To:
13972 field.  Just remember to put a colon and semicolon at the end of the
13973 field, which is a special notation denoting that it is not a real address.
13975 For information on message header editing
13976 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13978 <UL>
13979 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13980 </UL>
13982 <UL>   
13983 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13984 </UL><P>
13985 &lt;End of help on this topic&gt;
13986 </BODY>
13987 </HTML>
13988 ======= h_composer_lcc ====
13989 <HTML>
13990 <HEAD>
13991 <TITLE>THE MESSAGE COMPOSER'S LCC FIELD</TITLE>
13992 </HEAD>
13993 <BODY>
13994 <H1>THE MESSAGE COMPOSER'S LCC FIELD</H1>
13995 The &quot;Lcc:&quot; (List carbon copy) header is intended to be used when
13996 you wish to send a message to a list of people but avoid having all
13997 of their addresses visible, in order to reduce clutter when the
13998 message is received.
14000 It is similar to the 
14001 <A HREF="h_composer_bcc">&quot;Bcc&quot; (Blind carbon copy) header</A> 
14002 in that individual
14003 addressees are hidden, but Lcc is designed to work specifically with
14004 distribution lists you have created in your 
14005 <A HREF="h_abook_opened">Alpine Address Book</A>.  Placing
14006 the nickname of the list on the Lcc line will result in the full name of
14007 your Alpine Address Book list being placed on the To: line of the message,
14008 using a special notation that distinguishes it from a real address. You
14009 must leave the To: line blank for your list name to appear there.
14011 For example, if you have this list entered in your Address Book:<PRE>
14013         largo         Key Largo List       DISTRIBUTION LIST:
14014                                            bogie@mgm.com
14015                                            lauren@mgm.com
14016                                            walter@mgm.com</PRE>
14019 and you enter &quot;largo&quot; on the Lcc: line while composing a message, 
14020 the result is:<PRE>
14022         To      : Key Largo List: ;
14023         Cc      :
14024         Bcc     :
14025         Fcc     : sent-mail
14026         Lcc     : Key Largo List &lt;bogie@mgm.com&gt;,
14027                   lauren@mgm.com,
14028                   walter@mgm.com
14029         Subject :</PRE>
14031 Each recipient listed on the Lcc: line receives a copy of the message
14032 without their address being visible (as though they were listed on the
14033 Bcc: line). The colon-semicolon notation used to put the full-name of the
14034 list on the To: line is a special address format that doesn't specify any
14035 actual addressees, but does give some information to the recipients of the
14036 message.
14038 Note: if after entering an LCC, you delete the list name that is placed
14039 on the To: line, then recipients will see <PRE>
14040        To: undisclosed-recipients: ;</PRE>
14042 (or whatever string is defined in the 
14043 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
14044 variable) just as in the BCC case. 
14046 For help with Lcc: field editing
14047 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14049 <UL>
14050 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14051 </UL>
14053 <UL>   
14054 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14055 </UL><P>
14056 &lt;End of help on this topic&gt;
14057 </BODY>
14058 </HTML>
14059 ======= h_composer_from =======
14060 <HTML>
14061 <HEAD>
14062 <TITLE>THE MESSAGE COMPOSER'S FROM FIELD</TITLE>
14063 </HEAD>
14064 <BODY>
14065 <H1>THE MESSAGE COMPOSER'S FROM FIELD</H1>
14067 This header carries your return address.  It is the address toward which
14068 replies (and often, future unrelated correspondence) will be directed,
14069 unless you have <A HREF="h_config_custom_hdrs">defined an optional 
14070 &quot;Reply-To:&quot; header</A> in the SETUP CONFIGURATION screen.  Make 
14071 sure this address is correct.
14073 For help with message header editing
14074 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14076 <UL>
14077 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14078 </UL>
14080 <UL>   
14081 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14082 </UL><P>
14083 &lt;End of help on this topic&gt;
14084 </BODY>
14085 </HTML>
14086 ======= h_composer_reply_to =======
14087 <HTML>
14088 <HEAD>
14089 <TITLE>THE MESSAGE COMPOSER'S REPLY-TO FIELD</TITLE>
14090 </HEAD>
14091 <BODY>
14092 <H1>THE MESSAGE COMPOSER'S REPLY-TO FIELD</H1>
14094 Most people should not need this header. The Reply-To: header is used in
14095 cases where you would like replies to your messages to be directed to an
14096 address other than your normal &quot;From:&quot; address.  This is atypical, 
14097 but can happen when you use multiple machines and do not have the same account
14098 name on each one, or when you wish to direct certain replies to accounts
14099 or folders designated for specific classes of correspondence.
14101 For help with message header editing
14102 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14104 <UL>
14105 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14106 </UL>
14109 <UL>   
14110 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14111 </UL><P>
14112 &lt;End of help on this topic&gt;
14113 </BODY>
14114 </HTML>
14115 ======= h_composer_custom_addr ====
14116 <HTML>
14117 <HEAD>
14118 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
14119 </HEAD>
14120 <BODY>
14121 <H1>CUSTOMIZED HEADER FIELD</H1>
14122 This is a customized header, i.e. not one that is part of Alpine's normal
14123 set of Compose headers.
14125 For help with message header editing
14126 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14128 <UL>
14129 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14130 </UL>
14132 <UL>   
14133 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14134 </UL><P>
14135 &lt;End of help on this topic&gt;
14136 </BODY>
14137 </HTML>
14138 ======= h_composer_custom_free ====
14139 <HTML>
14140 <HEAD>
14141 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
14142 </HEAD>
14143 <BODY>
14144 <H1>CUSTOMIZED HEADER FIELD</H1>
14145 This is a customized header, i.e. not one that is part of Alpine's normal
14146 set of Compose headers.
14148 This field consists of arbitrary text.
14150 For help with message header editing
14151 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14153 <UL>   
14154 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14155 </UL><P>
14156 &lt;End of help on this topic&gt;
14157 </BODY>
14158 </HTML>
14159 ====== h_composer_news =====
14160 <HTML>
14161 <HEAD>
14162 <TITLE>THE MESSAGE COMPOSER'S NEWSGRPS LINE</TITLE>
14163 </HEAD>
14164 <BODY>
14165 <h1>THE MESSAGE COMPOSER'S NEWSGRPS LINE</h1>
14166 Use the newsgroups line to specify any and all USENET newsgroups to which
14167 your message should be posted.  When composing a message from scratch, this
14168 line may be hidden.  If so, just press the rich headers command
14169 (<!--chtml if pinemode="function_key"-->F5<!--chtml else-->^R<!--chtml endif-->)
14170 to make it visible.
14172 <EM>Be aware</EM> that when you post to a newsgroup thousands of
14173 people will be reading your message.  Also, you or your system manager
14174 must have defined an &quot;<!--#echo var="VAR_nntp-server"-->&quot; in your Alpine configuration
14175 in order for you to be able to post.
14177 For help with message header editing
14178 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14179 <P><UL>
14180 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14181 </UL>
14183 &lt;End of help on this topic&gt;
14184 </BODY>
14185 </HTML>
14186 ======= h_composer_fcc ====
14187 <HTML>
14188 <HEADER>
14189 <TITLE>THE MESSAGE COMPOSER'S FCC FIELD</TITLE>
14190 </HEADER>
14191 <BODY>
14192 <H1>THE MESSAGE COMPOSER'S FCC FIELD</H1>
14193 The FCC (File Carbon Copy) specifies the folder used to keep a copy of
14194 each outgoing message.  The default value can be configured with the
14195 &quot;<!--#echo var="VAR_default-fcc"-->&quot; and &quot;<!--#echo var="VAR_fcc-name-rule"-->&quot; options.  You can change or remove
14196 the file carbon copy on any message you send by editing the FCC header.<p>
14198 You may type ^T to get a list of all your folders and select one to use as
14199 the FCC for this message.<P>
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_subject ====
14211 <HTML>
14212 <HEADER>
14213 <TITLE>THE MESSAGE COMPOSER'S SUBJECT FIELD</TITLE>
14214 </HEADER>
14215 <BODY>
14216 <H1>THE MESSAGE COMPOSER'S SUBJECT FIELD</H1>
14218 The subject header provides a place to enter a few words that summarize
14219 the topic of the message you are sending.  You may leave this line blank,
14220 but it is considered a courtesy to use a meaningful subject.<p>
14222 For help with message header editing
14223 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14225 <UL>   
14226 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14227 </UL><P>
14228 &lt;End of help on this topic&gt;
14229 </BODY>
14230 </HTML>
14231 ======= h_composer_attachment ====
14232 <HTML>
14233 <HEAD>
14234 <TITLE>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</TITLE>
14235 </HEAD>
14236 <BODY>
14237 <H1>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</H1>
14239 The &quot;Attchmnt:&quot; field is where you specify what file or
14240 files you'd like attached to
14241 the message you are composing.  Those files must reside on the machine
14242 running Alpine. If your file is on a PC or Mac and you run Alpine with an
14243 account on a Unix machine, you'll have to transfer it before attaching it.
14244 Contact local computer support people for assistance with transferring.
14247 The file name
14248 given can be an absolute file path name for your system
14249 <!--chtml if pinemode="os_windows"-->
14250 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
14251 with a relative pathname, or simply a file name without
14252 drive or directory specification.  
14253 <!--chtml else-->
14254 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
14255 a file in your home directory, or a file path relative to your 
14256 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
14257 your home directory or &quot;~user&quot; to refer to another
14258 account's home directory.
14259 <!--chtml endif--><P>
14260 No wild card characters may be used.
14261 <P>If the 
14262 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14263 feature is set, names are relative to your current working directory 
14264 <!--chtml if pinemode="running"-->
14265 (which, at least for your current Alpine &quot;session,&quot; 
14266 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14267 <!--chtml endif-->
14268 rather than your home directory
14269 <!--chtml if pinemode="running"-->
14270 (which, in the present configuration of your system, is
14271  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14272 <!--chtml endif-->
14275 Alpine uses MIME encoding for attachments, so binaries and files of any
14276 length can safely be delivered to any MIME-capable mail reading program.
14277 If you send an attachment to someone who does not have a MIME-capable mail
14278 reading program yet, then the main message text will be readable, but
14279 attachments (even attachments that are just plain text) are not.
14282 Typing the filename on the Attchmnt: line achieves the same
14283 result as using the 
14284 <!--chtml if pinemode="function_key"-->
14286 <!--chtml else-->
14287 Ctrl-J
14288 <!--chtml endif--> command.
14291 If you Forward a message with attachments, you may delete them from your
14292 Forwarded message by editing the Attchmnt header line.
14295 For help with message header editing
14296 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14298 <UL>   
14299 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14300 </UL><P>
14301 &lt;End of help on this topic&gt;
14302 </BODY>
14303 </HTML>
14304 ======= h_composer_ctrl_j ====
14305 <HTML>
14306 <HEAD>
14307 <TITLE>COMPOSER ATTACH</TITLE>
14308 </HEAD>
14309 <BODY>
14310 After the
14311 <!--chtml if pinemode="function_key"-->
14313 <!--chtml else-->
14314 Ctrl-J
14315 <!--chtml endif--> command:
14316 At the &quot;File to attach:&quot; prompt, enter the name of the 
14317 existing file to attach to your message.  
14318 When the feature
14319 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
14320 is set
14321 you need only enter the beginning of the filename (enough of it to uniquely 
14322 identify the file) and press TAB to complete it.
14324 Or, press ^T to use the BROWSER screen for 
14325 selecting the file.  <P>
14326 For more information on attaching files, see the help screen for the 
14327 composer's 
14328 <A HREF="h_composer_attachment">Attchmnt: field</A>, which is normally hidden,
14329 but can be revealed using the 
14330 <!--chtml if pinemode="function_key"-->
14332 <!--chtml else-->
14333 Ctrl-R
14334 <!--chtml endif--> 
14335 command with the cursor positioned above the
14336 &quot;----- Message Text -----&quot; line in the COMPOSE MESSAGE screen.
14338 &lt;End of help on this topic&gt;
14339 </BODY>
14340 </HTML>
14341 ======= h_edit_nav_cmds =========
14342 <HTML>
14343 <HEAD>
14344 <TITLE>Composer Editing Commands Explained</TITLE>
14345 </HEAD>
14346 <BODY>
14347 <H1>EDITING and NAVIGATION COMMANDS</H1>
14348 <!--chtml if pinemode="function_key"-->
14349 <PRE>
14350 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
14351 ^B (Left Arrow)    Back character       | ^D       Delete current character
14352 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
14353 ^P (Up Arrow)      Previous line        |
14354 ^N (Down Arrow)    Next line            | F9       Cut marked text or
14355 ^A                 Beginning of line    |            delete current line
14356 ^E                 End of line          | F10      Undelete line(s)
14357 F7                 Previous page        |
14358 F8                 Next page            |-------------------------------------
14359 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
14360 ----------------------------------------|
14361 EXIT COMMANDS    |  GENERAL COMMANDS    | F12    To Addressbook
14362 F3   Cancel      |   F1    Get help     | F12    RichView (expand lists)
14363 F2  eXit/save    |   ^Z    Suspend      | ^L     Redraw Screen
14364 </PRE>
14365 <!--chtml else-->
14366 <PRE>
14367 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
14368 ^B (Left Arrow)    Back character       | ^D       Delete current character
14369 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
14370 ^P (Up Arrow)      Previous line        |
14371 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
14372 ^A                 Beginning of line    |            delete current line
14373 ^E                 End of line          | ^U       Undelete line(s)
14374 ^Y                 Previous page        |
14375 ^V                 Next page            |-------------------------------------
14376 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
14377 ----------------------------------------|
14378 EXIT COMMANDS    |  GENERAL COMMANDS    | ^T     To Addressbook
14379 ^C   Cancel      |   ^G    Get help     | ^R     RichView  (expand lists)
14380 ^X   eXit/save   |   ^Z    Suspend      | ^L     Redraw Screen
14381 </PRE>
14382 <!--chtml endif-->
14383 &lt;End of help on this topic&gt;
14384 </BODY>
14385 </HTML>
14386 ===== h_composer_sigedit =====
14387 <HTML>
14388 <HEAD>
14389 <TITLE>Signature Editor Commands Explained</TITLE>
14390 </HEAD>
14391 <BODY>
14392 <H1>SIGNATURE EDITOR COMMANDS</H1>
14393 <!--chtml if pinemode="function_key"-->
14394 <PRE>
14395 CURSOR MOTION KEYS                     |EDITING KEYS
14396   ^B (Left Arrow)   Back character     | ^D       Delete current character
14397   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14398   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14399   ^N (Down Arrow)   Next line          | F9       Cut marked text or
14400   ^A                Beginning of line  |           delete current line
14401   ^E                End of line        | F10       Paste text, undelete lines
14402   F7                Previous page      |           cut with ^K, or unjustify
14403   F8                Next page          |-------------------------------------
14404   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14405 ---------------------------------------| F6       Whereis (search for string)
14406 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
14407  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
14408                  |  ^Z    Suspend      | ^L       Redraw Screen
14409  F2   Send       |  F6    Alt. editor  | F5       Read in a file
14410 </PRE>
14411 <!--chtml else-->
14412 <PRE>
14413 CURSOR MOTION KEYS                     |EDITING KEYS
14414   ^B (Left Arrow)   Back character     | ^D       Delete current character
14415   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14416   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14417   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
14418   ^A                Beginning of line  |           delete current line
14419   ^E                End of line        | ^U        Paste text, undelete lines
14420   ^Y                Previous page      |           cut with ^K, or unjustify
14421   ^V                Next page          |-------------------------------------
14422   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14423 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
14424 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
14425  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
14426                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
14427  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
14428 </PRE>
14429 <!--chtml endif-->
14431 NOTE: The presence or absence of the following commands is determined
14432 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
14433 some of these commands may be administratively disabled by your system
14434 manager; if they don't work, please check with your local help desk
14435 before reporting a bug.
14437 <UL>
14438  <LI>Suspend (suspends Alpine and gives a system prompt)
14439  <LI>Alternate editor (allows you to compose with your own editor)
14440 </UL>
14443 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
14444 Ctrl-&#92;, ESC
14447 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
14448 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
14450 &lt;End of help on this topic&gt;
14451 </BODY>
14452 </HTML>
14453 ===== h_composer_commentedit =====
14454 <HTML>
14455 <HEAD>
14456 <TITLE>Comment Editor Commands Explained</TITLE>
14457 </HEAD>
14458 <BODY>
14459 <H1>COMMENT EDITOR COMMANDS</H1>
14460 <!--chtml if pinemode="function_key"-->
14461 <PRE>
14462 CURSOR MOTION KEYS                     |EDITING KEYS
14463   ^B (Left Arrow)   Back character     | ^D       Delete current character
14464   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14465   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14466   ^N (Down Arrow)   Next line          | F9       Cut marked text or
14467   ^A                Beginning of line  |           delete current line
14468   ^E                End of line        | F10       Paste text, undelete lines
14469   F7                Previous page      |           cut with ^K, or unjustify
14470   F8                Next page          |-------------------------------------
14471   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14472 ---------------------------------------| F6       Whereis (search for string)
14473 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
14474  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
14475                  |  ^Z    Suspend      | ^L       Redraw Screen
14476  F2   Send       |  F6    Alt. editor  | F5       Read in a file
14477 </PRE>
14478 <!--chtml else-->
14479 <PRE>
14480 CURSOR MOTION KEYS                     |EDITING KEYS
14481   ^B (Left Arrow)   Back character     | ^D       Delete current character
14482   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14483   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14484   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
14485   ^A                Beginning of line  |           delete current line
14486   ^E                End of line        | ^U        Paste text, undelete lines
14487   ^Y                Previous page      |           cut with ^K, or unjustify
14488   ^V                Next page          |-------------------------------------
14489   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14490 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
14491 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
14492  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
14493                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
14494  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
14495 </PRE>
14496 <!--chtml endif-->
14498 NOTE: The presence or absence of the following commands is determined
14499 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
14500 some of these commands may be administratively disabled by your system
14501 manager; if they don't work, please check with your local help desk
14502 before reporting a bug.
14504 <UL>
14505  <LI>Suspend (suspends Alpine and gives a system prompt)
14506  <LI>Alternate editor (allows you to compose with your own editor)
14507 </UL>
14510 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
14511 Ctrl-&#92;, ESC
14514 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
14515 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
14517 &lt;End of help on this topic&gt;
14518 </BODY>
14519 </HTML>
14520 ======= h_composer_abook_nick =======
14521 <HTML>
14522 <HEAD>
14523 <TITLE>Addressbook Nickname Explained</TITLE>
14524 </HEAD>
14525 <BODY>
14526 This is a short nickname for this address book entry.  If it is used in
14527 place of an address from the composer, the composer will fill in the
14528 address(es) for the entry that matches the nickname. 
14531 Look <A HREF="h_edit_nav_cmds">here</A>
14532 to see the available Editing and Navigation commands.
14534 &lt;End of help on this topic&gt;
14535 </BODY>
14536 </HTML>
14537 ======= h_composer_abook_full =======
14538 <HTML>
14539 <HEAD>
14540 <TITLE>Addressbook Fullname Explained</TITLE>
14541 </HEAD>
14542 <BODY>
14543 This is the full name field for this entry.  If this is going to be a
14544 distribution list (more than one address), it should be a descriptive
14545 phrase describing the list.  It will be included in the mail header if you
14546 put the list in the To: or CC: field, or in the To: line if you put the
14547 list in the Lcc: field.  It's OK to leave this field blank (and OK to
14548 leave any of the other fields blank, too). If this address book entry is
14549 going to be a simple entry with just one address, then this field is the
14550 person's name. When you send mail to this entry, this is the field to the
14551 left of the brackets. That is, it is the most readable part of the 
14552 address. For example, in the sample address:
14553 <PRE>
14554        John Doe &lt;jdoe@some.domain&gt;
14555 </PRE>
14556 "John Doe" is the full name field. If you are sorting your address book
14557 with one of the options that uses full names, then it might be useful to
14558 enter the full name as "Last, First", for example:
14559 <PRE>
14560        Doe, John
14561 </PRE>
14562 so that it will be sorted using Doe instead of John. This will be changed
14563 back into John Doe when you use it.
14565 Look <A HREF="h_edit_nav_cmds">here</A>
14566 to see the available Editing and Navigation commands.
14568 &lt;End of help on this topic&gt;
14569 </BODY>
14570 </HTML>
14571 ======= h_composer_abook_fcc =======
14572 <HTML>
14573 <HEAD>
14574 <TITLE>Addressbook Fcc Explained</TITLE>
14575 </HEAD>
14576 <BODY>
14577 If this entry is the first one in the To: line of an outgoing message,
14578 this field will be used for the Fcc (File Carbon Copy) instead of whatever
14579 you would normally get (which depends on which
14580 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
14581 you've chosen). 
14583 If this field consists of two double quotes (&quot;&quot;) that tells Alpine
14584 that you don't want any Fcc associated with this entry.
14586 Look <A HREF="h_edit_nav_cmds">here</A>
14587 to see the available Editing and Navigation commands.
14589 &lt;End of help on this topic&gt;
14590 </BODY>
14591 </HTML>
14592 ====== h_config_combined_abook_display =====
14593 <HTML>
14594 <HEAD>
14595 <TITLE>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></TITLE>
14596 </HEAD>
14597 <BODY>
14598 <H1>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></H1>
14600 This feature affects the address book display screens.
14601 Normally, expanding an address book from the ADDRESS BOOK LIST screen
14602 will cause the remaining address books and directory servers to disappear
14603 from the screen, leaving only the entries of the expanded address book.
14604 If this feature is set, then the other address books will remain on the screen,
14605 so that all of the address books can be present at once.
14608 The way that commands work won't be changed.
14609 For example, the Select All command will select all of the entries in the
14610 current address book, not all of the entries in all of the address books.
14611 The WhereIs command will change a little.
14612 It will search through all of the text on the screen plus all of the entries
14613 from expanded address books.
14616 When this feature is set, the setting of the feature
14617 <A HREF="h_config_expanded_addrbooks">&quot;<!--#echo var="FEAT_expanded-view-of-addressbooks"-->&quot;</A>
14618 has an effect.
14620 &lt;End of help on this topic&gt;
14621 </BODY>
14622 </HTML>
14623 ====== h_config_titlebar_color_style =====
14624 <HTML>
14625 <HEAD>
14626 <TITLE>OPTION: <!--#echo var="VAR_titlebar-color-style"--></TITLE>
14627 </HEAD>
14628 <BODY>
14629 <H1>OPTION: <!--#echo var="VAR_titlebar-color-style"--></H1>
14631 This option affects the colors used to display the titlebar (the top
14632 line on the screen) when viewing a message.
14635 The available options include:
14638 <DL>
14639 <DT>default</DT>
14640 <DD>The color of the titlebar will be the color you set for the
14641 <A HREF="h_config_title_color">Title Color</A>.
14642 The Title Color may be set by using the
14643 <A HREF="h_color_setup">Setup Kolor</A> screen.
14644 </DD>
14646 <DT>indexline</DT>
14647 <DD>The color of the titlebar will be the same as the color of the
14648 index line corresponding to the message being viewed.
14649 The rules that determine what color the index line will be may be set
14650 up by going to the Setup/Rules/Indexcolor screen.
14651 If the index line for a message is not colored explicitly by the
14652 Indexcolor rules, then the titlebar will be colored the same as for
14653 the &quot;default&quot; option above (which is not the same color that
14654 the index line itself will have).
14655 </DD>
14657 <DT>reverse-indexline</DT>
14658 <DD>This is similar to the &quot;indexline&quot; option except the
14659 foreground and background colors from the corresponding index line will
14660 be reversed.
14661 For example, if the index line color is red letters on a white background,
14662 then the titlebar will be white letters on a red background.
14663 If the index line for a message is not colored explicitly by the
14664 Indexcolor rules, then the titlebar will be colored the same as for
14665 the &quot;default&quot; option above (which is not the same color that
14666 the index line itself will have).
14667 </DD>
14668 </DL>
14672 <UL>   
14673 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14674 </UL><P>
14675 &lt;End of help on this topic&gt;
14676 </BODY>
14677 </HTML>
14678 ====== h_config_index_color_style =====
14679 <HTML>
14680 <HEAD>
14681 <TITLE>OPTION: <!--#echo var="VAR_current-indexline-style"--></TITLE>
14682 </HEAD>
14683 <BODY>
14684 <H1>OPTION: <!--#echo var="VAR_current-indexline-style"--></H1>
14686 This option affects the colors used to display the current line in the
14687 MESSAGE INDEX screen.
14688 If you do not have Index Color Rules defined, then this option will
14689 have no effect in the index.
14690 Those Rules may be defined by going to the Setup/Rules/Indexcolor screen.
14692 If the option
14693 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
14694 is turned on and the
14695 <A HREF="h_config_incunseen_color">Incoming Unseen Color</A>
14696 is set to something other than the default, then
14697 this option also affects the color used to display the current folder
14698 in the Incoming FOLDER LIST screen.
14701 The available options include:
14704 <DL>
14705 <DT>flip-colors</DT>
14706 <DD>This is the default.
14707 If an index line is colored because it matches one of your
14708 Index Color Rules, then its colors will be reversed when it is the currently
14709 highlighted line.
14710 For example, if the line is normally red text on a blue background, then
14711 when it is the current line it will be drawn as blue text on a red background.
14713 The rest of the option values all revert to this flip-colors behavior if
14714 there is no Reverse Color defined.
14715 </DD>
14717 <DT>reverse</DT>
14718 <DD>With this option the Reverse color is always used to highlight the
14719 current line.
14720 </DD>
14722 <DT>reverse-fg</DT>
14723 <DD>The foreground part of the Reverse Color is used to highlight
14724 the current line.
14725 If this would cause the text to be unreadable (because the foreground and
14726 background colors are the same) or if it would cause no change in the
14727 color of the index line, then the colors are flipped instead.
14729 Some people think this works particularly well if you use different
14730 background colors to emphasize &quot;interesting&quot; lines,
14731 but always with the same Normal foreground color,
14732 and you use a different foreground color for the Reverse Color.
14733 </DD>
14735 <DT>reverse-fg-no-ambiguity</DT>
14736 <DD>With the &quot;reverse-fg&quot; rule above, it is possible that
14737 the resulting color will be exactly the same as the regular Reverse
14738 Color.
14739 That can lead to some possible confusion because an
14740 &quot;interesting&quot;
14741 line that is the current line will be displayed exactly the same as a
14742 non-interesting line that is current.
14743 You can't tell whether the line is just a regular current line or if it is
14744 an &quot;interesting&quot; current line by looking at the color.
14745 Setting the option to this value removes that ambiguity.
14746 It is the same as the &quot;reverse-fg&quot; setting unless the resulting
14747 interesting current line would look just like a non-interesting current line.
14748 In that case, the interesting line's colors are simply flipped (like in the
14749 default behavior).
14751 As an alternative way to preserve the line's interestingness in this case,
14752 you may find that using both a different foreground and a different
14753 background color for the interesting line will help.
14754 </DD>
14756 <DT>reverse-bg</DT>
14757 <DD>The background part of the Reverse Color is used to highlight
14758 the current line.
14759 If this would cause the text to be unreadable (because the foreground and
14760 background colors are the same) or if it would cause no change in the
14761 color of the index line, then the colors are flipped instead.
14763 Some people think this works particularly well if you use different
14764 foreground colors to emphasize &quot;interesting&quot; lines,
14765 but always with the same Normal background color,
14766 and you use a different background color for the Reverse Color.
14767 </DD>
14769 <DT>reverse-bg-no-ambiguity</DT>
14770 <DD>As with the &quot;reverse-fg&quot; case, the &quot;reverse-bg&quot;
14771 rule may also result in a color that is exactly the same as the regular
14772 Reverse Color.
14773 Setting the option to this value removes that ambiguity.
14774 It is the same as the &quot;reverse-bg&quot; setting unless the resulting
14775 current line has the same color as the Reverse Color.
14776 In that case, the interesting line's colors are simply flipped (like in the
14777 default behavior).
14778 </DD>
14779 </DL>
14783 <UL>   
14784 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14785 </UL><P>
14786 &lt;End of help on this topic&gt;
14787 </BODY>
14788 </HTML>
14789 ====== h_config_expanded_addrbooks =====
14790 <HTML>
14791 <HEAD>
14792 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></TITLE>
14793 </HEAD>
14794 <BODY>
14795 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></H1>
14797 If multiple address books (either personal or global) are defined, and you
14798 wish to have them all expanded implicitly upon entering the ADDRESS BOOK
14799 screen, then set this feature. This feature will have no effect unless the
14800 feature
14801 <A HREF="h_config_combined_abook_display">&quot;<!--#echo var="FEAT_combined-addrbook-display"-->&quot;</A>
14802 is also set.
14804 &lt;End of help on this topic&gt;
14805 </BODY>
14806 </HTML>
14807 ====== h_config_combined_folder_display =====
14808 <HTML>
14809 <HEAD>
14810 <TITLE>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></TITLE>
14811 </HEAD>
14812 <BODY>
14813 <H1>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></H1>
14815 This feature affects the folder list display screens.
14816 Normally, each folder list is viewed within its collection only.  This
14817 command allows folder lists to be viewed within a single screen that
14818 combines the contents of all collections.
14821 The way that commands work won't be changed.
14822 For example, the Select All command will select all of the folders in the
14823 current collection, not all of the entries in all of the collections.
14824 The WhereIs command will change a little.
14825 It will search through all of the folders in the current collection as well
14826 as all the folder in any other expanded collection.
14829 When this feature is set, the setting of the feature
14830 <A HREF="h_config_expanded_folders">&quot;<!--#echo var="FEAT_expanded-view-of-folders"-->&quot;</A>
14831 has an effect.
14833 &lt;End of help on this topic&gt;
14834 </BODY>
14835 </HTML>
14836 ====== h_config_combined_subdir_display =====
14837 <HTML>
14838 <HEAD>
14839 <TITLE>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></TITLE>
14840 </HEAD>
14841 <BODY>
14842 <H1>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></H1>
14844 This feature affects the Folder List screen when
14846 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
14847 feature is enabled.  Normally, selecting a directory from the Folder
14848 List takes you into a new screen displaying only the contents of
14849 that directory.
14852 Enabling this feature will cause the contents of the selected
14853 directory to be
14854 displayed within the boundaries of the &quot;Collection&quot; it
14855 is a part of.  All previously displayed collections will remain
14856 in the screen.
14859 The way that commands work won't be changed.
14860 For example, the Select All command will select all of the folders in the
14861 directory, as opposed to all of the entries in all of the collections.
14862 The WhereIs command will change a little.
14863 It will search through all of the folders in the current collection as well
14864 as all the folder in any other expanded collection.
14867 &lt;End of help on this topic&gt;
14868 </BODY>
14869 </HTML>
14870 ====== h_config_separate_fold_dir_view =====
14871 <HTML>
14872 <HEAD>
14873 <TITLE>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></TITLE>
14874 </HEAD>
14875 <BODY>
14876 <H1>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></H1>
14878 This feature affects folder collections wherein a folder
14879 and directory can have the same name.  By default, Alpine displays them
14880 only once, denoting that it is both a folder and directory by appending
14881 the folder name with the hierarchy character enclosed
14882 in square brackets.
14886 Enabling this feature will cause Alpine to display such names
14887 separately marking the name representing a directory with a trailing
14888 hierarchy delimiter (typically the slash, &quot;/&quot;, character).
14891 The feature also alters the command set slightly.  By default, the
14892 right-arrow descends into the directory, while hitting the Return key will
14893 cause the folder by that name to be opened.
14896 With this feature set, the Return key will open the highlighted folder, or
14897 enter the highlighted directory.
14900 &lt;End of help on this topic&gt;
14901 </BODY>
14902 </HTML>
14903 ====== h_config_expanded_folders =====
14904 <HTML>
14905 <HEAD>
14906 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></TITLE>
14907 </HEAD>
14908 <BODY>
14909 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></H1>
14911 If multiple folder collections are defined, and you
14912 wish to have them all expanded implicitly upon entering the FOLDER LIST
14913 screen, then set this feature. This feature will have no effect unless the
14914 feature
14915 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
14916 is also set.
14918 &lt;End of help on this topic&gt;
14919 </BODY>
14920 </HTML>
14921 ======= h_config_ldap_server =======
14922 <HTML>
14923 <HEAD>
14924 <TITLE>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
14925 </HEAD>
14926 <BODY>
14927 <H1>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
14928 This is the name of the host where an LDAP server is running.
14929 For redundancy, this may be a space-delimited set of server names, in which
14930 case the first server that answers is used.
14931 Each of the server names may be optionally followed by
14932 a colon and a port number.
14933 If this form is used then the port number configured below in the
14934 <EM>port</EM> field is not used.
14936 To find out whether your organization has its own LDAP server, 
14937 contact its computing support staff.
14938 <P><UL>
14939 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14940 </UL>
14942 &lt;End of help on this topic&gt;
14943 </BODY>
14944 </HTML>
14945 ======= h_config_ldap_base =======
14946 <HTML>
14947 <HEAD>
14948 <TITLE>LDAP OPTION: Search-Base</TITLE>
14949 </HEAD>
14950 <BODY>
14951 <H1>LDAP OPTION: Search-Base</H1>
14953 This is the search base to be used on this server.  It functions as a filter 
14954 by restricting your searches in the LDAP server database
14955 to the specified contents of the specified fields.  Without it, searches 
14956 submitted to this directory server may fail.  It might be something
14957 like:
14959 <PRE>
14960       O = &lt;Your Organization Name&gt;, C = US
14961 </PRE>
14962 or it might be blank.  
14963 (Some LDAP servers actually ignore anything specified here.)
14965 If in doubt what parameters you should specify here, 
14966 contact the maintainers of the LDAP server.
14967 <P><UL>
14968 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14969 </UL>
14971 &lt;End of help on this topic&gt;
14972 </BODY>
14973 </HTML>
14974 ======= h_config_ldap_port =======
14975 <HTML>
14976 <HEAD>
14977 <TITLE>LDAP OPTION: Port</TITLE>
14978 </HEAD>
14979 <BODY>
14980 <H1>LDAP OPTION: Port</H1>
14982 This is the TCP port number to be used with this LDAP server. If you leave
14983 this blank port 389 will be used.
14985 &lt;End of help on this topic&gt;
14986 </BODY>
14987 </HTML>
14988 ======= h_config_ldap_nick =======
14989 <HTML>
14990 <HEAD>
14991 <TITLE>LDAP OPTION: Nickname</TITLE>
14992 </HEAD>
14993 <BODY>
14994 <H1>LDAP OPTION: Nickname</H1>
14996 This is a nickname to be used in displays. If you don't supply a
14997 nickname the server name
14998 (<A HREF="h_config_ldap_server">&quot;<!--#echo var="VAR_ldap-servers"-->&quot;</A>)
14999 will be used instead.  This option is strictly for your convenience.
15001 &lt;End of help on this topic&gt;
15002 </BODY>
15003 </HTML>
15004 ======= h_config_ldap_binddn =======
15005 <HTML>
15006 <HEAD>
15007 <TITLE>LDAP OPTION: Bind-DN</TITLE>
15008 </HEAD>
15009 <BODY>
15010 <H1>LDAP OPTION: Bind-DN</H1>
15012 You may need to authenticate to the LDAP server before you are able to use it.
15013 This is the Distinguished Name to bind to when authenticating to this server.
15014 Try leaving this blank until you know you need it.
15016 Alpine only knows about LDAP Simple authentication.
15017 It does not attempt LDAP SASL authentication.
15018 The DN and password will be sent in the clear unless TLS encryption is
15019 being used on this connection.
15020 Because of this, you may want to set the LDAP feature
15021 <A HREF="h_config_ldap_opts_tls">&quot;Attempt-TLS-On-Connection&quot;</A>
15022 or the feature
15023 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
15024 if you are going to be providing a password.
15025 <P><UL>
15026 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15027 </UL>
15029 &lt;End of help on this topic&gt;
15030 </BODY>
15031 </HTML>
15032 ======= h_config_ldap_opts_impl =======
15033 <HTML>
15034 <HEAD>
15035 <TITLE>LDAP FEATURE: Use-Implicitly-From-Composer</TITLE>
15036 </HEAD>
15037 <BODY>
15038 <H1>LDAP FEATURE: Use-Implicitly-From-Composer</H1>
15040 Set this to have lookups done to this server implicitly from the composer.
15041 If an address doesn't look like a fully-qualified address, it will be looked
15042 up in your address books, and if it doesn't match a nickname there, then it
15043 will be looked up on the LDAP servers that have this feature set.
15044 The lookups will also be done when using the address completion feature
15045 (TAB command) in the composer if any of the serves have this feature set.
15046 Also see the LDAP feature
15047 <A HREF="h_config_ldap_opts_rhs">&quot;Lookup-Addrbook-Contents&quot;</A>
15048 and the Setup/Config feature
15049 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
15051 &lt;End of help on this topic&gt;
15052 </BODY>
15053 </HTML>
15054 ======= h_config_ldap_opts_tls =======
15055 <HTML>
15056 <HEAD>
15057 <TITLE>LDAP FEATURE: Attempt-TLS-On-Connection</TITLE>
15058 </HEAD>
15059 <BODY>
15060 <H1>LDAP FEATURE: Attempt-TLS-On-Connection</H1>
15062 When connecting to this server Alpine will attempt to use TLS encryption
15063 on the connection.
15064 Also see the closely related feature
15065 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
15067 Note that if this option is set, then 
15068 <A HREF="h_config_ldap_opts_ldaps">
15069 &quot;Require-LDAPS-On-Connection&quot;</A>
15070 can not be enabled for this server. You must disable this feature in
15071 order to use 
15072 <A HREF="h_config_ldap_opts_ldaps">
15073 &quot;Require-LDAPS-On-Connection&quot;</A>
15075 &lt;End of help on this topic&gt;
15076 </BODY>
15077 </HTML>
15078 ======= h_config_ldap_opts_tlsmust =======
15079 <HTML>
15080 <HEAD>
15081 <TITLE>LDAP FEATURE: Require-TLS-On-Connection</TITLE>
15082 </HEAD>
15083 <BODY>
15084 <H1>LDAP FEATURE: Require-TLS-On-Connection</H1>
15086 When connecting to this server Alpine will attempt to use TLS encryption
15087 on the connection.
15088 If the StartTLS operation fails then the connection will not be used.
15090 Note that if this option is set, then 
15091 <A HREF="h_config_ldap_opts_ldaps">
15092 &quot;Require-LDAPS-On-Connection&quot;</A>
15093 can not be enabled for this server. You must disable this feature in
15094 order to use 
15095 <A HREF="h_config_ldap_opts_ldaps">
15096 &quot;Require-LDAPS-On-Connection&quot;</A>
15098 &lt;End of help on this topic&gt;
15099 </BODY>
15100 </HTML>
15101 ======= h_config_ldap_opts_ldaps =======
15102 <HTML>
15103 <HEAD>
15104 <TITLE>LDAP FEATURE: Require-LDAPS-On-Connection</TITLE>
15105 </HEAD>
15106 <BODY>
15107 <H1>LDAP FEATURE: Require-LDAPS-On-Connection</H1>
15109 When connecting to this server Alpine will use LDAPS (LDAP over SSL/TLS) 
15110 on the connection.
15112 This feature can not be used along with 
15113 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
15114  or
15115 <A HREF="h_config_ldap_opts_tls">&quot;Attempt-TLS-On-Connection&quot;</A>.
15116 If you want to connect using StartTLS to this server, you must disable
15117 this feature first.
15119 &lt;End of help on this topic&gt;
15120 </BODY>
15121 </HTML>
15122 ====== h_config_ldap_opts_rhs =====
15123 <HTML>
15124 <HEAD>
15125 <TITLE>LDAP FEATURE: Lookup-Addrbook-Contents</TITLE>
15126 </HEAD>
15127 <BODY>
15128 <H1>LDAP FEATURE: Lookup-Addrbook-Contents</H1>
15130 Normally implicit LDAP lookups from the composer are done only for the
15131 strings you type in from the composer screen. In other words, you type in
15132 something in the To or CC field and press return, then the string is looked up.
15133 First that string is looked up in your address books. If a match is found
15134 there, then the results of that match are looked up again. If you place
15135 a string in your address book that you want to have looked up on the LDAP
15136 directory server, you need to turn on this feature. If you set this feature
15137 for a server, you almost always will also want to set the
15138 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
15139 feature. An example might serve to best illustrate this feature.
15141 If an LDAP lookup of &quot;William Clinton&quot; normally returns an
15142 entry with an
15143 address of pres@whitehouse.gov, then you might put an entry in your address
15144 book that looks like:
15146 <CENTER><SAMP>Nickname = bill</SAMP></CENTER><BR>
15147 <CENTER><SAMP>Address = &quot;William Clinton&quot;</SAMP></CENTER>
15149 Now, when you type &quot;bill&quot; into an
15150 address field in the composer Alpine will
15151 find the &quot;bill&quot; entry in your address book.
15152 It will replace &quot;bill&quot; with
15153 &quot;William Clinton&quot;.
15154 It will then search for an entry with that nickname
15155 in your address book and not find one. If this feature
15156 is set, Alpine will then attempt to lookup
15157 &quot;William Clinton&quot; on the LDAP server and find the entry with address
15158 pres@whitehouse.gov.
15160 A better way to accomplish the same thing is probably to use the feature
15161 <A HREF="h_config_ldap_opts_ref">&quot;Save-Search-Criteria-Not-Result&quot;</A>.
15163 &lt;End of help on this topic&gt;
15164 </BODY>
15165 </HTML>
15166 ====== h_config_ldap_opts_ref =====
15167 <HTML>
15168 <HEAD>
15169 <TITLE>LDAP FEATURE: Save-Search-Criteria-Not-Result</TITLE>
15170 </HEAD>
15171 <BODY>
15172 <H1>LDAP FEATURE: Save-Search-Criteria-Not-Result</H1>
15174 Normally when you save the results of an LDAP directory lookup to your
15175 address book the results of the lookup are saved. If this feature is set
15176 and the entry being saved was found on this directory server, then the
15177 search criteria is saved instead of the results of the search. When this
15178 address book entry is used in the future, instead of copying the results
15179 from the address book the directory lookup will be done again. This could
15180 be useful if the copied result might become stale because the data on
15181 the directory server changes (for example, the entry's email address changes).
15182 You probably don't want to set this feature if the server is at all slow or
15183 unreliable.
15185 The way this actually works is that instead of saving the email address
15186 in your address book, Alpine saves enough information to look up the same
15187 directory entry again. In particular, it saves the server name and the
15188 distinguished name of the entry. It's possible that the server administrators
15189 might change the format of distinguished names on the server, or that the
15190 entry might be removed from the server. If Alpine notices this, you will be warned
15191 and a backup copy of the email address will be used. You may want to create
15192 a new entry in this case, since you will get the annoying warning every
15193 time you use the old entry. You may do that by Saving the entry to a new
15194 nickname in the same address book. You will be asked whether or not you
15195 want to use the backup email address.
15197 A related feature in the Setup/Config screen is
15198 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
15200 &lt;End of help on this topic&gt;
15201 </BODY>
15202 </HTML>
15203 ======= h_config_ldap_opts_nosub =======
15204 <HTML>
15205 <HEAD>
15206 <TITLE>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</TITLE>
15207 </HEAD>
15208 <BODY>
15209 <H1>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</H1>
15211 Spaces in your input are normally handled specially.
15212 Each space character is replaced
15215 <CENTER><SAMP>*&nbsp;&lt;SPACE&gt;</SAMP></CENTER>
15217 in the search query (but not by &quot;* &lt;SPACE&gt; *&quot;).
15218 The reason this is done is so the input string
15220 <CENTER><SAMP>Greg Donald</SAMP></CENTER>
15222 (which is converted to &quot;Greg* Donald&quot;) will match
15223 the names &quot;Greg Donald&quot;,
15224 &quot;Gregory Donald&quot;, &quot;Greg F. Donald&quot;, and
15225 &quot;Gregory F Donald&quot;; but it won't match &quot;Greg McDonald&quot;.
15226 If the &quot;Search-Rule&quot; you were using was &quot;begins-with&quot;,
15227 then it would also match the name &quot;Greg Donaldson&quot;.
15229 Turning on this feature will disable this substitution.
15231 &lt;End of help on this topic&gt;
15232 </BODY>
15233 </HTML>
15234 ====== h_config_ldap_searchtypes =======
15235 <HTML>
15236 <HEAD>
15237 <TITLE>LDAP OPTION: Search-Type</TITLE>
15238 </HEAD>
15239 <BODY>
15240 <H1>LDAP OPTION: Search-Type</H1>
15242 This affects the way that LDAP searches are done.
15243 In particular, this tells the server where to look for the string to be matched.
15244 If set to &quot;name&quot; then the string that is being searched for will
15245 be compared with the string in the
15246 &quot;Name&quot; field on the server
15247 (technically, it is the &quot;commonname&quot; field on the server).
15248 &quot;Surname&quot; means we're looking for a
15249 match in the &quot;Surname&quot; field on the
15250 server (actually the &quot;sn&quot; field).
15251 &quot;Givenname&quot; really is &quot;givenname&quot;
15252 and &quot;email&quot; is the electronic mail address (this is actually the field
15253 called &quot;mail&quot; or &quot;electronicmail&quot; on the server).
15254 The other three types are combinations of
15255 the types listed so far. &quot;Name-or-email&quot;
15256 means the string should appear
15257 in either the &quot;name&quot; field OR the &quot;email&quot; field.
15258 Likewise, &quot;surname-or-givenname&quot;
15259 means &quot;surname&quot; OR &quot;givenname&quot;
15260 and &quot;sur-or-given-or-name-or-email&quot; means the obvious thing.
15262 This search TYPE is combined with the
15263 search <A HREF="h_config_ldap_searchrules">RULE</A>
15264 to form the actual search query.
15266 The usual default value for this
15267 option is &quot;sur-or-given-or-name-or-email&quot;.
15268 This type of search may be slow on some servers.
15269 Try &quot;name-or-email&quot;, which is often
15270 faster, or just &quot;name&quot; if the performance seems to be a problem.
15272 Some servers have been configured with different attribute names for
15273 these four fields.
15274 In other words, instead of using the attribute name &quot;mail&quot;
15275 for the email address field, the server might be configured to use something
15276 else, for example, &quot;rfc822mail&quot; or &quot;internetemailaddress&quot;.
15277 Alpine can be configured to use these different attribute names by using
15278 the four configuration options:
15279 <P><UL>
15280 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
15281 </UL>
15282 <P><UL>
15283 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
15284 </UL>
15285 <P><UL>
15286 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
15287 </UL>
15288 <P><UL>
15289 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
15290 </UL>
15292 &lt;End of help on this topic&gt;
15293 </BODY>
15294 </HTML>
15295 ====== h_config_ldap_searchrules =======
15296 <HTML>
15297 <HEAD>
15298 <TITLE>LDAP OPTION: Search-Rule</TITLE>
15299 </HEAD>
15300 <BODY>
15301 <H1>LDAP OPTION: Search-Rule</H1>
15303 This affects the way that LDAP searches are done.
15304 If set to &quot;equals&quot; then
15305 only exact matches count.
15306 &quot;Contains&quot; means that the string you type in
15307 is a substring of what you are matching against.
15308 &quot;Begins-with&quot; and &quot;ends-with&quot;
15309 mean that the string starts or ends with the string you type in.
15311 Spaces in your input are normally handled specially, but you can turn that
15312 special handling off with the
15313 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
15314 feature.
15316 The usual default value for this option is &quot;begins-with&quot;.
15318 &lt;End of help on this topic&gt;
15319 </BODY>
15320 </HTML>
15321 ======= h_config_ldap_email_attr =======
15322 <HTML>
15323 <HEAD>
15324 <TITLE>LDAP OPTION: EmailAttribute</TITLE>
15325 </HEAD>
15326 <BODY>
15327 <H1>LDAP OPTION: EmailAttribute</H1>
15329 This is the name of the attribute that is searched for when looking for
15330 an email address. The default value for this option is &quot;mail&quot; or
15331 &quot;electronicmail&quot;.
15332 If the server you are using uses a different attribute name for the email
15333 address, put that attribute name here.
15335 This will affect the search filter used if your Search-Type is one that
15336 contains a search for &quot;email&quot;.
15337 It will also cause the attribute value matching this attribute name to be used
15338 as the email address when you look up an entry from the composer.
15340 &lt;End of help on this topic&gt;
15341 </BODY>
15342 </HTML>
15343 ======= h_config_ldap_sn_attr =======
15344 <HTML>
15345 <HEAD>
15346 <TITLE>LDAP OPTION: SurnameAttribute</TITLE>
15347 </HEAD>
15348 <BODY>
15349 <H1>LDAP OPTION: SurnameAttribute</H1>
15351 This is the name of the attribute that is searched for when looking for
15352 the surname of the entry. The default value for this option is &quot;sn&quot;.
15353 If the server you are using uses a different attribute name for the surname,
15354 put that attribute name here.
15355 This will affect the search filter used if your Search-Type is one that
15356 contains a search for &quot;surname&quot;.
15358 &lt;End of help on this topic&gt;
15359 </BODY>
15360 </HTML>
15361 ======= h_config_ldap_gn_attr =======
15362 <HTML>
15363 <HEAD>
15364 <TITLE>LDAP OPTION: GivennameAttribute</TITLE>
15365 </HEAD>
15366 <BODY>
15367 <H1>LDAP OPTION: GivennameAttribute</H1>
15369 This is the name of the attribute that is searched for when looking for
15370 the given name of the entry. The default value for this option is &quot;givenname&quot;.
15371 If the server you are using uses a different attribute name for the given name,
15372 put that attribute name here.
15373 This will affect the search filter used if your Search-Type is one that
15374 contains a search for &quot;givenname&quot;.
15376 &lt;End of help on this topic&gt;
15377 </BODY>
15378 </HTML>
15379 ======= h_config_ldap_cn_attr =======
15380 <HTML>
15381 <HEAD>
15382 <TITLE>LDAP OPTION: NameAttribute</TITLE>
15383 </HEAD>
15384 <BODY>
15385 <H1>LDAP OPTION: NameAttribute</H1>
15387 This is the name of the attribute that is searched for when looking for
15388 the name of the entry. The default value for this option is &quot;cn&quot;, which
15389 stands for common name.
15390 If the server you are using uses a different attribute name for the name,
15391 put that attribute name here.
15392 This will affect the search filter used if your Search-Type is one that
15393 contains a search for &quot;name&quot;.
15395 &lt;End of help on this topic&gt;
15396 </BODY>
15397 </HTML>
15398 ======= h_config_ldap_time =======
15399 <HTML>
15400 <HEAD>
15401 <TITLE>LDAP OPTION: Timelimit</TITLE>
15402 </HEAD>
15403 <BODY>
15404 <H1>LDAP OPTION: Timelimit</H1>
15406 This places a limit on the number of seconds the LDAP search will continue.
15407 The default is 30 seconds. A value of 0 means no limit. Note that some servers
15408 may place limits of their own on searches.
15410 &lt;End of help on this topic&gt;
15411 </BODY>
15412 </HTML>
15413 ======= h_config_ldap_size =======
15414 <HTML>
15415 <HEAD>
15416 <TITLE>LDAP OPTION: Sizelimit</TITLE>
15417 </HEAD>
15418 <BODY>
15419 <H1>LDAP OPTION: Sizelimit</H1>
15421 This places a limit on the number of entries returned by the LDAP server.
15422 A value of 0 means no limit. The default is 0. Note that some servers
15423 may place limits of their own on searches.
15425 &lt;End of help on this topic&gt;
15426 </BODY>
15427 </HTML>
15428 ======= h_config_ldap_cust =======
15429 <HTML>
15430 <HEAD>
15431 <TITLE>LDAP OPTION: Custom-Search-Filter</TITLE>
15432 </HEAD>
15433 <BODY>
15434 <H1>LDAP OPTION: Custom-Search-Filter</H1>
15436 This one is for advanced users only! If you define this, then the
15437 &quot;Search-Type&quot; and &quot;Search-Rule&quot; defined are both ignored.
15438 However, the feature
15439 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
15440 is still in effect.
15441 That is, the space substitution will take place even in a custom filter unless
15442 you disable it.
15444 If your LDAP service stops working and you suspect it might be because
15445 of your custom filter, just delete this filter and try using the
15446 &quot;Search-Type&quot; and &quot;Search-Rule&quot; instead.
15447 Another option that sometimes causes trouble is the
15448 <A HREF="h_config_ldap_base">&quot;Search-Base&quot;</A> option.
15450 This variable may be set to the string representation of an LDAP search
15451 filter (see RFC1960). In the places where you want the address string to be
15452 substituted in, put a '%s' in this filter string. Here are some examples:
15454 A &quot;Search-Type&quot; of &quot;name&quot; with &quot;Search-Rule&quot; of &quot;begins-with&quot;
15455 is equivalent to the &quot;Custom-Search-Filter&quot;
15456 <PRE>
15457      (cn=%s*)
15458 </PRE>
15459 When you try to match against the string &quot;string&quot; the program replaces
15460 the &quot;%s&quot; with &quot;string&quot; (without the quotes). You may have multiple &quot;%s&quot;'s and
15461 they will all be replaced with the string. There is a limit of 10 &quot;%s&quot;'s.
15463 A &quot;Search-Type&quot; of &quot;name-or-email&quot; with &quot;Search-Rule&quot;
15464 of &quot;contains&quot; is equivalent to
15465 <PRE>
15466      (|(cn=*%s*)(mail=*%s*))
15467 </PRE>
15469 If your server uses a different attribute <EM>name</EM> than
15470 Alpine uses by default,
15471 (for example, it uses &quot;rfc822mail&quot; instead of &quot;mail&quot;),
15472 then you may be able to use one or more of the four attribute configuration
15473 options instead of defining a custom filter:
15474 <P><UL>
15475 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
15476 </UL>
15477 <P><UL>
15478 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
15479 </UL>
15480 <P><UL>
15481 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
15482 </UL>
15483 <P><UL>
15484 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
15485 </UL>
15487 &lt;End of help on this topic&gt;
15488 </BODY>
15489 </HTML>
15490 ======= h_composer_abook_comment =======
15491 <HTML>
15492 <HEAD>
15493 <TITLE>Addressbook Comment Explained</TITLE>
15494 </HEAD>
15495 <BODY>
15496 This is a comment to help you remember what this entry is. The WhereIs
15497 command searches comments so that it is easier to find an entry with a comment
15498 you know about attached to it. This field is not used in the outgoing message.
15500 Look <A HREF="h_edit_nav_cmds">here</A>
15501 to see the available Editing and Navigation commands.
15503 &lt;End of help on this topic&gt;
15504 </BODY>
15505 </HTML>
15506 ======= h_composer_abook_addrs =======
15507 <HTML>
15508 <HEAD>
15509 <TITLE>Addressbook Lists</TITLE>
15510 </HEAD>
15511 <BODY>
15512 <H1>Addressbook Lists</H1>
15514 This is a list of addresses to send to when sending to this address book
15515 entry.  Each member of the list may be an address or another nickname from
15516 any of your address books.  If it is an address, it is OK to include the
15517 full name field as well as the electronic address portion of that address.
15518 For example, the following are all legitimate entries in this field:
15520 <DL><DT>&nbsp;</DT>
15521 <DD>john&nbsp;&nbsp;&nbsp;&nbsp;(a nickname in your address book)
15522 <DD>jdoe@some.domain
15523 <DD>John Doe &lt;jdoe@some.domain&gt;
15524 </DL>
15526 The addresses should be listed separated by commas, just like you would
15527 enter them from the composer.
15531 The only difference between a distribution list and a simple entry with a
15532 single address, is that a distribution list has more than one address   
15533 listed in the Addresses: field, whereas a simple personal entry has just  
15534 one address.
15538 For individual address book entries, if there is a full name in the
15539 Fullname: field (filling in the Fullname: field is not required), it is
15540 used.  If the full name is specified in the Address: field and not in the
15541 Fullname: field, then the full name from the Address: field is used.
15545 If you type the nickname of a distribution list from one of your address 
15546 books in the Lcc: field, then the full name of that list is used in the  
15547 To: field.  If you put a list in the To: or Cc: fields, that list will be
15548 expanded into all of its addresses.  If the list has a full name, then
15549 that will appear at the beginning of the addresses.
15551 <DL><DT>&nbsp;</DT>
15552 <DD>Sewing Club &lt;john@somewhere&gt;, nancy@something.else, Sal
15553 &lt;sal@here.there&gt;
15554 </DL>
15556 If the first address in the distribution list also has a full name, then
15557 the list full name and that full name are combined into something like the
15558 following:
15560 <DL><DT>&nbsp;</DT>
15561 <DD>Sewing Club -- John Smith &lt;john@somewhere&gt;
15562 </DL>
15565 If you specify a list via Lcc, the full name is used in the To: line.  If
15566 you specify a list in the To: or Cc: fields, then it uses the same method
15567 as for individual entries for filling in the full name.
15571 For help with editing and navigation commands, check the Help for the
15572 Nickname: field.
15575 &lt;End of help on this topic&gt;
15576 </BODY>
15577 </HTML>
15578 ======= h_config_role_nick =======
15579 <HTML>
15580 <HEAD>
15581 <TITLE>Nickname Explained</TITLE>
15582 </HEAD>
15583 <BODY>
15584 <H1>Nickname Explained</H1>
15586 This is a nickname to help you.
15587 You should have a different nickname for each role you define.
15588 The nickname will be used in the SETUP ROLE RULES screen to allow you to
15589 pick a role to edit.
15590 It will also be used when you send a message to let you know you are
15591 sending with a different role than you use by default, and
15592 it will be useful for choosing a role when composing with the Role command
15593 or when composing with one of the Role Uses set to With Confirmation.
15594 This field is not used in the outgoing message.
15596 Look <A HREF="h_edit_nav_cmds">here</A>
15597 to see the available Editing and Navigation commands.
15599 &lt;End of help on this topic&gt;
15600 </BODY>
15601 </HTML>
15602 ======= h_config_role_comment =======
15603 <HTML>
15604 <HEAD>
15605 <TITLE>Comment Explained</TITLE>
15606 </HEAD>
15607 <BODY>
15608 <H1>Comment Explained</H1>
15610 This is a comment to help you.
15611 This comment does not play any functional role, it is simply an optional
15612 comment to help you remember what the rule is for.
15614 Look <A HREF="h_edit_nav_cmds">here</A>
15615 to see the available Editing and Navigation commands.
15617 &lt;End of help on this topic&gt;
15618 </BODY>
15619 </HTML>
15620 ======= h_config_other_nick =======
15621 <HTML>
15622 <HEAD>
15623 <TITLE>Nickname Explained</TITLE>
15624 </HEAD>
15625 <BODY>
15626 <H1>Nickname Explained</H1>
15628 This is a nickname to help you.
15629 You should have a different nickname for each rule you define.
15630 The nickname will be used in the SETUP OTHER RULES screen to allow you to
15631 pick a rule to edit.
15633 Look <A HREF="h_edit_nav_cmds">here</A>
15634 to see the available Editing and Navigation commands.
15636 &lt;End of help on this topic&gt;
15637 </BODY>
15638 </HTML>
15639 ======= h_config_score_nick =======
15640 <HTML>
15641 <HEAD>
15642 <TITLE>Nickname Explained</TITLE>
15643 </HEAD>
15644 <BODY>
15645 <H1>Nickname Explained</H1>
15647 This is a nickname to help you.
15648 You should have a different nickname for each scoring rule you define.
15649 The nickname will be used in the SETUP SCORING RULES screen to allow you to
15650 pick a rule to edit.
15652 Look <A HREF="h_edit_nav_cmds">here</A>
15653 to see the available Editing and Navigation commands.
15655 &lt;End of help on this topic&gt;
15656 </BODY>
15657 </HTML>
15658 ======= h_config_incol_nick =======
15659 <HTML>
15660 <HEAD>
15661 <TITLE>Nickname Explained</TITLE>
15662 </HEAD>
15663 <BODY>
15664 <H1>Nickname Explained</H1>
15666 This is a nickname to help you.
15667 You should have a different nickname for each color rule you define.
15668 The nickname will be used in the SETUP INDEX COLOR RULES screen to allow you to
15669 pick a rule to edit.
15671 Look <A HREF="h_edit_nav_cmds">here</A>
15672 to see the available Editing and Navigation commands.
15674 &lt;End of help on this topic&gt;
15675 </BODY>
15676 </HTML>
15677 ======= h_config_filt_nick =======
15678 <HTML>
15679 <HEAD>
15680 <TITLE>Nickname Explained</TITLE>
15681 </HEAD>
15682 <BODY>
15683 <H1>Nickname Explained</H1>
15685 This is a nickname to help you.
15686 You should have a different nickname for each filtering rule you define.
15687 The nickname will be used in the SETUP FILTERING RULES screen to allow you to
15688 pick a rule to edit.
15690 Look <A HREF="h_edit_nav_cmds">here</A>
15691 to see the available Editing and Navigation commands.
15693 &lt;End of help on this topic&gt;
15694 </BODY>
15695 </HTML>
15696 ======= h_config_score_topat =======
15697 <HTML>
15698 <HEAD>
15699 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15700 </HEAD>
15701 <BODY>
15702 <H1>&quot;To:&quot; Pattern Explained</H1>
15704 Any text you enter as the &quot;To pattern&quot;
15705 will be compared to the recipients from the To: line of
15706 the message being scored.
15707 When the text you entered matches
15708 all or part of the To: line of a message, then the Score Value
15709 you have specified will be added to the score for the message.
15710 (Any other non-blank parts of the Pattern must match, too.)
15713 You may enter a complete email address, part of an address, or a
15714 list of addresses or partial addresses.
15715 For example:
15718 <PRE>
15719  To pattern = friend@public.com
15721  To pattern = rated.net
15723  To pattern = xxx@adults.com
15724               admin@msn.com
15725               fool@motleyfool.com
15726 </PRE>
15729 Each of those are valid To patterns.
15732 Messages match those patterns if any of the
15733 addresses in the To: line of the message contains the pattern.
15734 If the pattern is a list of patterns
15735 (like the last example above) then it is a match if any of the patterns in
15736 the list match any of the addresses in the To: line.
15737 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15738 present for a match.
15739 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15740 address2 must be present.
15741 That is exactly what using a list does.)
15744 Some messages may be &quot;bounced&quot; to you, and will
15745 have a &quot;Resent-To:&quot; header line.
15746 If the message contains a Resent-To: line
15747 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15748 Alpine will look for
15749 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15750 the original To: line.
15753 When entering a pattern, you may choose an address from your address book
15754 with the &quot;T&quot; command.
15757 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15758 &quot;!&quot; &quot;toggle NOT&quot; command.
15759 This changes the meaning of the To pattern so that it has the opposite meaning.
15760 It will be considered a match if there are no matches between the
15761 addresses in the To: line and the list of To patterns.
15763 Don't make the mistake of putting the &quot;!&quot; in the data field for
15764 the pattern.
15765 For example, if you type the characters &quot;!frizzle&quot; into the To
15766 pattern, the pattern will look like:
15768 <PRE>
15769  To pattern = !frizzle
15770 </PRE>
15772 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15773 In order to match messages that do not have &quot;frizzle&quot; in
15774 their To field, first type the characters &quot;frizzle&quot; followed
15775 by carriage return for the value of the To pattern, then negate it
15776 by typing the &quot;!&quot; command.
15777 It should end up looking like
15779 <PRE>
15780  ! To pattern = frizzle
15781 </PRE>
15783 You are not limited to using the six standard header patterns that are
15784 normally shown (To, From, Sender, Cc, News, and Subject).
15785 You may add any other header to a Pattern by
15786 using the &quot;eXtraHdr&quot; command to specify a different
15787 message header line; and then the Add or Change command to fill in
15788 a pattern for the new header line, just like you would for a standard header.
15790 A technicality: Since comma is the character used to separate multiple
15791 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15792 you want to include a literal comma in the field.
15793 In other words, if you type a backslash followed by a comma it will
15794 be interpreted as a comma by Alpine, instead of as a separator between
15795 pattern values.
15796 All other backslashes are literal backslashes and should not be escaped.
15798 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15799 for more information on Patterns.
15801 Look <A HREF="h_edit_nav_cmds">here</A>
15802 to see the available Editing and Navigation commands.
15804 &lt;End of help on this topic&gt;
15805 </BODY>
15806 </HTML>
15807 ======= h_config_incol_topat =======
15808 <HTML>
15809 <HEAD>
15810 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15811 </HEAD>
15812 <BODY>
15813 <H1>&quot;To:&quot; Pattern Explained</H1>
15815 Any text you enter as the &quot;To pattern&quot;
15816 will be compared to the recipients from the To: lines of
15817 the messages in the index.
15818 When the text you entered matches
15819 all or part of the To: line of a message, then the Index Line Color you have
15820 specified will be used for that line in the index.
15821 (Any other non-blank parts of the Pattern must match, too.)
15824 You may enter a complete email address, part of an address, or a
15825 list of addresses or partial addresses.
15826 For example:
15829 <PRE>
15830  To pattern = friend@public.com
15831  To pattern = rated.net
15832  To pattern = xxx@adults.com
15833               admin@msn.com
15834               fool@motleyfool.com
15835 </PRE>
15838 Each of those are valid To patterns.
15841 Messages match those patterns if any of the
15842 addresses in the To: line of the message contains the pattern.
15843 If the pattern is a list of patterns
15844 (like the last example above) then it is a match if any of the patterns in
15845 the list match any of the addresses in the To: line.
15846 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15847 present for a match.
15848 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15849 address2 must be present.
15850 That is exactly what using a list does.)
15853 Some messages may be &quot;bounced&quot; to you, and will
15854 have a &quot;Resent-To:&quot; header line.
15855 If the message contains a Resent-To: line
15856 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15857 Alpine will look for
15858 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15859 the original To: line.
15862 When entering a pattern, you may choose an address from your address book
15863 with the &quot;T&quot; command.
15866 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15867 &quot;!&quot; &quot;toggle NOT&quot; command.
15868 This changes the meaning of the To pattern so that it has the opposite meaning.
15869 It will be considered a match if there are no matches between the
15870 addresses in the To: line and the list of To patterns.
15872 Don't make the mistake of putting the &quot;!&quot; in the data field for
15873 the pattern.
15874 For example, if you type the characters &quot;!frizzle&quot; into the To
15875 pattern, the pattern will look like:
15877 <PRE>
15878  To pattern = !frizzle
15879 </PRE>
15881 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15882 In order to match messages that do not have &quot;frizzle&quot; in
15883 their To field, first type the characters &quot;frizzle&quot; followed
15884 by carriage return for the value of the To pattern, then negate it
15885 by typing the &quot;!&quot; command.
15886 It should end up looking like
15888 <PRE>
15889  ! To pattern = frizzle
15890 </PRE>
15893 You are not limited to using the six standard header patterns that are
15894 normally shown (To, From, Sender, Cc, News, and Subject).
15895 You may add any other header to a Pattern by
15896 using the &quot;eXtraHdr&quot; command to specify a different
15897 message header line; and then the Add or Change command to fill in
15898 a pattern for the new header line, just like you would for a standard header.
15900 A technicality: Since comma is the character used to separate multiple
15901 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15902 you want to include a literal comma in the field.
15903 In other words, if you type a backslash followed by a comma it will
15904 be interpreted as a comma by Alpine, instead of as a separator between
15905 pattern values.
15906 All other backslashes are literal backslashes and should not be escaped.
15908 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15909 for more information on Patterns.
15911 Look <A HREF="h_edit_nav_cmds">here</A>
15912 to see the available Editing and Navigation commands.
15914 &lt;End of help on this topic&gt;
15915 </BODY>
15916 </HTML>
15917 ======= h_config_other_topat =======
15918 <HTML>
15919 <HEAD>
15920 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15921 </HEAD>
15922 <BODY>
15923 <H1>&quot;To:&quot; Pattern Explained</H1>
15925 For some of the OTHER RULES actions, there is no message that is being
15926 compared against.
15927 If that is the case, then only the Current Folder Type is checked.
15928 In particular, this To pattern is ignored.
15929 Actions that fall into this category include both
15930 Sort Order and Index Format.
15932 A technicality: Since comma is the character used to separate multiple
15933 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15934 you want to include a literal comma in the field.
15935 In other words, if you type a backslash followed by a comma it will
15936 be interpreted as a comma by Alpine, instead of as a separator between
15937 pattern values.
15938 All other backslashes are literal backslashes and should not be escaped.
15940 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15941 for more information on Patterns.
15943 Look <A HREF="h_edit_nav_cmds">here</A>
15944 to see the available Editing and Navigation commands.
15946 &lt;End of help on this topic&gt;
15947 </BODY>
15948 </HTML>
15949 ======= h_config_filt_topat =======
15950 <HTML>
15951 <HEAD>
15952 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15953 </HEAD>
15954 <BODY>
15955 <H1>&quot;To:&quot; Pattern Explained</H1>
15957 Any text you enter as the &quot;To pattern&quot;
15958 will be compared to the recipients from the To: line of
15959 messages when Alpine opens folders.
15960 When the text you entered matches
15961 all or part of the To: line of a message, then the Filter Action you have
15962 specified will be carried out.
15963 (Any other non-blank parts of the Pattern must match, too.)
15966 You may enter a complete email address, part of an address, or a
15967 list of addresses or partial addresses.
15968 For example:
15971 <PRE>
15972  To pattern = friend@public.com
15973  To pattern = rated.net
15974  To pattern = xxx@adults.com
15975               admin@msn.com
15976               fool@motleyfool.com
15977 </PRE>
15980 Each of those are valid To patterns.
15983 Messages match those patterns if any of the
15984 addresses in the To: line of the message contains the pattern.
15985 If the pattern is a list of patterns
15986 (like the last example above) then it is a match if any of the patterns in
15987 the list match any of the addresses in the To: line.
15988 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15989 present for a match.
15990 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15991 address2 must be present.
15992 That is exactly what using a list does.)
15995 Some messages may be &quot;bounced&quot; to you, and will
15996 have a &quot;Resent-To:&quot; header line.
15997 If the message contains a Resent-To: line
15998 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15999 Alpine will look for
16000 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
16001 the original To: line.
16004 When entering a pattern, you may choose an address from your address book
16005 with the &quot;T&quot; command.
16008 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
16009 &quot;!&quot; &quot;toggle NOT&quot; command.
16010 This changes the meaning of the To pattern so that it has the opposite meaning.
16011 It will be considered a match if there are no matches between the
16012 addresses in the To: line and the list of To patterns.
16014 Don't make the mistake of putting the &quot;!&quot; in the data field for
16015 the pattern.
16016 For example, if you type the characters &quot;!frizzle&quot; into the To
16017 pattern, the pattern will look like:
16019 <PRE>
16020  To pattern = !frizzle
16021 </PRE>
16023 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16024 In order to match messages that do not have &quot;frizzle&quot; in
16025 their To field, first type the characters &quot;frizzle&quot; followed
16026 by carriage return for the value of the To pattern, then negate it
16027 by typing the &quot;!&quot; command.
16028 It should end up looking like
16030 <PRE>
16031  ! To pattern = frizzle
16032 </PRE>
16035 You are not limited to using the six standard header patterns that are
16036 normally shown (To, From, Sender, Cc, News, and Subject).
16037 You may add any other header to a Pattern by
16038 using the &quot;eXtraHdr&quot; command to specify a different
16039 message header line; and then the Add or Change command to fill in
16040 a pattern for the new header line, just like you would for a standard header.
16042 A technicality: Since comma is the character used to separate multiple
16043 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16044 you want to include a literal comma in the field.
16045 In other words, if you type a backslash followed by a comma it will
16046 be interpreted as a comma by Alpine, instead of as a separator between
16047 pattern values.
16048 All other backslashes are literal backslashes and should not be escaped.
16050 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16051 for more information on Patterns.
16053 Look <A HREF="h_edit_nav_cmds">here</A>
16054 to see the available Editing and Navigation commands.
16056 &lt;End of help on this topic&gt;
16057 </BODY>
16058 </HTML>
16059 ======= h_config_role_topat =======
16060 <HTML>
16061 <HEAD>
16062 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
16063 </HEAD>
16064 <BODY>
16065 <H1>&quot;To:&quot; Pattern Explained</H1>
16067 Any text you enter as the &quot;To pattern&quot;
16068 will be compared to the recipients from the To: line of
16069 the message being replied to or forwarded.
16070 (Any other non-blank parts of the Pattern must match, too.)
16071 In the case of the Compose command, this pattern and the other header
16072 patterns are ignored.
16075 You may enter a complete email address, part of an address, or a
16076 list of addresses or partial addresses.
16077 For example:
16080 <PRE>
16081  To pattern = friend@public.com
16082  To pattern = rated.net
16083  To pattern = xxx@adults.com
16084               admin@msn.com
16085               fool@motleyfool.com
16086 </PRE>
16089 Each of those are valid To patterns.
16092 Messages match those patterns if any of the
16093 addresses in the To: line of the message contains the pattern.
16094 If the pattern is a list of patterns
16095 (like the last example above) then it is a match if any of the patterns in
16096 the list match any of the addresses in the To: line.
16097 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
16098 present for a match.
16099 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
16100 address2 must be present.
16101 That is exactly what using a list does.)
16104 Some messages may be &quot;bounced&quot; to you, and will
16105 have a &quot;Resent-To:&quot; header line.
16106 If the message contains a Resent-To: line
16107 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
16108 Alpine will look for
16109 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
16110 the original To: line.
16113 When entering a pattern, you may choose an address from your address book
16114 with the &quot;T&quot; command.
16117 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
16118 &quot;!&quot; &quot;toggle NOT&quot; command.
16119 This changes the meaning of the To pattern so that it has the opposite meaning.
16120 It will be considered a match if there are no matches between the
16121 addresses in the To: line and the list of To patterns.
16123 Don't make the mistake of putting the &quot;!&quot; in the data field for
16124 the pattern.
16125 For example, if you type the characters &quot;!frizzle&quot; into the To
16126 pattern, the pattern will look like:
16128 <PRE>
16129  To pattern = !frizzle
16130 </PRE>
16132 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16133 In order to match messages that do not have &quot;frizzle&quot; in
16134 their To field, first type the characters &quot;frizzle&quot; followed
16135 by carriage return for the value of the To pattern, then negate it
16136 by typing the &quot;!&quot; command.
16137 It should end up looking like
16139 <PRE>
16140  ! To pattern = frizzle
16141 </PRE>
16144 You are not limited to using the six standard header patterns that are
16145 normally shown (To, From, Sender, Cc, News, and Subject).
16146 You may add any other header to a Pattern by
16147 using the &quot;eXtraHdr&quot; command to specify a different
16148 message header line; and then the Add or Change command to fill in
16149 a pattern for the new header line, just like you would for a standard header.
16151 A technicality: Since comma is the character used to separate multiple
16152 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16153 you want to include a literal comma in the field.
16154 In other words, if you type a backslash followed by a comma it will
16155 be interpreted as a comma by Alpine, instead of as a separator between
16156 pattern values.
16157 All other backslashes are literal backslashes and should not be escaped.
16159 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16160 for more information on Patterns.
16162 Look <A HREF="h_edit_nav_cmds">here</A>
16163 to see the available Editing and Navigation commands.
16165 &lt;End of help on this topic&gt;
16166 </BODY>
16167 </HTML>
16168 ======= h_config_role_frompat =======
16169 <HTML>
16170 <HEAD>
16171 <TITLE>&quot;From:&quot; Pattern Explained</TITLE>
16172 </HEAD>
16173 <BODY>
16174 <H1>&quot;From:&quot; Pattern Explained</H1>
16176 This is just like the &quot;To pattern&quot; except that it is compared with
16177 the address in the From: line of the message
16178 instead of the addresses from the To: line.
16179 See the help for the To pattern for more information on header patterns.
16181 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16182 for more information on Patterns.
16184 Look <A HREF="h_edit_nav_cmds">here</A>
16185 to see the available Editing and Navigation commands.
16187 &lt;End of help on this topic&gt;
16188 </BODY>
16189 </HTML>
16190 ======= h_config_role_senderpat =======
16191 <HTML>
16192 <HEAD>
16193 <TITLE>&quot;Sender:&quot; Pattern Explained</TITLE>
16194 </HEAD>
16195 <BODY>
16196 <H1>&quot;Sender:&quot; Pattern Explained</H1>
16198 This is just like the &quot;To pattern&quot; except that it is compared with
16199 the address from the Sender: line of the message
16200 instead of the addresses from the To: line.
16201 See the help for the To pattern for more information on header patterns.
16203 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16204 for more information on Patterns.
16206 Look <A HREF="h_edit_nav_cmds">here</A>
16207 to see the available Editing and Navigation commands.
16209 &lt;End of help on this topic&gt;
16210 </BODY>
16211 </HTML>
16212 ======= h_config_role_ccpat =======
16213 <HTML>
16214 <HEAD>
16215 <TITLE>&quot;Cc:&quot; Pattern Explained</TITLE>
16216 </HEAD>
16217 <BODY>
16218 <H1>&quot;Cc:&quot; Pattern Explained</H1>
16220 This is just like the &quot;To pattern&quot; except that it is compared with
16221 the addresses from the Cc: line of the message
16222 instead of the addresses from the To: line.
16223 See the help for the To pattern for more information on header patterns.
16225 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16226 for more information on Patterns.
16228 Look <A HREF="h_edit_nav_cmds">here</A>
16229 to see the available Editing and Navigation commands.
16231 &lt;End of help on this topic&gt;
16232 </BODY>
16233 </HTML>
16234 ======= h_config_role_recippat =======
16235 <HTML>
16236 <HEAD>
16237 <TITLE>Recipient Pattern Explained</TITLE>
16238 </HEAD>
16239 <BODY>
16240 <H1>Recipient Pattern Explained</H1>
16242 This is just like the &quot;To pattern&quot; except that it is compared with
16243 the addresses from both the To: line and the Cc: line of the
16244 message instead of just the addresses from the To: line.
16245 In other words, it is considered a match if the pattern matches
16246 <EM>EITHER</EM> an address in the To: line <EM>OR</EM> an address
16247 in the Cc: line.
16248 (Notice that defining the Recipient pattern does not have the same
16249 effect as defining both the To and Cc patterns.
16250 Recipient is To <EM>OR</EM> Cc; not To <EM>AND</EM> Cc.
16251 It is equivalent to having two different rules;
16252 one with a To pattern and the other with the same Cc pattern.)
16254 A technicality: Since comma is the character used to separate multiple
16255 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16256 you want to include a literal comma in the field.
16257 In other words, if you type a backslash followed by a comma it will
16258 be interpreted as a comma by Alpine, instead of as a separator between
16259 pattern values.
16260 All other backslashes are literal backslashes and should not be escaped.
16262 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16263 for more information on Patterns.
16265 Look <A HREF="h_edit_nav_cmds">here</A>
16266 to see the available Editing and Navigation commands.
16268 &lt;End of help on this topic&gt;
16269 </BODY>
16270 </HTML>
16271 ======= h_config_role_particpat =======
16272 <HTML>
16273 <HEAD>
16274 <TITLE>Participant Pattern Explained</TITLE>
16275 </HEAD>
16276 <BODY>
16277 <H1>Participant Pattern Explained</H1>
16279 This is just like the &quot;To pattern&quot; except that it is compared with
16280 the addresses from the From: line, the To: line, and the Cc: line of the
16281 message instead of just the addresses from the To: line.
16282 In other words, it is considered a match if the pattern matches
16283 <EM>EITHER</EM> an address in the From: line, <EM>OR</EM> an address
16284 in the To: line, <EM>OR</EM> an address in the Cc: line.
16285 (Notice that defining the Participant pattern does not have the same
16286 effect as defining all of the From, To, and Cc patterns.
16287 Participant is From <EM>OR</EM> To <EM>OR</EM> Cc; not
16288 From <EM>AND</EM> To <EM>AND</EM> Cc.
16289 It is equivalent to having three different rules;
16290 one with a From pattern, another with the same To pattern, and a third with
16291 the same Cc pattern.)
16293 A technicality: Since comma is the character used to separate multiple
16294 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16295 you want to include a literal comma in the field.
16296 In other words, if you type a backslash followed by a comma it will
16297 be interpreted as a comma by Alpine, instead of as a separator between
16298 pattern values.
16299 All other backslashes are literal backslashes and should not be escaped.
16301 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16302 for more information on Patterns.
16304 Look <A HREF="h_edit_nav_cmds">here</A>
16305 to see the available Editing and Navigation commands.
16307 &lt;End of help on this topic&gt;
16308 </BODY>
16309 </HTML>
16310 ======= h_config_role_newspat =======
16311 <HTML>
16312 <HEAD>
16313 <TITLE>News Pattern Explained</TITLE>
16314 </HEAD>
16315 <BODY>
16316 <H1>News Pattern Explained</H1>
16318 If this pattern is non-blank, then for this rule to be considered a
16319 match, at least one of the newsgroups from
16320 the Newsgroups line of the message must match this pattern.
16321 If this pattern is a list of patterns, then at least one of the
16322 newsgroups must match at least one of the patterns.
16323 (Any other non-blank parts of the Pattern must match, too.)
16325 It is possible to add a <EM>NOT</EM> to the News Pattern meaning with the
16326 &quot;!&quot; &quot;toggle NOT&quot; command.
16327 This changes the meaning of the News pattern so that it has the opposite meaning.
16328 It will be considered a match if there are no matches between the
16329 addresses in the Newsgroups: line and the list of News patterns.
16331 Don't make the mistake of putting the &quot;!&quot; in the data field for
16332 the pattern.
16333 For example, if you type the characters &quot;!frizzle&quot; into the News
16334 pattern, the pattern will look like:
16336 <PRE>
16337  News pattern = !frizzle
16338 </PRE>
16340 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16341 In order to match messages that do not have &quot;frizzle&quot; in
16342 their Newsgroups header, first type the characters &quot;frizzle&quot; followed
16343 by carriage return for the value of the News pattern, then negate it
16344 by typing the &quot;!&quot; command.
16345 It should end up looking like
16347 <PRE>
16348  ! News pattern = frizzle
16349 </PRE>
16351 A technicality: Since comma is the character used to separate multiple
16352 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16353 you want to include a literal comma in the field.
16354 In other words, if you type a backslash followed by a comma it will
16355 be interpreted as a comma by Alpine, instead of as a separator between
16356 pattern values.
16357 All other backslashes are literal backslashes and should not be escaped.
16360 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16361 for more information on Patterns.
16363 Look <A HREF="h_edit_nav_cmds">here</A>
16364 to see the available Editing and Navigation commands.
16366 &lt;End of help on this topic&gt;
16367 </BODY>
16368 </HTML>
16369 ======= h_config_role_subjpat =======
16370 <HTML>
16371 <HEAD>
16372 <TITLE>&quot;Subject:&quot; Pattern Explained</TITLE>
16373 </HEAD>
16374 <BODY>
16375 <H1>&quot;Subject:&quot; Pattern Explained</H1>
16377 This is similar to the other parts of the Pattern.
16378 It is compared with
16379 the contents from the Subject of the message.
16381 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16382 for more information on Patterns.
16384 It is possible to add a <EM>NOT</EM> to the Subject Pattern meaning with the
16385 &quot;!&quot; &quot;toggle NOT&quot; command.
16386 This changes the meaning of the Subject pattern so that it has the opposite meaning.
16387 It will be considered a match if there are no matches between the
16388 text in the Subject: line and the list of Subject patterns.
16391 If you wish to have a header pattern that is not one of the six standard
16392 header patterns, you may add it with the &quot;eXtraHdr&quot; command.
16394 A technicality: Since comma is the character used to separate multiple
16395 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16396 you want to include a literal comma in the field.
16397 In other words, if you type a backslash followed by a comma it will
16398 be interpreted as a comma by Alpine, instead of as a separator between
16399 pattern values.
16400 All other backslashes are literal backslashes and should not be escaped.
16402 Look <A HREF="h_edit_nav_cmds">here</A>
16403 to see the available Editing and Navigation commands.
16405 &lt;End of help on this topic&gt;
16406 </BODY>
16407 </HTML>
16408 ======= h_config_role_alltextpat =======
16409 <HTML>
16410 <HEAD>
16411 <TITLE>AllText Pattern Explained</TITLE>
16412 </HEAD>
16413 <BODY>
16414 <H1>AllText Pattern Explained</H1>
16416 This is similar to the header patterns.
16417 Instead of comparing with text in a particular header field it 
16418 is compared with all of the text in the message header and body.
16420 It is possible to add a <EM>NOT</EM> to the AllText Pattern meaning with the
16421 &quot;!&quot; &quot;toggle NOT&quot; command.
16422 This changes the meaning of the AllText pattern so that it has the opposite meaning.
16423 It will be considered a match if there are no matches between the
16424 text of the message and the list of AllText patterns.
16426 Don't make the mistake of putting the &quot;!&quot; in the data field for
16427 the pattern.
16428 For example, if you type the characters &quot;!frizzle&quot; into the AllText
16429 pattern, the pattern will look like:
16431 <PRE>
16432  AllText pattern = !frizzle
16433 </PRE>
16435 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16436 In order to match messages that do not have &quot;frizzle&quot; in
16437 the text of the message, first type the characters &quot;frizzle&quot; followed
16438 by carriage return for the value of the AllText pattern, then negate it
16439 by typing the &quot;!&quot; command.
16440 It should end up looking like
16442 <PRE>
16443  ! AllText pattern = frizzle
16444 </PRE>
16446 It is possible that you may notice degraded performance when using
16447 AllText Patterns.
16449 A technicality: Since comma is the character used to separate multiple
16450 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16451 you want to include a literal comma in the field.
16452 In other words, if you type a backslash followed by a comma it will
16453 be interpreted as a comma by Alpine, instead of as a separator between
16454 pattern values.
16455 All other backslashes are literal backslashes and should not be escaped.
16457 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16458 for more information on Patterns.
16460 Look <A HREF="h_edit_nav_cmds">here</A>
16461 to see the available Editing and Navigation commands.
16463 &lt;End of help on this topic&gt;
16464 </BODY>
16465 </HTML>
16466 ======= h_config_role_bodytextpat =======
16467 <HTML>
16468 <HEAD>
16469 <TITLE>BodyText Pattern Explained</TITLE>
16470 </HEAD>
16471 <BODY>
16472 <H1>BodyText Pattern Explained</H1>
16474 This is similar to the header patterns.
16475 Instead of comparing with text in a particular header field it 
16476 is compared with all of the text in the message body.
16478 It is possible to add a <EM>NOT</EM> to the BodyText Pattern meaning with the
16479 &quot;!&quot; &quot;toggle NOT&quot; command.
16480 This changes the meaning of the BodyText pattern so that it has the opposite meaning.
16481 It will be considered a match if there are no matches between the
16482 text of the body of the message and the list of BodyText patterns.
16484 Don't make the mistake of putting the &quot;!&quot; in the data field for
16485 the pattern.
16486 For example, if you type the characters &quot;!frizzle&quot; into the BodyText
16487 pattern, the pattern will look like:
16489 <PRE>
16490  BdyText pattern = !frizzle
16491 </PRE>
16493 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16494 In order to match messages that do not have &quot;frizzle&quot; in
16495 their BodyText, first type the characters &quot;frizzle&quot; followed
16496 by carriage return for the value of the BodyText pattern, then negate it
16497 by typing the &quot;!&quot; command.
16498 It should end up looking like
16500 <PRE>
16501  ! BodyText pattern = frizzle
16502 </PRE>
16504 It is possible that you may notice degraded performance when using
16505 BodyText Patterns.
16507 A technicality: Since comma is the character used to separate multiple
16508 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16509 you want to include a literal comma in the field.
16510 In other words, if you type a backslash followed by a comma it will
16511 be interpreted as a comma by Alpine, instead of as a separator between
16512 pattern values.
16513 All other backslashes are literal backslashes and should not be escaped.
16515 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16516 for more information on Patterns.
16518 Look <A HREF="h_edit_nav_cmds">here</A>
16519 to see the available Editing and Navigation commands.
16521 &lt;End of help on this topic&gt;
16522 </BODY>
16523 </HTML>
16524 ======= h_config_role_charsetpat =======
16525 <HTML>
16526 <HEAD>
16527 <TITLE>Character Set Pattern Explained</TITLE>
16528 </HEAD>
16529 <BODY>
16530 <H1>Character Set Pattern Explained</H1>
16532 A message may use one or more character sets.
16533 This part of the Pattern matches messages that make use of
16534 certain specified character sets.
16535 It will be considered a match if a message uses any of the character
16536 sets in the list you give here.
16539 When filling in a value for this field, you may use
16540 the &quot;T&quot; command, which presents you with a large list of
16541 possible character sets to choose from.
16542 You may also just type in the name of a character set, and it need not
16543 be one that Alpine knows about.
16546 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
16547 GB2312) you may also use some shorthand names that Alpine provides.
16548 These names are more understandable shorthand names for sets of 
16549 character set names.
16550 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
16551 Selecting one of these shorthand names is equivalent to selecting all of
16552 the character sets that make up the set.
16553 You can see all of these shorthand names and the lists of character sets
16554 they stand for by typing the &quot;T&quot; command.
16557 For the purposes of this Pattern,
16558 Alpine will search through a message for all of the text parts and
16559 collect the character sets declared for each part.
16560 It will also look in the Subject line for a character set used there.
16561 Alpine does not actually look at the text of the message or the text
16562 of the Subject to determine if a declared character set is actually
16563 used, it looks only at the declarations themselves in the MIME part headers
16564 and in the Subject.
16567 It is possible to add a <EM>NOT</EM> to the Character Set Pattern meaning with the
16568 &quot;!&quot; &quot;toggle NOT&quot; command.
16569 This changes the meaning of the Character Set pattern so that
16570 it has the opposite meaning.
16571 It will be considered a match if none of the character sets in the
16572 list are used in a message.
16574 Don't make the mistake of putting the &quot;!&quot; in the data field for
16575 the pattern.
16576 For example, if you type the characters &quot;!GB2312&quot; into the
16577 Character Set pattern, the pattern will look like:
16579 <PRE>
16580  Charset pattern = !GB2312
16581 </PRE>
16583 This means you want to match the 7 character sequence &quot;!GB2312&quot;.
16584 In order to match messages that do not have the
16585 character set &quot;GB2312&quot;
16586 set, first type the characters &quot;GB2312&quot; followed
16587 by carriage return for the value of the Character Set pattern, then negate it
16588 by typing the &quot;!&quot; command.
16589 It should end up looking like
16591 <PRE>
16592  ! Charset pattern = GB2312
16593 </PRE>
16595 A technicality: Since comma is the character used to separate multiple
16596 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16597 you want to include a literal comma in the field.
16598 In other words, if you type a backslash followed by a comma it will
16599 be interpreted as a comma by Alpine, instead of as a separator between
16600 pattern values.
16601 All other backslashes are literal backslashes and should not be escaped.
16603 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16604 for more information on Patterns.
16606 Look <A HREF="h_edit_nav_cmds">here</A>
16607 to see the available Editing and Navigation commands.
16609 &lt;End of help on this topic&gt;
16610 </BODY>
16611 </HTML>
16612 ======= h_config_role_keywordpat =======
16613 <HTML>
16614 <HEAD>
16615 <TITLE>Keyword Pattern Explained</TITLE>
16616 </HEAD>
16617 <BODY>
16618 <H1>Keyword Pattern Explained</H1>
16620 A folder may have user-defined keywords.
16621 These are similar to the Important flag, which the user may set using the
16622 Flag command.
16623 The difference is that the Important flag is always present for each folder.
16624 User-defined keywords are picked by the user.
16625 You may add new keywords by defining them in the
16626 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
16627 After you have added a potential keyword with the <!--#echo var="VAR_keywords"--> option,
16628 the Flag command may be used to set or clear the keyword on individual messages.
16629 If you have given a keyword a nickname when configuring it,
16630 that nickname may be used instead of the actual keyword.
16633 When filling in a value for this field, it may be easiest to use
16634 the &quot;T&quot; command, which presents you with a list of the keywords
16635 you have defined to choose from.
16638 This part of the Pattern matches messages with certain keywords set.
16639 It will be considered a match if a message has any of the keywords in the
16640 list set.
16641 A keyword that you have not defined using the
16642 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
16643 will not be a match.
16646 It is possible to add a <EM>NOT</EM> to the Keyword Pattern meaning with the
16647 &quot;!&quot; &quot;toggle NOT&quot; command.
16648 This changes the meaning of the Keyword pattern so that it has the opposite meaning.
16649 It will be considered a match if none of the keywords in the list are set
16650 for a message.
16651 A keyword that you have not defined using the
16652 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
16653 will not be a match, so a <EM>NOT</EM> of that keyword does match.
16655 Don't make the mistake of putting the &quot;!&quot; in the data field for
16656 the pattern.
16657 For example, if you type the characters &quot;!frizzle&quot; into the Keyword
16658 pattern, the pattern will look like:
16660 <PRE>
16661  Keyword pattern = !frizzle
16662 </PRE>
16664 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16665 In order to match messages that do not have the keyword &quot;frizzle&quot;
16666 set, first type the characters &quot;frizzle&quot; followed
16667 by carriage return for the value of the Keyword pattern, then negate it
16668 by typing the &quot;!&quot; command.
16669 It should end up looking like
16671 <PRE>
16672  ! Keyword pattern = frizzle
16673 </PRE>
16675 A technicality: Since comma is the character used to separate multiple
16676 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16677 you want to include a literal comma in the field.
16678 In other words, if you type a backslash followed by a comma it will
16679 be interpreted as a comma by Alpine, instead of as a separator between
16680 pattern values.
16681 All other backslashes are literal backslashes and should not be escaped.
16683 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16684 for more information on Patterns.
16686 Look <A HREF="h_edit_nav_cmds">here</A>
16687 to see the available Editing and Navigation commands.
16689 &lt;End of help on this topic&gt;
16690 </BODY>
16691 </HTML>
16692 ======= h_config_role_arbpat =======
16693 <HTML>
16694 <HEAD>
16695 <TITLE>Extra Header Patterns Explained</TITLE>
16696 </HEAD>
16697 <BODY>
16698 <H1>Extra Header Patterns Explained</H1>
16700 The header patterns that come after the Participant pattern but before the 
16701 AllText pattern are extra header patterns that you have added to a rule's
16702 Pattern. These are just like the other header patterns except that
16703 the contents of the particular header listed on the left hand side will
16704 be used for comparisons.
16706 The &quot;eXtraHdr&quot; command may be used to add more of these
16707 header patterns to the rule you are editing.
16709 The &quot;RemoveHdr&quot; command may be used to delete the highlighted
16710 extra header pattern from the rule you are editing.
16712 It is possible to add a <EM>NOT</EM> to the Extra Header Pattern meaning with the
16713 &quot;!&quot; &quot;toggle NOT&quot; command.
16714 This changes the meaning of the pattern so that it has the opposite meaning.
16715 It will be considered a match if there are no matches between the
16716 text in the header line and the list of patterns.
16718 Don't make the mistake of putting the &quot;!&quot; in the data field for
16719 the pattern.
16720 For example, if you type the characters &quot;!frizzle&quot; into the
16721 pattern, the pattern will look like:
16723 <PRE>
16724  Xyz pattern = !frizzle
16725 </PRE>
16727 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16728 In order to match messages that do not have &quot;frizzle&quot; in
16729 their Xyz field, first type the characters &quot;frizzle&quot; followed
16730 by carriage return for the value of the pattern, then negate it
16731 by typing the &quot;!&quot; command.
16732 It should end up looking like
16734 <PRE>
16735  ! Xyz pattern = frizzle
16736 </PRE>
16739 A technicality: Since comma is the character used to separate multiple
16740 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16741 you want to include a literal comma in the field.
16742 In other words, if you type a backslash followed by a comma it will
16743 be interpreted as a comma by Alpine, instead of as a separator between
16744 pattern values.
16745 All other backslashes are literal backslashes and should not be escaped.
16747 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16748 for more information on Patterns.
16750 Look <A HREF="h_edit_nav_cmds">here</A>
16751 to see the available Editing and Navigation commands.
16753 &lt;End of help on this topic&gt;
16754 </BODY>
16755 </HTML>
16756 ======= h_config_role_cat_cmd =======
16757 <HTML>
16758 <HEAD>
16759 <TITLE>Categorizer Command Explained</TITLE>
16760 </HEAD>
16761 <BODY>
16762 <H1>Categorizer Command Explained</H1>
16764 This is a command that is run with its standard input set to the message
16765 being checked and its standard output discarded.
16766 The full directory path should be specified.
16767 The command will be run and then its exit status will be checked against
16768 the Exit Status Interval, which defaults to just the value zero.
16769 If the exit status of the command falls in the interval, it is considered
16770 a match, otherwise it is not a match.
16773 This option may actually be a list of commands.
16774 The first one that exists and is executable is used.
16775 That makes it possible to use the same configuration with Unix Alpine and
16776 PC-Alpine.
16779 If none of the commands in the list exists and is executable then the rule
16780 is <EM>not</EM> a match.
16781 If it is possible that the command may not exist, you should be careful
16782 to structure your rules so that nothing destructive
16783 happens when the command does not exist.
16784 For example, you might have a filter that filters away spam when there is
16785 a match but does nothing when there is not a match.
16786 That would cause no harm if the command didn't exist.
16787 However, if you have a filter that filters away spam when there is not
16788 a match and keeps it when there is a match, that would filter everything
16789 if the categorizer command didn't exist.
16791 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
16792 setup for the bogofilter filter.
16795 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16796 for more information on Patterns.
16798 Look <A HREF="h_edit_nav_cmds">here</A>
16799 to see the available Editing and Navigation commands.
16801 &lt;End of help on this topic&gt;
16802 </BODY>
16803 </HTML>
16804 ======= h_config_role_cat_cmd_example =======
16805 <HTML>
16806 <HEAD>
16807 <TITLE>Categorizer Command Example</TITLE>
16808 </HEAD>
16809 <BODY>
16810 <H1>Categorizer Command Example</H1>
16812 Bogofilter
16813 (<A HREF="http://bogofilter.sourceforge.net/">http://bogofilter.sourceforge.net/</A>)
16814 is a mail filter that attempts to classify mail as spam or
16815 non-spam using statistical analysis of the message content.
16816 When run with no arguments and a message as standard input, it exits with
16817 exit status 0 if it thinks a message is spam and 1 if it thinks
16818 it is not spam.
16819 To use bogofilter as your Categorizer Command you would simply set Command to
16820 the pathname of the bogofilter program.
16821 For example,
16823 <CENTER><SAMP>Command = /usr/local/bin/bogofilter</SAMP></CENTER>
16825 Exit status of zero is what you are interested in, so you'd set the
16826 Exit Status Interval to
16828 <CENTER><SAMP>Exit Status Interval = (0,0)</SAMP></CENTER>
16831 In order to prevent downloading an entire huge message to check for spam, you
16832 might want to set the Character Limit to a few thousand characters (the
16833 assumption being that the spam will reveal itself in those characters)
16835 <CENTER><SAMP>Character Limit = 50000</SAMP></CENTER>
16838 You would probably use bogofilter in an Alpine Filter Rule, and have the action
16839 be to move the message to a spam folder.
16840 It would usually be wise to also check the &quot;Message is Recent&quot;
16841 part of the rule so that messages are only checked when they first arrive,
16842 and to restrict the Current Folder Type to just your INBOX.
16843 The reason for checking only Recent messages is to save the time it takes
16844 to run bogofilter on each message.
16845 As an experiment, you might start out by using this in an Indexcolor Rule
16846 instead of a Filter Rule.
16847 In that case, you probably wouldn't check the Recent checkbox.
16849 The use described above assumes that you are somehow maintaining bogofilter's
16850 database of words associated with spam and non-spam messages.
16851 One way to start your database would be to select a bunch of spam messages
16852 in Alpine (you might Save spam messages to a special folder or use Alpine's
16853 Select command to select several) and then Apply
16854 (<A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>)
16855 a pipe command to the spam messages.
16856 For example, you could have a shell script or an alias
16857 called <EM>this_is_spam</EM>, which would simply be the command
16859 <CENTER><SAMP>bogofilter -s</SAMP></CENTER>
16862 It is probably best to use the pipe command's Raw Text, With Delimiter,
16863 and Free Output options,
16864 which are at the bottom of the screen when you type the pipe command.
16865 That's because bogofilter expects the raw message as input, and uses
16866 the Delimiters to tell when a new message starts.
16867 You would not need to use a separate pipe for each message, because
16868 bogofilter can handle multiple messages at once.
16870 Similarly, you would select a group of non-spam messages
16871 and run them through a <EM>this_is_nonspam</EM> script
16872 that was something like
16874 <CENTER><SAMP>bogofilter -n</SAMP></CENTER>
16877 For the more adventurous, the next step might be to automate the upkeep of
16878 the bogofilter database.
16879 It might make more sense to have bogofilter be part of the delivery process,
16880 but it is also possible to do it entirely from within Alpine.
16881 Instead of using just plain &quot;bogofilter&quot; as the Categorizer Command,
16882 the &quot;-u&quot; argument will cause bogofilter to update the database.
16884 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
16886 You'd want a couple more aliases or shell scripts called something like
16887 <EM>change_to_spam</EM>
16889 <CENTER><SAMP>bogofilter -Ns</SAMP></CENTER>
16892 <EM>change_to_nonspam</EM>
16894 <CENTER><SAMP>bogofilter -Sn</SAMP></CENTER>
16896 When you run across a message in your INBOX that should have been
16897 classified as spam you would pipe it to the change_to_spam script, and
16898 when you run across a message in your spam folder that should have been
16899 left in your INBOX you would pipe it through change_to_nonspam.
16902 There is a technical problem with this approach.
16903 Alpine may check your filters more than once.
16904 In particular, every time you start Alpine the filters will be checked for
16905 each message.
16906 Also, if you have any filters that depend on message state (New, Deleted, etc.)
16907 then Alpine will recheck for matches in messages that have changed state
16908 at the time you close the folder and before expunging.
16909 This is usually ok.
16910 However, in this case it is a problem because the command
16912 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
16914 has the side effect of updating the database.
16915 So you run the risk of updating the database multiple times for a single
16916 message instead of updating it just once per message.
16917 There are some ways to work around this problem.
16918 What you need is a way to mark the message after you have run the filter.
16919 One way to mark messages is with the use of a keyword (say &quot;Bogo&quot;).
16920 Besides having the filter move the message to a spam folder, also have it
16921 set the Bogo keyword.
16922 (Note that you will have to set up the &quot;Bogo&quot; keyword in the
16923 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in Setup/Config.)
16924 This rule can only set the Bogo keyword for the messages that it matches.
16925 You will also need to add a second rule right after this one that
16926 matches all the messages that don't have the Bogo keyword set
16927 (put the keyword in the Keyword pattern and toggle
16928 the Not with the ! command)
16929 and takes the action of setting it.
16930 Then change the &quot;bogofilter -u&quot; rule so that it won't be a match
16931 (and so it won't re-run the bogofilter command) if the keyword is already
16932 set.
16934 What you will end up with is a rule that runs &quot;bogofilter -u&quot;
16935 on all messages that don't have the Bogo keyword set.
16936 This will have the side effect of inserting that message in the bogofilter
16937 database, match or not.
16938 If this rule matches (it is spam), the Bogo keyword will be set and
16939 the message will be moved to a spam folder.
16940 If it does not match, the
16941 following rule will mark the message by turning on the keyword.
16942 This second rule should be a non-terminating
16943 (<A HREF="h_config_filt_opts_nonterm">Dont-Stop-Even-if-Rule-Matches</A>)
16944 rule so that it doesn't stop the filtering process before the rest of
16945 your rules are consulted.
16948 In summary, the first rule is something like
16949 <PRE>
16950   Nickname          = bogofilter -u rule
16951   Current Folder Type =
16952                (*) Specific
16953                    Folder = INBOX
16955   ! Keyword pattern = Bogo
16957   External Categorizer Commands =
16958        Command              = /usr/local/bin/bogofilter -u
16959        Exit Status Interval = (0,0)
16960        Character Limit      = <No Value Set: using "-1">  (optionally set this)
16962   Filter Action =
16963        (*) Move
16964            Folder = spam
16965   
16966   Set These Keywords   = Bogo
16967 </PRE>
16969 and the following rule is
16970 <PRE>
16971   Nickname          = Set Bogo Keyword
16972   Current Folder Type =
16973                (*) Specific
16974                    Folder = INBOX
16976   ! Keyword pattern = Bogo
16978   Filter Action =
16979        (*) Just Set Message Status
16981   Set These Keywords   = Bogo
16983   Features =
16984       [X]  dont-stop-even-if-rule-matches
16985 </PRE>
16987 If it is possible for you to insert bogofilter in the delivery process instead
16988 of having it called from Alpine you could prevent having to wait
16989 for the bogofilter processing while you read your mail.
16990 You would have bogofilter add a header to the message at the time of delivery
16991 that identified it as spam or nonspam.
16992 With this method, you could avoid using a Categorizer Command while running Alpine,
16993 and just match on the header instead.
16994 You might still want to use the scripts mentioned above to initialize the
16995 database or to re-classify wrongly classified messages.
16998 Finally, it isn't for the faint-hearted,
16999 but it is also possible to run bogofilter from PC-Alpine.
17000 You can install Cygwin from
17001 <A HREF="http://www.cygwin.com/">http://www.cygwin.com/</A> and
17002 then compile bogofilter in the cygwin environment, and run it from
17003 within PC-Alpine.
17004 You would end up with a Categorizer command that looked something like
17006 <CENTER><SAMP>Command = C:&#92;cygwin&#92;bin&#92;bogofilter.exe -u</SAMP></CENTER>
17008 Note that the &quot;.exe&quot; extension is explicit,
17009 and that the bogofilter.exe executable should be in the same directory
17010 as cygwin1.dll.
17013 &lt;End of help on this topic&gt;
17014 </BODY>
17015 </HTML>
17016 ======= h_config_role_cat_status =======
17017 <HTML>
17018 <HEAD>
17019 <TITLE>Exit Status Interval Explained</TITLE>
17020 </HEAD>
17021 <BODY>
17022 <H1>Exit Status Interval Explained</H1>
17024 The categorizer command is run and the result is the exit status of
17025 that command.
17026 If that exit status falls in the Exit Status Interval
17027 then it is considered a match, otherwise it is not a match.
17028 Of course for the entire rule to match, it must also be checked against
17029 the other defined parts of the Pattern.
17031 The Exit Status Interval defaults to the single value 0 (zero).
17032 If you define it, it should be set to something like:
17034 <CENTER><SAMP>(min_exit_value,max_exit_value)</SAMP></CENTER>
17036 where &quot;min_exit_value&quot; and &quot;max_exit_value&quot; are integers.
17037 The special values &quot;INF&quot; and &quot;-INF&quot; may be used for large
17038 positive and negative integers.
17040 Actually, a list of intervals may be used if you wish.
17041 A list would look like
17043 <CENTER><SAMP>(min_exit_value1,max_exit_value1),(min_exit_value2,max_exit_value2),...</SAMP></CENTER>
17045 When there is an Exit Status Interval defined, it is a match if the exit status
17046 of the categorizer command is contained in any of the intervals.
17047 The intervals include both endpoints.
17049 The default interval is
17051 <CENTER><SAMP>(0,0)</SAMP></CENTER>
17053 and it matches only if the command exits with exit status equal to zero.
17056 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17057 for more information on Patterns.
17059 Look <A HREF="h_edit_nav_cmds">here</A>
17060 to see the available Editing and Navigation commands.
17062 &lt;End of help on this topic&gt;
17063 </BODY>
17064 </HTML>
17065 ======= h_config_role_cat_limit =======
17066 <HTML>
17067 <HEAD>
17068 <TITLE>Character Limit Explained</TITLE>
17069 </HEAD>
17070 <BODY>
17071 <H1>Character Limit Explained</H1>
17073 Setting this option makes it possible to limit how much of the message
17074 is made available to the categorizer command as input.
17075 The default value (-1) means that the entire message is fed to the
17076 command.
17077 A value of 0 (zero) means that only the headers of the message are
17078 made available.
17079 A positive integer means that the headers plus that many characters from
17080 the body of the message are passed to the categorizer.
17083 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17084 for more information on Patterns.
17086 Look <A HREF="h_edit_nav_cmds">here</A>
17087 to see the available Editing and Navigation commands.
17089 &lt;End of help on this topic&gt;
17090 </BODY>
17091 </HTML>
17092 ======= h_config_role_age =======
17093 <HTML>
17094 <HEAD>
17095 <TITLE>Age Interval Explained</TITLE>
17096 </HEAD>
17097 <BODY>
17098 <H1>Age Interval Explained</H1>
17100 The Age Interval, if defined, is part of the Pattern.
17101 If you use this, it should be set to something like:
17103 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
17105 where &quot;min_age&quot; and &quot;max_age&quot; are non-negative integers.
17106 The special value &quot;INF&quot; may be used for the max value.
17107 It represents infinity.
17109 In rare cases it may be useful to use the more general form of the value,
17110 which is a comma-separated list of intervals.
17111 It would look something like:
17113 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
17115 When there is an Age Interval defined, it is a match if the age, in days, of
17116 the message is contained in the interval.
17117 The interval includes both endpoints.
17118 If the option is set to a list of intervals then it is a match if the
17119 age of the message is contained in any of the intervals.
17121 Even though this option is called Age, it isn't actually
17122 the <EM>age</EM> of the message.
17123 Instead, it is how many days ago the message arrived in one of your folders.
17124 If the current time is a little past midnight, then a message that arrived
17125 just before midnight arrived yesterday, even though the message is only
17126 a few minutes old.
17127 By default, the date being used is not the date in the Date
17128 header of the message.
17129 It is the date that the message arrived in one of your folders.
17130 When you Save a message from one folder to another that arrival date
17131 is preserved.
17132 If you would like to use the date in the Date header that is possible.
17133 Turn on the option
17134 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
17135 near the bottom of the rule definition.
17137 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
17138 The age interval
17140 <CENTER><SAMP>(2,2)</SAMP></CENTER>
17142 matches all messages that arrived on the day before yesterday.
17143 The interval
17145 <CENTER><SAMP>(180,INF)</SAMP></CENTER>
17147 matches all messages that arrived at least 180 days before today.
17148 The interval
17150 <CENTER><SAMP>(0,1)</SAMP></CENTER>
17152 matches all messages that arrived today or yesterday.
17155 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17156 for more information on Patterns.
17158 Look <A HREF="h_edit_nav_cmds">here</A>
17159 to see the available Editing and Navigation commands.
17161 &lt;End of help on this topic&gt;
17162 </BODY>
17163 </HTML>
17164 ======= h_config_role_size =======
17165 <HTML>
17166 <HEAD>
17167 <TITLE>Size Interval Explained</TITLE>
17168 </HEAD>
17169 <BODY>
17170 <H1>Size Interval Explained</H1>
17172 The Size Interval, if defined, is part of the Pattern.
17173 If you use this, it should be set to something like:
17175 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
17177 where &quot;min_size&quot; and &quot;max_size&quot; are non-negative integers.
17178 The special value &quot;INF&quot; may be used for the max value.
17179 It represents infinity.
17181 In rare cases it may be useful to use the more general form of the value,
17182 which is a comma-separated list of intervals.
17183 It would look something like:
17185 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
17187 When there is a Size Interval defined, it is a match if the size of
17188 the message is contained in the interval.
17189 The interval includes both endpoints.
17190 If the option is set to a list of intervals then it is a match if the
17191 size of the message is contained in any of the intervals.
17193 The size interval
17195 <CENTER><SAMP>(10000,50000)</SAMP></CENTER>
17197 matches all messages with sizes greater than or equal to 10000, and less
17198 than or equal to 50000.
17199 The interval
17201 <CENTER><SAMP>(100000,INF)</SAMP></CENTER>
17203 matches all messages with sizes greater than or equal to 100000.
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_scorei =======
17216 <HTML>
17217 <HEAD>
17218 <TITLE>Score Interval Explained</TITLE>
17219 </HEAD>
17220 <BODY>
17221 <H1>Score Interval Explained</H1>
17223 The Score Interval, if defined, is part of the Pattern.
17224 If you use this, it should be set to something like:
17226 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
17228 where &quot;min_score&quot; and &quot;max_score&quot; are integers between
17229 -32000 and 32000.
17230 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
17231 the min and max values.
17232 These represent negative and positive infinity.
17234 Actually, the value may be a list of intervals rather than just a
17235 single interval if that is useful.
17236 The elements of the list are separated by commas like:
17238 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
17240 When there is a Score Interval defined, it is a match if the score for
17241 the message is contained in any of the intervals.
17242 The intervals include both endpoints.
17243 The score for a message is calculated by looking at every scoring rule
17244 defined and adding up the Score Values for the rules that match the message.
17245 Scoring rules are created using the
17246 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
17249 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17250 for more information on Patterns.
17252 Look <A HREF="h_edit_nav_cmds">here</A>
17253 to see the available Editing and Navigation commands.
17255 &lt;End of help on this topic&gt;
17256 </BODY>
17257 </HTML>
17258 ======= h_config_role_fldr_type =======
17259 <HTML>
17260 <HEAD>
17261 <TITLE>Current Folder Type Explained</TITLE>
17262 </HEAD>
17263 <BODY>
17264 <H1>Current Folder Type Explained</H1>
17266 The Current Folder Type is part of the role's Pattern.
17267 It refers to the type of the currently open folder, which is the folder
17268 you were last looking at from the MESSAGE INDEX or MESSAGE TEXT screen.
17269 In order for a role to be considered a match, the current folder must
17270 be of the type you set here.
17271 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17272 all what you might think.
17274 If the Current Folder Type for a role's Pattern is set to &quot;News&quot;, for
17275 example, then
17276 that role will only be a match if the current folder is a newsgroup and
17277 the rest of the Pattern matches.
17278 The value &quot;Specific&quot; may be used when you want to limit the match
17279 to a specific folder (not just a specific type of folder), or to a list of
17280 specific folders.
17282 In order to match a specific folder you Select the &quot;Specific&quot;
17283 button <EM>AND</EM> fill in
17284 the name (or list of names) of
17285 the folder in the &quot;Folder List&quot; field.
17286 If the current folder is any of the folders in the list, that is considered
17287 a match.
17288 The name of each folder in the list may be either &quot;INBOX&quot;,
17289 the technical specification
17290 of the folder (like what appears in your configuration file) or, if the
17291 folder is one of your incoming folders, it may be the nickname you've given
17292 the folder.
17293 Here are a couple samples of specific folder names:
17295 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17297 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17299 The easiest way to fill in the &quot;Folder List&quot; field is to use
17300 the &quot;T&quot; command that is available when the &quot;Folder List&quot; line is
17301 highlighted, or to use the &quot;Take&quot; command with the configuration
17302 feature
17303 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
17304 turned on.
17305 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17306 Current Folder Type is set to &quot;Specific&quot;, and any value that
17307 &quot;Folder List&quot; has is ignored unless the type
17308 is set to &quot;Specific&quot;.
17310 When reading a newsgroup, there may be a performance penalty
17311 incurred when collecting the information necessary to check a Pattern.
17312 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17314 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17315 for more information on Patterns.
17317 Look <A HREF="h_edit_nav_cmds">here</A>
17318 to see the available Editing and Navigation commands.
17320 &lt;End of help on this topic&gt;
17321 </BODY>
17322 </HTML>
17323 ======= h_config_filt_rule_type =======
17324 <HTML>
17325 <HEAD>
17326 <TITLE>Filter Action Explained</TITLE>
17327 </HEAD>
17328 <BODY>
17329 <H1>Filter Action Explained</H1>
17331 The Filter Action specifies the action to be taken when the Pattern is a
17332 match.
17333 It may be set to &quot;Delete&quot; &quot;Move&quot;, or
17334 &quot;Just Set Message Status&quot;.
17336 If it is set to &quot;Delete&quot;, then the message that matches the
17337 Pattern will be deleted from the open folder.
17339 If it is set to &quot;Move&quot;, then the name of the folder to which
17340 the matching message should be moved is given in the &quot;Folder List&quot; field on the
17341 next line of the screen.
17342 A list of folders separated by commas may be given, in which case the
17343 message will be copied to all of the folders in the list before it is
17344 deleted.
17346 If it is set to neither of those two values (it is set to the value
17347 labeled &quot;Just Set Message Status&quot;) then the message status
17348 setting will happen
17349 but the message will not be deleted or moved.
17351 If you are Moving a message you may also set Message Status if you wish.
17353 The easiest way to fill in the &quot;Folder List&quot; field is to use
17354 the T command that is available when the &quot;Folder List&quot; line is
17355 highlighted.
17356 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17357 Filter Action is set to &quot;Move&quot;, and any value that
17358 &quot;Folder List&quot; has is ignored unless the type
17359 is set to &quot;Move&quot;.
17361 There are a few tokens that may be used in the names in the Folder List.
17362 They are all related to the date on which the filtering is taking place.
17363 The tokens are words surrounded by underscores.
17364 For example, if you want your filter to move messages to a folder named
17365 <P><CENTER><SAMP>abc-year-mon</SAMP></CENTER><P>
17366 you could specify the folder as
17367 <P><CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER><P>
17368 which would result in a file named something like
17369 <P><CENTER><SAMP>abc-2004-oct</SAMP></CENTER><P>
17371 <P><CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER><P>
17372 which would result in a file named something like
17373 <P><CENTER><SAMP>abc-04-10</SAMP></CENTER><P>
17374 The available tokens are listed
17375 <A HREF="h_index_tokens">here</A>.
17377 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17378 for more information on Patterns.
17380 Look <A HREF="h_edit_nav_cmds">here</A>
17381 to see the available Editing and Navigation commands.
17383 &lt;End of help on this topic&gt;
17384 </BODY>
17385 </HTML>
17386 ======= h_config_score_fldr_type =======
17387 <HTML>
17388 <HEAD>
17389 <TITLE>Current Folder Type Explained</TITLE>
17390 </HEAD>
17391 <BODY>
17392 <H1>Current Folder Type Explained</H1>
17394 The Current Folder Type is part of the scoring rule's Pattern.
17395 It refers to the type of the folder that
17396 the message being scored is in.
17397 In order for a rule to be considered a match, the current folder must
17398 be of the type you set here.
17399 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17400 all what you might think.
17402 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17403 example, then
17404 that Pattern will only match if the current folder is a newsgroup and
17405 the rest of the Pattern matches.
17406 The value &quot;Specific&quot; may be used when you want to limit the match
17407 to a specific folder (not just a specific type of folder), or to a list of
17408 specific folders.
17410 In order to match a specific folder you Select the &quot;Specific&quot;
17411 button <EM>AND</EM> fill in
17412 the name (or list of names) of
17413 the folder in the &quot;Folder List&quot; field.
17414 If the current folder is any of the folders in the list, that is considered
17415 a match.
17416 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17417 of the folder (like what appears in your configuration file) or, if the
17418 folder is one of your incoming folders, it may be the nickname you've given
17419 the folder.
17420 Here are a couple samples of specific folder names:
17422 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17424 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17426 The easiest way to fill in the &quot;Folder List&quot; field is to use
17427 the T command that is available when the &quot;Folder List&quot; line is
17428 highlighted.
17429 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17430 Current Folder Type is set to &quot;Specific&quot;, and any value that
17431 &quot;Folder List&quot; has is ignored unless the type
17432 is set to &quot;Specific&quot;.
17434 When reading a newsgroup, there may be a performance penalty
17435 incurred when collecting the information necessary to check a Pattern.
17436 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17437 For example, if you have Index Line Coloring rules that have Score Intervals
17438 defined then the scores for all the visible messages will need to be calculated.
17439 If some of your Scoring rules have 
17440 a Current Folder Type of
17441 &quot;Any&quot; or &quot;News&quot; this may cause the MESSAGE INDEX
17442 screen to draw more slowly when in a newsgroup.
17444 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17445 for more information on Patterns.
17447 Look <A HREF="h_edit_nav_cmds">here</A>
17448 to see the available Editing and Navigation commands.
17450 &lt;End of help on this topic&gt;
17451 </BODY>
17452 </HTML>
17453 ======= h_config_other_fldr_type =======
17454 <HTML>
17455 <HEAD>
17456 <TITLE>Current Folder Type Explained</TITLE>
17457 </HEAD>
17458 <BODY>
17459 <H1>Current Folder Type Explained</H1>
17461 The Current Folder Type is part of the rule's Pattern.
17462 It refers to the type of the folder being viewed.
17463 In order for a rule to be considered a match, the current folder must
17464 be of the type you set here.
17465 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17466 all what you might think.
17468 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17469 example, then
17470 that Pattern will only match if the current folder is a newsgroup.
17471 The value &quot;Specific&quot; may be used when you want to limit the match
17472 to a specific folder (not just a specific type of folder), or to a list of
17473 specific folders.
17475 In order to match a specific folder you Select the &quot;Specific&quot;
17476 button <EM>AND</EM> fill in
17477 the name (or list of names) of
17478 the folder in the &quot;Folder List&quot; field.
17479 If the current folder is any of the folders in the list, that is considered
17480 a match.
17481 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17482 of the folder (like what appears in your configuration file) or, if the
17483 folder is one of your incoming folders, it may be the nickname you've given
17484 the folder.
17485 Here are a couple samples of specific folder names:
17487 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17489 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17491 The easiest way to fill in the &quot;Folder List&quot; field is to use
17492 the T command that is available when the &quot;Folder List&quot; line is
17493 highlighted.
17494 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17495 Current Folder Type is set to &quot;Specific&quot;, and any value that
17496 &quot;Folder List&quot; has is ignored unless the type
17497 is set to &quot;Specific&quot;.
17499 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17500 for more information on Patterns.
17502 Look <A HREF="h_edit_nav_cmds">here</A>
17503 to see the available Editing and Navigation commands.
17505 &lt;End of help on this topic&gt;
17506 </BODY>
17507 </HTML>
17508 ======= h_config_incol_fldr_type =======
17509 <HTML>
17510 <HEAD>
17511 <TITLE>Current Folder Type Explained</TITLE>
17512 </HEAD>
17513 <BODY>
17514 <H1>Current Folder Type Explained</H1>
17516 The Current Folder Type is part of the Line Coloring rule's Pattern.
17517 It refers to the type of the folder for which the MESSAGE INDEX is
17518 being viewed.
17519 In order for a rule to be considered a match, the current folder must
17520 be of the type you set here.
17521 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17522 all what you might think.
17524 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17525 example, then
17526 that Pattern will only match if the current folder is a newsgroup and
17527 the rest of the Pattern matches.
17528 The value &quot;Specific&quot; may be used when you want to limit the match
17529 to a specific folder (not just a specific type of folder), or to a list of
17530 specific folders.
17532 In order to match a specific folder you Select the &quot;Specific&quot;
17533 button <EM>AND</EM> fill in
17534 the name (or list of names) of
17535 the folder in the &quot;Folder List&quot; field.
17536 If the current folder is any of the folders in the list, that is considered
17537 a match.
17538 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17539 of the folder (like what appears in your configuration file) or, if the
17540 folder is one of your incoming folders, it may be the nickname you've given
17541 the folder.
17542 Here are a couple samples of specific folder names:
17544 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17546 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17548 The easiest way to fill in the &quot;Folder List&quot; field is to use
17549 the T command that is available when the &quot;Folder List&quot; line is
17550 highlighted.
17551 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17552 Current Folder Type is set to &quot;Specific&quot;, and any value that
17553 &quot;Folder List&quot; has is ignored unless the type
17554 is set to &quot;Specific&quot;.
17556 When reading a newsgroup, there may be a performance penalty
17557 incurred when collecting the information necessary to check a Pattern.
17558 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17559 For example, a rule with a non-Normal Index Line Color
17560 and a Current Folder Type of
17561 &quot;Any&quot; or &quot;News&quot; may cause the MESSAGE INDEX
17562 screen to draw more slowly when in a newsgroup.
17564 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17565 for more information on Patterns.
17567 Look <A HREF="h_edit_nav_cmds">here</A>
17568 to see the available Editing and Navigation commands.
17570 &lt;End of help on this topic&gt;
17571 </BODY>
17572 </HTML>
17573 ======= h_config_filt_fldr_type =======
17574 <HTML>
17575 <HEAD>
17576 <TITLE>Current Folder Type Explained</TITLE>
17577 </HEAD>
17578 <BODY>
17579 <H1>Current Folder Type Explained</H1>
17581 The Current Folder Type is part of the Filtering rule's Pattern.
17582 It refers to the type of the folder for which the filtering is being done.
17583 In order for a rule to be considered a match, the current folder must
17584 be of the type you set here.
17585 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17586 all what you might think.
17588 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17589 example, then
17590 that Pattern will only match if the current folder is a newsgroup and
17591 the rest of the Pattern matches.
17592 The value &quot;Specific&quot; may be used when you want to limit the match
17593 to a specific folder (not just a specific type of folder), or to a list of
17594 specific folders.
17596 In order to match a specific folder you Select the &quot;Specific&quot;
17597 button <EM>AND</EM> fill in
17598 the name (or list of names) of
17599 the folder in the &quot;Folder List&quot; field.
17600 If the current folder is any of the folders in the list, that is considered
17601 a match.
17602 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17603 of the folder (like what appears in your configuration file) or, if the
17604 folder is one of your incoming folders, it may be the nickname you've given
17605 the folder.
17606 Here are a couple samples of specific folder names:
17608 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17610 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17612 The easiest way to fill in the &quot;Folder List&quot; field is to use
17613 the T command that is available when the &quot;Folder List&quot; line is
17614 highlighted.
17615 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17616 Current Folder Type is set to &quot;Specific&quot;, and any value that
17617 &quot;Folder List&quot; has is ignored unless the type
17618 is set to &quot;Specific&quot;.
17620 When reading a newsgroup, there may be a performance penalty
17621 incurred when collecting the information necessary to check a Pattern.
17622 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17623 For example, a rule with a Current Folder Type of either
17624 &quot;Any&quot; or &quot;News&quot; may cause the filtering to happen
17625 more slowly when opening a newsgroup.
17627 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17628 for more information on Patterns.
17630 Look <A HREF="h_edit_nav_cmds">here</A>
17631 to see the available Editing and Navigation commands.
17633 &lt;End of help on this topic&gt;
17634 </BODY>
17635 </HTML>
17636 ======= h_config_role_stat_imp =======
17637 <HTML>
17638 <HEAD>
17639 <TITLE>Message Important Status Explained</TITLE>
17640 </HEAD>
17641 <BODY>
17642 <H1>Message Important Status Explained</H1>
17644 This part of the Pattern may have one of three possible values.
17645 The default value is &quot;Don't care&quot;, which matches any message.
17646 The other two values are &quot;Yes&quot;, which means the message must be
17647 flagged &quot;Important&quot; in order to be a match; or &quot;No&quot;, which
17648 means the message must <EM>not</EM> be flagged &quot;Important&quot; in order
17649 to be a match.
17651 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17652 for more information on Patterns.
17654 Look <A HREF="h_edit_nav_cmds">here</A>
17655 to see the available Editing and Navigation commands.
17657 &lt;End of help on this topic&gt;
17658 </BODY>
17659 </HTML>
17660 ======= h_config_role_stat_new =======
17661 <HTML>
17662 <HEAD>
17663 <TITLE>Message New Status Explained</TITLE>
17664 </HEAD>
17665 <BODY>
17666 <H1>Message New Status Explained</H1>
17668 This part of the Pattern may have one of three possible values.
17669 The default value is &quot;Don't care&quot;, which matches any message.
17670 The other two values are &quot;Yes&quot;, which means the message must be
17671 &quot;New&quot; in order to be a match; or &quot;No&quot;, which
17672 means the message must <EM>not</EM> be &quot;New&quot; in order
17673 to be a match.
17674 &quot;New&quot; is the same as <EM>Unseen</EM> and not &quot;New&quot; is the
17675 same as <EM>Seen</EM>.
17677 The nomenclature for New and Recent is a bit confusing:
17679 New means that the message is Unseen.
17680 It could have been in your mailbox for a long time but if you haven't looked
17681 at it, it is still considered New.
17682 That matches the default Alpine index display that shows an N for such a
17683 message.
17685 Recent means that the message was added to this folder since the last time
17686 you opened the folder.
17687 Alpine also shows an N by default for these types of messages.
17688 If you were to run two copies of Alpine that opened a folder one right after
17689 the other, a message would only show up as Recent in (at most) the first
17690 Alpine session.
17692 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17693 for more information on Patterns.
17695 Look <A HREF="h_edit_nav_cmds">here</A>
17696 to see the available Editing and Navigation commands.
17698 &lt;End of help on this topic&gt;
17699 </BODY>
17700 </HTML>
17701 ======= h_config_role_stat_recent =======
17702 <HTML>
17703 <HEAD>
17704 <TITLE>Message Recent Status Explained</TITLE>
17705 </HEAD>
17706 <BODY>
17707 <H1>Message Recent Status Explained</H1>
17709 This part of the Pattern may have one of three possible values.
17710 The default value is &quot;Don't care&quot;, which matches any message.
17711 The other two values are &quot;Yes&quot;, which means the message must be
17712 &quot;Recent&quot; in order to be a match; or &quot;No&quot;, which
17713 means the message must <EM>not</EM> be &quot;Recent&quot; in order
17714 to be a match.
17715 &quot;Recent&quot; means that the message was added to the folder since
17716 the last time the folder was opened.
17717 If more than one mail client has the folder opened, the message will
17718 appear to be &quot;Recent&quot; to only one of the clients.
17720 The nomenclature for New and Recent is a bit confusing:
17722 New means that the message is Unseen.
17723 It could have been in your mailbox for a long time but if you haven't looked
17724 at it, it is still considered New.
17725 That matches the default Alpine index display that shows an N for such a
17726 message.
17728 Recent means that the message was added to this folder since the last time
17729 you opened the folder.
17730 Alpine also shows an N by default for these types of messages.
17731 If you were to run two copies of Alpine that opened a folder one right after
17732 the other, a message would only show up as Recent in (at most) the first
17733 Alpine session.
17735 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17736 for more information on Patterns.
17738 Look <A HREF="h_edit_nav_cmds">here</A>
17739 to see the available Editing and Navigation commands.
17741 &lt;End of help on this topic&gt;
17742 </BODY>
17743 </HTML>
17744 ======= h_config_role_stat_del =======
17745 <HTML>
17746 <HEAD>
17747 <TITLE>Message Deleted Status Explained</TITLE>
17748 </HEAD>
17749 <BODY>
17750 <H1>Message Deleted Status Explained</H1>
17752 This part of the Pattern may have one of three possible values.
17753 The default value is &quot;Don't care&quot;, which matches any message.
17754 The other two values are &quot;Yes&quot;, which means the message must be
17755 marked &quot;Deleted&quot; in order to be a match; or &quot;No&quot;, which
17756 means the message must <EM>not</EM> be marked &quot;Deleted&quot; in order
17757 to be a match.
17759 If you are thinking of using this part of the Pattern as a way to prevent
17760 messages from being filtered more than once in a Filter Pattern,
17761 take a look at the Filter Option
17762 <A HREF="h_config_filt_opts_notdel">&quot;Move-Only-if-Not-Deleted&quot;</A>
17763 instead.
17764 It should work better than using this field since it will hide the filtered
17765 messages even if they are already Deleted.
17766 That option is at the bottom of the Filter configuration screen.
17768 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17769 for more information on Patterns.
17771 Look <A HREF="h_edit_nav_cmds">here</A>
17772 to see the available Editing and Navigation commands.
17774 &lt;End of help on this topic&gt;
17775 </BODY>
17776 </HTML>
17777 ======= h_config_role_stat_ans =======
17778 <HTML>
17779 <HEAD>
17780 <TITLE>Message Answered Status Explained</TITLE>
17781 </HEAD>
17782 <BODY>
17783 <H1>Message Answered Status Explained</H1>
17785 This part of the Pattern may have one of three possible values.
17786 The default value is &quot;Don't care&quot;, which matches any message.
17787 The other two values are &quot;Yes&quot;, which means the message must be
17788 marked &quot;Answered&quot; in order to be a match; or &quot;No&quot;, which
17789 means the message must <EM>not</EM> be marked &quot;Answered&quot; in order
17790 to be a match.
17792 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17793 for more information on Patterns.
17795 Look <A HREF="h_edit_nav_cmds">here</A>
17796 to see the available Editing and Navigation commands.
17798 &lt;End of help on this topic&gt;
17799 </BODY>
17800 </HTML>
17801 ======= h_config_role_abookfrom =======
17802 <HTML>
17803 <HEAD>
17804 <TITLE>Address in Address Book Explained</TITLE>
17805 </HEAD>
17806 <BODY>
17807 <H1>Address in Address Book Explained</H1>
17809 This option gives you a way to match messages that contain an address
17810 that is in one of your address books.
17811 Only the simple entries in your address books are searched.
17812 Address book distribution lists are ignored!
17814 This part of the Pattern may have one of five possible values.
17815 The default value is &quot;Don't care&quot;, which matches any message.
17816 The value &quot;Yes, in any address book&quot; means at least one of the addresses
17817 from the message must be in at least one of your
17818 address books in order to be a match.
17819 The value &quot;No, not in any address book&quot;
17820 means none of the addresses may
17821 be in any of your address books in order to be a match.
17823 The values &quot;Yes, in specific address books&quot; and
17824 &quot;No, not in any of specific address books&quot; are similar but instead
17825 of depending on all address books you are allowed to give a list of address
17826 books to look in.
17827 Usually this would be a single address book but it may be a
17828 list of address books as well.
17829 For each of these &quot;specific&quot; address book options you Select which
17830 of the Specific options you want (Yes or No) <EM>AND</EM> fill in the
17831 name (or list of names) of the address book in the
17832 &quot;Abook List&quot; field.
17833 The names to be used are those that appear in the ADDRESS BOOK LIST screen.
17834 The easiest way to fill in the Abook List field it to use
17835 the &quot;T&quot; command that is available when the &quot;Abook List&quot;
17836 line is highlighted.
17837 Note that you won't be able to edit the &quot;Abook List&quot; line unless the
17838 option is set to one of the two &quot;Specific&quot;, values.
17840 The addresses from the message that are checked for are determined by the
17841 setting you have for &quot;Types of addresses to check for in address book&quot;.
17842 If you set this to &quot;From&quot; the From address from the message will
17843 be looked up in the address book.
17844 If you set it to &quot;To&quot; instead then the To addresses will be used.
17845 If any of the To addresses are in the address book then it is considered
17846 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
17847 You could set it to both From and To, in which case all of the From and To
17848 addresses are used.
17849 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
17850 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
17851 exists or the From address if there is no Reply-To address.
17852 Same for the Sender address.
17854 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17855 for more information on Patterns.
17857 Look <A HREF="h_edit_nav_cmds">here</A>
17858 to see the available Editing and Navigation commands.
17860 &lt;End of help on this topic&gt;
17861 </BODY>
17862 </HTML>
17863 ======= h_config_inabook_from =======
17864 <HTML>
17865 <HEAD>
17866 <TITLE>From</TITLE>
17867 </HEAD>
17868 <BODY>
17869 <H1>From</H1>
17871 Setting the From line will cause the address from the From header line
17872 of the message to be checked for in the address book.
17874 &lt;End of help on this topic&gt;
17875 </BODY>
17876 </HTML>
17877 ======= h_config_inabook_replyto =======
17878 <HTML>
17879 <HEAD>
17880 <TITLE>Reply-To</TITLE>
17881 </HEAD>
17882 <BODY>
17883 <H1>Reply-To</H1>
17885 Setting the Reply-To line will cause the address from the Reply-To header line
17886 of the message to be checked for in the address book.
17887 However, if there is no Reply-To header line in the message the From header
17888 line will be used instead.
17889 We understand this is dumb but we don't have an easy way around it.
17891 &lt;End of help on this topic&gt;
17892 </BODY>
17893 </HTML>
17894 ======= h_config_inabook_sender =======
17895 <HTML>
17896 <HEAD>
17897 <TITLE>Sender</TITLE>
17898 </HEAD>
17899 <BODY>
17900 <H1>Sender</H1>
17902 Setting the Sender line will cause the address from the Sender header line
17903 of the message to be checked for in the address book.
17904 However, if there is no Sender header line in the message the From header
17905 line will be used instead.
17906 We understand this is dumb but we don't have an easy way around it.
17908 &lt;End of help on this topic&gt;
17909 </BODY>
17910 </HTML>
17911 ======= h_config_inabook_to =======
17912 <HTML>
17913 <HEAD>
17914 <TITLE>To</TITLE>
17915 </HEAD>
17916 <BODY>
17917 <H1>To</H1>
17919 Setting the To line will cause the address from the To header line
17920 of the message to be checked for in the address book.
17922 &lt;End of help on this topic&gt;
17923 </BODY>
17924 </HTML>
17925 ======= h_config_inabook_cc =======
17926 <HTML>
17927 <HEAD>
17928 <TITLE>CC</TITLE>
17929 </HEAD>
17930 <BODY>
17931 <H1>CC</H1>
17933 Setting the CC line will cause the address from the CC header line
17934 of the message to be checked for in the address book.
17936 &lt;End of help on this topic&gt;
17937 </BODY>
17938 </HTML>
17939 ======= h_config_role_stat_8bitsubj =======
17940 <HTML>
17941 <HEAD>
17942 <TITLE>Raw 8-bit in Subject Explained</TITLE>
17943 </HEAD>
17944 <BODY>
17945 <H1>Raw 8-bit in Subject Explained</H1>
17947 It seems that lots of unwanted email contains unencoded 8-bit characters
17948 in the Subject.
17949 Normally, characters with the 8th bit set are not allowed in the Subject
17950 header unless they are MIME-encoded.
17951 This option gives you a way to match messages that have Subjects that
17952 contain unencoded 8-bit characters.
17954 This part of the Pattern may have one of three possible values.
17955 The default value is &quot;Don't care&quot;, which matches any message.
17956 The other two values are &quot;Yes&quot;, which means the Subject of
17957 the message must contain unencoded 8-bit characters (characters with the
17958 most significant bit set)
17959 in order to be a match; or &quot;No&quot;, which
17960 means the Subject must <EM>not</EM>
17961 contain unencoded 8-bit characters in order to be a match.
17963 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17964 for more information on Patterns.
17966 Look <A HREF="h_edit_nav_cmds">here</A>
17967 to see the available Editing and Navigation commands.
17969 &lt;End of help on this topic&gt;
17970 </BODY>
17971 </HTML>
17972 ======= h_config_role_bom =======
17973 <HTML>
17974 <HEAD>
17975 <TITLE>Beginning of Month</TITLE>
17976 </HEAD>
17977 <BODY>
17978 <H1>Beginning of Month</H1>
17980 This option gives you a limited ability to take different actions depending on whether
17981 this is the first time Alpine has been run this month or not.
17982 Though it would be nice to have such an option available, this is not the
17983 same as whether or not this is the first time a paricular folder has been
17984 opened this month.
17985 If you want some action (probably Filtering) to take place in a folder each
17986 month, then you will need to be sure that the folder is opened during the
17987 first Alpine session of the month in order for this option to be helpful.
17989 This part of the Pattern may have one of three possible values.
17990 The default value is &quot;Don't care&quot;, which matches any message.
17991 The other two values are &quot;Yes&quot;, which means this is the first
17992 time Alpine has been run this month;
17993 or &quot;No&quot;, which
17994 means this is not the first time Alpine has been run this month.
17996 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17997 for more information on Patterns.
17999 Here are some technical details.
18000 The way that Alpine decides if it is the beginning of the month or not is
18001 to compare today's date with the date stored in the
18002 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
18003 variable in the config file.
18004 If the month of today's date is later than the month stored in the variable,
18005 then this is considered to be the first time you have run Alpine this month, and
18006 that turns the Beginning of the Month option on.
18008 Look <A HREF="h_edit_nav_cmds">here</A>
18009 to see the available Editing and Navigation commands.
18011 &lt;End of help on this topic&gt;
18012 </BODY>
18013 </HTML>
18014 ======= h_config_role_boy =======
18015 <HTML>
18016 <HEAD>
18017 <TITLE>Beginning of Year</TITLE>
18018 </HEAD>
18019 <BODY>
18020 <H1>Beginning of Year</H1>
18022 This option gives you a limited ability to take different actions depending on whether
18023 this is the first time Alpine has been run this year or not.
18024 Though it would be nice to have such an option available, this is not the
18025 same as whether or not this is the first time a paricular folder has been
18026 opened this year.
18027 If you want some action (probably Filtering) to take place in a folder each
18028 year, then you will need to be sure that the folder is opened during the
18029 first Alpine session of the year in order for this option to be helpful.
18031 This part of the Pattern may have one of three possible values.
18032 The default value is &quot;Don't care&quot;, which matches any message.
18033 The other two values are &quot;Yes&quot;, which means this is the first
18034 time Alpine has been run this year;
18035 or &quot;No&quot;, which
18036 means this is not the first time Alpine has been run this year.
18038 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18039 for more information on Patterns.
18041 Here are some technical details.
18042 The way that Alpine decides if it is the beginning of the year or not is
18043 to compare today's date with the date stored in the
18044 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
18045 variable in the config file.
18046 If the year of today's date is later than the year stored in the variable,
18047 then this is considered to be the first time you have run Alpine this year, and
18048 that turns the Beginning of the Year option on.
18050 Look <A HREF="h_edit_nav_cmds">here</A>
18051 to see the available Editing and Navigation commands.
18053 &lt;End of help on this topic&gt;
18054 </BODY>
18055 </HTML>
18056 ======= h_config_role_inick =======
18057 <HTML>
18058 <HEAD>
18059 <TITLE>Initialize Values From Role Explained</TITLE>
18060 </HEAD>
18061 <BODY>
18062 <H1>Initialize Values From Role Explained</H1>
18064 This is a power user feature.
18065 You will usually want to leave this field empty.
18066 The value of this field is the nickname of another one of your roles.
18067 The Action values from that other role
18068 are used as the initial values of the Action items for this role.
18069 If you put something in any of the action fields for this role, that will
18070 override whatever was in the corresponding field of the initializer role.
18072 You might use this field if the &quot;Action&quot; part of one of your roles
18073 is something you want to use in more than one role.
18074 Instead of filling in those action values again for each role, you
18075 may give the nickname of the role where the values are filled in.
18076 It's just a shortcut way to define Role Actions.
18078 Here's an example to help explain how this works.
18079 Suppose you have a role with nickname &quot;role1&quot; and role1 has
18080 (among other things)
18082 <CENTER><SAMP>Set Reply-To = The Pres &lt;president@example.com&gt;</SAMP></CENTER>
18084 set.
18085 If in &quot;role2&quot; you set &quot;Initialize settings using role&quot; to
18086 &quot;role1&quot;, then role2 will inherit the Set Reply-To value
18087 from role1 by default (and any of the other inheritable action values
18088 that are set).
18089 So if role2 had
18091 <CENTER><SAMP>Set Reply-To = &lt;No Value Set&gt;</SAMP></CENTER>
18093 defined, the Reply-To used with role2 would be &quot;The Pres &lt;president@example.com&gt;&quot;
18094 However, if role2 had
18096 <CENTER><SAMP>Set Reply-To = VP &lt;vicepresident@example.com&gt;</SAMP></CENTER>
18098 defined, then the Reply-To used with role2 would be &quot;VP &lt;vicepresident@example.com&gt;&quot; instead.
18100 If you wish,
18101 you may choose a nickname from your list of roles by using the
18102 &quot;T&quot; command.
18103 If the role you are using to initialize also has a role it initializes from,
18104 then that initialization happens first.
18105 That is, inheritance works as expected with the grandparent and
18106 great-grandparent (and so on) roles having the expected effect.
18108 Look <A HREF="h_edit_nav_cmds">here</A>
18109 to see the available Editing and Navigation commands.
18111 &lt;End of help on this topic&gt;
18112 </BODY>
18113 </HTML>
18114 ======= h_config_role_setfrom =======
18115 <HTML>
18116 <HEAD>
18117 <TITLE>Set From Explained</TITLE>
18118 </HEAD>
18119 <BODY>
18120 <H1>Set From Explained</H1>
18122 This describes part of the action to be taken if the Pattern for this
18123 role is a match.
18124 This field consists of a single address that will be used as the From
18125 address on the message you are sending.
18126 This should be a fully-qualified address like
18128 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
18130 or just
18132 <CENTER><SAMP>user@domain</SAMP></CENTER>
18134 If you wish,
18135 you may choose an address from your address book with the
18136 &quot;T&quot; command.
18138 If this is left blank, then your normal From address will be used.
18140 You may also find it useful to add the changed From address to the
18141 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
18142 configuration option.
18144 Look <A HREF="h_edit_nav_cmds">here</A>
18145 to see the available Editing and Navigation commands.
18147 &lt;End of help on this topic&gt;
18148 </BODY>
18149 </HTML>
18150 ======= h_config_role_setreplyto =======
18151 <HTML>
18152 <HEAD>
18153 <TITLE>Set Reply-To Explained</TITLE>
18154 </HEAD>
18155 <BODY>
18156 <H1>Set Reply-To Explained</H1>
18158 This describes part of the action to be taken if the Pattern for this
18159 role is a match.
18160 This field consists of a single address that will be used as the Reply-To
18161 address on the message you are sending.
18162 This may be a fully-qualified address like
18164 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
18166 or just
18168 <CENTER><SAMP>user@domain</SAMP></CENTER>
18170 If you wish,
18171 you may choose an address from your address book with the
18172 &quot;T&quot; command.
18174 If this is left blank, then there won't be a Reply-To address unless
18175 you have configured one specially with the
18176 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>"
18177 configuration option.
18179 Look <A HREF="h_edit_nav_cmds">here</A>
18180 to see the available Editing and Navigation commands.
18182 &lt;End of help on this topic&gt;
18183 </BODY>
18184 </HTML>
18185 ======= h_config_role_setfcc =======
18186 <HTML>
18187 <HEAD>
18188 <TITLE>Set Fcc Explained</TITLE>
18189 </HEAD>
18190 <BODY>
18191 <H1>Set Fcc Explained</H1>
18193 This describes part of the action to be taken if the Pattern for this
18194 role is a match.
18195 This field consists of a single folder name that will be used in
18196 the Fcc field of the message you are sending.
18197 You may put anything here that you would normally type into the Fcc
18198 field from the composer.
18200 In addition, an fcc of &quot;&quot; (two double quotation marks) means
18201 no Fcc.
18203 A blank field here means that Alpine will use its normal rules for deciding
18204 the default value of the Fcc field.
18205 For many roles, perhaps most, it may make more sense for you to use the
18206 other Alpine facilities for setting the Fcc.
18207 In particular, if you want the Fcc to depend on who you are sending the
18208 message to then the <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A>
18209 is probably more useful.
18210 In that case, you would want to leave the Fcc field here blank.
18211 However, if you have a role that depends on who the message you are replying
18212 to was From, or what address that message was sent to;
18213 then it might make sense to set the Fcc for that role here.
18215 If you wish,
18216 you may choose a folder from your folder collections by using the
18217 &quot;T&quot; command.
18219 Look <A HREF="h_edit_nav_cmds">here</A>
18220 to see the available Editing and Navigation commands.
18222 &lt;End of help on this topic&gt;
18223 </BODY>
18224 </HTML>
18225 ======= h_config_role_usesmtp =======
18226 <HTML>
18227 <HEAD>
18228 <TITLE>Use SMTP Server Explained</TITLE>
18229 </HEAD>
18230 <BODY>
18231 <H1>Use SMTP Server Explained</H1>
18233 This describes part of the action to be taken if the Pattern for this
18234 role is a match.
18235 If this field has a value, then it will be used as the SMTP server
18236 to send mail when this role is being used (unless the SMTP server variable
18237 is set in the system-wide fixed configuration file).
18238 It has the same semantics as the
18239 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
18240 variable in the Setup/Config screen.
18242 If you are using this to post from home when you are at home and from
18243 work when you are at work you need to be careful about postponing messages.
18244 When you postpone a composition that was using a role with this variable
18245 set, the SMTP server list will be saved
18246 with the postponed composition.
18247 It cannot be changed later.
18248 Because of this, you may want to make this a list of SMTP servers
18249 with the preferred server at the front of the list and alternate servers
18250 later in the list.
18251 In your &quot;Home&quot; role you would put the home SMTP server first and
18252 the work SMTP server last.
18253 In your &quot;Work&quot; role you would put the work SMTP server first and
18254 the home SMTP server last.
18255 Then if you start a composition as &quot;Work&quot;, postpone
18256 it, and then later resume it from home the work SMTP server will fail but
18257 the home SMTP server later in the list will succeed.
18259 You may be able to simplify things by making the regular
18260 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
18261 variable in the Setup/Config screen a list instead of using roles
18262 to set the SMTP server.
18265 Look <A HREF="h_edit_nav_cmds">here</A>
18266 to see the available Editing and Navigation commands.
18268 &lt;End of help on this topic&gt;
18269 </BODY>
18270 </HTML>
18271 ======= h_config_role_usenntp =======
18272 <HTML>
18273 <HEAD>
18274 <TITLE>Use NNTP Server Explained</TITLE>
18275 </HEAD>
18276 <BODY>
18277 <H1>Use NNTP Server Explained</H1>
18279 This describes part of the action to be taken if the Pattern for this
18280 role is a match.
18281 If this field has a value, then it will be used as the NNTP server
18282 to post to newsgroups when this role is being used (unless the NNTP server
18283 variable
18284 is set in the system-wide fixed configuration file).
18285 It has the same semantics as the
18286 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
18287 variable in the Setup/Config screen.
18289 This role setting can facilitate posting to the right nntp server for someone
18290 who reads news from various news sources.  The feature
18291 <A HREF="h_config_predict_nntp_server">&quot;<!--#echo var="FEAT_predict-nntp-server"-->&quot;</A>
18292 allows for setting the correct <!--#echo var="VAR_nntp-server"--> without having to individually
18293 set a role for that <!--#echo var="VAR_nntp-server"-->, but for greater flexibility, setting
18294 nntp servers for roles may be more desirable for some people.
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 NNTP 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 NNTP 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 NNTP server first and
18306 the work NNTP server last.
18307 In your &quot;Work&quot; role you would put the work NNTP server first and
18308 the home NNTP 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 NNTP server will fail but
18311 the home NNTP server later in the list will succeed.
18313 You may be able to simplify things by making the regular
18314 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
18315 variable in the Setup/Config screen a list instead of using roles
18316 to set the NNTP 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_setotherhdr =======
18326 <HTML>
18327 <HEAD>
18328 <TITLE>Set Other Headers Explained</TITLE>
18329 </HEAD>
18330 <BODY>
18331 <H1>Set Other Headers Explained</H1>
18333 This describes part of the action to be taken if the Pattern for this
18334 role is a match.
18335 This field gives you a way to set values for headers besides
18336 &quot;From&quot; and &quot;Reply-To&quot;.
18337 If you want to set either of those, use the specific
18338 &quot;Set From&quot; and &quot;Set Reply-To&quot; settings above.
18340 This field is similar to the
18341 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" option.
18342 Each header you specify here must include the header tag 
18343 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
18344 and may optionally include a value for that header.
18345 In order to see these headers when you compose using this role you 
18346 must use the rich header
18347 <!--chtml if pinemode="function_key"-->(F5)
18348 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
18349 Here's an example that shows how you might set the To address.
18351 <CENTER><SAMP>Set Other Hdrs = To: Full Name &lt;user@domain&gt;</SAMP></CENTER>
18353 Headers set in this way are different from headers set with the
18354 <!--#echo var="VAR_customized-hdrs"--> option in that the value you give for a header here
18355 will replace any value that already exists.
18356 For example, if you are Replying to a message there will already be at
18357 least one address in the To header (the address you are Replying to).
18358 However, if you Reply using a role that sets the To header, that role's
18359 To header value will be used instead.
18361 Limitation: Because commas are used to separate the list of
18362 Other Headers, it is not possible to have the value of a
18363 header contain a comma;
18364 nor is there currently an &quot;escape&quot; mechanism provided
18365 to make this work.
18367 Look <A HREF="h_edit_nav_cmds">here</A>
18368 to see the available Editing and Navigation commands.
18370 &lt;End of help on this topic&gt;
18371 </BODY>
18372 </HTML>
18373 ======= h_config_role_setlitsig =======
18374 <HTML>
18375 <HEAD>
18376 <TITLE>Set Literal Signature Explained</TITLE>
18377 </HEAD>
18378 <BODY>
18379 <H1>Set Literal Signature Explained</H1>
18381 This describes part of the action to be taken if the Pattern for this
18382 role is a match.
18383 This field contains the actual text for your signature, as opposed to
18384 the name of a file containing your signature.
18385 If this is defined it takes precedence over any value set in the
18386 &quot;Set Signature&quot; field.
18388 This is simply a different way to store the signature.
18389 The signature is stored inside your Alpine configuration file instead of in
18390 a separate file.
18391 Tokens work the same way they do with
18392 <A HREF="h_config_role_setsig">Set Signature</A>, so refer to the
18393 help text there for more information.
18396 The two character sequence &#92;n (backslash followed by
18397 the character n) will be used to signify a line-break in your signature.
18398 You don't have to enter the &#92;n, but it will be visible in the
18399 CHANGE THIS ROLE RULE window after you are done editing the signature.
18401 Look <A HREF="h_edit_nav_cmds">here</A>
18402 to see the available Editing and Navigation commands.
18404 &lt;End of help on this topic&gt;
18405 </BODY>
18406 </HTML>
18407 ======= h_config_role_setsig =======
18408 <HTML>
18409 <HEAD>
18410 <TITLE>Set Signature Explained</TITLE>
18411 </HEAD>
18412 <BODY>
18413 <H1>Set Signature Explained</H1>
18415 This describes part of the action to be taken if the Pattern for this
18416 role is a match.
18418 If either the default <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A>
18419 option from Setup/Config
18420 or the &quot;Set LiteralSig&quot; option for this role are defined,
18421 then this option will be ignored.
18422 You can tell that that is the case because the value of this
18423 option will show up as
18425 <CENTER><SAMP>&lt;Ignored: using LiteralSig instead&gt;</SAMP></CENTER>
18427 You may either use all Literal Signatures (signatures stored in your
18428 configuration file) throughout Alpine, or all signature files.
18429 You can't mix the two.
18431 This field consists of a filename that will be used as the signature
18432 file when using this role.
18434 If the filename is followed by a vertical bar (|) then instead
18435 of reading the contents of the file the file is assumed to be a
18436 program that will produce the text to be used on its standard output.
18437 The program can't have any arguments and doesn't receive any input from Alpine,
18438 but the rest of the processing works as if the contents came from a file.
18440 Instead of storing the data in a local file, the
18441 signature data may be stored remotely in an IMAP folder.
18442 In order to do this, 
18443 you must use a remote name for the signature.
18444 A remote signature name might look like:
18446 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
18449 The syntax used here is the same as the syntax used for a remote
18450 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
18451 Note that you may not access an existing signature file remotely,
18452 you have to create a new <EM>folder</EM> that contains the signature data.
18453 If the name you use here for the signature data is a remote name, then when
18454 you edit the file using the &quot;F&quot; command the data will
18455 be saved remotely in the folder.
18456 You aren't required to do anything special to create the folder, it
18457 gets created if you use a remote name.
18460 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
18461 the name of the file) you have specified.
18462 If you type &quot;T&quot; you may use a browser to choose an existing filename.
18464 Besides containing regular text, a signature file may also
18465 contain (or a signature program may produce) tokens that are replaced with text
18466 that depends on the message you are replying to or forwarding.
18467 The tokens all look like _word_ (a word surrounded by underscores).
18468 For example, if the token
18470 <CENTER><SAMP>_DATE_</SAMP></CENTER>
18472 is included in the text of the signature file, then when you reply to
18473 or forward a message, the token will be replaced with the actual date
18474 the message you are replying to or forwarding was sent.
18476 If you use a role that has a signature file for a plain composition
18477 (that is, not a reply or forward) then there is no original message, so
18478 any tokens that depend on the message will be replaced with nothing.
18479 So if you want a signature file to be useful for new compositions it
18480 shouldn't include any of the tokens that depend on the message being
18481 replied to or forwarded.
18483 The list of available tokens is
18484 <A HREF="h_index_tokens">here</A>.
18486 Actually, for the adventurous, there is a way to conditionally include text based
18487 on whether or not a token would result in specific replacement text.
18488 For example, you could include some text based on whether or not
18489 the _NEWS_ token would result in any newsgroups if it was used.
18490 It's explained in detail
18491 <A HREF="h_reply_token_conditionals">here</A>.
18493 In the very unlikely event that you want to include a literal token in
18494 a signature file, you must precede it with a backslash character.
18495 For example, to include the literal text _DATE_ you must actually use
18496 &#92;_DATE_.
18497 It is not possible to have a literal backslash followed by an expanded token.
18499 A blank field here means that Alpine will use its normal rules for deciding
18500 which file (if any) to use for the signature file.
18502 An alternate method for storing the signature is available in
18503 <A HREF="h_config_role_setlitsig">Set Literal Signature</A>.
18505 Look <A HREF="h_edit_nav_cmds">here</A>
18506 to see the available Editing and Navigation commands.
18508 &lt;End of help on this topic&gt;
18509 </BODY>
18510 </HTML>
18511 ======= h_config_role_settempl =======
18512 <HTML>
18513 <HEAD>
18514 <TITLE>Set Template Explained</TITLE>
18515 </HEAD>
18516 <BODY>
18517 <H1>Set Template Explained</H1>
18519 This describes part of the action to be taken if the Pattern for this
18520 role is a match.
18521 This field consists of a filename that will be used as the template
18522 file when using this role.
18523 The template file is a file that is included at the top of the message you
18524 are composing.
18526 If the filename is followed by a vertical bar (|) then instead
18527 of reading the contents of the file the file is assumed to be a
18528 program that will produce the text to be used on its standard output.
18529 The program can't have any arguments and doesn't receive any input from Alpine,
18530 but the rest of the processing works as if the contents came from a file.
18532 Instead of storing the data in a local file, the
18533 template may be stored remotely in an IMAP folder.
18534 In order to do this, 
18535 you must use a remote name for the template.
18536 A remote template name might look like:
18538 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/templ3</SAMP></CENTER>
18541 The syntax used here is the same as the syntax used for a remote
18542 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
18543 Note that you may not access an existing template file remotely,
18544 you have to create a new <EM>folder</EM> that contains the template data.
18545 If the name you use here for the template is a remote name, then when
18546 you edit the file using the &quot;F&quot; command the data will
18547 be saved remotely in the folder.
18548 You aren't required to do anything special to create the folder, it
18549 gets created if you use a remote name.
18551 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
18552 the name of the file) you have specified.
18553 If you type &quot;T&quot; you may use a browser to choose an existing filename.
18555 Besides containing regular text, the template file may also
18556 contain (or a template file program may produce) tokens that are replaced with text
18557 that depends on the message you are replying to or forwarding.
18558 The tokens all look like _word_ (a word surrounded by underscores).
18559 For example, if the token
18561 <CENTER><SAMP>_DATE_</SAMP></CENTER>
18563 is included in the text of the template file, then when you reply to
18564 or forward a message, the token will be replaced with the actual date
18565 the message you are replying to or forwarding was sent.
18567 If you use a role that has a template file for a plain composition
18568 (that is, not a reply or forward) then there is no original message, so
18569 any tokens that depend on the message will be replaced with nothing.
18570 So if you want a template file to be useful for new compositions it
18571 shouldn't include any of the tokens that depend on the message being
18572 replied to or forwarded.
18574 The list of available tokens is
18575 <A HREF="h_index_tokens">here</A>.
18577 Actually, for the adventurous, there is a way to conditionally include text based
18578 on whether or not a token would result in specific replacement text.
18579 For example, you could include some text based on whether or not
18580 the _NEWS_ token would result in any newsgroups if it was used.
18581 It's explained in detail
18582 <A HREF="h_reply_token_conditionals">here</A>.
18584 In the very unlikely event that you want to include a literal token in
18585 a template file, you must precede it with a backslash character.
18586 For example, to include the literal text _DATE_ you must actually use
18587 &#92;_DATE_.
18588 It is not possible to have a literal backslash followed by an expanded token.
18590 A blank template field means that Alpine will not use a template file when
18591 this role is being used.
18593 Look <A HREF="h_edit_nav_cmds">here</A>
18594 to see the available Editing and Navigation commands.
18596 &lt;End of help on this topic&gt;
18597 </BODY>
18598 </HTML>
18599 ======= h_config_filt_stat_imp =======
18600 <HTML>
18601 <HEAD>
18602 <TITLE>Set Important Status Explained</TITLE>
18603 </HEAD>
18604 <BODY>
18605 <H1>Set Important Status Explained</H1>
18607 This describes part of the action to be taken if the Pattern for this
18608 filter is a match.
18609 If set to &quot;Don't change it&quot; then this does nothing.
18610 If set to &quot;Set this state&quot; then the Important flag is set
18611 for the matching message.
18612 If set to &quot;Clear this state&quot; then the Important flag is cleared
18613 for the matching message.
18614 The important flag usually causes an asterisk to show up in the MESSAGE
18615 INDEX.
18616 It may also be useful when selecting a set of messages
18617 with the Select command.
18619 Look <A HREF="h_edit_nav_cmds">here</A>
18620 to see the available Editing and Navigation commands.
18622 &lt;End of help on this topic&gt;
18623 </BODY>
18624 </HTML>
18625 ======= h_config_filt_stat_new =======
18626 <HTML>
18627 <HEAD>
18628 <TITLE>Set New Status Explained</TITLE>
18629 </HEAD>
18630 <BODY>
18631 <H1>Set New Status Explained</H1>
18633 This describes part of the action to be taken if the Pattern for this
18634 filter is a match.
18635 If set to &quot;Don't change it&quot; then this does nothing.
18636 If set to &quot;Set this state&quot; then the
18637 matching message is marked New.
18638 If set to &quot;Clear this state&quot; then the
18639 matching message is marked Seen.
18641 Look <A HREF="h_edit_nav_cmds">here</A>
18642 to see the available Editing and Navigation commands.
18644 &lt;End of help on this topic&gt;
18645 </BODY>
18646 </HTML>
18647 ======= h_config_filt_stat_ans =======
18648 <HTML>
18649 <HEAD>
18650 <TITLE>Set Answered Status Explained</TITLE>
18651 </HEAD>
18652 <BODY>
18653 <H1>Set Answered Status Explained</H1>
18655 This describes part of the action to be taken if the Pattern for this
18656 filter is a match.
18657 If set to &quot;Don't change it&quot; then this does nothing.
18658 If set to &quot;Set this state&quot; then the Answered flag is set
18659 for the matching message.
18660 If set to &quot;Clear this state&quot; then the Answered flag is cleared
18661 for the matching message.
18663 Look <A HREF="h_edit_nav_cmds">here</A>
18664 to see the available Editing and Navigation commands.
18666 &lt;End of help on this topic&gt;
18667 </BODY>
18668 </HTML>
18669 ======= h_config_filt_stat_del =======
18670 <HTML>
18671 <HEAD>
18672 <TITLE>Set Deleted Status Explained</TITLE>
18673 </HEAD>
18674 <BODY>
18675 <H1>Set Deleted Status Explained</H1>
18677 This describes part of the action to be taken if the Pattern for this
18678 filter is a match.
18679 If set to &quot;Don't change it&quot; then this does nothing.
18680 If set to &quot;Set this state&quot; then the
18681 matching message is marked Deleted.
18682 If set to &quot;Clear this state&quot; then the
18683 matching message is marked UnDeleted.
18685 You should not use this option unless you are prepared to have matching
18686 messages expunged from the folder permanently.
18687 For example, if you type the Expunge command, this filter is applied
18688 before the expunge, so matching messages will be marked Deleted and then
18689 will be permanently expunged from the folder.
18690 However, since the index isn't redrawn in between the time that the message
18691 is marked Deleted and the time that you are asked to expunge, the only
18692 indication that you are expunging the message comes in the number of messages
18693 being expunged.
18694 The same thing may happen when you close a folder.
18695 It is also possible that an expunge not initiated by you will
18696 delete matching messages.
18698 Look <A HREF="h_edit_nav_cmds">here</A>
18699 to see the available Editing and Navigation commands.
18701 &lt;End of help on this topic&gt;
18702 </BODY>
18703 </HTML>
18704 ======= h_config_role_scoreval =======
18705 <HTML>
18706 <HEAD>
18707 <TITLE>Score Value Explained</TITLE>
18708 </HEAD>
18709 <BODY>
18710 <H1>Score Value Explained</H1>
18712 A message's score is the sum of the Score Values from all of the Scoring rules
18713 with Patterns that match the message.
18714 The value you give here is the Score Value associated with this rule.
18715 A Score Value is an integer between -100 and 100, with the default
18716 value of zero.
18718 Alternatively, if the
18719 <A HREF="h_config_role_scorehdrtok">&quot;Score From Header&quot;</A>
18720 field is defined
18721 (on the line right below the &quot;Score Value&quot; field)
18722 then the &quot;Score Value&quot; is ignored and
18723 the &quot;Score From Header&quot; field is used instead.
18725 Look <A HREF="h_edit_nav_cmds">here</A>
18726 to see the available Editing and Navigation commands.
18728 &lt;End of help on this topic&gt;
18729 </BODY>
18730 </HTML>
18731 ======= h_config_role_scorehdrtok =======
18732 <HTML>
18733 <HEAD>
18734 <TITLE>Score Value From Header Explained</TITLE>
18735 </HEAD>
18736 <BODY>
18737 <H1>Score Value From Header Explained</H1>
18739 This option provides a way to use a number that appears in the headers of your
18740 messages as the message's score, or as a component of that score.
18741 If this field is defined then it is used instead of the &quot;Score Value&quot;.
18742 The idea behind this option is that there may be a score embedded in the
18743 headers of messages that has already been calculated outside of Alpine.
18744 For example, messages delivered to you may contain an &quot;X-Spam&quot; header and
18745 somewhere in that header there is a score.
18747 The value for this option is the name of the header followed by parentheses
18748 with two arguments inside:
18750 <CENTER><SAMP>HeaderName(field_number,field_separators)</SAMP></CENTER>
18752 No space is allowed between the comma and the start of the field_separators.
18753 It would be interpreted as the first separator if it was there.
18754 Field 0 is the whole line, Field 1 is the data up to the first separator, Field 2
18755 starts after that and goes to the second separator, and so on.
18756 It's easier to explain with examples.
18758 <CENTER><SAMP>X-Spam(2,&quot;&nbsp;&quot;)</SAMP></CENTER>
18760 In the above example the header that is used is the &quot;X-Spam&quot; header.
18761 The value of that header (the part after the colon and the space) is split
18762 into fields separated by spaces.
18764 <CENTER><SAMP>Field1 &lt;space&gt; Field2 &lt;space&gt; Field3 ...</SAMP></CENTER>
18766 The second field is selected and converted to an integer. It only makes sense
18767 if Field2 really is an integer.
18769 Here's an example of a SpamAssassin header.
18770 The exact look of the header will vary, but if your incoming mail
18771 contains headers that look like the following
18773 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
18775 you might want to use the hits value as a score.
18776 Since the score is an integer value you can't make use of the decimal part of
18777 the number, but
18778 you might split off the hits=10 part as a score by using the characters &quot;=&quot;
18779 and &quot;.&quot; as your separators.
18781 <CENTER><SAMP>X-Spam-Status(2,&quot;=.&quot;)</SAMP></CENTER>
18783 The first field starts with the Y in Yes and goes until the &quot;=&quot; after
18784 hits.
18785 The second field is &quot;10&quot; so the score value would be 10.
18787 Another example we've seen has headers that look like
18789 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
18791 Because there are two equals before the 7% the value
18793 <CENTER><SAMP>X-Spam(3,&quot;=%&quot;)</SAMP></CENTER>
18795 should capture the probability as the score.
18797 The Score From Header scoring value actually works just like the
18798 regular Score Value in that the rest of the pattern has to match before
18799 it is used and the scores from all the different scoring rules that
18800 match for a particular message are added together.
18801 When using the Score From Header method it may (or may not) make sense to
18802 use only a single scoring rule with a pattern that matches every message.
18804 Look <A HREF="h_edit_nav_cmds">here</A>
18805 to see the available Editing and Navigation commands.
18807 &lt;End of help on this topic&gt;
18808 </BODY>
18809 </HTML>
18810 ======= h_config_role_replyuse =======
18811 <HTML>
18812 <HEAD>
18813 <TITLE>Reply Use Explained</TITLE>
18814 </HEAD>
18815 <BODY>
18816 <H1>Reply Use Explained</H1>
18818 This option determines how this particular role will be used when Replying
18819 to a message.
18820 There are three possible values for this option.
18821 The value &quot;Never&quot;
18822 means that this role will not be a candidate for use when Replying.
18823 The role's Pattern will not be checked for a match, however the role will
18824 be available to be manually switched to if there is a confirmation prompt.
18827 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18828 mean that you do want to consider this role when Replying.
18829 For either of these settings, the role's Pattern will be compared with
18830 the message being replied to.
18831 If there is a match then this role will either be used without confirmation
18832 or will be the default when confirmation is asked for, depending on
18833 which of the two options is selected.
18834 If confirmation is requested, you will also have a chance to
18835 manually change the role to any one of your other roles.
18838 You won't be prompted for confirmation if none of your role Patterns
18839 match the message being replied to.
18840 This is independent of the value of the current option.
18841 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18842 feature may be used to change this behavior.
18844 &lt;End of help on this topic&gt;
18845 </BODY>
18846 </HTML>
18847 ======= h_config_role_forwarduse =======
18848 <HTML>
18849 <HEAD>
18850 <TITLE>Forward Use Explained</TITLE>
18851 </HEAD>
18852 <BODY>
18853 <H1>Forward Use Explained</H1>
18855 This option determines how this particular role will be used when Forwarding
18856 a message.
18857 There are three possible values for this option.
18858 The value &quot;Never&quot;
18859 means that this role will not be a candidate for use when Forwarding.
18860 The role's Pattern will not be checked for a match, however the role will
18861 be available to be manually switched to if there is a confirmation prompt.
18864 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18865 mean that you do want to consider this role when Forwarding.
18866 For either of these settings, the role's Pattern will be compared with
18867 the message being forwarded.
18868 If there is a match then this role will either be used without confirmation
18869 or will be the default when confirmation is asked for, depending on
18870 which of the two options is selected.
18871 If confirmation is requested, you will also have a chance to
18872 manually change the role to any one of your other roles.
18875 You won't be prompted for confirmation if none of your role Patterns
18876 match the message being forwarded.
18877 This is independent of the value of the current option.
18878 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18879 feature may be used to change this behavior.
18881 &lt;End of help on this topic&gt;
18882 </BODY>
18883 </HTML>
18884 ======= h_config_role_composeuse =======
18885 <HTML>
18886 <HEAD>
18887 <TITLE>Compose Use Explained</TITLE>
18888 </HEAD>
18889 <BODY>
18890 <H1>Compose Use Explained</H1>
18892 This option determines how this particular role will be used when Composing
18893 a new message using the &quot;Compose&quot; command.
18894 This does not affect what happens when using the &quot;Role&quot; command
18895 to compose a new message.
18896 The &quot;Role&quot; command allows you to select a role from all of the
18897 roles you have defined, regardless of what Uses you've assigned to those
18898 roles.
18901 There are three possible values for this option.
18902 The value &quot;Never&quot;
18903 means that this role will not be a candidate for use when Composing.
18904 The role's Current Folder Type will not be checked for a match, however the role
18905 will be available to be manually switched to if there is a confirmation prompt.
18908 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18909 mean that you do want to consider this role when Composing.
18910 For either of these settings,
18911 the role's Current Folder Type will be checked (since there is no message
18912 to compare with, the rest of the Pattern is considered a match).
18913 If there is a match then this role will either be used without confirmation
18914 or will be the default when confirmation is asked for, depending on
18915 which of the two options is selected.
18916 If confirmation is requested, you will also have a chance to
18917 manually change the role to any one of your other roles.
18920 When using the Compose command the role checking is a little different
18921 because there is no message being replied to or forwarded.
18922 Because of this the Current Folder Type is checked but the header pattern
18923 fields, the AllText pattern, the BodyText pattern, and the Score Interval are all ignored.
18924 A role is considered to be a match if it is a candidate for Compose Use and
18925 its Current Folder Type matches the currently open folder.
18926 This could be useful if you want to set a role based on the folder you
18927 are reading, or the type of folder you are reading.
18930 You won't be prompted for confirmation if none of your role Patterns
18931 are a match.
18932 This is independent of the value of the current option.
18933 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18934 feature may be used to change this behavior.
18936 &lt;End of help on this topic&gt;
18937 </BODY>
18938 </HTML>
18939 ======= h_config_filter_folder =======
18940 <HTML>
18941 <HEAD>
18942 <TITLE>Filter Folder Explained</TITLE>
18943 </HEAD>
18944 <BODY>
18945 <H1>Filter Folder Explained</H1>
18947 When the Filter Action is set to &quot;Move&quot;,
18948 the folder or folders specified here will be used to store messages matching
18949 the provided pattern.
18952 If you set the Filter Action to &quot;Move&quot; you must give a folder name
18953 here.
18956 If you wish,
18957 you may choose a folder from your folder collections by using the
18958 &quot;T&quot; command.
18960 Besides regular text, the folder name may also contain
18961 tokens that are replaced with text representing the current date
18962 when you run Alpine.
18963 For example, if the folder name you use is
18965 <CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER>
18967 that is replaced with something like
18969 <CENTER><SAMP>abc-2004-oct</SAMP></CENTER>
18973 <CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER>
18975 becomes
18977 <CENTER><SAMP>abc-04-10</SAMP></CENTER>
18979 The token names must be surrounded by underscores in order to be recognized
18980 as tokens.
18981 The tokens that may be used are those that are derived from the current date.
18982 They're listed near the bottom of the list of tokens give
18983 <A HREF="h_index_tokens">here</A>.
18985 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18986 for more information on Patterns.
18988 Look <A HREF="h_edit_nav_cmds">here</A>
18989 to see the available Editing and Navigation commands.
18991 &lt;End of help on this topic&gt;
18992 </BODY>
18993 </HTML>
18994 ======= h_config_filter_kw_set =======
18995 <HTML>
18996 <HEAD>
18997 <TITLE>Set These Keywords Explained</TITLE>
18998 </HEAD>
18999 <BODY>
19000 <H1>Set These Keywords Explained</H1>
19002 This describes part of the action to be taken if the Pattern for this
19003 filter is a match.
19004 Read a little about keywords in the help text for the
19005 <A HREF="h_common_flag">Flag</A> command.
19006 This option is a list of keywords that will be Set when there is a match.
19007 If you wish, you may choose keywords from the list of keywords you have
19008 defined with the &quot;T&quot; command.
19009 You may add new keywords by defining them in the
19010 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
19011 If you have given a keyword a nickname when configuring it,
19012 that nickname may be used instead of the actual keyword.
19015 Look <A HREF="h_edit_nav_cmds">here</A>
19016 to see the available Editing and Navigation commands.
19018 &lt;End of help on this topic&gt;
19019 </BODY>
19020 </HTML>
19021 ======= h_config_filter_kw_clr =======
19022 <HTML>
19023 <HEAD>
19024 <TITLE>Clear These Keywords Explained</TITLE>
19025 </HEAD>
19026 <BODY>
19027 <H1>Clear These Keywords Explained</H1>
19029 This describes part of the action to be taken if the Pattern for this
19030 filter is a match.
19031 Read a little about keywords in the help text for the
19032 <A HREF="h_common_flag">Flag</A> command.
19033 This option is a list of keywords that will be Cleared when there is a match.
19034 If you wish, you may choose keywords from the list of keywords you have
19035 defined with the &quot;T&quot; command.
19036 You may add new keywords by defining them in the
19037 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
19038 If you have given a keyword a nickname when configuring it,
19039 that nickname may be used instead of the actual keyword.
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_index_tokens =======
19049 <HTML>
19050 <HEAD>
19051 <TITLE>Tokens for Index and Replying</TITLE>
19052 </HEAD>
19053 <BODY>
19055 This set of special tokens may be used in the
19056 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option,
19057 in the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
19058 in signature files,
19059 in template files used in
19060 <A HREF="h_rules_roles">&quot;roles&quot;</A>, and in the folder name
19061 that is the target of a Filter Rule.
19062 Some of them aren't available in all situations.
19064 The tokens are used as they appear below for the &quot;<!--#echo var="VAR_index-format"-->&quot;
19065 option, but they must be surrounded by underscores for the
19066 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option, in signature and template files,
19067 and in the target of Filter Rules.
19071 <H1><EM>Tokens Available for all Cases (except Filter Rules)</EM></H1>
19073 <DL>
19074 <DT>SUBJECT</DT>
19075 <DD>
19076 This token represents the Subject the sender gave the message.
19077 Alternatives for use in the index screen are SHORTSUBJECT,
19078 SUBJKEY, SHORTSUBJKEY, SUBJKEYINIT, SHORTSUBJKEYINIT, SUBJECTTEXT, 
19079 SUBJKEYTEXT, and SUBJKEYINITTEXT.
19080 You may color the subject text in the MESSAGE INDEX screen differently by using the
19081 <A HREF="h_config_index_subject_color">Index Subject Color</A> and the
19082 <A HREF="h_config_index_opening_color">Index Opening Color</A>
19083 options available from
19084 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19085 </DD>
19087 <DT>FROM</DT>
19088 <DD>
19089 This token represents the personal name (or email address if the name
19090 is unavailable) of the person specified in the message's &quot;From:&quot;
19091 header field.
19092 You may color the from text in the MESSAGE INDEX screen differently by using the
19093 <A HREF="h_config_index_from_color">Index From Color</A>
19094 option available from
19095 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19096 </DD>
19098 <DT>ADDRESS</DT>
19099 <DD>
19100 This is similar to the &quot;FROM&quot; token, only it is always the
19101 email address, never the personal name.
19102 For example, &quot;mailbox@domain&quot;.
19103 </DD>
19105 <DT>MAILBOX</DT>
19106 <DD>
19107 This is the same as the &quot;ADDRESS&quot; except that the 
19108 domain part of the address is left off.
19109 For example, &quot;mailbox&quot;.
19110 </DD>
19112 <DT>SENDER</DT>
19113 <DD>
19114 This token represents the personal name (or email address) of the person
19115 listed in the message's &quot;Sender:&quot; header field.
19116 </DD>
19118 <DT>TO</DT>
19119 <DD>
19120 This token represents the personal names (or email addresses if the names
19121 are unavailable) of the persons specified in the
19122 message's &quot;To:&quot; header field.
19123 </DD>
19125 <DT>NEWSANDTO</DT>
19126 <DD>
19127 This token represents the newsgroups from the
19128 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
19129 the personal names (or email addresses if the names
19130 are unavailable) of the persons specified in the
19131 message's &quot;To:&quot; header field.
19132 </DD>
19134 <DT>TOANDNEWS</DT>
19135 <DD>
19136 Same as &quot;NEWSANDTO&quot; except in the opposite order.
19137 </DD>
19139 <DT>NEWS</DT>
19140 <DD>
19141 This token represents the newsgroups from the
19142 message's &quot;Newsgroups:&quot; header field.
19143 </DD>
19145 <DT>CC</DT>
19146 <DD>
19147 This token represents the personal names (or email addresses if the names
19148 are unavailable) of the persons specified in the
19149 message's &quot;Cc:&quot; header field.
19150 </DD>
19152 <DT>RECIPS</DT>
19153 <DD>
19154 This token represents the personal names (or email addresses if the names
19155 are unavailable) of the persons specified in both the
19156 message's &quot;To:&quot; header field and
19157 the message's &quot;Cc:&quot; header field.
19158 </DD>
19160 <DT>NEWSANDRECIPS</DT>
19161 <DD>
19162 This token represents the newsgroups from the
19163 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
19164 the personal names (or email addresses if the names
19165 are unavailable) of the persons specified in the
19166 message's &quot;To:&quot; and &quot;Cc:&quot; header fields.
19167 </DD>
19169 <DT>RECIPSANDNEWS</DT>
19170 <DD>
19171 Same as &quot;NEWSANDRECIPS&quot; except in the opposite order.
19172 </DD>
19174 <DT>INIT</DT>
19175 <DD>
19176 This token represents the initials from the personal name
19177 of the person specified in the message's &quot;From:&quot;
19178 header field.
19179 If there is no personal name, it is blank.
19180 </DD>
19182 <DT>DATE</DT>
19183 <DD>
19184 This token represents the date on which the message was sent, according
19185 to the &quot;Date&quot; header field.
19186 It has the format MMM DD. For example, &quot;Oct 23&quot;.
19187 The feature
19188 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>,
19189 which adjusts for the timezone the message was sent from,
19190 may have an effect on the value of this token as well as the values of
19191 all of the other DATE or TIME tokens.
19192 Some of the DATE and TIME tokens are displayed in a locale-specific
19193 way unless the option
19194 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is set.
19195 </DD>
19197 <DT>SMARTDATE</DT>
19198 <DD>
19199 This token represents the date on which the message was sent, according
19200 to the &quot;Date&quot; header field.
19201 It is &quot;Today&quot; if the message was sent today,
19202 &quot;Yesterday&quot; for yesterday,
19203 &quot;Wednesday&quot; if it was last Wednesday, and so on. If the
19204 message is from last year and is more than six months old it includes the year, as well.
19205 See the SMARTDATE alternatives below, as well.
19206 </DD>
19208 <DT>SMARTTIME</DT>
19209 <DD>
19210 This token represents the most relevant elements of the date on which
19211 the message was sent (according to the &quot;Date&quot; header field),
19212 in a compact form. If the message was sent today, only the time is used
19213 (e.g. &quot;9:22am&quot;, &quot;10:07pm&quot;); if it was sent during
19214 the past week, the day of the week and the hour are used
19215 (e.g. &quot;Wed09am&quot;, &quot;Thu10pm&quot;); other dates are
19216 given as date, month, and year (e.g. &quot;23Aug00&quot;,
19217 &quot;9Apr98&quot;).
19218 </DD>
19220 <DT>SMARTTIME24</DT>
19221 <DD>
19222 This token has the structure &quot;day hour:minute&quot;
19223 (e.g. &quot;Sun 19:03&quot;) for messages dated less than a week
19224 from the current date, or &quot;month day&quot; (e.g.
19225 &quot;Nov 23&quot;) for messages dated less than 6 months
19226 ago, or &quot;day/month/year&quot; (e.g &quot;06/Jan/16&quot;)
19227 for messages dated more than 6 months ago. It uses 9 characters
19228 of the width of the screen, and it left aligned.
19229 </DD>
19231 <DT>SMARTDATETIME</DT>
19232 <DD>
19233 This is a combination of SMARTDATE and SMARTTIME.
19234 It is SMARTDATE unless the SMARTDATE value is &quot;Today&quot;, in which
19235 case it is SMARTTIME.
19236 See the SMARTDATETIME alternatives below, as well.
19237 </DD>
19239 <DT>DATEISO</DT>
19240 <DD>
19241 This token represents the date on which the message was sent, according
19242 to the &quot;Date&quot; header field.
19243 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
19244 </DD>
19246 <DT>SHORTDATEISO</DT>
19247 <DD>
19248 This token represents the date on which the message was sent, according
19249 to the &quot;Date&quot; header field.
19250 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
19251 </DD>
19253 <DT>SHORTDATE1</DT>
19254 <DD>
19255 This token represents the date on which the message was sent, according
19256 to the &quot;Date&quot; header field.
19257 It has the format MM/DD/YY. For example, &quot;10/23/98&quot;.
19258 </DD>
19260 <DT>SHORTDATE2</DT>
19261 <DD>
19262 This token represents the date on which the message was sent, according
19263 to the &quot;Date&quot; header field.
19264 It has the format DD/MM/YY. For example, &quot;23/10/98&quot;.
19265 </DD>
19267 <DT>SHORTDATE3</DT>
19268 <DD>
19269 This token represents the date on which the message was sent, according
19270 to the &quot;Date&quot; header field.
19271 It has the format DD.MM.YY. For example, &quot;23.10.98&quot;.
19272 </DD>
19274 <DT>SHORTDATE4</DT>
19275 <DD>
19276 This token represents the date on which the message was sent, according
19277 to the &quot;Date&quot; header field.
19278 It has the format YY.MM.DD. For example, &quot;98.10.23&quot;.
19279 </DD>
19281 <DT>LONGDATE</DT>
19282 <DD>
19283 This token represents the date on which the message was sent, according
19284 to the &quot;Date&quot; header field.
19285 It has the format MMM DD, YYYY. For example, &quot;Oct 23, 1998&quot;.
19286 </DD>
19288 <DT>SMARTDATE alternatives</DT>
19289 <DD>
19290 There are several versions of SMARTDATE that are all the same except
19291 for the way they format dates far in the past.
19292 SMARTDATE formats the date using the information from your locale settings
19293 to format the date string. It may end up formatting dates so that they look
19294 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
19295 The feature
19296 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
19297 may have an effect on the values of these tokens.
19298 If you want more control you may use one of the following.
19299   <DL>
19300   <DT>SMARTDATE</DT> <DD>If the option
19301 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
19302 then this will be locale specific. Control this with the
19303 LC_TIME locale setting on a UNIX system. On Windows
19304 the Regional Options control panel may be used to set the Short date
19305 format. At the programming level, the strftime routine is what Alpine
19306 uses to print the date.
19307 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
19308 to SMARTDATES1.</DD>
19309   <DT>SMARTDATEISO</DT> <DD>DATEISO format. See text above.</DD>
19310   <DT>SMARTDATESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
19311   <DT>SMARTDATES1</DT> <DD>SHORTDATE1 format.</DD>
19312   <DT>SMARTDATES2</DT> <DD>SHORTDATE2 format.</DD>
19313   <DT>SMARTDATES3</DT> <DD>SHORTDATE3 format.</DD>
19314   <DT>SMARTDATES4</DT> <DD>SHORTDATE4 format.</DD>
19315   </DL>
19316 </DD>
19318 <DT>SMARTDATETIME alternatives</DT>
19319 <DD>
19320 There are several versions of SMARTDATETIME that are all very similar.
19321 The ones that end in 24 use a 24-hour clock for Today's messages instead
19322 of a 12-hour clock.
19323 The other variation is
19324 for the way they format dates far in the past.
19325 SMARTDATETIME and SMARTDATETIME24 format the date using the information from your locale settings
19326 to format the date string. It may end up formatting dates so that they look
19327 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
19328 The feature
19329 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
19330 may have an effect on the values of these tokens.
19331 The possible choices are:
19332   <DL>
19333   <DT>SMARTDATETIME</DT> <DD>If the option
19334 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
19335 then this will be locale specific. Control this with the
19336 LC_TIME locale setting on a UNIX system. On Windows
19337 the Regional Options control panel may be used to set the Short date
19338 format. At the programming level, the strftime routine is what Alpine
19339 uses to print the date.
19340 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
19341 to SMARTDATETIMES1.</DD>
19342   <DT>SMARTDATETIME24</DT> <DD>Use TIME24 for Today</DD>
19343   <DT>SMARTDATETIMEISO</DT> <DD>DATEISO format. See text above.</DD>
19344   <DT>SMARTDATETIMEISO24</DT> <DD>Use TIME24 for Today</DD>
19345   <DT>SMARTDATETIMESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
19346   <DT>SMARTDATETIMESHORTISO24</DT> <DD>Use TIME24 for Today</DD>
19347   <DT>SMARTDATETIMES1</DT> <DD>SHORTDATE1 format.</DD>
19348   <DT>SMARTDATETIMES124</DT> <DD>Use TIME24 for Today</DD>
19349   <DT>SMARTDATETIMES2</DT> <DD>SHORTDATE2 format.</DD>
19350   <DT>SMARTDATETIMES224</DT> <DD>Use TIME24 for Today</DD>
19351   <DT>SMARTDATETIMES3</DT> <DD>SHORTDATE3 format.</DD>
19352   <DT>SMARTDATETIMES324</DT> <DD>Use TIME24 for Today</DD>
19353   <DT>SMARTDATETIMES4</DT> <DD>SHORTDATE4 format.</DD>
19354   <DT>SMARTDATETIMES424</DT> <DD>Use TIME24 for Today</DD>
19355   </DL>
19356 </DD>
19358 <DT>DAYDATE</DT>
19359 <DD>
19360 This token represents the date on which the message was sent, according
19361 to the &quot;Date&quot; header field.
19362 It looks like &quot;Sat, 23 Oct 1998&quot;.
19363 This token is never converted in any locale-specific way.
19364 </DD>
19366 <DT>PREFDATE</DT>
19367 <DD>
19368 This token represents the date on which the message was sent, according
19369 to the &quot;Date&quot; header field.
19370 It is your operating system's idea of the preferred date representation for the current locale.
19371 Internally it uses the %x version of the date from the strftime routine.
19372 </DD>
19374 <DT>PREFTIME</DT>
19375 <DD>
19376 This token represents the time at which the message was sent, according
19377 to the &quot;Date&quot; header field.
19378 It is the preferred time representation for the current locale.
19379 Internally it uses the %X version of the time from the strftime routine.
19380 </DD>
19382 <DT>PREFDATETIME</DT>
19383 <DD>
19384 This token represents the date and time at which the message was sent, according
19385 to the &quot;Date&quot; header field.
19386 It is the preferred date and time representation for the current locale.
19387 Internally it uses the %c version of the time from the strftime routine.
19388 </DD>
19390 <DT>DAY</DT>
19391 <DD>
19392 This token represents the day of the month on which the message was sent,
19393 according to the &quot;Date&quot; header field.
19394 For example, &quot;23&quot; or &quot;9&quot;.
19395 </DD>
19397 <DT>DAY2DIGIT</DT>
19398 <DD>
19399 This token represents the day of the month on which the message was sent,
19400 according to the &quot;Date&quot; header field.
19401 For example, &quot;23&quot; or &quot;09&quot;.
19402 It is always 2 digits.
19403 </DD>
19405 <DT>DAYORDINAL</DT>
19406 <DD>
19407 This token represents the ordinal number that is the day of
19408 the month on which the message was sent,
19409 according to the &quot;Date&quot; header field.
19410 For example, &quot;23rd&quot; or &quot;9th&quot;.
19411 </DD>
19413 <DT>DAYOFWEEK</DT>
19414 <DD>
19415 This token represents the day of the week on which the message was sent,
19416 according to the &quot;Date&quot; header field.
19417 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
19418 </DD>
19420 <DT>DAYOFWEEKABBREV</DT>
19421 <DD>
19422 This token represents the day of the week on which the message was sent,
19423 according to the &quot;Date&quot; header field.
19424 For example, &quot;Sun&quot; or &quot;Wed&quot;.
19425 </DD>
19427 <DT>MONTHABBREV</DT>
19428 <DD>
19429 This token represents the month the message was sent, according
19430 to the &quot;Date&quot; header field.
19431 For example, &quot;Oct&quot;.
19432 </DD>
19434 <DT>MONTHLONG</DT>
19435 <DD>
19436 This token represents the month in which the message was sent, according
19437 to the &quot;Date&quot; header field.
19438 For example, &quot;October&quot;.
19439 </DD>
19441 <DT>MONTH</DT>
19442 <DD>
19443 This token represents the month in which the message was sent, according
19444 to the &quot;Date&quot; header field.
19445 For example, &quot;10&quot; or &quot;9&quot;.
19446 </DD>
19448 <DT>MONTH2DIGIT</DT>
19449 <DD>
19450 This token represents the month in which the message was sent, according
19451 to the &quot;Date&quot; header field.
19452 For example, &quot;10&quot; or &quot;09&quot;.
19453 It is always 2 digits.
19454 </DD>
19456 <DT>YEAR</DT>
19457 <DD>
19458 This token represents the year the message was sent, according
19459 to the &quot;Date&quot; header field.
19460 For example, &quot;1998&quot; or &quot;2001&quot;.
19461 </DD>
19463 <DT>YEAR2DIGIT</DT>
19464 <DD>
19465 This token represents the year the message was sent, according
19466 to the &quot;Date&quot; header field.
19467 For example, &quot;98&quot; or &quot;01&quot;.
19468 It is always 2 digits.
19469 </DD>
19471 <DT>TIME24</DT>
19472 <DD>
19473 This token represents the time at which the message was sent, according
19474 to the &quot;Date&quot; header field.
19475 There is no adjustment made for different time zones, so you'll get
19476 the time the message was sent according to the time zone the sender
19477 was in.
19478 It has the format HH:MM. For example, &quot;17:28&quot;.
19479 </DD>
19481 <DT>TIME12</DT>
19482 <DD>
19483 This token represents the time at which the message was sent, according
19484 to the &quot;Date&quot; header field.
19485 This time is for a 12 hour clock.
19486 It has the format HH:MMpm.
19487 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
19488 </DD>
19490 <DT>TIMEZONE</DT>
19491 <DD>
19492 This token represents the numeric timezone from
19493 the &quot;Date&quot; header field.
19494 It has the format [+-]HHMM. For example, &quot;-0800&quot;.
19495 </DD>
19497 </DL>
19500 <H1><EM>Tokens Available Only for <!--#echo var="VAR_index-format"--></EM></H1>
19502 <DL>
19503 <DT>MSGNO</DT>
19504 <DD>
19505 This token represents the message's current position in the folder that,
19506 of course, may change as the folder is sorted or new mail arrives.
19507 </DD>
19509 <DT>STATUS</DT>
19510 <DD>
19511 This token represents a three character wide field displaying various
19512 aspects of the message's state.
19513 The first character is either blank,
19514 a '*' for message marked Important, or a '+' indicating a message
19515 addressed directly to you (as opposed to your having received it via a
19516 mailing list, for example).
19517 When the feature
19518 &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot;
19519 is set, if the first character would have been
19520 blank then it will instead be a '-' if the message is cc'd to you.
19521 The second character is typically blank,
19522 though the arrow cursor may occupy it if either the 
19523 &quot;<A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>&quot;
19524 or the
19525 &quot;<A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A>&quot; feature
19526 is set (or you actually are on a slow link).
19527 The third character is either '<A HREF="h_flag_deleted">D</A>' (Deleted),
19528 '<A HREF="h_flag_answered">A</A>' (Answered),
19529 '<A HREF="h_flag_forwarded">F</A>' (Forwarded),
19530 '<A HREF="h_flag_new">N</A>' (New), or blank.
19532 If you are using a threaded view of the index and this message is at the
19533 top of a collapsed portion of a thread,
19534 then this token refers to all of the messages in the collapsed portion of
19535 the thread instead of just the top message.
19536 The first character will be a '*' if <EM>any</EM> of the messages in the thread
19537 are marked Important, else a '+' if any of the messages are addressed
19538 to you, else a '-' if any of the messages are cc'd to you.
19539 The third character will be a 'D' if <EM>all</EM> of the messages
19540 in the collapsed thread are marked deleted,
19541 an 'A' if <EM>all</EM> of the messages
19542 in the collapsed thread are marked answered,
19543 it will be an 'N' if any of
19544 the messages are undeleted and unseen, and it will be blank otherwise.
19545 </DD>
19547 <DT>FULLSTATUS</DT>
19548 <DD>
19549 This token represents a less abbreviated alternative
19550 to the &quot;STATUS&quot; token.
19551 It is six characters wide.
19552 The first character is '+', '-', or blank, the
19553 second blank, the third either '*' or blank, the fourth
19554 '<A HREF="h_flag_new">N</A>' or blank,
19555 the fifth '<A HREF="h_flag_answered">A</A>'
19556 or blank, and the sixth character is
19557 either '<A HREF="h_flag_deleted">D</A>' or
19558 blank.
19560 If you are using a threaded view of the index and this message is at the
19561 top of a collapsed portion of a thread,
19562 then this token refers to all of the messages in the collapsed portion of
19563 the thread instead of just the top message.
19564 The first character is '+', '-', or blank depending on whether <EM>any</EM>
19565 of the messages in the collapsed thread are addressed to you or cc'd to you.
19566 The third character will be '*' if any of the messages are marked
19567 Important.
19568 The fourth character will be 'N' if all of the messages in the thread
19569 are New, else 'n' if some of the messages in the thread are New, else blank.
19570 The fifth character will be 'A' or 'a' or blank, and the sixth character
19571 will be 'D' or 'd' or blank.
19572 </DD>
19574 <DT>IMAPSTATUS</DT>
19575 <DD>
19576 This token represents an even less abbreviated alternative to the
19577 &quot;STATUS&quot; token.
19578 It differs from &quot;FULLSTATUS&quot; in only the fourth character, which is
19579 an 'N' if the message is new to this folder since the last time
19580 it was opened <EM>and</EM> it has not been viewed, an 'R' (Recent) if the message
19581 is new to the folder and has been viewed, a 'U' (Unseen) if the message is not 
19582 new to the folder since it was last opened <EM>but</EM> has not been
19583 viewed, or a blank if the message has been in the folder since it was
19584 last opened and has been viewed.
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 the fourth character will be
19589 'N' if all of the messages in the thread are unseen and recent;
19590 else 'n' if some of the messages in the thread are unseen and recent;
19591 else 'U' if all of the messages in the thread are unseen and not recent;
19592 else 'u' if some of the messages in the thread are unseen and not recent;
19593 else 'R' if all of the messages in the thread are seen and recent;
19594 else 'r' if some of the messages in the thread are seen and recent;
19595 else blank.
19596 </DD>
19598 <DT>SHORTIMAPSTATUS</DT>
19599 <DD>
19600 This is the same as the last four of the six characters of IMAPSTATUS,
19601 so the '+' To Me information will be missing.
19602 </DD>
19604 <DT>SIZE</DT>
19605 <DD>
19606 This token represents the total size, in bytes, of the message.
19607 If a &quot;K&quot; (Kilobyte)
19608 follows the number, the size is approximately 1,000
19609 times that many bytes (rounded to the nearest 1,000).
19610 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
19611 1,000,000 times that many bytes.
19612 Commas are not used in this field.
19613 This field is seven characters wide, including the enclosing parentheses.
19614 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
19615 The progression of sizes used looks like:
19618 <CENTER><SAMP>0 1 ... 9999 10K ... 999K 1.0M ... 99.9M 100M ... 2000M</SAMP></CENTER>
19620 </DD>
19622 <DT>SIZECOMMA</DT>
19623 <DD>
19624 This token represents the total size, in bytes, of the message.
19625 If a &quot;K&quot; (Kilobyte)
19626 follows the number, the size is approximately 1,000
19627 times that many bytes (rounded to the nearest 1,000).
19628 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
19629 1,000,000 times that many bytes.
19630 Commas are used if the number shown is 1,000 or greater.
19631 The SIZECOMMA field is one character wider than the SIZE field.
19632 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
19633 The progression of sizes used looks like:
19636 <CENTER><SAMP>0 1 ... 99,999 100K ... 9,999K 10.0M ... 999.9M 1,000M ... 2,000M</SAMP></CENTER>
19638 </DD>
19640 <DT>KSIZE</DT>
19641 <DD>
19642 This token represents the total size of the message, expressed in
19643 kilobytes or megabytes, as most appropriate.
19644 These are 1,024 byte kilobytes and 1,024 x 1,024 byte megabytes.
19645 The progression of sizes used looks like:
19648 <CENTER><SAMP>0K 1K ... 1023K 1.0M ... 99.9M 100M ... 2047M</SAMP></CENTER>
19650 </DD>
19652 <DT>SIZENARROW</DT>
19653 <DD>
19654 This token represents the total size, in bytes, of the message.
19655 If a &quot;K&quot; (Kilobyte)
19656 follows the number, the size is approximately 1,000
19657 times that many bytes.
19658 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
19659 1,000,000 times that many bytes.
19660 If a &quot;G&quot; (Gigabyte) follows the number, the size is approximately
19661 1,000,000,000 times that many bytes.
19662 This field uses only five characters of screen width, including the enclosing
19663 parentheses.
19664 The progression of sizes used looks like:
19667 <CENTER><SAMP>0 1 ... 999 1K ... 99K .1M ... .9M 1M ... 99M .1G ... .9G 1G 2G</SAMP></CENTER>
19669 </DD>
19671 <DT>DESCRIPSIZE</DT>
19672 <DD>
19673 This token is intended to represent a more useful description of the
19674 message than just its size, but it isn't very useful at this point.
19675 The plus sign in this view means there are attachments.
19676 Note that including this token in
19677 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
19678 display a little while Alpine collects the necessary information.
19679 </DD>
19681 <DT>SHORTSUBJECT</DT> 
19682 <DD> This token is the same as SUBJECT, but removes 
19683 text between &quot;[&quot; and &quot;]&quot;. Typically text enclosed 
19684 between these characters corresponds to mailing list names, and may be 
19685 unnecessary or unwanted in some instances. 
19686 </DD>
19688 <DT>SUBJKEY</DT>
19689 <DD>
19690 This token is the same as the SUBJECT token unless keywords are set for
19691 the message.
19692 In that case, a list of keywords enclosed in braces will be prepended to
19693 the subject of the message.
19694 Only those keywords that you have defined in your
19695 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19696 in Setup/Config are considered in the list.
19697 In other words, keywords that have been set by some other means, perhaps
19698 by another email program, won't show up unless included in
19699 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19700 Having this set in the <!--#echo var="VAR_index-format"--> will also cause the keywords to be
19701 prepended to the subject in the MESSAGE TEXT screen.
19702 If you have given a keyword a nickname
19703 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
19704 instead of the actual keyword.
19705 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
19706 option may be used to modify this token slightly.
19707 It is also possible to color keywords in the index using the
19708 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19709 </DD>
19711 <DT>SHORTSUBJKEY</DT>
19712 <DD> This token is the same as SUBJKEY, but it is based on
19713 SHORTSUBJECT, instead of in SUBJECT.
19714 </DD>
19716 <DT>SUBJKEYINIT</DT>
19717 <DD>
19718 This token is the same as the SUBJKEY token except that instead of
19719 prepending a list of keywords to the subject, a list of first initials
19720 of keywords will be prepended instead.
19721 For example, if a message has the keywords <EM>Work</EM> and <EM>Now</EM>
19722 set (or Work and Now are the Alpine nicknames of keywords that are set)
19723 then the SUBJKEY token would cause a result like
19725 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
19727 whereas the SUBJKEYINIT token would give
19729 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
19731 Only those keywords that you have defined in your
19732 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19733 in Setup/Config are considered in the list.
19734 In other words, keywords that have been set by some other means, perhaps
19735 by another email program, won't show up unless included in
19736 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19737 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
19738 option may be used to modify this token slightly.
19739 It is also possible to color keywords in the index using the
19740 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19741 </DD>
19743 <DT>SHORTSUBJKEYINIT</DT>
19744 <DD> This token is the same as SUBJKEYINIT, but it is based on
19745 SHORTSUBJECT, instead of in SUBJECT.
19746 </DD>
19748 <DT>SUBJECTTEXT</DT>
19749 <DD>
19750 Same as SUBJECT but if there is room in the Subject field for more text,
19751 the opening part of the text of the message is displayed after the subject.
19752 The time needed to fetch the text may cause a performance problem
19753 which can, of course, be avoided by using the SUBJECT version of
19754 the Subject instead.
19755 You may color this opening text differently by using the
19756 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
19757 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19758 You may adjust the characters that are displayed between the Subject and the
19759 opening text with the option
19760 <A HREF="h_config_opening_sep"><!--#echo var="VAR_opening-text-separator-chars"--></A>.
19761 </DD>
19763 <DT>SUBJKEYTEXT</DT>
19764 <DD>
19765 Same as SUBJKEY but with the opening message text.
19766 </DD>
19768 <DT>OPENINGTEXT</DT>
19769 <DD>
19770 This is similar to SUBJECTTEXT.
19771 Instead of combining the Subject and the opening text in a single
19772 field in the index screen this token allows you to allocate a
19773 separate column just for the opening text of the message.
19774 The time needed to fetch this text may cause a performance problem.
19775 You may color this opening text differently by using the
19776 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
19777 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19778 </DD>
19780 <DT>OPENINGTEXTNQ</DT>
19781 <DD>
19782 This is very similar to OPENINGTEXT.
19783 The NQ stands for No Quotes.
19784 The only difference is that quoted text (lines beginning with &gt;) is deleted.
19785 For some messages this may be confusing.
19786 For example, a message might have a line preceding some quoted
19787 text that reads something like &quot;On May 8th person A said.&quot;
19788 That no longer makes sense after the quoted text is deleted and it
19789 will appear that person A said whatever the text after the quote
19790 is, even though that is really person B talking.
19791 </DD>
19793 <DT>SUBJKEYINITTEXT</DT>
19794 <DD>
19795 Same as SUBJKEYINIT but with the opening message text.
19796 </DD>
19798 <DT>KEY</DT>
19799 <DD>
19800 This is a space-delimited list of keywords that are set for the message.
19801 Only those keywords that you have defined in your
19802 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19803 in Setup/Config are considered in the list.
19804 In other words, keywords that have been set by some other means, perhaps
19805 by another email program, won't show up unless included in
19806 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19807 If you have given a keyword a nickname
19808 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
19809 instead of the actual keyword.
19810 It is also possible to color keywords in the index using the
19811 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19812 This token defaults to an arbitrary width of 5.
19813 You should set it to whatever width suits you using something
19814 like KEY(17) in the <!--#echo var="VAR_index-format"-->.
19815 </DD>
19817 <DT>KEYINIT</DT>
19818 <DD>
19819 This is a list of keyword initials that are set for the message.
19820 If you have given a keyword a nickname
19821 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), the initial of that nickname
19822 is displayed instead of the initial of the actual keyword.
19823 It is also possible to color keyword initials in the index using the
19824 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19825 This token defaults to an arbitrary width of 2.
19826 You should set it to whatever width suits you using something
19827 like KEYINIT(3) in the <!--#echo var="VAR_index-format"-->.
19828 </DD>
19830 <DT>PRIORITY</DT>
19831 <DD>
19832 The X-Priority header is a non-standard header that is used in a
19833 somewhat standard way by many mail programs.
19834 Alpine expects the value of this header to be a digit with a value
19835 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
19836 Since this priority is something that the sender sets it is only an indication
19837 of the priority that the sender attaches to the mail and it is therefore almost
19838 totally unreliable for use as a filtering criterion.
19839 This token will display the numeric value of the priority if it is between
19840 1 and 5.
19841 It will be suppressed (blank) if the value is 3, which is normal priority.
19842 This token may be colored with the
19843 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19844 </DD>
19846 <DT>PRIORITYALPHA</DT>
19847 <DD>
19848 This is a more verbose interpretation of the X-Priority field.
19849 Once again nothing is displayed unless the value of the field
19850 is 1, 2, 4, or 5.
19851 The values displayed for those values are:
19853 <TABLE>
19854 <TR> <TD>1</TD> <TD>Highest</TD> </TR>
19855 <TR> <TD>2</TD> <TD>High</TD> </TR>
19856 <TR> <TD>4</TD> <TD>Low</TD> </TR>
19857 <TR> <TD>5</TD> <TD>Lowest</TD> </TR>
19858 </TABLE>
19860 This token may be colored with the
19861 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19862 </DD>
19864 <DT>PRIORITY!</DT>
19865 <DD>
19866 This is a one character, non-numeric version of the X-Priority field.
19867 If the value of the X-Priority header is 1 or 2 an exclamation
19868 point is displayed.
19869 If the value is 4 or 5 a &quot;v&quot; (think down arrow) is displayed.
19870 This token may be colored with the
19871 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19872 </DD>
19874 <DT>ATT</DT>
19875 <DD>
19876 This is a one column wide field that represents the number of attachments
19877 a message has. It will be blank if there are no attachments, a single
19878 digit for one to nine attachments, or an asterisk for more than nine.
19879 Note that including this token in
19880 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
19881 display a little while Alpine collects the necessary information.
19882 </DD>
19884 <DT>FROMORTO</DT>
19885 <DD>
19886 This token represents <EM>either</EM> the personal name (or email address) of
19887 the person listed in the message's &quot;From:&quot; header
19888 field, <EM>or</EM>, if that address is yours or one of your
19889 <A HREF="h_config_alt_addresses">alternate addresses</A>,
19890 the first person specified in the
19891 message's &quot;To:&quot; header field
19892 with the prefix &quot;To: &quot; prepended.
19893 If the from address is yours and there is also no &quot;To&quot; address,
19894 Alpine will use the address on the &quot;Cc&quot; line.
19895 If there is no address there, either, Alpine will look for a newsgroup name
19896 from the &quot;Newsgroups&quot; header field and put
19897 that after the &quot;To: &quot; prefix.
19898 </DD>
19900 <DT>FROMORTONOTNEWS</DT>
19901 <DD>
19902 This is almost the same as <EM>FROMORTO</EM>.
19903 The difference is that newsgroups aren't considered.
19904 When a message is from you, doesn't have a To or Cc, and does have
19905 a Newsgroups header; this token will be your name instead of the name
19906 of the newsgroup (like it would be with FROMORTO).
19907 </DD>
19909 <DT>TEXT</DT>
19910 <DD>
19911 This is a different sort of token.
19912 It allows you to display a label within each index line.
19913 It will be the same fixed text for each line.
19914 It is different from all the other tokens in that there is no space column
19915 displayed after this token.
19916 Instead, it is butted up against the following field.
19917 It also has a different syntax.
19918 The text to display is given following a colon after the
19919 word &quot;TEXT&quot;.
19920 For example,
19922 <CENTER><SAMP>TEXT:abc=</SAMP></CENTER>
19924 would insert the literal text &quot;abc=&quot; (without the quotes)
19925 into the index display line.
19926 You must quote the text if it includes space characters, like
19928 <CENTER><SAMP>TEXT:&quot;abc&nbsp;=&nbsp;&quot;</SAMP></CENTER>
19930 </DD>
19932 <DT>HEADER</DT>
19933 <DD>
19934 This allows you to display the text from a particular header line in the
19935 message.
19936 The syntax for this token is substantially different from all the others
19937 in order that you might be able to display a portion of the text following
19938 a particular header.
19939 The header name you are interested in is given following a colon
19940 after the word &quot;HEADER&quot;.
19941 For example,
19943 <CENTER><SAMP>HEADER:X-Spam</SAMP></CENTER>
19945 would display the text of the X-Spam header, if any.
19946 Like for other index tokens a width field may (and probably should)
19947 follow this.
19949 <CENTER><SAMP>HEADER:X-Spam(10)</SAMP></CENTER>
19951 displays the first ten characters of the X-Spam header.
19952 Unlike other index tokens, the syntax for HEADER is more flexible.
19953 An optional second argument comes after a comma inside the parentheses.
19954 It specifies the &quot;field&quot; number.
19955 By default, the field separator is a space character.
19956 No extra space characters are allowed in the argument list.
19958 <CENTER><SAMP>HEADER:X-Spam(10,2)</SAMP></CENTER>
19960 would display the second field, left-justified, in a 10 character
19961 wide field.
19962 The second field would consist of all the text after the first space
19963 up to the next space or the end of the header.
19964 The default field number is zero, which stands for the entire line.
19965 There is also an optional third argument that is a list of field
19966 separators. It defaults to a space character.
19967 The example
19969 <CENTER><SAMP>HEADER:X-Spam(10,2,:%&nbsp;)</SAMP></CENTER>
19971 would cause the field separators to be any of colon, percent,
19972 or space (there is a space character between the percent and the
19973 right parenthesis).
19974 The first field runs from the start of the header value up to the first
19975 colon, percent, or space; the second goes from there to the next; and so on.
19976 In order to use a comma character as a field separator you must escape
19977 it by preceding it with a backslash (&#92;).
19978 The same is true of the backslash character itself.
19979 There is one further optional argument.
19980 It is an R or an L to specify right or left adjustment of the text
19981 within the field.
19982 The default is to left justify, however if you are displaying numbers
19983 you might prefer to right justify.
19985 Here's an example of a SpamAssassin header.
19986 The exact look of the header will vary, but if your incoming mail
19987 contains headers that look like the following
19989 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
19991 you might want to display the hits value.
19992 The first field starts with the Y in Yes.
19993 To get what you're interested in you might use &quot;=&quot; and
19994 space as the field separators and display the third field, like
19996 <CENTER><SAMP>HEADER:X-Spam-Status(4,3,=&nbsp;)</SAMP></CENTER>
19998 or maybe you would break at the dot instead
20000 <CENTER><SAMP>HEADER:X-Spam-Status(2,2,=.,R)</SAMP></CENTER>
20002 Another example we've seen has headers that look like
20004 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
20006 Because there are two equals and a comma before the 7% and a comma
20007 after it, the token
20009 <CENTER><SAMP>HEADER:X-Spam(3,4,=&#92;,,R)</SAMP></CENTER>
20011 should display the probability (for example 7% or 83%) right justified
20012 in a 3-wide field.
20013 </DD>
20015 <DT>ARROW</DT>
20016 <DD>
20017 This gives an alternative way to display the current message in the
20018 MESSAGE INDEX screen.
20019 Usually the current message is indicated by the line being shown in
20020 reverse video.
20021 Instead, if the ARROW token is included in your <!--#echo var="VAR_index-format"-->,
20022 the current line will include an &quot;arrow&quot; that
20023 looks like
20025 <CENTER><SAMP>-&gt;</SAMP></CENTER>
20027 in the ARROW token's field.
20028 For all of the non-current messages, the ARROW field will be filled
20029 with blanks.
20030 If you use the fixed-field width feature the length of the &quot;arrow&quot;
20031 may be adjusted.
20032 The arrow will be drawn as width-1 dashes followed by a greater than sign.
20033 For example, if you use ARROW(3) you will get
20035 <CENTER><SAMP>--&gt;</SAMP></CENTER>
20037 and ARROW(1) will give you just
20039 <CENTER><SAMP>&gt;</SAMP></CENTER>
20041 It is also possible to set the color of the ARROW field.
20042 By default (and for non-current messages) the arrow is colored the same
20043 as the index line it is part of.
20044 You may set it to be another color with the 
20045 <A HREF="h_config_index_arrow_color">Index Arrow Color</A> option available from
20046 the <A HREF="h_color_setup">Setup Kolor</A> screen.
20047 </DD>
20049 <DT>SCORE</DT>
20050 <DD>
20051 This gives the
20052 <a href="h_rules_score">score</a>
20053 of each message.
20054 This will be six columns wide to accomodate the widest possible score.
20055 You will probably want to use the <!--#echo var="VAR_index-format"--> fixed-field width feature
20056 to limit the width of the field to the widest score that
20057 you use (e.g. SCORE(3) if your scores are always between 0 and 999).
20058 If you have not defined any score rules the scores will all be zero.
20059 If any of your score rules contain AllText or BodyText patterns
20060 then including SCORE in the <!--#echo var="VAR_index-format"-->
20061 may slow down the display of the MESSAGE INDEX screen.
20062 </DD>
20063 </DL>
20066 <H1><EM>Tokens Available for all but <!--#echo var="VAR_index-format"--></EM></H1>
20068 <DL>
20069 <DT>CURNEWS</DT>
20070 <DD>
20071 This token represents the current newsgroup if there is one.
20072 For example, &quot;comp.mail.pine&quot;.
20073 </DD>
20075 <DT>MSGID</DT>
20076 <DD>
20077 This token represents the message ID of the message.
20078 This token does not work with Filter Rule folder names.
20079 </DD>
20081 <DT>CURDATE</DT>
20082 <DD>
20083 This token represents the current date.
20084 It has the format MMM DD. For example, &quot;Oct 23&quot;.
20085 </DD>
20087 <DT>CURDATEISO</DT>
20088 <DD>
20089 This token represents the current date.
20090 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
20091 </DD>
20093 <DT>CURDATEISOS</DT>
20094 <DD>
20095 This token represents the current date.
20096 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
20097 </DD>
20099 <DT>CURPREFDATE</DT>
20100 <DD>
20101 This token represents the current date.
20102 It is your operating system's idea of the preferred date representation for the current locale.
20103 Internally it uses the %x version of the date from the strftime routine.
20104 </DD>
20106 <DT>CURPREFTIME</DT>
20107 <DD>
20108 This token represents the current time.
20109 It is the preferred time representation for the current locale.
20110 Internally it uses the %X version of the time from the strftime routine.
20111 </DD>
20113 <DT>CURPREFDATETIME</DT>
20114 <DD>
20115 This token represents the current date and time.
20116 It is the preferred date and time representation for the current locale.
20117 Internally it uses the %c version of the time from the strftime routine.
20118 </DD>
20120 <DT>CURTIME24</DT>
20121 <DD>
20122 This token represents the current time.
20123 It has the format HH:MM. For example, &quot;17:28&quot;.
20124 </DD>
20126 <DT>CURTIME12</DT>
20127 <DD>
20128 This token represents the current time.
20129 This time is for a 12 hour clock.
20130 It has the format HH:MMpm.
20131 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
20132 </DD>
20134 <DT>CURDAY</DT>
20135 <DD>
20136 This token represents the current day of the month.
20137 For example, &quot;23&quot; or &quot;9&quot;.
20138 </DD>
20140 <DT>CURDAY2DIGIT</DT>
20141 <DD>
20142 This token represents the current day of the month.
20143 For example, &quot;23&quot; or &quot;09&quot;.
20144 It is always 2 digits.
20145 </DD>
20147 <DT>CURDAYOFWEEK</DT>
20148 <DD>
20149 This token represents the current day of the week.
20150 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
20151 </DD>
20153 <DT>CURDAYOFWEEKABBREV</DT>
20154 <DD>
20155 This token represents the current day of the week.
20156 For example, &quot;Sun&quot; or &quot;Wed&quot;.
20157 </DD>
20159 <DT>CURMONTH</DT>
20160 <DD>
20161 This token represents the current month.
20162 For example, &quot;10&quot; or &quot;9&quot;.
20163 </DD>
20165 <DT>CURMONTH2DIGIT</DT>
20166 <DD>
20167 This token represents the current month.
20168 For example, &quot;10&quot; or &quot;09&quot;.
20169 It is always 2 digits.
20170 </DD>
20172 <DT>CURMONTHLONG</DT>
20173 <DD>
20174 This token represents the current month.
20175 For example, &quot;October&quot;.
20176 </DD>
20178 <DT>CURMONTHABBREV</DT>
20179 <DD>
20180 This token represents the current month.
20181 For example, &quot;Oct&quot;.
20182 </DD>
20184 <DT>CURYEAR</DT>
20185 <DD>
20186 This token represents the current year.
20187 For example, &quot;1998&quot; or &quot;2001&quot;.
20188 </DD>
20190 <DT>CURYEAR2DIGIT</DT>
20191 <DD>
20192 This token represents the current year.
20193 For example, &quot;98&quot; or &quot;01&quot;.
20194 It is always 2 digits.
20195 </DD>
20197 <DT>LASTMONTH</DT>
20198 <DD>
20199 This token represents last month.
20200 For example, if this is November (the 11th month),
20201 it is equal to &quot;10&quot; or if this is October (the 10th month),
20202 it is &quot;9&quot;.
20203 It is possible that this and the other tokens beginning with LASTMONTH
20204 below could be useful when used with a Filtering Rule that
20205 has the &quot;Beginning of Month&quot; option set.
20206 </DD>
20208 <DT>LASTMONTH2DIGIT</DT>
20209 <DD>
20210 This token represents last month.
20211 For example, if this is November (the 11th month),
20212 it is equal to &quot;10&quot; or if this is October (the 10th month),
20213 it is &quot;09&quot;.
20214 It is always 2 digits.
20215 </DD>
20217 <DT>LASTMONTHLONG</DT>
20218 <DD>
20219 This token represents last month.
20220 For example, if this is November the value is &quot;October&quot;.
20221 </DD>
20223 <DT>LASTMONTHABBREV</DT>
20224 <DD>
20225 This token represents last month.
20226 For example, if this is November the value is &quot;Oct&quot;.
20227 </DD>
20229 <DT>LASTMONTHYEAR</DT>
20230 <DD>
20231 This token represents what the year was a month ago.
20232 For example, if this is October, 1998, it is &quot;1998&quot;.
20233 If this is January, 1998, it is &quot;1997&quot;.
20234 </DD>
20236 <DT>LASTMONTHYEAR2DIGIT</DT>
20237 <DD>
20238 This token represents what the year was a month ago.
20239 For example, if this is October, 1998, it is &quot;98&quot;.
20240 If this is January, 1998, it is &quot;97&quot;.
20241 </DD>
20243 <DT>LASTYEAR</DT>
20244 <DD>
20245 This token represents last year.
20246 For example, if this is 1998, it equals &quot;1997&quot;.
20247 It is possible that this
20248 could be useful when used with a Filtering Rule that
20249 has the &quot;Beginning of Year&quot; option set.
20250 </DD>
20252 <DT>LASTYEAR2DIGIT</DT>
20253 <DD>
20254 This token represents last year.
20255 For example, if this is 1998, it equals &quot;97&quot;.
20256 It is always 2 digits.
20257 </DD>
20259 <DT>ROLENICK</DT>
20260 <DD>
20261 This token represents the nickname of the
20262 role currently being used.  If no role is being used,
20263 then no text will be printed for this token.
20264 This token does not work with Filter Rule folder names.
20265 </DD>
20266 </DL>
20269 <H1><EM>Token Available Only for <!--#echo var="VAR_reply-leadin"--></EM></H1>
20270 See the help for the
20271 <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option
20272 to see why you might want to use this.
20273 Since the <!--#echo var="VAR_reply-leadin"--> contains free text this token
20274 must be surrounded by underscores when used.
20276 <DL>
20277 <DT>NEWLINE</DT>
20278 <DD>
20279 This is an end of line marker.
20280 </DD>
20281 </DL>
20284 <H1><EM>Token Available Only for Templates and Signatures</EM></H1>
20286 <DL>
20287 <DT>CURSORPOS</DT>
20288 <DD>
20289 This token is different from the others.
20290 When it is replaced it is replaced with nothing, but it sets an Alpine
20291 internal variable that tells the composer to start with the cursor
20292 positioned at the position where this token was.
20293 If both the template file and the signature file contain
20294 a &quot;CURSORPOS&quot; token, then the position in the template file
20295 is used.
20296 If there is a template file and neither it nor the signature file contains
20297 a &quot;CURSORPOS&quot; token, then the cursor is positioned
20298 after the end of the contents of the
20299 template file when the composer starts up.
20300 </DD>
20301 </DL>
20304 &lt;End of help on this topic&gt;
20305 </BODY>
20306 </HTML>
20307 ======= h_reply_token_conditionals =======
20308 <HTML>
20309 <HEAD>
20310 <TITLE>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</TITLE>
20311 </HEAD>
20312 <BODY>
20313 <H1>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</H1>
20315 Conditional text inclusion may be used with
20316 the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
20317 in signature files, and in template files used in
20318 <A HREF="h_rules_roles">&quot;roles&quot;</A>.
20319 It may <EM>not</EM> be used with the
20320 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
20323 There is a limited if-else capability for including text.
20324 The if-else condition is based
20325 on whether or not a given token would result in replacement text you
20326 specify.
20327 The syntax of this conditional inclusion is
20329 <CENTER><SAMP>_token_(match_this, if_matched [ , if_not_matched ] )</SAMP></CENTER>
20331 The left parenthesis must follow the underscore immediately, with no
20332 intervening space.
20333 It means the token is expanded and the results of that expansion are
20334 compared against the &quot;match_this&quot; argument.
20335 If there is an exact match, then the &quot;if_matched&quot; text is used
20336 as the replacement text.
20337 Otherwise, the &quot;if_not_matched&quot; text is used.
20338 One of the most useful values for the &quot;match_this&quot; argument is
20339 the empty string, &quot;&quot;.
20340 In that case the expansion is compared against the empty string.
20342 Here's an example to make it clearer.
20343 This text could be included in one of your template files:
20345 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;I'm replying to email&quot;, &quot;I'm replying to news&quot;)</SAMP></CENTER>
20347 If that is included in a template file that you are using while replying
20348 to a message (because you chose to use the role it was part of),
20349 and that message has a newsgroup header and a newsgroup in that header,
20350 then the text
20352 <CENTER><SAMP>I'm replying to news</SAMP></CENTER>
20354 will be included in the message you are about to compose.
20355 On the other hand, if the message you are replying to does not have
20356 a newsgroup, then the text
20358 <CENTER><SAMP>I'm replying to email</SAMP></CENTER>
20360 would be included instead.
20361 This would also work in signature files and in
20362 the &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option.
20363 If the &quot;match_this&quot;, &quot;if_matched&quot;,
20364 or &quot;if_not_matched&quot; arguments contain
20365 spaces, parentheses, or commas;
20366 they have to be quoted with double quotation marks (like in the example
20367 above).
20368 If you want to include a literal quote (&quot;) in the text you must escape the
20369 quote by preceding it with a backslash (&#92;) character.
20370 If you want to include a literal backslash character you must escape it
20371 by preceding it with another backslash.
20373 The comma followed by &quot;if_not_matched&quot; is optional.
20374 If there is no &quot;if_not_matched&quot;
20375 present then no text is included if the not_matched case is true.
20376 Here's another example:
20378 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;&quot;, &quot;This msg was seen in group: _NEWS_.&quot;)</SAMP></CENTER>
20380 Here you can see that tokens may appear in the arguments.
20381 The same is true for tokens with the conditional parentheses.
20382 They may appear in arguments,
20383 though you do have to be careful to get the quoting and escaping of
20384 nested double quotes correct.
20385 If this was in the signature file being used and you were replying to a message
20386 sent to comp.mail.pine the resulting text would be:
20388 <CENTER><SAMP>This msg was seen in group: comp.mail.pine.</SAMP></CENTER>
20390 If you were replying to a message that wasn't sent to any newsgroup the
20391 resulting text would be a single blank line.
20392 The reason you'd get a blank line is because the end of the line is
20393 outside of the conditional, so is always included.
20394 If you wanted to get rid of that blank line you could do so by moving
20395 the end of line inside the conditional.
20396 In other words, it's ok to have multi-line
20397 &quot;if_matched&quot; or &quot;if_not_matched&quot; arguments in your
20398 template file.
20399 The text just continues until the next double quotation, even if it's not
20400 on the same line.
20402 Here's an example for use in the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;:
20404 <CENTER><SAMP>On _DAYDATE_, _FROM__CURNEWS_(&quot;&quot;, &quot;&quot;, &quot;seen in _CURNEWS_,&quot;) wrote</SAMP></CENTER>
20406 If this was in your <!--#echo var="VAR_reply-leadin"--> and you were replying to a message
20407 while reading the newsgroup comp.mail.pine the resulting text would be:
20409 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone, seen in comp.mail.pine, wrote:</SAMP></CENTER>
20411 If you were replying to a message while reading an email folder instead
20412 of a newsgroup the resulting leadin text would be
20414 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
20416 Here's one more (contrived) example illustrating a matching argument
20417 that is not the empty string.
20419 <CENTER><SAMP>_SMARTDATE_("Today", _SMARTDATE_, "On _DATE_") _FROM_ wrote:</SAMP></CENTER>
20421 If this was the value of your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option and you
20422 were replying to
20423 a message that was sent today, then the value of the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;
20424 would be
20426 <CENTER><SAMP>Today Fred Flintstone wrote:</SAMP></CENTER>
20428 But if you were replying to a message sent on Oct. 27 (and that wasn't
20429 today) you would get
20431 <CENTER><SAMP>On Oct 27 Fred Flintstone wrote:</SAMP></CENTER>
20434 &lt;End of help on this topic&gt;
20435 </BODY>
20436 </HTML>
20437 ======= h_composer_cntxt_nick =======
20438 <HTML>
20439 <HEAD>
20440 <TITLE>Collection Nickname Explained</TITLE>
20441 </HEAD>
20442 <BODY>
20443 <H1>Collection Edit Help -- Nickname Field</H1>
20445 This field is provided so you can add a short nickname to use when
20446 referring to this collection within Alpine.  Spaces are allowed, and
20447 you don't need to use double-quotes.  However, the double-quote
20448 character is not allowed.
20450 Look <A HREF="h_edit_nav_cmds">here</A>
20451 to see the available Editing and Navigation commands.
20453 &lt;End of help on this topic&gt;
20454 </BODY>
20455 </HTML>
20456 ======= h_folder_server_syntax =======
20457 <HTML>
20458 <HEAD>
20459 <TITLE>Server Name Syntax</TITLE>
20460 </HEAD>
20461 <BODY>
20462 <H1>Server Name Syntax</H1>
20464 This help describes the syntax that may be used for server names
20465 that may be associated with remote folders or SMTP servers.
20468 A server name is the hostname of the server.
20469 It's a good idea to use the host's fully-qualified network name.
20472 <CENTER><SAMP>foo.example.com</SAMP></CENTER>
20475 However, IP addresses are allowed if surrounded
20476 with square-brackets.
20479 <CENTER><SAMP>[127.0.0.1]</SAMP></CENTER>
20482 An optional network port number may be supplied by appending
20483 a colon (:) followed by the port number
20484 to the server name.
20485 By default, the IMAP port number, 143, is used.
20488 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
20491 Besides server name and optional port number, various other optional
20492 parameters may be supplied that alter Alpine's interaction with the server.
20493 A parameter is supplied by appending a slash (/) character followed by
20494 the parameter's name and,
20495 depending on the particular parameter, the value assigned to that
20496 name, to the server name (and optional port number).
20497 Parameter names are <EM>not</EM> case sensitive.
20498 Currently supported parameters include:
20500 <DL>
20502 <DT>User</DT>
20503 <DD>This parameter requires an associated value, and is intended to
20504 provide the username identifier with which to establish the server
20505 connection.
20506 If your SMTP server offers SMTP AUTH authentication, adding this 
20507 parameter to the
20508 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
20509 option will cause Alpine to attempt to authenticate to the server using the
20510 supplied username.
20511 Similarly, if your NNTP server offers NNTP &quot;AUTHINFO SASL&quot;
20512 or &quot;AUTHINFO USER&quot; authentication, adding this parameter to the
20513 <A HREF="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></A>
20514 option (or to the server name for any folder collection using NNTP)
20515 will cause Alpine to attempt
20516 to authenticate to the server using the supplied username.
20517 An example might be:
20520 <CENTER><SAMP>/user=katie</SAMP></CENTER>
20523 </DD>
20525 <DT>TLS</DT>
20526 <DD>
20527 Normally, when a new connection is made an attempt is made to 
20528 negotiate a secure (encrypted) session using Transport Layer Security (TLS).
20529 If that fails then a non-encrypted connection will be attempted instead.
20530 This is a unary parameter indicating communication with the server must 
20531 take place over a TLS connection. If the attempt to use TLS fails then
20532 this parameter will cause the connection to fail instead of falling
20533 back to an unsecure connection.
20536 <CENTER><SAMP>/tls</SAMP></CENTER>
20539 </DD>
20541 <DT>SSL</DT>
20542 <DD>
20543 This is a unary parameter indicating communication with the server should 
20544 take place over a Secure Socket Layer connection.  The server must support
20545 this method, and be prepared to accept connections on the appropriate
20546 port (993 by default).
20547 Alpine must be linked with an SSL library for this option to be operational.
20550 <CENTER><SAMP>/ssl</SAMP></CENTER>
20553 </DD>
20555 <DT>TLS1</DT>
20556 <DD>
20557 This parameter indicates that the connection to the server will be made
20558 over the SSL port, but using the TLSv1 protocol, instead of the usual
20559 SSLv3 or SSLv2 protocols.
20560 Alpine must be linked with an SSL library for this option to be operational.
20563 <CENTER><SAMP>/tls1</SAMP></CENTER>
20566 </DD>
20568 <DT>DTLS1</DT>
20569 <DD>
20570 This parameter indicates that the connection to the server will be made
20571 over the SSL port, but using the DTLSv1 protocol, instead of the usual
20572 SSLv3 or SSLv2 protocols.
20573 Alpine must be linked with an SSL library for this option to be operational.
20576 <CENTER><SAMP>/dtls1</SAMP></CENTER>
20579 </DD>
20581 <DT>TLS1_1</DT>
20582 <DD>
20583 This parameter indicates that the connection to the server will be made
20584 over the SSL port, but using the TLSv1.1 protocol, instead of the usual
20585 SSLv3 or SSLv2 protocols.
20586 Alpine must be linked with an SSL library for this option to be operational.
20589 <CENTER><SAMP>/tls1_1</SAMP></CENTER>
20592 </DD>
20594 <DT>TLS1_2</DT>
20595 <DD>
20596 This parameter indicates that the connection to the server will be made
20597 over the SSL port, but using the TLSv1.2 protocol, instead of the usual
20598 SSLv3 or SSLv2 protocols.
20599 Alpine must be linked with an SSL library for this option to be operational.
20602 <CENTER><SAMP>/tls1_2</SAMP></CENTER>
20605 </DD>
20608 <DT>NoValidate-Cert</DT>
20609 <DD>Do not validate certificates (for TLS or SSL connections) from the server.
20610 This is needed if the server uses self-signed certificates or if Alpine
20611 cannot validate the certificate for some other known reason.
20613 </DD>
20615 <DT>Anonymous</DT>
20616 <DD>This is a unary parameter (that means it does not have a value)
20617 indicating that the connection be logged in as
20618 &quot;anonymous&quot; rather than a specific user.
20619 Not all servers offer anonymous
20620 access; those which do generally only offer read-only access to certain
20621 &quot;public&quot; folders.
20624 <CENTER><SAMP>/anonymous</SAMP></CENTER>
20627 </DD>
20629 <DT>Secure</DT>
20630 <DD>This is a unary parameter indicating that the connection use the
20631 most secure authentication method mutually supported by Alpine and the
20632 server.
20633 Alpine is capable of authenticating connections to 
20634 the server using several methods.
20635 By default, Alpine will attempt each
20636 method until either a connection is established or the
20637 list of methods is exhausted.
20638 This parameter causes Alpine to instead fail 
20639 the connection if the first (generally most &quot;secure&quot;) method fails.
20642 <CENTER><SAMP>/secure</SAMP></CENTER>
20645 </DD>
20647 <DT>Submit</DT>
20648 <DD>This is a unary parameter for use with the
20649 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A> option.
20650 It indicates that the connection should be made to the Submit server
20651 (<A HREF="http://www.ietf.org/rfc/rfc2476.txt">RFC 3676</A>)
20652 (port 587) instead of the SMTP port (25).
20653 At the time this help was written the submit option was equivalent to
20654 specifying port 587.
20657 <CENTER><SAMP>/submit</SAMP></CENTER>
20661 <CENTER><SAMP>host:587</SAMP></CENTER>
20664 </DD>
20666 <DT>Debug</DT>
20667 <DD>This is a unary parameter indicating that the connection be established
20668 in a verbose mode.  Basically, it causes Alpine to log the communication with
20669 the server in Alpine's debug file.
20670 Normally, the pine -d command-line flag would be used instead.
20672 </DD>
20674 <DT>NoRsh</DT>
20675 <DD>By default, Alpine attempts to login using &quot;rsh&quot;,
20676 the UNIX remote shell program.
20677 Including &quot;NoRsh&quot; will cause connections to this server to skip
20678 the &quot;rsh&quot; attempt.
20679 This might be useful to avoid long timeouts caused by rsh firewalls, for
20680 example.
20682 </DD>
20684 <DT>Loser</DT>
20685 <DD>This option makes sense only for IMAP servers that do not perform
20686 a SEARCH command correctly. If your filtering rules
20687 fail to filter some messages, that should have been filtered, then this
20688 option will make Alpine download all data necessary data to perform that 
20689 search. There is a performance penalty when using this option. Downloading 
20690 the data to perfom the search will take longer than requesting the IMAP
20691 server to perform the filtering, but the filtering will be done correctly.
20693 </DD>
20696 <DT>Service</DT>
20697 <DD>This parameter requires an associated value.  The default value is
20698 &quot;IMAP&quot; which indicates communication with the server based
20699 on the IMAP4rev1 protocol (defined in RFC 3501 -- see 
20700 <A HREF="http://www.imap.org/docs/rfc3501.html">http://www.imap.org/docs/rfc3501.html</A>).</DD>
20702 Other service values include:
20703  <DL>
20704  <DT>NNTP</DT>
20705  <DD>This value indicates communication with the server takes place via
20706 the Network News Transfer Protocol.  Use this to define a collection
20707 of newsgroups on a remote news server.  So
20710 <CENTER><SAMP>/service=NNTP</SAMP></CENTER>
20712 or just
20714 <CENTER><SAMP>/NNTP</SAMP></CENTER>
20717 is the way to specify NNTP access.
20719  </DD>
20721  <DT>POP3</DT>
20722  <DD>This value indicates communication with the server takes place via the
20723 Post Office Protocol 3 protocol.
20726 <CENTER><SAMP>/service=POP3</SAMP></CENTER>
20728 or just
20730 <CENTER><SAMP>/POP3</SAMP></CENTER>
20733 Note that there are several important issues
20734 to consider when selecting this option:
20735 <OL>
20736  <LI> POP3 provides access to only your INBOX.  In other words,
20737 secondary folders such as your &quot;saved-messages&quot; are inaccessible.
20738  <LI> Alpine's implementation of POP3 does not follow the traditional POP
20739 model and will leave your mail on the server. Refer to the
20740 <A HREF="h_maildrop">Mail Drop</A> functionality for a possible way around this problem.
20741  <LI> See the discussion about new-mail checking in <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
20742 </OL>
20743 </DD>
20744 </DL>
20745 </DL>
20748 Note that it is possible to include more than one parameter in a server
20749 specification by concatenating the parameters. For example:
20752 <CENTER><SAMP>foo.example.com:port/user=katie/novalidate-cert/debug</SAMP></CENTER>
20756 &lt;End of help on this topic&gt;
20757 </BODY>
20758 </HTML>
20759 ======= h_composer_cntxt_server =======
20760 <HTML>
20761 <HEAD>
20762 <TITLE>Collection Server: Explained</TITLE>
20763 </HEAD>
20764 <BODY>
20765 <H1>Collection Edit Help -- Server Field</H1>
20767 This collection's &quot;Server:&quot; definition indicates the
20768 hostname of the server providing access to the folders in this
20769 collection.
20770 The syntax of this server name is the same as for other server names used
20771 in remote folder names in
20772 Alpine and is described
20773 <A HREF="h_folder_server_syntax">here</A>.
20776 &lt;End of help on this topic&gt;
20777 </BODY>
20778 </HTML>
20779 ======= h_composer_cntxt_path =======
20780 <HTML>
20781 <HEAD>
20782 <TITLE>Collection Path: Explained</TITLE>
20783 </HEAD>
20784 <BODY>
20785 <H1>Collection Edit Help -- Path Field</H1>
20787 The collection's &quot;Path:&quot; definition indicates the location
20788 of the folders in this collection.  If the path or any of its components
20789 do not exist, Alpine will prompt you for their creation when exiting the
20790 Add/Change screen.
20792 <P> 
20793 By default the path is interpreted as defining a section of your personal
20794 folder area.  This area and how you specify it are defined by the
20795 server, if one is specified in the collection, or, typically, the home
20796 directory if no server is defined.
20799 To define a collection outside the default &quot;area&quot;, prefix
20800 the path with the &quot;namespace&quot; to use when interpreting the
20801 given path.  If a namespace is specified, the Path begins with the
20802 sharp, &quot;#&quot;, character followed by the name of the namespace
20803 and then the namespace's path-element-delimiter.  Aside from the
20804 path's format, namespaces can also imply access rights, content
20805 policy, audience, location, and, occasionally, access methods.
20808 Each server exports its own set (possibly of size one) of 
20809 namespaces.  Hence, it's likely communication with your server's
20810 administrator will be required for specific configurations.  Some of
20811 the more common namespaces, however, include:
20813 <DL>
20814 <DT>#news.</DT>
20815 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
20816 names are hierarchically defined with each level delimited by a period.
20817 </DD>
20818 <DT>#public/</DT>
20819 <DD>This specifies a folder area that the server may export to the general
20820 public.
20821 </DD>
20822 <DT>#shared/</DT>
20823 <DD>This specifies a folder area that the folder may export to groups
20824 of users.
20825 </DD>
20826 <DT>#ftp/</DT>
20827 <DD>This specifies a folder area that is the same as that it may have 
20828 exported via the &quot;File Transfer Protocol&quot;.
20829 </DD>
20830 <DT>#mh/</DT>
20831 <DD>This specifies the personal folder area associated with folders
20832 and directories that were created using the MH message handling system.
20833 </DD>
20834 </DL>
20837 In addition, the server may support access to other user's folders,
20838 provided you have suitable permissions.  Common methods use a prefix
20839 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
20840 indicate the root of the other user's folder area.
20843 No, nothing's simple.
20846 &lt;End of help on this topic&gt;
20847 </BODY>
20848 </HTML>
20849 ======= h_composer_cntxt_view =======
20850 <HTML>
20851 <HEAD>
20852 <TITLE>Collection View: Explained</TITLE>
20853 </HEAD>
20854 <BODY>
20855 <H1>Collection Edit Help -- View Field</H1>
20857 The collection's &quot;View:&quot; definition provides a way to limit
20858 the displayed list of folders within a collection.  By default, only
20859 folders that contain the specified characters anywhere in their name
20860 are shown in the collection's folder list.
20863 Additionally, you can use a wildcard character to better control
20864 the list of folders selected for display.  The wildcard specifier is
20865 the star, &quot;*&quot;, character.
20868 So, for example, to define a collection of all folders ending with
20869 &quot;c&quot;, you'd specify a view of &quot;*c&quot; (without the
20870 quote characters!).  Or, similarly, to define a collection of folders
20871 whose names start with &quot;a&quot; and end with &quot;z&quot;, you'd
20872 specify a view of &quot;a*z&quot;.
20875 &lt;End of help on this topic&gt;
20876 </BODY>
20877 </HTML>
20878 ======= h_composer_abook_add_server =======
20879 <HTML>
20880 <HEAD>
20881 <TITLE>Addressbook Server Name Field Explained</TITLE>
20882 </HEAD>
20883 <BODY>
20884 This field should be left blank if the address book is stored in a regular
20885 file on this system.  If it is a remote address book stored on an IMAP
20886 server then this is the name of that IMAP server.
20888 Look <A HREF="h_edit_nav_cmds">here</A>
20889 to see the available Editing and Navigation commands.
20891 &lt;End of help on this topic&gt;
20892 </BODY>
20893 </HTML>
20894 ======= h_composer_abook_add_folder =======
20895 <HTML>
20896 <HEAD>
20897 <TITLE>Addressbook Folder Name Field Explained</TITLE>
20898 </HEAD>
20899 <BODY>
20900 For a remote address book (one for which the Server Name is filled in)
20901 this is the name of a folder on the remote server. The address book data
20902 will be stored in this folder. This folder should be used only for
20903 storing this single address book, not for other address books or for
20904 other messages.
20906 For a local address book (one for which the Server Name is not filled in)
20907 this is the name of a file in which the address book will be stored.
20908 The file is in the same directory as the Alpine configuration file if the
20909 configuration file is local.
20910 If the configuration file is remote, then this will be in the home directory
20911 for Unix Alpine and in the directory specified by the
20912 &quot;-aux local_directory&quot; command line argument.
20914 Look <A HREF="h_edit_nav_cmds">here</A>
20915 to see the available Editing and Navigation commands.
20917 &lt;End of help on this topic&gt;
20918 </BODY>
20919 </HTML>
20920 ======= h_composer_abook_add_nick =======
20921 <HTML>
20922 <HEAD>
20923 <TITLE>Addressbook NickName Field Explained</TITLE>
20924 </HEAD>
20925 <BODY>
20926 This is just an optional nickname for this address book. If present, it
20927 is used in some of the displays and error messages in the address book
20928 maintenance screens. It is for your convenience only and serves no
20929 other purpose.
20931 Look <A HREF="h_edit_nav_cmds">here</A>
20932 to see the available Editing and Navigation commands.
20934 &lt;End of help on this topic&gt;
20935 </BODY>
20936 </HTML>
20937 ======= h_composer_qserv_cn =======
20938 <HTML>
20939 <HEAD>
20940 <TITLE>Directory Query Form Explained</TITLE>
20941 </HEAD>
20942 <BODY>
20944 Fill in as many of these fields as you wish to narrow down your
20945 search. All the fields you fill in must match in order for an entry
20946 to be returned. You may use the wildcard character &quot;*&quot; in
20947 any of the fields, it matches any zero or more characters at that
20948 point in the string. There are no implicit wildcards, so the match is
20949 exact unless you include wildcards.
20952 Note that if an attribute isn't present at all, then the match will fail.
20953 For example, if a server doesn't support the Locality attribute, then no
20954 matter what you put in the Locality field (other than leaving it empty)
20955 the search will fail.
20958 This field, the Common Name field, is typically a person's full name.
20961 <H1>EDITING and NAVIGATION COMMANDS</H1>
20962 <!--chtml if pinemode="function_key"-->
20963 <PRE>
20964 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
20965 ^B (Left Arrow)    Back character       | ^D       Delete current character
20966 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
20967 ^P (Up Arrow)      Previous line        |
20968 ^N (Down Arrow)    Next line            | F9       Cut marked text or
20969 ^A                 Beginning of line    |            delete current line
20970 ^E                 End of line          | F10      Undelete line(s)
20971 F7                 Previous page        |
20972 F8                 Next page            |-------------------------------------
20973 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
20974 ----------------------------------------|
20975 EXIT COMMANDS    |  GENERAL COMMANDS    | F5    Restore previous search
20976 F2   Cancel      |   F1    Get help     |
20977 F3   Search      |   ^Z    Suspend      | ^L    Redraw Screen
20978 </PRE>
20979 <!--chtml else-->
20980 <PRE>
20981 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
20982 ^B (Left Arrow)    Back character       | ^D       Delete current character
20983 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
20984 ^P (Up Arrow)      Previous line        |
20985 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
20986 ^A                 Beginning of line    |            delete current line
20987 ^E                 End of line          | ^U       Undelete line(s)
20988 ^Y                 Previous page        |
20989 ^V                 Next page            |-------------------------------------
20990 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
20991 ----------------------------------------|
20992 EXIT COMMANDS    |  GENERAL COMMANDS    | ^R     Restore previous search
20993 ^C   Cancel      |   ^G    Get help     |
20994 ^X   Search      |   ^Z    Suspend      | ^L     Redraw Screen
20995 </PRE>
20996 <!--chtml endif-->
20997 <P><UL>
20998 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20999 </UL><P>
21000 &lt;End of help on this topic&gt;
21001 </BODY>
21002 </HTML>
21003 ======= h_composer_qserv_sn =======
21005 The Surname is usually the family name of a person.
21007 <End of help on this topic>
21008 ======= h_composer_qserv_gn =======
21010 This is the part of a person's name that isn't the surname or initials.
21012 <End of help on this topic>
21013 ======= h_composer_qserv_mail =======
21015 This is the email address of a person.
21017 <End of help on this topic>
21018 ======= h_composer_qserv_org =======
21020 This is the organization a person belongs to.
21022 <End of help on this topic>
21023 ======= h_composer_qserv_unit =======
21025 This is the organizational unit a person belongs to.
21027 <End of help on this topic>
21028 ======= h_composer_qserv_country =======
21030 This is the country a person belongs to.
21032 <End of help on this topic>
21033 ======= h_composer_qserv_state =======
21035 This is the state a person belongs to.
21037 <End of help on this topic>
21038 ======= h_composer_qserv_locality =======
21040 This is the locality a person belongs to.
21042 <End of help on this topic>
21043 ======= h_composer_qserv_custom =======
21045 This one is for advanced users only! If you put something in this field,
21046 then the rest of the fields are ignored.
21048 This field may be set to the string representation of an LDAP search
21049 filter (see RFC1960). Here are some examples:
21051 To search for an entry with a surname equal to "clinton" you could set
21052 the custom filter to:
21054      (sn=clinton)
21055     
21056 This is equivalent to putting "clinton" in the SurName field.
21057 To search for an entry that has a surname that begins with "clint" and
21058 has a givenname equal to "william" you could use:
21060      (&(sn=clint*)(givenname=william))
21061     
21062 This is equivalent to setting the SurName field to "clint*" and the
21063 GivenName field to "william".
21064 To search for an entry where either the common name OR the email address
21065 contains "abcde" you could use:
21067      (|(cn=*abcde*)(mail=*abcde*))
21069 That isn't equivalent to anything you can do by setting the other fields
21070 because of the OR.
21072 <End of help on this topic>
21073 ======= h_composer_qserv_qq =======
21075 This one is a little different from the rest of the categories.  It causes
21076 a search to be formed from the configured search filter that you filled
21077 in when you added the directory server to your configuration. It can also
21078 be combined with the other fields if you'd like.
21080 <End of help on this topic>
21081 ======= h_address_format =======
21082 <HTML>
21083 <HEAD>
21084 <TITLE>INTERNET EMAIL ADDRESS FORMAT</TITLE>
21085 </HEAD>
21086 <BODY>
21087 <H1>INTERNET EMAIL ADDRESS FORMAT</H1>
21089 A valid email address on the Internet has a username, an &quot;@&quot; sign, 
21090 and then a domain, with no spaces.  
21091 For example, jsmith@art.example.com might be the email address
21092 of a person  
21093 with the username &quot;jsmith&quot; who has an account in the domain
21094 &quot;art.example.com&quot;.  The number of dot-separated segments on the 
21095 right of the &quot;@&quot; sign can vary - a shorter example would be 
21096 isabelle@elsewhere.edu (the shortest possible form: here, only the 
21097 organization's domain is specified after the &quot;@&quot; sign); a longer 
21098 example would be 
21099  jsingh@shakti.edutech.example.com
21100 (here, the name of the host &quot;shakti&quot; in the domain 
21101 edutech.example.com is also specified).  
21102 <P>  
21103 If you do not know the exact email address of someone you want to write 
21104 to, ask them what it is using other means of communication than email; or 
21105 use the tools for 
21106 finding people's addresses that are available on the Internet.
21108 If you are sending to someone on the same system as you are, you can leave
21109 the &quot;@&quot; sign and all the information to its right off of the 
21110 address, and Alpine will fill it in automatically, 
21111 unless the feature 
21112 <A HREF="h_config_compose_rejects_unqual">&quot;<!--#echo var="FEAT_compose-rejects-unqualified-addrs"-->&quot;</A> is set in SETUP CONFIGURATION.
21115 When an email address you send a message to is not reachable -- either because 
21116 it is simply an incorrect address, or because email can temporarily not be 
21117 delivered to it due to a technical problem on the way to or at the recipient's 
21118 end -- you will almost always get an error notification email message back.
21120 If you encounter problems with, or have questions about, email delivery or
21121 email address syntax, contact your local network computing consultants.
21122 <P><UL>
21123 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21124 </UL>
21126 &lt;End of help on this topic&gt;
21127 </BODY>
21128 </HTML>
21129 ======= h_flag_user_flag =======
21130 <HTML>
21131 <HEAD>
21132 <TITLE>STATUS FLAG: User Defined Keyword</TITLE>
21133 </HEAD>
21134 <BODY>
21135 <H1>STATUS FLAG: User Defined Keyword</h1>
21137 This is a keyword that is defined for this folder.
21138 It was most likely defined by the owner of the folder.
21139 Alpine will not set or clear this flag on its own.
21141 <P><UL>
21142 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21143 </UL><P>
21144 &lt;End of help on this topic&gt;
21145 </BODY>
21146 </HTML>
21147 ======= h_flag_important =======
21148 <html>
21149 <title>STATUS FLAG: Important</title>
21150 <body>
21151 <h1>STATUS FLAG: Important</h1>
21154 The <EM>Important</EM> flag, indicated by an asterisk in Alpine's
21155 MESSAGE&nbsp;INDEX
21156 screen, can only be set by the user, and is intended to be used in
21157 whatever fashion makes sense to you.  You are the only one that can set or
21158 clear it. 
21161 &lt;End of help on this topic&gt;
21162 </BODY>
21163 </HTML>
21164 ======= h_flag_new =======
21165 <html>
21166 <title>STATUS FLAG: New</title>
21167 <body>
21168 <h1>STATUS FLAG: New</h1>
21171 The <EM>New</EM> flag, indicated by the letter 'N' in Alpine's
21172 MESSAGE&nbsp;INDEX screen,
21173 is automatically set when messages are delivered to your Inbox (or other
21174 folder specified outside of Alpine).  Likewise, it is cleared automatically
21175 the first time you read the message it is associated with.
21178 Sometimes it's helpful in prioritizing your mail.  For example, perhaps
21179 a message isn't weighty enough to assign it an <A HREF="h_flag_important">Important</A> flag, but
21180 you'd like to be reminded of it next time you read mail.  This can be done
21181 easily by <A HREF="h_common_flag">explicitly</A> resetting the <EM>New</EM> flag.
21185 &lt;End of help on this topic&gt;
21186 </BODY>
21187 </HTML>
21188 ======= h_flag_answered =======
21189 <html>
21190 <title>STATUS FLAG: Answered</title>
21191 <body>
21192 <h1>STATUS FLAG: Answered</h1>
21194 The <EM>Answered</EM> flag, indicated by the letter 'A' in Alpine's
21195 MESSAGE&nbsp;INDEX
21196 screen, is automatically set when you reply to a message.  This flag is not
21197 automatically cleared.
21200 &lt;End of help on this topic&gt;
21201 </BODY>
21202 </HTML>
21203 ======= h_flag_forwarded =======
21204 <html>
21205 <title>STATUS FLAG: Forwarded</title>
21206 <body>
21207 <h1>STATUS FLAG: Forwarded</h1>
21209 The <EM>Forwarded</EM> flag, indicated by the letter 'F' in Alpine's
21210 MESSAGE&nbsp;INDEX
21211 screen, is automatically set when you forward a message.  This flag is not
21212 automatically cleared.
21215 &lt;End of help on this topic&gt;
21216 </BODY>
21217 </HTML>
21218 ======= h_flag_deleted =======
21219 <html>
21220 <title>STATUS FLAG: Deleted</title>
21221 <body>
21222 <h1>STATUS FLAG: Deleted</h1>
21224 The <EM>Deleted</EM> flag, indicated by the letter 'D' in Alpine's
21225 MESSAGE&nbsp;INDEX
21226 screen, is set when you use the &quot;"D&nbsp;Delete&quot; command.
21227 It is cleared
21228 when you use the &quot;U&nbsp;Undelete&quot; command.
21231 Messages marked with this flag will be permanently removed from
21232 the folder when you issue the <A HREF="h_index_cmd_expunge">Expunge</A>
21233 command, or
21234 when you indicate acceptance of their removal upon leaving the folder.
21237 Note, there can be other actions implicit in the
21238 &quot;D&nbsp;Delete&quot; command,
21239 such as advancing to the next message, that may be momentarily undesirable.
21240 For this reason, it's sometimes useful to set or clear the <EM>Deleted</EM>
21241 flag <A HREF="h_common_flag">explicitly</A>.
21244 &lt;End of help on this topic&gt;
21245 </BODY>
21246 </HTML>
21247 ====== h_config_incoming_timeo ======
21248 <HTML>
21249 <HEAD>
21250 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></TITLE>
21251 </HEAD>
21252 <BODY>
21253 <H1>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></H1>
21255 This option has no effect unless the feature
21256 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
21257 is set, which in turn has no effect unless
21258 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
21259 is set.
21261 Sets the time in seconds that Alpine will
21262 attempt to open a network connection used for monitoring for Unseen
21263 messages in Incoming Folders. The default is 5.
21264 If a connection has not completed within this many seconds Alpine will
21265 give up and consider it a failed connection.
21267 <UL>   
21268 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21269 </UL><P>
21270 &lt;End of help on this topic&gt;
21271 </BODY>
21272 </HTML>
21273 ====== h_config_psleep ======
21274 <HTML>
21275 <HEAD>
21276 <TITLE>OPTION: <!--#echo var="VAR_mailcap-check-interval"--> (UNIX Alpine only)</TITLE>
21277 </HEAD>
21278 <BODY>
21279 <H1>OPTION: <!--#echo var="VAR_mailcap-check-interval"--> (UNIX Alpine only)</H1>
21282 In the good old days a mailcap viewer was used to examine an 
21283 attachment before saving it, and after viewing the attachment control 
21284 would return to the operating system when the viewer was closed. Therefore, 
21285 when the mailcap viewer returned control to the operating system, it 
21286 could be assumed that the user who opened the attachment was done
21287 examining it, and the copy of the attachment that was used, could be removed.
21290 However, today this assumption is not longer valid. Some viewers return 
21291 control to the operating system before they actually read the attachment
21292 to be examined. This causes Alpine to delete the attachment before it 
21293 is read by the viewer, causing the viewer to fail opening the attachment.
21296 In order to work around this problem, Alpine checks, after the viewer has 
21297 returned control to the operating system, if there is any process that is 
21298 using the attachment. This variable controls the number of seconds that 
21299 must elapse between checks. Once it is found that no process is using the 
21300 attachment, this is removed.
21303 The minimum value for this variable is 60 (checks will be made once per 
21304 minute), and the maximum value is 600 (checks will be made once every 10 
21305 minutes). The default value is 60.
21308 <UL>   
21309 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21310 </UL><P>
21311 &lt;End of help on this topic&gt;
21312 </BODY>
21313 </HTML>
21314 ====== h_config_incoming_interv ======
21315 <HTML>
21316 <HEAD>
21317 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval"--></TITLE>
21318 </HEAD>
21319 <BODY>
21320 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval"--></H1>
21322 This option has no effect unless the feature
21323 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
21324 is set, which in turn has no effect unless
21325 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
21326 is set.
21328 This option specifies, in seconds, how often Alpine will check
21329 for new mail and state changes in Incoming Folders when Incoming Folders
21330 Checking is turned on.
21331 The default is 3 minutes (180).
21332 This value applies only to folders that are local to the system that
21333 Alpine is running on or that are accessed using the IMAP protocol.
21334 The similar option
21335 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>
21336 applies to all other monitored folders.
21338 <UL>   
21339 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21340 </UL><P>
21341 &lt;End of help on this topic&gt;
21342 </BODY>
21343 </HTML>
21344 ====== h_config_incoming_second_interv ======
21345 <HTML>
21346 <HEAD>
21347 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></TITLE>
21348 </HEAD>
21349 <BODY>
21350 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></H1>
21352 This option has no effect unless the feature
21353 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
21354 is set, which in turn has no effect unless
21355 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
21356 is set.
21358 This option together with the option
21359 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
21360 specifies, in seconds, how often Alpine will check
21361 for new mail and state changes in Incoming Folders when Incoming Folders
21362 Checking is turned on.
21363 The default for this option is 3 minutes (180).
21364 For folders that are local to this system or
21365 that are accessed using the IMAP protocol
21366 the value of the option
21367 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
21368 is used.
21369 For all other monitored folders, the value of this option is used.
21371 The reason there are two separate options is because it is usually
21372 less expensive to check local and IMAP folders than it is to check
21373 other types, like POP or NNTP folders.
21374 You may want to set this secondary value to a higher number than
21375 the primary check interval.
21377 <UL>   
21378 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21379 </UL><P>
21380 &lt;End of help on this topic&gt;
21381 </BODY>
21382 </HTML>
21383 ====== h_config_incoming_list ======
21384 <HTML>
21385 <HEAD>
21386 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-list"--></TITLE>
21387 </HEAD>
21388 <BODY>
21389 <H1>OPTION: <!--#echo var="VAR_incoming-check-list"--></H1>
21391 This option has no effect unless the feature
21392 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
21393 is set, which in turn has no effect unless
21394 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
21395 is set.
21397 When monitoring the Incoming Message Folders for Unseen messages Alpine will
21398 normally monitor all Incoming Folders.
21399 You may use this option to restrict the list of monitored folders to a
21400 subset of all Incoming Folders.
21402 <UL>   
21403 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21404 </UL><P>
21405 &lt;End of help on this topic&gt;
21406 </BODY>
21407 </HTML>
21408 ====== h_config_pers_name ======
21409 <HTML>
21410 <HEAD>
21411 <TITLE>OPTION: <!--#echo var="VAR_personal-name"--></TITLE>
21412 </HEAD>
21413 <BODY>
21414 <H1>OPTION: <!--#echo var="VAR_personal-name"--></H1>
21416 This value is used to determine the full name part of the "From" address
21417 on messages you send.
21418 <!--chtml if pinemode="os_windows"-->
21419  PC-Alpine requires that this be set in order to properly construct the "From" address.
21420 <!--chtml else-->
21421  If unset, Unix Alpine will obtain your full name from
21422  the system password file. PC-Alpine, on the other hand, requires that this be set.
21423 <!--chtml endif-->
21425 If you want to change the value of what gets included in the From header
21426 in messages you send (other than just the Personal Name)
21427 look <A HREF="h_config_change_your_from">here</A> for a description.
21428 <P><UL>
21429 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21430 </UL><P>
21431 &lt;End of help on this topic&gt;
21432 </BODY>
21433 </HTML>
21434 ====== h_config_pruned_folders ======
21435 <html>
21436 <header>
21437 <title>OPTION: <!--#echo var="VAR_pruned-folders"--></title>
21438 </header>
21439 <body>
21440 <h1>OPTION: <!--#echo var="VAR_pruned-folders"--></h1>
21442 This variable allows you to define a list of one or more folders that
21443 Alpine will offer to prune for you in the same way it automatically offers
21444 to prune your "sent-mail" folder each month.
21445 Each folder in this list must be a folder in your default folder collection
21446 (the first folder collection if you have more than one), and it is just
21447 the relative name of the folder in the collection, not the fully-qualified name.
21448 It is similar to sent-mail.
21449 Instead of something like
21451 <CENTER><SAMP><!--#echo var="VAR_pruned-folders"-->={servername}mail/folder</SAMP></CENTER>
21453 the correct value to use would be
21455 <CENTER><SAMP>folder</SAMP></CENTER>
21457 There is an assumption here that your first collection is the folders in
21459 <CENTER><SAMP>{servername}mail</SAMP></CENTER>
21462 Once a month, for each folder listed, Alpine will offer to move
21463 the contents of the folder to a new folder of the same name but with
21464 the previous month's date appended.  Alpine will then look for any such
21465 date-appended folder names created for a previous month, and offer each
21466 one it finds for deletion.
21469 If you decline the first offer, no mail is moved and no new folder is
21470 created.
21473 The new folders will be created
21474 in your default folder collection.
21477 <UL>   
21478 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21479 </UL><P>
21480 &lt;End of help on this topic&gt;
21481 </body>
21482 </html>
21483 ====== h_config_upload_cmd ======
21484 <HTML>
21485 <HEAD>
21486 <TITLE>OPTION: <!--#echo var="VAR_upload-command"--></TITLE>
21487 </HEAD>
21488 <BODY>
21489 <H1>OPTION: <!--#echo var="VAR_upload-command"--></H1>
21491 This option affects the behavior of the Composer's &quot;Read File&quot; 
21492 (^R in the message body) and &quot;Attach File&quot; (^J in the header) 
21493 commands.  It specifies
21494 a Unix program name, and any necessary command line arguments, that Alpine can
21495 use to transfer files from your personal computer into messages that you are
21496 composing.<P>
21498 <B>Note:</B> this facility is intended for use with serial line transfer 
21499 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
21500 to work with TCP/IP file transfer programs such as ftp.<P>
21502 If a program is specified, the commands listed above are modified to offer a
21503 subcommand (^Y) to activate the transfer.  Obviously, the Unix program
21504 specified here must match the transfer program or protocol available on the
21505 personal computer.<P>
21507 Alpine expects to exchange uploaded data via a file on your Unix system.  When
21508 the specified upload program finishes, Alpine expects the uploaded data to be
21509 contained in this file.<P>
21511 When upload is invoked via the &quot;Read File&quot; subcommand, Alpine 
21512 generates a
21513 temporary file name that it will pass to the specified Unix program.  Alpine
21514 will read the resulting uploaded text from this file and then delete it when
21515 the upload command is finished.<P>
21517 When upload is invoked via the &quot;Attach File&quot; subcommand, Alpine will 
21518 prompt
21519 you for the name of the file that is to contain the uploaded information that
21520 it is to attach.  Alpine will attach this file to the composition, but will
21521 <B>not</B> delete this file after the upload command is finished.<P>
21523 The special token &quot;_FILE_&quot; may be included among the Unix program's 
21524 command
21525 line arguments.  Alpine will replace this symbol with the name of the file
21526 being used to exchange the uploaded information.  This token allows you to
21527 position the file name where it is required in the Unix program's command
21528 line arguments.<P>
21530 If the &quot;_FILE_&quot; token is not present in the specified command, the
21531 temporary file's name is automatically appended to the specified Unix
21532 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
21533 <B>last</B> command line argument.
21534 <P><UL>
21535 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21536 </UL><P>
21537 &lt;End of help on this topic&gt;
21538 </BODY>
21539 </HTML>
21540 ====== h_config_upload_prefix ======
21541 <HTML>
21542 <HEAD>
21543 <TITLE>OPTION: <!--#echo var="VAR_upload-command-prefix"--></TITLE>
21544 </HEAD>
21545 <BODY>
21546 <H1>OPTION: <!--#echo var="VAR_upload-command-prefix"--></H1>
21548 This option is used in conjunction with the <!--#echo var="VAR_upload-command"--> option.
21549 It defines text to be written to the terminal emulator (via standard output)
21550 immediately prior to starting upload command.  This is useful for
21551 integrated serial line file transfer agents that permit command passing
21552 (e.g., Kermit's APC method).<P>
21554 The special token &quot;_FILE_&quot; may be included in the string specification.
21555 That symbol will be replaced with the (Alpine-created) name of the temporary
21556 file in which Alpine will expect to find the uploaded file.
21557 <P><UL>
21558 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21559 </UL><P>
21560 &lt;End of help on this topic&gt;
21561 </BODY>
21562 </HTML>
21563 ====== h_config_download_cmd ======
21564 <HTML>
21565 <HEAD>
21566 <TITLE>OPTION: <!--#echo var="VAR_download-command"--></TITLE>
21567 </HEAD>
21568 <BODY>
21569 <H1>OPTION: <!--#echo var="VAR_download-command"--></H1>
21571 This option affects the behavior of the Export command.  It specifies a Unix
21572 program name, and any necessary command line arguments, that Alpine can use to
21573 transfer the exported message to your personal computer's disk.<P>
21574 Note: this facility is intended for use with serial line transfer 
21575 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
21576 to work with TCP/IP file transfer programs such as ftp.<P>
21577 If a program is specified, the Export command is modified to offer a
21578 subcommand (^V) to activate the transfer (in lieu of saving it to
21579  the machine where Alpine is running).  Obviously, the Unix program
21580 specified here must match the transfer program or protocol available on the
21581 personal computer.<P>
21583 When this subcommand is selected and before Alpine invokes the specified Unix
21584 program, Alpine will create a temporary file containing the text of the
21585 exported message.  Alpine uses this file to pass the exported message text to
21586 the specified Unix program.<P>
21588 The special token &quot;_FILE_&quot; may be included among the Unix program's command
21589 line arguments.  Alpine will replace this symbol with the temporary file's name
21590 before executing the Unix program.  This token allows you to position the
21591 file name where it is required in the Unix program's command line arguments.
21593 If the &quot;_FILE_&quot; token is not present in the specified command, the
21594 temporary file's name is automatically appended to the specified Unix
21595 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
21596 <B>last</B> command line argument.
21597 <P><UL>
21598 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21599 </UL><P>
21600 &lt;End of help on this topic&gt;
21601 </BODY>
21602 </HTML>
21603 ====== h_config_download_prefix ======
21604 <HTML>
21605 <HEAD>
21606 <TITLE>OPTION: <!--#echo var="VAR_download-command-prefix"--></TITLE>
21607 </HEAD>
21608 <BODY>
21609 <H1>OPTION: <!--#echo var="VAR_download-command-prefix"--></H1>
21611 This option is used in conjunction with the <!--#echo var="VAR_download-command"--> option.
21612 It defines text to be written to the terminal emulator (via standard output)
21613 immediately prior to starting the download command.  This is useful for
21614 integrated serial line file transfer agents that permit command passing
21615 (e.g., Kermit's APC method).
21617 The special token &quot;_FILE_&quot; may be included in the string 
21618 specification.
21619 That symbol will be replaced with the (Alpine-created) name of the temporary
21620 file into which Alpine will place the message to be downloaded.
21621 <P><UL>
21622 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21623 </UL><P>
21624 &lt;End of help on this topic&gt;
21625 </BODY>
21626 </HTML>
21627 ====== h_config_mailcap_path ======
21628 <HTML>
21629 <HEAD>
21630 <TITLE>OPTION: <!--#echo var="VAR_mailcap-search-path"--></TITLE>
21631 </HEAD>
21632 <BODY>
21633 <H1>OPTION: <!--#echo var="VAR_mailcap-search-path"--></H1>
21634 This variable is used to replace Alpine's default mailcap file search path.
21635 It takes one or more file names (full paths must be specified) in which to
21636 look for mail capability data.  The default search path can be found in this
21637 <A HREF="h_news_config">Alpine Configuration</A> help, near the bottom.
21638 If there is more than one file name listed, list members should be delimited
21639 by 
21640 <!--chtml if pinemode="os_windows"-->
21641 a semi-colon (;) under Windows; for example:<PRE>
21642         C:&#92;MYCONFIG&#92;MAILCAP.TXT;H:&#92;NETCONFIG&#92;MAILCAP.TXT
21643 </PRE>
21644 <!--chtml else-->
21645 a colon (:) under UNIX; for example:<PRE>
21646         ~/.mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap
21647 </PRE>
21648 <!--chtml endif-->
21649 <P><UL>
21650 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21651 </UL>
21653 &lt;End of help on this topic&gt;
21654 </BODY>
21655 </HTML>
21656 ====== h_config_mimetype_path ======
21657 <HTML>
21658 <HEAD>
21659 <TITLE>OPTION: <!--#echo var="VAR_mimetype-search-path"--></TITLE>
21660 </HEAD>
21661 <BODY>
21662 <H1>OPTION: <!--#echo var="VAR_mimetype-search-path"--></H1>
21664 This variable is used to replace Alpine's default mime.types file search path.
21665 It takes one or more file names (full paths must be specified) in which to
21666 look for file-name-extension to MIME type mapping data.  The default search
21667 path can be found in this
21668 <A HREF="h_news_config">Alpine Configuration</A> help.
21672 If there is more than one file name listed, list members should be delimited
21673 by a colon (:) under UNIX and a semi-colon (;) under Windows.
21675 &lt;End of help on this topic&gt;
21676 </BODY></HTML>
21677 ====== h_config_set_att_ansi ======
21678 <HTML><HEAD>
21679 <TITLE>OPTION: Set printer to attached ansi printer</TITLE>
21680 </HEAD>
21681 <BODY>
21682 <H1>OPTION: Set printer to attached ansi printer</H1>
21684 Type "S" to set your printer to "attached-to-ansi".<BR>
21685 It is OK to include "attached-to-ansi" in your personal list below.
21687 &lt;End of help on this topic&gt;
21688 </BODY></HTML>
21689 ====== h_config_set_att_ansi2 ======
21690 <HTML><HEAD>
21691 <TITLE>OPTION: Set printer to attached ansi printer (no formfeed)</TITLE>
21692 </HEAD>
21693 <BODY>
21694 <H1>OPTION: Set printer to attached ansi printer (no formfeed)</H1>
21696 Type "S" to set your printer to "attached-to-ansi-no-formfeed".<BR>
21697 It is OK to include "attached-to-ansi-no-formfeed" in your personal
21698 list below.
21702 This is the same as the "attached-to-ansi" option except that a
21703 formfeed character will not be appended to the end of the print job.
21704 If your printer already ejects the paper by itself at the end of the
21705 job, you may prefer the "no-formfeed" form of this printer so that you
21706 don't get an extra blank page between print jobs.
21709 &lt;End of help on this topic&gt;
21710 </BODY></HTML>
21711 ====== h_config_set_att_wyse ======
21712 <HTML><HEAD>
21713 <TITLE>OPTION: Set printer to attached Wyse60 printer</TITLE>
21714 </HEAD>
21715 <BODY>
21716 <H1>OPTION: Set printer to attached Wyse60 printer</H1>
21718 Type "S" to set your printer to "attached-to-wyse".<BR>
21719 It is OK to include "attached-to-wyse" in your personal list below.
21721 This is very similar to "attached-to-ansi".
21722 The only difference is in the control characters sent to turn the printer
21723 on and off.
21724 The ansi version of the printer uses ESC LEFT_BRACKET 5 i
21725 to turn on the printer and ESC LEFT_BRACKET 4 i
21726 to turn it off.
21727 The Wyse version uses Ctrl-R for on, and Ctrl-T for off.
21728 &lt;End of help on this topic&gt;
21729 </BODY></HTML>
21730 ====== h_config_set_att_wyse2 ======
21731 <HTML><HEAD>
21732 <TITLE>OPTION: Set printer to attached Wyse60 printer (no formfeed)</TITLE>
21733 </HEAD>
21734 <BODY>
21735 <H1>OPTION: Set printer to attached Wyse60 printer (no formfeed)</H1>
21737 Type "S" to set your printer to "attached-to-wyse-no-formfeed".<BR>
21738 It is OK to include "attached-to-wyse-no-formfeed" in your personal
21739 list below.
21743 This is the same as the "attached-to-wyse" option except that a
21744 formfeed character will not be appended to the end of the print job.
21745 If your printer already ejects the paper by itself at the end of the
21746 job, you may prefer the "no-formfeed" form of this printer so that you
21747 don't get an extra blank page between print jobs.
21750 &lt;End of help on this topic&gt;
21751 </BODY></HTML>
21752 ====== h_config_set_stand_print ======
21753 <HTML>
21754 <HEAD>
21755 <TITLE>OPTION: Set default printer</TITLE>
21756 </HEAD>
21757 <H1>OPTION: Set default printer</H1>
21758 <BODY>
21759 Move to the printer you want and type "S" to set it to be your
21760 default printer.  This list is not modifiable by you and has been
21761 set up by the system administrators.  If there is more than one printer
21762 listed in the Command List, you will be able to cycle through that
21763 whole list at the time you print, starting with your default.
21764 It is OK to include entries from this Standard list in your personal
21765 list below.
21767 &lt;End of help on this topic&gt;
21768 </BODY>
21769 </HTML>
21770 ====== h_config_set_custom_print ======
21771 <HTML>
21772 <HEAD>
21773 <TITLE>OPTION: Set default printer</TITLE>
21774 </HEAD>
21775 <H1>OPTION: Set default printer</H1>
21776 <BODY>
21777 You may add as many print commands as you want to your personal list.
21778 Specify one of them as your default printer by moving to the printer
21779 you want and typing "S".  If there is more than one printer listed
21780 in the Command List, you will be able to cycle through that list at
21781 the time you print, starting with your default.  It is OK to include
21782 entries from the Standard list above or to include the command
21783 "attached-to-ansi", "attached-to-ansi-no-formfeed", "attached-to-wyse", or
21784 "attached-to-wyse-no-formfeed" as one of the entries here.
21786 &lt;End of help on this topic&gt;
21787 </BODY>
21788 </HTML>
21789 ====== h_config_user_id =====
21790 <HTML>
21791 <HEAD>
21792 <TITLE>OPTION: <!--#echo var="VAR_user-id"--></TITLE>
21793 </HEAD>
21794 <BODY>
21795 <H1>OPTION: <!--#echo var="VAR_user-id"--></H1>
21797 This value is used as part of the "From" address on messages you send.
21798 It is also the default login name for remote IMAP server access.  Set this
21799 to the username part you want to appear on outgoing email.
21801 If you want to change the value of what gets included in the From header
21802 in messages you send (other than just the User ID)
21803 look <A HREF="h_config_change_your_from">here</A> for a description.
21805 <P><UL>   
21806 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21807 </UL><P>
21808 &lt;End of help on this topic&gt;
21809 </BODY>
21810 </HTML>
21811 ====== h_config_user_dom =====
21812 <HTML>
21813 <HEAD>
21814 <TITLE>OPTION: <!--#echo var="VAR_user-domain"--></TITLE>
21815 </HEAD>
21816 <BODY>
21817 <H1>OPTION: <!--#echo var="VAR_user-domain"--></H1>
21819 This value specifies the domain part (right-hand side) of your return
21820 address on outgoing email and is also used as the default domain for email
21821 composed to a local user.
21822 <!--chtml if pinemode="os_windows"-->
21823  This value is required for PC-Alpine. If you are unsure as to what this should be,
21824  contact your local help desk, system administrator, or Internet Service Provider.
21825 <!--chtml else-->
21826  If unset, Unix Alpine will obtain the domain from
21827  the system.  Often this value will be set for your whole site by the
21828  system administrator.<P>
21829 <!--chtml endif-->
21830 If you set this, see also the <A HREF="h_config_quell_local_lookup">
21831 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
21833 If you want to change the value of what gets included in the From header
21834 in messages you send (other than just the User Domain)
21835 look <A HREF="h_config_change_your_from">here</A> for a description.
21836 <P><UL>
21837 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21838 </UL><P>
21839 &lt;End of help on this topic&gt;
21840 </BODY>
21841 </HTML>
21842 ====== h_config_smtp_server =====
21843 <HTML>
21844 <HEAD>
21845 <TITLE>OPTION: <!--#echo var="VAR_smtp-server"--></TITLE>
21846 </HEAD>
21847 <BODY>
21848 <H1>OPTION: <!--#echo var="VAR_smtp-server"--></H1>
21849 This value specifies the name of one or more SMTP 
21850 (Simple Mail Transfer Protocol) servers for sending mail. 
21851 <!--chtml if pinemode="os_windows"-->
21852 You must have an SMTP server for use with PC-Alpine.
21853 SMTP servers are
21854 normally set up by a system administrator for use by all members of a given
21855 campus or department.
21856 Contact your local help desk to ask what SMTP
21857 servers you should use.  
21858 <!--chtml else-->
21859 Unix Alpine users may not need to set an SMTP server.
21860 Alpine will attempt to execute the program (usually sendmail) that is used
21861 to insert mail into the mail system.
21862 If this works for you, you may leave this option blank.
21863 If there is an SMTP server running on the Unix host you may be able to
21864 improve sending performance slightly by setting the SMTP server option
21865 to &quot;localhost&quot; or to the actual name of the Unix host.
21867 If the Unix host doesn't work the way Alpine was expecting you will need to
21868 set the value of this option.
21869 SMTP servers are
21870 normally set up by a system administrator for use by all members of a given
21871 campus or department.
21872 Contact your local help desk to ask what SMTP
21873 servers you should use.  
21874 <!--chtml endif-->
21876 Your SMTP server may offer SMTP AUTH authentication.
21877 It may even require it.
21878 If your SMTP server offers SMTP AUTH authentication you may specify a
21879 &quot;user&quot; name parameter to cause Alpine to attempt to authenticate.
21880 This parameter requires an associated value,
21881 the username identifier with which to establish the server
21882 connection.
21883 An example might be:
21886 <CENTER><SAMP>smtpserver.example.com/user=katie</SAMP></CENTER>
21889 If AUTH authentication is offered by the server, this will cause Alpine to
21890 attempt to use it.
21891 If AUTH authentication is not offered by the server, this will cause Alpine
21892 to fail sending with an error similar to:
21895 <CENTER><SAMP>Error: SMTP authentication not available</SAMP></CENTER>
21898 Another type of authentication that is used by some ISPs is called
21899 &quot;POP before SMTP&quot; or &quot;IMAP before SMTP&quot;,
21900 which means that you have to authenticate
21901 yourself to the POP or IMAP server by opening a mailbox before you
21902 can send mail.
21903 To do this, you usually only have to open your INBOX.
21906 You may tell Alpine to use the
21907 <A HREF="http://www.ietf.org/rfc/rfc2476.txt">Message Submission</A>
21908 port (587) instead of the SMTP port (25) by including the &quot;submit&quot;
21909 parameter
21910 in this option.
21911 At this time &quot;/submit&quot; is simply equivalent to specifying
21912 port 587, though it may imply more than that at some point in the future.
21913 Some ISPs are blocking port 25 in order to reduce the amount of spam
21914 being sent to their users.
21915 You may find that the submit option allows you to get around such a block.
21918 <CENTER><SAMP>smtpserver.example.com/submit</SAMP></CENTER>
21921 To specify any non-standard port number on the SMTP server you may follow
21922 the hostname with a colon followed by the portnumber.
21925 <CENTER><SAMP>smtpserver.example.com:12345</SAMP></CENTER>
21928 Normally, when a connection is made to the Smtp-Server Alpine will attempt
21929 to negotiate a secure (encrypted) session using Transport Layer Security (TLS).
21930 If that fails then a non-encrypted connection will be attempted instead.
21931 You may specify that a TLS connection is required if you wish.
21932 If you append &quot;/tls&quot; to the name then the connection will fail
21933 instead of falling back to a non-secure connection.
21936 <CENTER><SAMP>smtpserver.example.com/tls</SAMP></CENTER>
21940 For more details about server name possibilities see
21941 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
21944 <UL>
21945 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21946 </UL>
21948 &lt;End of help on this topic&gt;
21949 </BODY>
21950 </HTML>
21951 ====== h_config_nntp_server =====
21952 <HTML>
21953 <HEAD>
21954 <TITLE>OPTION: <!--#echo var="VAR_nntp-server"--></TITLE></HEAD>
21955 <BODY>
21956 <H1>OPTION: <!--#echo var="VAR_nntp-server"--></H1>
21958 This value specifies the name of one or more NNTP
21959 (Network News Transfer Protocol)
21960 servers for reading and posting USENET news.
21961 NNTP servers are normally
21962 set up by a system administrator for use by all members of a given campus
21963 or department.
21964 Contact your local help desk to ask what NNTP servers you should use.  
21965 <!--chtml if pinemode="os_windows"--><!--chtml else-->
21966 Often Unix Alpine users will find that this variable has been
21967 set for the whole system (and they don't have to worry about it).  
21968 <!--chtml endif-->
21969 When you define an NNTP server here, Alpine implicitly defines a news
21970 collection for you, assuming that server as the news server and assuming
21971 that you will use the NNTP protocol and a local newsrc configuration file
21972 for reading news.
21973 For more about reading news with Alpine, see
21974 <A HREF="h_reading_news">how to use Alpine to read news</A>.
21976 Your NNTP server may offer NNTP &quot;AUTHINFO SASL&quot;
21977 or &quot;AUTHINFO USER&quot; authentication.
21978 It may even require it.
21979 If your NNTP server does offer such authentication you may specify a user name
21980 parameter to cause Alpine to attempt to authenticate.
21981 The same is true for the server name in a folder collection that uses NNTP.
21982 This parameter requires an associated value,
21983 the username identifier with which to establish the server connection.
21984 An example might be:
21987 <CENTER><SAMP>nntpserver.example.com/user=katie</SAMP></CENTER>
21990 If authentication is offered by the server, this will cause Alpine to
21991 attempt to use it.
21992 If authentication is not offered by the server, this will cause Alpine
21993 to fail with an error similar to:
21996 <CENTER><SAMP>Error: NNTP authentication not available</SAMP></CENTER>
21998 For more details about the server name possibilities see
21999 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
22000 <P><UL>
22001 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22002 </UL><P>
22003 &lt;End of help on this topic&gt;
22004 </BODY>
22005 </HTML>
22006 ====== h_config_inbox_path =====
22007 <HTML>
22008 <HEAD>
22009 <TITLE>OPTION: <!--#echo var="VAR_inbox-path"--></TITLE>
22010 </HEAD>
22011 <BODY>
22012 <H1>OPTION: <!--#echo var="VAR_inbox-path"--></H1>
22014 This value overrides the default value of your INBOX name/path/location.
22015 <!--chtml if pinemode="os_windows"-->
22016 PC-Alpine users must specify an inbox path and it must be a folder on an
22017 IMAP server.  
22018 <!--chtml else-->
22019 Unix and VMS Alpine users will often find that this variable
22020 has been pre-configured by your system administrator.  
22021 <!--chtml endif-->
22022 You may be able to specify an alternate INBOX that is either a local folder 
22023 or a folder on an IMAP server.
22025 A typical remote <!--#echo var="VAR_inbox-path"--> entry would be: &#123;monet.art.example.com}INBOX
22026 where &quot;monet.art.example.com&quot; is replaced by the name of your IMAP
22027 mail server.
22029 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22030 details on the syntax of folder definitions.
22032 See <A HREF="h_info_on_mbox">Missing mail and the mbox driver</A> if your
22033 mail is disappearing.
22034 <P><UL>
22035 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22036 </UL><P>
22037 &lt;End of help on this topic&gt;
22038 </BODY>
22039 </HTML>
22040 ====== h_config_change_your_from =====
22041 <HTML>
22042 <HEAD>
22043 <TITLE>How to Change your From Address</TITLE>
22044 </HEAD>
22045 <BODY>
22046 <H1>How to Change your From Address</H1>
22048 If the From address that Alpine includes in mail that you send is not correct,
22049 you may want to configure a different default value for the From address.
22050 You may follow these directions to change the default:
22053 <UL>
22054   <LI> Go to the Main Alpine Menu
22055   <LI> From there type the Setup Command
22056   <LI> From there type the Config Command
22057 </UL>
22060 You've probably already seen this SETUP CONFIGURATION screen.
22061 If not, there are many options you may want to set here.
22062 To set the value of the From header you may use the
22063 <A href="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> option.
22064 Find it by scrolling down a few pages or use the WhereIs command to
22065 search for &quot;customized&quot;.
22066 You may want to read the help text associated with the option.
22068 To add a custom From header, type the Add command and enter the
22069 full header line, including the leading &quot;From:&nbsp;&quot;.
22070 For example:
22072 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
22074 Now exit the Setup command and try sending mail to yourself to see
22075 what the From line looks like.
22077 When you are in the composer you may edit the custom From line by typing
22078 Ctrl-R while your cursor is in the headers of the message and then moving
22079 to the From line and editing.
22080 If you want to leave the default value the same but add the possibility
22081 of being able to edit the header when you compose, add just the header
22082 name without a value.
22083 For example:
22085 <CENTER><SAMP>From:</SAMP></CENTER>
22087 If you change your From address you may also find it useful to add the
22088 changed From address to the
22089 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
22090 configuration option.
22092 <UL>   
22093 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22094 </UL><P>
22095 &lt;End of help on this topic&gt;
22096 </BODY>
22097 </HTML>
22098 ====== h_config_default_fcc =====
22099 <HTML>
22100 <HEAD>
22101 <TITLE>OPTION: <!--#echo var="VAR_default-fcc"--></TITLE>
22102 </HEAD>
22103 <BODY>
22104 <H1>OPTION: <!--#echo var="VAR_default-fcc"--></H1>
22106 This value specifies where a copy of outgoing mail should be saved.  If
22107 this is not a path name, it will be in the default collection for saves.
22108 Any valid folder specification, local or IMAP, is allowed.  This default
22109 folder carbon copy only applies when the 
22110 <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A> 
22111 is set to use the default folder.  
22112 <!--chtml if pinemode="os_windows"-->
22113 PC-Alpine default is &quot;SENTMAIL&quot; (normally stored as SENTMAIL.MTX)
22114 <!--chtml else-->
22115 Unix Alpine default
22116 is normally &quot;sent-mail&quot; in the default folder collection. 
22117 <!--chtml endif-->
22119 If you access your email through an IMAP server, especially if you often switch between Unix Alpine
22120 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on your
22121 IMAP server (remember that in order to later access this remote folder through Alpine, it
22122 must be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
22123 for more information). An example:<p>
22124 <CENTER><SAMP>{monet.art.example.com}mail/sent-mail</SAMP></CENTER>
22126 To suppress saving of outgoing mail, set: <!--#echo var="VAR_default-fcc"-->=&quot;&quot;
22128 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22129 details on the syntax of folder definitions.
22131 <UL>   
22132 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22133 </UL><P>
22134 &lt;End of help on this topic&gt;
22135 </BODY>
22136 </HTML>
22137 ====== h_config_def_save_folder =====
22138 <HTML>
22139 <HEAD>
22140 <TITLE>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></TITLE>
22141 </HEAD>
22142 <BODY>
22143 <H1>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></H1>
22145 This option determines the default folder name for save-message operations 
22146 (&quot;saves&quot;).
22148 If this is not a path name, it will be in the default collection for saves.
22149 Any valid folder specification, local or IMAP, is allowed.  This default
22150 folder only applies when the
22151 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
22152 doesn't override it.  
22153 <!--chtml if pinemode="os_windows"-->
22154 PC-Alpine default is &quot;SAVEMAIL&quot; (normally stored as SAVEMAIL.MTX).
22155 <!--chtml else-->
22156 Unix Alpine default
22157 is normally &quot;saved-messages&quot; in the default folder collection.
22158 <!--chtml endif-->
22159 If you access your email through an IMAP server, especially if you often switch between Unix
22160 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on an
22161 IMAP server (remember that in order to later access this remote folder through Alpine, it
22162 should be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
22163 for more information). An example:<p>
22164 <CENTER><SAMP>{monet.art.example.com}mail/saved-messages</SAMP></CENTER>
22166 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22167 details on the syntax of folder definitions.
22169 <UL>   
22170 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22171 </UL><P>
22172 &lt;End of help on this topic&gt;
22173 </BODY>
22174 </HTML>
22175 ====== h_config_postponed_folder =====
22176 <HTML>
22177 <HEAD>
22178 <TITLE>OPTION: <!--#echo var="VAR_postponed-folder"--></TITLE>
22179 </HEAD>
22180 <BODY>
22181 <H1>OPTION: <!--#echo var="VAR_postponed-folder"--></H1>
22183 This value overrides the default name for the folder where postponed
22184 messages are saved.  If this is not a path name, it will be in the default
22185 collection for message Saves.  Any valid folder specification, local or
22186 remote, is allowed. 
22187 PC-Alpine default
22188 is &quot;POSTPOND&quot; (stored as POSTPOND.MTX).
22189 The Unix Alpine default is normally &quot;postponed-msgs&quot;
22190 in the default collection. 
22192 Tip: If you are using different installations of (PC-)Alpine -- for example, PC-Alpine on your personal
22193 computer at home, and Unix Alpine on campus -- you can postpone a composition begun with one Alpine and
22194 resume it later with the other if you set this option to the <B>same folder on the same IMAP host</B>
22195 in all Alpine copies you use. 
22196 (Remember that in order to later access this remote folder through Alpine, it must be in a folder
22197 collection. See <A HREF="h_what_are_collections">Folder Collections Extensions Explained</a>
22198 for more information). An
22199 example:<p> 
22200 <CENTER><SAMP>{monet.art.example.com}mail/postponed-msgs</SAMP></CENTER>
22202 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22203 details on the syntax of folder definitions.
22205 <UL>   
22206 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22207 </UL><P>
22208 &lt;End of help on this topic&gt;
22209 </BODY>
22210 </HTML>
22211 ====== h_config_read_message_folder =====
22212 <HTML>
22213 <HEAD>
22214 <TITLE>OPTION: <!--#echo var="VAR_read-message-folder"--></TITLE>
22215 </HEAD>
22216 <BODY>
22217 <H1>OPTION: <!--#echo var="VAR_read-message-folder"--></H1>
22219 By virtue of specifying a folder name here, Alpine will be configured to
22220 save all messages that you have read during a session into the designated
22221 &quot;read messages&quot; folder.  This allows you to more easily distinguish
22222 between your really new email (in your INBOX) and those that you have
22223 already read.  Depending on how you define the 
22224 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
22225 setting, you may or may not be asked when you quit
22226 Alpine if you want read messages to be moved to this folder.  In either
22227 case, moving the messages means they will be deleted from your INBOX.
22229 If this is not a path name, it will be in the default collection for
22230 saves.  Any valid folder specification, local or remote (via IMAP), is
22231 allowed.  There is no default for the name of the read message folder.
22233 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22234 details on the syntax of folder definitions.
22236 <UL>   
22237 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22238 </UL><P>
22239 &lt;End of help on this topic&gt;
22240 </BODY>
22241 </HTML>
22242 ====== h_config_form_folder =====
22243 <HTML>
22244 <HEAD>
22245 <TITLE>OPTION: <!--#echo var="VAR_form-letter-folder"--></TITLE>
22246 </HEAD>
22247 <BODY>
22248 <H1>OPTION: <!--#echo var="VAR_form-letter-folder"--></H1>
22250 A &quot;<!--#echo var="VAR_form-letter-folder"-->&quot; is a mail folder that is intended to
22251 contain messages that you have composed and that are intended to be
22252 sent in their original form repeatedly.
22255 Setting this variable will alter Alpine's usual behavior when you
22256 execute the Compose command.  Normally, Alpine offers a chance to
22257 continue a postponed or interrupted message should one or the other
22258 exist.  When this variable is set to a folder name that exists, Alpine
22259 will also offer the chance to select a message from the folder to
22260 insert into the composer (much like when continuing a postponed message).
22261 The difference, however, is that Alpine will not automatically delete
22262 the selected message from the Form Letter Folder.
22264 Setting this variable will also affect Alpine's behavior when you
22265 Postpone a message from the composer.  Normally, Alpine simply stashes
22266 the message away in your
22267 &quot;<A HREF="h_config_postponed_folder"><!--#echo var="VAR_postponed-folder"--></A>&quot;.
22268 Regardless of the specified folder's existence, Alpine will ask which
22269 folder you intend the message to be stored in.  Choose the
22270 &quot;F&quot; option to store the message in your Form Letter Folder.
22271 This is the most common way to add a message to the folder.
22274 Another method of adding messages to the folder is via the Alpine
22275 composer's <SAMP>Fcc:</SAMP> field.  If you are sending a message that
22276 you expect to send in the same form again, you can enter the Form
22277 Letter Folder's name in this field.  Alpine, as usual, will copy the
22278 message as it's sent.  Note, when you later select this message from 
22279 your Form Letter Folder, it will have the same recipients as the original
22280 message.
22283 To delete a message from the Form Letter Folder, you can either select
22284 the folder from a suitable FOLDER LIST screen, or use the Delete
22285 command in the MESSAGE INDEX offered when selecting from the folder as
22286 part of the Compose command.  You can delete a Form Letter Folder just
22287 as any other folder from a suitable FOLDER LIST screen.
22290 You may find that the <A HREF="h_rules_roles">&quot;Roles&quot;</A>
22291 facility can be used
22292 to replace the Form Letter Folder.
22295 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22296 details on the syntax of folder definitions.
22299 <UL>   
22300 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22301 </UL><P>
22302 &lt;End of help on this topic&gt;
22303 </BODY>
22304 </HTML>
22305 ====== h_config_archived_folders =====
22306 <HTML>
22307 <HEAD>
22308 <TITLE>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></TITLE>
22309 </HEAD>
22310 <BODY>
22311 <H1>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></H1>
22313 This is like
22314 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>,
22315 only more general.  You may archive
22316 any of the folders in your incoming collection.  This is a list of folder
22317 pairs, with the first separated from the second in the pair by a space.
22318 The first folder in a pair is the folder you want to archive, and the
22319 second folder is the folder that read messages from the first should be
22320 moved to.  Depending on how you define the
22321 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
22322 setting, you may or may not be asked when you
22323 leave the first folder if you want read messages to be moved to the
22324 second folder.  In either case, moving the messages means they will be
22325 deleted from the first folder.
22327 The name of the first folder in each pair can be either the technical
22328 specification of the folder (like what appears in your configuration file)
22329 or (much easier) the nickname that you gave the folder when you made it
22330 an incoming folder.
22332 For example:<p>
22333 <CENTER><SAMP>{monet.art.example.com}inbox {monet.art.example.com}mail/inbox-archive</SAMP></CENTER>
22334 <p>or, using nicknames:<p>
22335 <CENTER><SAMP>inbox inbox-archive</SAMP></CENTER>
22337 If these are not path names, they will be in the default collection for
22338 saves. Any valid folder specification, local or remote (via IMAP), is
22339 allowed. There is no default.
22341 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22342 details on the syntax of folder definitions.
22344 <UL>   
22345 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22346 </UL><P>
22347 &lt;End of help on this topic&gt;
22348 </BODY>
22349 </HTML>
22350 ====== h_config_newsrc_path ======
22351 <HTML>
22352 <HEAD>
22353 <TITLE>OPTION: <!--#echo var="VAR_newsrc-path"--></TITLE>
22354 </HEAD>
22355 <BODY>
22356 <H1>OPTION: <!--#echo var="VAR_newsrc-path"--></H1>
22358 This option overrides the default name Alpine uses for your "newsrc" news
22359 status and subscription file.  If set, Alpine will take this value as the
22360 full pathname for the desired newsrc file.<P>
22362 If this option is <B>not</B> set, 
22363 <!--chtml if pinemode="os_windows"-->
22364 PC-Alpine looks first for $HOME&#92;NEWSRC (where $HOME defaults to the root
22365 of the current drive, e.g. &quot;C:&#92;&quot;) and then it looks in the same
22366 directory as your pinerc file for NEWSRC.
22367 <!--chtml else-->
22368 Unix Alpine looks for the file ~/.newsrc (that is, the file named .newsrc in 
22369 your account's home directory).
22370 <!--chtml endif-->
22371 <P><UL>
22372 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22373 </UL>
22375 &lt;End of help on this topic&gt;
22376 </BODY>
22377 </HTML>
22378 ====== h_config_literal_sig =====
22379 <HTML>
22380 <HEAD>
22381 <TITLE>OPTION: <!--#echo var="VAR_literal-signature"--></TITLE>
22382 </HEAD>
22383 <BODY>
22384 <H1>OPTION: <!--#echo var="VAR_literal-signature"--></H1>
22386 With this option your actual signature, as opposed to
22387 the name of a file containing your signature,
22388 is stored in the Alpine configuration file.
22389 If this is defined it takes precedence over the <!--#echo var="VAR_signature-file"--> option.
22392 This is simply a different way to store the signature.
22393 The signature is stored inside your Alpine configuration file instead of in
22394 a separate file.
22395 Tokens work the same way they do with the
22396 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A> so look there for
22397 help.
22400 The Setup/Signature command on Alpine's MAIN MENU will edit
22401 the &quot;<!--#echo var="VAR_literal-signature"-->&quot; by default.  However, if no
22402 &quot;<!--#echo var="VAR_literal-signature"-->&quot; is defined and the file named in the
22403 &quot;<!--#echo var="VAR_signature-file"-->&quot; option exists, then the latter will be used
22404 instead.
22407 The two character sequence &#92;n (backslash followed by
22408 the character n) will be used to signify a line-break in your signature.
22409 You don't have to enter the &#92;n, but it will be visible in the
22410 SETUP CONFIGURATION window after you are done editing the signature.
22413 <UL>   
22414 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22415 </UL><P>
22416 &lt;End of help on this topic&gt;
22417 </BODY>
22418 </HTML>
22419 ====== h_config_signature_file =====
22420 <HTML>
22421 <HEAD>
22422 <TITLE>OPTION: <!--#echo var="VAR_signature-file"--></TITLE>
22423 </HEAD>
22424 <BODY>
22425 <H1>OPTION: <!--#echo var="VAR_signature-file"--></H1>
22427 If a <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined,
22428 then this &quot;<!--#echo var="VAR_signature-file"-->&quot; option will be ignored.
22429 You can tell that that is the case because the value of the
22430 &quot;<!--#echo var="VAR_signature-file"-->&quot; will show up as
22432 <CENTER><SAMP>&lt;Ignored: using <!--#echo var="VAR_literal-signature"--> instead&gt;</SAMP></CENTER>
22434 You may either use all Literal Signatures (signatures stored in your
22435 configuration file) throughout Alpine, or all signature files.
22436 You can't mix the two.
22438 This is the name of a file that will be automatically inserted into
22439 outgoing messages.
22440 It typically contains information such as your
22441 name, email address and organizational affiliation.
22442 Alpine adds the
22443 signature into the message as soon as you enter the composer so you
22444 can choose to remove it or edit it on a message by message basis.
22445 Signature file placement in message replies is controlled by the
22446 &quot;<A HREF="h_config_sig_at_bottom"><!--#echo var="FEAT_signature-at-bottom"--></A>&quot;
22447 setting in the feature list.
22450 The default file name is
22451 <!--chtml if pinemode="os_windows"-->
22452 &quot;PINE.SIG&quot; in the same directory as your PINERC file if your
22453 PINERC file is a local file.
22454 If your PINERC file is remote, then it will be in the directory specified
22455 by the &quot;-aux local_directory&quot; command line option.
22456 <!--chtml else-->
22457 &quot;.signature&quot;.
22458 <!--chtml endif-->
22461 To create or edit your signature file choose Setup from the MAIN MENU
22462 and then select S for Signature (Main/Setup/Signature).  This puts you
22463 into the Signature Editor where you can enter a <EM>few</EM> lines of
22464 text containing your identity and affiliation.
22467 If the filename is followed by a vertical bar (|) then instead
22468 of reading the contents of the file the file is assumed to be a
22469 program that will produce the text to be used on its standard output.
22470 The program can't have any arguments and doesn't receive any input from Alpine,
22471 but the rest of the processing works as if the contents came from a file.
22474 Instead of storing the data in a local file, the
22475 signature data may be stored remotely in an IMAP folder.
22476 In order to do this, 
22477 you must use a remote name for the file.
22478 A remote <!--#echo var="VAR_signature-file"--> name might look like:
22480 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/signature</SAMP></CENTER>
22483 The syntax used here is the same as the syntax used for remote configuration
22484 files from the command line.
22485 Note that you may not access an existing signature file remotely,
22486 you have to create a new <EM>folder</EM> that contains the signature data.
22487 If the name you use here for the signature file is a remote name, then when
22488 you edit the file from the Setup/Signature command the data will be stored
22489 remotely in the folder.
22490 You aren't required to do anything special to create the folder, it
22491 gets created automatically if you use a remote name.
22494 Besides regular text, the signature file may also contain
22495 (or a signature program may produce) tokens that
22496 are replaced with text that usually depends on the message you are replying
22497 to or forwarding.
22498 For example, if the signature file contains the token
22500 <CENTER><SAMP>_DATE_</SAMP></CENTER>
22502 anywhere in the text, then that token is replaced by the date
22503 the message you are replying to or forwarding was sent.
22504 If it contains
22506 <CENTER><SAMP>_CURDATE_</SAMP></CENTER>
22508 that is replaced with the current date.
22509 The first is an example of a token that depends on the message you
22510 are replying to (or forwarding) and the second is an example which
22511 doesn't depend on anything other than the current date.
22512 You have to be a little careful with this facility since tokens that
22513 depend on the message you are replying to or forwarding will be replaced
22514 by nothing in the case where you are composing a new message from scratch.
22515 The use of <A HREF="h_rules_roles">&quot;roles&quot;</A> may help you
22516 in this respect.
22517 It allows you to use different signature files in different cases.
22520 The list of tokens available for use in the signature file is
22521 <A HREF="h_index_tokens">here</A>.
22524 Instead of, or along with the use of &quot;roles&quot; to give you
22525 different signature files in different situations, there is also
22526 a way to conditionally include text based
22527 on whether or not a token would result in specific replacement text.
22528 For example, you could include some text based on whether or not
22529 the _NEWS_ token would result in any newsgroups if it was used.
22530 This is explained in detail
22531 <A HREF="h_reply_token_conditionals">here</A>.
22532 This isn't for the faint of heart.
22534 In the very unlikely event that you want to include a literal token
22535 in the signature you must precede it with a backslash character.
22536 For example,
22538 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
22540 would produce something like
22542 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
22544 It is not possible to have a literal backslash followed by an expanded token.
22546 An alternate method for storing the signature data is available by using the
22547 <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> configuration option.
22548 This variable will be used by default.
22550 <UL>   
22551 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22552 </UL><P>
22553 &lt;End of help on this topic&gt;
22554 </BODY>
22555 </HTML>
22556 ====== h_config_init_cmd_list =====
22557 <HTML>
22558 <HEAD>
22559 <TITLE>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></TITLE>
22560 </HEAD>
22561 <BODY>
22562 <H1>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></H1>
22564 The initial keystroke--or command--list option lets you start Alpine at
22565 any place you like.
22566 Whatever keystrokes you specify here will be executed
22567 by Alpine upon startup as a macro.
22568 The words SPACE, TAB, DOWN, UP, LEFT, and
22569 RIGHT indicate the pressing of those keys.
22570 CR indicates the pressing of the RETURN key.
22571 F1 through F12 represent the function keys, and ^ followed
22572 by a character indicates that key pressed along with the control key (in
22573 other words, ^P means Ctrl-P).
22574 As a shortcut notation, an element of the list may be several characters
22575 surrounded by double-quotes (").
22576 That will be expanded into the individual keystrokes
22577 (excluding the double-quote characters).
22578 For example, the quoted-string
22580 <P><CENTER>"ABC"</CENTER>
22583 is interpreted the same as the three separate list members
22585 <P><CENTER>A and B and C</CENTER>
22588 which is also the same as
22590 <P><CENTER>A,B,C</CENTER>
22593 An example: To view message 1 on startup,
22594 you could use an <!--#echo var="VAR_initial-keystroke-list"--> equal to
22596 <P><CENTER>I,J,1,CR,V</CENTER>
22599 An equivalent version of this is
22601 <P><CENTER>"IJ1",CR,V</CENTER>
22604 Restrictions: You cannot pre-type into the composer with the initial
22605 keystroke list, and you cannot mix function key commands with letter
22606 commands.
22608 <P><UL>   
22609 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22610 </UL>
22612 &lt;End of help on this topic&gt;
22613 </BODY>
22614 </HTML>
22615 ====== h_config_comp_hdrs =====
22616 <html>
22617 <header>
22618 <title>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></title>
22619 </header>
22620 <body>
22621 <h1>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></h1>
22623 You can control which headers you want visible when composing outgoing
22624 email using this option.
22625 You can specify any of the regular set, any
22626 <A HREF="h_compose_richhdr">Rich Header</A>,
22627 or any <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
22628 that you have already defined.
22629 If you use this setting at all, you must specify all the
22630 headers you want to see, you can't just add to the regular header set.
22631 The default set is To:, Cc:, Attchmnt:, and Subject:.<p>
22633 Note that the "Newsgroups:" header will be abbreviated in the Composer
22634 display, but should be spelled out in full here.<p>
22635 <UL>   
22636 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22637 </UL><P>
22638 &lt;End of help on this topic&gt;
22639 </body>
22640 </html>
22641 ====== h_config_custom_hdrs =====
22642 <HTML>
22643 <HEAD>
22644 <TITLE>OPTION: <!--#echo var="VAR_customized-hdrs"--></TITLE>
22645 </HEAD>
22646 <BODY>
22647 <H1>OPTION: <!--#echo var="VAR_customized-hdrs"--></H1>
22649 You may add your own custom headers to outgoing messages.
22650 Each header you specify here must include the header tag 
22651 (<A HREF="h_composer_reply_to">Reply-To:</A>, Approved:, etc.)
22652 and may optionally include a value for that header.
22653 If you want to see these custom headers each time you compose a message,
22654 you must add them to your
22655 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> list, 
22656 otherwise they become part
22657 of the rich header set that you only see when you press the
22658 <A HREF="h_compose_richhdr">Rich Header</A>
22659 <!--chtml if pinemode="function_key"-->(F5)
22660 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
22661 (If you are looking for a way to change which headers are <EM>displayed</EM>
22662 when you view a message, take a look at the
22663 <A HREF="h_config_viewer_headers"><!--#echo var="VAR_viewer-hdrs"--></A>
22664 option instead.)
22665 Here's an example that shows how you might set your From address
22667 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
22669 and another showing how you might set a Reply-To address
22671 <CENTER><SAMP>Reply-To: user@example.com</SAMP></CENTER>
22673 You may also set non-standard header values here.
22674 For example, you could add
22676 <CENTER><SAMP>Organization: My Organization Name</SAMP></CENTER>
22678 or even
22680 <CENTER><SAMP>X-Favorite-Colors: Purple and Gold</SAMP></CENTER>
22682 If you include a value after the colon then that header will be included
22683 in your outgoing messages unless you delete it before sending.
22684 If a header in the <!--#echo var="VAR_customized-hdrs"--> list has only a tag but no value, then
22685 it will not be included in outgoing messages unless you edit a value
22686 in manually.
22687 For example, if
22689 <CENTER><SAMP>Reply-To:</SAMP></CENTER>
22691 is in the list, then the Reply-To header will be available for editing
22692 but won't be included unless a value is added while in the composer.
22694 It's actually a little more complicated than that.
22695 The values of headers that you set with the <!--#echo var="VAR_customized-hdrs"--> option are
22696 defaults.
22697 If the message you are about to compose already has a value for a header,
22698 that value is used instead of a value from your <!--#echo var="VAR_customized-hdrs"-->.
22699 For example, if you are Replying to a message the Subject field
22700 will already be filled in.
22701 In that case, if the <!--#echo var="VAR_customized-hdrs"--> list contains a Subject line, the
22702 custom subject will <EM>NOT</EM> be used.
22703 The subject derived from the subject of the message you are Replying
22704 to will be used instead.
22706 It is also possible to make header setting even more complicated and more
22707 automatic by using
22708 <A HREF="h_rules_roles">Roles</A>,
22709 but if all you want to do is set a default value for a header, you don't
22710 need to think about Roles.
22712 If you change your From address you may also find it useful to add the
22713 changed From address to the
22714 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
22715 configuration option.
22717 Limitation: Because commas are used to separate the list of
22718 <!--#echo var="VAR_customized-hdrs"-->, it is not possible to have the value of a
22719 header contain a comma.
22720 Nor is there currently an &quot;escape&quot; mechanism provided
22721 to make this work.
22722 <P><UL>
22723 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22724 </UL>
22726 &lt;End of help on this topic&gt;
22727 </BODY>
22728 </HTML>
22729 ====== h_config_viewer_headers =====
22730 <HTML>
22731 <HEAD>
22732 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdrs"--></TITLE>
22733 </HEAD>
22734 <BODY>
22735 <H1>OPTION: <!--#echo var="VAR_viewer-hdrs"--></H1>
22737 You may change the default list of headers that are viewed by listing
22738 the headers you want to view here.  If the headers in your
22739 &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list are present in the message, then they
22740 will be shown.  The order of the headers you list will be honored.  If
22741 the special value &quot;all-except&quot; is included as the first
22742 header in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list, then all headers in the
22743 message except those in the list will be shown.  The values are all
22744 case insensitive.
22747 Note that once you put anything in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list,
22748 then the original default headers are ignored.  So, if you just wanted
22749 to add the header Organization to the list, you would have to list
22750 Organization plus all of the other headers originally in the default
22751 list.  If you just included Organization and nothing else, then you
22752 would see only the Organization header, nothing else.
22755 The default list of headers includes:
22756 <UL>
22757   <LI>From
22758   <LI>Resent-From
22759   <LI>To
22760   <LI>Resent-To
22761   <LI>Cc
22762   <LI>Resent-cc
22763   <LI>Bcc
22764   <LI>Newsgroups
22765   <LI>Followup-To
22766   <LI>Date
22767   <LI>Resent-Date
22768   <LI>Subject
22769   <LI>Resent-Subject
22770   <LI>Reply-To
22771 </UL>
22774 If you are looking for a way to control which headers are included in
22775 outgoing mail and are visible or not in the composer, take a look at the
22776 options
22777 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
22778 and <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> instead of
22779 this option.
22781 <UL>   
22782 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22783 </UL><P>
22784 &lt;End of help on this topic&gt;
22785 </BODY>
22786 </HTML>
22787 ====== h_config_viewer_margin_left =====
22788 <HTML>
22789 <HEAD>
22790 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-left"--></TITLE>
22791 </HEAD>
22792 <BODY>
22793 <H1>OPTION: <!--#echo var="VAR_viewer-margin-left"--></H1>
22795 This variable controls the left-hand vertical margin's width in
22796 Alpine's Message Viewing screen.
22797 Its value is the number of space characters preceding each displayed line.
22798 For consistency with
22799 <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>,
22800 you may specify the column number to start in
22801 (column numbering begins with number 1)
22802 instead of the width of the margin by appending a lower case letter
22803 &quot;c&quot; to the number.
22804 For example, a value of &quot;2c&quot; means to start the text in column two,
22805 which is entirely equivalent to a value of &quot;1&quot;, which means to
22806 leave a margin of 1 space.
22808 The default is a left margin of 0 (zero).
22809 Misconfigurations (for example, negative values or values with starting
22810 left columns greater than the ending right column)
22811 are silently ignored.
22812 If the number of columns for text between the <!--#echo var="VAR_viewer-margin-left"--> and
22813 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
22814 instead.
22817 &lt;End of help on this topic&gt;
22818 </BODY>
22819 </HTML>
22820 ====== h_config_viewer_margin_right =====
22821 <HTML>
22822 <HEAD>
22823 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-right"--></TITLE>
22824 </HEAD>
22825 <BODY>
22826 <H1>OPTION: <!--#echo var="VAR_viewer-margin-right"--></H1>
22828 This variable controls the right-hand vertical margin's width in
22829 Alpine's Message Viewing screen.
22830 Its value is the number of space characters following each displayed line.
22831 You may specify the column number to end the text in
22832 (column numbering begins with number 1)
22833 instead of the width of the margin by appending a lower case letter
22834 &quot;c&quot; to the number.
22835 For example, a value of &quot;76c&quot; means to end the text in column 76.
22836 If the screen is 80 characters wide, this is equivalent to a value
22837 of &quot;4&quot;, which means to leave a margin of 4 spaces.
22838 However, if you use different size screens at different times, then these
22839 two values are not equivalent.
22841 The default right margin is 4.
22842 Misconfigurations (for example, negative values or values with starting
22843 left columns greater than the ending right column)
22844 are silently ignored.
22845 If the number of columns for text between the
22846 <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
22847 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
22848 instead.
22851 &lt;End of help on this topic&gt;
22852 </BODY>
22853 </HTML>
22854 ====== h_config_quote_suppression =====
22855 <HTML>
22856 <HEAD>
22857 <TITLE>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></TITLE>
22858 </HEAD>
22859 <BODY>
22860 <H1>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></H1>
22862 This option should be used with care.
22863 It will cause some of the quoted text to be eliminated from the
22864 display when viewing a message in the MESSAGE TEXT screen.
22865 For example, if you set the <!--#echo var="VAR_quote-suppression-threshold"--> to the
22866 value &quot;5&quot;,
22867 this will cause quoted text that is longer than five lines to be truncated.
22868 Quoted text of five or fewer consecutive lines will be displayed in its entirety.
22869 Quoted text of more than six lines will have the first five lines displayed
22870 followed by a line that looks something like
22872 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
22874 As a special case, if exactly one line of quoted text would be hidden, the
22875 entire quote will be shown instead.
22876 So for the above example, quoted text that is exactly six lines long will
22877 will be shown in its entirety.
22878 (In other words, instead of hiding a single line and adding a line
22879 that announces that one line was hidden, the line is just shown.)
22881 If the sender of a message has carefully chosen the quotes that he or she
22882 includes, hiding those quotes may change the meaning of the message.
22883 For that reason, Alpine requires that when you want to set the value of this
22884 variable to something less than four lines, you actually have to set it
22885 to the negative of that number.
22886 So if you want to set this option to &quot;3&quot;, you actually have to
22887 set it to &quot;-3&quot;.
22888 The only purpose of this is to get you to think about whether or not you
22889 really want to do this!
22890 If you want to delete all quoted text you set the value of this option
22891 to the special value &quot;-10&quot;.
22893 The legal values for this option are
22895 <TABLE>   
22896 <TR>
22897   <TD> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
22898   <TD> Default, don't hide anything </TD>
22899 </TR>
22900 <TR>
22901   <TD> &nbsp;-1,-2,-3&nbsp;&nbsp; </TD>
22902   <TD> Suppress quote lines past 1, 2, or 3 lines </TD>
22903 </TR>
22904 <TR>
22905   <TD> &nbsp;4,5,6,...&nbsp; </TD>
22906   <TD> Suppress if more than that many lines </TD>
22907 </TR>
22908 <TR>
22909   <TD> &nbsp;&nbsp;&nbsp;-10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
22910   <TD> Suppress all quoted lines </TD>
22911 </TR>
22912 </TABLE>
22914 If you set this option to a non-default value you may sometimes wish to
22915 view the quoted text that is not shown.
22916 When this is the case, the
22917 <A HREF="h_common_hdrmode">HdrMode Command</A>
22918 may be used to show the hidden text.
22919 Typing the &quot;H&quot; command once will show the hidden text.
22920 Typing a second &quot;H&quot; will also turn on Full Header mode.
22921 The presence or absence of the HdrMode command is determined by the
22922 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
22923 Feature-List option in your Alpine configuration, so you will want to
22924 be sure that is turned on if you use quote suppression.
22926 For the purposes of this option, a quote is a line that begins with the
22927 character &quot;&gt;&quot;.
22929 Quotes are only suppressed when displaying a message on the screen.
22930 The entire quote will be left intact when printing or forwarding or something
22931 similar.
22933 &lt;End of help on this topic&gt;
22934 </BODY>
22935 </HTML>
22936 ====== h_config_saved_msg_name_rule =====
22937 <HTML>
22938 <HEAD>
22939 <TITLE>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></TITLE>
22940 </HEAD>
22941 <BODY>
22942 <H1>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></H1>
22944 This option determines the default folder name when saving
22945 a message.
22948 The default option is &quot;default-folder&quot;, which is the folder
22949 called &quot;saved-messages&quot; in Unix Alpine and
22950 &quot;savemail&quot; in PC-Alpine.  To change the default folder, modify
22951 the Alpine option called
22952 <A HREF="h_config_def_save_folder">&quot;<!--#echo var="VAR_default-saved-msg-folder"-->&quot;</A>.
22955 Choosing any of the &quot;by-&quot; options cause Alpine to attempt to
22956 get the chosen option's value for the message being saved (or for the
22957 first message being saved if using an aggregrate save).
22958 For example, if &quot;by-from&quot; is chosen, Alpine attempts to get the
22959 value of who the message came from (i.e. the from address).
22960 Alpine then attempts to save the message to a folder matching that value.
22961 If &quot;by-from&quot; is chosen and no value is obtained, Alpine uses
22962 &quot;by-sender&quot;.
22963 The opposite is also true.
22964 If &quot;by-recipient&quot; is chosen and the message was posted to a
22965 newsgroup, Alpine will use the newsgroup name.
22966 If &quot;by-replyto&quot; is chosen and no value is obtained, Alpine uses
22967 &quot;by-from&quot;.
22970 If any of the &quot;by-realname&quot; options are chosen, Alpine will attempt
22971 to use the personal name part of the address instead of the mailbox part.
22972 If any of the &quot;by-nick&quot; options are chosen, the
22973 address is looked up in your address book and if found, the
22974 nickname for that entry is used.
22975 Only simple address book entries are checked, not distribution lists.
22976 Similarly, if any of the
22977 &quot;by-fcc&quot; options are chosen, the fcc from the corresponding
22978 address book entry is used.
22979 If by-realname, or the by-nick or by-fcc lookups result in no value,
22980 then if the chosen option ends with the &quot;then-from&quot;,
22981 &quot;then-sender&quot;, &quot;then-replyto&quot;,
22982 or &quot;then-recip&quot; suffix, Alpine
22983 reverts to the same behavior as &quot;by-from&quot;,
22984 &quot;by-sender&quot;, &quot;by-replyto&quot;, or &quot;by-recip&quot;
22985 depending on which option was specified.
22986 If the chosen option doesn't end with one of
22987 the &quot;then-&quot; suffixes, then Alpine reverts to the default
22988 folder when no match is found in the address book.
22991 Choosing the option called &quot;last-folder-used&quot;, causes Alpine
22992 to save to the folder that you saved to the last time you saved a
22993 message.  The first time you save a message in an Alpine session, Alpine
22994 attempts to save the message to the default folder.
22997 Here is an example to make some of the options clearer.
22998 If the message is From
23000 <CENTER><SAMP>Fred Flintstone &lt;flint@bedrock.org&gt;</SAMP></CENTER>
23002 and this rule is set to &quot;by-from&quot;, then the default folder offered
23003 in the save dialog would be &quot;flint&quot;.
23005 If this rule is set to &quot;by-realname-of-from&quot; then the default would
23006 be &quot;Fred Flintstone&quot;.
23008 If this rule is set to &quot;by-nick-of-from&quot; then Alpine will search
23009 for the address &quot;flint@bedrock.org&quot; in your address book.
23010 If an entry is found and it has a nickname associated with it, that nickname
23011 will be offered as the default folder.
23012 If not, the default saved message folder will be offered as the default.
23014 If this rule is set to &quot;by-fcc-of-from&quot; then Alpine will search
23015 for the address &quot;flint@bedrock.org&quot; in your address book.
23016 If an entry is found and it has an Fcc associated with it, that Fcc
23017 will be offered as the default folder.
23018 If not, the default saved message folder will be offered as the default.
23020 If this rule is set to &quot;by-nick-of-from-then-from&quot; then Alpine will search
23021 for the address &quot;flint@bedrock.org&quot; in your address book.
23022 If an entry is found and it has a nickname associated with it, that nickname
23023 will be offered as the default folder.
23024 If it is not found (or has no nickname) then the default offered will be
23025 the same as it would be for the &quot;by-from&quot; rule.
23026 That is, it would be &quot;flint&quot;
23028 <UL>   
23029 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23030 </UL><P>
23031 &lt;End of help on this topic&gt;
23032 </BODY>
23033 </HTML>
23034 ====== h_config_fcc_rule =====
23035 <HTML>
23036 <HEAD>
23037 <TITLE>OPTION: <!--#echo var="VAR_fcc-name-rule"--></TITLE>
23038 </HEAD>
23039 <BODY>
23040 <H1>OPTION: <!--#echo var="VAR_fcc-name-rule"--></H1>
23042 This option determines the default name for folder carbon copy. Choose
23043 one:
23045 <DL>
23046 <DT>default-fcc</DT>
23047 <DD>This is the normal default, the value of which is set in the
23048 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable as specified earlier in this
23049 configuration.
23050 </DD>
23052 <DT>last-fcc-used</DT>
23053 <DD> Causes Alpine to use the folder that was last
23054 used in the fcc field
23055 </DD>
23057 <DT>by-nickname</DT>
23058 <DD>Means that Alpine will use the nickname
23059 from your address book that matches the first address in the To line.
23060 If there is no match, it will use the value of the
23061 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable.
23062 </DD>
23064 <DT>by-recipient</DT>
23065 <DD>Means Alpine will form a folder name
23066 based on the left hand side of the first address in the To line.
23067 </DD>
23069 <DT>by-nick-then-recip</DT>
23070 <DD>Means that it will use the
23071 matching nickname from your address book if there is one, otherwise it
23072 will extract the recipient name from the address and use that (like
23073 by-recipient).
23074 </DD>
23076 <DT>current-folder</DT>
23077 <DD>Causes a copy to be written to
23078 the currently open folder, unless that is the INBOX.  In the case
23079 where the current folder is the INBOX, the &quot;<!--#echo var="VAR_default-fcc"-->&quot; is
23080 used instead.
23081 </DD>
23082 </DL>
23085 Note: Whatever the fcc specified by the rule here, it will be
23086 over-ridden by any fcc entries you have in your address book.
23089 <UL>   
23090 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23091 </UL><P>
23092 &lt;End of help on this topic&gt;
23093 </BODY>
23094 </HTML>
23095 ====== h_config_sort_key =====
23096 <HTML>
23097 <HEAD>
23098 <TITLE>OPTION: <!--#echo var="VAR_sort-key"--></TITLE>
23099 </HEAD>
23100 <BODY>
23101 <H1>OPTION: <!--#echo var="VAR_sort-key"--></H1>
23103 This option determines the order in which messages will be displayed in
23104 the MESSAGE INDEX screen.  Choose from:
23106 <UL>
23107  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
23108  <LI> <A HREF="h_index_sort_date">Date</A>
23109  <LI> <A HREF="h_index_sort_subj">Subject</A>
23110  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
23111  <LI> <A HREF="h_index_sort_thread">Thread</A>
23112  <LI> <A HREF="h_index_sort_from">From</A>
23113  <LI> <A HREF="h_index_sort_size">Size</A>
23114  <LI> <A HREF="h_index_sort_score">Score</A>
23115  <LI> <A HREF="h_index_sort_to">To</A>
23116  <LI> <A HREF="h_index_sort_cc">Cc</A>
23117 </UL>
23120 Each type of sort may also be reversed.
23121 Normal default is by &quot;Arrival&quot;.
23124 A possible point of confusion arises when you change the configuration
23125 of the <!--#echo var="VAR_sort-key"-->.
23126 The folder will normally be re-sorted when you go back to viewing the
23127 index.
23128 However, if you have manually sorted the folder with the
23129 Sort
23130 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
23131 command, then it will not be re-sorted until the next time it is opened.
23134 <UL>   
23135 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23136 </UL><P>
23137 &lt;End of help on this topic&gt;
23138 </BODY>
23139 </HTML>
23140 ====== h_config_other_startup =====
23141 <HTML>
23142 <HEAD>
23143 <TITLE>OPTION: Set Startup Rule</TITLE>
23144 </HEAD>
23145 <BODY>
23146 <H1>OPTION: Set Startup Rule</H1>
23148 This option determines which message will be the <EM>current message</EM> when
23149 the folder is first opened.
23150 It works the same way that the option
23151 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
23152 works, so look there for help.
23153 It may be used for any folder, not just incoming folders.
23156 <UL>   
23157 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23158 </UL><P>
23159 &lt;End of help on this topic&gt;
23160 </BODY>
23161 </HTML>
23162 ====== h_config_perfolder_sort =====
23163 <HTML>
23164 <HEAD>
23165 <TITLE>Set Sort Order</TITLE>
23166 </HEAD>
23167 <BODY>
23168 <H1>Set Sort Order</H1>
23170 This option determines the order in which messages will be displayed in
23171 the MESSAGE INDEX screen when the Current Folder Type set in the
23172 Pattern is a match. Choose from:
23174 <UL>
23175  <LI> <A HREF="h_index_sort_default">Default</A>
23176  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
23177  <LI> <A HREF="h_index_sort_date">Date</A>
23178  <LI> <A HREF="h_index_sort_subj">Subject</A>
23179  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
23180  <LI> <A HREF="h_index_sort_thread">Thread</A>
23181  <LI> <A HREF="h_index_sort_from">From</A>
23182  <LI> <A HREF="h_index_sort_size">Size</A>
23183  <LI> <A HREF="h_index_sort_score">Score</A>
23184  <LI> <A HREF="h_index_sort_to">To</A>
23185  <LI> <A HREF="h_index_sort_cc">Cc</A>
23186 </UL>
23189 Each type of sort may also be reversed.
23190 Normal default is by &quot;Arrival&quot;.
23193 A possible point of confusion arises when you change the configuration
23194 of the Sort Order for the currently open folder.
23195 The folder will normally be re-sorted when you go back to viewing the
23196 index.
23197 However, if you have manually sorted the folder with the
23198 Sort
23199 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
23200 command, then it will not be re-sorted until the next time it is opened.
23203 <UL>   
23204 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23205 </UL><P>
23206 &lt;End of help on this topic&gt;
23207 </BODY>
23208 </HTML>
23209 ====== h_config_fld_sort_rule =====
23210 <HTML>
23211 <HEAD>
23212 <TITLE>OPTION: <!--#echo var="VAR_folder-sort-rule"--></TITLE>
23213 </HEAD>
23214 <BODY>
23215 <H1>OPTION: <!--#echo var="VAR_folder-sort-rule"--></H1>
23217 This option controls the order in which folder list entries will be
23218 presented in the FOLDER LIST screen.  Choose one of the following:
23220 <DL>
23221 <DT>Alphabetical</DT>
23222 <DD>sort by alphabetical name independent of type
23223 </DD>
23225 <DT>Alpha-with-dirs-last</DT>
23226 <DD>sort by alphabetical name grouping directory entries
23227 to the end of the list
23228 </DD>
23230 <DT>Alpha-with-dirs-first</DT>
23231 <DD>sort by alphabetical name grouping directory entries
23232 to the start of the list
23233 </DD>
23234 </DL>
23236 The normal default is &quot;Alphabetical&quot;.
23239 <UL>   
23240 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23241 </UL><P>
23242 &lt;End of help on this topic&gt;
23243 </BODY>
23244 </HTML>
23245 ====== h_config_ab_sort_rule =====
23246 <HTML>
23247 <HEAD>
23248 <TITLE>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></TITLE>
23249 </HEAD>
23250 <BODY>
23251 <H1>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></H1>
23253 This option controls the order in which address book entries will be
23254 presented.  Choose one of the following:
23256 <DL>
23257 <DT>fullname</DT>
23258 <DD>use fullname field, lists mixed in
23259 </DD>
23261 <DT>fullname-with-lists-last</DT>
23262 <DD>use fullname field, but put lists at end
23263 </DD>
23265 <DT>nickname</DT>
23266 <DD>use nickname field, lists mixed in
23267 </DD>
23269 <DT>nickname-with-lists-last</DT>
23270 <DD>use nickname field, but put lists at end
23271 </DD>
23273 <DT>dont-sort</DT>
23274 <DD>don't change order of file
23275 </DD>
23276 </DL>
23279 The normal default is &quot;fullname-with-lists-last&quot;.
23280 If you use an address book from more than one computer and those
23281 computers sort the address book differently then the sort order
23282 will be the order where the last change to the address book was
23283 made.
23284 There are two reasons the sorting might be different on different
23285 systems.
23286 First, the <!--#echo var="VAR_addrbook-sort-rule"--></a> may be set differently in the two
23287 places.
23288 Second, the collation rules on the two computers may be different.
23289 For example, one system might ignore special characters while the other
23290 doesn't or one may sort upper and lower case letters together while
23291 the other doesn't.
23292 In any case, the order you see is the order on the system where the
23293 last change was made, for example by an address book edit or a
23294 Take Address command.
23297 <UL>   
23298 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23299 </UL><P>
23300 &lt;End of help on this topic&gt;
23301 </BODY>
23302 </HTML>
23303 ====== h_config_post_char_set =====
23304 <HTML>
23305 <HEAD>
23306 <TITLE>OPTION: <!--#echo var="VAR_posting-character-set"--></TITLE>
23307 </HEAD>
23308 <BODY>
23309 <H1>OPTION: <!--#echo var="VAR_posting-character-set"--></H1>
23311 The <!--#echo var="VAR_posting-character-set"--> configuration option is used
23312 when sending messages.
23316 When sending a message the text typed in the composer is
23317 labeled with the character set specified by this option.
23318 If the composed text is not fully representable in the 
23319 specified <!--#echo var="VAR_posting-character-set"-->, then it is labeled as &quot;UTF-8.&quot
23320 instead;
23323 Attachments are labeled with your
23324 <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>.
23327 Generally, there should be little need to set this option.
23328 If left unset, the
23329 default behavior is to label composed text as specifically as
23330 possible.  That is, if the composed text has no non-ASCII characters,
23331 it is labeled as &quot;US-ASCII.&quot; Similarly, if it is composed of
23332 only ISO-8859-15 characters, it is labeled as such.  Alpine will
23333 attempt to automatically detect a number of character sets including ISO-8859-15,
23334 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
23335 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, and EUC-KR.
23336 If the message contains a mix of character sets,
23337 it is labeled as &quot;UTF-8.&quot;
23341 This setting is provided to allow you to force a particular character set that
23342 Alpine does not automatically detect. For example, if a message is representable
23343 in more than one character set then Alpine may choose a different default
23344 than you want.
23345 Lastly, by setting this option explicitly to
23346 &quot;UTF-8&quot; all non-ASCII messages you send will be labeled as
23347 &quot;UTF-8&quot; instead of something more specific.
23350 In the Setup/Config screen you may choose from a list of all the
23351 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23354 The options
23355 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
23356 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
23357 are closely related.
23358 Setting the feature
23359 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
23360 should cause this option to be ignored.
23363 <UL>   
23364 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23365 </UL><P>
23366 &lt;End of help on this topic&gt;
23367 </BODY>
23368 </HTML>
23369 ====== h_config_unk_char_set =====
23370 <HTML>
23371 <HEAD>
23372 <TITLE>OPTION: <!--#echo var="VAR_unknown-character-set"--></TITLE>
23373 </HEAD>
23374 <BODY>
23375 <H1>OPTION: <!--#echo var="VAR_unknown-character-set"--></H1>
23377 The <!--#echo var="VAR_unknown-character-set"--> configuration option is used
23378 when reading or replying to messages.
23382 A text message should either be made up of all US-ASCII characters
23383 or it should contain a charset label which tells the software which
23384 character set encoding to use to interpret the message.
23385 Sometimes a malformed message may be unlabeled but contain non-ascii text.
23386 This message is outside of the standards so any attempt to read it could fail.
23387 When Alpine attempts to read such a message it will try to interpret the
23388 text in the character set you specify here.
23389 For example, if you have correspondents who send you unlabeled messages that
23390 are usually made up of characters from the WINDOWS-1251 character set, setting
23391 this <!--#echo var="VAR_unknown-character-set"--> to <CODE>WINDOWS-1251</CODE> will
23392 allow you to read those messages.
23393 Of course, if the unlabeled message is actually in some other character set,
23394 then you may see garbage on your screen.
23396 Instead of just unlabeled text, this option also affects text which is labeled
23397 with the charsets &quot;X-Unknown&quot;, &quot;MISSING_PARAMETER_VALUE&quot;
23398 or &quot;US-ASCII&quot;.
23401 In the Setup/Config screen you may choose from a list of all the
23402 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23405 <UL>   
23406 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23407 </UL><P>
23408 &lt;End of help on this topic&gt;
23409 </BODY>
23410 </HTML>
23411 ====== h_config_char_set =====
23412 <HTML>
23413 <HEAD>
23414 <TITLE>OPTION: Display Character Set</TITLE>
23415 </HEAD>
23416 <BODY>
23417 <H1>OPTION: Display Character Set</H1>
23419 The Display Character Set configuration option is used when viewing messages.
23421 Alpine uses Unicode characters internally and 
23422 it is a goal for Alpine to handle email in many different languages.
23423 Alpine will properly display only left-to-right character sets
23424 in a fixed-width font. Specifically, Alpine assumes that a fixed-width
23425 font is in use, in the sense that
23426 characters are assumed to take up zero, one, or two character cell
23427 widths from left to right on the screen. This is true even in PC-Alpine.
23430 Alpine recognizes some local character sets that are right-to-left
23431 (Arabic, Hebrew, and Thai) or not representable in a fixed-width font
23432 (Arabic) and properly converts texts in these character sets to/from
23433 Unicode; however, there are known display bugs with these character
23434 sets.
23437 There are three possible configuration character settings and some
23438 environment variable settings that can affect how Alpine
23439 handles international characters.
23440 The first two of these are only available in UNIX Alpine.
23441 The three configuration options are
23442 Display Character Set,
23443 Keyboard Character Set, and
23444 <!--#echo var="VAR_posting-character-set"-->.
23445 The Keyboard Character Set defaults to being the same value
23446 as the Display Character Set, and that is usually correct, because
23447 the keyboard almost always produces characters in the same character set
23448 as the display displays.
23449 The Display Character Set is the character set that Alpine
23450 will attempt to use when sending characters to the display.
23453 By default, the Display Character Set variable is not set and UNIX Alpine
23454 will attempt to get this information from the environment.
23455 In particular, the <CODE>nl_langinfo(CODESET)</CODE> call is used.
23456 This usually depends on the setting of the environment variables LANG or LC_CTYPE.
23457 An explicit configuration setting for Display Character Set will,
23458 of course, override any default setting.
23460 For PC-Alpine the Display Character Set
23461 and the Keyboard Character Set
23462 are always equivalent to <CODE>UTF-8</CODE> and this is not settable.
23465 It is probably best to use UNIX Alpine in a terminal emulator
23466 capable of displaying UTF-8 characters, since that will allow you to
23467 view just about any received text that is correctly formatted (note,
23468 however, the above comments about known index display bugs with certain
23469 character sets). You'll need to have an emulator that uses a UTF-8 font
23470 and you'll need to set up your environment to use a UTF-8 charmap. For
23471 example, on a Linux system you might include
23473 <CENTER> <CODE>setenv LANG en_US.UTF-8</CODE> </CENTER>
23476 or something similar in your UNIX startup files.
23477 You'd also have to select a UTF-8 font in your terminal emulator.
23480 The types of values that the character set variables may be set to are
23481 <CODE>UTF-8</CODE>, <CODE>ISO-8859-1</CODE>, or <CODE>EUC-JP</CODE>.
23482 The <CODE>ISO-2022</CODE> character sets are not supported for input or
23483 for display, but as a special case, <CODE>ISO-2022-JP</CODE> is supported
23484 for use only as a <!--#echo var="VAR_posting-character-set"-->.
23485 In the Setup/Config screen you may choose from a list of all the
23486 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23487 Here is a list of many of the possible character sets:
23490 <TABLE>
23491 <TR> <TD>UTF-8</TD> <TD>Unicode</TD> </TR>
23492 <TR> <TD>US-ASCII</TD> <TD>7 bit American English characters</TD> </TR>
23493 <TR> <TD>ISO-8859-1</TD> <TD>8 bit European "Latin 1" character set</TD> </TR>
23494 <TR> <TD>ISO-8859-2</TD> <TD>8 bit European "Latin 2" character set</TD> </TR>
23495 <TR> <TD>ISO-8859-3</TD> <TD>8 bit European "Latin 3" character set</TD> </TR>
23496 <TR> <TD>ISO-8859-4</TD> <TD>8 bit European "Latin 4" character set</TD> </TR>
23497 <TR> <TD>ISO-8859-5</TD> <TD>8 bit Latin and Cyrillic</TD> </TR>
23498 <TR> <TD>ISO-8859-6</TD> <TD>8 bit Latin and Arabic</TD> </TR>
23499 <TR> <TD>ISO-8859-7</TD> <TD>8 bit Latin and Greek</TD> </TR>
23500 <TR> <TD>ISO-8859-8</TD> <TD>8 bit Latin and Hebrew</TD> </TR>
23501 <TR> <TD>ISO-8859-9</TD> <TD>8 bit European "Latin 5" character set</TD> </TR>
23502 <TR> <TD>ISO-8859-10</TD> <TD>8 bit European "Latin 6" character set</TD> </TR>
23503 <TR> <TD>ISO-8859-11</TD> <TD>Latin and Thai</TD> </TR>
23504 <TR> <TD>ISO-8859-12</TD> <TD>Reserved</TD> </TR>
23505 <TR> <TD>ISO-8859-13</TD> <TD>8 bit European "Latin 7" character set</TD> </TR>
23506 <TR> <TD>ISO-8859-14</TD> <TD>8 bit European "Latin 8" character set</TD> </TR>
23507 <TR> <TD>ISO-8859-15</TD> <TD>8 bit European "Latin 9" character set</TD> </TR>
23508 <TR> <TD>ISO-8859-16</TD> <TD>8 bit European "Latin 10" character set</TD> </TR>
23509 <TR> <TD>KOI8-R</TD> <TD>8 bit Latin and Russian</TD> </TR>
23510 <TR> <TD>KOI8-U</TD> <TD>8 bit Latin and Ukranian</TD> </TR>
23511 <TR> <TD>WINDOWS-1251</TD> <TD>8 bit Latin and Russian</TD> </TR>
23512 <TR> <TD>TIS-620</TD> <TD>8 bit Latin and Thai</TD> </TR>
23513 <TR> <TD>VISCII</TD> <TD>8 bit Latin and Vietnamese</TD> </TR>
23514 <TR> <TD>GBK</TD> <TD>Latin and Chinese Simplified</TD> </TR>
23515 <TR> <TD>GB2312</TD> <TD>Latin and Chinese Simplified</TD> </TR>
23516 <TR> <TD>CN-GB</TD> <TD>Latin and Chinese Simplified</TD> </TR>
23517 <TR> <TD>BIG5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
23518 <TR> <TD>BIG-5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
23519 <TR> <TD>EUC-JP</TD> <TD>Latin and Japanese</TD> </TR>
23520 <TR> <TD>SHIFT-JIS</TD> <TD>Latin and Japanese</TD> </TR>
23521 <TR> <TD>EUC-KR</TD> <TD>Latin and Korean</TD> </TR>
23522 <TR> <TD>KSC5601</TD> <TD>Latin and Korean</TD> </TR>
23523 </TABLE>
23526 When reading incoming email, Alpine understands many different
23527 character sets and is able to convert the incoming mail into Unicode.
23528 The Unicode will be converted to the Display Character Set
23529 for display on your terminal.
23530 Characters typed at the keyboard will be converted from the
23531 Keyboard Character Set to Unicode for Alpine's internal
23532 use.
23533 You may find that you can read some malformed messages that do not
23534 contain a character set label by setting the option
23535 <A HREF="h_config_unk_char_set">&quot;<!--#echo var="VAR_unknown-character-set"-->&quot;</A>.
23538 The <!--#echo var="VAR_posting-character-set"--> is used when sending messages.
23539 The default behavior obtained by leaving this variable unset is usually
23540 what is wanted. In that default case, Alpine will attempt
23541 to label the message with the most specific character set from the
23542 rather arbitrary set
23544 US-ASCII, ISO-8859-15,
23545 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
23546 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, EUC-KR, and UTF-8.
23549 For example, if the message is made up of only US-ASCII characters, it
23550 will be labeled US-ASCII. Otherwise, if it is all ISO-8859-15 characters,
23551 that will be the label. If that doesn't work the same is tried for the
23552 remaining members of the list.
23555 It might make sense to set <!--#echo var="VAR_posting-character-set"--> to an
23556 explicit value instead.
23557 For example, if you usually send messages in Greek, setting this
23558 option to ISO-8859-7 will result in messages being labeled as
23559 US-ASCII if there are no non-ascii characters, ISO-8859-7 if there
23560 are only Greek characters, or UTF-8 if there are some characters
23561 that aren't representable in ISO-8859-7.
23562 Another possibility is to set this option explicitly to UTF-8.
23563 In that case
23564 Alpine labels only ascii messages as US-ASCII and all other
23565 messages as UTF-8.
23568 The options
23569 <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
23570 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
23571 are closely related to this option.
23572 Setting the feature
23573 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
23574 should cause this option to be ignored.
23577 When displaying a message, Alpine compares this setting to the character
23578 set specified in the message.  If not all of the
23579 characters in the message can be displayed using the Display Character Set
23580 then Alpine places an editorial
23581 comment in the displayed text (enclosed in square-brackets) indicating
23582 that some characters may not be displayed correctly.
23583 This comment may be eliminated by turning on the option
23584 <A HREF="h_config_quell_charset_warning"><!--#echo var="FEAT_quell-charset-warning"--></A>.
23587 <UL>   
23588 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23589 </UL><P>
23590 &lt;End of help on this topic&gt;
23591 </BODY>
23592 </HTML>
23593 ====== h_config_key_char_set =====
23594 <HTML>
23595 <HEAD>
23596 <TITLE>OPTION: Keyboard Character Set</TITLE>
23597 </HEAD>
23598 <BODY>
23599 <H1>OPTION: Keyboard Character Set</H1>
23601 UNIX Alpine only.
23603 The Keyboard Character Set identifies the character set of the characters
23604 coming from your keyboard.
23605 It defaults to having the same value as your
23606 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>,
23607 which in turn defaults to a value obtained from your environment.
23608 It is unlikely that you will need to use this option, because the keyboard
23609 almost always produces the same kind of characters as the display displays.
23612 This character set is also used when accessing files in your local
23613 file system.
23614 The names of the files are assumed to be in the same character set as
23615 what the keyboard produces, as well as the contents of the files.
23618 In the Setup/Config screen you may choose from a list of all the
23619 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23622 The options
23623 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
23624 and <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
23625 are closely related.
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 <UL>   
23632 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23633 </UL><P>
23634 &lt;End of help on this topic&gt;
23635 </BODY>
23636 </HTML>
23637 ====== h_config_editor =====
23638 <HTML>
23639 <HEAD>
23640 <TITLE>OPTION: <!--#echo var="VAR_editor"--></TITLE>
23641 </HEAD>
23642 <BODY>
23643 <H1>OPTION: <!--#echo var="VAR_editor"--></H1>
23645 <!--#echo var="VAR_editor"--> specifies the program invoked by ^_ in the Composer. This is
23646 normally an alternative to Alpine's internal composer (Pico).  You could use
23647 this setting to specify an alternate editor to use occasionally or if you
23648 have a favorite editor and want to use it all the time (see the 
23649 <A HREF="h_config_alt_ed_now">&quot;<!--#echo var="FEAT_enable-alternate-editor-implicitly"-->&quot;</A> setting).  <P>
23650 If you specify multiple editors for this option, ^_ will invoke the first one 
23651 of those specified that exists and is executable.  When specifying a program 
23652 for use here, make sure that the format of the text it saves -- which, when 
23653 you exit it, will become the message body in Alpine -- is appropriate 
23654 for the body of an email message; avoid proprietary formats that may result in 
23655 a message body that the recipient of your message will be unable to decipher.
23657 <!--chtml if pinemode="os_windows"-->
23658 <!--chtml else-->
23659 If you are in doubt about what editors are available on your system, or which 
23660 of them may be appropriate for specification here, ask your local computing 
23661 support staff.  
23662 <!--chtml endif-->
23664 Note that if <a href="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></a> is
23665 unset, outgoing text will be set as flowed.  In most cases this will be fine,
23666 but if the editor has a &quot;flowed text&quot; mode, it would be best to
23667 use that.
23669 <P><UL>
23670 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23671 </UL>
23673 &lt;End of help on this topic&gt;
23674 </BODY>
23675 </HTML>
23676 ====== h_config_speller =====
23677 <HTML>
23678 <HEAD>
23679 <TITLE>OPTION: <!--#echo var="VAR_speller"--></TITLE>
23680 </HEAD>
23681 <BODY>
23682 <H1>OPTION: <!--#echo var="VAR_speller"--></H1>
23684 UNIX Alpine only.
23686 For PC-Alpine, you must install the aspell library code that you
23687 may get from
23688 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
23690 This option affects the behavior of the ^T (spell check) command in the
23691 Composer.  It specifies the program invoked by ^T in the Composer.
23692 By default, Alpine uses
23694 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
23696 if it knows where to find &quot;aspell&quot;.
23697 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
23698 then the command used is
23700 <CENTER><SAMP>ispell -l</SAMP></CENTER>
23702 Otherwise, the ancient &quot;spell&quot; command is used.
23704 If you specify a value for this command (with full pathname) then that is what
23705 will be used instead of any of the defaults.
23706 When invoking this
23707 spell-checking program, Alpine appends a tempfile name (where the message is
23708 passed) to the command line. Alpine expects the speller to correct the
23709 spelling in that file. When you exit from that program Alpine will read the
23710 tempfile back into the composer.
23712 Don't set this speller option to the standard Unix spell command.
23713 That won't work because spell works in a different way.
23716 <UL>   
23717 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23718 </UL><P>
23719 &lt;End of help on this topic&gt;
23720 </BODY>
23721 </HTML>
23722 ====== h_config_aspell_dictionary =====
23723 <HTML>
23724 <HEAD>
23725 <TITLE>OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></TITLE>
23726 </HEAD>
23727 <BODY>
23728 <H1>OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></H1>
23730 PC Alpine only.
23732 This option specifies a list of dictionaries you will use with
23733 aspell. A sample entry is &quot;en_US&quot; for american english, or
23734 &quot;en_GB&quot; for brittish english.
23737 <UL>   
23738 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23739 </UL><P>
23740 &lt;End of help on this topic&gt;
23741 </BODY>
23742 </HTML>
23743 ====== h_config_display_filters =====
23744 <HTML>
23745 <HEAD>
23746 <TITLE>OPTION: <!--#echo var="VAR_display-filters"--></TITLE>
23747 </HEAD>
23748 <BODY>
23749 <H1>OPTION: <!--#echo var="VAR_display-filters"--></H1>
23751 This option defines a list of text-filtering commands (programs or
23752 scripts) that may be used to filter text portions of received messages
23753 prior to their use (e.g., presentation in the &quot;MESSAGE TEXT&quot;
23754 display screen, exporting to a text file).  
23755 For security reasons, the full path name of the
23756 filter command must be specified.
23759 The command is executed and the message is piped into its standard input. 
23760 The standard output of the command is read back by Alpine.  The
23761 &quot;_TMPFILE_&quot; token (see below) overrides this default behavior. 
23763 <P> 
23764 The filter's use is based on the configured &quot;trigger&quot; string.  The
23765 format of a filter definition is:
23767 <P>   
23768 <CENTER>&lt;trigger&gt; &lt;command&gt; &lt;arguments&gt;</CENTER>
23771 You can specify as many filters as you wish, separating them with a comma.  
23772 Each filter can have only one trigger and command.  Thus, two trigger 
23773 strings that invoke the same command require separate filter 
23774 specifications. 
23776 <P> 
23777 The &quot;trigger&quot; is simply text that, if found in the message,
23778 will invoke the associated command.  If the trigger contains any space
23779 characters, it must be placed within quotes.  Likewise, should you
23780 wish a filter to be invoked unconditionally, define the trigger as the
23781 null string, &quot;&quot; (two consecutive double-quote characters).  If the
23782 trigger string is found anywhere in the text of the message the filter
23783 is invoked.  Placing the trigger text within the tokens defined below
23784 changes where within the text the trigger must be before considering
23785 it a match.
23787 <P>  
23788 Trigger Modifying Tokens:
23789 <DL>
23790 <DT>_CHARSET(<VAR>string</VAR>)_</DT>
23791 <DD>This token tells Alpine to invoke the supplied command
23792 if the text is in a character set matching <VAR>string</VAR>
23793 (e.g., ISO-8859-2 or ISO-2022-JP).
23794 </DD>
23797 <DT>_LEADING(<VAR>string</VAR>)_</DT>
23798 <DD>This token tells Alpine to invoke the supplied command
23799 if the enclosed <VAR>string</VAR> is found to be the first
23800 non-whitespace text.
23801 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
23802 the space character.
23803 </DD>
23805 <DT>_BEGINNING(<VAR>string</VAR>)_</DT>
23806 <DD>This token tells Alpine to invoke the supplied command
23807 if the enclosed <VAR>string</VAR> is found at the beginning
23808 of any line in the text.
23809 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
23810 the space character.
23811 </DD>
23812 </DL>
23815 The &quot;command&quot; and &quot;arguments&quot; portion is simply
23816 the command line to be invoked if the trigger string is found.  Below
23817 are tokens that Alpine will recognize and replace with special values
23818 when the command is actually invoked.
23821 Command Modifying Tokens:
23823 <DL>
23824 <DT>_TMPFILE_</DT>
23825 <DD>When the command is executed, this token is 
23826 replaced with the path and name of the temporary 
23827 file containing the text to be filtered.  Alpine 
23828 expects the filter to replace this data with the 
23829 filter's result.
23832 NOTE: Use of this token implies that the text to 
23833 be filtered is not piped into standard input of the 
23834 executed command and its standard output is ignored. 
23835 Alpine restores the tty modes before invoking the
23836 filter in case the filter interacts with the user
23837 via its own standard input and output.  
23838 </DD>
23839                         
23840 <DT>_RESULTFILE_</DT>
23841 <DD>When the command is executed, this token is 
23842 replaced with the path and name of a temporary 
23843 file intended to contain a status message from the 
23844 filter.  Alpine displays this in the message status 
23845 field. 
23846 </DD>
23848 <DT>_DATAFILE_</DT>
23849 <DD>When the command is executed, this token is 
23850 replaced with the path and name of a temporary 
23851 file that Alpine creates once per session and deletes 
23852 upon exit.  The file is intended to be used by the 
23853 filter to store state information between instances 
23854 of the filter.
23855 </DD>
23856    
23857 <DT>_PREPENDKEY_</DT>
23858 <DD>When the command is executed, this token indicates that a random
23859 number will be passed down the input stream before the message text.
23860 This number could be used as a session key.  It is sent in this way to
23861 improve security.  The number is unique to the current Alpine session
23862 and is only generated once per session.
23863 </DD>
23865 <DT>_SILENT_</DT>
23866 <DD>When the filter is executed, this token tells Alpine not to repaint
23867 the screen while the command is being executed. This can be used with 
23868 filters that do not interact with the user, and therefore repainting 
23869 the screen is not necessary. 
23870 </DD>
23871 </DL>
23874 The feature
23875 <A HREF="h_config_disable_reset_disp"><!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></A> is related.
23877 Performance caveat/considerations:
23878 <BR>
23879 Testing for the trigger and invoking the filter doesn't come for free.
23880 There is overhead associated with searching for the trigger string, testing
23881 for the filter's existence and actually piping the text through the filter.
23882 The impact can be reduced if the Trigger Modifying Tokens above are 
23883 employed.
23885 &lt;End of help on this topic&gt;
23886 </BODY>
23887 </HTML>
23888 ====== h_config_sending_filter =====
23889 <HTML>
23890 <HEAD>
23891 <TITLE>OPTION: <!--#echo var="VAR_sending-filters"--></TITLE>
23892 </HEAD>
23893 <BODY>
23894 <H1>OPTION: <!--#echo var="VAR_sending-filters"--></H1>
23895       
23896 This option defines a list of text-filtering commands (programs and
23897 scripts) that may be selectively invoked to process a message just before
23898 it is sent.  If set, the Composer's ^X (Send) command will allow you to
23899 select which filter (or none) to apply to the message before it is sent. 
23900 For security reasons, the full path of the filter program must be
23901 specified.
23904 Command Modifying Tokens:
23906 <DL>
23907 <DT>_RECIPIENTS_</DT>
23908 <DD>When the command is executed, this token is replaced 
23909 with the space delimited list of recipients of the 
23910 message being sent. 
23911 </DD>
23912         
23913 <DT>_TMPFILE_</DT>
23914 <DD>
23915 When the command is executed, this token is 
23916 replaced with the path and name of the temporary 
23917 file containing the text to be filtered.  Alpine 
23918 expects the filter to replace this data with the 
23919 filter's result.
23922 NOTE: Use of this token implies that the text to 
23923 be filtered is not piped into standard input of the 
23924 executed command and its standard output is ignored. 
23925 Alpine restores the tty modes before invoking the
23926 filter in case the filter interacts with the user
23927 via its own standard input and output.  
23928 </DD>
23929                         
23930 <DT>_RESULTFILE_</DT>
23931 <DD>When the command is executed, this token is 
23932 replaced with the path and name of a temporary 
23933 file intended to contain a status message from the 
23934 filter.  Alpine displays this in the message status 
23935 field. 
23936 </DD>
23938 <DT>_DATAFILE_</DT>
23939 <DD>When the command is executed, this token is replaced 
23940 in the command line with the path and name of a 
23941 temporary file that Alpine creates once per session 
23942 and deletes upon exit.  The file is intended to be 
23943 used by the filter to store state information between 
23944 instances of the filter.
23945 </DD>
23946    
23947 <DT>_PREPENDKEY_</DT>
23948 <DD>When the command is executed, this token indicates 
23949 that a random number will be passed down the input 
23950 stream before the message text.  This number could 
23951 be used as a session key.  It is sent in this way 
23952 to improve security.  The number is unique to the 
23953 current Alpine session and is only generated once per 
23954 session. 
23955 </DD>
23957 <DT>_INCLUDEALLHDRS_</DT>
23958 <DD>When the command is executed, this token indicates 
23959 that the headers of the message will be passed down the input stream
23960 before the message text.
23961 </DD>
23963 <DT>_MIMETYPE_</DT>
23964 <DD>When the command is executed, this token is replaced in the
23965 command name with a temporary file name used to accept any new MIME
23966 Content-Type information necessitated by the output of the filter.
23967 Upon the filter's exit, if the file contains new MIME type
23968 information, Alpine verifies its format and replaces the outgoing
23969 message's MIME type information with that contained in the file. This
23970 is basically a cheap way of sending something other than Text/Plain.
23971 </DD>
23972 </DL>
23974 <P>   
23975 NOTE: Only the body text, which is visible in the Composer, is piped
23976 through this filter.  Attachments are not sent to the filter.
23977 <P>   
23978 Sending filters are not used if the feature
23979 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set.
23981 <UL>   
23982 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23983 </UL><P>
23984 &lt;End of help on this topic&gt;
23985 </BODY>
23986 </HTML>
23987 ====== h_config_keywords =====
23988 <HTML>
23989 <HEAD>
23990 <TITLE>OPTION: <!--#echo var="VAR_keywords"--></TITLE>
23991 </HEAD>
23992 <BODY>
23993 <H1>OPTION: <!--#echo var="VAR_keywords"--></H1>
23995 You may define your own set of keywords and optionally set them on a
23996 message by message basis.
23997 These are similar to the &quot;Important&quot; flag which the user
23998 may set using the Flag command.
23999 The difference is that the Important flag is always present for each folder.
24000 User-defined keywords are chosen by the user.
24001 You may set up the list of possible keywords here, or you may add keywords
24002 from the Flag Details screen that you
24003 can get to after typing the
24004 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
24005 command.
24006 After the keywords have been defined,
24007 then you use the <A HREF="h_common_flag">Flag command</A>
24008 to set or clear the keywords in each message.
24009 The behavior of the flag command may be modified by using the
24010 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
24011 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
24014 Keywords may be used when Selecting messages (Select Keyword).
24015 Keywords may also be used in the Patterns of Rules (Filters, Indexcolors, etc).
24016 Filter Rules may be used to set keywords automatically.
24017 Keywords may be displayed as part of the Subject of a message by using
24018 the SUBJKEY or SUBJKEYINIT tokens in the
24019 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
24020 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
24021 option may be used to modify the display of keywords using
24022 SUBJKEY and SUBJKEYINIT slightly.
24023 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
24024 screen by using the KEY or KEYINIT tokens.
24025 It is also possible to color keywords in the index using the
24026 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
24027 Keywords are not supported by all mail servers.
24030 You may give keywords nicknames if you wish.
24031 If the keyword definition you type in contains a SPACE character, then the
24032 actual value of the keyword is everything after the last SPACE and the
24033 nickname for that keyword is everything before the last SPACE.
24034 For example, suppose you are trying to interoperate with another email program
24035 that uses a particular keyword with an unpleasant name.
24036 Maybe it uses a keyword called
24038 <CENTER><SAMP>VendorName.SoftwareName.08</SAMP></CENTER>
24040 but for you that keyword means that the message is work-related.
24041 You could define a keyword to have the value
24043 <CENTER><SAMP>Work VendorName.SoftwareName.08</SAMP></CENTER>
24045 and then you would use the name &quot;Work&quot; when dealing with
24046 that keyword in Alpine.
24047 If you defined it as
24049 <CENTER><SAMP>My Work VendorName.SoftwareName.08</SAMP></CENTER>
24051 the nickname would be everything before the last SPACE, that is the nickname
24052 would be &quot;My Work&quot;.
24054 Some commonly used keywords begin with dollar signs.
24055 This presents a slight complication, because the dollar sign is normally used
24056 to signify
24057 <A HREF="h_news_config">environment variable expansion</A>
24058 in the Alpine configuration.
24059 In order to specify a keyword that begins with a dollar sign you must
24060 precede the dollar sign with a second dollar sign to escape its special
24061 meaning.
24062 For example, if you want to include the keyword
24064 <CENTER><SAMP>$Label1</SAMP></CENTER>
24066 as one of your possible keywords, you must enter the text
24068 <CENTER><SAMP>$$Label1</SAMP></CENTER>
24071 instead.
24073 There are a couple limitations.
24074 First, not all servers support keywords.
24075 Second, some servers (including the IMAP server included with Alpine)
24076 have a per folder limit on the number of keywords that may be defined.
24077 This count commonly includes every keyword you have ever used in the
24078 folder, even if it is no longer being used.
24079 In other words, you can add keywords but you cannot remove them easily.
24080 If you have changed keywords over the life of a folder and find that
24081 you have reached such a limit, one possible solution might be to copy
24082 all of the messages to a newly created folder (using Alpine) and then
24083 delete the original and rename the new folder.
24084 The reason this might work is that only the keywords currently set in
24085 any of the messages will be used in the new folder, hopefully putting you
24086 under the limit.
24089 <UL>   
24090 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24091 </UL><P>
24092 &lt;End of help on this topic&gt;
24093 </BODY>
24094 </HTML>
24095 ====== h_config_alt_addresses =====
24096 <HTML>
24097 <HEAD>
24098 <TITLE>OPTION: <!--#echo var="VAR_alt-addresses"--></TITLE>
24099 </HEAD>
24100 <BODY>
24101 <H1>OPTION: <!--#echo var="VAR_alt-addresses"--></H1>
24103 This option provides a place for you to list alternate email addresses
24104 you may have.
24105 Each address in the list should be the actual email address part of an
24106 address, without the full name field or the angle brackets.
24107 For example:
24110 <CENTER><SAMP>user@example.com</SAMP></CENTER>
24113 The matching is case-insensitive, so this would match any of
24114 <SAMP>User@example.com</SAMP>, <SAMP>user@Example.Com</SAMP>, or
24115 <SAMP>USER@EXAMPLE.COM</SAMP> as well.
24118 If set, the option affects the behavior of the Reply
24119 command and the &quot;+&quot; symbol in the MESSAGE INDEX, which denotes that
24120 a message has been addressed specifically to you.
24123 In the default INDEX display
24124 the personal name (or email address) of
24125 the person listed in the message's &quot;From:&quot; header
24126 field is usually displayed except when that address is yours or one of your
24127 alternate addresses.
24128 In that case you will usually see the name of
24129 the first person specified in the
24130 message's &quot;To:&quot; header field
24131 with the prefix &quot;To: &quot; prepended.
24134 With respect to Reply, the reply-to-all option will exclude addresses
24135 listed here.
24138 The feature
24139 <A HREF="h_config_copy_to_to_from"><!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></A>
24140 is somewhat related to this option.
24143 In addition to a list of actual addresses,
24144 you may use regular expressions (as used with egrep with the ignore case flag)
24145 to describe the addresses you want to match.
24146 Alpine will somewhat arbitrarily interpret your entry as a regular
24147 expression if it contains any of the characters
24148 *, |, +, ?, {, [, ^, $, or &#92;.
24149 Otherwise, it will be treated literally.
24150 The feature
24151 <a href="h_config_disable_regex"><!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
24152 may be used to turn off regular expression processing regardless of whether or not
24153 special characters appear in the entry.
24156 A description of how regular expressions work is beyond the
24157 scope of this help text, but some examples follow.
24160 The entry
24163 <CENTER><SAMP>.*@example.com</SAMP></CENTER>
24166 in the <!--#echo var="VAR_alt-addresses"--> list would mean that any
24167 address with a domain name of <SAMP>example.com</SAMP> (such as
24168 <SAMP>fred@example.com</SAMP> or <SAMP>wilma@example.com</SAMP>) will be considered
24169 one of your alternate addresses.
24170 Strictly speaking, the dot in <SAMP>example.com</SAMP> ought to be escaped with
24171 a backslash, as in <SAMP>example&#92;.com</SAMP>, and a dollar sign anchor ought
24172 to come at the end of the expression to prevent a match of <SAMP>example.com.org</SAMP>.
24173 Complicating things further, the dollar sign
24174 is special in the Alpine configuration (it signifies environment variable expansion)
24175 so the dollar sign should be doubled or backslash escaped for Alpine's sake.
24176 Quotes around the whole expression will not escape the dollar sign successfully.
24177 So this example should look like
24180 <CENTER><SAMP>.*@example&#92;.com$$</SAMP></CENTER>
24184 The entry
24187 <CENTER><SAMP>^fred[0-9]*@example.com$$</SAMP></CENTER>
24190 would match
24191 <SAMP>fred3@example.com</SAMP> or <SAMP>fred17@example.com</SAMP> as well
24192 as <SAMP>fred@example.com</SAMP>.
24195 You could match all addresses that look like
24196 <SAMP>fred+stuff@example.com</SAMP> for any value of <SAMP>stuff</SAMP> with the
24197 entry
24200 <CENTER><SAMP>^fred&#92;+.*@example.com$$</SAMP></CENTER>
24203 Notice that you have to escape the plus sign with a backslash because plus
24204 is a special character in regular expressions.
24205 If you wanted to match plain <SAMP>fred</SAMP> as well as <SAMP>fred+stuff</SAMP>
24206 the expression
24209 <CENTER><SAMP>^fred(()|&#92;+.*)@example.com$$</SAMP></CENTER>
24212 would do it, but it would be easier to just add fred@example.com as a
24213 separate entry.
24216 One more example, a match of all first-level subdomains, is given by
24219 <CENTER><SAMP>^fred@[[:alnum:]_-]*&#92;.example&#92;.com$$</SAMP></CENTER>
24223 Because the regular expression matching is based on an old library
24224 (<SAMP>hs_regex</SAMP>) the regular expressions might not work exactly as you expect,
24225 but they should be close.
24228 <UL>   
24229 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24230 </UL><P>
24231 &lt;End of help on this topic&gt;
24232 </BODY>
24233 </HTML>
24234 ====== h_config_abook_formats =====
24235 <HTML>
24236 <HEAD>
24237 <TITLE>OPTION: <!--#echo var="VAR_addressbook-formats"--></TITLE>
24238 </HEAD>
24239 <BODY>
24240 <H1>OPTION: <!--#echo var="VAR_addressbook-formats"--></H1>
24242 This option specifies the format that address books are displayed in.
24243 Normally, address books are displayed with the nicknames in the first
24244 column, the fullnames in the second column, and addresses in the third
24245 column.  The system figures out reasonable defaults for the widths of
24246 the columns.  An address book may be given a different format by
24247 listing special tokens in the order you want them to display.  The
24248 possible tokens are NICKNAME, FULLNAME, ADDRESS, FCC, and COMMENT.
24249 So, for example, to get the default behavior you could list
24252 <CENTER><!--#echo var="VAR_addressbook-formats"-->=NICKNAME FULLNAME ADDRESS</CENTER>
24255 (You can also use the token DEFAULT to get the default behavior for
24256 an address book format.)
24259 The tokens are separated by spaces.  &quot;<!--#echo var="VAR_addressbook-formats"-->&quot;
24260 is a list, so if you have more than one address book you may have a
24261 separate format for each by putting its format at the corresponding
24262 location in the &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.
24266 Listed first are the personal address books, then the global address
24267 books.  So, if you have two personal address books and one global
24268 address book, you may have up to three formats in the
24269 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.  If
24270 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; doesn't have as many elements as there
24271 are address books, the last element is used repeatedly.
24275 Each of the tokens may also be optionally followed by parentheses with
24276 either a number or a percentage inside the parentheses.  For example,
24277 <SAMP>FULLNAME(13)</SAMP> means to allocate 13 characters of space to
24278 the fullnames column, <SAMP>FULLNAME(20%)</SAMP> means to allocate 20%
24279 of the available space (the screen width minus the space for
24280 inter-column spaces) to the fullnames column, while plain
24281 <SAMP>FULLNAME</SAMP> means the system will attempt to figure out a
24282 reasonable number of columns.
24285 There are always 2 spaces between every column, so if you use
24286 fixed column widths (like 13) you should remember to take that into
24287 account.
24290 <UL>   
24291 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24292 </UL><P>
24293 &lt;End of help on this topic&gt;
24294 </BODY>
24295 </HTML>
24296 ====== h_config_set_index_format =====
24297 <HTML>
24298 <HEAD>
24299 <TITLE>Set Index Format</TITLE>
24300 </HEAD>
24301 <BODY>
24302 <H1>Set Index Format</H1>
24304 This option is used to customize the content of lines in the
24305 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.
24306 This action works exactly like the regular
24307 &quot;<!--#echo var="VAR_index-format"-->&quot; option in the Setup/Config screen,
24308 except that you can have a folder-specific value for it if you specify it here.
24309 Consult the help for
24310 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
24311 for more information.
24314 <UL>   
24315 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24316 </UL><P>
24317 &lt;End of help on this topic&gt;
24318 </BODY>
24319 </HTML>
24320 ====== h_config_index_format =====
24321 <HTML>
24322 <HEAD>
24323 <TITLE>OPTION: <!--#echo var="VAR_index-format"--></TITLE>
24324 </HEAD>
24325 <BODY>
24326 <H1>OPTION: <!--#echo var="VAR_index-format"--></H1>
24328 This option is used to customize the content of lines in the
24329 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.  Each line is intended 
24330 to convey some amount of immediately relevant information about each 
24331 message in the current folder.
24334 Alpine provides a pre-defined set of informational fields with
24335 reasonable column widths automatically computed.  You can, however,
24336 replace this default set by listing special tokens in the order you
24337 want them displayed.
24340 The list of available tokens is
24341 <A HREF="h_index_tokens">here</A>.
24344 Spaces are used to separate listed tokens.  Additionally, you can
24345 specify how much of the screen's width the token's associated data
24346 should occupy on the index line by appending to the token a pair of
24347 parentheses enclosing either a number or percentage.  For example,
24348 &quot;SUBJECT(13)&quot; means to allocate 13 characters of space to the subject
24349 column, and &quot;SUBJECT(20%)&quot; means to
24350 allocate 20% of the available space
24351 to the subjects column, while plain &quot;SUBJECT&quot; means the system will
24352 attempt to figure out a reasonable amount of space.
24355 There is always one space between every pair of columns, so if you use fixed
24356 column widths (like 13) you should remember to take that into account.
24357 Several of the fields are virtually fixed-width, so it doesn't make
24358 much sense to specify the width for them.  The fields STATUS,
24359 FULLSTATUS, IMAPSTATUS, MSGNO, the DATE fields, SIZE,
24360 and DESCRIPSIZE all fall into that category.
24361 You <EM>may</EM> specify widths for those if you wish, but
24362 you're probably better off letting the system pick those widths.  <P>
24365 The default is equivalent to:
24368 <CENTER><SAMP>STATUS MSGNO SMARTDATETIME24 FROMORTO(33%) SIZENARROW SUBJKEY(67%)</SAMP></CENTER>
24371 This means that the four fields without percentages will be allocated
24372 first, and then 33% and 67% of the <EM>remaining</EM> space will go to
24373 the from and subject fields.  If one of those two fields is specified
24374 as a percentage and the other is left for the system to choose, then
24375 the percentage is taken as an absolute percentage of the screen, not
24376 of the space remaining after allocating the first four columns.  It
24377 doesn't usually make sense to do it that way.  If you leave off all
24378 the widths, then the subject and from fields (if both are present) are
24379 allocated space in a 2 to 1 ratio, which is almost exactly the same as
24380 the default.
24383 What you are most likely to do with this configuration option is to
24384 specify which fields appear at all, which order they appear in, and the
24385 percentage of screen that is used for the from and subject fields if you
24386 don't like the 2 to 1 default.
24389 If you want to retain the default format that Pine 4.64 had, use
24392 <CENTER><SAMP><!--#echo var="VAR_index-format"-->=STATUS MSGNO DATE FROMORTO(33%) SIZE SUBJKEY(67%)</SAMP></CENTER>
24394 <EM>and</EM> set the feature
24395 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>.
24396 <UL>   
24397 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24398 </UL><P>
24399 &lt;End of help on this topic&gt;
24400 </BODY>
24401 </HTML>
24402 ====== h_config_reply_intro =====
24403 <HTML>
24404 <HEAD>
24405 <TITLE>OPTION: <!--#echo var="VAR_reply-leadin"--></TITLE>
24406 </HEAD>
24407 <BODY>
24408 <H1>OPTION: <!--#echo var="VAR_reply-leadin"--></H1>
24410 This option is used to customize the content of the introduction line
24411 that is included when replying to a message and including the original
24412 message in the reply.
24413 The normal default (what you will get if you delete this variable) looks
24414 something like:
24416 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
24418 where the day of the week is only included if it is available in the
24419 original message.
24420 You can replace this default with text of your own.
24421 The text may contain tokens that are replaced with text
24422 that depends on the message you are replying to.
24423 For example, the default is equivalent to:
24425 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
24428 Since this variable includes regular text mixed with special tokens
24429 the tokens have to be surrounded by underscore characters.
24430 For example, to use the token &quot;<SAMP>PREFDATE</SAMP>&quot;
24431 you would need to use &quot;<SAMP>_PREFDATE_</SAMP>&quot;,
24432 not &quot;<SAMP>PREFDATE</SAMP>&quot;.
24434 The list of available tokens is
24435 <A HREF="h_index_tokens">here</A>.
24438 By default, the text is all on a single line and is followed by a blank line.
24439 If your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; turns out to be longer
24440 than 80 characters when replying to a particular message, it is shortened.
24441 However, if you use the token
24443 <CENTER><SAMP>_NEWLINE_</SAMP></CENTER>
24446 anywhere in the value, no end of line or blank line is appended, and no
24447 shortening is done.
24448 The _NEWLINE_ token may be used to get rid of the blank line following
24449 the text, to add more blank lines, or to form a multi-line
24450 &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
24451 To clarify how _NEWLINE_ works recall that the default value is:
24453 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
24456 That is equivalent to
24458 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE__NEWLINE_</SAMP></CENTER>
24461 In the former case, two newlines are added automatically because
24462 no _NEWLINE_ token appears in the value of the option (for backwards
24463 compatibility). In the latter case, the newlines are explicit.
24464 If you want to remove the blank line that follows the
24465 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; text use a single
24466 _NEWLINE_ token like
24468 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE_</SAMP></CENTER>
24471 Because of the backwards compatibility problem, it is not possible to
24472 remove all of the ends of lines, because then there will be no _NEWLINE_ tokens
24473 and that will cause the automatic adding of two newlines!
24474 If you want, you may embed newlines in the middle of the text, as well,
24475 producing a multi-line &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
24478 By default, no attempt is made to localize the date.
24479 If you prefer a localized form you may find that one of the tokens
24480 _PREFDATE_ or _PREFDATETIME_ is a satisfactory substitute.
24481 If you want more control one of the many other date tokens, such as _DATEISO_,
24482 might be better.
24485 For the adventurous, there is a way to conditionally include text based
24486 on whether or not a token would result in specific replacement text.
24487 For example, you could include some text based on whether or not
24488 the _NEWS_ token would result in any newsgroups if it was used.
24489 It's explained in detail
24490 <A HREF="h_reply_token_conditionals">here</A>.
24493 In the very unlikely event that you want to include a literal token
24494 in the introduction line you must precede it with a backslash character.
24495 For example,
24497 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
24499 would produce something like
24501 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
24503 It is not possible to have a literal backslash followed by an expanded token.
24505 <UL>   
24506 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24507 </UL><P>
24508 &lt;End of help on this topic&gt;
24509 </BODY>
24510 </HTML>
24511 ====== h_config_remote_abook_history =====
24512 <HTML>
24513 <HEAD>
24514 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-history"--></TITLE>
24515 </HEAD>
24516 <BODY>
24517 <H1>OPTION: <!--#echo var="VAR_remote-abook-history"--></H1>
24519 Sets how many extra copies of
24520 remote address book
24521 data will be kept in each remote address book folder.
24522 The default is three.
24523 These extra copies are simply old versions of the data. Each time a change
24524 is made a new copy of the address book data is appended to the folder. Old
24525 copies are trimmed, if possible, when Alpine exits.
24526 An old copy can be put back into use by
24527 deleting and expunging newer versions of the data from the folder.
24528 Don't delete the first message from the folder. It is a special header
24529 message for the remote address book and it must be there.
24530 This is to prevent regular folders from being used as remote address book
24531 folders and having their data destroyed.
24533 This option is also used to determine how many extra copies of remote
24534 Alpine configuration files are kept.
24536 <UL>   
24537 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24538 </UL><P>
24539 &lt;End of help on this topic&gt;
24540 </BODY>
24541 </HTML>
24542 ====== h_config_remote_abook_validity =====
24543 <HTML>
24544 <HEAD>
24545 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-validity"--></TITLE>
24546 </HEAD>
24547 <BODY>
24548 <H1>OPTION: <!--#echo var="VAR_remote-abook-validity"--></H1>
24550 Sets the minimum number of minutes that a
24551 remote address book will be considered up to date.
24552 Whenever an entry contained in a remote address book is used,
24553 if more than this many minutes have
24554 passed since the last check the remote server will be queried to see if the
24555 address book has changed.
24556 If it has changed, the local copy is updated.
24557 The default value is five minutes.
24558 The special value of -1 means never check.
24559 The special value of zero means only check when the address book is first
24560 opened.
24562 No matter what the value, the validity check is always done when the
24563 address book is about to be changed by the user.
24564 The check can be initiated manually by typing <EM>^L</EM> (Ctrl-L)
24565 while in the address book maintenance screen for the remote address book.
24567 <UL>   
24568 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24569 </UL><P>
24570 &lt;End of help on this topic&gt;
24571 </BODY>
24572 </HTML>
24573 ====== h_config_user_input_timeo =====
24574 <HTML>
24575 <HEAD>
24576 <TITLE>OPTION: <!--#echo var="VAR_user-input-timeout"--></TITLE>
24577 </HEAD>
24578 <BODY>
24579 <H1>OPTION: <!--#echo var="VAR_user-input-timeout"--></H1>
24581 If this is set to an integer greater than zero, then this is the number
24582 of <EM>hours</EM> to wait for user input before Alpine times out.
24583 If Alpine is
24584 in the midst of composing a message or is waiting for user response to
24585 a question, then it will not timeout.
24586 However, if Alpine is sitting idle waiting for
24587 the user to tell it what to do next and the user does not give any
24588 input for this many hours, Alpine will exit.
24589 No expunging or moving of read
24590 messages will take place.
24591 It will exit similarly to the way it would exit
24592 if it received a hangup signal.
24593 This may be useful for cleaning up unused Alpine sessions that have been
24594 forgotten by their owners.
24595 The Alpine developers envision system administrators
24596 setting this to a value of several hours (24?) so that it won't surprise
24597 a user who didn't want to be disconnected.
24599 <UL>   
24600 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24601 </UL><P>
24602 &lt;End of help on this topic&gt;
24603 </BODY>
24604 </HTML>
24605 ====== h_config_ssh_open_timeo =====
24606 <HTML>
24607 <HEAD>
24608 <TITLE>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></TITLE>
24609 </HEAD>
24610 <BODY>
24611 <H1>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></H1>
24613 Sets the time in seconds that Alpine will
24614 attempt to open a UNIX secure shell connection.
24615 The default is 15, the minimum non-zero value is 5,
24616 and the maximum is unlimited. If this is set to zero ssh connections
24617 will be completely disabled.
24619 <UL>   
24620 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24621 </UL><P>
24622 &lt;End of help on this topic&gt;
24623 </BODY>
24624 </HTML>
24625 ====== h_config_rsh_open_timeo =====
24626 <HTML>
24627 <HEAD>
24628 <TITLE>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></TITLE>
24629 </HEAD>
24630 <BODY>
24631 <H1>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></H1>
24633 Sets the time in seconds that Alpine will
24634 attempt to open a UNIX remote shell connection.
24635 The default is 15, the minimum non-zero value is 5,
24636 and the maximum is unlimited. If this is set to zero rsh connections
24637 will be completely disabled.
24638 This might be useful if rsh connections will never work in your environment
24639 but are causing delays due to firewalls or some other reason.
24641 <UL>   
24642 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24643 </UL><P>
24644 &lt;End of help on this topic&gt;
24645 </BODY>
24646 </HTML>
24647 ====== h_config_tcp_open_timeo =====
24648 <HTML>
24649 <HEAD>
24650 <TITLE>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></TITLE>
24651 </HEAD>
24652 <BODY>
24653 <H1>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></H1>
24655 Sets the time in seconds that Alpine will
24656 attempt to open a network connection. The default is 30, the minimum is 5,
24657 and the maximum is system defined (typically 75). If a connection has not
24658 completed within this many seconds Alpine will give up and consider it a
24659 failed connection.
24661 <UL>   
24662 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24663 </UL><P>
24664 &lt;End of help on this topic&gt;
24665 </BODY>
24666 </HTML>
24667 ====== h_config_tcp_readwarn_timeo =====
24668 <HTML>
24669 <HEAD>
24670 <TITLE>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></TITLE>
24671 </HEAD>
24672 <BODY>
24673 <H1>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></H1>
24675 Sets the time in seconds that Alpine will
24676 wait for a network read before warning you that things are moving slowly
24677 and possibly giving you the option to break the connection.
24678 The default is 15 seconds. The minimum is 5 seconds and the maximumn is
24679 1000 seconds.
24681 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
24683 <UL>   
24684 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24685 </UL><P>
24686 &lt;End of help on this topic&gt;
24687 </BODY>
24688 </HTML>
24689 ====== h_config_tcp_writewarn_timeo =====
24690 <HTML>
24691 <HEAD>
24692 <TITLE>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></TITLE>
24693 </HEAD>
24694 <BODY>
24695 <H1>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></H1>
24697 Sets the time in seconds that Alpine will
24698 wait for a network write before warning you that things are moving slowly
24699 and possibly giving you the option to break the connection.
24700 The default is 0 which means it is unset. If set to a non-zero value, the
24701 minimum is 5 and the maximum is 1000.
24703 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
24705 <UL>   
24706 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24707 </UL><P>
24708 &lt;End of help on this topic&gt;
24709 </BODY>
24710 </HTML>
24711 ====== h_config_tcp_query_timeo =====
24712 <HTML>
24713 <HEAD>
24714 <TITLE>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></TITLE>
24715 </HEAD>
24716 <BODY>
24717 <H1>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></H1>
24719 When Alpine times out a network read or write it will normally just display
24720 a message saying &quot;Still waiting&quot;.
24721 However, if enough time has elapsed since it started waiting it will offer
24722 to let you break the connection.
24723 That amount of time is set by this option, which defaults to 60 seconds,
24724 has a minimum of 5 seconds, and a maximum of 1000 seconds.
24726 <UL>   
24727 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24728 </UL><P>
24729 &lt;End of help on this topic&gt;
24730 </BODY>
24731 </HTML>
24732 ====== h_config_incoming_folders =====
24733 <HTML>
24734 <HEAD>
24735 <TITLE>OPTION: <!--#echo var="VAR_incoming-folders"--></TITLE>
24736 </HEAD>
24737 <BODY>
24738 <H1>OPTION: <!--#echo var="VAR_incoming-folders"--></H1>
24740 This is a list of one or more folders other than <EM>INBOX</EM> that
24741 may receive new messages.
24742 It is related to the
24743 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
24744 feature.
24745 This variable is normally manipulated with the Add, Delete, and Rename
24746 commands in the FOLDER LIST for the Incoming Message Folders collection.
24748 <UL>   
24749 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24750 </UL><P>
24751 &lt;End of help on this topic&gt;
24752 </BODY>
24753 </HTML>
24754 ====== h_config_folder_spec =====
24755 <HTML>
24756 <HEAD>
24757 <TITLE>OPTION: <!--#echo var="VAR_folder-collections"--></TITLE>
24758 </HEAD>
24759 <BODY>
24760 <H1>OPTION: <!--#echo var="VAR_folder-collections"--></H1>
24762 This is a list of one or more collections where saved mail is stored. 
24763 The first collection in this list is the default
24764 collection for <EM>Save</EM>s,
24765 including <A HREF="h_config_default_fcc"><!--#echo var="VAR_default-fcc"--></A>.
24767 This variable is normally manipulated using the Setup/collectionList screen.
24769 <UL>   
24770 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24771 </UL><P>
24772 &lt;End of help on this topic&gt;
24773 </BODY>
24774 </HTML>
24775 ====== h_config_news_spec =====
24776 <HTML>
24777 <HEAD>
24778 <TITLE>OPTION: <!--#echo var="VAR_news-collections"--></TITLE>
24779 </HEAD>
24780 <BODY>
24781 <H1>OPTION: <!--#echo var="VAR_news-collections"--></H1>
24783 This is a list of collections where news folders are located.
24785 This variable is normally manipulated using the Setup/collectionList screen.
24787 <UL>   
24788 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24789 </UL><P>
24790 &lt;End of help on this topic&gt;
24791 </BODY>
24792 </HTML>
24793 ====== h_config_address_book =====
24794 <HTML>
24795 <HEAD>
24796 <TITLE>OPTION: <!--#echo var="VAR_address-book"--></TITLE>
24797 </HEAD>
24798 <BODY>
24799 <H1>OPTION: <!--#echo var="VAR_address-book"--></H1>
24801 A list of personal address books.
24802 Each entry in the list is an
24803 optional nickname followed by a pathname or file name relative to the home
24804 directory.
24805 The nickname is separated from the rest of the line with whitespace.
24806 Instead of a local pathname or file name, a remote folder name can be given.
24807 This causes the address book to
24808 be a Remote address book.
24810 Use the Setup/AddressBook screen to modify this variable.
24812 <UL>   
24813 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24814 </UL><P>
24815 &lt;End of help on this topic&gt;
24816 </BODY>
24817 </HTML>
24818 ====== h_config_glob_addrbook =====
24819 <HTML>
24820 <HEAD>
24821 <TITLE>OPTION: <!--#echo var="VAR_global-address-book"--></TITLE>
24822 </HEAD>
24823 <BODY>
24824 <H1>OPTION: <!--#echo var="VAR_global-address-book"--></H1>
24826 A list of shared address books.  Each entry in the list is an
24827 optional nickname followed by a pathname or file name relative to the home
24828 directory.
24829 A SPACE character separates the nickname from the rest of the line.
24830 Instead of a local pathname or file name, a remote folder name can be given.
24831 This causes the address book to
24832 be a Remote address book.
24833 Global address books are
24834 defined to be ReadOnly.
24836 Use the Setup/AddressBook screen to modify this variable.
24838 <UL>   
24839 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24840 </UL><P>
24841 &lt;End of help on this topic&gt;
24842 </BODY>
24843 </HTML>
24844 ====== h_config_last_vers =====
24845 <HTML>
24846 <HEAD>
24847 <TITLE>OPTION: <!--#echo var="VAR_last-version-used"--></TITLE>
24848 </HEAD>
24849 <BODY>
24850 <H1>OPTION: <!--#echo var="VAR_last-version-used"--></H1>
24852 This is set automatically by Alpine. 
24853 It is used to keep track of the last version of Alpine that
24854 was run by the user.
24855 Whenever the version number increases, a new version message is printed out.
24856 This may not be set in the system-wide configuration files.
24858 <UL>   
24859 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24860 </UL><P>
24861 &lt;End of help on this topic&gt;
24862 </BODY>
24863 </HTML>
24864 ====== h_config_printer =====
24865 <HTML>
24866 <HEAD>
24867 <TITLE>OPTION: Printer</TITLE>
24868 </HEAD>
24869 <BODY>
24870 <H1>OPTION: Printer</H1>
24872 Your default printer selection.
24874 Use the Setup/Printer screen to modify this variable.
24876 <UL>   
24877 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24878 </UL><P>
24879 &lt;End of help on this topic&gt;
24880 </BODY>
24881 </HTML>
24882 ====== h_config_print_cat =====
24883 <HTML>
24884 <HEAD>
24885 <TITLE>OPTION: <!--#echo var="VAR_personal-print-category"--></TITLE>
24886 </HEAD>
24887 <BODY>
24888 <H1>OPTION: <!--#echo var="VAR_personal-print-category"--></H1>
24890 This is an internal Alpine variable.
24891 It will be equal to 1, 2, or 3 depending on whether the default printer is
24892 attached, standard, or a personal print command.
24894 Use the Setup/Printer screen to modify this variable.
24896 <UL>   
24897 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24898 </UL><P>
24899 &lt;End of help on this topic&gt;
24900 </BODY>
24901 </HTML>
24902 ====== h_config_print_command =====
24903 <HTML>
24904 <HEAD>
24905 <TITLE>OPTION: <!--#echo var="VAR_personal-print-command"--></TITLE>
24906 </HEAD>
24907 <BODY>
24908 <H1>OPTION: <!--#echo var="VAR_personal-print-command"--></H1>
24910 List of personal print commands.
24912 Use the Setup/Printer screen to modify this variable.
24914 <UL>   
24915 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24916 </UL><P>
24917 &lt;End of help on this topic&gt;
24918 </BODY>
24919 </HTML>
24920 ====== h_config_pat_old =====
24921 <HTML>
24922 <HEAD>
24923 <TITLE>OPTION: Patterns</TITLE>
24924 </HEAD>
24925 <BODY>
24926 <H1>OPTION: Patterns</H1>
24928 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by the
24929 options Patterns-Roles, Patterns-Filters, Patterns-Scores, Patterns-Indexcolors,
24930 and Patterns-Other.
24931 Patterns-Scores and Patterns-Filters have been replaced since then by
24932 Patterns-Scores2 and Patterns-Filters2.
24934 Use the Setup/Rules screens to modify these variable.
24936 <UL>   
24937 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24938 </UL><P>
24939 &lt;End of help on this topic&gt;
24940 </BODY>
24941 </HTML>
24942 ====== h_config_pat_roles =====
24943 <HTML>
24944 <HEAD>
24945 <TITLE>OPTION: <!--#echo var="VAR_patterns-roles"--></TITLE>
24946 </HEAD>
24947 <BODY>
24948 <H1>OPTION: <!--#echo var="VAR_patterns-roles"--></H1>
24950 List of rules used for roles.
24951 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by this and
24952 other options.
24954 Use the Setup/Rules/Roles screen to modify this variable.
24956 <UL>   
24957 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24958 </UL><P>
24959 &lt;End of help on this topic&gt;
24960 </BODY>
24961 </HTML>
24962 ====== h_config_pat_filts =====
24963 <HTML>
24964 <HEAD>
24965 <TITLE>OPTION: <!--#echo var="VAR_patterns-filters2"--></TITLE>
24966 </HEAD>
24967 <BODY>
24968 <H1>OPTION: <!--#echo var="VAR_patterns-filters2"--></H1>
24970 List of rules used for filters.
24972 Use the Setup/Rules/Filters screen to modify this variable.
24974 <UL>   
24975 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24976 </UL><P>
24977 &lt;End of help on this topic&gt;
24978 </BODY>
24979 </HTML>
24980 ====== h_config_pat_scores =====
24981 <HTML>
24982 <HEAD>
24983 <TITLE>OPTION: <!--#echo var="VAR_patterns-scores2"--></TITLE>
24984 </HEAD>
24985 <BODY>
24986 <H1>OPTION: <!--#echo var="VAR_patterns-scores2"--></H1>
24988 List of rules used for scoring.
24990 Use the Setup/Rules/SetScores screen to modify this variable.
24992 <UL>   
24993 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24994 </UL><P>
24995 &lt;End of help on this topic&gt;
24996 </BODY>
24997 </HTML>
24998 ====== h_config_pat_other =====
24999 <HTML>
25000 <HEAD>
25001 <TITLE>OPTION: <!--#echo var="VAR_patterns-other"--></TITLE>
25002 </HEAD>
25003 <BODY>
25004 <H1>OPTION: <!--#echo var="VAR_patterns-other"--></H1>
25006 List of rules used for miscellaneous configuration.
25008 Use the Setup/Rules/Other 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_incols =====
25017 <HTML>
25018 <HEAD>
25019 <TITLE>OPTION: patterns-indexcolors</TITLE>
25020 </HEAD>
25021 <BODY>
25022 <H1>OPTION: patterns-indexcolors</H1>
25024 List of rules used for coloring lines in the index.
25026 Use the Setup/Rules/Indexcolor 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_srch =====
25035 <HTML>
25036 <HEAD>
25037 <TITLE>OPTION: patterns-search</TITLE>
25038 </HEAD>
25039 <BODY>
25040 <H1>OPTION: patterns-search</H1>
25042 List of rules used only for searching with the Select command in the MESSAGE INDEX.
25044 Use the Setup/Rules/searCh 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_font_name =====
25053 <HTML>
25054 <HEAD>
25055 <TITLE>OPTION: Font Name</TITLE>
25056 </HEAD>
25057 <BODY>
25058 <H1>OPTION: Font Name</H1>
25060 PC-Alpine only.
25062 Name of normal font.
25064 Use the pulldown Config menu to modify this variable.
25066 <UL>   
25067 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25068 </UL><P>
25069 &lt;End of help on this topic&gt;
25070 </BODY>
25071 </HTML>
25072 ====== h_config_font_size =====
25073 <HTML>
25074 <HEAD>
25075 <TITLE>OPTION: Font Size</TITLE>
25076 </HEAD>
25077 <BODY>
25078 <H1>OPTION: Font Size</H1>
25080 PC-Alpine only.
25082 Size of normal font.
25084 Use the pulldown Config menu to modify this variable.
25086 <UL>   
25087 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25088 </UL><P>
25089 &lt;End of help on this topic&gt;
25090 </BODY>
25091 </HTML>
25092 ====== h_config_font_style =====
25093 <HTML>
25094 <HEAD>
25095 <TITLE>OPTION: Font Style</TITLE>
25096 </HEAD>
25097 <BODY>
25098 <H1>OPTION: Font Style</H1>
25100 PC-Alpine only.
25102 Style of normal font.
25104 Use the pulldown Config menu to modify this variable.
25106 <UL>   
25107 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25108 </UL><P>
25109 &lt;End of help on this topic&gt;
25110 </BODY>
25111 </HTML>
25112 ====== h_config_font_char_set =====
25113 <HTML>
25114 <HEAD>
25115 <TITLE>OPTION: Font Character Set</TITLE>
25116 </HEAD>
25117 <BODY>
25118 <H1>OPTION: Font Character Set</H1>
25120 PC-Alpine only.
25122 Character set of normal font.
25124 Use the pulldown Config menu to modify this variable.
25126 <UL>   
25127 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25128 </UL><P>
25129 &lt;End of help on this topic&gt;
25130 </BODY>
25131 </HTML>
25132 ====== h_config_print_font_name =====
25133 <HTML>
25134 <HEAD>
25135 <TITLE>OPTION: Print-Font-Name</TITLE>
25136 </HEAD>
25137 <BODY>
25138 <H1>OPTION: Print-Font-Name</H1>
25140 PC-Alpine only.
25142 Name of printer font.
25144 Use the pulldown Config menu to modify this variable.
25146 <UL>   
25147 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25148 </UL><P>
25149 &lt;End of help on this topic&gt;
25150 </BODY>
25151 </HTML>
25152 ====== h_config_print_font_size =====
25153 <HTML>
25154 <HEAD>
25155 <TITLE>OPTION: Print-Font-Size</TITLE>
25156 </HEAD>
25157 <BODY>
25158 <H1>OPTION: Print-Font-Size</H1>
25160 PC-Alpine only.
25162 Size of printer font.
25164 Use the pulldown Config menu to modify this variable.
25166 <UL>   
25167 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25168 </UL><P>
25169 &lt;End of help on this topic&gt;
25170 </BODY>
25171 </HTML>
25172 ====== h_config_print_font_style =====
25173 <HTML>
25174 <HEAD>
25175 <TITLE>OPTION: Print-Font-Style</TITLE>
25176 </HEAD>
25177 <BODY>
25178 <H1>OPTION: Print-Font-Style</H1>
25180 PC-Alpine only.
25182 Style of printer font.
25184 Use the pulldown Config menu to modify this variable.
25186 <UL>   
25187 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25188 </UL><P>
25189 &lt;End of help on this topic&gt;
25190 </BODY>
25191 </HTML>
25192 ====== h_config_print_font_char_set =====
25193 <HTML>
25194 <HEAD>
25195 <TITLE>OPTION: Print-Font-Char-Set</TITLE>
25196 </HEAD>
25197 <BODY>
25198 <H1>OPTION: Print-Font-Char-Set</H1>
25200 PC-Alpine only.
25202 Character set of printer font.
25204 Use the pulldown Config menu to modify this variable.
25206 <UL>   
25207 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25208 </UL><P>
25209 &lt;End of help on this topic&gt;
25210 </BODY>
25211 </HTML>
25212 ====== h_config_window_position =====
25213 <HTML>
25214 <HEAD>
25215 <TITLE>OPTION: Window-Position</TITLE>
25216 </HEAD>
25217 <BODY>
25218 <H1>OPTION: Window-Position</H1>
25220 PC-Alpine only.
25222 Position on the screen of the Alpine window.
25224 Alpine normally maintains this variable itself, and it is set automatically. 
25225 This variable is provided to those who wish to use the same window position 
25226 across different machines from the same configuration.
25227 <A HREF="h_config_winpos_in_config"><!--#echo var="FEAT_store-window-position-in-config"--></A> 
25228 must also be set for this setting to be used.
25230 The format for this variable is of the form: <CODE>CxR+X+Y</CODE>, where
25231 C is the number of columns, R is the number of rows, and X and Y specify the
25232 top left corner of the window.
25234 <UL>   
25235 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25236 </UL><P>
25237 &lt;End of help on this topic&gt;
25238 </BODY>
25239 </HTML>
25240 ====== h_config_cursor_style =====
25241 <HTML>
25242 <HEAD>
25243 <TITLE>OPTION: Cursor Style</TITLE>
25244 </HEAD>
25245 <BODY>
25246 <H1>OPTION: Cursor Style</H1>
25248 PC-Alpine only.
25250 Cursor style.
25252 Use the pulldown Config menu to modify this variable.
25254 <UL>   
25255 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25256 </UL><P>
25257 &lt;End of help on this topic&gt;
25258 </BODY>
25259 </HTML>
25260 ====== h_config_ldap_servers =====
25261 <HTML>
25262 <HEAD>
25263 <TITLE>OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
25264 </HEAD>
25265 <BODY>
25266 <H1>OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
25268 List of LDAP servers and associated data.
25270 Use the Setup/Directory screen to modify this variable.
25272 <UL>   
25273 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25274 </UL><P>
25275 &lt;End of help on this topic&gt;
25276 </BODY>
25277 </HTML>
25278 ====== h_config_sendmail_path =====
25279 <HTML>
25280 <HEAD>
25281 <TITLE>OPTION: <!--#echo var="VAR_sendmail-path"--></TITLE>
25282 </HEAD>
25283 <BODY>
25284 <H1>OPTION: <!--#echo var="VAR_sendmail-path"--></H1>
25286 This names the path to an
25287 alternative program, and any necessary arguments, to be used in posting
25288 mail messages. See the Technical notes for more information.
25290 <UL>   
25291 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25292 </UL><P>
25293 &lt;End of help on this topic&gt;
25294 </BODY>
25295 </HTML>
25296 ====== h_config_oper_dir =====
25297 <HTML>
25298 <HEAD>
25299 <TITLE>OPTION: <!--#echo var="VAR_operating-dir"--></TITLE>
25300 </HEAD>
25301 <BODY>
25302 <H1>OPTION: <!--#echo var="VAR_operating-dir"--></H1>
25304 This names the root of the
25305 tree to which you are restricted when reading and writing folders and
25306 files. It is usually used in the system-wide,
25307 <EM>fixed</EM> configuration file.
25309 <UL>   
25310 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25311 </UL><P>
25312 &lt;End of help on this topic&gt;
25313 </BODY>
25314 </HTML>
25315 ====== h_config_rshpath =====
25316 <HTML>
25317 <HEAD>
25318 <TITLE>OPTION: <!--#echo var="VAR_rsh-path"--></TITLE>
25319 </HEAD>
25320 <BODY>
25321 <H1>OPTION: <!--#echo var="VAR_rsh-path"--></H1>
25323 Sets the name of the command used to open a UNIX remote shell
25324 connection. The default is typically <CODE>/usr/ucb/rsh</CODE>.
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_rshcmd =====
25333 <HTML>
25334 <HEAD>
25335 <TITLE>OPTION: <!--#echo var="VAR_rsh-command"--></TITLE>
25336 </HEAD>
25337 <BODY>
25338 <H1>OPTION: <!--#echo var="VAR_rsh-command"--></H1>
25340 Sets the format of the command used to
25341 open a UNIX remote shell connection. The default is
25342 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
25343 provided command. The first is for the command's pathname, the second is
25344 for the host to connnect to, the third is for the user to connect as, and
25345 the fourth is for the connection method (typically <CODE>imap</CODE>).
25347 <UL>   
25348 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25349 </UL><P>
25350 &lt;End of help on this topic&gt;
25351 </BODY>
25352 </HTML>
25353 ====== h_config_sshpath =====
25354 <HTML>
25355 <HEAD>
25356 <TITLE>OPTION: <!--#echo var="VAR_ssh-path"--></TITLE>
25357 </HEAD>
25358 <BODY>
25359 <H1>OPTION: <!--#echo var="VAR_ssh-path"--></H1>
25361 Sets the name of the command used to open a UNIX secure shell
25362 connection. The default is typically <CODE>/usr/bin/ssh</CODE>.
25364 <UL>   
25365 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25366 </UL><P>
25367 &lt;End of help on this topic&gt;
25368 </BODY>
25369 </HTML>
25370 ====== h_config_sshcmd =====
25371 <HTML>
25372 <HEAD>
25373 <TITLE>OPTION: <!--#echo var="VAR_ssh-command"--></TITLE>
25374 </HEAD>
25375 <BODY>
25376 <H1>OPTION: <!--#echo var="VAR_ssh-command"--></H1>
25378 Sets the format of the command used to
25379 open a UNIX secure shell connection. The default is
25380 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
25381 provided command. The first is for the command's pathname, the second is
25382 for the host to connnect to, the third is for the user to connect as, and
25383 the fourth is for the connection method (typically <CODE>imap</CODE>).
25385 <UL>   
25386 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25387 </UL><P>
25388 &lt;End of help on this topic&gt;
25389 </BODY>
25390 </HTML>
25391 ====== h_config_new_ver_quell =====
25392 <HTML>
25393 <HEAD>
25394 <TITLE>OPTION: <!--#echo var="VAR_new-version-threshold"--></TITLE>
25395 </HEAD>
25396 <BODY>
25397 <H1>OPTION: <!--#echo var="VAR_new-version-threshold"--></H1>
25399 When a new version of Alpine is run for the first time it offers a
25400 special explanatory screen to the user upon startup.  This option
25401 helps control when and if that special screen appears for users that
25402 have previously run Alpine.  It takes as its value an Alpine version
25403 number.  Alpine versions less than the specified value will supress this
25404 special screen while versions equal to or greater than that specified
25405 will behave normally.
25407 <UL>   
25408 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25409 </UL><P>
25410 &lt;End of help on this topic&gt;
25411 </BODY>
25412 </HTML>
25413 ====== h_config_disable_drivers =====
25414 <HTML>
25415 <HEAD>
25416 <TITLE>OPTION: <!--#echo var="VAR_disable-these-drivers"--></TITLE>
25417 </HEAD>
25418 <BODY>
25419 <H1>OPTION: <!--#echo var="VAR_disable-these-drivers"--></H1>
25421 This variable is a list of mail drivers that will be disabled.
25422 The candidates for disabling are listed below.
25423 There may be more in the future if you compile Alpine with
25424 a newer version of the c-client library.
25427 <UL>
25428 <LI> mbox
25429 <LI> mbx
25430 <LI> mh
25431 <LI> mmdf
25432 <LI> mtx
25433 <LI> mx
25434 <LI> news
25435 <LI> phile
25436 <LI> tenex
25437 <LI> unix
25438 </UL>
25441 The <EM>mbox</EM> driver enables the following behavior: if there is a
25442 file called <CODE>mbox</CODE>
25443 in your home directory, and if that file is either empty or in Unix mailbox
25444 format, then every time you open <EM>INBOX</EM> the <EM>mbox</EM> driver
25445 will automatically transfer mail from the system mail spool directory into the
25446 <CODE>mbox</CODE> file and
25447 delete it from the spool directory. If you disable the <EM>mbox</EM> driver,
25448 this will not happen.
25451 It is not recommended to disable the driver that supports the system default
25452 mailbox format. On most non-SCO systems, that driver is the
25453 <EM>unix</EM> driver.
25454 On most SCO systems, it is the <EM>mmdf</EM> driver.
25455 The system default driver may be
25456 configured to something else on your system; check with your system manager
25457 for additional information.
25460 It is most likely not very useful for you to disable any of the drivers other
25461 than possibly <EM>mbox</EM>.
25462 You could disable some of the others if you know for
25463 certain that you don't need them but the performance gain in doing so
25464 is very modest.
25466 <UL>   
25467 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25468 </UL><P>
25469 &lt;End of help on this topic&gt;
25470 </BODY>
25471 </HTML>
25472 ====== h_config_disable_auths =====
25473 <HTML>
25474 <HEAD>
25475 <TITLE>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></TITLE>
25476 </HEAD>
25477 <BODY>
25478 <H1>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></H1>
25480 This variable is a list of SASL (Simple Authentication and Security
25481 Layer) authenticators that will be disabled.
25482 SASL is a mechanism for
25483 authenticating to IMAP, POP3, SMTP, and other network servers.
25486 Alpine matches its list of supported authenticators with the server to
25487 determine the most secure authenticator that is supported by both.
25488 If no matching authenticators are found, Alpine will revert to plaintext
25489 login (or, in the case of SMTP, will be unable to authenticate at all).
25491 The candidates for disabling can be found <A HREF="X-Alpine-Config:">here</A>.
25494 Normally, you will not disable any authenticators.
25495 There are two exceptions:
25497 <OL>
25498 <LI> You use a broken server that advertises an authenticator,
25499 but does not actually implement it.
25500 <LI> You have a Kerberos-capable version of Alpine and the server is
25501 also Kerberos-capable, but you can not obtain Kerberos
25502 credentials on the server machine, thus you desire to disable
25503 GSSAPI (which in turn disables Alpine's Kerberos support).
25504 </OL>
25506 It is never necessary to disable authenticators, since Alpine will try
25507 other authenticators before giving up.
25508 However, disabling the relevant authenticator avoids annoying error messages.
25510 <UL>   
25511 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25512 </UL><P>
25513 &lt;End of help on this topic&gt;
25514 </BODY>
25515 </HTML>
25516 ====== h_config_abook_metafile =====
25517 <HTML>
25518 <HEAD>
25519 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></TITLE>
25520 </HEAD>
25521 <BODY>
25522 <H1>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></H1>
25524 This is usually set by Alpine and is the name of a file
25525 that contains data about
25526 remote address books and remote configuration files.
25528 <UL>   
25529 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25530 </UL><P>
25531 &lt;End of help on this topic&gt;
25532 </BODY>
25533 </HTML>
25534 ====== h_config_composer_wrap_column =====
25535 <HTML>
25536 <HEAD>
25537 <TITLE>OPTION: <!--#echo var="VAR_composer-wrap-column"--></TITLE>
25538 </HEAD>
25539 <BODY>
25540 <H1>OPTION: <!--#echo var="VAR_composer-wrap-column"--></H1>
25543 This option specifies an aspect of Alpine's Composer.  This gives the
25544 maximum width that auto-wrapped lines will have.  It's also the maximum
25545 width of lines justified using the <A HREF="h_compose_justify">^J
25546 Justify</A> command.  The normal default
25547 is &quot;74&quot;.  The largest allowed setting is normally &quot;80&quot;
25548 in order to
25549 prevent very long lines from being sent in outgoing mail.  When the mail
25550 is actually sent, trailing spaces will be stripped off of each line.
25553 <UL>   
25554 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25555 </UL><P>
25556 &lt;End of help on this topic&gt;
25557 </BODY>
25558 </HTML>
25559 ====== h_config_deadlets =====
25560 <HTML>
25561 <HEAD>
25562 <TITLE>OPTION: <!--#echo var="VAR_dead-letter-files"--></TITLE>
25563 </HEAD>
25564 <BODY>
25565 <H1>OPTION: <!--#echo var="VAR_dead-letter-files"--></H1>
25568 This option affects Alpine's behavior when you cancel a message being
25569 composed.  Alpine's usual behavior is to write the canceled message to
25570 a file named 
25571 <!--chtml if pinemode="os_windows"-->
25572 &quot;DEADLETR&quot;,
25573 <!--chtml else-->
25574 &quot;dead.letter&quot; in your home directory,
25575 <!--chtml endif-->
25576 overwriting any previous message.
25578 If you set this option to a value higher than one, then that many copies
25579 of dead letter files will be saved.
25580 For example, if you set this option to &quot;3&quot; then you may have
25581 files named
25582 <!--chtml if pinemode="os_windows"-->
25583 &quot;DEADLETR&quot;,
25584 &quot;DEADLETR2&quot;, and
25585 &quot;DEADLETR3&quot;.
25586 <!--chtml else-->
25587 &quot;dead.letter&quot;,
25588 &quot;dead.letter2&quot;, and
25589 &quot;dead.letter3&quot; in your home directory.
25590 <!--chtml endif-->
25591 In this example, the most recently cancelled message will be in
25592 <!--chtml if pinemode="os_windows"-->
25593 &quot;DEADLETR&quot;,
25594 <!--chtml else-->
25595 &quot;dead.letter&quot;,
25596 <!--chtml endif-->
25597 and the third most recently cancelled message will be in
25598 <!--chtml if pinemode="os_windows"-->
25599 &quot;DEADLETR3&quot;.
25600 <!--chtml else-->
25601 &quot;dead.letter3&quot;.
25602 <!--chtml endif-->
25603 The fourth most recently cancelled message will no longer be saved.
25606 If you set this option to zero, then NO record of canceled messages is
25607 maintained.
25609 If the feature
25610 <A HREF="h_config_quell_dead_letter"><!--#echo var="FEAT_quell-dead-letter-on-cancel"--></A>
25611 is set, that overrides whatever you set for this option.
25612 If this option had existed at the time, then the Quell feature would not
25613 have been added, but it is still there for backwards compatibility.
25614 So, in order for this option to have the desired effect, make sure the
25615 Quell feature is turned off.
25618 <UL>   
25619 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25620 </UL><P>
25621 &lt;End of help on this topic&gt;
25622 </BODY>
25623 </HTML>
25624 ====== h_config_maxremstream =====
25625 <HTML>
25626 <HEAD>
25627 <TITLE>OPTION: <!--#echo var="VAR_max-remote-connections"--></TITLE>
25628 </HEAD>
25629 <BODY>
25630 <H1>OPTION: <!--#echo var="VAR_max-remote-connections"--></H1>
25632 This option affects low-level behavior of Alpine.
25633 The default value for this option is <EM>3</EM>.
25634 If your INBOX is accessed using the IMAP protocol
25635 from an IMAP server, that connection is kept open throughout the
25636 duration of your Alpine session, independent of the value of this option.
25637 The same is true of any 
25638 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
25639 you have defined.
25640 This option controls Alpine's behavior when connecting to remote IMAP folders
25641 other than your INBOX or your <!--#echo var="VAR_stay-open-folders"-->.
25642 It specifies the maximum number of remote IMAP connections (other than
25643 those mentioned above) that Alpine will use for accessing the rest of your
25644 folders.
25645 If you set this option to zero, you will turn off most remote connection
25646 re-use.
25647 It's difficult to understand exactly what this option does, and it is usually
25648 fine to leave it set to its default value.
25649 It is probably more likely that you will be interested in setting the
25650 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A> option
25651 instead of changing the value of this option.
25652 A slightly longer explanation of what is going on with this option
25653 is given in the next paragraphs.
25656 There are some time costs involved in opening and closing remote IMAP 
25657 folders, the main costs being the time you have to wait for the connection
25658 to the server and the time for the folder to open.
25659 Opening a folder may involve not only the time the server takes to do its
25660 processing but time that Alpine uses to do filtering.
25661 These times can vary widely.
25662 They depend on how loaded the server is, how large
25663 the folder being opened is, and how you set up filtering, among other things.
25664 Once Alpine has opened a connection to a particular folder, it will attempt
25665 to keep that connection open in case you use it again.
25666 In order to do this,
25667 Alpine will attempt to use the <!--#echo var="VAR_max-remote-connections"--> (the value of
25668 this option) IMAP connections you have alloted for this purpose.
25670 For example, suppose the value of this option is set to &quot;2&quot;.
25671 If your INBOX is accessed on a remote server using the IMAP protocol, that
25672 doesn't count as one of the remote connections but it is always kept open.
25673 If you then open another IMAP folder, that would be your first
25674 remote connection counted as one of the <!--#echo var="VAR_max-remote-connections"--> connections.
25675 If you open a third folder the second will be left open, in case you
25676 return to it.
25677 You won't be able to tell it has been left open.
25678 It will appear to be closed when you leave the folder but the connection
25679 will remain in the background.
25680 Now suppose you go back to the second folder (the first folder after the
25681 INBOX).
25682 A connection to that folder is still open so you won't have to wait
25683 for the startup time to open it.
25684 Meanwhile, the connection to the third folder will be left behind.
25685 Now, if you open a fourth folder, you will bump into the
25686 <!--#echo var="VAR_max-remote-connections"--> limit, because this will be the third folder other
25687 than INBOX and you have the option set to &quot;2&quot;.
25688 The connection that is being used for
25689 the third folder will be re-used for this new fourth folder.
25690 If you go back to the third folder after this, it is no longer already
25691 connected when you get there.
25692 You'll still save some time since Alpine will re-use the connection to the
25693 fourth folder and you have already logged in on that connection,
25694 but the folder will have to be re-opened from scratch.
25696 If a folder is large and the startup cost is dominated by the time it takes
25697 to open that folder or to run filters on it, then it will pay to make the
25698 value of this option large enough to keep it open.
25699 On the other hand, if you only revisit a handful of folders or if
25700 the folders are small, then it might
25701 make more sense to keep this number small so that the reconnect
25702 time (the time to start up a new connection and authenticate)
25703 is eliminated instead.
25705 You may also need to consider the impact on the server.
25706 On the surface, a larger number here may cause a larger impact on the
25707 server, since you will have more connections open to the server.
25708 On the other hand, not only will <EM>you</EM> be avoiding the startup costs
25709 associated with reopening a folder, but the <EM>server</EM> will be
25710 avoiding those costs as well.
25712 When twenty five minutes pass without any active use of an IMAP connection
25713 being saved for possible re-use, that connection will be shut down,
25716 <UL>   
25717 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25718 </UL><P>
25719 &lt;End of help on this topic&gt;
25720 </BODY>
25721 </HTML>
25722 ====== h_config_permlocked =====
25723 <HTML>
25724 <HEAD>
25725 <TITLE>OPTION: <!--#echo var="VAR_stay-open-folders"--></TITLE>
25726 </HEAD>
25727 <BODY>
25728 <H1>OPTION: <!--#echo var="VAR_stay-open-folders"--></H1>
25730 This option affects low-level behavior of Alpine.
25731 There is no default value for this option.
25732 It is related to the options
25733 <A HREF="h_config_preopen_stayopens">&quot;<!--#echo var="FEAT_preopen-stayopen-folders"-->&quot;</A>,
25734 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>,
25735 and <A HREF="h_config_expunge_stayopens">&quot;<!--#echo var="FEAT_offer-expunge-of-stayopen-folders"-->&quot;</A>.
25738 Note: changes made to this list take effect the next time you open a
25739 folder in the list.
25742 This is a list of folders that will be permanently kept open once they
25743 are first opened.
25744 The names in this list may be either the nickname of an Incoming folder
25745 or the full technical specification of a folder.
25746 The folders in this list need not be remote IMAP folders, they could usefully
25747 be local folders, as well.
25748 If a folder in the list is a newsgroup or is not accessed either locally
25749 or via IMAP, then the entry will be ignored.
25750 For example, folders accessed via NNTP or POP3 will not be kept open, since
25751 the way that new mail is found with those protocols involves closing and
25752 reopening the connection.
25754 Once a Stay Open folder has been opened, new-mail checking will continue
25755 to happen on that folder for the rest of the Alpine session.
25756 Your INBOX is always implicitly included in this Stay-Open list and doesn't
25757 need to be added explicitly.
25759 Another difference that you may notice between a Stay Open folder and a
25760 non-Stay Open folder is which message is selected as the current message
25761 when you enter the folder index.
25762 Normally, the starting position for an incoming folder (which most Stay Open
25763 folders will likely be) is controlled by the
25764 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
25765 However, if a folder is a Stay Open folder, when you re-enter the folder
25766 after the first time the current message will be the same as it was when
25767 you left the folder.
25768 An exception is made if you use the TAB command to get to the folder.
25769 In that case, the message number will be incremented by one from what it
25770 was when you left the folder.
25772 The above special behavior is thought to be useful.
25773 However, it is special and different from what you might at first expect.
25774 The feature
25775 <A HREF="h_config_use_reg_start_for_stayopen"><!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></A>
25776 may be used to turn off this special treatment.
25778 If the message that was current when you left the folder no longer exists,
25779 then the regular startup rule will be used instead.
25782 <UL>   
25783 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25784 </UL><P>
25785 &lt;End of help on this topic&gt;
25786 </BODY>
25787 </HTML>
25788 ====== h_config_viewer_overlap =====
25789 <html>
25790 <header>
25791 <title>OPTION: <!--#echo var="VAR_viewer-overlap"--></title>
25792 </header>
25793 <body>
25794 <h1>OPTION: <!--#echo var="VAR_viewer-overlap"--></h1>
25796 This option specifies an aspect of Alpine's Message Viewing screen.  When
25797 the space bar is used to page forward in a message, the number of lines
25798 specified by the &quot;<!--#echo var="VAR_viewer-overlap"-->&quot; variable will be repeated from the
25799 bottom of the screen.  That is, if this was set to two lines, then the
25800 bottom two lines of the screen would be repeated on the top of the next
25801 screen.  The normal default value is "2".<p>
25802 <UL>   
25803 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25804 </UL><P>
25805 &lt;End of help on this topic&gt;
25806 </body>
25807 </html>
25808 ====== h_config_scroll_margin =====
25809 <HTML>
25810 <HEAD>
25811 <TITLE>OPTION: <!--#echo var="VAR_scroll-margin"--></TITLE>
25812 </HEAD>
25813 <BODY>
25814 <H1>OPTION: <!--#echo var="VAR_scroll-margin"--></H1>
25816 This option controls when Alpine's line-by-line scrolling occurs.
25817 Typically, when a selected item is at the top or bottom screen edge
25818 and the UP or DOWN (and Ctrl-P or Ctrl-N) keys are struck, the
25819 displayed items are scrolled down or up by a single line.
25822 This option allows you to tell Alpine the number of lines from the top and
25823 bottom screen edge that line-by-line paging should occcur.  For example,
25824 setting this value to one (1) will cause Alpine to scroll the display
25825 vertically when you move to select an item on the display's top or
25826 bottom edge.
25829 By default, this variable is zero, indicating that scrolling happens
25830 when you move up or down to select an item immediately off the display's
25831 top or bottom edge.
25834 <UL>   
25835 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25836 </UL><P>
25837 &lt;End of help on this topic&gt;
25838 </BODY>
25839 </HTML>
25840 ====== h_config_wordseps =====
25841 <HTML>
25842 <HEAD>
25843 <TITLE>OPTION: <!--#echo var="VAR_composer-word-separators"--></TITLE>
25844 </HEAD>
25845 <BODY>
25846 <H1>OPTION: <!--#echo var="VAR_composer-word-separators"--></H1>
25848 This option affects how a &quot;word&quot; is defined in the composer.
25849 The definition of a word is used when using the Forward Word and Backward
25850 Word commands in the composer, as well as when using the spell checker.
25851 Whitespace is always considered a word separator.
25852 Punctuation (like question marks, periods, commas, and so on) is always
25853 a word separator if it comes at the end of a word.
25854 By default, a punctuation character that is in the middle of a word does
25855 not break up that word as long as the character before and the character
25856 after it are both alphanumeric.
25857 If you add a character to this option it will be considered a
25858 word separator even when it occurs in the middle of an alphanumeric word.
25859 For example, if you want to skip through each part of an address instead
25860 of skipping the whole address at once you might want to include &quot;@&quot;
25861 and &quot;.&quot; in this list.
25862 If you want the word-skipper to stop on each part of a UNIX filename you
25863 could add &quot;/&quot; to the list.
25864 The equal sign and dash are other possibilities you might find helpful.
25866 <UL>   
25867 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25868 </UL><P>
25869 &lt;End of help on this topic&gt;
25870 </BODY>
25871 </HTML>
25872 ====== h_config_reply_indent_string =====
25873 <HTML>
25874 <HEAD>
25875 <TITLE>OPTION: <!--#echo var="VAR_reply-indent-string"--></TITLE>
25876 </HEAD>
25877 <BODY>
25878 <H1>OPTION: <!--#echo var="VAR_reply-indent-string"--></H1>
25880 This option specifies an aspect of Alpine's Reply command.
25881 When a message is replied to and the text of the message is included, the
25882 included text usually has the string &quot;&gt;&nbsp;&quot; prepended
25883 to each line indicating it is quoted text.
25884 (In case you haven't seen this before, &quot;string&quot; is a technical term
25885 that means chunk of text.)
25888 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
25889 in 1999 and its wide-spread adoption since then, you will usually be better off if you
25890 use one of the standard values,
25891 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot;, for this option.
25894 This option specifies a different value for that string.
25895 If you wish to use a string that begins or ends with a space,
25896 enclose the string in double quotes.
25899 Besides simple text, the prepended string can be based
25900 on the message being replied to.
25901 The following tokens are substituted for the message's corresponding value:
25903 <DL>
25904 <DT>_FROM_</DT>
25905 <DD>This token gets replaced with the message sender's &quot;username&quot;.
25906 If the name is longer than six characters, only the first six characters are
25907 used.
25908 </DD>
25910 <DT>_NICK_</DT>
25911 <DD>This token gets replaced with the nickname of the message sender's
25912 address as found in your addressbook.
25913 If no addressbook entry is found,
25914 Alpine replaces the characters &quot;_NICK_&quot; with nothing.
25915 If the nickname is longer than six characters, only the first six characters are
25916 used.
25917 </DD>
25919 <DT>_INIT_</DT>
25920 <DD>This token gets replaced with the initials of the sender of the message.
25921 </DD>
25923 </DL>
25925 NOTE: When the
25926 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
25927 feature is enabled, you are given the opportunity to edit the string, whether 
25928 it is the default or one automatically generated using the above tokens.
25930 If you change your <!--#echo var="VAR_reply-indent-string"-->
25931 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
25932 quoted text will not be flowed
25933 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
25934 when you reply.
25935 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
25936 set to the default value.
25938 <UL>   
25939 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25940 </UL><P>
25941 &lt;End of help on this topic&gt;
25942 </BODY>
25943 </HTML>
25944 ====== h_config_quote_replace_string =====
25945 <HTML>
25946 <HEAD>
25947 <TITLE>OPTION: <!--#echo var="VAR_quote-replace-string"--></TITLE>
25948 </HEAD>
25949 <BODY>
25950 <H1>OPTION: <!--#echo var="VAR_quote-replace-string"--></H1>
25952 This option specifies what string to use as a quote when <b>viewing</b> a
25953 message.  The standard way of quoting messages when replying is the string
25954 &quot;&gt;&nbsp;&quot; (quote space).
25955 With this variable set, viewing a message will
25956 replace occurrences of 
25957 &quot;&gt;&nbsp;&quot; and &quot;&gt;&quot; with the replacement string.
25958 This setting works best when
25959 <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
25960 or the equivalent setting in your correspondents' mail programs
25961 is set to the default
25962 &quot;&gt;&nbsp;&quot;, but it will also work fine with the
25963 <!--#echo var="VAR_reply-indent-string"--> set to &quot;&gt;&quot;.
25965 By default, this setting will only work on messages that are flowed, which is
25966 the default way of sending messages for many mail clients including
25967 Alpine.  Enable the feature
25968 <A HREF="h_config_quote_replace_noflow"><!--#echo var="FEAT_quote-replace-nonflowed"--></A>
25969 to also have quote-replacement performed on non-flowed messages.
25972 Setting this option will replace  &quot;&gt;&quot; and 
25973 &quot;&gt;&nbsp;&quot; with the new setting. This string may include trailing
25974 spaces. To preserve those spaces enclose the full string in double quotes.
25976 No padding to separate the text of the message from the quote string is
25977 added. This means that if you do not add trailing spaces to the value of
25978 this variable, text will be displayed right next to the quote string,
25979 which may be undesirable. This can be avoided by adding a new string
25980 separated by a space from your selection of quote string replacement. This
25981 last string will be used for padding. For example, setting this variable to 
25982 <br>&quot;&gt;&quot; &quot; &quot; has the effect of setting
25983 &quot;&gt;&quot; as the <!--#echo var="VAR_quote-replace-string"-->, with the text padded by
25984 a space from the last quote string to make it more readable.
25986 One possible setting for this variable could be
25987 &quot;&nbsp;&nbsp;&nbsp;&nbsp;&quot; (four spaces wrapped in quotes), which
25988 would have the effect of indenting each level of quoting four spaces and
25989 removing the &quot;&gt;&quot;'s.  Different levels of quoting could be made
25990 more discernible by setting colors for quoted text.
25992 Replying to or forwarding the viewed message will preserve the original
25993 formatting of the message, so quote-replacement will not be performed on
25994 messages that are being composed.
25996 <UL>   
25997 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25998 </UL><P>
25999 &lt;End of help on this topic&gt;
26000 </BODY>
26001 </HTML>
26002 ====== h_config_empty_hdr_msg =====
26003 <HTML>
26004 <HEAD>
26005 <TITLE>OPTION: <!--#echo var="VAR_empty-header-message"--></TITLE>
26006 </HEAD>
26007 <BODY>
26008 <H1>OPTION: <!--#echo var="VAR_empty-header-message"--></H1>
26010 When sending, if both the To and Cc fields are empty and you
26011 are sending the message to a Bcc,
26012 Alpine will put a special address in the To line.  The default value is:
26015 <CENTER><SAMP>undisclosed-recipients:&nbsp;;</SAMP></CENTER>
26018 The reason for this is to avoid embarrassment caused by some Internet
26019 mail transfer software that interprets a &quot;missing&quot;
26020 <SAMP>To:</SAMP> header as an error and replaces it with an
26021 <SAMP>Apparently-to:</SAMP> header that may contain the addresses you
26022 entered on the <SAMP>Bcc:</SAMP> line, defeating the purpose of the
26023 Bcc.  You may change the part of this message that comes before the
26024 &quot;:&nbsp;;&quot; by setting the &quot;<!--#echo var="VAR_empty-header-message"-->&quot;
26025 variable to something else.
26028 The normal default is &quot;undisclosed-recipients&quot;.
26031 <UL>   
26032 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26033 </UL><P>
26034 &lt;End of help on this topic&gt;
26035 </BODY>
26036 </HTML>
26037 ====== h_config_status_msg_delay =====
26038 <HTML>
26039 <HEAD>
26040 <TITLE>OPTION: <!--#echo var="VAR_status-message-delay"--></TITLE>
26041 </HEAD>
26042 <BODY>
26043 <H1>OPTION: <!--#echo var="VAR_status-message-delay"--></H1>
26045 This option has evolved over time, causing the possible values to be
26046 counter-intuitive.
26047 Read carefully before you set this option.
26048 First we explain what the option does, then there is a longer discussion
26049 following that.
26051 If this is set to zero, the default value, it has <EM>no</EM> effect.
26052 Positive and negative values serve two similar, but different purposes.
26054 If it is set to a positive number, it causes the cursor to move to the
26055 status line whenever a status message is printed and pause there for this
26056 many seconds.
26057 It will probably only be useful if the 
26058 <A HREF="h_config_show_cursor">&quot;<!--#echo var="FEAT_show-cursor"-->&quot;</A> feature is
26059 also turned on.
26060 Setting this option to a positive number can only be used to
26061 <EM>increase</EM> the status message delay.
26062 This may be useful for Braille displays, or other non-traditional displays.
26064 If it is set to a negative number the interpretation is a bit complicated.
26065 Negative numbers are used to <EM>decrease</EM> the amount of delay Alpine uses to
26066 allow you to read important status messages.
26067 Of course, this may cause you to miss some important messages.
26068 If you see a message flash by but miss what it says you can use the
26069 Journal command from the MAIN MENU to read it.
26070 If you set this option to a negative value, the delay will be
26071 no more than one second less than the absolute value
26072 of the value you set.
26073 So if you set it to -1, the delay will be no more than zero seconds, no
26074 delay at all.
26075 If you set it to -2, the delay will be no more than 1 second.
26076 And so on, -3 is 2 seconds, -4 is 3 seconds, ...
26077 If the delay that Alpine would have used by default is less than this delay,
26078 then the smaller delay set by Alpine will be used.
26079 Setting this option to a negative value can only reduce the amount of
26080 delay, never increase it.
26082 Here is a more detailed explanation.
26083 Status messages are the messages that show up spontaneously in the
26084 status message line, usually the third line from the bottom of the screen.
26085 By default, Alpine assigns each status message it produces a minimum
26086 display time.
26087 Some status messages have a minimum display time of zero.
26088 You can see an example of such a message by paging up in this help text
26089 until you reach the top of the screen.
26090 If you try to page past the top you will see the message
26092 <CENTER><SAMP>[Already at start of help text]</SAMP></CENTER>
26094 in the status line.
26095 If there is another more important use of the status message line this message
26096 might be replaced quickly, or it even might not be shown at all.
26097 However, if there is no reason to get rid of the message, it might stay
26098 there for several seconds while you read the help.
26099 An example where it is replaced immediately happens when you page up in
26100 the help text past the top of the screen, but then type the &quot;WhereIs&quot;
26101 command right after paging up.
26102 The message will disappear immediately without causing a delay (unless you
26103 have set this option to a positive value) to allow you to type input for
26104 the &quot;WhereIs&quot; command.
26105 Since it isn't a very important message, Alpine has set its minimum display
26106 time to zero seconds.
26108 Other messages have minimum display times of three or more seconds.
26109 These are usually error messages that Alpine thinks you ought to see.
26110 For example, it might be a message about a failed Save or a failed folder open.
26111 It is often the case that this minimum display time won't delay you in
26112 any way because the status message line is not needed for another reason.
26113 However, there are times when Alpine has to delay what it is doing in
26114 order to display a status message for the minimum display time.
26115 This happens when a message is being displayed and Alpine wants to ask
26116 for input from the keyboard.
26117 For example, when you Save a message you use the status message line.
26118 You get a prompt there asking for the name of the folder to save to.
26119 If there is a status message being displayed that has not
26120 yet displayed for its minimum
26121 time Alpine will display that status message surrounded with the characters
26122 &gt; and &lt; to show you that it is delaying.
26123 That might happen, for example, if you tried to save to a folder that
26124 caused an error, then followed that immediately with another Save command.
26125 You might find yourself waiting for a status message like
26127 <CENTER><SAMP>[&gt;Can't get write access to mailbox, access is readonly&lt;]</SAMP></CENTER>
26129 to finish displaying for three seconds.
26130 If that is something you find happening to you frequently, you may use
26131 negative values of this option to decrease or eliminate that delay, at
26132 the risk of missing the message.
26134 <UL>   
26135 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26136 </UL><P>
26137 &lt;End of help on this topic&gt;
26138 </BODY>
26139 </HTML>
26140 ====== h_config_active_msg_interval =====
26141 <HTML>
26142 <HEAD>
26143 <TITLE>OPTION: <!--#echo var="VAR_busy-cue-rate"--></TITLE>
26144 </HEAD>
26145 <BODY>
26146 <H1>OPTION: <!--#echo var="VAR_busy-cue-rate"--></H1>
26148 When Alpine is delayed for some reason it usually shows that
26149 something is happening with a small animated display in the status
26150 message line near the bottom of the screen.
26151 This option sets how frequently the characters (for example, a spinning bar)
26152 in the active status message lines are updated.
26153 At most, it can be set to be udpated 20 times per second. 
26156 Setting this value to zero will prevent display of the animations
26157 altogether.
26160 The option <A HREF="h_config_use_boring_spinner"><!--#echo var="FEAT_busy-cue-spinner-only"--></A>
26161 can be used to remove the randomness from this animated display.
26164 <UL>   
26165 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26166 </UL><P>
26167 &lt;End of help on this topic&gt;
26168 </BODY>
26169 </HTML>
26170 ====== h_config_mailchecknoncurr =====
26171 <HTML>
26172 <HEADER>
26173 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></TITLE>
26174 </HEADER>
26175 <BODY>
26176 <H1>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></H1>
26178 This option is closely related to the
26179 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
26180 option, as well as the
26181 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A> and
26182 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> options.
26183 If the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot; option is set to zero, then automatic
26184 new-mail checking is disabled and this option will have no effect.
26186 Normally this option is set to zero, which means that the value used will be
26187 the same as the value for the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;.
26188 If you set this option to a value different from zero
26189 (usually larger than the value for &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;)
26190 then that is the check interval that will be used
26191 for folders that are not the currently open folder or the INBOX.
26192 You may not even have any folders that are noncurrent and not the INBOX.
26193 If you do, it is likely that they are due to
26194 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
26195 you have configured.
26196 This option also affects the rate of mail checking done on cached
26197 connections to folders you previously had open but are no longer actively
26198 using.
26199 You aren't expected to understand that last sentence, but if you are interested
26200 take a look at
26201 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>
26202 and the related options.
26204 <UL>   
26205 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26206 </UL><P>
26207 &lt;End of help on this topic&gt;
26208 </BODY>
26209 </HTML>
26210 ====== h_config_fifopath =====
26211 <HTML>
26212 <HEADER>
26213 <TITLE>OPTION: NewMail FIFO Path</TITLE>
26214 </HEADER>
26215 <BODY>
26216 <H1>OPTION: NewMail FIFO Path</H1>
26218 This option is only available in UNIX Alpine.
26219 However, there is a very similar feature built in to PC-Alpine.
26220 In PC-Alpine's Config menu at the top of the screen
26221 is an option called &quot;New Mail Window&quot;.
26223 You may have Alpine create a FIFO special file (also called a named pipe) where
26224 it will send a one-line message each time a new message is received in
26225 the current folder, the INBOX, or any open
26226 <A HREF="h_config_permlocked"><!--#echo var="VAR_stay-open-folders"--></A>.
26227 To protect against two different Alpines both writing to the same FIFO, Alpine
26228 will only create the FIFO and write to it if it doesn't already exist.
26230 A possible way to use this option would be to have a separate window
26231 on your screen running the command
26233 <CENTER><SAMP>cat filename</SAMP></CENTER>
26235 where &quot;filename&quot; is the name of the file given for this option.
26236 Because the file won't exist until after you start Alpine, you must <EM>first</EM>
26237 start Alpine and <EM>then</EM> run the &quot;cat&quot; command.
26238 You may be tempted to use &quot;tail -f filename&quot; to view the new
26239 mail log.
26240 However, the common implementations of the tail command will not do what you
26241 are hoping.
26243 The width of the messages produced for the FIFO may be altered with the
26244 <A HREF="h_config_newmailwidth"><!--#echo var="VAR_newmail-window-width"--></A> option.
26246 On some systems, fifos may only be created in a local filesystem.
26247 In other words, they may not be in NFS filesystems.
26248 This requirement is not universal.
26249 If the system you are using supports it, it should work.
26250 (It is often the case that your home directory is in an NFS filesystem.
26251 If that is the case, you might try using a file in the &quot;/tmp&quot;
26252 filesystem, which is usually a local filesytem.)
26253 Even when it is possible to use an NFS-mounted filesystem as a place to name
26254 the fifo (for example, your home directory), it will still be the case that
26255 the reader (probably the &quot;cat&quot; command) and the
26256 writer (Alpine) of the fifo must be running on the same system.
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_newmailwidth =====
26265 <HTML>
26266 <HEADER>
26267 <TITLE>OPTION: <!--#echo var="VAR_newmail-window-width"--></TITLE>
26268 </HEADER>
26269 <BODY>
26270 <H1>OPTION: <!--#echo var="VAR_newmail-window-width"--></H1>
26272 For UNIX Alpine, this option is only useful if you have turned on the
26273 <A HREF="h_config_fifopath">NewMail FIFO Path</A> option.
26274 That option causes new mail messages to be sent to a fifo file.
26275 Those messages will be 80 characters wide by default.
26276 You can change the width of those messages by changing this option.
26277 For example, if you are reading those messages in another window you might
26278 want to set this width to the width of that other window.
26280 If you are using PC-Alpine, it has an option in the Config menu to turn
26281 on the &quot;New Mail Window&quot;.
26282 This present option also controls the width of that window.
26284 <UL>   
26285 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26286 </UL><P>
26287 &lt;End of help on this topic&gt;
26288 </BODY>
26289 </HTML>
26290 ====== h_config_mailcheck =====
26291 <HTML>
26292 <HEADER>
26293 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval"--></TITLE>
26294 </HEADER>
26295 <BODY>
26296 <H1>OPTION: <!--#echo var="VAR_mail-check-interval"--></H1>
26298 This option specifies, in seconds,
26299 how often Alpine will check for new mail.
26300 If set to zero, new-mail checking is disabled.
26301 (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
26302 current message is the last message of the folder.)
26303 There is a minimum value for this option, normally 15 seconds.
26304 The default value is normally 150 seconds.
26305 The higher you set this option, the easier it is on the server.
26307 There are some situations where automatic new-mail checking does not work.
26308 See the discussion about new-mail checking in
26309 <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
26311 The new-mail checking will not happen exactly at the frequency that you specify.
26312 For example, Alpine may elect to defer a non-INBOX mail check if you
26313 are busy typing.
26314 Or, it may check more frequently than you have specified if that is
26315 thought to be necessary to keep the server from closing the connection
26316 to the folder due to inactivity.
26317 If Alpine checks for new mail as a side effect of another command, it will reset
26318 the timer, so that new-mail checking may seem to happen irregularly instead of
26319 every X seconds like clockwork.
26321 If you are anxious to know about new mail as soon as possible, set the check
26322 interval low, and you'll know about the new mail by approximately
26323 that amount of time after it arrives.
26324 If you aren't so worried about knowing right away, set this option to a
26325 higher value.
26326 That will save the server some processing time and may save you some of
26327 the time you spend waiting for new-mail checks to happen if you are
26328 dealing with a slow server or slow network connection.
26330 If you suspect that new-mail checking is causing slow downs for you,
26331 you may want to look into the options
26332 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>,
26333 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> and
26334 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A>,
26335 which refine when mail checking is done.
26337 If the mailbox being checked uses a <A HREF="h_maildrop">Mail Drop</A> then
26338 there is a minimum time
26339 (<A HREF="h_config_maildropcheck">&quot;<!--#echo var="VAR_maildrop-check-minimum"-->&quot;</A>)
26340 between new-mail checks.
26341 Because of this minimum you may notice that new mail does not
26342 appear promptly when you expect it.
26343 The reason for this is to protect the server from over-zealous opening and
26344 closing of the Mail Drop folder, since that is a costly operation.
26346 <UL>   
26347 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26348 </UL><P>
26349 &lt;End of help on this topic&gt;
26350 </BODY>
26351 </HTML>
26352 ====== h_config_quell_checks_comp =====
26353 <HTML>
26354 <HEAD>
26355 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></TITLE>
26356 </HEAD>
26357 <BODY>
26358 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></H1>
26360 This option is closely related to the
26361 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
26362 option, the
26363 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
26364 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A>.
26366 If this option is set, then the normal new-mail checking that happens
26367 while you are composing will not happen for folders other than your
26368 INBOX (which depends on the setting
26369 of &quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;).
26371 You might want to set this option if you are experiencing delays while
26372 composing that you think might be related to the speed of the new-mail
26373 checks.
26375 Even with this option turned on, an occasional new-mail check may be done
26376 in order to keep the server from killing the connection to the folder.
26377 For example, IMAP servers may remove a connection to a folder if there
26378 has been no activity on the connection for 30 minutes or more.
26379 Instead of letting that happen, Alpine will check for new mail before the
26380 30 minutes is up even though you have turned on this feature to quell
26381 those checks.
26383 Besides new-mail checks, checkpoint operations on the folders
26384 will also be quelled when you set this option.
26385 The purpose of checkpointing is to write the changes to a folder out to
26386 disk periodically in order to avoid losing those changes when system or
26387 software problems occur.
26388 New-mail checking and checkpointing while you are not composing are not
26389 affected by this option.
26392 &lt;End of help on this topic&gt;
26393 </BODY>
26394 </HTML>
26395 ====== h_config_quell_checks_comp_inbox =====
26396 <HTML>
26397 <HEAD>
26398 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></TITLE>
26399 </HEAD>
26400 <BODY>
26401 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></H1>
26403 This option is closely related to the
26404 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
26405 option, the
26406 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
26407 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>.
26409 If this option is set, then the normal new-mail checking that happens
26410 while you are composing will not happen for your INBOX.
26411 Checking of other folders is controlled in a similar way with the
26412 &quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot; option.
26414 You might want to set this option if you are experiencing delays while
26415 composing that you think might be related to the speed of the new-mail
26416 checks.
26418 Even with this option turned on, an occasional new-mail check may be done
26419 in order to keep the server from killing the connection to the folder.
26420 For example, IMAP servers may remove a connection to a folder if there
26421 has been no activity on the connection for 30 minutes or more.
26422 Instead of letting that happen, Alpine will check for new mail before the
26423 30 minutes is up even though you have turned on this feature to quell
26424 those checks.
26426 Besides new-mail checks, checkpoint operations on the INBOX
26427 will also be quelled when you set this option.
26428 The purpose of checkpointing is to write the changes to a folder out to
26429 disk periodically in order to avoid losing those changes when system or
26430 software problems occur.
26431 New-mail checking and checkpointing while you are not composing are not
26432 affected by this option.
26434 &lt;End of help on this topic&gt;
26435 </BODY>
26436 </HTML>
26437 ====== h_config_maildropcheck =====
26438 <HTML>
26439 <HEADER>
26440 <TITLE>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></TITLE>
26441 </HEADER>
26442 <BODY>
26443 <H1>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></H1>
26445 New-mail checking for a
26446 <A HREF="h_maildrop">Mail Drop</A> is a little different from new
26447 mail checking for a regular folder.
26448 One of the differences is that the connection to the Mail Drop is not
26449 kept open and so the cost of checking
26450 (delay for you and additional load for the server) may be significant.
26451 Because of this additional cost we set a minimum time that
26452 must pass between checks.
26453 This minimum only applies to the automatic checking done by Alpine.
26454 If you force a check by typing ^L (Ctrl-L) or by typing the Next command when you are
26455 at the end of a folder index, then the check is done right away.
26457 This option specifies, in seconds, the <EM>minimum</EM> time between Mail Drop
26458 new-mail checks.
26459 You may want to set this minimum high in order to avoid experiencing some
26460 of the delays associated with the checks.
26461 Note that the time between checks is still controlled by the regular
26462 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option.
26463 When Alpine is about to do an automatic check for new mail (because
26464 the <!--#echo var="VAR_mail-check-interval"--> has expired) then if the time since the last
26465 new-mail check
26466 of any open Mail Drops has been greater than the <!--#echo var="VAR_maildrop-check-minimum"-->,
26467 the Mail Drop is checked for new mail as well.
26468 Therefore, it is only useful to set this option to a value that is higher
26469 than the <!--#echo var="VAR_mail-check-interval"-->.
26471 If this option is set to zero, automatic Mail Drop new-mail
26472 checking is disabled.
26473 There is a minimum value, normally 60 seconds.
26474 The default value is normally 60 seconds as well.
26475 This applies to the INBOX and to the currently open folder if that is
26476 different from the INBOX.
26479 <UL>   
26480 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26481 </UL><P>
26482 &lt;End of help on this topic&gt;
26483 </BODY>
26484 </HTML>
26485 ====== h_config_nntprange =====
26486 <HTML>
26487 <HEADER>
26488 <TITLE>OPTION: <!--#echo var="VAR_nntp-range"--></TITLE>
26489 </HEADER>
26490 <BODY>
26491 <H1>OPTION: <!--#echo var="VAR_nntp-range"--></H1>
26493 This option applies only to newsgroups accessed using the NNTP protocol.
26494 It does not, for example,
26495 apply to newsgroups accessed using an IMAP-to-NNTP proxy.
26498 When you open a connection to a News server using the NNTP protocol, you
26499 normally have access to all of the articles in each newsgroup.
26500 If a server keeps a large backlog of messages it may speed performance
26501 some to restrict attention to only the newer messages in a group.
26502 This option allows you to set how many article numbers should be checked
26503 when opening a newsgroup.
26504 You can think of &quot;<!--#echo var="VAR_nntp-range"-->&quot; as specifying the maximum number
26505 of messages you ever want to see.
26506 For example, if you only ever wanted to look at the last 500 messages in each
26507 newsgroup you could set this option to 500.
26508 In actuality, it isn't quite that.
26509 Instead, for performance reasons, it specifies the range of article
26510 numbers to be checked, beginning
26511 with the highest numbered article and going backwards from there.
26512 If there are messages that have been canceled or deleted
26513 their article numbers are still counted as part of the range.
26515 So, more precisely, setting the &quot;<!--#echo var="VAR_nntp-range"-->&quot; will cause article
26516 numbers
26517 <P><CENTER>last_article_number - <!--#echo var="VAR_nntp-range"--> + 1 through last_article_number</CENTER>
26519 to be considered when reading a newsgroup.
26520 The number of messages that show up in your index will be less than or equal
26521 to the value of &quot;<!--#echo var="VAR_nntp-range"-->&quot;.
26524 The purpose of this option is simply to speed up access when reading news.
26525 The speedup comes because Alpine can ignore all but the last <!--#echo var="VAR_nntp-range"--> article
26526 numbers, and can avoid downloading any information about the ignored articles.
26527 There is a cost you pay for this speedup.
26528 That cost is that there is no way for you to see those ignored articles.
26529 The articles that come before the range you specify are invisible to you and
26530 to Alpine, as if they did not exist at all.
26531 There is no way to see those messages using, for example, an unexclude command
26532 or something similar.
26533 The only way to see those articles is to set this option high enough (or
26534 set it to zero) and then to reopen the newsgroup.
26537 If this option is set to 0 (which is also the default),
26538 then the range is unlimited.
26539 This option applies globally to all NNTP servers and to all newsgroups
26540 on those servers.
26541 There is no way to set different values for different newsgroups or servers.
26544 <UL>   
26545 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26546 </UL><P>
26547 &lt;End of help on this topic&gt;
26548 </BODY>
26549 </HTML>
26550 ====== h_config_news_active =====
26551 <html>
26552 <header>
26553 <title>OPTION: <!--#echo var="VAR_news-active-file-path"--></title>
26554 </header>
26555 <body>
26556 <h1>OPTION: <!--#echo var="VAR_news-active-file-path"--></h1>
26558 This option tells Alpine where to look for the "active file" for newsgroups
26559 when accessing news locally, rather than via NNTP.  The default path is
26560 usually "/usr/lib/news/active".<p>
26561 <UL>   
26562 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26563 </UL><P>
26564 &lt;End of help on this topic&gt;
26565 </body>
26566 </html>
26567 ====== h_config_news_spool =====
26568 <html>
26569 <header>
26570 <title>OPTION: <!--#echo var="VAR_news-spool-directory"--></title>
26571 </header>
26572 <body>
26573 <h1>OPTION: <!--#echo var="VAR_news-spool-directory"--></h1>
26575 This option tells Alpine where to look for the "news spool" for newsgroups
26576 when accessing news locally, rather than via NNTP.  The default path is
26577 usually "/var/spool/news".<p>
26578 <UL>   
26579 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26580 </UL><P>
26581 &lt;End of help on this topic&gt;
26582 </body>
26583 </html>
26584 ====== h_config_image_viewer =====
26585 <html>
26586 <header>
26587 <title>OPTION: <!--#echo var="VAR_image-viewer"--></title>
26588 </header>
26589 <body>
26590 <h1>OPTION: <!--#echo var="VAR_image-viewer"--></h1>
26591 <body>
26592 This option specifies the program Alpine should call to view MIME
26593 attachments of type IMAGE (e.g. GIF or TIFF).  The Image Viewer setting is
26594 no longer needed, but remains for backward compatibility.  The more
26595 general method for associating external printing and viewing programs with
26596 specific MIME data types is to use the system's (or your personal)
26597 "mailcap" configuration file.<p>
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_domain_name =====
26605 <HTML>
26606 <HEAD>
26607 <TITLE>OPTION: <!--#echo var="VAR_use-only-domain-name"--></TITLE>
26608 </HEAD>
26609 <BODY>
26610 <H1>OPTION: <!--#echo var="VAR_use-only-domain-name"--></H1>
26612 This option is used only if the 
26613 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> option is <B>not</B> 
26614 set.  If set to &quot;Yes&quot; (and <!--#echo var="VAR_user-domain"--> is not used), then Alpine 
26615 strips the hostname from your return (&quot;From&quot;) address and when 
26616 completing unqualified addresses that you enter into the composer.
26618 If you set this, see also the <A HREF="h_config_quell_local_lookup">
26619 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
26622 <!--chtml if pinemode="os_windows"-->
26623 <P>This option is not applicable to PC-Alpine.
26624 <!--chtml else-->
26626 <!--chtml endif-->
26627 <UL>
26628 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26629 </UL>
26631 &lt;End of help on this topic&gt;
26632 </BODY>
26633 </HTML>
26634 ====== h_config_prune_date =====
26635 <HTML>
26636 <HEAD>
26637 <TITLE>OPTION: Last-Time-Prune Question</TITLE>
26638 </HEAD>
26639 <BODY>
26640 <H1>OPTION: Last-Time-Prune Question</H1>
26642 This value records the last time you were asked about deleting old
26643 sent-mail.
26644 It is set automatically by Alpine at the beginning of each month.
26645 In the past, if you wished to suppress the monthly sent-mail
26646 pruning feature, you could set this to a date in the future.
26647 This value is relative to the year 1900, so 
26648 to set this, for example, to October 2005, use 105.10.
26650 You can still do that if you wish, or you can use the
26651 <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option, which is probably
26652 a little more convenient to use.
26654 <UL>   
26655 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26656 </UL><P>
26657 &lt;End of help on this topic&gt;
26658 </BODY>
26659 </HTML>
26660 ====== h_config_goto_default =====
26661 <HTML>
26662 <HEAD>
26663 <TITLE>OPTION: <!--#echo var="VAR_goto-default-rule"--></TITLE>
26664 </HEAD>
26665 <BODY>
26666 <H1>OPTION: <!--#echo var="VAR_goto-default-rule"--></H1>
26668 This value affects Alpine's behavior when you use the Goto command.
26669 Alpine's usual behavior has two parts.  If your current folder is
26670 &quot;Inbox&quot;, Alpine will offer the last open folder as the
26671 default.  If the current folder is other than &quot;Inbox&quot;,
26672 &quot;Inbox&quot; is offered as the default.
26675 The available options include:
26677 <DL>
26679  <DT>folder-in-first-collection</DT>
26681  <DD> Alpine will offer the most recently visited folder in the default
26682 collection found in the &quot;Collection List&quot; screen as the default.
26683 </DD>
26685  <DT> inbox-or-folder-in-first-collection</DT>
26687  <DD> If the current folder is &quot;Inbox&quot;,
26688 Alpine will offer the most recently visited folder in the
26689 default collection found in the &quot;Collection List&quot; screen.
26690 If the current folder is other than &quot;Inbox&quot;,
26691 &quot;Inbox&quot; is offered as the default.
26692 </DD>
26694  <DT> inbox-or-folder-in-recent-collection</DT>
26696  <DD> This is Alpine's default behavior.
26697 If the current folder is &quot;Inbox&quot;,
26698 Alpine will offer the last open
26699 folder as the default.
26700 If the current folder is other than &quot;Inbox&quot;,
26701 &quot;Inbox&quot; is offered as the default.
26702 </DD>
26704  <DT> first-collection-with-inbox-default</DT>
26706  <DD> Instead of offering the most recently visited folder in the default
26707 collection, the default collection is offered but with &quot;Inbox&quot; as
26708 the default folder.
26709 If you type in a folder name it will be in the default collection.
26710 If you simply accept the default, however, your &quot;Inbox&quot; will be opened.
26711 </DD>
26713  <DT> most-recent-folder</DT>
26715  <DD> The last accepted value simply causes the most recently opened
26716 folder to be offered as the default regardless of the currently opened
26717 folder.
26718 </DD>
26719 </DL>
26722 NOTE: The default while a newsgroup is open remains the same; the last
26723 open newsgroup.
26726 <UL>   
26727 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26728 </UL><P>
26729 &lt;End of help on this topic&gt;
26730 </BODY>
26731 </HTML>
26732 ====== h_config_thread_lastreply_char =====
26733 <HTML>
26734 <HEAD>
26735 <TITLE>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></TITLE>
26736 </HEAD>
26737 <BODY>
26738 <H1>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></H1>
26740 The <!--#echo var="VAR_threading-lastreply-character"--> option has a small effect on the MESSAGE
26741 INDEX display when using a
26742 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
26743 of &quot;show-thread-structure&quot;, &quot;mutt-like&quot;, or
26744 &quot;show-structure-in-from&quot;; and sorting by Threads or OrderedSubject.
26745 The value of this option is a single character.
26746 This character is used instead of the vertical line character when there are
26747 no more replies directly to the parent of the current message.
26748 It can be used to &quot;round-off&quot; the bottom of the vertical line
26749 by setting it to a character such as a backslash (&#92;) or
26750 a backquote (&#96;).
26751 The default value of this option is the backslash character (&#92;).
26752 This option may not be set to the Empty Value.
26753 In that case, the default will be used instead.
26756 <UL>   
26757 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26758 </UL><P>
26759 &lt;End of help on this topic&gt;
26760 </BODY>
26761 </HTML>
26762 ====== h_config_thread_indicator_char =====
26763 <HTML>
26764 <HEAD>
26765 <TITLE>OPTION: <!--#echo var="VAR_threading-indicator-character"--></TITLE>
26766 </HEAD>
26767 <BODY>
26768 <H1>OPTION: <!--#echo var="VAR_threading-indicator-character"--></H1>
26770 The <!--#echo var="VAR_threading-indicator-character"--> option has a small effect on the MESSAGE
26771 INDEX display when using a
26772 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
26773 than &quot;none&quot; and sorting by Threads or OrderedSubject.
26774 The value of this option is a single character.
26775 This character is used to indicate that part of a thread (a conversation) is
26776 hidden beneath a message.
26777 The message could be expanded
26778 if desired with the &quot;/&quot; Collapse/Expand command.
26779 By default, the value of this option is the greater than sign (&gt;).
26781 If this option is set to the Empty Value, then the column (and the following
26782 blank column) will be deleted from the display.
26785 This option is closely related to the
26786 <A HREF="h_config_thread_exp_char"><!--#echo var="VAR_threading-expanded-character"--></A> option.
26787 Another similar option that affects the thread display is the
26788 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
26791 <UL>   
26792 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26793 </UL><P>
26794 &lt;End of help on this topic&gt;
26795 </BODY>
26796 </HTML>
26797 ====== h_config_thread_exp_char =====
26798 <HTML>
26799 <HEAD>
26800 <TITLE>OPTION: <!--#echo var="VAR_threading-expanded-character"--></TITLE>
26801 </HEAD>
26802 <BODY>
26803 <H1>OPTION: <!--#echo var="VAR_threading-expanded-character"--></H1>
26805 The <!--#echo var="VAR_threading-expanded-character"--> option has a small effect on the MESSAGE
26806 INDEX display when using a
26807 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
26808 than &quot;none&quot;.
26809 The value of this option is a single character.
26810 This character is used to indicate that part of a thread has been expanded
26811 and could be collapsed if desired with
26812 the &quot;/&quot; Collapse/Expand command.
26813 By default, the value of this option is a dot (.).
26815 If this option is set to the Empty Value, then the column (and the following
26816 blank column) will be deleted from the display.
26819 This option is closely related to the
26820 <A HREF="h_config_thread_indicator_char"><!--#echo var="VAR_threading-indicator-character"--></A> option.
26821 Another similar option that affects the thread display is the
26822 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
26825 <UL>   
26826 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26827 </UL><P>
26828 &lt;End of help on this topic&gt;
26829 </BODY>
26830 </HTML>
26831 ====== h_config_thread_index_style =====
26832 <HTML>
26833 <HEAD>
26834 <TITLE>OPTION: <!--#echo var="VAR_threading-index-style"--></TITLE>
26835 </HEAD>
26836 <BODY>
26837 <H1>OPTION: <!--#echo var="VAR_threading-index-style"--></H1>
26839 When a folder is sorted by Threads or OrderedSubject,
26840 this option will affect the INDEX displays.
26843 The possible values for this option are:
26845 <DL>
26846 <DT>regular-index-with-expanded-threads</DT>
26847 <DD>This is the default display.
26848 If the configuration option
26849 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
26850 is set to something other than &quot;none&quot;, then this setting
26851 will cause Alpine to start off with a MESSAGE INDEX with all of
26852 the threads expanded.
26853 That is, each message will have a line in the MESSAGE INDEX display.
26854 The Collapse/Expand command (/) may be used to manually collapse or
26855 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
26857 This setting affects the display when the folder is first threaded.
26858 The collapsed state may also be re-initialized by re-sorting the folder manually
26859 using the SortIndex command ($).
26860 After re-sorting the threads will once again all be expanded, even if you
26861 have previously collapsed some of them.
26863 If &quot;<!--#echo var="VAR_threading-display-style"-->&quot; is set to &quot;none&quot;, then
26864 the display will be the regular default Alpine MESSAGE INDEX, but sorted
26865 in a different order.
26866 </DD>
26868 <DT>regular-index-with-collapsed-threads</DT>
26869 <DD>If the configuration option
26870 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
26871 is set to something other than &quot;none&quot;, then this setting
26872 will cause Alpine to start out with all of the threads collapsed instead of
26873 starting out with all of the threads expanded.
26874 The Collapse/Expand command (/) may be used to manually collapse or
26875 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
26877 This setting affects the display when the folder is first threaded.
26878 The collapsed state may also be re-initialized by re-sorting the folder manually
26879 using the SortIndex command ($).
26880 After re-sorting the threads will once again all be collapsed, even if you
26881 have previously expanded some of them.
26882 </DD>
26884 <DT>separate-index-screen-always</DT>
26885 <DD>With this setting and the next, you will see an index of threads
26886 instead of an
26887 index of messages, provided you have sorted by Threads or OrderedSubject.
26889 The THREAD INDEX contains a '*' in the first column if any message in the thread
26890 is marked Important.
26891 If not, it contains a '+' if any message in the thread is to you.
26892 The second column is blank. The third column contains a 'D' if all of the
26893 messages in the thread are deleted.
26894 Otherwise, it contains an 'N' if any of the messages in the thread are New.
26896 When you view a particular thread from the THREAD INDEX you will be
26897 in the MESSAGE INDEX display
26898 but the index will only contain messages from the thread you are viewing.
26899 </DD>
26901 <DT>separate-index-screen-except-for-single-messages</DT>
26902 <DD>This is very similar to the option above.
26903 When you are in the THREAD INDEX, one of the available commands
26904 is &quot;ViewThd&quot;.
26905 With the setting &quot;separate-index-screen-always&quot; (the option above)
26906 when you view a particular thread you will be in the
26907 MESSAGE INDEX display and the index will only contain messages from
26908 the thread you are viewing.
26909 If the thread you are viewing consists of a single message, the MESSAGE INDEX
26910 will be an index with only one message in it.
26911 If you use this &quot;separate-index-screen-except-for-single-messages&quot;
26912 setting instead, then that index that contains a single message
26913 will be skipped and you will go directly from the THREAD INDEX into the
26914 MESSAGE TEXT screen.
26915 </DD>
26917 </DL>
26920 <UL>   
26921 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26922 </UL><P>
26923 &lt;End of help on this topic&gt;
26924 </BODY>
26925 </HTML>
26926 ====== h_config_thread_disp_style =====
26927 <HTML>
26928 <HEAD>
26929 <TITLE>OPTION: <!--#echo var="VAR_threading-display-style"--></TITLE>
26930 </HEAD>
26931 <BODY>
26932 <H1>OPTION: <!--#echo var="VAR_threading-display-style"--></H1>
26934 When a folder is sorted by Threads or OrderedSubject,
26935 this option will affect the MESSAGE INDEX display.
26936 By default, Alpine will display the MESSAGE INDEX in the
26937 &quot;show-thread-structure&quot; style if a folder is sorted
26938 by Threads or OrderedSubject.
26941 The possible values for this option are:
26943 <DL>
26944 <DT>none</DT>
26945 <DD>Regular index display.
26946 The same index line as would be displayed without threading is used.
26947 The only difference will be in the order of the messages.
26948 </DD>
26950 <DT>show-thread-structure</DT>
26951 <DD>Threaded Subjects will be indented and vertical bars and horizontal
26952 lines will be added to make it easier to see the relationships among
26953 the messages in a thread (a conversation).
26954 </DD>
26956 <DT>mutt-like</DT>
26957 <DD>This is the same as the option above except that the Subject
26958 is suppressed (is blank) if it matches the previous Subject in the thread.
26959 The name comes from the email client <A HREF="http://www.mutt.org/">Mutt</A>.
26960 Here is an example of what a mutt-like index might look like.
26961 In this example, the first column represents the message number, the
26962 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
26963 is set to &quot;regular-index-with-expanded-threads&quot;, and the
26964 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A>
26965 is set to a backslash:
26966 <PRE>
26967 &nbsp;&nbsp;&nbsp;1    Some topic
26968 &nbsp;&nbsp;&nbsp;&nbsp;2  . Subject           original message in thread
26969 &nbsp;&nbsp;&nbsp;&nbsp;3    |->               reply to 2
26970 &nbsp;&nbsp;&nbsp;&nbsp;4  . |->               another reply to 2
26971 &nbsp;&nbsp;&nbsp;&nbsp;5  . | &#92;->             reply to 4
26972 &nbsp;&nbsp;&nbsp;&nbsp;6  . |   &#92;->           reply to 5
26973 &nbsp;&nbsp;&nbsp;&nbsp;7    |     &#92;->         reply to 6
26974 &nbsp;&nbsp;&nbsp;&nbsp;8    |->               another reply to 2
26975 &nbsp;&nbsp;&nbsp;&nbsp;9  . |->New subject    another reply to 2 but with a New subject
26976 &nbsp;&nbsp;&nbsp;10    | |->             reply to 9
26977 &nbsp;&nbsp;&nbsp;11    | &#92;->             another reply to 9
26978 &nbsp;&nbsp;&nbsp;12    |   &#92;->           reply to 11
26979 &nbsp;&nbsp;&nbsp;13    &#92;->               final reply to 2
26980 &nbsp;&nbsp;&nbsp;14    Next topic
26981 </PRE>
26982 </DD>
26984 <DT>indent-subject-1</DT>
26985 <DD>Threaded Subjects will be indented one space per level of the conversation.
26986 The bars and lines that show up in the show-thread-structure display will
26987 not be there with this style.
26988 </DD>
26990 <DT>indent-subject-2</DT>
26991 <DD>Same as above but indent two spaces per level instead of one space.
26992 </DD>
26994 <DT>indent-from-1</DT>
26995 <DD>Similar to indent-subject-1, except that instead of indenting the
26996 Subject field one space the From field of a thread will be indented one
26997 space per level of the conversation.
26998 </DD>
27000 <DT>indent-from-2</DT>
27001 <DD>Same as above but indent two spaces per level instead of one space.
27002 </DD>
27004 <DT>show-structure-in-from</DT>
27005 <DD>The structure of the thread is illustrated with indenting, vertical bars,
27006 and horizontal lines just like with the show-thread-structure option, but
27007 the From field is used to show the relationships instead of the Subject field. 
27008 </DD>
27010 </DL>
27013 <UL>   
27014 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27015 </UL><P>
27016 &lt;End of help on this topic&gt;
27017 </BODY>
27018 </HTML>
27019 ====== h_config_pruning_rule =====
27020 <HTML>
27021 <HEAD>
27022 <TITLE>OPTION: <!--#echo var="VAR_pruning-rule"--></TITLE>
27023 </HEAD>
27024 <BODY>
27025 <H1>OPTION: <!--#echo var="VAR_pruning-rule"--></H1>
27027 By default, Alpine will ask at the beginning of each month whether or not
27028 you want to rename your sent-mail folder to a name like sent-mail-month-year.
27029 (See the feature <A HREF="h_config_prune_uses_iso"><!--#echo var="FEAT_prune-uses-yyyy-mm"--></A> to
27030 change the format of the folder to sent-mail-yyyy-mm.)
27031 It will also ask whether you would like to delete old sent-mail folders.
27032 If you have defined
27033 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>
27035 <A HREF="h_config_pruned_folders"><!--#echo var="VAR_pruned-folders"--></A>
27036 Alpine will also ask about pruning those folders.
27039 With this option you may provide an automatic answer to these questions.
27040 The default value is to ask you what you'd like to do.
27043 The six possible values for this option are:
27045 <DL>
27046 <DT>ask about rename, ask about deleting</DT>
27047 <DD>This is the default.
27048 Alpine will ask whether you want to rename the folders and whether you
27049 want to delete each of the old folders.
27050 </DD>
27052 <DT>ask about rename, don't delete</DT>
27053 <DD>Alpine will ask whether you want to rename the folders, but won't
27054 ask about or delete old folders.
27055 </DD>
27057 <DT>always rename, ask about deleting</DT>
27058 <DD>This means you want to always answer yes and have Alpine automatically
27059 rename the folder if possible.
27060 You will also be asked about deleting old folders.
27061 </DD>
27063 <DT>always rename, don't delete</DT>
27064 <DD>This means you want to always answer yes and have Alpine automatically
27065 rename the folder if possible.
27066 There will be no deleting of old folders.
27067 </DD>
27069 <DT>don't rename, ask about deleting</DT>
27070 <DD>This means you want to always answer no.
27071 Alpine will not rename the folder.
27072 You will be asked about deleting old folders.
27073 </DD>
27075 <DT>don't rename, don't delete</DT>
27076 <DD>This means you want to always answer no.
27077 Alpine will not rename the folder.
27078 There will be no deleting of old folders, either.
27079 </DD>
27080 </DL>
27083 <UL>   
27084 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27085 </UL><P>
27086 &lt;End of help on this topic&gt;
27087 </BODY>
27088 </HTML>
27089 ====== h_config_reopen_rule =====
27090 <HTML>
27091 <HEAD>
27092 <TITLE>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></TITLE>
27093 </HEAD>
27094 <BODY>
27095 <H1>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></H1>
27097 Alpine normally checks for new mail in the currently open folder
27098 and in the INBOX every few <A HREF="h_config_mailcheck">minutes</A>.
27101 There are some situations where automatic new-mail checking does not work.
27102 For example, if a mail folder is opened using the POP protocol or a newsgroup
27103 is being read using the NNTP protocol, then new-mail checking is disabled.
27106 It may be possible to check for new mail in these cases by reopening the
27107 folder.
27108 Alpine does not do this for you automatically, but you may do the commands
27109 manually to cause this to happen.
27110 You reopen by going back to the folder list screen from the message
27111 index screen with the &quot;&lt;&quot; command,
27112 and then going back into the message index screen with
27113 the &quot;&gt;&quot; command.
27114 (Actually, any method you would normally use to open a folder will work the
27115 same as the &quot;&lt;&quot; followed by &quot;&gt;&quot; method.
27116 For example, the GoTo Folder command will work, or you may use L to go to the
27117 Folder List screen and Carriage Return to reopen the folder.)
27120 There are some cases where Alpine knows that reopening the folder should
27121 be useful as a way to discover new mail.
27122 At the time of this writing, connections made using the POP protocol,
27123 news reading using the NNTP protocol, local news reading, and local
27124 ReadOnly folders that are in the traditional UNIX or the MMDF format all
27125 fall into this category.
27126 There are other cases where it <EM>may</EM> be a way to discover new mail, but Alpine
27127 has no way of knowing, so it might also just be an exercise in futility.
27128 All remote, ReadOnly folders other than those listed just above fall into this
27129 category.
27130 The setting of this option together with the type of folder
27131 controls how Alpine will react to the apparent attempt to reopen a folder.
27134 If you don't reopen, then you will just be back in
27135 the message index with no change.
27136 You left the index and came back, but the folder remained &quot;open&quot;
27137 the whole time.
27138 However, if you do reopen the folder, the folder is closed and then reopened.
27139 In this case, the current state of the open folder is lost.
27140 The New status, Important and Answered flags,
27141 selected state, Zoom state, collapsed or expanded state of threads,
27142 current message number,
27143 and any other temporary state is all lost when the reopen happens.
27144 For POP folders (but not NNTP newsgroups) the Deleted flags are also lost.
27147 In the possibilities listed below, the text says &quot;POP/NNTP&quot; in
27148 several places.
27149 That really implies the case where Alpine knows it is a good way to discover
27150 new mail, which is more than just POP and NNTP, but POP and NNTP are
27151 the cases of most interest.
27152 This option probably has more possible values than it deserves. They are:
27154 <DL>
27155 <DT>Always reopen</DT>
27156 <DD>Alpine will not ask whether you want to reopen but will just do the reopen
27157 whenever you type a command that implies a reopen, regardless of the
27158 access method.
27159 In other words, it is assumed you would always answer Yes if asked
27160 about reopening.
27161 </DD>
27163 <DT>Yes for POP/NNTP, Ask about other remote [Yes]</DT>
27164 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
27165 will ask you whether to reopen other remote folders,
27166 with a default answer of Yes.
27167 </DD>
27169 <DT>Yes for POP/NNTP, Ask about other remote [No]</DT>
27170 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
27171 will ask you whether to reopen other remote folders,
27172 with a default answer of No.
27173 </DD>
27175 <DT>Yes for POP/NNTP, No for other remote</DT>
27176 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, and
27177 will assume a No answer for all other remote folders.
27178 </DD>
27180 <DT>Always ask [Yes]</DT>
27181 <DD>Alpine will not differentiate based on access method.
27182 It will always ask for all remote folders, with a default answer of Yes.
27183 </DD>
27185 <DT>Always ask [No]</DT>
27186 <DD>Alpine will not differentiate based on access method.
27187 It will always ask for all remote folders, with a default answer of No.
27188 </DD>
27190 <DT>Ask about POP/NNTP [Yes], No for other remote</DT>
27191 <DD>Alpine will ask if the access method is POP or NNTP, with a default answer
27192 of Yes.
27193 It will never attempt to reopen other remote folders.
27194 </DD>
27196 <DT>Ask about POP/NNTP [No], No for other remote</DT>
27197 <DD>This is the default.
27198 Alpine will ask if the access method is POP or NNTP, with a default answer
27199 of No.
27200 It will never attempt to reopen other remote folders.
27201 </DD>
27203 <DT>Never reopen</DT>
27204 <DD>Alpine will never attempt to reopen already open folders.
27205 </DD>
27206 </DL>
27209 Remember, wherever it says POP or NNTP above it really means POP or NNTP or
27210 any of the other situations where it is likely that reopening is a good way
27211 to discover new mail.
27214 There is an alternative that may be of useful in some situations.
27215 Instead of manually checking for new mail you can set up a
27216 <A HREF="h_maildrop">Mail Drop</A>
27217 and automatically check for new mail.
27220 <UL>   
27221 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27222 </UL><P>
27223 &lt;End of help on this topic&gt;
27224 </BODY>
27225 </HTML>
27226 ====== h_config_inc_startup =====
27227 <HTML>
27228 <HEAD>
27229 <TITLE>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></TITLE>
27230 </HEAD>
27231 <BODY>
27232 <H1>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></H1>
27234 This value affects Alpine's behavior when opening the &quot;INBOX&quot; or 
27235 one of the &quot;INCOMING MESSAGE FOLDERS&quot;.
27236 It determines which message will be the <EM>current message</EM> when
27237 the folder is first opened.
27238 The default value is &quot;first-unseen&quot;.
27241 The seven possible values for this option are:
27243 <DL>
27244 <DT>first-unseen</DT>
27245 <DD>The current message is set to the first
27246 unseen message that has not been marked deleted, or the last message if
27247 all of the messages have been seen previously.
27248 Messages which have not been seen or which have been seen but re-marked
27249 as New are considered unseen messages.
27250 See the note at the bottom of this help about newsgroups.
27251 </DD>
27253 <DT>first-recent</DT>
27254 <DD>Similar to the default, but rather than starting on the first
27255 unseen message Alpine starts on the first <EM>recent</EM> message.
27256 A message is recent if it arrived since the last time the folder was
27257 open.  This value causes the current message to be set to the first
27258 recent message if there is one, otherwise to the last
27259 message in the folder.
27260 </DD>
27262 <DT>first-important</DT>
27263 <DD>This will result in the current message being set to the first
27264 message marked Important (but not Deleted).
27265 If no messages are marked Important, then it will be the last message.
27266 Messages are marked Important by <EM>you</EM>, not by the sender, using
27268 <A HREF="h_common_flag">Flag command</A>.
27269 Or they may be marked Important by an Alpine
27270 <A HREF="h_mainhelp_filtering">Filter</A>
27271 that you have set up.
27272 </DD>
27274 <DT>first-important-or-unseen</DT>
27275 <DD>This selects the first of the first unseen and the first important
27276 messages.
27277 </DD>
27279 <DT>first-important-or-recent</DT>
27280 <DD>This selects the first of the first recent and the first important
27281 messages.
27282 </DD>
27284 <DT>first</DT>
27285 <DD>Simply starts you on the <EM>first</EM> undeleted message in the folder.
27286 If all messages are deleted you start on the last message.
27287 </DD>
27289 <DT>last</DT>
27290 <DD>Simply starts you on the <EM>last</EM> undeleted message in the folder
27291 If all messages are deleted you start on the last message.
27292 </DD>
27293 </DL>
27296 NOTE:  For newsgroups in the incoming collection, &quot;first-unseen&quot; and
27297 &quot;first-recent&quot; are the same and are affected by whether or not the
27298 feature 
27299 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
27300 is turned on. 
27301 Also, there is no permanent storage in news for an Important flag.
27302 This means that no messages will be marked Important when a newsgroup is
27303 first opened.
27306 <UL>   
27307 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27308 </UL><P>
27309 &lt;End of help on this topic&gt;
27310 </BODY>
27311 </HTML>
27312 ====== h_config_browser =====
27313 <HTML>
27314 <HEAD>
27315 <TITLE>OPTION: <!--#echo var="VAR_url-viewers"--></TITLE>
27316 </HEAD>
27317 <BODY>
27318 <H1>OPTION: <!--#echo var="VAR_url-viewers"--></H1>
27319 <!--chtml if pinemode="os_windows"-->
27320 PC-Alpine users do not need to enter anything here, unless:<UL>
27321 <LI> they want to override, for use with Alpine, the application defined
27322 in the Windows operating system for handling URLs; or
27323 <LI> they are (planning on) using the same configuration file with 
27324 Unix Alpine.
27325 </UL>
27327 Note that if using a viewer that has a space in its path, you should
27328 use the DOS name for that directory or file. Example:
27329 <PRE>
27330 url-viewer=C:&#92;Progra~1&#92;mozilla&#92;mozilla.exe
27331 </PRE>
27332 <HR><P>
27333 <!--chtml endif-->
27334 This option affects Alpine's handling of URLs that are found in 
27335 messages you read.  Normally, only URLs Alpine can handle directly
27336 are automatically offered for selection in the &quot;Message
27337 Text&quot; screen.  When one or more applications
27338 capable of deciphering URLs on their command line are added here, Alpine
27339 will choose the first available to display URLs it cannot handle directly.
27340 A viewer's availability is based on its being specified with a <B>full
27341 directory path</B> and the evaluation of any optionally supplied
27342 parameters described below.
27345 Additionally, to support various connection methods and applications, each
27346 entry in this list can optionally begin with one or more of
27347 the following special tokens.  The allowed tokens include:
27350 <DL>
27351 <DT>_TEST(<VAR>test-string</VAR>)_</DT>
27352 <DD>
27353 The <VAR>test-string</VAR> is a shell command that Alpine will run to
27354 evaluate a viewer's availability.  The command specified by the test
27355 string is run and if its resulting exit status is non-zero, Alpine will
27356 not consider the associated viewer for use.
27357 </DD>
27359 <DT>_SCHEME(<VAR>scheme-list</VAR>)_</DT>
27360 <DD>
27361 The <VAR>scheme-list</VAR> is a list of one or more (comma-delimited)
27362 URL schemes that are to be used with the associated viewer.  This is
27363 the way to configure Alpine to recognize URLs other than the built-in set.
27365 It can also be used to override Alpine's built-in handlers.
27366 For example, you could specify &quot;news&quot; in the <VAR>scheme-list</VAR>,
27367 and Alpine would use (provided it passed all other criteria) the associated
27368 viewer when it encounterd a URL of the form &quot;news:comp.mail.pine&quot;.
27370 </DD>
27371 </DL>
27374 By default, Alpine will simply append a space character followed by the
27375 selected URL prior to launching the command in your specified SHELL.  You can
27376 optionally specify where in the command the selected URL should appear
27377 by using the &quot;_URL_&quot; token.  All occurrences found in the command
27378 will be replaced with the selected URL before the command is handed
27379 to the shell.  If such replacement occurs, the default appending of the
27380 selected URL does not take place.
27383 NOTE: If the viewer you specify has any command-line arguments,
27384 including the &quot;_URL_&quot; token, you will need to add a
27385 double-quote character before the command path and after the last
27386 argument (see the &quot;lynx&quot; example below).
27389 So, here are some example entries:
27390 <PRE>
27391 url-viewers = _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_  /usr/local/bin/netscape
27392               &quot;/usr/local/bin/lynx _URL_&quot;
27393               C:&#92;BIN&#92;NETSCAPE.BAT
27394 </PRE>
27396 This example shows that for the first viewer in the list to be used
27397 the environment variable &quot;DISPLAY&quot; must be defined.  If it
27398 is, then the path and file &quot;/usr/local/bin/netscape&quot; must exist.  
27399 If neither condition is met,
27400 then the path and file &quot;/usr/local/bin/lynx&quot; must exist.  
27401 If it does, then the &quot;_URL_&quot; token is replaced by the selected URL. 
27402 If the path to &quot;lynx&quot; is invalid,
27403 then the final path and file C:&#92;BIN&#92;NETSCAPE.BAT must exist.  
27404 Note that the last
27405 entry is a DOS/Windows path.  This is one way to support Alpine running
27406 on more than one architecture with the same configuration file.<P>
27408 <!--chtml if pinemode="os_windows"-->
27409 <!--chtml else-->
27410 Note that depending on the type of browser used and the method of 
27411 its invocation (such as whether it will open in a separate window) from
27412 the MESSAGE TEXT screen, the browser may &quot;supplant&quot; 
27413 the MESSAGE TEXT screen, and you will have to quit the browser to return to 
27414 it (for example, when using Lynx; to exit Lynx, use the &quot;Q&quot; command).
27415 In other words, launching the browser from Alpine may make Alpine 
27416 &quot;disappear&quot; (although it is still &quot;running&quot;)
27417 until you close the browser again.<P>  
27418 <UL><LI><A HREF="h_config_browser_xterm">Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
27419 environment: for advanced users and  systems administrators</A>
27420 </UL>
27421 <!--chtml endif-->
27422 <P>If you are unsure what browsers are available on your system or how to 
27423 specify them in Alpine's <!--#echo var="VAR_url-viewers"--> option for best usability, contact your 
27424 local computing support staff.
27425 <P><UL>
27426 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27427 </UL>
27429 &lt;End of help on this topic&gt;
27430 </BODY>
27431 </HTML>
27432 ====== h_config_history =====
27433 <HTML>
27434 <HEAD>
27435 <TITLE>OPTION: <!--#echo var="VAR_default-directories"--></TITLE>
27436 </HEAD>
27437 <BODY>
27438 <H1>OPTION: <!--#echo var="VAR_default-directories"--></H1>
27440 This option allows you to input a list of directories that Alpine will offer 
27441 for you to use when you are saving or exporting attachments. This is useful
27442 when navigating to specific directories becomes too tedious, or when you 
27443 need to do this on a daily basis, and want Alpine to remember this on a 
27444 permanent basis.
27446 The list of directories saved here can be accessed using the ^Y and ^V commands
27447 in the save prompt for attachments, or the export command.
27449 <P><UL>
27450 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27451 </UL>
27453 &lt;End of help on this topic&gt;
27454 </BODY>
27455 </HTML>
27456 ====== h_config_browser_xterm =====
27457 <HTML>
27458 <HEAD>
27459 <TITLE><!--#echo var="VAR_url-viewers"--> and X windows applications</TITLE>
27460 </HEAD>
27461 <BODY>
27462 <H1>Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
27463 environment: for advanced users and  systems administrators</H1>
27464 If you are using Alpine with an X-terminal (emulator) and want to define an 
27465 X windows-based application in <!--#echo var="VAR_url-viewers"-->, 
27466 you may want to do so in a manner that causes any <B>already</B> 
27467 invoked viewer application to be used for viewing URLs you select from Alpine 
27468 messages, and a <B>new</B> URL-viewer process to be 
27469 started <B>only</B> if the same application has <B>not already</B> 
27470 been launched -- for one reason, to avoid file-locking contentions among 
27471 multiple invocations of the same URL-viewer application.  
27472 (The example entries set in the help screen for the &quot;<!--#echo var="VAR_url-viewers"-->&quot; 
27473 option does not do this.)  A method of doing that would be:<OL>
27474 <LI> use 
27475 the _TEST(<VAR>test-string</VAR>)_ token in the <B>first</B> entry to 
27476 check (using commands appropriate for your Unix shell
27477 in place of <VAR>test-string</VAR>) for the presence of a 
27478 lockfile created by the URL-viewer application -- which implies that the 
27479 application is already running, though this is not foolproof. 
27480 Following that in the same <!--#echo var="VAR_url-viewers"--> entry, specify the 
27481 application with its appropriate command line option(s) to 
27482 show the URL selected from the Alpine message in an already open window of 
27483 that application, or perhaps in a new window of that application.  
27485 <LI> In the 
27486 <B>second</B> entry for the <!--#echo var="VAR_url-viewers"--> option, specify the same 
27487 application without those command line options, but this time using the 
27488 _TEST(...)_ token to check whether the environment variable &quot;DISPLAY&quot;
27489 is defined.
27490 <LI> If you will be using Alpine (with the same .pinerc file) outside of the X 
27491 windows environment (for instance, using VT-100 terminal emulation), you 
27492 may wish to specify a non-X windows URL-viewer application such as Lynx
27493 as the last entry.
27494 </OL><BR>
27495 How exactly you define your <!--#echo var="VAR_url-viewers"--> entries to do this will depend on 
27496 the command shell, the URL-viewer application(s), and possibly the specific 
27497 version of the latter, you are using.  
27499 Relevant command 
27500 line options for the Netscape browser for showing URLs (selected from Alpine) 
27501 when Netscape is already running are discussed in the document
27502 &quot;Remote Control of UNIX Netscape&quot; 
27503 found at the URL (as of 12 Aug. 1998):
27506 <CENTER><A HREF="http://home.netscape.com/newsref/std/x-remote.html">http://home.netscape.com/newsref/std/x-remote.html</A></CENTER>
27508 <P>(If the URL-viewer application is 
27509 <B>not</B> running on the same host as Alpine, but being launched from an 
27510 applications server, you may not be able to use the command line options for 
27511 using an existing invocation of the application in Alpine's <!--#echo var="VAR_url-viewers"--> entry.)
27513 <!--chtml if this-method="shown-to-work"-->
27514 An example using the Korn shell and the Netscape browser (first entry wrapped 
27515 because of its length, but should all appear on one line):
27517 url-viewers = _TEST("test -L /myhomedir/.netscape/lock")_ &quot;/usr/local/bin/netscape -remote 'openURL(_URL_,  new-window)' &amp;&quot;<BR>
27519 _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_ &quot;/usr/local/bin/netscape &amp;&quot;<BR>
27520               &quot;/usr/local/bin/lynx '_URL_'&quot;
27522 <!--chtml endif-->
27524 <UL>   
27525 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27526 </UL><P>
27527 &lt;End of help on this topic&gt;
27528 </BODY>
27529 </HTML>
27530 ====== h_config_enable_full_hdr =====
27531 <HTML>
27532 <HEAD>
27533 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></TITLE>
27534 </HEAD>
27535 <BODY>
27536 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></H1>
27538 This feature enables the &quot;H Full Headers&quot; command which toggles between
27539 the display of all headers in the message and the normal edited view of
27540 headers.  The Full Header command also controls which headers are included
27541 for Export, Pipe, Print, Forward, and Reply functions.  (For Reply, the
27542 Full Header mode will respect the
27543 <A HREF="h_config_include_header">&quot;Include-Headers-in-Reply&quot;</A>
27544 feature setting.)
27546 If Full Header mode is turned on and you Forward a message, you will
27547 be asked if you'd like to forward the message as an attachment, as opposed
27548 to including the text of the message in the body of your new message.
27550 If you have also turned on the
27551 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
27552 option then the Full Headers command actually rotates through three states
27553 instead of just two.
27554 The first is the normal view with long quotes suppressed.
27555 The second is the normal view but with the long quotes included.
27556 The last enables the display of all headers in the message.
27557 When using Export, Pipe, Print, Forward, or Reply the quotes are
27558 never suppressed, so the first two states are identical.
27560 Normally, the Header Mode will reset
27561 to the default behavior when moving to a new message.
27562 The mode can be made to persist from message to message by setting the feature
27563 <A HREF="h_config_quell_full_hdr_reset"><!--#echo var="FEAT_quell-full-header-auto-reset"--></A>.
27565 <UL>   
27566 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27567 </UL><P>
27568 &lt;End of help on this topic&gt;
27569 </BODY>
27570 </HTML>
27571 ====== h_config_enable_full_hdr_and_text =====
27572 <HTML>
27573 <HEAD>
27574 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></TITLE>
27575 </HEAD>
27576 <BODY>
27577 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></H1>
27579 This feature affects how the &quot;H Full Headers&quot; command displays
27580 message text.  If set, the raw message text will be displayed.  This
27581 especially affects MIME formatted email, where the entire MIME format
27582 will be displayed.  This feature similarly affects how messages are
27583 included for the Export, Pipe, Print, Forward, and Reply functions.
27585 When viewing a raw message that has attachments with this feature set,
27586 you will not be able to view attachments without first leaving full 
27587 headers mode.  This is because MIME parsing is not done on the raw message.
27589 <UL>   
27590 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27591 </UL><P>
27592 &lt;End of help on this topic&gt;
27593 </BODY>
27594 </HTML>
27595 ====== h_config_enable_pipe =====
27596 <HTML>
27597 <HEAD>
27598 <TITLE>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></TITLE>
27599 </HEAD>
27600 <BODY>
27601 <H1>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></H1>
27603 This feature enables the "| Pipe" command that sends the current message
27604 to the specified command for external processing.
27607 A short description of how the pipe command works is given
27608 <A HREF="h_pipe_command">here</A>.
27611 <UL>   
27612 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27613 </UL><P>
27614 &lt;End of help on this topic&gt;
27615 </BODY>
27616 </HTML>
27617 ====== h_config_quell_full_hdr_reset =====
27618 <HTML>
27619 <HEAD>
27620 <TITLE>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></TITLE>
27621 </HEAD>
27622 <BODY>
27623 <H1>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></H1>
27625 The <A HREF="h_common_hdrmode">HdrMode Command</A>
27626 normally resets to the default state when switching to a new message.
27627 For example, if you've used the &quot;H&quot; command to turn on Full
27628 Headers for a message you are viewing, and then you type the Next command
27629 to look at the next message, the full headers will no longer be shown.
27630 Setting this feature disables that reset.
27631 Instead, the Header Mode remains the same from message to message.
27634 The presence or absence of the HdrMode command is determined by the
27635 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
27636 Feature-List option.
27638 <UL>   
27639 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27640 </UL><P>
27641 &lt;End of help on this topic&gt;
27642 </BODY>
27643 </HTML>
27644 ====== h_config_enable_tab_complete =====
27645 <HTML>
27646 <HEAD>
27647 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></TITLE>
27648 </HEAD>
27649 <BODY>
27650 <H1>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></H1>
27652 This feature enables the TAB key when at a prompt for a filename. In this
27653 case, TAB will cause the partial name already entered to be automatically
27654 completed, provided the partial name is unambiguous.
27655 This feature is on by default.
27657 Similarly, this feature also enables TAB completion of address book
27658 nicknames when at a prompt for a nickname,
27659 or when typing in an address field in the composer.
27661 &lt;End of help on this topic&gt;
27662 </BODY>
27663 </HTML>
27664 ====== h_config_quit_wo_confirm =====
27665 <HTML>
27666 <HEAD>
27667 <TITLE>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></TITLE>
27668 </HEAD>
27669 <BODY>
27670 <H1>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></H1>
27672 This feature controls whether or not Alpine will ask for confirmation when a
27673 Quit command is received.
27675 &lt;End of help on this topic&gt;
27676 </BODY>
27677 </HTML>
27678 ====== h_config_quote_replace_noflow =====
27679 <HTML>
27680 <HEAD>
27681 <TITLE>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></TITLE>
27682 </HEAD>
27683 <BODY>
27684 <H1>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></H1>
27686 This feature, which is only active when
27687 <A HREF="h_config_quote_replace_string"><!--#echo var="VAR_quote-replace-string"--></A> is
27688 also set,
27689 enables quote-replacement on non-flowed messages.  It is off
27690 by default because a non-flowed message is more dependent on its format,
27691 and thus quote-replacement may cause less-than-pleasing results.
27692 Setting this feature will cause quote-replacement similar to that of flowed
27693 messages, but with the added possibility of long lines being wrapped
27694 into new lines if the Quote-Replacement-String is longer than the string
27695 it is replacing, which is &quot;&gt;&nbsp;&quot;.
27697 &lt;End of help on this topic&gt;
27698 </BODY>
27699 </HTML>
27700 ====== h_config_enable_jump =====
27701 <HTML>
27702 <HEAD>
27703 <TITLE>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></TITLE>
27704 </HEAD>
27705 <BODY>
27706 <H1>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></H1>
27708 When this feature is set you may enter a number (followed by RETURN)
27709 and jump to that message number, when in the MESSAGE INDEX or MESSAGE TEXT
27710 screens.  In other words, it obviates the need for typing the "J" for the
27711 Jump command.
27713 &lt;End of help on this topic&gt;
27714 </BODY>
27715 </HTML>
27716 ====== h_config_enable_alt_ed =====
27717 <HTML>
27718 <HEAD>
27719 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></TITLE>
27720 </HEAD>
27721 <BODY>
27722 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></H1>
27724 If this feature is set (the default), and the 
27725 <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
27726 <B>is not</B> set, entering
27727 the ^_ (Ctrl-underscore) key while composing a message will prompt you
27728 for the name of the editor you would like to use.
27730 If the environment variable $EDITOR is set, its value will be offered as
27731 a default.
27733 If the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
27734 <B>is</B> set, the ^_ key will activate the specified
27735 editor without prompting, in which case it is not necessary to
27736 set the &quot;<!--#echo var="FEAT_enable-alternate-editor-cmd"-->&quot; feature.  
27738 <UL>   
27739 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27740 </UL><P>
27741 &lt;End of help on this topic&gt;
27742 </BODY>
27743 </HTML>
27744 ====== h_config_alt_ed_now =====
27745 <HTML>
27746 <HEAD>
27747 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></TITLE>
27748 </HEAD>
27749 <BODY>
27750 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></H1>
27752 If this feature and the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A>
27753 variable are both set, Alpine will
27754 automatically activate the specified editor when the cursor is moved from
27755 the header of the message being composed into the message text.  For
27756 replies, the alternate editor will be activated immediately.  If this
27757 feature is set but the &quot;<!--#echo var="VAR_editor"-->&quot; variable is not set, then Alpine will
27758 automatically ask for the name of an alternate editor when the cursor
27759 is moved out of the header being composed, or if a reply is being done.
27761 <P><UL>
27762 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27763 </UL>
27765 &lt;End of help on this topic&gt;
27766 </BODY>
27767 </HTML>
27768 ====== h_config_enable_bounce =====
27769 <HTML>
27770 <HEAD>
27771 <TITLE>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></TITLE>
27772 </HEAD>
27773 <H1>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></H1>
27774 <BODY>
27776 Setting this feature enables the "B Bounce" command, which will prompt
27777 for an address and *remail* the message to the new recipient.  This command
27778 is used to re-direct messages that you have received in error, or need to
27779 be redirected for some other reason (e.g. list moderation).  The final
27780 recipient will see a header indicating that you have Resent the msg, but
27781 the message's From: header will show the original author of the message,
27782 and replies to it will go back to that author, and not to you.
27784 &lt;End of help on this topic&gt;
27785 </BODY>
27786 </HTML>
27787 ====== h_config_enable_agg_ops =====
27788 <HTML>
27789 <HEAD>
27790 <TITLE>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></TITLE>
27791 </HEAD>
27792 <BODY>
27793 <H1>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></H1>
27795 When this feature is set you may use the commands and subcommands that relate to
27796 performing operations on more than one message at a time.  We call these
27797 &quot;aggregate operations&quot;.  In particular, the 
27798 <!--chtml if pinemode="function_key"-->&quot;F5
27799 <!--chtml else-->&quot;;
27800 <!--chtml endif--> Select&quot;, 
27802 <!--chtml if pinemode="function_key"-->
27803 &quot;F6
27804 <!--chtml else-->
27805 &quot;A 
27806 <!--chtml endif-->
27807 Apply&quot;, and 
27808 <!--chtml if pinemode="function_key"-->
27809 &quot;F4
27810 <!--chtml else-->
27811 &quot;Z 
27812 <!--chtml endif-->
27813 Zoom&quot; commands are enabled by this feature.  Select is used to
27814 &quot;tag&quot; one or more messages meeting the specified criteria.  Apply can
27815 then be used to apply any message command to all of the selected/tagged
27816 messages.  Further, the Zoom command allows you to toggle the MESSAGE INDEX
27817 view between just those Selected and all messages in the folder.
27819 This feature also enables the 
27820 <!--chtml if pinemode="function_key"-->
27821 &quot;F7&quot; 
27822 <!--chtml else-->
27823 &quot;^X&quot; 
27824 <!--chtml endif-->
27826 subcommand in the MESSAGE INDEX 
27827 WhereIs command that causes all messages matching the WhereIs argument to 
27828 become selected; and the Select, Select Current, and ZoomMode commands in the
27829 <A HREF="h_folder_maint">FOLDER LIST screen</A>.
27831 Some related help topics are
27832 <UL>
27833 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
27834 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
27835 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
27836 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
27837 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
27838 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
27839 </UL>
27841 <UL>   
27842 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27843 </UL><P>
27844 &lt;End of help on this topic&gt;
27845 </BODY>
27846 </HTML>
27848 ====== h_config_enable_flag =====
27849 <HTML>
27850 <HEAD>
27851 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></TITLE>
27852 </HEAD>
27853 <BODY>
27854 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></H1>
27856 Setting this feature enables the
27857 <A HREF="h_common_flag">&quot;* Flag&quot;</A>
27858 command that allows you to
27859 manipulate the status flags associated with a message.  By default, Flag
27860 will set the "Important" flag, which results in an asterisk being
27861 displayed in column one of the MESSAGE INDEX for such messages.
27863 &lt;End of help on this topic&gt;
27864 </BODY>
27865 </HTML>
27866 ====== h_config_flag_screen_default =====
27867 <HTML>
27868 <HEAD>
27869 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></TITLE>
27870 </HEAD>
27871 <BODY>
27872 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></H1>
27874 The feature modifies the behavior of the
27875 <a href="h_common_flag">Flag</a>
27876 command (provided it too is
27877 <A HREF="h_config_enable_flag">enabled</A>).
27878 By default, when the "* Flag" command is selected,
27879 Alpine offers a prompt to set one of several flags and also offers the
27880 option of entering the detailed flag manipulation screen via the "^T"
27881 key. Enabling this feature causes Alpine to immediately enter the detailed
27882 flag screen rather than first offer the simple prompt.
27884 <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.
27886 &lt;End of help on this topic&gt;
27887 </BODY>
27888 </HTML>
27889 ====== h_config_flag_screen_kw_shortcut =====
27890 <HTML>
27891 <HEAD>
27892 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></TITLE>
27893 </HEAD>
27894 <BODY>
27895 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></H1>
27897 This feature modifies the behavior of the
27898 <a href="h_common_flag">Flag</a> command
27899 and the <A HREF="h_index_cmd_select">Select</A> command.
27900 This feature is set by default.
27901 When this feature is not set, when the "* Flag" command is selected,
27902 Alpine offers a prompt to set one of several flags and also offers the
27903 option of entering the detailed flag manipulation screen via the "^T"
27904 key.
27905 If you have
27906 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
27907 defined, then enabling this feature adds a shortcut way to set or unset
27908 keywords.
27909 You use &quot;*&quot; followed by the first letter of a keyword (or the nickname of
27910 a keyword if you've given it a nickname) and that will set the keyword.
27912 An example is easier to understand than the explanation.
27913 The flag command can always be used to set the system flags.
27914 For example, to set the Answered flag you would type
27916 <CENTER><SAMP>* A</SAMP></CENTER>
27918 Now suppose you have defined a keyword &quot;Work&quot; using the <!--#echo var="VAR_keywords"-->
27919 option in the Config screen.
27920 By default, to set a keyword like &quot;Work&quot; you would usually
27921 have to go to the Flag Details screen using
27922 the &quot;^T To Flag Details&quot; command.
27923 Instead, if you have enabled this feature, you may type
27925 <CENTER><SAMP>* W</SAMP></CENTER>
27927 to set the Work flag, or
27929 <CENTER><SAMP>* ! W</SAMP></CENTER>
27931 to unset it.
27932 Just like for the other flag setting commands, the case of the letter does
27933 not matter, so &quot;w&quot; or &quot;W&quot; both set the &quot;Work&quot;
27934 keyword.
27936 Notice that you can only use this trick for one keyword that begins
27937 with &quot;W&quot;.
27938 If you happen to have a &quot;Work&quot; keyword and another keyword that is
27939 &quot;WIFI&quot; the &quot;* W&quot; command will set the first one in
27940 your list of keywords.
27941 Also, there are five letters that are reserved for system
27942 flags and the NOT command.
27943 If you type &quot;* A&quot; it will always set the Answered flag, not
27944 your &quot;Aardvark&quot; keyword.
27945 In order to set the &quot;Aardvark&quot; keyword you'll still have to use
27946 the Flag Details screen.
27948 Because enabling the
27949 <A HREF="h_config_flag_screen_default"><!--#echo var="FEAT_enable-flag-screen-implicitly"--></A>
27950 option causes Alpine to skip directly to the Flag Details screen when the
27951 Flag command is used, 
27952 setting it will cause this feature to have no effect at all.
27954 Similarly, when Selecting by Keyword, setting this option will allow you
27955 to use Keyword initials instead of full keywords.
27957 &lt;End of help on this topic&gt;
27958 </BODY>
27959 </HTML>
27960 ====== h_config_can_suspend =====
27961 <HTML>
27962 <HEAD>
27963 <TITLE>FEATURE: <!--#echo var="FEAT_enable-suspend"--></TITLE>
27964 </HEAD>
27965 <BODY>
27966 <H1>FEATURE: <!--#echo var="FEAT_enable-suspend"--></H1>
27968 Setting this feature will allow you to type ^Z (Control Z) to 
27969 <!--chtml if pinemode="os_windows"-->
27970 minimize Alpine into its icon, bringing into focus whatever
27971 application is running behind the PC-Alpine window.
27972 <!--chtml else-->
27973 temporarily suspend Alpine.
27976 This does not exit Alpine, but puts it in the background to watch
27977 for new mail and such.  Normally, you type a command, such
27978 as &quot;fg&quot; at your system prompt to return to your Alpine session.
27981 The <A HREF="h_config_suspend_spawns"><!--#echo var="FEAT_use-subshell-for-suspend"--></A> feature
27982 adjusts whether Alpine is placed into the background of the shell its 
27983 running in or starts a news shell.
27984 <!--chtml endif-->
27987 <UL>   
27988 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27989 </UL><P>
27990 &lt;End of help on this topic&gt;
27991 </BODY>
27992 </HTML>
27993 ====== h_config_take_lastfirst ======
27994 <HTML>
27995 <HEAD>
27996 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></TITLE>
27997 </HEAD>
27998 <BODY>
27999 <H1>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></H1>
28001 Normally, when TakeAddr is used to copy an address from a message into
28002 an address book entry, Alpine will attempt to rewrite the full name of the
28003 address in the form
28006 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Last, First<P>
28008 instead of<P>
28010 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;First Last
28013 It does this because many people find it useful to sort by Last name
28014 instead of First name.  If this feature is set, then the TakeAddr command
28015 will not attempt to reverse the name in this manner.
28017 &lt;End of help on this topic&gt;
28018 </BODY></HTML>
28019 ====== h_config_disable_regex ======
28020 <HTML>
28021 <HEAD>
28022 <TITLE>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></TITLE>
28023 </HEAD>
28024 <BODY>
28025 <H1>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></H1>
28027 Normally, the
28028 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
28029 option is interpreted as a regular expression.
28030 One type of address that might cause trouble is an address that
28031 contains a plus sign.
28032 If you want to have an address with a plus as one of your
28033 <!--#echo var="VAR_alt-addresses"-->
28034 and you don't want to use regular expressions, then setting this
28035 feature will cause Alpine to treat the addresses you list literally instead.
28037 &lt;End of help on this topic&gt;
28038 </BODY></HTML>
28039 ====== h_config_take_fullname ======
28040 <HTML>
28041 <HEAD>
28042 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></TITLE>
28043 </HEAD>
28044 <BODY>
28045 <H1>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></H1>
28047 Normally, when TakeAddr is used to copy an address or addresses
28048 from a message into an address book entry, Alpine will try to preserve
28049 the full name associated with each address in the list of addresses.
28050 The reason for this is so that if the entry is a list or later becomes a
28051 list, then information about the individual addresses in the list
28052 is preserved.
28053 If you would rather just have the simple addresses in the list of addresses,
28054 set this feature. For example, with the default setting you might
28055 see something like this in the ADDRESS BOOK editor after you type TakeAddr
28057 <PRE>
28058  Nickname  : nick
28059  Fullname  : Bedrock Elders
28060  Fcc       :
28061  Comment   :
28062  Addresses : Fred Flintstone &lt;flint@bedrock.org&gt;,
28063              Barney Rubble &lt;rubble@bedrock.org&gt;
28064 </PRE>
28066 but with this feature set it would look like
28068 <PRE>
28069  Nickname  : nick
28070  Fullname  : Bedrock Elders
28071  Fcc       :
28072  Comment   :
28073  Addresses : flint@bedrock.org,
28074              rubble@bedrock.org
28075 </PRE>
28077 instead. Note the difference in the Addresses field.
28079 &lt;End of help on this topic&gt;
28080 </BODY></HTML>
28081 ====== h_config_print_from ======
28082 <HTML>
28083 <HEAD>
28084 <TITLE>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></TITLE>
28085 </HEAD>
28086 <BODY>
28087 <H1>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></H1>
28089 If this feature is set, then the Berkeley-mail style From line is included
28090 at the start of each message that is printed.  This line looks something
28091 like the following, with the address replaced by the address from the
28092 From line of the message being printed:
28094 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;From user@domain.somewhere.com Mon May 13
28095 14:11:06 1998
28097 &lt;End of help on this topic&gt;
28098 </BODY>
28099 </HTML>
28100 ====== h_config_expanded_distlists ======
28101 <HTML>
28102 <HEAD>
28103 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></TITLE>
28104 </HEAD>
28105 <BODY>
28106 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></H1>
28107 If this feature is set, then distribution lists in the address book
28108 screen will always be expanded automatically.
28110 &lt;End of help on this topic&gt;
28111 </BODY>
28112 </HTML>
28113 ====== h_config_compose_news_wo_conf ======
28114 <HTML>
28115 <HEAD>
28116 <TITLE>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></TITLE>
28117 </HEAD>
28118 <BODY>
28119 <H1>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></H1>
28120 This feature controls one aspect of Alpine's Composer.  If you enter the
28121 composer while reading a newsgroup, you will normally be prompted to
28122 determine whether you intend the new message to be posted to the current
28123 newsgroup or not.  If this feature is set, Alpine will not prompt you
28124 in this situation, and will assume that you do indeed wish to post
28125 to the newsgroup you are reading.
28127 &lt;End of help on this topic&gt;
28128 </BODY>
28129 </HTML>
28130 ====== h_config_compose_rejects_unqual ======
28131 <HTML>
28132 <HEAD>
28133 <TITLE>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></TITLE>
28134 </HEAD>
28135 <BODY>
28136 <H1>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></H1>
28138 This feature controls one aspect of the message composer; in particular,
28139 what happens when an unqualified name is entered into an address header.
28140 If set, unqualified names entered as addresses will be treated as errors
28141 unless they match an addressbook nickname.  Alpine will not attempt to turn
28142 them into complete addresses by adding your local domain.<P>
28144 A complete (fully qualified) address is one containing a username followed
28145 by an &quot;@&quot; (&quot;at&quot;) symbol, followed by a domain name (e.g.
28146 &quot;jsmith@example.com&quot;).  An unqualified name is one <B>without</B> 
28147 the &quot;@&quot; symbol and domain name (e.g. &quot;jsmith&quot;). 
28149 (See also <A HREF="h_address_format">Explanation of Address formats</A>.)
28153 When you enter a fully qualified address, Alpine does not interpret or
28154 modify it, but simply passes it on to the mail-transport-agent (MTA) for
28155 your system.  Alpine conforms to the Internet standards governing message
28156 headers and will not send an unqualifed name to the MTA.  Therefore, when
28157 you enter an unqualified name, Alpine will normally attempt to turn it into
28158 a fully qualified address, first by checking to see if you have entered a
28159 matching nickname in your addressbook, or failing that, by simply adding
28160 your own domain to the name entered.  So if your address is
28161 &quot;jsmith@example.com&quot; and you enter &quot;fred&quot;, then (assuming 
28162 &quot;fred&quot; is not a nickname in your addressbook), Alpine will turn 
28163 that into &quot;fred@example.com&quot;.<P>
28165 There are situations where it is not desirable for Alpine to interpret such
28166 unqualified names as valid (local) addresses.  For example, if &quot;fred&quot;
28167 turned out to be a typo (intended to be an addressbook nickname), but
28168 there actually was a &quot;fred&quot; in your local domain, the message might 
28169 be mis-delivered without your realizing it.  In order to reduce the likelihood
28170 of such accidents, setting this feature will cause Alpine to treat such
28171 addresses as errors, and require that you explicitly enter the full local
28172 address (e.g. &quot;fred@example.com&quot;) or correct the name so that it 
28173 matches an address book nickname.<P>
28175 Consider this a safety feature against mis-directed mail.
28177 <UL>   
28178 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28179 </UL><P>
28180 &lt;End of help on this topic&gt;
28181 </BODY>
28182 </HTML>
28183 ====== h_config_quell_local_lookup ======
28184 <HTML>
28185 <HEAD>
28186 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></TITLE>
28187 </HEAD>
28188 <BODY>
28189 <H1>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></H1>
28191 This feature controls an aspect of Alpine's Composer, and if needed, will
28192 usually be set by your system manager in Alpine's system-wide configuration
28193 file. Specifically, if this feature is set, Alpine will not attempt to look
28194 in the system password file to find a Full Name for the entered address.
28196 Normally, names you enter into address fields (e.g. To: or Cc:) are
28197 checked against your address book(s) to see if they match an address book
28198 nickname.  Failing that, (in Unix Alpine) the name is then checked against
28199 the Unix password file.  If the entered name matches a username in the
28200 system password file, Alpine extracts the corresponding Full Name information
28201 for that individual, and adds that to the address being entered.
28203 However, password file matching can have surprising (incorrect) results if
28204 other users of the system do not receive mail at the domain you are using.
28205 That is, if either the 
28206 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> or 
28207 <A HREF="h_config_domain_name">&quot;<!--#echo var="VAR_use-only-domain-name"-->&quot;</A>
28208 option
28209 is set such that the administrative domain of other users on the system
28210 isn't accurately reflected, Alpine should be told that a passwd file match
28211 is coincidental, and Full Name info will be incorrect.  For example, a
28212 personal name from the password file could get falsely paired with the
28213 entered name as it is turned into an address in the configured domain.
28215 If you are seeing this behavior, enabling this feature will prevent Unix
28216 Alpine from looking up names in the password file to find the Full Name
28217 for incomplete addresses you enter.<P>
28218 <UL>
28219 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28220 </UL>
28222 &lt;End of help on this topic&gt;
28223 </BODY>
28224 </HTML>
28225 ====== h_config_tab_checks_recent ======
28226 <HTML>
28227 <HEAD>
28228 <TITLE>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></TITLE>
28229 </HEAD>
28230 <BODY>
28231 <H1>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></H1>
28233 In a FOLDER LIST screen, the TAB key usually just changes which
28234 folder is highlighted.
28235 If this feature is set, then the TAB key will cause the number of
28236 recent messages and the total number of messages in the highlighted folder
28237 to be displayed instead.
28240 &lt;End of help on this topic&gt;
28241 </BODY>
28242 </HTML>
28243 ====== h_config_maildrops_preserve_state ======
28244 <HTML>
28245 <HEAD>
28246 <TITLE>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></TITLE>
28247 </HEAD>
28248 <BODY>
28249 <H1>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></H1>
28251 This feature affects the way <A HREF="h_maildrop">Mail Drops</A> work.
28252 Normally, when mail is moved from a Mail Drop folder to a destination
28253 folder, it is delivered as new mail.
28254 Any Seen/New, Answered, Important/Flagged state that has changed will be
28255 ignored.
28256 All of the mail will be considered unSeen, unAnswered, and unImportant after
28257 it is moved.
28259 If this feature is set, then the state changes that have been made
28260 to the messages in the Mail Drop folder will be preserved.
28262 In any case, messages that are already marked Deleted when the
28263 mail is to be moved from the Mail Drop will be ignored.
28265 &lt;End of help on this topic&gt;
28266 </BODY>
28267 </HTML>
28268 ====== h_config_preopen_stayopens ======
28269 <HTML>
28270 <HEAD>
28271 <TITLE>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></TITLE>
28272 </HEAD>
28273 <BODY>
28274 <H1>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></H1>
28276 This feature is related to the option
28277 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
28278 Normally, Stay Open folders are only opened on demand, when the user
28279 asks to open them.
28280 From then on they are kept open for the duration of the session.
28281 However, if this feature is set, then the Stay Open folders will all be
28282 opened at startup, at the same time that the INBOX is opened.
28285 &lt;End of help on this topic&gt;
28286 </BODY>
28287 </HTML>
28288 ====== h_config_expunge_inbox ======
28289 <HTML>
28290 <HEAD>
28291 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></TITLE>
28292 </HEAD>
28293 <BODY>
28294 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></H1>
28296 The INBOX is normally treated differently from regular folders in several
28297 ways.
28298 One of the differences is that the normal &quot;close&quot; sequence of
28299 events is deferred until Alpine is exited, instead of happening when you
28300 leave the INBOX to view another folder.
28301 The &quot;close&quot; sequence normally includes the Expunging
28302 of deleted messages
28303 (either automatically or after a prompt, controlled by the features
28304 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
28305 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
28306 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
28307 handling of the
28308 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>.
28311 If this feature is set the &quot;close&quot; sequence handling will take
28312 place every time you leave the INBOX.
28313 The INBOX will still be kept open, but the offer to Expunge and the archiving
28314 to the <!--#echo var="VAR_read-message-folder"-->
28315 will take place each time you leave the INBOX instead of only once at the
28316 end of the session.
28319 &lt;End of help on this topic&gt;
28320 </BODY>
28321 </HTML>
28322 ====== h_config_expunge_stayopens ======
28323 <HTML>
28324 <HEAD>
28325 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></TITLE>
28326 </HEAD>
28327 <BODY>
28328 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-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 Stay Open folders are treated differently from regular folders in several
28333 ways.
28334 One of the differences is that the normal &quot;close&quot; sequence of
28335 events is deferred until Alpine is exited, instead of happening when you
28336 leave the folder to view another folder.
28337 The &quot;close&quot; sequence normally includes the Expunging
28338 of deleted messages
28339 (either automatically or after a prompt, controlled by the features
28340 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
28341 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
28342 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
28343 handling of
28344 <A HREF="h_config_archived_folders"><!--#echo var="VAR_incoming-archive-folders"--></A>.
28347 If this feature is set the &quot;close&quot; sequence handling will take
28348 place when you leave the Stay Open folder.
28349 The folder will still be kept open, but the offer to Expunge and the archiving
28350 will take place each time you leave the folder instead of only once at the
28351 end of the session.
28352 This feature does not affect the INBOX, which will still only be processed
28353 when you exit Alpine.
28354 However, there is a similar feature that affects only the INBOX called
28355 <A HREF="h_config_expunge_inbox">&quot;<!--#echo var="FEAT_offer-expunge-of-inbox"-->&quot;</A>.
28358 &lt;End of help on this topic&gt;
28359 </BODY>
28360 </HTML>
28361 ====== h_config_preserve_start_stop ======
28362 <HTML>
28363 <HEAD>
28364 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></TITLE>
28365 </HEAD>
28366 <BODY>
28367 <H1>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></H1>
28369 This feature controls how special control key characters, typically
28370 Ctrl-S and Ctrl-Q, are interpreted when input to Alpine.  These characters
28371 are known as the "stop" and "start" characters and are sometimes used in
28372 communications paths to control data flow between devices that operate at
28373 different speeds.
28377 By default, Alpine turns the system's handling of these special characters
28378 off except during printing.  However, if you see Alpine reporting input errors
28379 such as:
28381 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[ Command "^Q" not defined for this screen.]
28383 and, at the same time, see your display become garbled, then it is likely
28384 that setting this option will solve the problem.  Be aware, though, that
28385 enabling this feature will also cause Alpine to ostensibly "hang" 
28386 whenever the Ctrl-S key combination is entered as the system is now
28387 interpreting such input as a "stop output" command.  To "start
28388 output"  again, simply type Ctrl-Q. 
28390 &lt;End of help on this topic&gt;
28391 </BODY>
28392 </HTML>
28393 ====== h_config_enable_incoming ======
28394 <HTML>
28395 <HEAD>
28396 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></TITLE>
28397 </HEAD>
28398 <BODY>
28399 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></H1>
28401 Alpine's Incoming Message Folders collection
28402 provides a convenient way to access multiple incoming folders.
28403 It is also useful if you have accounts on multiple computers.
28406 If set, this feature defines a pseudo-folder collection called
28407 &quot;INCOMING MESSAGE FOLDERS&quot;.  Initially, the only folder included
28408 in this collection will be your INBOX, which will no longer show up in
28409 your Default folder collection.
28412 You may add more folders to the Incoming Message Folders collection by
28413 using the
28414 <!--chtml if pinemode="function_key"-->
28415 &quot;F10
28416 <!--chtml else-->
28417 &quot;A
28418 <!--chtml endif-->
28419 Add&quot; command in the FOLDER LIST screen.  You will be prompted for
28420 the host the folder is stored on (which defaults to the same host used
28421 for your INBOX), a nickname, and the actual folder name.  Once a set
28422 of Incoming Message Folders are defined, the TAB key (in MESSAGE INDEX
28423 or MESSAGE TEXT screens) may be used to scan the folders for those
28424 with Recent messages.  If you add more folders to
28425 your <!--#echo var="VAR_incoming-folders"--> collection, turning this feature back off will have
28426 no effect.
28428 NOTE: Normally the software that actually delivers mail (the stuff that happens
28429 before Alpine is involved) is in a better position to do delivery filtering
28430 than is Alpine itself.
28431 If possible, you may want to look at programs such as
28432 &quot;filter&quot; or &quot;procmail&quot;, which are examples of delivery
28433 filtering programs.
28434 If you'd prefer to have Alpine do the filtering for you, you may set that
28436 Look <A HREF="h_rules_filter">here</A> for help with Alpine filtering.
28438 <UL>   
28439 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28440 </UL><P>
28441 &lt;End of help on this topic&gt;
28442 </BODY>
28443 </HTML>
28444 ====== h_config_enable_incoming_checking ======
28445 <HTML>
28446 <HEAD>
28447 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></TITLE>
28448 </HEAD>
28449 <BODY>
28450 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></H1>
28452 This feature is only operational if you have enabled the optional
28453 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> collection.
28454 If you do have Incoming Message Folders and you also set this feature,
28455 then the number of Unseen messages in each folder will be displayed
28456 in the FOLDER LIST screen for the Incoming Message Folders.
28457 The number of Unseen messages in a folder will be displayed in parentheses
28458 to the right of the name of each folder.
28459 If there are no Unseen messages in a folder then only the name
28460 is displayed, not a set of parentheses with zero inside them.
28461 A redraw command, Ctrl-L, can be used in the FOLDER LIST screen for
28462 the Incoming Message Folders to cause an immediate update.
28464 If a check for Unseen messages fails for a particular folder then Alpine
28465 will no longer attempt to check that folder for the duration of the
28466 session and this will be indicated by a question mark inside the
28467 parentheses.
28469 The features
28470 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>,
28471 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>,
28472 <A HREF="h_config_incoming_list"><!--#echo var="VAR_incoming-check-list"--></A>,
28473 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>,
28474 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>, and
28475 <A HREF="h_config_incoming_timeo"><!--#echo var="VAR_incoming-check-timeout"--></A>
28476 all affect how this feature behaves.
28478 <UL>   
28479 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28480 </UL><P>
28481 &lt;End of help on this topic&gt;
28482 </BODY>
28483 </HTML>
28484 ====== h_config_incoming_checking_total ======
28485 <HTML>
28486 <HEAD>
28487 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></TITLE>
28488 </HEAD>
28489 <BODY>
28490 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></H1>
28492 This option has no effect unless the feature
28493 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
28494 is set, which in turn has no effect unless
28495 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
28496 is set.
28498 When incoming folder checking is turned on the default is to display
28499 the number of unseen messages in each folder.
28500 More precisely, it is the number of undeleted unseen messages.
28501 Using this option you may also display the total number of messages
28502 in each folder.
28503 Instead of a single number representing the number of unseen messages
28504 you will get two numbers separated by a slash character.
28505 The first is the number of unseen messages and the second is the
28506 total number of messages.
28508 You may also use the recent message count instead of the unseen message
28509 count by turning on the feature
28510 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>.
28512 <UL>   
28513 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28514 </UL><P>
28515 &lt;End of help on this topic&gt;
28516 </BODY>
28517 </HTML>
28518 ====== h_config_incoming_checking_recent ======
28519 <HTML>
28520 <HEAD>
28521 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></TITLE>
28522 </HEAD>
28523 <BODY>
28524 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></H1>
28526 This option has no effect unless the feature
28527 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
28528 is set, which in turn has no effect unless
28529 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
28530 is set.
28532 When incoming folder checking is turned on the default is to display
28533 the number of unseen messages in each folder.
28534 More precisely, it is the number of undeleted unseen messages.
28535 Using this option you may display the number of recent messages instead
28536 of the number of unseen messages.
28537 A message is only counted as recent if this is the first session to
28538 see it, so the recent count might be less than the unseen count.
28539 The difference between the two would be accounted for by the unseen messages
28540 in the folder which were there previously but have not been looked at yet.
28542 If you simultaneously run more than one email client at a time
28543 (for example, you run more than one Alpine in parallel) then turning
28544 this feature on can cause some confusion.
28545 The confusion stems from the fact that each message is only considered to be
28546 recent in one session.
28547 That means that the counts of new messages may be different in the two
28548 Alpines running side by side, because each incoming message will only be
28549 counted as recent in one of the two sessions.
28551 You may also display the total number of messages
28552 in each folder by using the
28553 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
28554 option.
28556 <UL>   
28557 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28558 </UL><P>
28559 &lt;End of help on this topic&gt;
28560 </BODY>
28561 </HTML>
28562 ====== h_config_attach_in_reply ======
28563 <HTML>
28564 <HEAD>
28565 <TITLE>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></TITLE>
28566 </HEAD>
28567 <BODY>
28568 <H1>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></H1>
28570 This feature controls an aspect of Alpine's Reply command. If set, any MIME
28571 attachments that were part of the original message will automatically be
28572 included in the Reply.
28574 &lt;End of help on this topic&gt;
28575 </BODY>
28576 </HTML>
28577 ====== h_config_include_header =====
28578 <HTML>
28579 <HEAD>
28580 <TITLE>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></TITLE>
28581 </HEAD>
28582 <BODY>
28583 <H1>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></H1>
28585 This feature controls an aspect of Alpine's Reply command. If set, and the
28586 original message is being included in the reply, then headers from that
28587 message will also be part of the reply.
28589 &lt;End of help on this topic&gt;
28590 </HEAD>
28591 </HTML>
28592 ====== h_config_sig_at_bottom =====
28593 <HTML>
28594 <HEAD>        
28595 <TITLE>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></TITLE>
28596 </HEAD>
28597 <BODY>
28598 <H1>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></H1>
28600 This feature controls an aspect of Alpine's Reply command.  If this feature
28601 is set, and the original message is being included in the reply, then the
28602 contents of your signature file (if any) will be inserted after the included
28603 message.
28605 This feature does not affect the results of a Forward command.
28607 &lt;End of help on this topic&gt;
28608 </BODY>
28609 </HTML>
28610 ====== h_config_sigdashes =====
28611 <HTML>
28612 <HEAD>
28613 <TITLE>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></TITLE>
28614 </HEAD>
28615 <BODY>
28616 <H1>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></H1>
28618 This feature enables support for the common USENET news convention 
28619 of preceding a message signature with the special line consisting of 
28620 the three characters &quot;--&nbsp;&quot; (i.e., dash, dash, and space).
28623 When enabled and a
28624 &quot;<A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>&quot; exists,
28625 Alpine will insert the special line before including the file's text (unless
28626 the special line already exists somewhere in the file's text).
28629 In addition, when you Reply or Followup to a message containing one of
28630 these special lines and choose to include its text, Alpine will observe
28631 the convention of not including text beyond the special line in your
28632 reply.
28633 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
28634 mode is enabled and turned on, then Alpine <EM>will</EM>
28635 include the text beyond the special line regardless of the setting of
28636 this feature.
28639 See also &quot;<a href="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>&quot;
28640 for a related feature.
28643 <UL>   
28644 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28645 </UL><P>
28646 &lt;End of help on this topic&gt;
28647 </BODY>
28648 </HTML>
28649 ====== h_config_new_thread_blank_subject =====
28650 <HTML>
28651 <HEAD>
28652 <TITLE>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></TITLE>
28653 </HEAD>
28654 <BODY>
28655 <H1>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></H1>
28657 When this feature is enabled (the default) Alpine will create a new thread
28658 every time that the subject line becomes empty at any time during composition.
28661 This behavior is particularly useful in case you are replying to a message.
28662 Replying to a message causes the message to be in the same thread than the
28663 original message that is being replied to. However, many authors want to create
28664 a new message (in a different thread) while replying to a message, and they do
28665 this by changing the full subject, by first deleting the original subject and
28666 typing the new subject of the current message.
28669 Enabling this feature causes that any time that the subject is deleted, the 
28670 message being composed will be considered the first message of a new thread.
28673 <UL>   
28674 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28675 </UL><P>
28676 &lt;End of help on this topic&gt;
28677 </BODY>
28678 </HTML>
28679 ====== h_config_strip_sigdashes =====
28680 <HTML>
28681 <HEAD>
28682 <TITLE>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></TITLE>
28683 </HEAD>
28684 <BODY>
28685 <H1>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></H1>
28687 This feature doesn't do anything if the feature
28688 &quot;<A HREF="h_config_sigdashes"><!--#echo var="FEAT_enable-sigdashes"--></A>&quot; is turned on.
28689 However, if the &quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot; feature is not turned on,
28690 then turning on this feature enables support for the convention
28691 of not including text beyond the sigdashes line when Replying or Following
28692 up to a message and including the text of that message.
28693 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
28694 mode is enabled and turned on, then Alpine <EM>will</EM>
28695 include the text beyond the special line regardless of the setting of
28696 this feature.
28698 In other words, this is a way to turn on the signature stripping behavior
28699 without also turning on the dashes-adding behavior.
28701 <UL>   
28702 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28703 </UL><P>
28704 &lt;End of help on this topic&gt;
28705 </BODY>
28706 </HTML>
28707 ====== h_config_forward_as_attachment =====
28708 <HTML>
28709 <HEAD>
28710 <TITLE>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></TITLE>
28711 </HEAD>
28712 <BODY>
28713 <H1>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></H1>
28715 This feature affects the way forwarded message text is handled.  When set, rather than 
28716 include the text of the forwarded message below any additional text you provide in the
28717 composer, the forwarded message is attached in its entirety to the message you send.
28719 This is useful in that it keeps the text you provide in the composer distinct from the
28720 text of the forwarded message.  Similarly, it allows the recipient to 
28721 conveniently operate on the forwarded message.  For example, they might reply directly to
28722 the sender of the forwarded message, or process it as part of a spam report.
28723 <UL>   
28724 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28725 </UL><P>
28726 &lt;End of help on this topic&gt;
28727 </BODY>
28728 </HTML>
28729 ====== h_config_preserve_field =====
28730 <HTML>
28731 <HEAD>
28732 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></TITLE>
28733 </HEAD>
28734 <BODY>
28735 <H1>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></H1>
28737 This feature affects Alpine's behavior when one replies to a message. 
28738 When you receive a message, some or all of the recipients of the message 
28739 have been added to the To: and Cc: fields. If you reply to such message, 
28740 and this feature is disabled, then the original sender of the message is 
28741 added to the To: field, and all other recipients are added to the Cc: 
28742 field, while your address is added to the From: field.
28745 However, if this feature is enabled, then Alpine will preserve the 
28746 original fields as sent in the original message, so the Cc: and To: 
28747 fields will be preserved. The sender's address will be added to the To: 
28748 field, while your address is added to the From: field.
28751 The behavior of this feature is that replies to all messages will behave 
28752 in the way described above. If you only intend this to happen on a per 
28753 message basis, then keep this feature disabled, and when replying to a 
28754 message you will see a new option in the menu for the &quot;Reply to all 
28755 recipients?&quot; question. In this case, pressing &quot;p&quot; will 
28756 make Alpine toggle its question so you can preserve the To: and Cc: 
28757 fields for that message only.
28759 <UL>   
28760 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28761 </UL><P>
28762 &lt;End of help on this topic&gt;
28763 </BODY>
28764 </HTML>
28765 ====== h_config_sub_lists =====
28766 <HTML>
28767 <HEAD>
28768 <TITLE>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></TITLE>
28769 </HEAD>
28770 <BODY>
28771 <H1>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></H1>
28773 This feature affects the subcommands available when Saving, 
28774 or when Opening a new folder. If set, the subcommand ^X ListMatches will be
28775 available. This command allows you to type in a substring of the folder
28776 you are looking for and when you type ^X it will display all folders
28777 that contain that substring in their names.
28778 This feature is set by default.
28781 &lt;End of help on this topic&gt;
28782 </BODY>
28783 </HTML>
28784 ====== h_config_scramble_message_id =====
28785 <HTML>
28786 <HEAD>
28787 <TITLE>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></TITLE>
28788 </HEAD>
28789 <BODY>
28790 <H1>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></H1>
28792 Normally the Message-ID header that Alpine generates when sending a message
28793 contains the name of the computer from which the message is being sent.
28794 Some believe that this hostname could be used by spammers or could
28795 be used by others for nefarious purposes.
28796 If this feature is set, that name will be transformed with a simple
28797 Rot13 transformation.
28798 The result will still have the correct syntax for a Message-ID but the
28799 part of the MessageID that is often a domain name will not be an actual
28800 domain name because the letters will be scrambled.
28802 In addition, other information such as the name program, version, and
28803 a code for operating system used to build Alpine, will be encoded using
28804 the Rot13 transformation, except for the version number which will be
28805 encoded using a Rot5 transformation.
28807 It is possible (but unlikely?) that some spam detection
28808 software will use that as a reason to reject the mail as spam.
28809 It has also been reported that some spam detection software uses the
28810 fact that there are no dots after the &quot;@&quot; as a reason to reject
28811 messages.
28812 If your PC-Alpine Message-ID is using a name without a dot that is because
28813 that is what Windows thinks is your &quot;Full computer name&quot;.
28814 The method used to set this varies from one type of Windows to another but
28815 check under Settings -> Control Panel -> System and
28816 look for Network Identification or Computer Name or something similar.
28817 How to set it is beyond the scope of Alpine.
28820 &lt;End of help on this topic&gt;
28821 </BODY>
28822 </HTML>
28823 ====== h_downgrade_multipart_to_text =====
28824 <HTML>
28825 <HEAD>
28826 <TITLE>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></TITLE>
28827 </HEAD>
28828 <BODY>
28829 <H1>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></H1>
28832 This feature affects Alpine's behavior when sending mail.  Internet
28833 standards require Alpine to translate all non-ASCII characters in
28834 messages that it sends using MIME encoding.  This encoding can be
28835 ostensibly broken for recipients if any agent between Alpine and the
28836 recipient, such as an email list expander, appends text to the
28837 message, such as list information or advertising.  When sending such
28838 messages Alpine attempts to protect such encoding by placing extra
28839 MIME boundaries around the message text.
28841 These extra boundaries are invisible to recipients that 
28842 use MIME-aware email programs (the vast majority).  However, if
28843 you correspond with users of email programs that are not MIME-aware,
28844 or do not handle the extra boundaries gracefully, you can
28845 use this feature to prevent Alpine from including the extra
28846 MIME information.  Of course, it will increase the likelihood
28847 that non-ASCII text you send may appear corrupt to the recipient.
28849 &lt;End of help on this topic&gt;
28850 </BODY>
28851 </HTML>
28852 ====== h_config_show_sort =====
28853 <HTML>
28854 <HEAD>
28855 <TITLE>FEATURE: <!--#echo var="FEAT_show-sort"--></TITLE>
28856 </HEAD>
28857 <BODY>
28858 <H1>FEATURE: <!--#echo var="FEAT_show-sort"--></H1>
28860 If this feature is set and there is sufficient space on the screen,
28861 a short indication of the current sort order will be
28862 added in the titlebar (the top line on the screen), before the name
28863 of the folder.
28864 For example, with the default Arrival sort in effect,
28865 the display would have the characters
28867 <P><CENTER>[A]</CENTER><P>
28869 added between the title of the screen and the folder name.
28870 The letters are the same as the letters you may type to manually
28871 sort a folder with the SortIndex command ($).
28872 The letters in the table below are the ones that may show
28873 up in the titlebar line.
28875 <TABLE>   
28876 <TR> <TD> A </TD> <TD> <EM>A</EM>rrival        </TD> </TR>
28877 <TR> <TD> S </TD> <TD> <EM>S</EM>ubject        </TD> </TR>
28878 <TR> <TD> F </TD> <TD> <EM>F</EM>rom           </TD> </TR>
28879 <TR> <TD> T </TD> <TD> <EM>T</EM>o             </TD> </TR>
28880 <TR> <TD> C </TD> <TD> <EM>C</EM>c             </TD> </TR>
28881 <TR> <TD> D </TD> <TD> <EM>D</EM>ate           </TD> </TR>
28882 <TR> <TD> Z </TD> <TD> si<EM>Z</EM>e           </TD> </TR>
28883 <TR> <TD> O </TD> <TD> <EM>O</EM>rderedsubject </TD> </TR>
28884 <TR> <TD> E </TD> <TD> scor<EM>E</EM>          </TD> </TR>
28885 <TR> <TD> H </TD> <TD> t<EM>H</EM>read         </TD> </TR>
28886 </TABLE>
28888 If the sort order is Reversed, the letter above will be preceded by the letter
28889 &quot;R&quot;, for example
28891 <P><CENTER>[RS]</CENTER><P>
28893 means that a Reverse Subject sort is in effect.
28894 For the case where the sort is in Reverse Arrival order, the &quot;A&quot; is
28895 left out, and just an &quot;R&quot; is shown.
28897 <P><CENTER>[R]</CENTER>
28900 &lt;End of help on this topic&gt;
28901 </BODY>
28902 </HTML>
28903 ====== h_config_disable_reset_disp =====
28904 <HTML>
28905 <HEAD>
28906 <TITLE>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></TITLE>
28907 </HEAD>
28908 <BODY>
28909 <H1>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></H1>
28911 UNIX Alpine only.
28913 This feature affects Alpine's behavior when using
28914 <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>.
28915 Normally, before the display filter is run, the terminal mode is reset
28916 to what it was before you started Alpine.
28917 This may be necessary if the filter requires the use of the terminal.
28918 For example, it may need to interact with you.
28919 If you set this feature, then the terminal mode will not be reset.
28920 One thing that turning on this feature should fix is the coloring of
28921 <A HREF="h_config_quote_color">quoted text</A> in the message view, which
28922 breaks because the terminal reset resets the color state of the terminal.
28925 &lt;End of help on this topic&gt;
28926 </BODY>
28927 </HTML>
28928 ====== h_config_disable_sender =====
28929 <HTML>
28930 <HEAD>
28931 <TITLE>FEATURE: <!--#echo var="FEAT_disable-sender"--></TITLE>
28932 </HEAD>
28933 <BODY>
28934 <H1>FEATURE: <!--#echo var="FEAT_disable-sender"--></H1>
28936 This feature affects Alpine's generation of the &quot;Sender:&quot; or
28937 <A HREF="h_config_use_sender_not_x">&quot;X-X-Sender&quot;</A>
28938 header fields.
28939 By default, Alpine will generate such a header in situations where the
28940 username or domain are not the same as
28941 the &quot;From:&quot; header on the message.
28942 With this feature set,
28943 no &quot;Sender:&quot; or &quot;X-X-Sender&quot; header will be generated.
28944 This may be desirable on a system that is virtually hosting many domains,
28945 and the sysadmin has other methods available for tracking a message to
28946 its originator.
28948 See also <A HREF="h_config_allow_chg_from">&quot;<!--#echo var="FEAT_allow-changing-from"-->&quot;</A>.
28951 &lt;End of help on this topic&gt;
28952 </BODY>
28953 </HTML>
28954 ====== h_config_use_sender_not_x =====
28955 <HTML>
28956 <HEAD>
28957 <TITLE>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></TITLE>
28958 </HEAD>
28959 <BODY>
28960 <H1>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></H1>
28962 Normally Alpine adds a header line
28963 labeled &quot;X-X-Sender&quot;, if the sender is
28964 different from the From: line.
28965 The standard specifies that this header
28966 line should be labeled &quot;Sender&quot;, not &quot;X-X-Sender&quot;.
28967 Setting this feature causes
28968 &quot;Sender&quot; to be used instead of &quot;X-X-Sender&quot;.
28970 See also <A HREF="h_config_disable_sender">&quot;<!--#echo var="FEAT_disable-sender"-->&quot;</A>.
28973 &lt;End of help on this topic&gt;
28974 </BODY>
28975 </HTML>
28976 ====== h_config_use_fk =====
28977 <HTML>
28978 <HEAD>
28979 <TITLE>FEATURE: <!--#echo var="FEAT_use-function-keys"--></TITLE>
28980 </HEAD>
28981 <BODY>
28982 <H1>FEATURE: <!--#echo var="FEAT_use-function-keys"--></H1>
28984 This feature specifies that Alpine will respond to function keys instead of
28985 the normal single-letter commands. In this mode, the key menus at the
28986 bottom of each screen will show function key designations instead of the
28987 normal mnemonic key.
28990 &lt;End of help on this topic&gt;
28991 </BODY>
28992 </HTML>
28993 ====== h_config_cancel_confirm =====
28994 <HTML>
28995 <HEAD>
28996 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></TITLE>
28997 </HEAD>
28998 <BODY>
28999 <H1>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></H1>
29001 This feature affects what happens when you type ^C to cancel a composition.
29002 By default, if you attempt to cancel a composition by typing ^C, you will be
29003 asked to confirm the cancellation by typing a &quot;C&quot;
29004 for <EM>C</EM>onfirm.
29005 It logically ought to be a &quot;Y&quot; for <EM>Y</EM>es, but that is
29006 risky because the &quot;^C Y&quot; needed to cancel a message
29007 is close (on the keyboard) to the &quot;^X Y&quot; needed to send a message.
29009 If this feature is set the confirmation asked for
29010 will be a &quot;<EM>Y</EM>es&quot;
29011 instead of a &quot;<EM>C</EM>onfirm&quot; response.
29014 &lt;End of help on this topic&gt;
29015 </BODY>
29016 </HTML>
29017 ====== h_config_compose_maps_del =====
29018 <HTML>
29019 <HEAD>
29020 <TITLE>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></TITLE>
29021 </HEAD>
29022 <BODY>
29023 <H1>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></H1>
29025 This feature affects the behavior of the DELETE key.
29026 If set, Delete will be equivalent to ^D, and delete
29027 the current character.  Normally Alpine defines the Delete key
29028 to be equivalent to ^H, which deletes the <EM>previous</EM>
29029 character.
29032 &lt;End of help on this topic&gt;
29033 </BODY>
29034 </HTML>
29035 ====== h_config_compose_bg_post =====
29036 <HTML>
29037 <HEAD>
29038 <TITLE>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></TITLE>
29039 </HEAD>
29040 <BODY>
29041 <H1>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></H1>
29043 This feature affects the behavior of Alpine's mail sending.  If set, this
29044 feature enables a subcommand in the composer's "Send?" confirmation
29045 prompt.  The subcommand allows you to tell Alpine to handle the actual
29046 posting in the background.  While this feature usually allows posting
29047 to appear to happen very fast, it has no affect on the actual delivery
29048 time it takes a message to arrive at its destination.
29051 Please Note:
29052 <OL>
29053  <LI>This feature will have no effect if the feature
29054        <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A>
29055        is set.
29056  <LI>This feature isn't supported on all systems.  All DOS and Windows,
29057        as well as several Unix ports, do not recognize this feature.
29058  <LI>Error handling is significantly different when this feature is
29059         enabled.  Any message posting failure results in the message
29060         being appended to your &quot;Interrupted&quot; mail folder.  When you
29061         type the <A HREF="h_common_compose">C</A>ompose command,
29062         Alpine will notice this folder and
29063         offer to extract any messages contained.  Upon continuing a 
29064         failed message, Alpine will display the nature of the failure 
29065         in the status message line.
29066  <LI> <EM>WARNING</EM>: Under extreme conditions, it is possible
29067         for message data to
29068         get lost.  <EM>Do</EM> <EM>not</EM> enable this feature
29069         if you typically run close to any sort of disk-space limits or quotas.
29070 </OL>
29072 &lt;End of help on this topic&gt;
29073 </BODY>
29074 </HTML>
29075 ====== h_config_compose_dsn =====
29076 <HTML>
29077 <HEAD>
29078 <TITLE>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></TITLE>
29079 </HEAD>
29080 <BODY>
29081 <H1>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></H1>
29083 This feature affects the behavior of Alpine's mail sending.  If set, this
29084 feature enables a subcommand in the composer's &quot;Send?&quot; confirmation
29085 prompt.  The subcommand allows you to tell Alpine to request the type of
29086 Delivery Status Notification (DSN) that you would like.  Most users will
29087 be happy with the default, and need not enable this feature.
29089 If the feature
29090 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
29091 then this feature has no effect and the type of DSN is not selectable.
29094 Turning on this feature and then turning on the DSNOpts from the send
29095 prompt reveals four on-off toggles at the bottom of the screen.
29096 The &quot;X&quot; command toggles between NoErrRets and ErrRets.  NoErrRets requests
29097 that no notification be returned to you, even if there is a delivery
29098 failure.  The &quot;D&quot; key toggles between Delay and NoDelay.  This tells the
29099 server that you are willing (or not) to receive delay notifications, which
29100 happen when there is an unusual delay at some mail server (in that mail
29101 server's opinion).  The &quot;S&quot; key toggles between Success and NoSuccess.
29102 Success requests that you be sent a DSN message when the message is
29103 successfully delivered to the recipients mailbox.  Setting NoErrRets will
29104 automatically turn off Delay and Success notification, and will flip the
29105 toggles to show that.  Similarly, turning on Delay and/or Success will
29106 automatically toggle the &quot;X&quot; key to ErrRets.  The fourth command, the
29107 &quot;H&quot; key, toggles between RetHdrs and RetFull.  RetFull requests that
29108 the full message be returned in any failed DSN.  RetHdrs requests that
29109 only the headers be returned in any failed DSN.  Notice that this command
29110 applies only to failed delivery status reports.  For delay or success
29111 reports, the full message is never returned, only the headers are returned.
29114 If you don't enable the DSN feature or if you don't turn it on for a
29115 particular message, the default is that you will be notified about failures,
29116 you might be notified about delays, and you won't be notified about
29117 successes.  You will usually receive the full message back when there is
29118 a failure.
29121 If you turn on the DSNOpts the default is to return as much information as
29122 possible to you.  That is, by default, the Success and Delay options are
29123 turned on and the full message will be returned on failure.
29126 The sending prompt will display the current DSN request (if any) in a
29127 shorthand form.  It will be:
29129 <P><CENTER>[Never]</CENTER>
29132 if you have requested NoErrRets.  Otherwise, it will look something like:
29134 <P><CENTER>[FDS-Hdrs]</CENTER>
29137 The &quot;F&quot; will always be there, indicating that you will be notified
29138 of failures.  (Alpine doesn't provide a way to request no failure notification
29139 and at the same time request either success or delay notification.  The only
29140 way to request no failure notifications is to request no notifications at
29141 all with NoErrRets.)  The &quot;D&quot; and/or &quot;S&quot; will be present if you have
29142 requested Delay and/or Success notification.  If one of those is missing,
29143 that means you are requesting no notification of the corresponding type.
29144 After the dash it will say either Hdrs or Full.  Hdrs means to return only
29145 the headers and Full means to return the full message (applies to
29146 failure notifications only).
29149 NOTE: This feature relies on your system's mail transport agent or
29150 configured
29151 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
29152 having the negotiation mechanism introduced in
29153 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
29154 &quot;Delivery Status Notification&quot; (DSN).  If the mail tranport agent you
29155 are using doesn't support DSN, a short warning will be shown to you on
29156 the message line at the bottom of the screen after you send your message,
29157 but your message will have been sent anyway.
29160 Note that DSNs don't provide a mechanism to request read receipts.  That
29161 is, if you request notification on success you are notified when the
29162 message is delivered to the mailbox, not when the message is read.
29165 ESMTP allows for graceful migration to upgraded mail transfer agents, but
29166 it is possible that this feature might cause problems for some servers. 
29169 &lt;End of help on this topic&gt;
29170 </BODY>
29171 </HTML>
29172 ====== h_config_auto_zoom =====
29173 <HTML>
29174 <HEAD>
29175 <TITLE>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></TITLE>
29176 </HEAD>
29177 <BODY>
29178 <H1>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></H1>
29180 This feature affects the behavior of the Select command.
29181 If set, the select command will automatically perform a zoom
29182 after the select is complete.
29183 This feature is set by default.
29185 Some related help topics are
29186 <UL>
29187 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
29188 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
29189 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
29190 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
29191 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
29192 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
29193 </UL>
29196 &lt;End of help on this topic&gt;
29197 </BODY>
29198 </HTML>
29199 ====== h_config_auto_unzoom =====
29200 <HTML>
29201 <HEAD>
29202 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></TITLE>
29203 </HEAD>
29204 <BODY>
29205 <H1>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></H1>
29207 This feature affects the behavior of the Apply command.  If set, and if
29208 you are currently looking at a Zoomed Index view of selected messages,
29209 the Apply command will do the operation you specify, but then will
29210 implicitly do an &quot;UnZoom&quot;, so that you will automatically be back in
29211 the normal Index view after the Apply. 
29212 This feature is set by default.
29215 Some related help topics are
29216 <UL>
29217 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
29218 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
29219 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
29220 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
29221 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
29222 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
29223 </UL>
29225 &lt;End of help on this topic&gt;
29226 </BODY>
29227 </HTML>
29228 ====== h_config_auto_unselect =====
29229 <HTML>
29230 <HEAD>
29231 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></TITLE>
29232 </HEAD>
29233 <BODY>
29234 <H1>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></H1>
29236 This feature affects the behavior of the Apply command.  If set,
29237 the Apply command will do the operation you specify, but then will
29238 implicitly do an &quot;UnSelect All&quot;, so that you will automatically be back in
29239 the normal Index view after the Apply. 
29242 Some related help topics are
29243 <UL>
29244 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
29245 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
29246 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
29247 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
29248 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
29249 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
29250 </UL>
29252 &lt;End of help on this topic&gt;
29253 </BODY>
29254 </HTML>
29255 ====== h_config_fast_recent =====
29256 <HTML>
29257 <HEAD>
29258 <TITLE>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></TITLE>
29259 </HEAD>
29260 <BODY>
29261 <H1>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></H1>
29263 This feature controls the behavior of the TAB key when traversing folders
29264 in the optional 
29265 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
29266 collection or in optional <!--#echo var="VAR_news-collections"-->.
29269 When the TAB
29270 (<A HREF="h_common_nextnew">NextNew</A>)
29271 key is pressed, the default behavior is to
29272 explicitly examine the status of the folder for the number of recent
29273 messages (messages delivered since the last time it was viewed).
29274 Depending on the size and number of messages in the folder, this test
29275 can be time consuming.
29278 Enabling this feature will cause Alpine to only test for the existence of
29279 any recent messages rather than to obtain the count.  This is much faster
29280 in many cases.  The downside is that you're not given the number of recent
29281 messages when prompted to view the next folder.
29282 If the feature
29283 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
29284 is turned on, then the present feature will have no effect.
29287 <UL>   
29288 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29289 </UL><P>
29290 &lt;End of help on this topic&gt;
29291 </BODY>
29292 </HTML>
29293 ====== h_config_arrow_nav =====
29294 <HTML>
29295 <HEAD>
29296 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></TITLE>
29297 </HEAD>
29298 <BODY>
29299 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></H1>
29301 This feature controls the behavior of the left and right arrow keys.
29302 If set, the left and right arrow keys will operate like the usual
29303 navigation keys &lt; and &gt;.
29304 This feature is set by default.
29307 If you set this feature, and do not like the changed behavior of the up/down 
29308 arrow 
29309 keys when navigating through the FOLDER LIST screen -- 
29310 <B>first</B> from column to column, if more than one folder is 
29311 displayed per row, 
29312 and <B>then</B> from row to row -- you may either also wish to set the feature 
29313 &quot;<A HREF="h_config_relaxed_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></A>&quot;, 
29314 &quot;<A HREF="h_config_single_list"><!--#echo var="FEAT_single-column-folder-list"--></A>&quot;, or
29315 use the ^P/^N (instead of up/down arrow) keys to move up/down the list of 
29316 folders in each column.
29318 <UL>   
29319 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29320 </UL><P>
29321 &lt;End of help on this topic&gt;
29322 </BODY>
29323 </HTML>
29324 ====== h_config_relaxed_arrow_nav =====
29325 <HTML>
29326 <HEAD>
29327 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></TITLE>
29328 </HEAD>
29329 <BODY>
29330 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></H1>
29332 This feature controls the behavior of the left, right, up and down
29333 arrow keys in the FOLDER LIST screen when the &quot;<A
29334 HREF="h_config_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation"--></A>&quot; feature is
29335 set.
29336 This feature is set by default.
29340 When this feature is set, the left and right
29341 arrow keys in the FOLDER LIST screen
29342 move the highlight bar to the left or right, and the up and
29343 down arrows move it up or down.
29346 When the &quot;<!--#echo var="FEAT_enable-arrow-navigation"-->&quot; feature is set and this
29347 feature is not set;
29348 the left and right arrow keys in the Folder List screen strictly
29349 track the commands bound to the '&lt;' and '&gt;' keys, and the up
29350 and down arrow keys move the highlight bar to the previous and next
29351 folder or directory name.
29354 <UL>   
29355 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29356 </UL><P>
29357 &lt;End of help on this topic&gt;
29358 </BODY>
29359 </HTML>
29360 ====== h_config_alt_compose_menu =====
29361 <HTML>
29362 <HEAD>
29363 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></TITLE>
29364 </HEAD>
29365 <BODY>
29366 <H1>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></H1>
29368 This feature controls the menu that is displayed when Compose is selected.
29369 If set, a list of options will be presented, with each option representing
29370 the type of composition that could be used. This feature is most useful for
29371 users who want to avoid being prompted with each option separately, or who
29372 want to avoid the checking of remote postponed or form letter folders.
29373 The possible types of composition are:
29376 New, for starting a new composition. Note that if New is selected and roles
29377 are set, roles are checked for matches and applied according to the setting
29378 of the matching role.
29381 Interrupted, for continuing an interrupted composition. This option is only
29382 offered if an interrupted message folder is detected.
29385 Postponed, for continuing postponed compositions. This option is offered
29386 if a <!--#echo var="VAR_postponed-folder"--> is set in the config REGARDLESS OF whether or not
29387 the postponed folder actually exists. This option is especially handy
29388 for avoiding having to check for the existence of a remote postponed folder.
29391 Form, for using form letters. This option is offered if the <!--#echo var="VAR_form-letter-folder"-->
29392 is set in the config, and is not checked for existence for reasons similar
29393 to those explained by the postponed option.
29396 setRole, for selecting a role to apply to a composition.
29399 &lt;End of help on this topic&gt;
29400 </BODY>
29401 </HTML>
29402 ====== h_config_alt_role_menu =====
29403 <HTML>
29404 <HEAD>
29405 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></TITLE>
29406 </HEAD>
29407 <BODY>
29408 <H1>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></H1>
29410 Normally the <A HREF="h_common_role">Role Command</A> allows you to choose
29411 a role and compose a new message using that role.
29412 When this feature is set, the role command will first ask whether you want to
29413 Compose a new message, Forward the current message, Reply to the
29414 current message, or Bounce the current message.
29415 If you are not in the MESSAGE INDEX and are not viewing a message,
29416 then there is no current message and the question will be skipped.
29417 After you have chosen to Compose, Forward, Reply, or Bounce you will
29418 then choose the role to be used.
29420 When Bouncing the &quot;Set From&quot; address is used for the
29421 Resent-From header, the &quot;Set Fcc&quot; value is used for the Fcc
29422 provided that the option
29423 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A> is turned on,
29424 and the &quot;Use SMTP Server&quot; value is used for the SMTP server, if
29425 set.
29426 Other actions of the role are ignored when Bouncing.
29429 &lt;End of help on this topic&gt;
29430 </BODY>
29431 </HTML>
29432 ====== h_config_always_spell_check =====
29433 <HTML>
29434 <HEAD>
29435 <TITLE>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></TITLE>
29436 </HEAD>
29437 <BODY>
29438 <H1>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></H1>
29440 When this feature is set, every composed message will be spell-checked before
29441 being sent.
29443 &lt;End of help on this topic&gt;
29444 </BODY>
29445 </HTML>
29446 ====== h_config_quell_asterisks =====
29447 <HTML>
29448 <HEAD>
29449 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></TITLE>
29450 </HEAD>
29451 <BODY>
29452 <H1>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></H1>
29454 When you are running Alpine you will sometimes be asked for a password
29455 in a prompt on the third line from the bottom of the screen.
29456 Normally each password character you type will cause an asterisk to echo
29457 on the screen. That gives you some feedback to know that your typing is
29458 being recognized.
29459 There is a very slight security risk in doing it this way because someone
29460 watching over your shoulder might be able to see how many characters there
29461 are in your password.
29462 If you'd like to suppress the echoing of the asterisks set this feature.
29464 &lt;End of help on this topic&gt;
29465 </BODY>
29466 </HTML>
29467 ====== h_config_quell_flowed_text =====
29468 <HTML>
29469 <HEAD>
29470 <TITLE>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></TITLE>
29471 </HEAD>
29472 <BODY>
29473 <H1>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></H1>
29475 Alpine generates flowed text where possible.
29476 The method for generating flowed text is defined by
29477 <A HREF="http://www.ietf.org/rfc/rfc3676.txt">RFC 3676</A>,
29478 the benefit of doing so is
29479 to send message text that can properly be viewed both on normal width displays
29480 and on displays with smaller or larger than normal screen widths.
29481 With flowed text, a space at the end of a line tells the receiving mail
29482 client that the following line belongs to the same paragraph.
29483 Quoted text will also be affected, with only the innermost
29484 level of &quot;&gt;&quot; quoting being followed by a space.
29485 However, if you have changed the
29486 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
29487 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
29488 quoted text will not be flowed.
29489 For this reason, we recommend that you leave your
29490 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; set to the default.
29492 This feature turns off the generation of flowed text, as it might be
29493 desired to more tightly control how a message is displayed on the receiving end.
29495 If this feature is <EM>not</EM> set, you can control on a message by message
29496 basis whether or not flowed text is generated.
29497 You do this by typing ^V at the Send confirmation prompt that you get
29498 after typing ^X to send a message.
29499 ^V is a toggle that turns flowing off and back on if typed again.
29500 If for some reason flowing cannot be done on a particular message, then the
29501 ^V command will not be available.
29502 This would be the case, for example, if this feature was set, or if your
29503 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; was set to a non-default value.
29504 If the feature
29505 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
29506 then the opportunity to control on a message by message basis
29507 whether or not flowed text is generated is lost.
29509 When this feature is not set and you have typed ^V to turn off flowing,
29510 the Send confirmation prompt will change to look like
29512 <CENTER><SAMP>Send message (not flowed)?</SAMP></CENTER>
29514 <A HREF="h_config_strip_ws_before_send">&quot;<!--#echo var="FEAT_strip-whitespace-before-send"-->&quot;</A> will
29515 also turn off the sending of flowed text messages, but it differs in that
29516 it also trims all trailing white space from a message before sending it.
29518 If alternate editors are used extensively, be aware that a message will still
29519 be sent flowed if this feature is unset.  In most cases this will be fine,
29520 but if the editor has a &quot;flowed text&quot; mode, it would be best to
29521 use that.
29523 &lt;End of help on this topic&gt;
29524 </BODY>
29525 </HTML>
29526 ====== h_config_strip_ws_before_send =====
29527 <HTML>
29528 <HEAD>
29529 <TITLE>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></TITLE>
29530 </HEAD>
29531 <BODY>
29532 <H1>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></H1>
29534 By default, trailing whitespace is not stripped from
29535 a message before sending.  Trailing whitespace should have no effect on an
29536 email message, and in flowed text can aid in delimiting paragraphs.
29537 However, the old behavior of stripping trailing whitespace was in place
29538 to better deal with older clients that couldn't handle certain types of
29539 text encodings.  This feature restores the old behavior
29541 Trailing whitespace is of aid to flowed-text-formatted messages, which are
29542 generated by default but can be turned off via the
29543 <A HREF="h_config_quell_flowed_text">&quot;<!--#echo var="FEAT_quell-flowed-text"-->&quot;</A> feature.
29544 <!--#echo var="FEAT_strip-whitespace-before-send"--> also has the effect of turning off sending
29545 of flowed text.
29547 &lt;End of help on this topic&gt;
29548 </BODY>
29549 </HTML>
29550 ====== h_config_alt_reply_menu =====
29551 <HTML>
29552 <HEAD>
29553 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></TITLE>
29554 </HEAD>
29555 <BODY>
29556 <H1>FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></H1>
29558 Note that if this option is enabled, then the option
29559 <A HREF="h_config_auto_include_reply"><!--#echo var="FEAT_include-text-in-reply"--></A>
29560 is ignored. See below to understand why.
29562 When you reply to a message, a series of questions are asked that 
29563 determines how your reply will be handled by Alpine. This feature only 
29564 affects the result of the first question you are asked, and its purpose is 
29565 to set values that could override defaults set in Alpine's main 
29566 configuration screen. As a result, this menu allows you to configure even 
29567 more features than you would be able to do without this option. For 
29568 example, this menu always allows you to override or select a <A 
29569 HREF="h_rules_roles">Role</A> if you have defined one, or allows you to 
29570 override your indent string, regardless of if you have enabled 
29571 <A HREF="h_config_prefix_editing"><!--#echo var="FEAT_enable-reply-indent-string-editing"--></A>.
29572 The full list of options can be found below.
29574 Here is an example of how this option works. After you press Reply,
29575 if you see &quot;A Inc Attach&quot; in the menu, it means that 
29576 if you press &quot;A&quot;, then Alpine will include the attachments
29577 of the original message, and the default is not to include them. 
29578 Conversely, if you see &quot;A No Attach&quot; 
29579 then by pressing &quot;A&quot; Alpine will not include
29580 attachments in your reply, and the default is that Alpine will 
29581 include them in your reply. The value that you see when you 
29582 start your reply is controlled by the option
29583 <A HREF="h_config_attach_in_reply">
29584 <!--#echo var="FEAT_include-attachments-in-reply"-->
29585 </A>. If the feature is enabled, then Alpine will display 
29586 &quot;A No Attach&quot; to override the default behavior. You can
29587 toggle between the two values of this option by pressing &quot;A&quot;.
29588 Remember that the value that you see in the menu is the action that will 
29589 be done when you press the associated command.
29591 Below are your options:
29592 <OL>
29593 <LI><B>A</B>: This determines if Alpine will include or not the 
29594 attachments sent to you in the message that you are replying to. The default 
29595 is to use the value of the configuration option 
29596 <A HREF="h_config_attach_in_reply"><!--#echo var="FEAT_include-attachments-in-reply"--></A> and can be overriden by using this command.
29598 <LI><B>H</B>: This command determines if the headers of a message are
29599 included in the body of the message that is being replied to. By default 
29600 Alpine will use the value of the configuration option 
29601 <A HREF="h_config_include_header"><!--#echo var="FEAT_include-header-in-reply"--></A>. 
29602 Observe that by toggling this option to include headers, text will be toggled
29603 to be included by default.
29605 <LI><B>R</B>: Can be used to set a role different from the default.
29607 <LI><B>S</B>: Determines if Alpine will strip the signature from a 
29608 message. The default is to strip the signature when the message is not
29609 viewed in headers mode, and you either have enabled
29610 <A HREF="h_config_sigdashes"><!--#echo var="FEAT_enable-sigdashes"--></A> 
29612 <A HREF="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></A>.
29614 <LI><B>Ctrl-R</B>: Can be used to edit the 
29615 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>.
29616 </OL>
29618 In order to include the text of the original message in the reply
29619 you either need to press 'y' to include the original text, or 'n' to 
29620 exclude it from the reply. Pressing return will execute the default 
29621 action, which is to include text only if the option
29622 <A HREF="h_config_auto_include_reply"><!--#echo var="FEAT_include-text-in-reply"--></A>
29623 is enabled. However, notice that the default is to include text if you edit the 
29624 reply indent string or if you explicitly set through this menu that you
29625 want headers included in the reply message.
29628 &lt;End of help on this topic&gt;
29629 </BODY>
29630 </HTML>
29631 ====== h_config_del_from_dot =====
29632 <HTML>
29633 <HEAD>
29634 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></TITLE>
29635 </HEAD>
29636 <BODY>
29637 <H1>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></H1>
29639 This feature controls the behavior of the Ctrl-K command in the composer.
29640 If set, ^K will cut from the current cursor position to the end of the line,
29641 rather than cutting the entire line.
29644 &lt;End of help on this topic&gt;
29645 </BODY>
29646 </HTML>
29647 ====== h_config_print_index =====
29648 <HTML>
29649 <HEAD>
29650 <TITLE>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></TITLE>
29651 </HEAD>
29652 <BODY>
29653 <H1>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></H1>
29655 This feature controls the behavior of the Print command when in the
29656 MESSAGE INDEX screen.  If set, the print command will give you a prompt
29657 asking if you wish to print the message index, or the currently highlighted
29658 message. If not set, the message will be printed.
29661 &lt;End of help on this topic&gt;
29662 </BODY>
29663 </HTML>
29664 ====== h_config_allow_talk =====
29665 <HTML>
29666 <HEAD>
29667 <TITLE>FEATURE: <!--#echo var="FEAT_allow-talk"--></TITLE>
29668 </HEAD>
29669 <BODY>
29670 <H1>FEATURE: <!--#echo var="FEAT_allow-talk"--></H1>
29672 UNIX Alpine only.
29674 By default, permission for others to &quot;talk&quot; to your terminal is turned
29675 off when you are running Alpine.  When this feature is set, permission is
29676 instead turned on.  If enabled, you may see unexpected messages in the
29677 middle of your Alpine screen from someone attempting to contact you via the
29678 &quot;talk&quot; program.
29681 NOTE: The &quot;talk&quot; program has nothing to do with Alpine or email.  The 
29682 talk daemon on your system will attempt to print a message on your screen 
29683 when someone else is trying to contact you.  If you wish to see these
29684 messages while you are running Alpine, you should enable this feature.
29687 If you do enable this feature and see a &quot;talk&quot; message, you must 
29688 suspend or quit Alpine before you can respond.
29691 &lt;End of help on this topic&gt;
29692 </BODY>
29693 </HTML>
29694 ====== h_config_send_filter_dflt =====
29695 <HTML>
29696 <HEAD>
29697 <TITLE>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></TITLE>
29698 </HEAD>
29699 <BODY>
29700 <H1>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></H1>
29701 If you have <A HREF="h_config_sending_filter">&quot;<!--#echo var="VAR_sending-filters"-->&quot;</A> 
29702 configured, setting this feature will cause
29703 the first filter in the <!--#echo var="VAR_sending-filters"--> list to be offered as the default
29704 instead of unfiltered, the usual default.
29706 <UL>   
29707 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29708 </UL><P>
29709 &lt;End of help on this topic&gt;
29710 </BODY>
29711 </HTML>
29712 ====== h_config_custom_print =====
29713 <HTML>
29714 <HEAD>
29715 <TITLE>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></TITLE>
29716 </HEAD>
29717 <BODY>
29718 <H1>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></H1>
29720 When this feature is set, the print command will have an additional
29721 subcommand called "C CustomPrint".  If selected, you will have
29722 the opportunity to enter any system print command --instead of being 
29723 restricted to using those that have been previously configured in the 
29724 printer setup menu.
29727 &lt;End of help on this topic&gt;
29728 </BODY>
29729 </HTML>
29730 ====== h_config_enable_dot_files =====
29731 <HTML>
29732 <HEAD>
29733 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></TITLE>
29734 </HEAD>
29735 <BODY>
29736 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></H1>
29738 When this feature is set, files beginning with dot (".") will be
29739 visible in the file browser.  For example, you'll be able to select them
29740 when using the browser to add an attachment to a message.
29742 &lt;End of help on this topic&gt;
29743 </BODY>
29744 </HTML>
29745 ====== h_config_enable_dot_folders =====
29746 <HTML>
29747 <HEAD>        
29748 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></TITLE>
29749 </HEAD>
29750 <BODY>
29751 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></H1>
29753 When this feature is set, folders beginning with dot (".") may be added
29754 and viewed.
29756 &lt;End of help on this topic&gt;
29757 </BODY>
29758 </HTML>
29759 ====== h_config_ff_between_msgs =====
29760 <HTML>
29761 <HEAD>
29762 <TITLE>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></TITLE>
29763 </HEAD>
29764 <BODY>
29765 <H1>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></H1>
29767 Setting this feature causes a formfeed to be printed between messages when
29768 printing multiple messages (with Apply Print command).
29770 &lt;End of help on this topic&gt;
29771 </BODY>
29772 </HTML>
29773 ====== h_config_blank_keymenu =====
29774 <HTML>
29775 <HEAD>
29776 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></TITLE>
29777 </HEAD>
29778 <BODY>
29779 <H1>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></H1>
29781 If this feature is set the command key menu that normally appears on the
29782 bottom two lines of the screen will not usually be there.  Asking for
29783 help with ^G or ? will cause the key menu to appear instead of causing
29784 the help message to come up.  If you want to actually see the help text,
29785 another ^G or ? will show it to you.  After the key menu has popped
29786 up with the help key it will remain there for an O for Other command but
29787 disappear if any other command is typed.
29789 &lt;End of help on this topic&gt;
29790 </BODY>
29791 </HTML>
29792 ====== h_config_enable_mouse =====
29793 <HTML>
29794 <HEAD>
29795 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></TITLE>
29796 </HEAD>
29797 <BODY>
29798 <H1>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></H1>
29800 This feature controls whether or not an X terminal mouse can be used with
29801 Alpine.  If set, and the $DISPLAY variable indicates that an X terminal is
29802 being used, the left mouse button on the mouse can be used to select text
29803 or commands.
29804 Clicking on a command at the bottom of the screen will behave as if you had
29805 typed that command.
29806 Clicking on an index line will move the current message highlight to
29807 that line.
29808 Double-clicking on an index line will view the message.
29809 Double-clicking on a link will view the link.
29811 This type of mouse support will also work in some terminal emulators which are
29812 not actually X terminals, but which have extra code to support the xterm
29813 style mouse.
29814 For those emulators you not only need to turn this feature on but you also
29815 have to set the $DISPLAY environment variable even though it isn't needed
29816 for your terminal.
29817 That will cause Alpine to think that it is an xterm and to properly interpret the
29818 escape sequences sent by the mouse.
29820 Note: if this feature is set, the behavior of X terminal cut-and-paste is
29821 also modified.  It is sometimes possible to hold the shift key down while clicking
29822 left or middle mouse buttons for the normal xterm cut/paste operations. 
29823 There is also an Alpine command to toggle this mode on or off.
29824 The command is Ctrl-&#92; (Control-backslash).
29826 &lt;End of help on this topic&gt;
29827 </BODY>
29828 </HTML>
29829 ====== h_config_enable_xterm_newmail =====
29830 <HTML>
29831 <HEAD>        
29832 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></TITLE>
29833 </HEAD>
29834 <BODY>
29835 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></H1>
29837 This feature controls whether or not Alpine will attempt to announce new
29838 mail arrival when it is running in an X terminal window and that window
29839 is iconified.  If set, and the $DISPLAY variable indicates that an X
29840 terminal is being used, Alpine will send appropriate escape sequences to
29841 the X terminal to modify the label on Alpine's icon to indicate that new
29842 mail has arrived. Alpine will also modify the Alpine window's title to
29843 indicate new mail.
29844 See also <a href="h_config_enable_newmail_short_text"><!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>.
29846 &lt;End of help on this topic&gt;
29847 </BODY></HTML>
29848 ====== h_config_enable_newmail_short_text =====
29849 <HTML>
29850 <HEAD>        
29851 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></TITLE>
29852 </HEAD>
29853 <BODY>
29854 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></H1>
29856 This feature controls the text to be displayed in an icon in the event
29857 of a new message arrival.  Normally, the message will
29858 be the one that is displayed on the screen.  This feature shortens the
29859 message to a count of the number of new messages in brackets.  This may be
29860 more useful for those who use the window's title bar in the task bar as a
29861 new mail indicator.  This feature is only useful if the
29862 <A HREF="h_config_enable_xterm_newmail"><!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></A>
29863 feature is also set.  Like the <!--#echo var="FEAT_enable-newmail-in-xterm-icon"-->
29864 feature, this feature is only relevant when run in an xterm environment.
29866 &lt;End of help on this topic&gt;
29867 </BODY></HTML>
29868 ====== h_config_copy_to_to_from =====
29869 <HTML>
29870 <HEAD>
29871 <TITLE>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></TITLE>
29872 </HEAD>
29873 <BODY>
29874 <H1>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></H1>
29876 This feature affects the From address used when Replying to a message.
29877 It is probably only useful if you have some
29878 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
29879 defined.
29880 When enabled, it checks to see if any of the addresses in the To or Cc
29881 fields of the message you are replying to is one of your addresses.
29882 If it is, and there is only one of them, then that address is used as
29883 the From address in the message you are composing.
29884 In other words, you will be using a From address that is the same
29885 as the To address that was used to get the mail to you in the first place.
29888 If a role is being used and it has a From address defined, that From address will
29889 be used rather than the one derived from this feature.
29892 <UL>   
29893 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29894 </UL><P>
29895 &lt;End of help on this topic&gt;
29896 </BODY>
29897 </HTML>
29898 ====== h_config_prefix_editing =====
29899 <HTML>
29900 <HEAD>
29901 <TITLE>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></TITLE>
29902 </HEAD>
29903 <BODY>
29904 <H1>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></H1>
29906 This feature affects the Reply command's &quot;Include original message
29907 in Reply?&quot; prompt.  When enabled, it causes the
29908 &quot;Edit Indent String&quot; sub-command to appear which allows 
29909 you to edit the string Alpine would otherwise use to denote included 
29910 text from the message being replied to.<P>
29912 Thus, you can change Alpine's default message quote character (usually
29913 an angle bracket) on a per message basis. So you could change your quoted message to
29914 look, for example, like this:<p>
29916 <pre>On Tues, 26 Jan 1999, John Q. Smith wrote:
29918 John: I just wanted to say hello and to congratulate you
29919 John: on a job well done!</pre><p>
29921 The configuration option
29922 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
29923 may be used to change what appears as the default string to be edited.
29925 NOTE: Edited <!--#echo var="VAR_reply-indent-string"--> only apply to the message
29926 currently being replied to.
29928 If you change your <!--#echo var="VAR_reply-indent-string"-->
29929 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
29930 quoted text will not be flowed
29931 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
29932 when you reply.
29933 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
29934 set to the default value.
29936 <UL>   
29937 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29938 </UL><P>
29939 &lt;End of help on this topic&gt;
29940 </BODY>
29941 </HTML>
29942 ====== h_config_enable_search_and_repl =====
29943 <HTML>
29944 <HEAD>
29945 <TITLE>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></TITLE>
29946 </HEAD>
29947 <BODY>
29948 <H1>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></H1>
29950 This feature modifies the behavior of Alpine's composer.  Setting this
29951 feature causes Alpine to offer the "^R Replace" subcommand, which
29952 allows you to search and replace text strings in a message you are composing, 
29953 inside the "^W Where is" command.  
29957 To search and replace text, first enter the text to be replaced at the 
29958 "Search: " prompt.  Then, rather than pressing Enter to just search for that
29959 text, press ^R, which turns the prompt into 
29963 Search (to replace): 
29967 and then press Enter.  The cursor will highlight the first occurrence 
29968 of the text string you entered, and the prompt will show: 
29972 Replace "<your text string>" with : 
29976 where <your text string> is what you entered at the previous prompt;
29977 here, enter the replacement text.  To only replace the highlighted 
29978 occurrence, simply press Enter now; to replace all occurrences in the 
29979 message, press ^X (Repl All), then Enter.  You will then be asked to confirm 
29980 each replacement.
29984 The command ^R toggles between "Replace" and "Don't Replace"; its subcommand
29985 ^X toggles between "Replace All" and "Replace One."
29989 If you previously searched for text in a message, it will be offered for 
29990 re-use as part of the prompt, shown in [ ] brackets.
29993 &lt;End of help on this topic&gt;
29994 </BODY>
29995 </HTML>
29996 ====== h_config_enable_view_attach =====
29997 <HTML>
29998 <HEAD>
29999 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></TITLE>
30000 </HEAD>
30001 <BODY>
30002 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></H1>
30004 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
30005 Setting this feature causes Alpine to present attachments in boldface.
30006 The first available attachment is displayed in inverse.  This is the
30007 "selected" attachment.  Pressing RETURN will cause Alpine to display
30008 the selected attachment.  Use the arrow keys to change which of the
30009 attachments displayed in boldface is the current selection.
30013 Speaking of arrow keys, the Up and Down Arrows will select the next
30014 and previous attachments if one is available on the screen for selection.
30015 Otherwise, they will simply adjust the viewed text one line up or down.
30019 Similarly, when selectable items are present in a message, the Ctrl-F key
30020 can be used to select the next item in the message independent of which
30021 portion of the viewed message is currently displayed. The Ctrl-B key can
30022 be used to select the previous item in the same way. 
30023 <P> 
30024 &lt;End of help on this topic&gt;
30025 </BODY>
30026 </HTML>
30027 ====== h_config_enable_y_print =====
30028 <HTML>
30029 <HEAD>
30030 <TITLE>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></TITLE>
30031 </HEAD>
30032 <BODY>
30033 <H1>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></H1>
30035 This feature modifies the behavior of Alpine's Print command.
30037 By default, Alpine's print command is available by pressing the "%" key.  
30038 (This command is a substantial change from Pine versions before 4.00 -- 
30039 where the print command was "Y" -- based on numerous complaints about 
30040 printing being invoked inadvertently, since Y also means "Yes.")  
30044 This feature is supplied to mitigate any disruption or anxiety users 
30045 might feel as a result of this change.  
30049 Enabling this feature will cause Alpine to recognize both the old
30050 command, "Y" for Prynt, as well the new "%" method for invoking
30051 printing.  Note, key menu labels are not changed as a result of
30052 enabling this feature.
30056 &lt;End of help on this topic&gt;
30057 </BODY>
30058 </HTML>
30059 ====== h_config_enable_lessthan_exit =====
30060 <HTML>
30061 <HEAD>
30062 <TITLE>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></TITLE>
30063 </HEAD>
30064 <BODY>
30065 <H1>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></H1>
30067 If this feature is set, then on screens where there is an Exit command
30068 but no < command, the < key will perform the same function as the Exit
30069 command.
30070 This feature is set by default.
30072 &lt;End of help on this topic&gt;
30073 </BODY>
30074 </HTML>
30075 ====== h_config_enable_view_url =====
30076 <HTML>
30077 <HEAD>
30078 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></TITLE>
30079 </HEAD>
30080 <BODY>
30081 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></H1>
30082 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
30083 When this feature is set (the default) Alpine will select possible URLs from the
30084 displayed text and display them in boldface for selection.
30086 The first available URL is displayed in inverse.  This is the
30087 &quot;selected&quot; URL.  Pressing RETURN will cause Alpine to display
30088 the selected URL via either built-in means as with mailto:, imap:,
30089 news:, and nntp:, or via an external application as defined
30090 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
30091 variable.
30093 Use the arrow keys to change which of the URLs displayed in boldface
30094 is the current selection.
30096 Speaking of arrow keys, the Up and Down Arrows will select the next
30097 and previous URL if one is available on the screen for selection (unless 
30098 you have set the feature 
30099 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
30100 Otherwise, they will simply adjust the viewed text one line up or down.
30102 Similarly, when selectable items are present in a message, the Ctrl-F
30103 key can be used to select the next item in the message independent
30104 of which portion of the viewed message is currently displayed. The
30105 Ctrl-B key can be used to select the previous item in the same way.
30107 <UL>   
30108 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30109 </UL><P>
30110 &lt;End of help on this topic&gt;
30111 </BODY>
30112 </HTML>
30113 ====== h_config_enable_view_web_host =====
30114 <HTML>
30115 <HEAD>
30116 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></TITLE>
30117 </HEAD>
30118 <BODY>
30119 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></H1>
30121 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
30122 When this feature is set (the default) Alpine will select possible web hostnames
30123 from the displayed text and display them in boldface for selection.  
30124 This can be useful when you receive messages referencing World Wide Web 
30125 sites without the use of complete URLs; for example, specifying only 
30126 &quot;www.patches.freeiz.com/alpine/&quot; (which will <B>not</B> become a 
30127 selectable 
30128 item by setting <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>) 
30129 rather than explicitly
30130 &quot;http://www.patches.freeiz.com/alpine/&quot;.  
30132 The first available hostname is displayed in inverse.  This is the
30133 &quot;selected&quot; hostname.  Pressing RETURN will cause Alpine to display
30134 the selected hostname via an external application as defined
30135 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
30136 variable.
30138 Use the arrow keys (unless you have set the feature 
30139 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
30140 to change which of the hostnames displayed in
30141 boldface is the current selection.
30143 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
30144 key can be used to select the next web hostname in the message independent
30145 of which portion of the viewed message is currently displayed. The
30146 Ctrl-B key can be used to select the previous web hostnames in the same way.
30148 <UL>   
30149 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30150 </UL><P>
30151 &lt;End of help on this topic&gt;
30152 </BODY>
30153 </HTML>
30154 ====== h_config_enable_view_addresses =====
30155 <HTML>
30156 <HEAD>
30157 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></TITLE>
30158 </HEAD>
30159 <BODY>
30160 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></H1>
30162 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
30163 Setting this feature causes Alpine to select possible email addresses
30164 from the displayed text and display them in boldface for selection.  
30167 The first available email address is displayed in inverse.  This is the
30168 &quot;selected&quot; address.  Pressing RETURN will cause Alpine to enter
30169 the message composition screen with the To: field filled in with the
30170 selected address.
30172 Use the arrow keys (unless you have set the feature 
30173 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
30174 to change which of the hostnames displayed in
30175 boldface is the current selection.
30177 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
30178 key can be used to select the next web hostname in the message independent
30179 of which portion of the viewed message is currently displayed. The
30180 Ctrl-B key can be used to select the previous web hostnames in the same way.
30182 <UL>   
30183 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30184 </UL><P>
30185 &lt;End of help on this topic&gt;
30186 </BODY>
30187 </HTML>
30188 ====== h_config_enable_view_arrows =====
30189 <HTML>
30190 <HEAD>
30191 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></TITLE>
30192 </HEAD>
30193 <BODY>
30194 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></H1>
30196 This feature modifies Up and Down arrow key behavior in Alpine's
30197 MESSAGE TEXT screen when selectable Attachments, URL's, or
30198 web-hostnames are presented. Alpine's usual behavior is to move to
30199 the next or previous selectable item if currently displayed or
30200 simply to adjust the screen view by one line.
30204 Setting this feature causes the UP and Down arrow key to behave as
30205 if no selectable items were present in the message.
30209 Note, the Ctrl-F (next selectable item) and Ctrl-B (previous selectable
30210 item) functionality is unchanged.
30213 &lt;End of help on this topic&gt;
30214 </BODY>
30215 <HTML>
30216 ====== h_config_quell_charset_warning =====
30217 <HTML>
30218 <HEAD>
30219 <TITLE>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></TITLE>
30220 </HEAD>
30221 <BODY>
30222 <H1>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></H1>
30224 By default, if the message you are viewing contains characters that are
30225 not representable in your
30226 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
30227 then Alpine will
30228 add a warning to the start of the displayed text.
30229 If this option is set, then that editorial message will be suppressed.
30231 Setting this feature also suppresses the comment about the character set
30232 in header lines.
30233 For example, when viewing a message you might see
30235 <CENTER><SAMP>From: &quot;[ISO-8859-2] Name&quot; &lt;address&gt;</SAMP></CENTER>
30237 in the From header if your Character-Set is something other than ISO-8859-2.
30238 If you set this feature, the comment about the character set will
30239 no longer be there.
30241 &lt;End of help on this topic&gt;
30242 </BODY>
30243 </HTML>
30244 ====== h_config_quell_host_after_url =====
30245 <HTML>
30246 <HEAD>
30247 <TITLE>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></TITLE>
30248 </HEAD>
30249 <BODY>
30250 <H1>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></H1>
30252 By default, links in HTML text are displayed with the host the link
30253 references appended, within square brackets, to the link text.  Alpine
30254 does this to help indicate where a link will take you, particularly when
30255 the link text might suggest a different destination.
30258 Setting this feature will prevent the server name from being appended
30259 to the displayed text.
30262 &lt;End of help on this topic&gt;
30263 </BODY>
30264 </HTML>
30265 ====== h_config_prefer_plain_text =====
30266 <HTML>
30267 <HEAD>
30268 <TITLE>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></TITLE>
30269 </HEAD>
30270 <BODY>
30271 <H1>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></H1>
30273 A message being viewed may contain alternate versions of the same content.
30274 Those alternate versions are supposed to be ordered by the sending software such that the
30275 first alternative is the least preferred and the last alternative is the
30276 most preferred. Alpine will normally display the most-preferred version that
30277 it knows how to display. This is most often encountered where the two
30278 alternate versions are a plain text version and an HTML version, with the
30279 HTML version listed last as the most preferred.
30281 If this option is set, then any plain text version will be preferred to
30282 all other versions.
30284 When viewing a message there is a command &quot;A TogglePreferPlain&quot;,
30285 which will temporarily change the sense of this option.
30286 If this option is set you will first see the plain text version of a
30287 message.
30288 If you then type the &quot;A&quot; command, you will see the most preferred version,
30289 most likely HTML, instead.
30290 Typing the &quot;A&quot; command a second time will switch it back.
30291 Alternatively, if the present option is not set you will originally see
30292 the most preferred version of the message and typing &quot;A&quot; will switch to
30293 the plain text version.
30295 &lt;End of help on this topic&gt;
30296 </BODY>
30297 </HTML>
30298 ====== h_config_pass_control =====
30299 <HTML>
30300 <HEAD>
30301 <TITLE>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></TITLE>
30302 </HEAD>
30303 <BODY>
30304 <H1>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></H1>
30306 It is probably not useful to set this option.
30307 This is a legacy option left behind &quot;just in case&quot;.
30308 Multi-byte characters that have an octet that has the same
30309 value as a control character are permitted through whether or not
30310 this option is turned on.
30312 This feature controls how certain characters contained in messages are
30313 displayed.
30314 If set, all characters in a message will be sent to the
30315 screen. Normally, control characters are displayed as shown below to
30316 avoid a garbled screen and to 
30317 avoid inadvertently changing terminal setup parameters.
30318 Control characters are usually displayed as two character sequences like
30319 <P><CENTER><SAMP> ^C </SAMP></CENTER><P>
30320 for Control-C,
30321 <P><CENTER><SAMP> ^[ </SAMP></CENTER><P>
30322 for ESCAPE,
30323 <P><CENTER><SAMP> ^? </SAMP></CENTER><P>
30324 for DELETE, and
30325 <P><CENTER><SAMP> ~E </SAMP></CENTER><P>
30326 for the character with value 133 (0x85).
30327 (The DEL character is displayed as ^?, regular control characters are displayed
30328 as the character ^ followed by the character obtained by adding the
30329 five low-order bits of the character to 0x40, and the C1
30330 control characters 0x80 - 0x9F are displayed as the character ~ followed by the
30331 character obtained by adding the
30332 five low-order bits of the character to 0x40.)
30333 Sometimes, in cases where changing a single control character into a
30334 two-character sequence would confuse Alpine's display routines,
30335 a question mark is substituted for the control character.
30337 If you wish to filter out regular control characters but pass the
30338 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
30339 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.
30341 &lt;End of help on this topic&gt;
30342 </BODY>
30343 </HTML>
30344 ====== h_config_pass_c1_control =====
30345 <HTML>
30346 <HEAD>
30347 <TITLE>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></TITLE>
30348 </HEAD>
30349 <BODY>
30350 <H1>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></H1>
30352 It is probably not useful to set this option.
30353 This is a legacy option left behind &quot;just in case&quot;.
30354 Multi-byte characters that have an octet that has the same
30355 value as a control character are permitted through whether or not
30356 this option is turned on.
30358 If the feature <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
30359 is set, then this feature has no effect.
30360 However, if you wish to filter out regular control characters but pass the
30361 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
30362 you may leave <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
30363 unset and set this feature.
30365 &lt;End of help on this topic&gt;
30366 </BODY>
30367 </HTML>
30368 ====== h_config_fcc_on_bounce =====
30369 <HTML>
30370 <HEAD>
30371 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></TITLE>
30372 </HEAD>
30373 <BODY>
30374 <H1>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></H1>
30376 This feature controls an aspect of Alpine's behavior when bouncing a
30377 message. If set, normal FCC ("File Carbon Copy") processing will be
30378 done, just as if you had composed a message to the address you are
30379 bouncing to.  If not set, no FCC of the message will be saved. 
30381 &lt;End of help on this topic&gt;
30382 </BODY>
30383 </HTML>
30384 ====== h_config_show_cursor =====
30385 <HTML>
30386 <HEAD>
30387 <TITLE>FEATURE: <!--#echo var="FEAT_show-cursor"--></TITLE>
30388 </HEAD>
30389 <BODY>
30390 <H1>FEATURE: <!--#echo var="FEAT_show-cursor"--></H1>
30392 This feature controls an aspect of Alpine's displays.  If set, the system
30393 cursor will move to convenient locations in the displays.  For example,
30394 to the beginning of the status field of the highlighted index line, or
30395 to the highlighted word after a successful WhereIs command.  It is intended
30396 to draw your attention to an "interesting" spot on the screen.
30398 &lt;End of help on this topic&gt;
30399 </BODY>
30400 </HTML>
30401 ====== h_config_sort_fcc_alpha =====
30402 <HTML>
30403 <HEAD>
30404 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></TITLE>
30405 </HEAD>
30406 <BODY>
30407 <H1>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></H1>
30409 This feature controls an aspect of Alpine's FOLDER LIST screen.
30410 If set, the default Fcc folder will be sorted alphabetically with the other
30411 folders instead of appearing right after the INBOX.
30413 &lt;End of help on this topic&gt;
30414 </BODY>
30415 </HTML>
30416 ====== h_config_sort_save_alpha =====
30417 <HTML>
30418 <HEAD>
30419 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></TITLE>
30420 </HEAD>
30421 <BODY>
30422 <H1>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></H1>
30424 This feature controls an aspect of Alpine's FOLDER LIST screen.
30425 If set, the default save folder will be sorted alphabetically with the other
30426 folders instead of appearing right after the INBOX (and default FCC folder).
30428 &lt;End of help on this topic&gt;
30429 </BODY>
30430 </HTML>
30431 ====== h_config_single_list =====
30432 <HTML>
30433 <HEAD>
30434 <TITLE>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></TITLE>
30435 </HEAD>
30436 <BODY>
30437 <H1>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></H1>
30439 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
30440 the folders will be listed one per line instead of several per line
30441 in the FOLDER LIST display.
30443 &lt;End of help on this topic&gt;
30444 </BODY>
30445 </HTML>
30446 ====== h_config_vertical_list =====
30447 <HTML>
30448 <HEAD>
30449 <TITLE>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></TITLE>
30450 </HEAD>
30451 <BODY>
30452 <H1>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></H1>
30454 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
30455 the folders will be listed alphabetically down the columns rather
30456 than across the columns as is the default.
30458 &lt;End of help on this topic&gt;
30459 </BODY>
30460 </HTML>
30461 ====== h_config_verbose_post =====
30462 <HTML>
30463 <HEAD>
30464 <TITLE>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></TITLE>
30465 </HEAD>
30466 <BODY>
30467 <H1>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></H1>
30468 This feature controls an aspect of Alpine's message sending.  When enabled,
30469 Alpine will send a VERB (i.e., VERBose) command early in the posting process
30470 intended to cause the SMTP server to provide a more detailed account of
30471 the transaction.  This feature is typically only useful to system
30472 administrators and other support personel as an aid in troublshooting
30473 problems.
30475 Note, this feature relies on a specific capability of the system's mail
30476 transport agent or configured 
30477 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>.  
30478 It is possible that this
30479 feature will cause problems for some tranport agents, and may result in
30480 sending failure.  In addition, as the verbose output comes from the mail
30481 transport agent, it is likely to vary from one system to another. 
30482 <P><UL>
30483 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30484 </UL><P>
30485 &lt;End of help on this topic&gt;
30486 </BODY>
30487 </HTML>
30488 ====== h_config_auto_reply_to =====
30489 <HTML>
30490 <HEAD>
30491 <TITLE>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></TITLE>
30492 </HEAD>
30493 <BODY>
30494 <H1>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></H1>
30496 This feature controls an aspect of Alpine's Reply command.  If set, Alpine
30497 will not prompt when a message being replied to contains a "Reply-To:"
30498 header value, but will simply use its value (as opposed to using the
30499 "From:" field's value).
30503 Note: Using the "Reply-To:" address is usually the preferred behavior,
30504 however, some mailing list managers choose to place the list's address in
30505 the "Reply-To:" field of any message sent out to the list.  In such
30506 cases, this feature makes it all too easy for personal replies to be
30507 inadvertently sent to the entire mail list, so be careful! 
30509 &lt;End of help on this topic&gt;
30510 </BODY>
30511 </HTML>
30512 ====== h_config_del_skips_del =====
30513 <HTML>
30514 <HEAD>
30515 <TITLE>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></TITLE>
30516 </HEAD>
30517 <BODY>
30518 <H1>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></H1>
30520 This feature controls an aspect of Alpine's Delete command.  If set, this
30521 feature will cause the Delete command to advance past following messages that
30522 are marked deleted.  In other words, pressing "D" will both mark the
30523 current message deleted and advance to the next message that is not marked
30524 deleted.
30525 This feature is set by default.
30527 &lt;End of help on this topic&gt;
30528 </BODY></HTML>
30529 ====== h_config_expunge_manually =====
30530 <HTML>
30531 <HEAD>
30532 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></TITLE>
30533 </HEAD>
30534 <BODY>
30535 <H1>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></H1>
30537 Normally, when you close a folder that contains deleted messages you are
30538 asked if you want to expunge those messages from the folder permanently.
30539 If this feature is set, you won't be asked and the deleted messages will
30540 remain in the folder.
30541 If you choose to set this feature you will have to expunge the
30542 messages manually using the eXpunge command, which you can use while
30543 in the MESSAGE INDEX screen.
30544 If you do not expunge deleted messages the size of your
30545 folder will continue to increase until you are out of disk space.
30547 <UL>   
30548 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30549 </UL><P>
30550 &lt;End of help on this topic&gt;
30551 </BODY>
30552 </HTML>
30553 ====== h_config_auto_expunge =====
30554 <HTML>
30555 <HEAD>
30556 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></TITLE>
30557 </HEAD>
30558 <BODY>
30559 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></H1>
30561 This features controls an aspect of Alpine's eXpunge command.  If set, you
30562 will <B>not</B> be prompted to confirm your intent before the expunge takes 
30563 place.
30564 Actually, this is only true for the INBOX folder and for folders in the
30565 Incoming Folders collection. See the feature
30566 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>.
30568 <UL>   
30569 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30570 </UL><P>
30571 &lt;End of help on this topic&gt;
30572 </BODY>
30573 </HTML>
30574 ====== h_config_full_auto_expunge =====
30575 <HTML>
30576 <HEAD>
30577 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></TITLE>
30578 </HEAD>
30579 <BODY>
30580 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></H1>
30582 This features controls an aspect of Alpine's eXpunge command.  If set, you
30583 will <B>not</B> be prompted to confirm your intent before the expunge 
30584 takes place.  This feature sets this behavior for all folders, unlike the
30585 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
30586 feature that works only for incoming folders.
30588 <UL>   
30589 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30590 </UL><P>
30591 &lt;End of help on this topic&gt;
30592 </BODY>
30593 </HTML>
30594 ====== h_config_auto_read_msgs =====
30595 <HTML>
30596 <HEAD>
30597 <TITLE>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></TITLE>
30598 </HEAD>
30599 <BODY>
30600 <H1>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></H1>
30601 This feature controls an aspect of Alpine's behavior upon quitting.  If set,
30602 and the 
30603 <A HREF="h_config_read_message_folder">&quot;<!--#echo var="VAR_read-message-folder"-->&quot;</A>
30604 option is also set, then Alpine will
30605 automatically transfer all read messages to the designated folder and mark
30606 them as deleted in the INBOX.  Messages in the INBOX marked with an 
30607 &quot;N&quot; (meaning New, or unseen) are not affected.
30609 <UL>   
30610 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30611 </UL><P>
30612 &lt;End of help on this topic&gt;
30613 </BODY>
30614 </HTML>
30615 ====== h_config_auto_fcc_only =====
30616 <HTML>
30617 <HEAD>
30618 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></TITLE>
30619 </HEAD>
30620 <BODY>
30621 <H1>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></H1>
30622 This features controls an aspect of Alpine's composer.
30623 The only time this feature will be used is if you attempt to send mail
30624 that has no recipients but does have an Fcc.
30625 Normally, Alpine will ask if you really mean to copy the message only to
30626 the Fcc.
30627 That is, it asks if you really meant to have no recipients.
30628 If this feature is set, you
30629 will <B>not</B> be prompted to confirm your intent to make only a copy
30630 of a message with no recipients.
30632 This feature is closely related to
30633 <A HREF="h_config_warn_if_no_to_or_cc"><!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></A>.
30634 The difference between this feature and that feature is that this feature
30635 considers a Bcc to be a recipient while that feature will ask for confirmation
30636 even if there is a Bcc when there is no To, Cc, or Newsgroup.
30637 The default values also differ. This feature defaults to asking the question
30638 and you have to turn it off.
30639 The <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--> feature defaults to not asking
30640 unless you turn it on.
30643 <UL>   
30644 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30645 </UL><P>
30646 &lt;End of help on this topic&gt;
30647 </BODY>
30648 </HTML>
30649 ====== h_config_mark_fcc_seen =====
30650 <HTML>
30651 <HEAD>
30652 <TITLE>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></TITLE>
30653 </HEAD>
30654 <BODY>
30655 <H1>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></H1>
30657 This features controls the way Fccs (File carbon copies) are
30658 made of the messages you send.
30661 Normally, when Alpine saves a copy of a message you sent as an Fcc, that
30662 copy will be marked as Unseen.
30663 When you look at the folder it was saved in the message will appear to
30664 be a New message until you read it.
30665 When this feature is enabled, the message will be marked as having
30666 been Seen.
30669 <UL>   
30670 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30671 </UL><P>
30672 &lt;End of help on this topic&gt;
30673 </BODY>
30674 </HTML>
30675 ====== h_config_no_fcc_attach =====
30676 <HTML>
30677 <HEAD>
30678 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></TITLE>
30679 </HEAD>
30680 <BODY>
30681 <H1>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></H1>
30683 This features controls the way Fcc's (File carbon copies) are
30684 made of the messages you send.
30687 Normally, Alpine saves an exact copy of your message as it was sent.
30688 When this feature is enabled, the &quot;body&quot; of the message
30689 you send (the text you type in the composer) is preserved in the 
30690 copy as before, however all attachments are replaced with text
30691 explaining what had been sent rather than the attachments themselves.
30694 This feature also affects Alpine's &quot;Send ?&quot; confirmation prompt
30695 in that a new &quot;^F Fcc Attchmnts&quot; option becomes available which
30696 allows you to interactively set whether or not attachments are saved
30697 to the Fcc'd copy.
30700 <UL>   
30701 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30702 </UL><P>
30703 &lt;End of help on this topic&gt;
30704 </BODY>
30705 </HTML>
30706 ====== h_config_read_in_newsrc_order =====
30707 <HTML>
30708 <HEAD>
30709 <TITLE>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></TITLE>
30710 </HEAD>
30711 <BODY>
30712 <H1>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></H1>
30714 This feature controls the order in which newsgroups will be presented.  If
30715 set, they will be presented in the same order as they occur in your 
30716 <!--chtml if pinemode="os_windows"-->
30717 &quot;NEWSRC&quot;
30718 <!--chtml else-->
30719 &quot;.newsrc&quot;
30720 <!--chtml endif-->
30721 file (the default location of which can be changed with the 
30722 <A HREF="h_config_newsrc_path">&quot;<!--#echo var="VAR_newsrc-path"-->&quot;</A> option).  
30724 If not set, the newsgroups will be presented in alphabetical order.
30726 <UL>   
30727 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30728 </UL><P>
30729 &lt;End of help on this topic&gt;
30730 </BODY>
30731 </HTML>
30732 ====== h_config_quell_tz_comment =====
30733 <HTML>
30734 <HEAD>
30735 <TITLE>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></TITLE>
30736 </HEAD>
30737 <BODY>
30738 <H1>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></H1>
30740 Normally, when Alpine generates a Date header for outgoing mail,
30741 it will try to include the symbolic timezone at the end of the
30742 header inside parentheses.
30743 The symbolic timezone is often three characters long, but on
30744 some operating systems, it may be longer.
30745 Apparently there are some SMTP servers in the world that will reject an
30746 incoming message if it has a Date header longer than about 80 characters.
30747 If this feature is set, the symbolic timezone normally generated by
30748 Alpine will not be included.
30749 You probably don't need to worry about this feature unless you run into
30750 the problem described above.
30753 &lt;End of help on this topic&gt;
30754 </BODY>
30755 </HTML>
30756 ====== h_config_post_wo_validation =====
30757 <HTML>
30758 <HEAD>
30759 <TITLE>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></TITLE>
30760 </HEAD>
30761 <BODY>
30762 <H1>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></H1>
30764 This feature controls whether the NNTP server is queried as newsgroups
30765 are entered for posting.  Validation over slow links (e.g. dialup using
30766 SLIP or PPP) can cause delays.  Set this feature to eliminate such delays.
30768 &lt;End of help on this topic&gt;
30769 </BODY>
30770 </HTML>
30771 ====== h_config_send_wo_confirm =====
30772 <HTML>
30773 <HEAD>
30774 <TITLE>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></TITLE>
30775 </HEAD>
30776 <BODY>
30777 <H1>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></H1>
30779 By default, when you send or post a message you will be asked to confirm
30780 with a question that looks something like:
30783 <CENTER><SAMP>Send message?</SAMP></CENTER>
30786 If this feature is set, you
30787 will <B>not</B> be prompted to confirm your intent to send
30788 and your message will be sent.
30790 If this feature is set it disables some possibilities and renders some
30791 other features meaningless.
30792 You will not be able to use
30793 <A HREF="h_config_sending_filter">Sending Filters</A>,
30794 Verbose sending mode,
30795 <A HREF="h_config_compose_bg_post">Background Sending</A>,
30796 <A HREF="h_config_compose_dsn">Delivery Status Notifications</A>,
30797 or ^V to turn off the generation of flowed text for this message.
30798 These options are normally available as suboptions in the Send prompt, but
30799 with no Send prompt the options are gone.
30802 A somewhat related feature is
30803 <A HREF="h_config_quell_post_prompt">&quot;<!--#echo var="FEAT_quell-extra-post-prompt"-->&quot;</A>,
30804 which may be used to eliminate the extra confirmation
30805 question when posting to a newsgroup.
30807 <UL>   
30808 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30809 </UL><P>
30810 &lt;End of help on this topic&gt;
30811 </BODY>
30812 </HTML>
30813 ====== h_config_quell_filtering_done_message =====
30814 <HTML>
30815 <HEAD>
30816 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></TITLE>
30817 </HEAD>
30818 <BODY>
30819 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></H1>
30821 If you use Filter Rules that move messages or set status of messages
30822 you sometimes see a message from Alpine that looks like
30825 <CENTER><SAMP>filtering done</SAMP></CENTER>
30828 If this feature is set, this message will be suppressed.
30829 If the feature
30830 <A HREF="h_config_quell_filtering_messages"><!--#echo var="FEAT_quell-filtering-messages"--></A>
30831 is set then this message will be suppressed regardless.
30834 <UL>   
30835 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30836 </UL><P>
30837 &lt;End of help on this topic&gt;
30838 </BODY>
30839 </HTML>
30840 ====== h_config_quell_filtering_messages =====
30841 <HTML>
30842 <HEAD>
30843 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></TITLE>
30844 </HEAD>
30845 <BODY>
30846 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></H1>
30848 If you use Filter Rules that move messages or set status of messages
30849 you sometimes see messages from Alpine that look like
30852 <CENTER><SAMP>&lt;filter name&gt;: Moving 2 filtered messages to &lt;folder name&gt;</SAMP></CENTER>
30858 <CENTER><SAMP>&lt;filter name&gt;: Setting flags in 5 messages</SAMP></CENTER>
30864 <CENTER><SAMP>Processing filter &lt;filter name&gt;</SAMP></CENTER>
30867 If this feature is set, these messages will be suppressed.
30868 The feature
30869 <A HREF="h_config_quell_filtering_done_message"><!--#echo var="FEAT_quell-filtering-done-message"--></A>
30870 is related.
30873 <UL>   
30874 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30875 </UL><P>
30876 &lt;End of help on this topic&gt;
30877 </BODY>
30878 </HTML>
30879 ====== h_config_quell_post_prompt =====
30880 <HTML>
30881 <HEAD>
30882 <TITLE>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></TITLE>
30883 </HEAD>
30884 <BODY>
30885 <H1>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></H1>
30887 By default, when you post a message to a newsgroup you are asked to confirm
30888 that you want to post with the question
30891 <CENTER><SAMP>Posted message may go to thousands of readers. Really post?</SAMP></CENTER>
30894 If this feature is set, you
30895 will <B>not</B> be prompted to confirm your intent to post to a newsgroup
30896 and your message will be posted.
30899 <UL>   
30900 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30901 </UL><P>
30902 &lt;End of help on this topic&gt;
30903 </BODY>
30904 </HTML>
30905 ====== h_config_check_mail_onquit =====
30906 <HTML>
30907 <HEAD>
30908 <TITLE>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></TITLE>
30909 </HEAD>
30910 <BODY>
30911 <H1>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></H1>
30913 If this feature is set, Alpine will check for new mail after you give the
30914 Quit command.
30915 If new mail has arrived since the previous check, you will be notified
30916 and given the choice of quitting or not quitting.
30918 <UL>   
30919 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30920 </UL><P>
30921 &lt;End of help on this topic&gt;
30922 </BODY>
30923 </HTML>
30924 ====== h_config_inbox_no_confirm =====
30925 <HTML>
30926 <HEAD>
30927 <TITLE>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></TITLE>
30928 </HEAD>
30929 <BODY>
30930 <H1>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></H1>
30932 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
30933 command and there are no more folders or newsgroups to visit, you are asked
30934 if you want to return to the INBOX.
30935 If this feature is set you will not be asked.
30936 It will be assumed that you do want to return to the INBOX.
30938 <UL>   
30939 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30940 </UL><P>
30941 &lt;End of help on this topic&gt;
30942 </BODY>
30943 </HTML>
30944 ====== h_config_dates_to_local =====
30945 <HTML>
30946 <HEAD>
30947 <TITLE>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></TITLE>
30948 </HEAD>
30949 <BODY>
30950 <H1>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></H1>
30952 Normally, the message dates that you see in the
30953 MESSAGE INDEX and MESSAGE VIEW are displayed in the timezone they were sent from.
30954 For example, if a message was sent to you from a few timezones to the east
30955 it might appear that it was sent from the future;
30956 or if it was sent from somewhere to the west it might appear
30957 as if it is from yesterday even though it was sent only a few minutes ago.
30958 If this feature is set an attempt will be made to convert the dates
30959 to your local timezone to be displayed.
30961 Note that this does not affect the results of Select by Date or of
30962 anything else other than these displayed dates.
30963 When viewing the message you may look at the original unconverted value of the Date
30964 header by using the <A HREF="h_common_hdrmode">HdrMode Command</A>.
30966 <UL>   
30967 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30968 </UL><P>
30969 &lt;End of help on this topic&gt;
30970 </BODY>
30971 </HTML>
30972 ====== h_config_tab_no_prompt =====
30973 <HTML>
30974 <HEAD>
30975 <TITLE>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></TITLE>
30976 </HEAD>
30977 <BODY>
30978 <H1>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></H1>
30980 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
30981 command and there is a problem checking a folder, you are asked
30982 whether you want to continue with the search in the following folder or not.
30983 This question gives you a chance to stop the NextNew processing.
30984 (The checking problem might be caused by the fact that the folder does not
30985 exist, or by an authentication problem, or by a server problem
30986 of some sort.)
30989 If this feature is set you will not be asked.
30990 It will be assumed that you do want to continue.
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_input_history =====
30999 <HTML>
31000 <HEAD>
31001 <TITLE>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></TITLE>
31002 </HEAD>
31003 <BODY>
31004 <H1>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></H1>
31006 Many of the prompts that ask for input in the status line near the
31007 bottom of the screen will respond to Up Arrow and Down Arrow
31008 with the history of previous entries.
31009 For example, in the MESSAGE INDEX screen when you use the WhereIs
31010 command the text you entered will be remembered and can be recalled
31011 by using the Up Arrow key.
31012 Another example, when saving a message the folders saved to will
31013 be remembered and can be recalled using the arrow keys.
31015 In the Save prompt, some users prefer that the Up and Down arrow keys
31016 be used for the Previous Collection and Next Collection commands
31017 instead of for a history of previous saves.
31018 If this option is set the Up and Down arrow keys will become synonyms for the
31019 Previous Collection and Next Collection (^P and ^N) commands in the
31020 prompt for the name of a folder to Save to or in the prompt for the
31021 name of a folder to GoTo.
31022 When this feature is not set (the default), ^P and ^N will change the
31023 collection and the arrow keys will show the history.
31025 <UL>   
31026 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31027 </UL><P>
31028 &lt;End of help on this topic&gt;
31029 </BODY>
31030 </HTML>
31031 ====== h_config_confirm_role =====
31032 <HTML>
31033 <HEAD>
31034 <TITLE>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></TITLE>
31035 </HEAD>
31036 <BODY>
31037 <H1>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></H1>
31039 If you have roles, when you Reply to or Forward a message, or Compose
31040 a new message, Alpine
31041 will search through your roles for one that matches.
31042 Normally, if no matches are found you will be placed into the composer
31043 with no opportunity to select a role.
31044 If this feature is set, then you will be asked to confirm that you don't
31045 want a role.
31046 This will give you the opportunity to select a role (with the ^T command).
31047 If you confirm no role with a Return, you will be placed in
31048 the composer with no role.
31049 You may also confirm with either an &quot;N&quot; or a &quot;Y&quot;.
31050 These behave the same as if you pressed the Return.
31051 (The &quot;N&quot; and &quot;Y&quot; answers are available because they
31052 match what you might type if there was a role match.)
31054 If you are using the alternate form of the Compose command called
31055 &quot;Role&quot;, then all of your roles will be available to you,
31056 independent of the value of this feauture and of the values set for all of
31057 Reply Use, Forward Use, and Compose Use.
31059 <UL>   
31060 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31061 </UL><P>
31062 &lt;End of help on this topic&gt;
31063 </BODY>
31064 </HTML>
31065 ====== h_config_news_cross_deletes =====
31066 <HTML>
31067 <HEAD>
31068 <TITLE>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></TITLE>
31069 </HEAD>
31070 <BODY>
31071 <H1>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></H1>
31073 This feature controls what Alpine does when you delete a message in a
31074 newsgroup that appears in more than one newsgroup.  Such a message
31075 is sometimes termed a &quot;crossposting&quot; in that it was posted
31076 across several newsgroups.
31079 Alpine's default behavior when you delete such a message is to remove
31080 only the copy in the current newsgroup from view when you use the
31081 &quot;Exclude&quot; command or the next time you visit the newsgroup.
31084 Enabling this feature causes Alpine to remove every occurrence of the
31085 message from all newsgroups it appears in and to which you are
31086 subscribed.
31089 NOTE: As currently implemented, enabling this feature may increase the
31090 time it takes the Expunge command and newsgroup closing to complete.
31093 <UL>   
31094 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31095 </UL><P>
31096 &lt;End of help on this topic&gt;
31097 </BODY>
31098 </HTML>
31099 ====== h_config_news_catchup =====
31100 <HTML>
31101 <HEAD>
31102 <TITLE>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></TITLE>
31103 </HEAD>
31104 <BODY>
31105 <H1>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></H1>
31107 This feature controls what Alpine does as it closes a newsgroup.
31108 When set, Alpine will offer to delete all messages from the newsgroup
31109 as you are quitting Alpine or opening a new folder.
31112 This feature is useful if you typically read all the interesting messages
31113 in a newsgroup each time you open it.  This feature saves you from
31114 having to delete each message in a newsgroup as you read it or from
31115 selecting all the messages and doing an
31116 <A HREF="h_config_enable_agg_ops">aggregate delete</A> before you
31117 move on to the next folder or newsgroup.
31120 <UL>   
31121 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31122 </UL><P>
31123 &lt;End of help on this topic&gt;
31124 </BODY>
31125 </HTML>
31126 ====== h_config_next_thrd_wo_confirm =====
31127 <HTML>
31128 <HEAD>
31129 <TITLE>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></TITLE>
31130 </HEAD>
31131 <BODY>
31132 <H1>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></H1>
31134 This feature controls an aspect of Alpine's Next and Prev commands in
31135 the case where you are using one of the
31136 &quot;separate-index-screen&quot; styles for the configuration option
31137 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
31138 and currently have the folder sorted by a Threaded or OrderedSubject sort.
31139 When you are Viewing a particular thread you have a
31140 MESSAGE INDEX of only the messages in that thread.
31141 If you press the Next command with the last message in the thread highlighted
31142 you will normally be asked if you want to &quot;View next thread?&quot;,
31143 assuming there is a next thread to view.
31144 If this feature is set it will be assumed that you always want to view the
31145 next thread and you won't be asked to confirm that.
31146 Similarly, if the first message of the thread is highlighted and you
31147 press the Prev command, this feature will prevent the question
31148 &quot;View previous thread&quot;.
31150 This feature only has an effect in the MESSAGE INDEX screen.
31151 If you then view a particular message from that screen and press the
31152 Next command, you will be sent to the next thread without being asked,
31153 independent of the setting of this feature.
31155 The feature
31156 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A> also has some similar effects.
31158 &lt;End of help on this topic&gt;
31159 </BODY>
31160 </HTML>
31161 ====== h_config_kw_braces =====
31162 <HTML>
31163 <HEAD>
31164 <TITLE>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></TITLE>
31165 </HEAD>
31166 <BODY>
31167 <H1>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></H1>
31169 This option controls a minor aspect of Alpine's MESSAGE INDEX and MESSAGE
31170 TEXT screens.
31171 If you have modified the
31172 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
31173 so that either the &quot;SUBJKEY&quot; or &quot;SUBJKEYINIT&quot; tokens
31174 are used to display keywords or their initials along with the Subject; then
31175 this option may be used to modify the resulting display slightly.
31176 By default, the keywords or initials displayed for these tokens will be
31177 surrounded with curly braces ({ and }) and a trailing space.
31178 For example, if keywords &quot;Work&quot; and &quot;Now&quot; are set for
31179 a message, the &quot;SUBJKEY&quot; token will normally look like
31181 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
31183 and the SUBJKEYINIT token would look like
31185 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
31187 The default character before the keywords is the left brace ({) and the
31188 default after the keywords is the right brace followed by a space (} ).
31190 This option allows you to change that.
31191 You should set it to two values separated by a space.
31192 The values may be quoted if they include space characters.
31193 So, for example, the default value could be specified explicitly by setting this
31194 option to
31196 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="{" "}&nbsp;"</SAMP></CENTER>
31198 The first part wouldn't need to be quoted (but it doesn't hurt).
31199 The second part does need the quotes because it includes a space character.
31200 If you wanted to change the braces to brackets you could use
31202 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="[" "]&nbsp;"</SAMP></CENTER>
31204 Inside the quotes you can use backslash quote to mean quote, so
31206 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="&#92;"" "&#92;" "</SAMP></CENTER>
31208 would produce
31210 <CENTER><SAMP>"Work Now" actual subject</SAMP></CENTER>
31212 It is also possible to color keywords in the index using the
31213 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
31215 It is not possible to change the fact that a space character is used to
31216 separate the keywords if more than one keyword is set for a message.
31217 It is also not possible to change the fact that there are no separators
31218 between the keyword initials if more than one keyword is set.
31220 &lt;End of help on this topic&gt;
31221 </BODY>
31222 </HTML>
31223 ====== h_config_opening_sep =====
31224 <HTML>
31225 <HEAD>
31226 <TITLE>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></TITLE>
31227 </HEAD>
31228 <BODY>
31229 <H1>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></H1>
31231 This option controls a minor aspect of Alpine's MESSAGE INDEX screen.
31232 With some setups the text of the subject is followed
31233 by the opening text of the message if there is any room available in the index line.
31234 If you have configured your
31235 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
31236 to include one of the Subject tokens that causes this behavior
31237 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), then this option may be used
31238 to modify what is displayed slightly.
31239 By default, the Subject is separated from the opening text of the message by
31240 the three characters space dash space;
31242 <CENTER><SAMP>&quot;&nbsp;-&nbsp;&quot;</SAMP></CENTER>
31244 Use this option to set it to something different.
31245 The value must be quoted if it includes any space characters.
31246 For example, the default value could be specified explicitly by setting this
31247 option to
31249 <CENTER><SAMP><!--#echo var="VAR_opening-text-separator-chars"-->="&nbsp;-&nbsp;"</SAMP></CENTER>
31251 &lt;End of help on this topic&gt;
31252 </BODY>
31253 </HTML>
31254 ====== h_config_select_wo_confirm =====
31255 <HTML>
31256 <HEAD>
31257 <TITLE>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></TITLE>
31258 </HEAD>
31259 <BODY>
31260 <H1>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></H1>
31262 This feature controls an aspect of Alpine's Save, Export, and Goto commands.
31263 These commands all take text input to specify the name of the folder or
31264 file to be used, but allow you to press ^T for a list of possible names.
31265 If set, the selected name will be used immediately, without further
31266 opportunity to confirm or edit the name.
31268 Some related help topics are
31269 <UL>
31270 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
31271 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
31272 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
31273 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
31274 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
31275 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>.
31276 </UL>
31278 &lt;End of help on this topic&gt;
31279 </BODY>
31280 </HTML>
31281 ====== h_config_save_part_wo_confirm =====
31282 <HTML>
31283 <HEAD>
31284 <TITLE>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></TITLE>
31285 </HEAD>
31286 <BODY>
31287 <H1>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></H1>
31289 This feature controls an aspect of Alpine's Save command.
31290 By default, when you Save a message that has some deleted parts, you will
31291 be asked to confirm that you want to Save with a prompt that looks like:
31293 <CENTER><SAMP>Saved copy will NOT include entire message!  Continue?</SAMP></CENTER>
31295 If this feature is set, you will not be asked.
31297 &lt;End of help on this topic&gt;
31298 </BODY>
31299 </HTML>
31300 ====== h_config_use_resentto =====
31301 <HTML>
31302 <HEAD>
31303 <TITLE>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></TITLE>
31304 </HEAD>
31305 <BODY>
31306 <H1>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></H1>
31308 This feature is turned off by default because turning it on causes problems
31309 with some deficient IMAP servers.
31310 In Alpine <A HREF="h_mainhelp_filtering">Filters</A> and other types of Rules, if the
31311 <A HREF="h_rule_patterns">Pattern</A>
31312 contains a To header pattern and this feature is turned on,
31313 then a check is made in the message to see
31314 if a Resent-To header is present, and that is used instead of the To header.
31315 If this feature is not turned on, then the regular To header will always
31316 be used.
31319 &lt;End of help on this topic&gt;
31320 </BODY>
31321 </HTML>
31322 ====== h_config_use_reg_start_for_stayopen =====
31323 <HTML>
31324 <HEAD>
31325 <TITLE>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></TITLE>
31326 </HEAD>
31327 <BODY>
31328 <H1>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></H1>
31330 This feature affects which message is selected as the current message
31331 when you enter a
31332 <A HREF="h_config_permlocked">Stay Open</A> folder.
31334 Normally, the starting position for an incoming folder (which most Stay Open
31335 folders will likely be) is controlled by the
31336 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
31337 However, if a folder is a Stay Open folder, when you re-enter the folder
31338 after the first time the current message will be the same as it was when
31339 you left the folder.
31340 An exception is made if you use the TAB command to get to the folder.
31341 In that case, the message number will be incremented by one from what it
31342 was when you left the folder.
31344 The above special behavior is thought to be useful.
31345 However, it is special and different from what you might at first expect.
31346 If this feature is set, then Stay Open folders will not be treated specially
31347 as far as the startup rule is concerned.
31350 &lt;End of help on this topic&gt;
31351 </BODY>
31352 </HTML>
31353 ====== h_config_use_current_dir =====
31354 <HTML>
31355 <HEAD>
31356 <TITLE>FEATURE: <!--#echo var="FEAT_use-current-dir"--></TITLE>
31357 </HEAD>
31358 <BODY>
31359 <H1>FEATURE: <!--#echo var="FEAT_use-current-dir"--></H1>
31361 This feature controls an aspect of several commands. 
31362 If set, your &quot;current working directory&quot; 
31363 <!--chtml if pinemode="running"-->
31364 (which, at least for your current Alpine &quot;session,&quot; 
31365 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
31366 <!--chtml endif-->
31367 will be used instead of your home directory 
31368 <!--chtml if pinemode="running"-->
31369 (which, in the present configuration of your system, is
31370  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
31371 <!--chtml endif-->
31372 for all of the following operations:<UL>
31373     <LI> Export in the MESSAGE INDEX and MESSAGE TEXT screens
31374     <LI> Attachment Save in the MESSAGE TEXT and ATTACHMENT TEXT screens
31375     <LI> <!--chtml if pinemode="function_key"-->F4
31376          <!--chtml else-->Ctrl-R
31377          <!--chtml endif--> file inclusion in the COMPOSER
31378     <LI> <!--chtml if pinemode="function_key"-->F5
31379          <!--chtml else-->Ctrl-J
31380          <!--chtml endif--> file attachment in the COMPOSER
31381 </UL>
31382 <!--chtml if pinemode="os_windows"-->
31384 If you are starting PC-Alpine from a desktop icon or the Start menu, 
31385 you can set the &quot;current drive&quot; 
31386 by specifying it in the &quot;Start in:&quot; 
31387 box found in the Shortcut tab of the Properties.  
31388 <!--chtml endif-->
31390 <UL>   
31391 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31392 </UL>
31395 &lt;End of help on this topic&gt;
31396 </BODY>
31397 </HTML>
31398 ====== h_config_save_wont_delete =====
31399 <HTML>
31400 <HEAD>
31401 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></TITLE>
31402 </HEAD>
31403 <BODY>
31404 <H1>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></H1>
31406 This feature controls one aspect of the Save command.  If set, Save will
31407 not mark the message &quot;deleted&quot; (its default behavior) after
31408 it has been copied to the designated folder.
31411 &lt;End of help on this topic&gt;
31412 </BODY>
31413 </HTML>
31414 ====== h_config_use_boring_spinner =====
31415 <HTML>
31416 <HEAD>
31417 <TITLE>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></TITLE>
31418 </HEAD>
31419 <BODY>
31420 <H1>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></H1>
31422 When Alpine is delayed for some reason it usually shows that
31423 something is happening with a small animated display in the status
31424 message line near the bottom of the screen.
31425 Setting this feature will cause that animation to be the same
31426 each time instead of having Alpine choose a random animation.
31427 You may turn the animation off altogether by setting the
31428 <A HREF="h_config_active_msg_interval"><!--#echo var="VAR_busy-cue-rate"--></A>
31429 option to zero.
31432 &lt;End of help on this topic&gt;
31433 </BODY>
31434 </HTML>
31435 ====== h_config_unsel_wont_advance =====
31436 <HTML>
31437 <HEAD>
31438 <TITLE>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></TITLE>
31439 </HEAD>
31440 <BODY>
31441 <H1>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></H1>
31443 This feature controls one aspect of the Unselect Current message command.
31444 Normally, when the Unselect current message command (:) is typed when the
31445 current message is selected, the message will be unselected and the next
31446 message will become the current message.
31447 If this feature is set, the cursor will not advance to the next message.
31448 Instead, the current message will remain the current message after
31449 unselecting.
31452 &lt;End of help on this topic&gt;
31453 </BODY>
31454 </HTML>
31455 ====== h_config_prune_uses_iso =====
31456 <HTML>
31457 <HEAD>
31458 <TITLE>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></TITLE>
31459 </HEAD>
31460 <BODY>
31461 <H1>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></H1>
31463 By default, Alpine asks monthly whether or not you would like to rename
31464 some folders to a new name containing the date.
31465 It also asks whether or not you would like to delete some old folders.
31466 See the <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option for an
31467 explanation.
31470 By default, the name used when renaming a folder looks like
31472 <CENTER><SAMP>&lt;foldername&gt;-&lt;month&gt;-&lt;year&gt;</SAMP></CENTER>
31474 For example, the first time you run Alpine in May of 2004,
31475 the folder &quot;sent-mail&quot; might be renamed to
31477 <CENTER><SAMP>sent-mail-apr-2004</SAMP></CENTER>
31479 If this feature is set, the name used will be of the form
31481 <CENTER><SAMP>&lt;foldername&gt;-&lt;yyyy&gt;-&lt;mm&gt;</SAMP></CENTER>
31483 where &quot;yyyy&quot; is the year and &quot;mm&quot; is the two-digit
31484 month (01, 02, ..., 12).
31485 For the April, 2004 example above, it would instead be
31487 <CENTER><SAMP>sent-mail-2004-04</SAMP></CENTER>
31489 because April is the 4th month of the year.
31490 A reason you might want to set this feature is so that the folders
31491 will sort in chronological order.
31494 &lt;End of help on this topic&gt;
31495 </BODY>
31496 </HTML>
31497 ====== h_config_save_advances =====
31498 <HTML>
31499 <HEAD>
31500 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-advance"--></TITLE>
31501 </HEAD>
31502 <BODY>
31503 <H1>FEATURE: <!--#echo var="FEAT_save-will-advance"--></H1>
31505 This feature controls one aspect of the Save command.  If set, Save will
31506 (in addition to copying the current message to the designated folder) also
31507 advance to the next message.
31510 &lt;End of help on this topic&gt;
31511 </BODY>
31512 </HTML>
31513 ====== h_config_force_arrow =====
31514 <HTML>
31515 <HEAD>
31516 <TITLE>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></TITLE>
31517 </HEAD>
31518 <BODY>
31519 <H1>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></H1>
31521 This feature affects Alpine's MESSAGE INDEX display routine.
31522 If set, the normal inverse-video cursor will be
31523 replaced by a simple &quot;arrow&quot; cursor, which normally occupies the
31524 second column of the index display.
31526 This is the same index cursor you get if you turn on
31527 <A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>, but the index
31528 line coloring will still be present if this feature is turned on and
31529 <!--#echo var="FEAT_assume-slow-link"--> is off.
31531 An alternative version of the Arrow cursor is available by including the
31532 <A HREF="h_config_index_arrow_color">ARROW</A>
31533 token in the
31534 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
31536 It ought to be the case that this feature also affects the ATTACHMENT INDEX,
31537 but that is not implemented.
31540 &lt;End of help on this topic&gt;
31541 </BODY>
31542 </HTML>
31543 ====== h_config_ignore_size =====
31544 <HTML>
31545 <HEAD>
31546 <TITLE>FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></TITLE>
31547 </HEAD>
31548 <BODY>
31549 <H1>FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></H1>
31551 When you have an account residing in an IMAP server, Alpine records the 
31552 size of each message as reported by the server. However, when Alpine saves 
31553 a message in such IMAP server, Alpine will compute the size of the message 
31554 independently, from the data it received. If these two numbers do not 
31555 match for a message, Alpine asks you if you still want to take the risk of 
31556 saving such message, since data corruption or loss of data could result 
31557 from this save.
31560 Sometimes the root of this problem is that the IMAP server does not 
31561 compute sizes correctly, and there will not be loss of information when 
31562 saving such message. Enabling this feature will make Alpine ignore such 
31563 error and continue saving the message without producing any warnings or 
31564 ever stopping the process, as if there had not been any error. This option 
31565 applies to all IMAP servers that you use, so if you enable this feature, 
31566 size discrepancy warnings will not be given for any IMAP server you 
31567 connect to.
31570 Example of a server where you could reproduce this problem is the Gmail 
31571 IMAP server. Another example can be found in some versions of the Exchange 
31572 server.
31575 It is recommended that this feature be disabled most of the time and only 
31576 enabled when you find a server which you can determine that has the above 
31577 mentioned defect, but be disabled again after making the save operation 
31578 succeed.
31581 &lt;End of help on this topic&gt;
31582 </BODY>
31583 </HTML>
31584 ====== h_config_force_low_speed =====
31585 <HTML>
31586 <HEAD>
31587 <TITLE>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></TITLE>
31588 </HEAD>
31589 <BODY>
31590 <H1>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></H1>
31592 UNIX Alpine only.
31594 This feature affects Alpine's display routines.  If set, the normal
31595 inverse-video cursor (used to highlight the current item in a list) will be
31596 replaced by an &quot;arrow&quot; cursor and other
31597 screen update optimizations for
31598 low-speed links (e.g. 2400 bps dialup connections) will be activated.
31599 One of the optimizations is that colored index lines (set up with Indexcolor
31600 Rules) will not be colored.
31601 If you are just turning this feature on because you like using
31602 the &quot;arrow&quot; cursor you may have an arrow cursor with index line
31603 coloring by turning this feature off and the
31604 <A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A> on.
31607 &lt;End of help on this topic&gt;
31608 </BODY>
31609 </HTML>
31610 ====== h_config_show_delay_cue =====
31611 <HTML>
31612 <HEAD>
31613 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></TITLE>
31614 </HEAD>
31615 <BODY>
31616 <H1>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></H1>
31618 If set, this feature will cause an asterisk to appear in the upper
31619 left-hand corner of the screen whenever Alpine checks for new mail.
31620 Two asterisks whenever Alpine saves (checkpoints) the state of the current
31621 mailbox to disk.
31623 <!--chtml if pinemode="os_windows"-->
31625 In addition, PC-Alpine will display a less-than symbol, '&lt;', when 
31626 it is trying to open a network connection (e.g, to open your INBOX
31627 on an IMAP
31628 server) or read from the network connection.  A greater-than symbol,
31629 will be displayed when PC-Alpine is trying to write to the network
31630 connection (e.g, sending a command to your IMAP server).
31631 <!--chtml endif-->
31634 &lt;End of help on this topic&gt;
31635 </BODY>
31636 </HTML>
31637 ====== h_config_color_style =====
31638 <HTML>
31639 <HEAD>
31640 <TITLE>OPTION: Color Style</TITLE>
31641 </HEAD>
31642 <BODY>
31643 <H1>OPTION: Color Style</H1>
31645 UNIX Alpine only.
31647 If the terminal or terminal emulator you are using is capable of displaying
31648 colors, this option controls whether or not color will be used in Alpine.
31649 If you turn color on and things are set up correctly,
31650 you should see color appear on the screen immmediately.
31651 Modern terminal emulators are usually capable of displaying colors.
31653 The available options include:
31656 <DL>
31657 <DT>no-color</DT>
31658 <DD>Don't use color.
31659 </DD>
31661 <DT>use-termdef</DT>
31662 <DD>In order to decide if your terminal is capable of color, Alpine looks in
31663 the terminal capabilities database, TERMINFO or TERMCAP, depending on
31664 how Alpine was compiled.
31665 This is a good option to choose if you switch between a color and a non-color
31666 terminal with the same Alpine configuration.
31667 Alpine will know to use color on the color terminal because it is described
31668 in the termcap entry, and Alpine will know to use black and white on the
31669 non-color terminal.
31670 The Alpine Technical Notes
31671 <CENTER><SAMP><A HREF="http://www.washington.edu/alpine/tech-notes/">http://www.washington.edu/alpine/tech-notes/</A></SAMP></CENTER>
31672 have more information on configuring a TERMCAP or TERMINFO
31673 entry for color Alpine.
31674 This is usually something a system administrator does.
31675 </DD>
31677 <DT>force-ansi-8color</DT>
31678 <DD>This is probably the setting that most people should use.
31679 Because setting up a termcap entry is confusing and because the
31680 terminal capabilities database is often not correctly configured for color,
31681 this choice and the next may be easier for you to use.
31682 If your terminal emulator responds to ANSI color escape sequences, which
31683 many do, this option will cause Alpine to believe your terminal will respond
31684 to the escape sequences that produce eight different foreground and background
31685 colors.
31686 The escape sequences used to set the foreground colors are
31688   <P><CENTER>ESC&nbsp;[&nbsp;3&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
31690 where the color_number is an ASCII digit between 0 and 7.
31691 The numbers 0 through 7 should correspond to the colors black, red, green,
31692 yellow, blue, magenta, cyan, and white.
31693 Some terminal emulators use a pre-ANSI scheme that swaps
31694 the colors blue and red and the colors yellow and cyan.
31695 This will cause the default colors to be different, but other than that
31696 things should work fine.
31697 There is also a 9th color available, the last one shown, which is the default
31698 color from the terminal emulator.
31699 When used as a background color some people refer to this color as
31700 &quot;transparent&quot;, which is why the letters &quot;TRAN&quot; are
31701 shown in the color swatch of the SETUP COLOR screen.
31702 The foreground transparent color is shown as
31703 the color of the &quot;TRAN&quot; text.
31704 (The transparent color will not work correctly in a PC-Alpine configuration.)
31705 The escape sequences used to set the background colors are the same
31706 as for the foreground colors except a &quot;4&quot; replaces the &quot;3&quot;.
31707 The escape sequences for foreground and background default colors (transparent)
31708 are 39m and 49m.
31710 Note: With the Tera Term terminal emulator this setting works well.
31711 You should also have the Tera Term &quot;Full color&quot; option turned OFF.
31712 You may find the &quot;Full color&quot; option in Tera Term's &quot;Setup&quot;
31713 menu, in the &quot;Window&quot; submenu.
31714 </DD>
31716 <DT>force-ansi-16color</DT>
31717 <DD>Many terminal emulators know about the same eight colors above
31718 plus eight more.
31719 This option attempts to use all 16 colors.
31720 The same escape sequences as for the eight-color terminal are used
31721 for the first eight colors.
31722 The escape sequences used to set foreground colors 8-15 are the same as
31723 for 0-7 except the &quot;3&quot; is replaced with a &quot;9&quot;.
31724 The background color sequences for colors 8-15 are the same as for 0-7
31725 except the &quot;4&quot; is replaced with &quot;10&quot;.
31726 You can tell if the 16 colors are working by turning on this option
31727 and then going into one of the color configuration screens, for example,
31728 the configuration screen for Normal Color.
31729 If you see 16 different colors to select from (plus a 17th for
31730 the transparent color), it's working.
31731 </DD>
31733 <DT>force-xterm-256color</DT>
31734 <DD>Some versions of xterm (and some other terminal emulators)
31735 have support for 256 colors.
31736 The escape sequences used to set the foreground colors are
31738   <P><CENTER>ESC&nbsp;[&nbsp;38&nbsp;;&nbsp;5&nbsp;;&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
31740 where the color_number is an ASCII digit between 0 and 255.
31741 Background colors are the same with the 38 replaced with a 48.
31742 The numbers 0 through 15 are probably similar to the 16 color version
31743 above, then comes a 6x6x6 color cube, followed by 24 colors of gray.
31744 The terminal default (transparent) color is the 257th color at the bottom.
31745 Some terminal emulators will misinterpret these escape sequences causing
31746 the terminal to blink or overstrike characters or to do something else
31747 undesirable.
31749 The PuTTY terminal emulator has an option called &quot;Allow terminal to
31750 use xterm 256-colour mode&quot; which allows PuTTY to work well with
31751 this 256-color setting.
31753 </DD>
31754 </DL>
31757 The normal default is &quot;no-color&quot;.
31760 Once you've turned on color you may set the
31761 colors of many objects on the screen individually.
31762 For example, you may add colors to the status letters on the MESSAGE
31763 INDEX page.
31764 Most categories of color that Alpine supports are configurable here.
31765 For example, &quot;Normal Color&quot;
31766 is the color used to display most of the text in Alpine, and
31767 &quot;Reverse Color&quot; is used to display highlighted text, such as the
31768 current message in the MESSAGE INDEX.
31770 Lines in the MESSAGE INDEX may also be colored.
31771 Use Setup Rules to get to the Indexcolor configuration screen.
31774 <UL>   
31775 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31776 </UL><P>
31777 &lt;End of help on this topic&gt;
31778 </BODY>
31779 </HTML>
31780 ====== h_config_disable_index_locale_dates =====
31781 <HTML>
31782 <HEAD>
31783 <TITLE>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></TITLE>
31784 </HEAD>
31785 <BODY>
31786 <H1>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></H1>
31788 This feature affects the display of dates in the MESSAGE INDEX.
31789 Normally an attempt is made to localize the dates
31790 used in the MESSAGE INDEX display to your locale.
31791 This is controlled with the
31792 LC_TIME locale setting on a UNIX system.
31793 On Windows the Regional Options control panel may be used to set the date format.
31794 At the programming level, Alpine is using the strftime routine
31795 to print the parts of a date.
31797 If this feature is set, dates are displayed in English and
31798 with the conventions of the United States.
31801 <UL>   
31802 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31803 </UL><P>
31804 &lt;End of help on this topic&gt;
31805 </BODY>
31806 </HTML>
31807 ====== h_config_auto_open_unread =====
31808 <HTML>
31809 <HEAD>
31810 <TITLE>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></TITLE>
31811 </HEAD>
31812 <BODY>
31813 <H1>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></H1>
31815 This feature controls the behavior of the TAB key when traversing folders
31816 in the optional 
31817 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
31818 collection or in optional <!--#echo var="VAR_news-collections"-->.
31820 When the TAB
31821 (<A HREF="h_common_nextnew">NextNew</A>)
31822 key is pressed, and there
31823 are no more unseen messages in the current (incoming message or news)
31824 folder, Alpine will search the list of folders in the current collection for
31825 one containing New or Recent (new since the last time the folder was
31826 opened) messages.
31827 This behavior may be modified slightly with the
31828 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
31829 feature that causes Alpine to look for Unseen messages instead of Recent
31830 messages.
31831 Normally, when such a folder is found, Alpine will ask
31832 whether you wish to open the folder.  If this feature is set, Alpine will
31833 automatically open the folder without prompting.
31835 This feature also affects some other similar situations.
31836 If you have a
31837 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
31838 that is equal to one of the &quot;separate-&quot; values, and you are
31839 viewing a thread; then when you type the NextNew command and are at the
31840 end of the current thread you will automatically go to the next thread
31841 if this feature is set.
31842 By default, you would be asked if you want to view the next thread.
31843 You will also be asked at times whether or not you want to view the next
31844 thread after you delete the last message in the thread.
31845 Setting this feature will also cause that question to be skipped.
31848 <UL>   
31849 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31850 </UL><P>
31851 &lt;End of help on this topic&gt;
31852 </BODY>
31853 </HTML>
31854 ====== h_config_auto_include_reply =====
31855 <HTML>
31856 <HEAD>
31857 <TITLE>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></TITLE>
31858 </HEAD>
31859 <BODY>
31860 <H1>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></H1>
31862 This feature controls an aspect of Alpine's Reply command.  Normally, Alpine
31863 will ask whether you wish to include the original message in your reply.
31864 If this feature is set and the feature
31865 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
31866 is <EM>not</EM> set, then the original message will be included in the reply
31867 automatically, without prompting.
31869 &lt;End of help on this topic&gt;
31870 </BODY>
31871 </HTML>
31872 ====== h_config_select_in_bold =====
31873 <HTML>
31874 <HEAD>
31875 <TITLE>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></TITLE>
31876 </HEAD>
31877 <BODY>
31878 <H1>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></H1>
31880 This feature controls an aspect of Alpine's 
31881 <A HREF="h_config_enable_agg_ops">&quot;aggregate operation&quot;</A>
31882 commands; in
31883 particular, the Select and WhereIs commands. Select and WhereIs (with the
31884 ^X subcommand) will search the current folder for messages meeting a
31885 specified criteria, and &quot;tag&quot; the resulting messages with an 
31886 &quot;X&quot; in the
31887 first column of the applicable lines in the MESSAGE INDEX.  If this feature
31888 is set, instead of using the &quot;X&quot; to denote a selected message, 
31889 Alpine will
31890 attempt to display those index lines in boldface. Whether this is
31891 preferable to the &quot;X&quot; will depend on personal taste and the type of
31892 terminal being used.
31894 <UL>   
31895 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31896 </UL><P>
31897 &lt;End of help on this topic&gt;
31898 </BODY>
31899 </HTML>
31900 ====== h_config_alt_auth =====
31901 <HTML>
31902 <HEAD>
31903 <TITLE>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></TITLE>
31904 </HEAD>
31905 <BODY>
31906 <H1>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></H1>
31908 This feature affects how Alpine connects to IMAP servers.
31909 It's utility has largely been overtaken by events,
31910 but it may still be useful in some circumstances.
31911 If you only connect to modern IMAP servers that support
31912 &quot;TLS&quot; you can ignore this feature.
31915 Details:
31918 By default, Alpine will attempt to connect to an IMAP server on the
31919 normal IMAP service port (143), and if the server offers &quot;Transport Layer
31920 Security&quot; (TLS) and Alpine has been compiled with encryption capability,
31921 then a secure (encrypted) session will be negotiated.
31924 With this feature enabled, before connecting on the normal IMAP port, Alpine
31925 will first attempt to connect to an alternate IMAP service port (993) used
31926 specifically for encrypted IMAP sessions via the Secure Sockets Layer
31927 (SSL) method.
31928 If the SSL attempt fails, Alpine will then try the default
31929 behavior described in the previous paragraph.
31932 TLS negotiation on the normal port is preferred, and supersedes the use of
31933 SSL on port 993, but older servers may not provide TLS support.
31934 This feature may be convenient when accessing IMAP servers that do not support
31935 TLS, but do support SSL connections on port 993.
31936 However, it is important to understand that with this feature enabled,
31937 Alpine will <EM>attempt</EM> to make a secure connection if that is possible,
31938 but it will proceed to make an insecure connection if that is the only
31939 option offered by the server, or if the Alpine in question has been built
31940 without encryption capability.
31943 Note that this feature specifies a per-user (or system-wide) default
31944 behavior, but host/folder specification flags may be used to control the
31945 behavior of any specific connection.
31946 This feature interacts with some of
31947 the possible host/folder path specification flags as follows:
31950 The <SAMP>/tls</SAMP> host flag, for example,
31953 <CENTER><SAMP>{foo.example.com/tls}INBOX</SAMP></CENTER>
31955 will over-ride this feature for the specified host by bypassing the
31956 SSL connection attempt.
31957 Moreover, with <SAMP>/tls</SAMP> specified,
31958 the connection attempt will fail if the
31959 service on port 143 does not offer TLS support.
31962 The <SAMP>/ssl</SAMP> host flag, for example,
31965 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
31967 will insist on an SSL connection for the specified host,
31968 and will fail if the SSL service on port 993 is not available.
31969 Alpine will not subsequently retry a connection
31970 on port 143 if <SAMP>/ssl</SAMP> is specified.
31973 <UL>   
31974 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31975 </UL><P>
31976 &lt;End of help on this topic&gt;
31977 </BODY>
31978 </HTML>
31979 ====== h_config_file_dir ======
31980 <HTML>
31981 <HEAD>
31982 <TITLE>OPTION: File Directory</TITLE>
31983 </HEAD>
31984 <BODY>
31985 <H1>OPTION: File Directory</H1>
31987 PC-Alpine only.
31989 This value affects the Composer's &quot;^J&nbsp;Attach&quot; command, 
31990 the Attachment Index Screen's &quot;S&nbsp;Save&quot; command, and the
31991 Message Index's &quot;E&nbsp;Export&quot; command.
31994 Normally, when a filename is supplied that lacks a leading &quot;path&quot;
31995 component, Alpine assumes the file exists in the user's home directory.
31996 Under Windows operating systems, this definition isn't always clear.  This 
31997 feature allows you to explictly set where Alpine should look for files
31998 without a leading path.
32001 NOTE: this feature's value is ignored if either 
32002 <A HREF="h_config_use_current_dir"><!--#echo var="FEAT_use-current-dir"--></A> feature
32003 is set or the PINERC has a value for the &quot;<!--#echo var="VAR_operating-dir"-->&quot; variable.
32006 <UL>   
32007 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32008 </UL><P>
32009 &lt;End of help on this topic&gt;
32010 </BODY>
32011 </HTML>
32012 ====== h_config_quote_all_froms =====
32013 <HTML>
32014 <HEAD>
32015 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></TITLE>
32016 </HEAD>
32017 <BODY>
32018 <H1>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></H1>
32020 This feature controls an aspect of the Save command (and also the way
32021 outgoing messages are saved to an FCC folder).  If set, Alpine will add
32022 a leading &quot;>&quot; character in front of message lines beginning with &quot;From&quot; 
32023 when they are saved to another folder, including lines syntactically
32024 distinguishable from the type of message separator line commonly used on
32025 Unix systems.
32028 The default behavior is that a &quot;>&quot; will be prepended only to lines
32029 beginning with &quot;From &quot; that might otherwise be confused with a message
32030 separator line on Unix systems.  If pine is the only mail program you use,
32031 this default is reasonable.  If another program you use has trouble
32032 displaying a message with an unquoted &quot;From &quot; saved by Alpine, you should
32033 enable this feature.  This feature only applies to the common Unix mailbox
32034 format that uses message separator lines beginning with &quot;From &quot;.  If
32035 Alpine has been configured to use a different mailbox format (possibly
32036 incompatible with other mail programs), then this issue does not arise,
32037 and the feature is irrelevant.
32040 &lt;End of help on this topic&gt;
32041 </BODY>
32042 </HTML>
32043 ====== h_config_normal_color =====
32044 <HTML>
32045 <HEAD>
32046 <TITLE>OPTION: Normal Color</TITLE>
32047 </HEAD>
32048 <BODY>
32049 <H1>OPTION: Normal Color</H1>
32051 Sets the color Alpine normally uses.
32052 The foreground color is the color of the actual character and the
32053 background color is the color of the area behind the character.
32054 By default this color is black characters on a white background.
32056 <A HREF="h_color_setup">Descriptions of the available commands</A>
32058 Look <A HREF="h_edit_nav_cmds">here</A>
32059 to see the available Editing and Navigation commands.
32061 &lt;End of help on this topic&gt;
32062 </BODY>
32063 </HTML>
32064 ====== h_config_reverse_color =====
32065 <HTML>
32066 <HEAD>
32067 <TITLE>OPTION: Reverse Color</TITLE>
32068 </HEAD>
32069 <BODY>
32070 <H1>OPTION: Reverse Color</H1>
32072 Sets the color Alpine uses for reverse video characters.
32073 The foreground color is the color of the actual character and the
32074 background color is the color of the area behind the character.
32076 <A HREF="h_color_setup">Descriptions of the available commands</A>
32078 Look <A HREF="h_edit_nav_cmds">here</A>
32079 to see the available Editing and Navigation commands.
32081 &lt;End of help on this topic&gt;
32082 </BODY>
32083 </HTML>
32084 ====== h_config_title_color =====
32085 <HTML>
32086 <HEAD>
32087 <TITLE>OPTION: Title Color</TITLE>
32088 </HEAD>
32089 <BODY>
32090 <H1>OPTION: Title Color</H1>
32092 Sets the color Alpine uses for the titlebar (the top line on the screen).
32093 The foreground color is the color of the actual character and the
32094 background color is the color of the area behind the character.
32095 By default, the Title Color is black characters on a yellow background.
32097 The actual titlebar color may be different from the Title Color if
32098 the option
32099 <A HREF="h_config_titlebar_color_style">&quot;<!--#echo var="VAR_titlebar-color-style"-->&quot;</A>
32100 is set to some value other than the default.
32101 It may also be different if the current folder is closed and the
32102 <A HREF="h_config_titleclosed_color">Title Closed Color</A>
32103 color is set to something different from the Title Color.
32105 <A HREF="h_color_setup">Descriptions of the available commands</A>
32107 Look <A HREF="h_edit_nav_cmds">here</A>
32108 to see the available Editing and Navigation commands.
32110 &lt;End of help on this topic&gt;
32111 </BODY>
32112 </HTML>
32113 ====== h_config_titleclosed_color =====
32114 <HTML>
32115 <HEAD>
32116 <TITLE>OPTION: Title Closed Color</TITLE>
32117 </HEAD>
32118 <BODY>
32119 <H1>OPTION: Title Closed Color</H1>
32121 Sets the color Alpine uses for the titlebar (the top line on the screen)
32122 when the current folder is closed.
32123 The foreground color is the color of the actual character and the
32124 background color is the color of the area behind the character.
32125 By default, the Title Color Closed Color is white characters on a red background.
32127 By setting this color to something noticeable you will be alerted to the
32128 fact that the current folder is closed, perhaps unexpectedly.
32130 &lt;End of help on this topic&gt;
32131 </BODY>
32132 </HTML>
32133 ====== h_config_status_color =====
32134 <HTML>
32135 <HEAD>
32136 <TITLE>OPTION: Status Color</TITLE>
32137 </HEAD>
32138 <BODY>
32139 <H1>OPTION: Status Color</H1>
32141 Sets the color Alpine uses for status messages written to the message
32142 line near the bottom of the screen.
32143 The foreground color is the color of the actual character and the
32144 background color is the color of the area behind the character.
32145 By default, the Status Color is the same as the Reverse Color.
32147 <A HREF="h_color_setup">Descriptions of the available commands</A>
32149 Look <A HREF="h_edit_nav_cmds">here</A>
32150 to see the available Editing and Navigation commands.
32152 &lt;End of help on this topic&gt;
32153 </BODY>
32154 </HTML>
32155 ====== h_config_index_opening_color =====
32156 <HTML>
32157 <HEAD>
32158 <TITLE>OPTION: Index Opening Color</TITLE>
32159 </HEAD>
32160 <BODY>
32161 <H1>OPTION: Index Opening Color</H1>
32163 With some setups the text of the subject is followed
32164 by the opening text of the message if there is any room available in the index line.
32165 If you have configured your
32166 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
32167 to include one of the Subject tokens that causes this behavior
32168 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), you may set the color of
32169 this opening text with this option.
32170 This coloring takes place for all but the current index line, and the Opening
32171 Color appears to be in front of any color from an Index Color Rule.
32173 By default the Index Opening Color is gray characters on a white background.
32176 <A HREF="h_color_setup">Descriptions of the available commands</A>
32178 Look <A HREF="h_edit_nav_cmds">here</A>
32179 to see the available Editing and Navigation commands.
32181 &lt;End of help on this topic&gt;
32182 </BODY>
32183 </HTML>
32184 ====== h_config_index_pri_color =====
32185 <HTML>
32186 <HEAD>
32187 <TITLE>OPTION: Index Priority Symbol Colors</TITLE>
32188 </HEAD>
32189 <BODY>
32190 <H1>OPTION: Index Priority Symbol Colors</H1>
32192 The X-Priority header is a non-standard header that is used in a
32193 somewhat standard way by many mail programs.
32194 Alpine expects the value of this header to be a digit with a value
32195 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
32196 Alpine can be made to display an indication of this priority in
32197 messages by use of one of the tokens
32198 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
32199 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
32200 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
32203 You may set the color used to draw these tokens by use of the colors
32204 Index High Priority Symbol Color and Index Low Priority Symbol Color.
32205 This coloring takes place for all but the current index line, and the Priority
32206 Color appears to be in front of any color from an Index Color Rule.
32207 If the priority has a value of 1 or 2 the High Priority color will be
32208 used,
32209 and if the value is 4 or 5 the Low Priority color will be used.
32211 If you don't set these colors the index line will be colored in the same color as
32212 the bulk of the index line.
32215 <A HREF="h_color_setup">Descriptions of the available commands</A>
32217 Look <A HREF="h_edit_nav_cmds">here</A>
32218 to see the available Editing and Navigation commands.
32220 &lt;End of help on this topic&gt;
32221 </BODY>
32222 </HTML>
32223 ====== h_config_index_subject_color =====
32224 <HTML>
32225 <HEAD>
32226 <TITLE>OPTION: Index Subject Color</TITLE>
32227 </HEAD>
32228 <BODY>
32229 <H1>OPTION: Index Subject Color</H1>
32231 You may set the color used to draw the Subject part of the index line.
32232 This coloring takes place for all but the current index line, and the Subject
32233 Color appears to be in front of any color from an Index Color Rule.
32235 If you don't set this color it will be colored in the same color as
32236 the bulk of the index line.
32239 <A HREF="h_color_setup">Descriptions of the available commands</A>
32241 Look <A HREF="h_edit_nav_cmds">here</A>
32242 to see the available Editing and Navigation commands.
32244 &lt;End of help on this topic&gt;
32245 </BODY>
32246 </HTML>
32247 ====== h_config_index_from_color =====
32248 <HTML>
32249 <HEAD>
32250 <TITLE>OPTION: Index From Color</TITLE>
32251 </HEAD>
32252 <BODY>
32253 <H1>OPTION: Index From Color</H1>
32255 You may set the color used to draw the From part of the index line.
32256 This coloring takes place for all but the current index line, and the From
32257 Color appears to be in front of any color from an Index Color Rule.
32259 If you don't set this color it will be colored in the same color as
32260 the bulk of the index line.
32263 <A HREF="h_color_setup">Descriptions of the available commands</A>
32265 Look <A HREF="h_edit_nav_cmds">here</A>
32266 to see the available Editing and Navigation commands.
32268 &lt;End of help on this topic&gt;
32269 </BODY>
32270 </HTML>
32271 ====== h_config_index_arrow_color =====
32272 <HTML>
32273 <HEAD>
32274 <TITLE>OPTION: Index Arrow Color</TITLE>
32275 </HEAD>
32276 <BODY>
32277 <H1>OPTION: Index Arrow Color</H1>
32279 If you have configured your
32280 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
32281 to include the &quot;ARROW&quot; token, you may set the color of
32282 the arrow displayed with this option.
32283 If you don't set the color it will be colored in the same color as
32284 the bulk of the index line.
32287 <A HREF="h_color_setup">Descriptions of the available commands</A>
32289 Look <A HREF="h_edit_nav_cmds">here</A>
32290 to see the available Editing and Navigation commands.
32292 &lt;End of help on this topic&gt;
32293 </BODY>
32294 </HTML>
32295 ====== h_config_index_color =====
32296 <HTML>
32297 <HEAD>
32298 <TITLE>OPTION: Index Colors</TITLE>
32299 </HEAD>
32300 <BODY>
32301 <H1>OPTION: Index Colors</H1>
32303 You may add color to the single character symbols that give the status
32304 of each message in the MESSAGE INDEX.
32305 By default the characters &quot;+&quot;, &quot;*&quot;, &quot;D&quot;,
32306 &quot;A&quot;, and &quot;N&quot; show up near the left hand side of the
32307 screen depending on whether the message is addressed to you, and whether
32308 the message is marked Important, is Deleted, is Answered, or is New.
32309 The color for each of those characters may be specified by setting the
32310 &quot;Index-to-me&quot; Symbol Color,
32311 the &quot;Index-important&quot; Symbol Color,
32312 the &quot;Index-deleted&quot; Symbol Color,
32313 the &quot;Index-answered&quot; Symbol Color,
32314 and the &quot;Index-new&quot; Symbol Color.
32315 There are also two other symbol colors called &quot;Index-recent&quot;
32316 and &quot;Index-unseen&quot;.
32317 These two colors will only be used if you have configured your
32318 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
32319 to include the &quot;IMAPSTATUS&quot; or &quot;SHORTIMAPSTATUS&quot; token.
32321 The default colors for these symbols are:
32322 <TABLE>
32323 <TR> <TD> &nbsp;&nbsp;Index-to-me&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> black on cyan </TD> </TR>
32324 <TR> <TD> &nbsp;&nbsp;Index-important </TD> <TD> white on bright red </TD> </TR>
32325 <TR> <TD> &nbsp;&nbsp;Index-deleted&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
32326 <TR> <TD> &nbsp;&nbsp;Index-answered&nbsp; </TD> <TD> bright red on yellow </TD> </TR>
32327 <TR> <TD> &nbsp;&nbsp;Index-new&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> white on magenta </TD> </TR>
32328 <TR> <TD> &nbsp;&nbsp;Index-recent&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
32329 <TR> <TD> &nbsp;&nbsp;Index-unseen&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
32330 </TABLE>
32332 Besides coloring the message status symbols, you may also color the
32333 entire index line.
32334 This is done by using the
32335 <A HREF="h_rules_incols">SETUP INDEX LINE COLORS</A> screen, which you
32336 may get to with the commands <EM>S</EM>etup/<EM>R</EM>ules/<EM>I</EM>ndexcolor.
32337 When the entire line is colored that color will be &quot;behind&quot; the
32338 status symbol colors talked about in the paragraph above.
32340 You may also color
32341 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
32342 in the index using the
32343 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>);
32344 the <A HREF="h_config_index_arrow_color">ARROW</A> cursor;
32345 the Subject using
32346 <A HREF="h_config_index_subject_color">Index Subject Color</A>;
32347 the From field using
32348 <A HREF="h_config_index_from_color">Index From Color</A>;
32349 and the
32350 <A HREF="h_config_index_opening_color">Index Opening</A> text.
32352 <A HREF="h_color_setup">Descriptions of the available commands</A>
32354 Look <A HREF="h_edit_nav_cmds">here</A>
32355 to see the available Editing and Navigation commands.
32357 &lt;End of help on this topic&gt;
32358 </BODY>
32359 </HTML>
32360 ====== h_config_metamsg_color =====
32361 <HTML>
32362 <HEAD>
32363 <TITLE>OPTION: Meta-Message Color</TITLE>
32364 </HEAD>
32365 <BODY>
32366 <H1>OPTION: Meta-Message Color</H1>
32368 Sets the color Alpine uses in the MESSAGE TEXT screen for messages to you
32369 that aren't part of the message itself.
32370 For example, an attachment that isn't shown might produce a meta
32371 message something like:
32373 <CENTER><SAMP> [ Part 2, &quot;comment&quot; Text/PLAIN (Name: &quot;file&quot;) ]</SAMP></CENTER>
32375 If you set the
32376 <A HREF="h_config_quote_suppression"><!--#echo var="VAR_quote-suppression-threshold"--></A>
32377 option you might see
32379 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
32381 Warnings about suspicious looking URLs in HTML will also be colored
32382 with this color.
32384 The foreground color is the color of the actual character and the
32385 background color is the color of the area behind the character.
32386 By default, the Meta-Message Color is black characters on a yellow background.
32388 <A HREF="h_color_setup">Descriptions of the available commands</A>
32390 Look <A HREF="h_edit_nav_cmds">here</A>
32391 to see the available Editing and Navigation commands.
32393 &lt;End of help on this topic&gt;
32394 </BODY>
32395 </HTML>
32396 ====== h_config_keylabel_color =====
32397 <HTML>
32398 <HEAD>
32399 <TITLE>OPTION: KeyLabel Color</TITLE>
32400 </HEAD>
32401 <BODY>
32402 <H1>OPTION: KeyLabel Color</H1>
32404 Sets the color Alpine uses for the labels of the keys in the two-line
32405 menu at the bottom of the screen.
32406 For example, some of the screens have a &quot;P PrevMsg&quot; command.
32407 This option sets the color used when displaying &quot;PrevMsg&quot;.
32408 The foreground color is the color of the actual character and the
32409 background color is the color of the area behind the character.
32410 By default, the KeyLabel Color is the same as the Normal Color.
32412 WARNING: Some terminal emulators have the property that the screen will scroll
32413 down one line whenever a character is written to the character cell in the
32414 lower right corner of the screen.
32415 Alpine can usually avoid writing a character in that corner of the screen.
32416 However, if you have defined a KeyLabel Color then Alpine does have to write
32417 a character in that cell in order to color the cell correctly.
32418 If you find that your display sometimes scrolls up a line this could be
32419 the problem.
32420 The most obvious symptom is probably that the titlebar at the top of the
32421 screen scrolls off the screen.
32422 Try setting KeyLabel Color to Default to see if that fixes the problem.
32424 <A HREF="h_color_setup">Descriptions of the available commands</A>
32426 Look <A HREF="h_edit_nav_cmds">here</A>
32427 to see the available Editing and Navigation commands.
32429 &lt;End of help on this topic&gt;
32430 </BODY>
32431 </HTML>
32432 ====== h_config_keyname_color =====
32433 <HTML>
32434 <HEAD>
32435 <TITLE>OPTION: KeyName Color</TITLE>
32436 </HEAD>
32437 <BODY>
32438 <H1>OPTION: KeyName Color</H1>
32440 Sets the color Alpine uses for the names of the keys in the two-line
32441 menu at the bottom of the screen.
32442 For example, some of the screens have a &quot;P PrevMsg&quot; command.
32443 This option sets the color used when displaying the &quot;P&quot;.
32444 The foreground color is the color of the actual character and the
32445 background color is the color of the area behind the character.
32446 By default, the KeyName Color is the same as the Reverse Color.
32448 <A HREF="h_color_setup">Descriptions of the available commands</A>
32450 Look <A HREF="h_edit_nav_cmds">here</A>
32451 to see the available Editing and Navigation commands.
32453 &lt;End of help on this topic&gt;
32454 </BODY>
32455 </HTML>
32456 ====== h_config_slctbl_color =====
32457 <HTML>
32458 <HEAD>
32459 <TITLE>OPTION: Selectable Item Color</TITLE>
32460 </HEAD>
32461 <BODY>
32462 <H1>OPTION: Selectable Item Color</H1>
32464 Sets the color Alpine uses for selectable items, such as URLs.
32465 The foreground color is the color of the actual character and the
32466 background color is the color of the area behind the character.
32467 By default, the Selectable Item Color is the same as the Normal Color,
32468 except that it is bold.
32470 <A HREF="h_color_setup">Descriptions of the available commands</A>
32472 Look <A HREF="h_edit_nav_cmds">here</A>
32473 to see the available Editing and Navigation commands.
32475 &lt;End of help on this topic&gt;
32476 </BODY>
32477 </HTML>
32478 ====== h_config_quote_color =====
32479 <HTML>
32480 <HEAD>
32481 <TITLE>OPTION: Quote Colors</TITLE>
32482 </HEAD>
32483 <BODY>
32484 <H1>OPTION: Quote Colors</H1>
32486 Sets the colors Alpine uses for coloring quoted text in the MESSAGE TEXT
32487 screen.
32488 If a line begins with a &gt; character (or space followed by &gt;)
32489 it is considered a quote.
32490 That line will be given the Quote1 Color (first level quote).
32491 If there is a second level of quoting then the Quote2 Color will be used.
32492 Alpine considers there to be a second level of quoting if that first &gt; is
32493 followed by another &gt; (or space followed by &gt;).
32494 If there are characters other than whitespace and &gt; signs, then it isn't
32495 considered another level of quoting.
32496 Similarly, if there is a third level of quoting the Quote3 Color will be
32497 used.
32498 If there are more levels after that the Quote Colors are re-used.
32499 If you define all three colors then it would repeat like Color1, Color2, Color3,
32500 Color1, Color2, Color3, ...
32501 If you only define the first two it would be
32502 Color1, Color2, Color1, Color2, ...
32503 If you define only the Quote1 Color, then the entire quote would be that
32504 color regardless of the quoting levels.
32505 By default, the Quote1 Color is black characters on a greenish-blue background;
32506 the Quote2 Color is black characters on a dull yellow background; and
32507 the Quote3 Color is black characters on a green background.
32509 <A HREF="h_color_setup">Descriptions of the available commands</A>
32511 Look <A HREF="h_edit_nav_cmds">here</A>
32512 to see the available Editing and Navigation commands.
32514 &lt;End of help on this topic&gt;
32515 </BODY>
32516 </HTML>
32517 ====== h_config_folder_color =====
32518 <HTML>
32519 <HEAD>
32520 <TITLE>OPTION: Folder Color</TITLE>
32521 </HEAD>
32522 <BODY>
32523 <H1>OPTION: Folder Color</H1>
32525 Sets the colors Alpine uses for coloring a folder in the FOLDER LIST
32526 screen. By default, the Folder Color is the normal text color.
32529 If you set a color for this feature, other than the normal color
32530 (the default), or a color for
32531 <A HREF="h_config_directory_color">Directory Color</A>, then directories
32532 will be colored according to the color specified in the
32533 <A HREF="h_config_directory_color">Directory Color</A> option. In this
32534 case, the color will be the only indication that the colored name
32535 refers to a directory. The normal behavior is that Alpine
32536 indicates that a name refers to a directory by appending a
32537 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
32538 the folder.
32541 If a folder is a directory, then the folder name will be painted
32542 according to the color defined by this variable, and a separator
32543 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added 
32544 to the name. That
32545 indicator will be painted according to the color defined in the
32546 <A HREF="h_config_directory_color">Directory Color</A> option.
32549 &lt;End of help on this topic&gt;
32550 </BODY>
32551 </HTML>
32552 ====== h_config_directory_color =====
32553 <HTML>
32554 <HEAD>
32555 <TITLE>OPTION: Directory Color</TITLE>
32556 </HEAD>
32557 <BODY>
32558 <H1>OPTION: Directory Color</H1>
32560 Sets the colors Alpine uses for coloring a directory in the FOLDER LIST
32561 screen. By default, the Folder Color is the normal text color.
32563 If you set a color for this feature, other than the normal color
32564 (the default), or a color for
32565 <A HREF="h_config_folder_color">Folder Color</A>, then folders
32566 will be colored according to the color specified in the
32567 <A HREF="h_config_folder_color">Folder Color</A> option. In this
32568 case, the color will be the only indication that the colored name
32569 refers to a directory. The normal behavior is that Alpine
32570 indicates that a name refers to a directory by appending a
32571 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
32572 the folder.
32574 If a folder is a directory, then the folder name will be painted
32575 according to the color defined by the option
32576 <A HREF="h_config_folder_color">Folder Color</A>, and the separator
32577 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added
32578 after the name. That
32579 indicator will be painted according to the color defined in this
32580 option.
32582 &lt;End of help on this topic&gt;
32583 </BODY>
32584 </HTML>
32585 ====== h_config_folder_list_color =====
32586 <HTML>
32587 <HEAD>
32588 <TITLE>OPTION: Folder-List Color</TITLE>
32589 </HEAD>
32590 <BODY>
32591 <H1>OPTION: Folder-List Color</H1>
32593 Sets the colors Alpine uses for coloring normal text in the FOLDER LIST
32594 screen. By default, the Folder-List Color is the normal text color.
32596 This text refers to the informative text that Alpine displays so you
32597 can recognize each collection. The color of the content of each collection
32598 is determined by the options <A HREF="h_config_folder_color">Folder Color</A>
32599 and <A HREF="h_config_directory_color">Directory Color</A>.
32601 Unlike the options
32602 <A HREF="h_config_folder_color">Folder Color</A>
32603 and <A HREF="h_config_directory_color">Directory Color</A>, configuring
32604 this option does not affect the way that Alpine reports folders,
32605 directories and folders that are directories.
32607 &lt;End of help on this topic&gt;
32608 </BODY>
32609 </HTML>
32610 ====== h_config_incunseen_color =====
32611 <HTML>
32612 <HEAD>
32613 <TITLE>OPTION: Incoming Unseen Color</TITLE>
32614 </HEAD>
32615 <BODY>
32616 <H1>OPTION: Incoming Unseen Color</H1>
32618 If the option
32619 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
32620 is turned on it is possible to highlight the folders that contain
32621 unseen messages by coloring them with this color.
32622 By default, this is the same as the Normal Color and no highlighting is done.
32624 Usually the &quot;current&quot; folder (the folder the cursor is on)
32625 is highlighted using reverse video.
32626 If the current folder is colored because it contains unseen messages then
32627 the color used to show that it is also the current folder is controlled
32628 by the
32629 <A HREF="h_config_index_color_style"><!--#echo var="VAR_current-indexline-style"--></A>
32630 feature at the top of the SETUP COLOR screen.
32632 <A HREF="h_color_setup">Descriptions of the available commands</A>
32634 Look <A HREF="h_edit_nav_cmds">here</A>
32635 to see the available Editing and Navigation commands.
32637 &lt;End of help on this topic&gt;
32638 </BODY>
32639 </HTML>
32640 ====== h_config_signature_color =====
32641 <HTML>
32642 <HEAD>
32643 <TITLE>OPTION: Signature Color</TITLE>
32644 </HEAD>
32645 <BODY>
32646 <H1>OPTION: Signature Color</H1>
32648 Sets the color Alpine uses for coloring the signature in the MESSAGE TEXT
32649 screen. According to USENET conventions, the signature is defined as the
32650 paragraph following the &quot;sigdashes&quot;, that is, the special line
32651 consisting of the three characters
32652 &quot;--&nbsp;&quot; (i.e., dash, dash, and space). Alpine allows for one
32653 empty line right after the sigdashes to be considered as part of the
32654 signature.
32655 By default, the Signature Color is blue characters on a white background.
32657 <A HREF="h_color_setup">Descriptions of the available commands</A>
32659 Look <A HREF="h_edit_nav_cmds">here</A>
32660 to see the available Editing and Navigation commands.
32662 &lt;End of help on this topic&gt;
32663 </BODY>
32664 </HTML>
32665 ====== h_config_prompt_color =====
32666 <HTML>
32667 <HEAD>
32668 <TITLE>OPTION: Prompt Color</TITLE>
32669 </HEAD>
32670 <BODY>
32671 <H1>OPTION: Prompt Color</H1>
32673 Sets the color Alpine uses for confirmation prompts and questions that
32674 appear in the status line near the bottom of the screen.
32675 The foreground color is the color of the actual character and the
32676 background color is the color of the area behind the character.
32677 By default, the Prompt Color is the same as the Reverse Color.
32679 <A HREF="h_color_setup">Descriptions of the available commands</A>
32681 Look <A HREF="h_edit_nav_cmds">here</A>
32682 to see the available Editing and Navigation commands.
32684 &lt;End of help on this topic&gt;
32685 </BODY>
32686 </HTML>
32687 ====== h_config_header_general_color =====
32688 <HTML>
32689 <HEAD>
32690 <TITLE>OPTION: Header General Color</TITLE>
32691 </HEAD>
32692 <BODY>
32693 <H1>OPTION: Header General Color</H1>
32695 Sets the color Alpine uses for the headers of a message in the MESSAGE TEXT
32696 screen.
32697 The foreground color is the color of the actual character and the
32698 background color is the color of the area behind the character.
32699 By default, this is the same as the Normal Color.
32701 It is also possible to set the colors for specific header fields, for
32702 example the Subject, using
32703 <A HREF="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></A>.
32704 If both a Header General Color and a specific Viewer Header Color are set
32705 the specific color will override the general color, as you would expect.
32707 <A HREF="h_color_setup">Descriptions of the available commands</A>
32709 Look <A HREF="h_edit_nav_cmds">here</A>
32710 to see the available Editing and Navigation commands.
32712 &lt;End of help on this topic&gt;
32713 </BODY>
32714 </HTML>
32715 ====== h_config_incol =====
32716 <HTML>
32717 <HEAD>
32718 <TITLE>Index Line Color</TITLE>
32719 </HEAD>
32720 <BODY>
32721 <H1>Index Line Color</H1>
32723 This option is used to set the color of a line in the index when the
32724 message for that line matches the Pattern.
32725 This colors the whole index line, except possibly the status letters,
32726 which may be colored separately using the
32727 <A HREF="h_color_setup">Setup Kolor</A> screen.
32728 The foreground color is the color of the actual characters and the
32729 background color is the color of the area behind the characters.
32731 <A HREF="h_color_setup">Descriptions of the available commands</A>
32733 Look <A HREF="h_edit_nav_cmds">here</A>
32734 to see the available Editing and Navigation commands.
32736 &lt;End of help on this topic&gt;
32737 </BODY>
32738 </HTML>
32739 ====== h_config_usetransparent_color =====
32740 <HTML>
32741 <HEAD>
32742 <TITLE>OPTION: Use Transparent Color</TITLE>
32743 </HEAD>
32744 <BODY>
32745 <H1>OPTION: Use Transparent Color</H1>
32747 This is a special color supported by some terminal emulators.
32748 It is intended to result in the default foreground or background color
32749 from the terminal emulator.
32750 This is the color the terminal was displaying characters in before you started Alpine.
32751 The reason it is called Transparent is because you could set the foreground color
32752 to some specific color, like Red, and then set the background color to the
32753 Transparent Color. If it works as expected, the background color from the terminal
32754 window in which Alpine is running will show through but with the Red characters
32755 in the foreground.
32757 <A HREF="h_color_setup">Descriptions of the available commands</A>
32759 Look <A HREF="h_edit_nav_cmds">here</A>
32760 to see the available Editing and Navigation commands.
32762 &lt;End of help on this topic&gt;
32763 </BODY>
32764 </HTML>
32765 ====== h_config_usenormal_color =====
32766 <HTML>
32767 <HEAD>
32768 <TITLE>OPTION: Use Normal Color</TITLE>
32769 </HEAD>
32770 <BODY>
32771 <H1>OPTION: Use Normal Color</H1>
32773 When you use this color value, the actual color used will be the same
32774 as the corresponding Normal Color.
32775 For example if your Normal Color is black on white and you set both
32776 the foreground and background colors here to use the Normal Color, you'll
32777 get black on white. If you later change the Normal Color to red on blue
32778 this color will also change to red on blue.
32780 <A HREF="h_color_setup">Descriptions of the available commands</A>
32782 Look <A HREF="h_edit_nav_cmds">here</A>
32783 to see the available Editing and Navigation commands.
32785 &lt;End of help on this topic&gt;
32786 </BODY>
32787 </HTML>
32788 ====== h_config_usenone_color =====
32789 <HTML>
32790 <HEAD>
32791 <TITLE>OPTION: Use None Color</TITLE>
32792 </HEAD>
32793 <BODY>
32794 <H1>OPTION: Use None Color</H1>
32796 This is a special color that simply means to leave the color alone.
32797 It is useful for Index symbols and for Keyword Colors used in the Subject
32798 field of an index line.
32799 The most likely use is to set an explicit foreground color and then set
32800 the background color to the None Color.
32801 That will cause the symbol or keyword to be drawn in the foreground color
32802 with a background equal to whatever color the rest of the index line is already
32803 drawn in.
32804 You will see no visible effect unless you have assigned Indexcolor Rules to
32805 color index lines or you have set an actual color for the Reverse Color.
32807 <A HREF="h_color_setup">Descriptions of the available commands</A>
32809 Look <A HREF="h_edit_nav_cmds">here</A>
32810 to see the available Editing and Navigation commands.
32812 &lt;End of help on this topic&gt;
32813 </BODY>
32814 </HTML>
32815 ====== h_config_dflt_color =====
32816 <HTML>
32817 <HEAD>
32818 <TITLE>OPTION: Default Color</TITLE>
32819 </HEAD>
32820 <BODY>
32821 <H1>OPTION: Default Color</H1>
32823 Setting default will cause the color to be the default color.
32824 Unsetting default is normally done by choosing a color, but in some cases
32825 you may want to declare the current default color to be your non-default
32826 choice.
32827 For example, the default Keyname Color is the same as the Reverse Color.
32828 Whenever the Reverse Color changes the Keyname Color will also change, unless
32829 you've changed it or unset the default box.
32831 <A HREF="h_color_setup">Descriptions of the available commands</A>
32833 Look <A HREF="h_edit_nav_cmds">here</A>
32834 to see the available Editing and Navigation commands.
32836 &lt;End of help on this topic&gt;
32837 </BODY>
32838 </HTML>
32839 ====== h_config_bold_slctbl =====
32840 <HTML>
32841 <HEAD>
32842 <TITLE>OPTION: Bold</TITLE>
32843 </HEAD>
32844 <BODY>
32845 <H1>OPTION: Bold</H1>
32847 The color for this particular section may have the Bold attribute turned
32848 on or off.
32849 Setting bold will cause the characters to be bold.
32851 <A HREF="h_color_setup">Descriptions of the available commands</A>
32853 Look <A HREF="h_edit_nav_cmds">here</A>
32854 to see the available Editing and Navigation commands.
32856 &lt;End of help on this topic&gt;
32857 </BODY>
32858 </HTML>
32859 ====== h_config_kw_color =====
32860 <HTML>
32861 <HEAD>
32862 <TITLE>OPTION: Keyword Colors</TITLE>
32863 </HEAD>
32864 <BODY>
32865 <H1>OPTION: Keyword Colors</H1>
32867 Sets the colors Alpine uses for Keyword fields in the MESSAGE INDEX screen.
32868 Keywords are displayed as part of the Subject by default.
32869 They are also displayed as part of the Subject if the tokens
32870 &quot;SUBJKEY&quot;, &quot;SUBJKEYTEXT&quot;, &quot;SUBJKEYINIT&quot;, or &quot;SUBJKEYINITTEXT&quot; are used in the
32871 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
32872 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
32873 screen by using the &quot;KEY&quot; or &quot;KEYINIT&quot; tokens.
32875 For example, you might have set up a Keyword
32876 &quot;Work&quot; using the
32877 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
32878 You could cause that Keyword to show up as a special color
32879 by setting up the Keyword Color using this option, and then including it
32880 in the MESSAGE INDEX screen using one of the tokens listed above in the
32881 <!--#echo var="VAR_index-format"-->.
32883 <A HREF="h_color_setup">Descriptions of the available commands</A>
32885 Look <A HREF="h_edit_nav_cmds">here</A>
32886 to see the available Editing and Navigation commands.
32888 &lt;End of help on this topic&gt;
32889 </BODY>
32890 </HTML>
32891 ====== h_config_customhdr_color =====
32892 <HTML>
32893 <HEAD>
32894 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></TITLE>
32895 </HEAD>
32896 <BODY>
32897 <H1>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></H1>
32899 Sets the colors Alpine uses for specific header fields in the MESSAGE TEXT screen.
32900 For example, you may set the color of the Subject header or the From header.
32901 The foreground color is the color of the actual character and the
32902 background color is the color of the area behind the character.
32904 In addition to setting the colors for particular headers (like the Subject)
32905 you may also set a color to be used for all headers unless overridden by a
32906 more specific Viewer Header Color.
32907 To do this use the
32908 <A HREF="h_config_header_general_color">Header General Color</A>.
32910 For Header Colors,
32911 there is an additional line on the
32912 screen labeled &quot;Pattern to match&quot;.
32913 If you leave that blank, then the whole field for that header will
32914 be colored.
32915 However, if you give a pattern to match, the coloring will only take place
32916 if there is a match for that pattern in the value of the field.
32917 For example, if you are working on a color for the Subject header and
32918 you fill in a pattern of &quot;important&quot;, then only Subjects that
32919 contain the word &quot;important&quot; will be colored.
32921 If the pattern you enter is a comma-separated list of patterns, then coloring
32922 happens if any of those patterns matches.
32924 <A HREF="h_color_setup">Descriptions of the available commands</A>
32926 Look <A HREF="h_edit_nav_cmds">here</A>
32927 to see the available Editing and Navigation commands.
32929 &lt;End of help on this topic&gt;
32930 </BODY>
32931 </HTML>
32932 ====== h_config_indextoken_color =====
32933 <HTML>
32934 <HEAD>
32935 <TITLE>OPTION: <!--#echo var="VAR_index-token-colors"--></TITLE>
32936 </HEAD>
32937 <BODY>
32938 <H1>OPTION: <!--#echo var="VAR_index-token-colors"--></H1>
32940 This option allows you to set up the color in which any token, not specified by the
32941 previous options, will be colored in the MESSAGE INDEX screen. 
32943 In order to use this option, you must press the &quot;I&quot; <B>IndxHdr</B> command, and add
32944 a token that can be used in the index format. 
32945 The list of available tokens is <A HREF="h_index_tokens">here</A>.
32947 If you fail to enter a valid token your entry will be ignored, and you will be asked to
32948 enter a new one. Once you have entered a valid token, a line will be added to the
32949 configuration screen that you can use to set up the colors in which that token will
32950 be painted. This is done in the same way that you configure colors for other
32951 variables.
32953 <A HREF="h_color_setup">Descriptions of the available commands</A>
32955 Look <A HREF="h_edit_nav_cmds">here</A>
32956 to see the available Editing and Navigation commands.
32958 &lt;End of help on this topic&gt;
32959 </BODY>
32960 </HTML>
32961 ====== h_config_customhdr_pattern =====
32962 <HTML>
32963 <HEAD>
32964 <TITLE>OPTION: Viewer Header Color Pattern</TITLE>
32965 </HEAD>
32966 <BODY>
32967 <H1>OPTION: Viewer Header Color Pattern</H1>
32969 If you leave this blank, then the whole field for the header will
32970 be colored.
32971 If you give a pattern to match, the coloring will only take place
32972 if there is a match for that pattern in the value of the field.
32973 For example, if you are working on a color for the Subject header and
32974 you fill in a pattern of &quot;important&quot;, then only Subjects that
32975 contain the word &quot;important&quot; will be colored.
32977 For address headers (like From and To) and for the Newsgroups header,
32978 a pattern match will cause only the matched addresses or newsgroups to be
32979 colored.
32980 If there is no pattern to match, then all of the addresses or newsgroups
32981 in the relevant header will be colored.
32983 The matching pattern may be a comma-separated list of patterns to match
32984 instead of a single pattern.
32985 For example, you could use the pattern &quot;important,urgent&quot; which would
32986 cause a match if either the word &quot;important&quot; or the word
32987 &quot;urgent&quot; appeared in the value of the header.
32988 You could list several comma-separated email addresses in the Header
32989 From Color pattern so that those addresses will be colored when any of
32990 them appear in the From header.
32992 To add a new matching pattern or change the existing pattern use the 
32993 <!--chtml if pinemode="function_key"-->
32994 &quot;F4&quot;
32995 <!--chtml else-->
32996 &quot;C&quot;
32997 <!--chtml endif-->
32998 &quot;Change&quot; command that is available when the &quot;Pattern to
32999 match&quot; line is highlighted.
33001 <!--chtml if pinemode="function_key"-->
33002 &quot;F10&quot;
33003 <!--chtml else-->
33004 &quot;D&quot;
33005 <!--chtml endif-->
33006 &quot;Delete&quot; command may be used to quickly remove all patterns
33007 for a particular header.
33009 &lt;End of help on this topic&gt;
33010 </BODY>
33011 </HTML>
33012 ====== h_color_setup =====
33013 <HTML>
33014 <HEAD>
33015 <TITLE>SETUP COLOR COMMANDS</TITLE>
33016 </HEAD>
33017 <BODY>
33018 <H1>SETUP COLOR COMMANDS</H1>
33019 <!--chtml if pinemode="function_key"-->
33020 <PRE>
33021 Available Commands -- Group 1
33022 -------------------------------
33023 F1  Display this help text
33024 F2  Show other available commands
33025 F3  Exit to MAIN MENU
33026 F4  Select the highlighted foreground or background color
33027 F5  Move to previous line
33028 F6  Move to next line
33029 F7  Previous page
33030 F8  Next page
33031 F9  Add a config section for a header field
33032 F10 Restore all default colors (for all sections)
33033 F11 Print color configuration screen
33034 F12 Whereis (search for word)
33036 Available Commands -- Group 2
33037 -------------------------------
33038 F1  Display this help text
33039 F2  Show other available commands
33040 F5  Delete config section for highlighted header field
33041 F6  Shuffle the order of Header Color sections
33042 </PRE>
33043 <!--chtml else-->
33044 <PRE>
33045 General commands
33046 -------------------------------------------------
33047  ?  Display this help text     E  Exit back to MAIN MENU
33048  P  Previous Line              N  Next Line
33049  -  Previous page             Spc (space bar) Next page
33050  W  WhereIs (search for word)  %  Print color configuration screen
33052 Color Setup Commands
33053 ------------------------------------------------
33054  *  Select the highlighted foreground or background color
33055  A  Add a config section for a header field
33056  D  Delete config section for highlighted header field
33057  R  Restore all default colors (for all sections)
33058  $  Shuffle the order of Header Color sections
33059 </PRE>
33060 <!--chtml endif-->
33062 <H2>Description of the Setup Color Screen</H2>
33064 From this screen you may turn on color and set the colors of
33065 various parts of the Alpine display.
33066 For help on turning on color move your cursor into the Color Style section
33067 at the top of the Setup Color screen and ask for help.
33070 There are several sections in the Setup Color Screen.
33071 At the top are some settings that handle the style of color used
33072 with your terminal emulator (UNIX only), and some settings that
33073 control how the current indexline and the titlebar are colored.
33074 After that comes a long section called GENERAL COLORS that allows
33075 you to set the color of many elements in the Alpine screens.
33076 For example, the color of the titlebar, status messages,
33077 selectable links, quotes and signatures in messages, and so on.
33078 After that is a section called INDEX COLORS that allows you to
33079 set the colors of various pieces of the displayed index lines in
33080 the MESSAGE INDEX screen.
33081 The next section is HEADER COLORS. This is for coloring headers of
33082 messages in the MESSAGE TEXT screen in just about any way you would like.
33083 Finally, the KEYWORD COLORS section allows you to highlight
33084 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
33085 in the MESSAGE INDEX screen.
33088 To change a color, highlight the color you want to change (for example,
33089 the Status Color) by moving
33090 the cursor into it.
33091 You may want to read the help text for the color to see a brief desription
33092 of what you are coloring.
33093 Then press &quot;C&quot; for Change to set the color to something new.
33094 That will put you into a screen with two columns of colors, one for
33095 the foreground color and one for the background color.
33096 The foreground color is just the color you want the actual characters
33097 to be and the background color is the color of the rest of the rectangle
33098 behind the characters.
33099 Select the foreground and background colors desired by using the Next and
33100 Prev keys to highlight the color, and the * command to select it.
33102 To set a color to its default value, set the X in the Default line at
33103 the bottom of the list of colors.
33106 The HEADER COLORS section is a little bit different from the others.
33107 Besides coloring the specific fields that Alpine knows about, you may also
33108 color specific header fields when viewing a message in the MESSAGE TEXT
33109 screen.
33110 For example, you may color the Subject header a particular color.
33111 There are a few commands for use with headers.
33112 The &quot;AddHeader&quot; command adds a section to the color
33113 configuration screen that allows you to set the color for that header.
33114 You'll be asked for the name of the header field you want to color.
33115 If you wanted to color the Subject, you would answer
33116 with the word &quot;subject&quot;.
33117 Once you've added a header field, the color setting works just like the
33118 other color fields, except that there is an additional line on the
33119 configuration screen labeled &quot;Pattern to match&quot;.
33120 If you leave that blank, then the whole field for that header will always
33121 be colored.
33122 However, if you give a pattern to match, the coloring will only take place
33123 if there is a match for that pattern in the value of the field.
33124 For example, if you are working on a color for the Subject header and
33125 you fill in a pattern of &quot;important&quot;, then only Subjects that
33126 contain the word &quot;important&quot; will be colored.
33128 The &quot;DeleteHdr&quot; command removes a header section from the
33129 configuration altogether.
33130 The &quot;Shuffle&quot; command changes the order of header sections.
33131 This is only necessary if you use header sections with pattern fields.
33132 For example, if you have two Subject sections, one with one pattern and
33133 another with another pattern, and the subject for a particular message
33134 happens to match both, then the color from the first match is used.
33137 The command &quot;RestoreDefs&quot; will restore all of the default colors.
33138 Each section will change to the default value used for that section when
33139 color is first enabled.
33140 When you restore all default colors the color settings for the Header Colors
33141 will be unset (since that's the default), but the header fields you've
33142 added will remain so that you may easily reset them.
33143 In order to get rid of them completely you'd have to use
33144 the &quot;DeleteHdr&quot; command.
33147 Remember that <A HREF="h_rules_incols">Index Line Colors</A>
33148 may be set with matching rules and that is configured separately from
33149 the rest of the color settings described here.
33150 It is configured in the Setup/Rules/Indexcolors section of the configuration screen
33151 instead of in the Setup/Kolor section.
33153 <P><UL>
33154 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33155 </UL><P>
33156 &lt;End of help on this topic&gt;
33157 </BODY>
33158 </HTML>
33159 ====== h_config_news_uses_recent ======
33160 <HTML>
33161 <HEAD>
33162 <TITLE>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></TITLE>
33163 </HEAD>
33164 <BODY>
33165 <H1>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></H1>
33167 This feature causes certain messages to be marked as "New" in the
33168 MESSAGE INDEX of newsgroups.
33169 This feature is set by default.
33173 When opening a newsgroup, Alpine will consult your "newsrc" file and
33174 determine the last message you have previously disposed of via the "D"
33175 key.  If this feature is set, any subsequent messages will be shown in the
33176 Index with an "N", and the first of these messages will be highlighted.
33177 Although this is only an approximation of true "New" or "Unseen"
33178 status, it provides a useful cue to distinguish more-or-less recent
33179 messages from those you have seen previously, but are not yet ready to
33180 mark deleted.
33184 Background: your "newsrc" file (used to store message status information
33185 for newsgroups) is only capable of storing a single flag, and Alpine uses
33186 this to record whether or not you are "done with" a message, as
33187 indicated by marking the message as "Deleted".  Unfortunately, this
33188 means that Alpine has no way to record exactly which messages you have
33189 previously seen, so it normally does not show the "N" status flag for
33190 any messages in a newsgroup. This feature enables a starting
33191 *approximation* of seen/unseen status that may be useful.
33193 &lt;End of help on this topic&gt;
33194 </BODY>
33195 </HTML>
33196 ====== h_config_expose_hidden_config =====
33197 <HTML>
33198 <HEAD>
33199 <TITLE>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></TITLE>
33200 </HEAD>
33201 <BODY>
33202 <H1>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></H1>
33204 If set, this causes configuration options and features that are normally
33205 hidden from view to be editable in the Setup/Config screen.
33208 The purpose of this feature is to allow you to change configuration
33209 features and variables that are normally hidden.
33210 This is particularly useful if you are using a remote configuration,
33211 where it is difficult to edit the contents manually, but it may also be used
33212 on a local pinerc configuration file.
33214 If set, several configuration variables and features that are normally
33215 hidden from view will show up in the Setup/Configuration screen.
33216 They will be at the bottom of the configuration screen.
33217 You can find them by searching for the words &quot;hidden configuration&quot;.
33220 Note that this is an advanced feature that should be used with care.
33221 The reason that this part of the configuration is normally hidden is because
33222 there is a significant potential for causing problems if you change these
33223 variables.
33224 If something breaks after a change try changing it back to see if that is
33225 what is causing the problem.
33226 There are also some variables that are normally hidden because they are
33227 manipulated through Alpine in other ways.
33228 For example, colors are normally set using the Setup/Kolors screen and
33229 the &quot;<!--#echo var="VAR_address-book"-->&quot; variable is normally set using
33230 the Setup/AddressBooks screen, so there is little reason to edit these directly.
33231 The &quot;<!--#echo var="VAR_incoming-folders"-->&quot; variable is normally changed by using
33232 the Add, Delete, and Rename commands in the FOLDER LIST screen,
33233 and the &quot;<!--#echo var="VAR_last-time-prune-questioned"-->&quot; variable is normally used
33234 internally by Alpine and not set directly by the user.
33236 <UL>   
33237 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33238 </UL><P>
33239 &lt;End of help on this topic&gt;
33240 </BODY>
33241 </HTML>
33242 ====== h_config_disable_signature_edit =====
33243 <HTML>
33244 <HEAD>
33245 <TITLE>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></TITLE>
33246 </HEAD>
33247 <BODY>
33248 <H1>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></H1>
33250 If set, this disables the editing of signature files from within
33251 the Setup/Config screen.
33253 <UL>   
33254 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33255 </UL><P>
33256 &lt;End of help on this topic&gt;
33257 </BODY>
33258 </HTML>
33259 ====== h_config_disable_roles_templateedit =====
33260 <HTML>
33261 <HEAD>
33262 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></TITLE>
33263 </HEAD>
33264 <BODY>
33265 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></H1>
33267 If set, this disables the editing of template files within the
33268 Role setup screen.
33270 <UL>   
33271 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33272 </UL><P>
33273 &lt;End of help on this topic&gt;
33274 </BODY>
33275 </HTML>
33276 ====== h_config_disable_roles_sigedit =====
33277 <HTML>
33278 <HEAD>
33279 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></TITLE>
33280 </HEAD>
33281 <BODY>
33282 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></H1>
33284 If set, this disables the editing of signature files within the
33285 Role setup screen.
33287 <UL>   
33288 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33289 </UL><P>
33290 &lt;End of help on this topic&gt;
33291 </BODY>
33292 </HTML>
33293 ====== h_config_disable_roles_setup =====
33294 <HTML>
33295 <HEAD>
33296 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></TITLE>
33297 </HEAD>
33298 <BODY>
33299 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></H1>
33301 If set, this disables the Setup/Rules/Roles command.
33303 <UL>   
33304 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33305 </UL><P>
33306 &lt;End of help on this topic&gt;
33307 </BODY>
33308 </HTML>
33309 ====== h_config_disable_pipes_in_templates =====
33310 <HTML>
33311 <HEAD>
33312 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></TITLE>
33313 </HEAD>
33314 <BODY>
33315 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></H1>
33317 By default, if a template file name is followed by a vertical bar (|) then
33318 that causes the file to be executed to produce the text for the template.
33319 If this feature is set, then this is not allowed.
33321 <UL>   
33322 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33323 </UL><P>
33324 &lt;End of help on this topic&gt;
33325 </BODY>
33326 </HTML>
33327 ====== h_config_disable_pipes_in_sigs =====
33328 <HTML>
33329 <HEAD>
33330 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></TITLE>
33331 </HEAD>
33332 <BODY>
33333 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></H1>
33335 By default, if a signature file name is followed by a vertical bar (|) then
33336 that causes the file to be executed to produce the text for the signature.
33337 If this feature is set, then this is not allowed.
33339 <UL>   
33340 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33341 </UL><P>
33342 &lt;End of help on this topic&gt;
33343 </BODY>
33344 </HTML>
33345 ====== h_config_disable_password_cmd =====
33346 <HTML>
33347 <HEAD>
33348 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></TITLE>
33349 </HEAD>
33350 <BODY>
33351 <H1>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></H1>
33353 If set, then the Setup/Newpassword command is disabled.
33355 <UL>   
33356 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33357 </UL><P>
33358 &lt;End of help on this topic&gt;
33359 </BODY>
33360 </HTML>
33361 ====== h_config_disable_password_caching =====
33362 <HTML>
33363 <HEAD>
33364 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></TITLE>
33365 </HEAD>
33366 <BODY>
33367 <H1>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></H1>
33369 Normally, loginname/password combinations are cached in Alpine so that
33370 you do not have to enter the same password more than once in a session.
33371 A disadvantage to this approach is that the password must be stored in
33372 the memory image of the running Alpine in order that it can be re-used.
33373 In the event that Alpine crashes and produces a core dump, and that core
33374 dump is readable by others, the loginname and password could be read
33375 from the core dump.
33377 If this feature is set, then the passwords will not be cached and you
33378 will have to retype the password whenever Alpine needs it.
33379 Even with this feature set there is still some chance that the core
33380 file will contain a password, so care should be taken to make the
33381 core files unreadable.
33383 NOTE: If PASSFILE caching is enabled, this does not disable it.
33384 That is a separate and independent feature.
33385 <UL>   
33386 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33387 </UL><P>
33388 &lt;End of help on this topic&gt;
33389 </BODY>
33390 </HTML>
33391 ====== h_config_disable_password_file_saving =====
33392 <HTML>
33393 <HEAD>
33394 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-file-saving"--></TITLE>
33395 </HEAD>
33396 <BODY>
33397 <H1>FEATURE: <!--#echo var="FEAT_disable-password-file-saving"--></H1>
33399 This feature changes the behavior of Alpine when a login name and password combination
33400 for a specific server is not found in the password file. The default behavior is that
33401 Alpine will ask the user if they wish to save this information in the password file for future
33402 use. It is assumed that if a user created a password file it is because they intend
33403 to use it, but in some instances a user might want to save some passwords and not others.
33404 In this case, enabling this feature will make Alpine not add any more passwords to the
33405 password file and will only use the passwords that it already saved. If you wish to allow
33406 Alpine to save more passwords in the password file, disable this feature.
33408 <UL>   
33409 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33410 </UL><P>
33411 &lt;End of help on this topic&gt;
33412 </BODY>
33413 </HTML>
33414 ====== h_config_disable_kb_lock =====
33415 <HTML>
33416 <HEAD>
33417 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></TITLE>
33418 </HEAD>
33419 <BODY>
33420 <H1>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></H1>
33422 If set, then the Keyboard Lock command is removed from the MAIN MENU.
33424 <UL>   
33425 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33426 </UL><P>
33427 &lt;End of help on this topic&gt;
33428 </BODY>
33429 </HTML>
33430 ====== h_config_disable_config_cmd =====
33431 <HTML>
33432 <HEAD>
33433 <TITLE>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></TITLE>
33434 </HEAD>
33435 <BODY>
33436 <H1>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></H1>
33438 If set, then the Setup/Config screen is disabled.
33440 <UL>   
33441 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33442 </UL><P>
33443 &lt;End of help on this topic&gt;
33444 </BODY>
33445 </HTML>
33446 ====== h_config_allow_chg_from =====
33447 <HTML>
33448 <HEAD>
33449 <TITLE>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></TITLE>
33450 </HEAD>
33451 <BODY>
33452 <H1>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></H1>
33454 This feature affects Alpine's handling of the &quot;From:&quot; header field
33455 in the "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" configuration
33456 option.
33458 If this feature is set then the From line can be changed just like
33459 all the other header fields that can be changed.
33460 This feature defaults to <EM>ON</EM>.
33462 Even with this feature turned ON (the default) you will not be able 
33463 to change the From header unless you add it to your list of
33464 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>.
33465 You may also want to change the
33466 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
33467 if you want the From header to always show up in the composer without
33468 having to type the Rich Headers command first.
33470 Note that many sites restrict the use of this feature in order to
33471 reduce the chance of falsified addresses and misdirected mail.
33472 If you want to change the value of what gets included in the From header
33473 in messages you send
33474 look <A HREF="h_config_change_your_from">here</A> for a description.
33476 <UL>   
33477 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33478 </UL><P>
33479 &lt;End of help on this topic&gt;
33480 </BODY>
33481 </HTML>
33482 ====== h_config_disable_collate =====
33483 <HTML>
33484 <HEAD>
33485 <TITLE>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></TITLE>
33486 </HEAD>
33487 <BODY>
33488 <H1>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></H1>
33490 This is a hard to understand feature that should only be used in rare cases.
33491 Normally, the C function call
33493 <CENTER><SAMP>setlocale(LC_COLLATE, &quot;&quot;)</SAMP></CENTER>
33495 is used by Alpine.
33496 If you want to try turning it off,
33497 setting this feature will turn it off.
33498 This part of the locale has to do with the sort order
33499 of characters in your locale.
33501 <UL>   
33502 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33503 </UL><P>
33504 &lt;End of help on this topic&gt;
33505 </BODY>
33506 </HTML>
33507 ====== h_config_quell_attach_extra_prompt =====
33508 <HTML>
33509 <HEAD>
33510 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></TITLE>
33511 </HEAD>
33512 <BODY>
33513 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></H1>
33515 By default, when you attempt to view an attachment externally
33516 from the &quot;Attachment View&quot; screen, you are asked if you
33517 really want to view the selected attachment.
33520 If this feature is set, you will <B>not</B> be prompted to confirm
33521 your selection.  Prior to Alpine and to Pine 4.50, the default behavior was to not
33522 prompt. This feature was added for those wanting to preserve that
33523 behavior (along with 
33524 <A HREF="h_config_quell_attach_ext_warn"><!--#echo var="FEAT_quell-attachment-extension-warn"--></A>).
33527 <UL>   
33528 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33529 </UL><P>
33530 &lt;End of help on this topic&gt;
33531 </BODY>
33532 </HTML>
33533 ====== h_config_quell_attach_ext_warn =====
33534 <HTML>
33535 <HEAD>
33536 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></TITLE>
33537 </HEAD>
33538 <BODY>
33539 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></H1>
33542 This feature suppresses the extra warning you can get when trying
33543 to view an attachment for which there is no mime-type match.  Turning
33544 on this feature will just run the program according to extension
33545 instead of first warning the user that it will run according to the
33546 file's extension.
33548 This feature can be used along side 
33549 <A HREF="h_config_quell_attach_extra_prompt"><!--#echo var="FEAT_quell-attachment-extra-prompt"--></A>
33550 to preserve the behavior exhibited in Pine versions prior to Pine 4.50.
33552 <UL>   
33553 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33554 </UL><P>
33555 &lt;End of help on this topic&gt;
33556 </BODY>
33557 </HTML>
33558 ====== h_config_mailcap_params =====
33559 <HTML>
33560 <HEAD>
33561 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></TITLE>
33562 </HEAD>
33563 <BODY>
33564 <H1>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></H1>
33566 If set, this will allow mailcap named parameter substitution to occur
33567 in mailcap entries.
33568 By default, this is turned off to prevent security problems that may occur
33569 with some incorrect mailcap configurations.
33570 For more information, see RFC1524 and look for "named parameters" in the
33571 text of the RFC.
33573 <UL>   
33574 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33575 </UL><P>
33576 &lt;End of help on this topic&gt;
33577 </BODY>
33578 </HTML>
33579 ====== h_config_disable_shared =====
33580 <HTML>
33581 <HEAD>
33582 <TITLE>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></TITLE>
33583 </HEAD>
33584 <BODY>
33585 <H1>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></H1>
33587 If this feature is set, the automatic search for namespaces &quot;ftp&quot;,
33588 &quot;imapshared&quot;, and &quot;imappublic&quot; by the underlying library
33589 will be disabled.
33590 The reason this feature exists is because there are some implementations
33591 of system password lookup routines that are very slow when presented with
33592 a long loginname that does not exist.
33593 This feature could be set to prevent the delay at startup time when the
33594 names above are searched for in the password file.
33596 <UL>   
33597 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33598 </UL><P>
33599 &lt;End of help on this topic&gt;
33600 </BODY>
33601 </HTML>
33602 ====== h_config_hide_nntp_path =====
33603 <HTML>
33604 <HEAD>
33605 <TITLE>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></TITLE>
33606 </HEAD>
33607 <BODY>
33608 <H1>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></H1>
33610 Normally the Path header that Alpine generates when posting to a newsgroup
33611 contains the name of the computer from which the message is being sent and
33612 the user name.
33613 Some believe that this information is used by spammers.
33614 If this feature is set, that information will be replaced with the text
33616 <CENTER><SAMP>not-for-mail</SAMP></CENTER>
33618 instead.
33620 It should be noted that many servers being connected to will still reveal
33621 the information that this feature attempts to protect.
33623 <UL>   
33624 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33625 </UL><P>
33626 &lt;End of help on this topic&gt;
33627 </BODY>
33628 </HTML>
33629 ====== h_config_no_bezerk_zone =====
33630 <HTML>
33631 <HEAD>
33632 <TITLE>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></TITLE>
33633 </HEAD>
33634 <BODY>
33635 <H1>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></H1>
33637 POSIX mandates a timezone in UNIX mailbox format folder delimiters
33638 (the line that begins with From <SPACE>).
33639 Some versions of Berkeley mail have trouble with this, and don't recognize
33640 the line as a message delimiter.
33641 If this feature is set, the timezone will be left off the delimiter line.
33643 <UL>   
33644 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33645 </UL><P>
33646 &lt;End of help on this topic&gt;
33647 </BODY>
33648 </HTML>
33649 ====== h_config_quell_domain_warn =====
33650 <HTML>
33651 <HEAD>
33652 <TITLE>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></TITLE>
33653 </HEAD>
33654 <BODY>
33655 <H1>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></H1>
33657 When your configuration is set up so that your domain name contains no dots,
33658 it is usually a configuration error.
33659 By default, Alpine will warn you about this when you start it up.
33660 You will see a warning message that looks like
33663 <CENTER><SAMP>Incomplete maildomain &quot;&lt;domain&gt;&quot;.</SAMP></CENTER>
33666 If this feature is set, the warning is turned off.
33668 <UL>   
33669 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33670 </UL><P>
33671 &lt;End of help on this topic&gt;
33672 </BODY>
33673 </HTML>
33674 ====== h_config_quell_imap_env =====
33675 <HTML>
33676 <HEAD>
33677 <TITLE>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></TITLE>
33678 </HEAD>
33679 <BODY>
33680 <H1>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></H1>
33682 In the MESSAGE INDEX screen, if the open folder is being accessed
33683 using IMAP, Alpine normally tries to paint the index lines on the screen
33684 as soon as the information arrives from the IMAP server.
33685 This means that the index information makes it onto the screen more quickly
33686 than it otherwise would.
33687 This sometimes results in behavior that bothers some users.
33688 For example, when paging to a new page of the index, it may be possible for
33689 the lines to be painted on the screen in a random order, rather than from
33690 top to bottom.
33693 Setting this feature causes Alpine to wait for all of the information
33694 to be gathered before it paints the index screen.
33695 Once it collects all of the information, the screen will be painted quickly
33696 from top to bottom.
33698 <UL>   
33699 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33700 </UL><P>
33701 &lt;End of help on this topic&gt;
33702 </BODY>
33703 </HTML>
33704 ====== h_config_quell_news_env =====
33705 <HTML>
33706 <HEAD>
33707 <TITLE>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></TITLE>
33708 </HEAD>
33709 <BODY>
33710 <H1>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></H1>
33712 In the MESSAGE INDEX screen, if the open folder is being accessed
33713 using NNTP (News), Alpine normally tries to paint the index lines on the screen
33714 as soon as the information arrives from the NNTP server.
33715 This means that the index information makes it onto the screen more quickly
33716 than it otherwise would.
33717 This sometimes results in behavior that bothers some users.
33718 For example, when paging to a new page of the index, it may be possible for
33719 the lines to be painted on the screen in a random order, rather than from
33720 top to bottom.
33723 Setting this feature causes Alpine to wait for all of the information
33724 to be gathered before it paints the index screen.
33725 Once it collects all of the information, the screen will be painted quickly
33726 from top to bottom.
33728 <UL>   
33729 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33730 </UL><P>
33731 &lt;End of help on this topic&gt;
33732 </BODY>
33733 </HTML>
33734 ====== h_config_quell_content_id =====
33735 <HTML>
33736 <HEAD>
33737 <TITLE>FEATURE: <!--#echo var="FEAT_quell-content-id"--></TITLE>
33738 </HEAD>
33739 <BODY>
33740 <H1>FEATURE: <!--#echo var="FEAT_quell-content-id"--></H1>
33742 This feature changes the behavior of Alpine when sending messages.
33743 It is intended to work around a bug in Microsoft's Outlook XP mail user
33744 agent.
33745 As of this writing, Microsoft has acknowledged the bug but
33746 has not added it to the Knowledge Base.
33747 We have been told that there will be a post-SP1 hotfix for Outlook XP.
33748 This particular bug has bug fix number OfficeQFE:4781.
33749 The nature of the bug is that messages with attachments that
33750 contain a Content-ID header (which standard Alpine attachments do)
33751 do not show the attachment indicator (a paperclip) when viewed with
33752 Outlook XP.
33753 So the user has no indication that the message contains an attachment.
33756 If this feature is set then Alpine will remove most Content-ID headers
33757 before sending a message.
33758 If an attachment is of type MESSAGE, then the existing Content-ID headers
33759 inside the message will be left intact.
33760 This would only happen with Alpine if a message was forwarded as an attachment
33761 or if a message with a message attached was forwarded.
33762 Similarly if an attachment of type MULTIPART/ALTERNATIVE is forwarded,
33763 the Content-ID headers of the alternative parts will not be removed.
33766 Because the Content-ID header is a standard part of MIME it is possible
33767 that setting this feature will break something.
33768 For example, if an attachment has a Content-ID header that is necessary
33769 for the correct functioning of that attachment, it is possible that Alpine
33770 may remove that header when the attachment is forwarded.
33771 However, it seems fairly safe at this time.
33774 <UL>   
33775 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33776 </UL><P>
33777 &lt;End of help on this topic&gt;
33778 </BODY>
33779 </HTML>
33780 ====== h_config_winpos_in_config =====
33781 <HTML>
33782 <HEAD>
33783 <TITLE>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></TITLE>
33784 </HEAD>
33785 <BODY>
33786 <H1>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></H1>
33788 PC-Alpine only.
33791 Normally, PC-Alpine will store its window size and position in the
33792 Windows Registry.
33793 This is convenient if you want to use the same remote
33794 configuration from more than one PC.
33795 If you use multiple configuration files to start PC-Alpine, you may want
33796 to store the window size and position in the configuration file instead
33797 of in the Registry.
33798 Setting this feature causes the value to be stored in 
33799 <A HREF="h_config_window_position">Window-Position</A>.
33802 <UL>   
33803 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33804 </UL><P>
33805 &lt;End of help on this topic&gt;
33806 </BODY>
33807 </HTML>
33808 ====== h_config_quell_ssl_largeblocks =====
33809 <HTML>
33810 <HEAD>
33811 <TITLE>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></TITLE>
33812 </HEAD>
33813 <BODY>
33814 <H1>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></H1>
33816 PC-Alpine only.
33818 This feature changes the behavior of fetching messages
33819 and attachments so that the message data is fetched in chunks no larger
33820 than 12K bytes.
33821 This works around a bug in Microsoft's SSL/TLS support.
33822 Some versions of Microsoft SSL are not able to read full-sized (16K)
33823 SSL/TLS packets.
33824 Some servers will send such packets and this will
33825 cause PC-Alpine to crash with the error
33828 <CENTER><SAMP>incomplete SecBuffer exceeds maximum buffer size</SAMP></CENTER>
33831 Microsoft is aware of the problem and has developed a hotfix for it, it is
33832 discussed in article 300562 in the Microsoft Knowledge Base.
33834 <UL>   
33835 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33836 </UL><P>
33837 &lt;End of help on this topic&gt;
33838 </BODY>
33839 </HTML>
33840 ====== h_config_quell_partial =====
33841 <HTML>
33842 <HEAD>
33843 <TITLE>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></TITLE>
33844 </HEAD>
33845 <BODY>
33846 <H1>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></H1>
33848 Partial fetching is a feature of the IMAP protocol.
33849 By default, Alpine
33850 will use partial fetching when copying the contents of a message or attachment
33851 from the IMAP server to Alpine.
33852 This means that the fetch will be done in many
33853 small chunks instead of one big chunk. The main benefit of this approach is
33854 that the fetch becomes interruptible. That is, the user can type <EM>^C</EM>
33855 to stop the fetch early. In some cases partial fetching may cause a performance
33856 problem so that the fetching of data takes significantly longer when partial
33857 fetching is used. Turning on this feature will turn off partial fetching.
33859 <UL>   
33860 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33861 </UL><P>
33862 &lt;End of help on this topic&gt;
33863 </BODY>
33864 </HTML>
33865 ====== h_config_quell_personal_name_prompt =====
33866 <HTML>
33867 <HEAD>
33868 <TITLE>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></TITLE>
33869 </HEAD>
33870 <BODY>
33871 <H1>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></H1>
33873 PC-Alpine only.  This feature quells the prompting for a 
33874 <A HREF="h_config_pers_name">personal name</A>.  This
33875 prompt normally happens before composing a message, and only happens when
33876 there is no personal name already set.
33878 <UL>   
33879 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33880 </UL><P>
33881 &lt;End of help on this topic&gt;
33882 </BODY>
33883 </HTML>
33884 ====== h_config_quell_user_id_prompt =====
33885 <HTML>
33886 <HEAD>
33887 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></TITLE>
33888 </HEAD>
33889 <BODY>
33890 <H1>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></H1>
33892 PC-Alpine only.  This feature quells the prompting for a 
33893 <A HREF="h_config_user_id"><!--#echo var="VAR_user-id"--></A>
33894 if the information can be obtained from the login name used
33895 to open the INBOX.  Normally, this prompt happens before composing
33896 a message, and only happens when there is no user-id already set
33897 in the configuration.
33899 With this feature set, composing a message is only possible after
33900 establishing a connection to the INBOX.
33902 <UL>   
33903 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33904 </UL><P>
33905 &lt;End of help on this topic&gt;
33906 </BODY>
33907 </HTML>
33908 ====== h_config_save_aggregates =====
33909 <HTML>
33910 <HEAD>
33911 <TITLE>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></TITLE>
33912 </HEAD>
33913 <BODY>
33914 <H1>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></H1>
33916 This feature will optimize an aggregate copy operation, if
33917 possible, by issuing a single IMAP <EM>COPY</EM> command with a
33918 list of the messages to be copied.
33919 This feature is set by default.
33920 This may reduce network traffic and elapsed time for the Save.
33921 <EM>However, many IMAP servers (including the UW IMAP server) do
33922 not preserve the order of messages when this optimization is applied.</EM>
33923 If this feature is not set, 
33924 Alpine will copy each message individually and the order of the messages
33925 will be preserved.
33927 <UL>   
33928 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33929 </UL><P>
33930 &lt;End of help on this topic&gt;
33931 </BODY>
33932 </HTML>
33933 ====== h_config_use_system_translation =====
33934 <HTML>
33935 <HEAD>
33936 <TITLE>FEATURE: Use System Translation</TITLE>
33937 </HEAD>
33938 <BODY>
33939 <H1>FEATURE: Use System Translation</H1>
33941 UNIX Alpine only.
33943 Alpine normally uses its own internal software to convert between the multi-byte
33944 representation of characters and the Unicode representation of those
33945 same characters.
33946 It converts from the multi-byte characters your keyboard produces to Unicode,
33947 and from Unicode to the multi-byte characters your display expects.
33948 Alpine also uses its own internal software to decide how much space on
33949 the screen a particular Unicode character will occupy.
33952 Setting this feature tells Alpine to use the system-supplied routines to
33953 perform these tasks instead.
33954 In particular there are three tasks and three system routines that will
33955 be used for these tasks.
33958 To convert from multi-byte to Unicode the routine
33961 <CENTER><SAMP>mbstowcs</SAMP></CENTER>
33964 is used.
33965 To convert from Unicode to multi-byte the routine
33968 <CENTER><SAMP>wcrtomb</SAMP></CENTER>
33971 is used.
33972 And to find the screen width a particular Unicode character will
33973 occupy the routine used is
33976 <CENTER><SAMP>wcwidth</SAMP></CENTER>
33979 This feature has been only lightly tested.
33980 The internal routines should normally be used unless you run into
33981 a problem that you think may be solved by using the system routines.
33982 Note that your environment needs to be set up for these
33983 routines to work correctly.
33984 In particular, the LANG or LC_CTYPE variable in your environment will
33985 need to be set.
33988 <UL>   
33989 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33990 </UL><P>
33991 &lt;End of help on this topic&gt;
33992 </BODY>
33993 </HTML>
33994 ====== h_config_suspend_spawns =====
33995 <HTML>
33996 <HEAD>
33997 <TITLE>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></TITLE>
33998 </HEAD>
33999 <BODY>
34000 <H1>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></H1>
34002 This feature affects Alpine's behavior when process suspension is enabled
34003 and then activated via the Ctrl-Z key.  Alpine suspension allows one to
34004 temporarily interact with the operating system command &quot;shell&quot; 
34005 without
34006 quitting Alpine, and then subsequently resume the still-active Alpine session.
34009 When the <A HREF="h_config_can_suspend">&quot;<!--#echo var="FEAT_enable-suspend"-->&quot;</A> feature
34010 is set and subsequently the Ctrl-Z key
34011 is pressed, Alpine will normally suspend itself and return temporary control
34012 to Alpine's parent shell process.  However, if this feature is set, Alpine
34013 will instead create an inferior subshell process.  This is useful when the
34014 parent process is not intended to be used interactively.  Examples include
34015 invoking Alpine via the -e argument of the Unix &quot;xterm&quot; program, 
34016 or via a menu system.<P>
34018 Note that one typically resumes a suspended Alpine by entering the Unix
34019 &quot;fg&quot; command, but if this feature is set, it will be necessary to
34020 enter the &quot;exit&quot; command instead.
34022 <UL>   
34023 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34024 </UL><P>
34025 &lt;End of help on this topic&gt;
34026 </BODY>
34027 </HTML>
34028 ====== h_config_8bit_smtp =====
34029 <HTML>
34030 <HEAD>
34031 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></TITLE>
34032 </HEAD>
34033 <BODY>
34034 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></H1>
34036 This feature affects Alpine's behavior when sending mail.
34037 By default, this feature is set.
34038 Internet standards
34039 require that all electronic mail messages traversing the global Internet
34040 consist of 7bit ASCII characters unless a pair of cooperating mail 
34041 transfer agents explicitly agree to allow 8bit messages.  In general, 
34042 then, exchanging messages in non-ASCII characters requires MIME encoding.
34044 However, there are now Internet standards that allow for unencoded 8bit
34045 exchange of messages between cooperating systems.  When this feature is set
34046 Alpine will try to negotiate unencoded 8bit transmission during the
34047 sending process.  Should the negotiation fail, Alpine will fall back to its
34048 ordinary encoding rules. 
34050 Note, this feature relies on your system's mail transport agent or
34051 configured <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
34052 having the negotiation mechanism introduced in
34053 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
34054 &quot;8BITMIME&quot;. 
34056 ESMTP allows for graceful migration to upgraded mail transfer agents, but
34057 it is possible that this feature might cause problems for some servers. 
34058 <P><UL>
34059 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34060 </UL>
34061 <P>&lt;End of help on this topic&gt;
34062 </BODY>
34063 </HTML>
34064 ====== h_config_8bit_nntp =====
34065 <HTML>
34066 <HEAD>
34067 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></TITLE>
34068 </HEAD>
34069 <BODY>
34070 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></H1>
34072 This feature affects Alpine's behavior when posting news.  
34076 The Internet standard for exchanging USENET news messages (RFC-1036)
34077 specifies that USENET messages should conform to Internet mail standards
34078 and contain only 7bit characters, but much of the news transport software
34079 in use today is capable of successfully sending messages containing 8bit
34080 characters.  Hence, many people believe that it is appropriate to send 8bit
34081 news messages without any MIME encoding.
34085 Moreover, there is no Internet standard for explicitly negotiating 8bit
34086 transfer, as there is for Internet email.  Therefore, Alpine provides the
34087 option of posting unencoded 8bit news messages, though not as the default.
34088 Setting this feature will turn OFF Alpine's MIME encoding of newsgroup
34089 postings that contain 8bit characters. 
34093 Note, articles may cross a path or pass through news transport software
34094 that is unsafe or even hostile to 8bit characters.  At best this will only
34095 cause the posting to become garbled.  The safest way to transmit 8bit
34096 characters is to leave Alpine's MIME encoding turned on, but recipients
34097 who lack MIME-aware tools are often annoyed when they receive MIME-encoded 
34098 messages.
34100 &lt;End of help on this topic&gt;
34101 </BODY>
34102 </HTML>
34103 ====== h_config_mark_for_cc =====
34104 <HTML>
34105 <HEAD>
34106 <TITLE>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></TITLE>
34107 </HEAD>
34108 <BODY>
34109 <H1>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></H1>
34111 This feature affects Alpine's MESSAGE INDEX display.
34112 By default, a '+' is displayed in the first column if the
34113 message is addressed directly to you.
34114 When this feature is set and the message is not addressed to you, then a
34115 '-' character is displayed if the message is instead Cc'd directly
34116 to you.
34119 <UL>   
34120 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34121 </UL><P>
34122 &lt;End of help on this topic&gt;
34123 </BODY>
34124 </HTML>
34125 ====== h_config_tab_uses_unseen =====
34126 <HTML>
34127 <HEAD>
34128 <TITLE>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></TITLE>
34129 </HEAD>
34130 <BODY>
34131 <H1>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></H1>
34133 This feature affects Alpine's behavior when using the TAB
34134 <A HREF="h_common_nextnew">NextNew Command</A>
34135 to move from one folder to the next.
34136 Alpine's usual behavior is to search for folders
34137 with <EM>Recent</EM> messages in them.
34138 Recent messages are messages that have arrived since the last time the
34139 folder was opened.
34142 Setting this feature causes Alpine to search for <EM>Unseen</EM>
34143 messages instead of Recent messages.
34144 Unseen messages remain Unseen until you view them (or flag then as Seen with
34145 the <A HREF="h_common_flag">Flag Command</A>).
34146 Setting this feature allows you to locate messages you have not read
34147 instead of only recently received messages.
34148 When this feature is set, the feature
34149 <A HREF="h_config_fast_recent">&quot;<!--#echo var="FEAT_enable-fast-recent-test"-->&quot;</A>
34150 will have no effect, so the checking may be slower.
34153 Another reason why you might want to use this feature is that Alpine sometimes
34154 opens folders implicitly behind the scenes, and this clears the
34155 Recent status of all messages in the folder.
34156 One example where this happens is when Saving or filtering a
34157 message to another folder.
34158 If that message has some <A HREF="h_config_keywords">keywords</A>
34159 set, then because of some shortcomings
34160 in the IMAP specification, the best way to ensure that those keywords are
34161 still set in the saved copy of the message is to open the folder and
34162 set the keywords explicitly.
34163 Because this clears the Recent status of all messages in that folder the
34164 folder will not be found by the NextNew command unless this feature is set.
34167 &lt;End of help on this topic&gt;
34168 </BODY>
34169 </HTML>
34170 ====== h_config_tab_new_only =====
34171 <HTML>
34172 <HEAD>
34173 <TITLE>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></TITLE>
34174 </HEAD>
34175 <BODY>
34176 <H1>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></H1>
34178 This feature affects Alpine's behavior when using the TAB key to move from
34179 one message to the next.  Alpine's usual behavior is to select the next
34180 unread message or message flagged as "Important".
34184 Setting this feature causes Alpine to skip the messages flagged as important,
34185 and select unread messages exclusively.  Tab behavior when there are no
34186 new messages left to select remains unchanged.
34188 &lt;End of help on this topic&gt;
34189 </BODY>
34190 </HTML>
34191 ====== h_config_warn_if_subj_blank =====
34192 <HTML>
34193 <HEAD>
34194 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></TITLE>
34195 </HEAD>
34196 <BODY>
34197 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></H1>
34199 This feature affects Alpine's behavior when you send a message being
34200 composed.
34201 If this option is set, Alpine will check to see if the message about to be sent
34202 has a subject or not.
34203 If not, you will be asked if you want to send the message anyway.
34206 <UL>   
34207 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34208 </UL><P>
34209 &lt;End of help on this topic&gt;
34210 </BODY>
34211 </HTML>
34212 ====== h_config_warn_if_fcc_blank =====
34213 <HTML>
34214 <HEAD>
34215 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></TITLE>
34216 </HEAD>
34217 <BODY>
34218 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></H1>
34220 This feature affects Alpine's behavior when you send a message being
34221 composed.
34222 If this option is set, Alpine will check to see if the message about to be sent
34223 has an Fcc or not.
34224 If not, you will be asked if you want to send the message anyway.
34227 <UL>   
34228 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34229 </UL><P>
34230 &lt;End of help on this topic&gt;
34231 </BODY>
34232 </HTML>
34233 ====== h_config_warn_if_no_to_or_cc =====
34234 <HTML>
34235 <HEAD>
34236 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></TITLE>
34237 </HEAD>
34238 <BODY>
34239 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></H1>
34241 This feature affects Alpine's behavior when you send a message being
34242 composed.
34243 If this option is set, Alpine will check to see if the message about to be sent
34244 has either a To address, a Cc address, or a Newsgroup.
34245 If none of these is set,
34246 you will be asked if you want to send the message anyway.
34249 This feature is closely related to
34250 <A HREF="h_config_auto_fcc_only"><!--#echo var="FEAT_fcc-only-without-confirm"--></A>.
34251 Alpine will normally ask if you want to copy a message only to the Fcc.
34252 This feature also applies to cases where there is a Bcc but still no To, Cc,
34253 or Newsgroup.
34254 If the <!--#echo var="FEAT_fcc-only-without-confirm"--> feature is set and you are sending a
34255 message with only an Fcc, then you won't be asked about sending with
34256 a blank To and Cc and Newsgroups header even if this feature is set.
34257 Similarly, if you have already been asked if you want to send to the Fcc
34258 only and you have answered Yes, then you won't be asked again about sending with
34259 blank To, Cc, and Newsgroups headers even if this feature is set.
34262 <UL>   
34263 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34264 </UL><P>
34265 &lt;End of help on this topic&gt;
34266 </BODY>
34267 </HTML>
34268 ====== h_config_quell_dead_letter =====
34269 <HTML>
34270 <HEAD>
34271 <TITLE>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></TITLE>
34272 </HEAD>
34273 <BODY>
34274 <H1>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></H1>
34276 This feature affects Alpine's behavior when you cancel a message being
34277 composed.  Alpine's usual behavior is to write the canceled message to
34278 a file named 
34279 <!--chtml if pinemode="os_windows"-->
34280 &quot;DEADLETR&quot;,
34281 <!--chtml else-->
34282 &quot;dead.letter&quot; in your home directory,
34283 <!--chtml endif-->
34284 overwriting any previous message. Under
34285 some conditions (some routine), this can introduce a noticeable delay.
34286 Setting this feature will cause Alpine NOT to write canceled compositions
34287 into the file.
34289 NOTE: Enabling this feature means NO record of canceled messages is
34290 maintained.
34292 This feature affects the newer option
34293 <A HREF="h_config_deadlets"><!--#echo var="VAR_dead-letter-files"--></A>, which specifies the
34294 number of dead letter files to keep around.
34295 If this feature is set, then the <!--#echo var="VAR_dead-letter-files"--> option has no effect.
34297 <UL>   
34298 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34299 </UL><P>
34300 &lt;End of help on this topic&gt;
34301 </BODY>
34302 </HTML>
34303 ====== h_config_quell_beeps =====
34304 <HTML>
34305 <HEAD>
34306 <TITLE>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></TITLE>
34307 </HEAD>
34308 <BODY>
34309 <H1>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></H1>
34311 This feature affects Alpine's behavior when it displays status message
34312 (e.g., Error complaints, New mail warnings, etc).  Setting this feature
34313 will not affect the display of such messages, but will cause those that
34314 emit a beep to become silent.
34317 <UL>   
34318 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34319 </UL><P>
34320 &lt;End of help on this topic&gt;
34321 </BODY>
34322 </HTML>
34323 ====== h_config_suppress_user_agent =====
34324 <HTML>
34325 <HEAD>
34326 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></TITLE>
34327 </HEAD>
34328 <BODY>
34329 <H1>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></H1>
34331 If this feature is set then Alpine will not generate a
34332 <CODE>User-Agent</CODE> header in outgoing messages.
34334 <UL>   
34335 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34336 </UL><P>
34337 &lt;End of help on this topic&gt;
34338 </BODY>
34339 </HTML>
34340 ====== h_config_quell_lock_failure_warnings =====
34341 <HTML>
34342 <HEAD>
34343 <TITLE>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></TITLE>
34344 </HEAD>
34345 <BODY>
34346 <H1>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></H1>
34348 This feature affects Alpine's behavior when it encounters a problem
34349 acquiring a mail folder lock.  Typically, a secondary file associated
34350 with the mail folder being opened is created as part of the locking
34351 process.  On some systems, such file creation has been administratively
34352 precluded by the system configuration.
34354 Alpine issues a warning when such failures occur, which can become bothersome
34355 if the system is configured to disallow such actions.  Setting this
34356 feature causes Alpine to remain silent when this part of lock creation fails.
34358 WARNING: systems that have been configured in a way that precludes locking
34359 introduce some risk of mail folder corruption when more than one program
34360 attempts to modify the mail folder.  This is most likely to occur to one's
34361 INBOX or other incoming message folder. 
34363 See also <A HREF="h_info_on_locking">&quot;What Systems Managers Need to Know about Alpine File Locking&quot;</A>.
34365 <UL>   
34366 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34367 </UL><P>
34368 &lt;End of help on this topic&gt;
34369 </BODY>
34370 </HTML>
34371 ====== h_config_enable_role_take ======
34372 <HTML>
34373 <HEAD>
34374 <TITLE>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></TITLE>
34375 </HEAD>
34376 <BODY>
34377 <H1>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></H1>
34379 Normally, the Take command takes addresses from a message and helps you
34380 put them into your Address Book.
34381 If you use Rules for Indexcolors, Roles, Filtering, or Scoring;
34382 you may find it useful
34383 to be able to Take information from a message's headers and put it into
34384 a new Rule.
34385 When this feature is set, you will be given an extra prompt that gives
34386 you the choice to Take into the Address Book or Take into a rule.
34387 <P><UL>
34388 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34389 </UL>
34391 &lt;End of help on this topic&gt;
34392 </BODY>
34393 </HTML>
34394 ====== h_config_enable_take_export ======
34395 <HTML>
34396 <HEAD>
34397 <TITLE>FEATURE: <!--#echo var="FEAT_enable-take-export"--></TITLE>
34398 </HEAD>
34399 <BODY>
34400 <H1>FEATURE: <!--#echo var="FEAT_enable-take-export"--></H1>
34402 Normally, the Take command takes addresses from a message and helps you
34403 put them into your Address Book.
34404 When this feature is set, you will be given an extra prompt that gives you
34405 the choice to Take addresses into a file instead of your Address
34406 Book.
34407 Only the user@domain_name part of the address is put in the file.
34408 <P><UL>
34409 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34410 </UL>
34412 &lt;End of help on this topic&gt;
34413 </BODY>
34414 </HTML>
34415 ====== h_config_quell_folder_internal_msg ======
34416 <HTML>
34417 <HEAD>
34418 <TITLE>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></TITLE>
34419 </HEAD>
34420 <BODY>
34421 <H1>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></H1>
34423 This feature determines whether or not Alpine will create 
34424 &quot;pseudo messages&quot; in folders that are in standard Unix or 
34425 MMDF format. <P> 
34427 Alpine will normally create these pseudo messages when they are not already
34428 present in a standard Unix or MMDF folder.  Their purpose is to record
34429 certain mailbox state data needed for correct IMAP and POP server
34430 operation, and also for Alpine to be able to mark messages as Answered when
34431 the Reply has been postponed.<P>
34433 Sites that do not use IMAP/POP for remote mail access, and that need to
34434 support mail tools that are adversely affected by the presence of the
34435 pseudo-messages (e.g. some mail notification tools) may enable this
34436 feature to tell Alpine not to create them.  Note that Alpine's 
34437 &quot;Answered&quot; flag
34438 capability will be adversely affected if this is done.<P>
34440 Note too that, even if this feature is enabled, Alpine will not remove
34441 pseudo-messages when it encounters them (e.g. those created by UW's imapd
34442 or ipopd servers.) This feature has no effect on folders that are not in
34443 standard Unix or MMDF format, as pseudo-messages are not needed in the
34444 other formats to record mailbox state information.
34445 <P><UL>
34446 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34447 </UL>
34449 &lt;End of help on this topic&gt;
34450 </BODY>
34451 </HTML>
34452 ====== h_config_mulnews_as_typed ======
34453 <HTML>
34454 <HEAD>
34455 <TITLE>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></TITLE>
34456 </HEAD>
34457 <BODY>
34458 <H1>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></H1>
34460 This feature will be of little use to most users.
34461 It has no effect unless the feature
34462 <A HREF="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></A>
34463 is set.
34465 When the <!--#echo var="FEAT_enable-multiple-newsrcs"--> feature is set
34466 then the setting of this feature may have an effect on the names of the
34467 newsrc files used.
34468 Normally, the name of the news server will be canonicalized before it is
34469 used in the newsrc file name.
34470 For example, if you type the news server name
34473 <CENTER><SAMP>servername</SAMP></CENTER>
34476 it is likely that the canonical name will be something like
34479 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
34482 Or it may be the case that
34485 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
34488 is really an alias (a DNS CNAME) for
34491 <CENTER><SAMP>othername.example.com</SAMP></CENTER>
34494 If this feature is not set, then the canonicalized names will be used.
34495 If this feature is set, then the name you typed in (or put in your
34496 configuration) will be used.
34498 <P><UL>
34499 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34500 </UL>
34502 &lt;End of help on this topic&gt;
34503 </BODY>
34504 </HTML>
34505 ====== h_config_quell_empty_dirs ======
34506 <HTML>
34507 <HEAD>
34508 <TITLE>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></TITLE>
34509 </HEAD>
34510 <BODY>
34511 <H1>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></H1>
34513 This feature causes Alpine to remove from the display any directories
34514 that do not contain at least one file or directory.  This can be useful
34515 to prevent overly cluttered folder lists when a collection is stored on
34516 a server that treats all names as both a folder and a directory.
34519 Note, enabling this feature can cause surprising behavior!  For example,
34520 you can still use Add to create a directory, but unless you immediately
34521 enter that directory and create a folder, that newly created directory
34522 may not be displayed next time you enter the folder list.
34525 The description above is not quite correct.
34526 Only directories which potentially may hold messages are hidden if empty.
34527 That is, a directory which is really just a directory and is not selectable
34528 as a folder will not be hidden.
34529 Such directories can occur on servers that treat most names as both a folder
34530 and a directory.
34531 These directories are typically created implicitly when a folder is created
34532 inside a directory that does not yet exist.
34535 <UL>   
34536 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34537 </UL><P>
34538 &lt;End of help on this topic&gt;
34539 </BODY>
34540 </HTML>
34541 ====== h_config_termcap_wins =====
34542 <HTML>
34543 <HEAD>
34544 <TITLE>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></TITLE>
34545 </HEAD>
34546 <BODY>
34547 <H1>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></H1>
34549 This feature may affect Alpine's low-level input routines.  Termcap (or
34550 terminfo, depending on how your copy of Alpine was compiled and linked)
34551 is the name of the database that describes terminal capabilities.  In
34552 particular, it describes the sequences of characters that various keys
34553 will emit.
34556 An example would be the Up Arrow key on the keyboard.  Up
34557 Arrow is not a distinct character on most Unix systems.  When you press
34558 the Up Arrow key a short sequence of characters are produced.  This
34559 sequence is supposed to be described in the termcap database by the
34560 &quot;ku&quot; capability (or by the &quot;kcuu1&quot; capability if you
34561 are using terminfo instead of termcap).
34564 By default, Alpine defines some terminal
34565 escape sequences that are commonly used.  For example, the sequence
34566 &quot;ESC&nbsp;O&nbsp;A&quot; is recognized as an Up Arrow key.  The sequence
34567 &quot;ESC&nbsp;[&nbsp;A&quot;
34568 is also recognized as an Up Arrow key.  These are chosen because common
34569 terminals like VT100's or ANSI standard terminals produce these
34570 sequences when you press the Up Arrow key.
34573 If your system's termcap
34574 (terminfo) database assigns some other function to the sequence
34575 &quot;ESC&nbsp;O&nbsp;A&quot;
34576 it is usually ignored by Alpine.  Also, if your termcap (terminfo)
34577 database assigns a sequence that doesn't begin with an escape
34578 character (<SAMP>ESC</SAMP>) it is usually ignored by Alpine.
34579 This usually works fine
34580 because most terminals emit the escape sequences that Alpine has defined
34581 by default.  We have also found that it is usually better to have these
34582 defaults take precedence over the definitions contained in the database
34583 because the defaults are more likely to be correct than the database.
34586 There are some terminals where this breaks down.  If you want Alpine to
34587 believe the definitions given in your termcap (terminfo) database in
34588 preference to the defaults the Alpine itself sets up, then you may turn
34589 this feature on.  Then, sequences of characters that are defined in
34590 both termcap (terminfo) and in Alpine's set of defaults will be
34591 interpreted the way that termcap (terminfo) says they should be
34592 interpreted.  Also, if your terminal capabilities database assigns a
34593 sequence that doesn't begin with escape, it will not be ignored.
34596 <UL>   
34597 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34598 </UL><P>
34599 &lt;End of help on this topic&gt;
34600 </BODY>
34601 </HTML>
34602 ====== h_config_cruise_mode =====
34603 <HTML>
34604 <HEAD>
34605 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></TITLE>
34606 </HEAD>
34607 <BODY>
34608 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></H1>
34610 This feature affects Alpine's behavior when you hit the
34611 &quot;Space&nbsp;Bar&quot; at
34612 the end of a displayed message.  Typically, Alpine complains that the end
34613 of the text has already been reached.  Setting this feature causes such
34614 keystrokes to be interpreted as if the &quot;Tab&quot; key had been hit, thus
34615 taking you to the next &quot;interesting&quot; message,
34616 or scanning ahead to the 
34617 next incoming folder with &quot;interesting&quot; messages.
34620 <UL>   
34621 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34622 </UL><P>
34623 &lt;End of help on this topic&gt;
34624 </BODY>
34625 </HTML>
34626 ====== h_config_cruise_mode_delete =====
34627 <HTML>
34628 <HEAD>
34629 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></TITLE>
34630 </HEAD>
34631 <BODY>
34632 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></H1>
34634 This feature modifies the behavior of Alpine's 
34635 <A HREF="h_config_cruise_mode">&quot;<!--#echo var="FEAT_enable-cruise-mode"-->&quot;</A> feature.  
34636 Setting this feature causes Alpine to implicitly delete read
34637 messages when it moves on to display the next &quot;interesting&quot; message.
34639 NOTE: Beware when enabling this feature AND the 
34640 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A> 
34641 feature.
34643 <UL>   
34644 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34645 </UL><P>
34646 &lt;End of help on this topic&gt;
34647 </BODY>
34648 </HTML>
34649 ====== h_config_slash_coll_entire =====
34650 <HTML>
34651 <HEAD>
34652 <TITLE>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></TITLE>
34653 </HEAD>
34654 <BODY>
34655 <H1>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></H1>
34657 The slash (/) command is available from the MESSAGE INDEX screen when
34658 the folder is sorted by either Threads or OrderedSubject, and the
34659 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
34660 is set to something other than &quot;none&quot;.
34661 Normally, the slash command Collapses or Expands the subthread that
34662 starts at the currently highlighted message, if any.
34663 If this option is set, then the slash command Collapses or Expands the
34664 <EM>entire</EM> current thread instead of just the subthread.
34665 The current thread is simply the top-level thread that contains the
34666 current message.
34669 <UL>   
34670 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34671 </UL><P>
34672 &lt;End of help on this topic&gt;
34673 </BODY>
34674 </HTML>
34675 ====== h_config_color_thrd_import =====
34676 <HTML>
34677 <HEAD>
34678 <TITLE>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></TITLE>
34679 </HEAD>
34680 <BODY>
34681 <H1>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></H1>
34683 This option affects only the THREAD INDEX screen.
34684 Whether or not you ever see a THREAD INDEX screen depends on the setting
34685 of the configuration option
34686 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
34687 and on the sort order of the index.
34690 If a message within a thread is flagged as Important
34691 and this option is set, then
34692 the entire line in the THREAD INDEX will be colored the color of the
34693 Index-important Symbol, which can be set using the
34694 <A HREF="h_color_setup">Setup Kolor</A> screen.
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_allow_goto =====
34704 <HTML>
34705 <HEAD>        
34706 <TITLE>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></TITLE>
34707 </HEAD>
34708 <BODY>
34709 <H1>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></H1>
34711 This feature modifies the behavior of Alpine's file browser.  Setting this
34712 feature causes Alpine to offer the "G Goto" command in the file browser.
34713 That is the default.
34717 The Goto command allows you to explicitly type in the desired directory.
34719 &lt;End of help on this topic&gt;
34720 </BODY></HTML>
34721 ====== h_config_add_ldap =====
34722 <HTML>
34723 <HEAD>
34724 <TITLE>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></TITLE>
34725 </HEAD>
34726 <BODY>
34727 <H1>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></H1>
34729 If both the Directory option
34730 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>  
34731 and this feature are set,
34732 then when an implicit directory lookup is done from the
34733 composer you will automatically be prompted to add the result of the
34734 directory lookup to your address book.
34736 <UL>   
34737 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34738 </UL><P>
34739 &lt;End of help on this topic&gt;
34740 </BODY>
34741 </HTML>
34742 ===== h_patterns_compat_behavior =====
34743 <HTML>
34744 <HEAD>
34745 <TITLE>Rules Behavior Changes in Pine 4.50</TITLE>
34746 </HEAD>
34747 <BODY>
34748 <H1>Rules Behavior Changes in Pine 4.50</H1>
34750 In Alpine, Rules that contain unrecognized elements
34751 are ignored.
34752 In most cases, the unrecognized elements will be something that was
34753 added as a new Rules feature in a later version of Alpine.
34754 In versions of Pine <EM>prior</EM> to 4.50, Pine did <EM>not</EM>
34755 ignore rules that contained unrecognized elements.
34756 For example, a new element of Rules that was added in Pine 4.50 is
34757 Age interval.
34758 Suppose you add an Indexcolor rule, using version Pine 4.50 or later, that colors
34759 all messages older than a week red.
34760 Now, if you run Pine 4.44 using that same configuration file, it will not
34761 recognize the Age interval and so will just ignore it.
34762 That means that all messages will match that rule so all messages will
34763 be colored red when using Pine version 4.44.
34766 This behavior was considered a bug so it is fixed in Alpine and Pine 4.50 and later.
34767 However, since the behavior still exists in versions prior to Pine 4.50 and
34768 since Filtering is a potentially destructive operation, another measure
34769 was taken to attempt to avoid unintentional Filtering of messages.
34770 The first time that you run Alpine or a Pine that is version 4.50 or greater,
34771 the rules in your Filters configuration variable (&quot;Patterns-Filters&quot;)
34772 will be copied to a new Filters configuration variable
34773 with a different name (&quot;Patterns-Filters2&quot;).
34774 From then on, Alpine will continue to use the new
34775 variable.
34776 Of course, Pine version 4.44 or lower will continue to use the old
34777 variable.
34778 That means that if you are using Alpine
34779 and also using a version of Pine that is older than 4.50, they will not
34780 share the configuration information about Filters.
34781 If you make a change in one version you won't see it in the other version.
34784 Since Scoring can be used to trigger Filtering, the same thing has been
34785 done for Score rules.
34786 The old configuration variable name is (&quot;Patterns-Scores&quot;)
34787 and the new name is (&quot;Patterns-Scores2&quot;).
34788 The same is not true of Role, Indexcolor, and Other rules that are
34789 thought to be less harmful when a mistake is made.
34792 &lt;End of help on this topic&gt;
34793 </BODY>
34794 </HTML>
34795 ======= h_config_filt_opts_sentdate =======
34796 <HTML>
34797 <HEAD>
34798 <TITLE>PATTERN FEATURE: Use-Date-Header-For-Age</TITLE>
34799 </HEAD>
34800 <BODY>
34801 <H1>PATTERN FEATURE: Use-Date-Header-For-Age</H1>
34803 By default, the Age interval of a Pattern uses a message's time of
34804 arrival to compute the age of the message.
34805 If this feature is set, the date in the message's Date header will
34806 be used instead.
34808 &lt;End of help on this topic&gt;
34809 </BODY>
34810 </HTML>
34811 ======= h_config_filt_opts_notdel =======
34812 <HTML>
34813 <HEAD>
34814 <TITLE>FILTER FEATURE: Move-Only-if-Not-Deleted</TITLE>
34815 </HEAD>
34816 <BODY>
34817 <H1>FILTER FEATURE: Move-Only-if-Not-Deleted</H1>
34819 If this option is set then a message will be moved into the
34820 specified folder only if it is not marked for deletion.
34821 This is useful if you have multiple Alpine sessions running
34822 simultaneously and you don't want messages to be filtered into a
34823 folder more than once.
34824 It is also useful if you want to filter
34825 only the &quot;undeleted&quot; messages in a newsgroup into a folder.
34826 This method is not foolproof.
34827 There may be cases where a message
34828 gets marked deleted and so it is never filtered into the folder.
34829 For example, if you deleted it in another Alpine session or another mail
34830 program that didn't use the filtering rule.
34832 This option has no effect if the Filter Action is not set to Move.
34834 &lt;End of help on this topic&gt;
34835 </BODY>
34836 </HTML>
34837 ======= h_config_filt_opts_nonterm =======
34838 <HTML>
34839 <HEAD>
34840 <TITLE>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</TITLE>
34841 </HEAD>
34842 <BODY>
34843 <H1>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</H1>
34845 If this option is set then this is a non-terminating rule.
34846 Usually, for each message, Alpine searches through the Filter Rules until
34847 a match is found and then it performs the action associated with that rule.
34848 Rules following the match are not considered.
34849 If this option is set then the search for matches will continue at the next
34850 rule.
34852 If a non-terminating rule matches then the actions associated with
34853 that rule, except for any implied deletion of the message, are performed
34854 before the match for the next rule is checked.
34855 For example, if the non-terminating rule sets the Important status, then that
34856 status will be set when the next rule is considered.
34857 However, if the non-terminating rule Moves the message, the message will
34858 actually be copied instead of copied and deleted so that it is still there
34859 for the next rule.
34860 A moved message is deleted after all the relevant rules have been checked.
34861 The name of the &quot;Move&quot; action is confusing in this case because
34862 a single message can be moved to more than one folder.
34863 It turns the Move into a Copy instead, but it is still followed by a deletion
34864 at the end.
34866 This option may be useful if you want to have a single message filtered to
34867 two different folders because it matches two different Patterns.
34868 For example, suppose you normally filter messages to a particular mailing
34869 list into one folder, and messages addressed directly to you into a second
34870 folder.
34871 If a message is sent to both you and the list (and you can tell that by
34872 looking at the headers of the message) this option may give you a convenient
34873 way to capture a copy to each folder.
34874 (It may also cause you to capture two copies to each folder,
34875 depending on whether your mail system delivers one or two copies of the
34876 message to you and on how the list works.)
34878 &lt;End of help on this topic&gt;
34879 </BODY>
34880 </HTML>
34881 ===== h_mainhelp_smime ======
34882 <HTML>
34883 <HEAD>
34884 <TITLE>S/MIME Overview</TITLE>
34885 </HEAD>
34886 <BODY>
34887 <H1>S/MIME Overview</H1>
34889 S/MIME is a standard for the public key encryption and signing of email.
34890 UNIX Alpine contains a basic implementation of S/MIME based on
34891 the <A HREF="http://www.openssl.org/">OpenSSL</A> libraries.
34892 To check if this version of Alpine supports S/MIME look at
34893 <A HREF="X-Alpine-Config:">Supported Options in this Alpine</A> and look
34894 for &quot;S/MIME&quot; under the &quot;Encryption&quot; heading.
34896 Some limitations:
34897 <UL>
34898    <LI> There is no PC-Alpine implementation.
34899    <LI> There is no provision for checking for CRLs
34900         (Certificate Revocation Lists) in Alpine.
34901    <LI> This built-in S/MIME implementation is not compatible with and does not help with PGP.
34902    <LI> There is no mechanism available for feeding either an entire incoming
34903         or an entire outgoing message to an external
34904         filter and using that external filter to do S/MIME or PGP processing.
34905    <LI> Because the implementation currently uses OpenSSL, there is only a very
34906         limited integration with the Mac OS Keychain (the storing and access of
34907         public certificates).
34908 </UL>
34910 The S/MIME configuration screen is reached by going to the Main Menu and typing
34911 the &quot;S&nbsp;Setup&quot; command followed by &quot;M&nbsp;S/MIME&quot;.
34914 <H2>S/MIME BASICS</H2>
34916 In order to digitally sign messages you send you must have a public/private key-pair.
34917 This may be obtained from a public Certificate Authority (CA) such as Thawte, Verisign, Comodo,
34918 or GoDaddy; or from a smaller CA such as a university which provides certificates for its
34919 users or a company which provides certificates for its workers.
34920 These certificates are bound to an email address, so the identity being verified is the
34921 email address not a person's name.
34923 Mail is signed by using the sender's private key, which only the owner of the private key
34924 has access to.
34925 The signature is verified using the signer's public key, which anyone can
34926 have access to.
34927 With Alpine, the first time you receive a signed message the public key of the
34928 sender will be stored for future use.
34931 Mail is encrypted using the recipient's public key and decrypted by
34932 the recipient with their private key.
34935 You need a key of your own in order to sign outgoing messages and to have others
34936 encrypt messages sent to you.
34937 You do not need a key of your own to verify signed messages sent by others or to
34938 encrypt messages sent to others.
34940 <H2>ALPINE S/MIME CERTIFICATE STORAGE</H2>
34942 By default UNIX Alpine stores the certificates it uses in a directory in your
34943 home directory.
34944 The directory name is
34946 <CENTER><SAMP>.alpine-smime</SAMP></CENTER>
34948 Within that directory are three subdirectories.
34949 Each of the three subdirectories contains files with PEM-encoded contents,
34950 the default format for OpenSSL.
34951 The &quot;<SAMP>public</SAMP>&quot; directory contains public certificates.
34952 The files within that directory have names that are email addresses with the
34953 suffix &quot;<SAMP>.crt</SAMP>&quot; appended.
34954 An example filename is
34956 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
34958 The &quot;<SAMP>private</SAMP>&quot; directory contains private keys, probably just one for
34959 your private key.
34960 These are also email addresses but with the suffix &quot;<SAMP>.key</SAMP>&quot; instead.
34961 The third directory is &quot;<SAMP>ca</SAMP>&quot; and it contains certificates for any Certificate
34962 Authorities that you want to trust but that aren't contained in the set of system CAs.
34963 Those files may have arbitrary names as long as they end with the
34964 suffix &quot;<SAMP>.crt</SAMP>&quot;.
34966 <H2>HOW TO SIGN AND ENCRYPT</H2>
34968 If you have a certificate you may sign outgoing messages.
34969 After typing the Ctrl-X command to send a message you will see the prompt
34971 <CENTER><SAMP>Send message?</SAMP></CENTER>
34973 Available subcommands include &quot;G&nbsp;Sign&quot; and &quot;E&nbsp;Encrypt&quot;.
34974 Typing the &quot;G&quot; command will change the prompt to
34976 <CENTER><SAMP>Send message (Signed)?</SAMP></CENTER>
34978 Typing the &quot;E&quot; command will change the prompt to
34980 <CENTER><SAMP>Send message (Encrypted)?</SAMP></CENTER>
34982 You may even type both to get
34984 <CENTER><SAMP>Send message (Encrypted, Signed)?</SAMP></CENTER>
34987 <H2>HOW TO READ SIGNED OR ENCRYPTED MESSAGES</H2>
34989 The reading of a signed message should not require any special action on
34990 your part.
34991 There should be an editorial addition at the start of the message which
34992 says either
34994 <CENTER><SAMP>This message was cryptographically signed.</SAMP></CENTER>
34998 <CENTER><SAMP>This message was cryptographically signed but the signature could not be verified.</SAMP></CENTER>
35000 If an encrypted message is sent to you the encrypted text will not
35001 be shown.
35002 You will have to type the &quot;Ctrl-D&nbsp;Decrypt&quot; command (from the screen where
35003 you are viewing the message) and supply your passphrase when asked.
35005 For a signed or encrypted message there is also a &quot;Ctrl-E&nbsp;Security&quot; command
35006 which gives you some information about the certificate used to sign or encrypt the message.
35008 <H2>MISCELLANEOUS</H2>
35010 If you have access to a private certificate in the PKCS12 format, which 
35011 would sometimes be in a file with a &quot;.p12&quot; extension, then you can 
35012 use the following commands to generate private keys, public and certificate
35013 authorities certificates. In the examples below, we assume that the 
35014 certificate in the p12 format is called &quot;certificate.p12&quot;, and 
35015 that your email address is &quot;your@address.com&quot;.
35018 In order to create a private key use the command
35020 <CENTER><SAMP>openssl pkcs12 -in certificate.p12 -out your@address.com.key</SAMP></CENTER>
35022 In order to create a public certificate use the command
35024 <CENTER><SAMP>
35025 openssl pkcs12 -in certificate.p12 -clcerts -nokeys -out your@address.com.crt
35026 </SAMP></CENTER>
35028 In order to create a certificate authority certificate use the command
35030 <CENTER><SAMP>
35031 openssl pkcs12 -in certificate.p12 -cacerts -nokeys -out certificate-ca.crt 
35032 </SAMP></CENTER>
35034 <P> If the previous command produces an empty file, it means that the 
35035 certificate authority was not included in the .p12 file, so you will have 
35036 to get it from some other sources. You will need these certificates, so 
35037 that you can validate correctly signatures.
35040 After you have exported these certificates and keys, you can  use the import 
35041 command in Alpine, from the S/MIME configuration screen,
35042 to import these certificates into Alpine. They will be available for use
35043 as soon as you import them.
35045 &lt;End of help on this topic&gt;
35046 </BODY>
35047 </HTML>
35048 ====== h_config_smime_pubcertdir =====
35049 <HTML>
35050 <HEAD>
35051 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></TITLE>
35052 </HEAD>
35053 <BODY>
35054 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></H1>
35056 UNIX Alpine only.
35058 If the option
35059 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
35060 is set then this option will have no effect.
35062 Normally, Public Certificates for use with S/MIME will be stored in the directory
35063 which is the value of this option.
35064 Those certificates will be stored in PEM format, one certificate per file.
35065 The name of the file for the certificate corresponding to
35067 <CENTER><SAMP>emailaddress</SAMP></CENTER>
35069 should be
35071 <CENTER><SAMP>emailaddress.crt</SAMP></CENTER>
35073 For example, a file for user@example.com would be in the file
35075 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
35077 in this directory.
35079 Use the Setup/SMIME screen to modify this variable.
35081 Typically, the public certificates that you have will come from S/MIME signed
35082 messages that are sent to you.
35083 Alpine will extract the public certificate from the signed message and store
35084 it in the certificates directory.
35085 These PEM format public certificates look something like:
35086 <PRE>
35087 -----BEGIN CERTIFICATE-----
35088 MIIFvTCCBKWgAwIBAgIQD4fYFHVI8T20yN4nus097DANBgkqhkiG9w0BAQUFADCB
35089 rjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2Ug
35090 Q2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExho
35092 2b9KGqDyMWW/rjNnmpjzjT2ObGM7lRA8lke4FLOLajhrz4ogO3b4DFfAAM1VSZH8
35093 D6sOwOLJZkLY8FRsfk63K+2EMzA2+qAzMKupgeTLqXIf
35094 -----END CERTIFICATE-----
35095 </PRE>
35097 <UL>   
35098 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35099 </UL><P>
35101 <UL>   
35102 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35103 </UL><P>
35104 &lt;End of help on this topic&gt;
35105 </BODY>
35106 </HTML>
35107 ====== h_config_smime_pubcertcon =====
35108 <HTML>
35109 <HEAD>
35110 <TITLE>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></TITLE>
35111 </HEAD>
35112 <BODY>
35113 <H1>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></H1>
35115 UNIX Alpine only.
35117 If this option is set it will be used instead of
35118 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
35120 This option gives you a way to store certificates remotely on an IMAP server
35121 instead of storing the certificates one per file locally.
35122 In order to do that you just give this option a remote folder name for a folder
35123 which does not yet exist.
35124 The name is similar to the name you might use for a remote configuration file.
35125 A remote folder name might look something like:
35127 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/publiccerts</SAMP></CENTER>
35130 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
35131 about the syntax of folder names.
35133 Use the Setup/SMIME screen to modify this variable.
35135 <UL>   
35136 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35137 </UL><P>
35139 <UL>   
35140 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35141 </UL><P>
35142 &lt;End of help on this topic&gt;
35143 </BODY>
35144 </HTML>
35145 ====== h_config_smime_privkeydir =====
35146 <HTML>
35147 <HEAD>
35148 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></TITLE>
35149 </HEAD>
35150 <BODY>
35151 <H1>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></H1>
35153 UNIX Alpine only.
35155 In order to sign outgoing S/MIME messages you will need a
35156 personal digital ID certificate.
35157 You will usually get such a certificate from a certificate authority such as
35158 Thawte or CAcert.
35159 (In order to encrypt outgoing messages you don't need a personal digital ID, you
35160 need the public certificate of the recipient instead.)
35161 If the option
35162 <A HREF="h_config_smime_privkeycon"><!--#echo var="VAR_smime-private-key-container"--></A>
35163 is set then this option will have no effect.
35165 Normally, Private Keys for use with S/MIME will be stored in the directory
35166 which is the value of this option.
35167 Those certificates will be stored in PEM format, one certificate per file.
35168 The name of the file for the certificate corresponding to your
35170 <CENTER><SAMP>emailaddress</SAMP></CENTER>
35172 should be
35174 <CENTER><SAMP>emailaddress.key</SAMP></CENTER>
35176 For example, if your address is user@example.com the name of the file would be
35178 <CENTER><SAMP>user@example.com.key</SAMP></CENTER>
35180 in this directory.
35182 Use the Setup/SMIME screen to modify this variable.
35184 Typically, the private key that you have will come from a Certificate
35185 Authority.
35186 The private key should be stored in a PEM format file that
35187 looks something like:
35188 <PRE>
35189 -----BEGIN RSA PRIVATE KEY-----
35190 Proc-Type: 4,ENCRYPTED
35191 DEK-Info: DES-EDE3-CBC,2CBD328FD84CF5C6
35193 YBEXYLgLU9NJoc1V+vJ6UvcF08RX54S6jXsmgL0b5HGkudG6fhnmHkH7+UCvM5NI
35194 SXO/F8iuZDfs1VGG0NyitkFZ0Zn2vfaGovBvm15gx24b2xnZDLRB7/bNZkurnK5k
35195 VjAjZ2xXn2hFp2GJwqRdmxYNqsKGu52B99oti5HUWuZ2GFRaWjn5hYOqeApZE2uA
35197 oSRqfI51UdSRt0tmGhHeTvybUVrHm9eKft8TTGf+qSBqzSc55CsmoVbRzw4Nfhix
35198 m+4TJybNGNfAgOctSkEyY/OCb49fRRQTCBZVIhzLGGmpYmkO55HbIA==
35199 -----END RSA PRIVATE KEY-----
35200 </PRE>
35202 <UL>   
35203 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35204 </UL><P>
35206 <UL>   
35207 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35208 </UL><P>
35209 &lt;End of help on this topic&gt;
35210 </BODY>
35211 </HTML>
35212 ====== h_config_smime_privkeycon =====
35213 <HTML>
35214 <HEAD>
35215 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-container"--></TITLE>
35216 </HEAD>
35217 <BODY>
35218 <H1>OPTION: <!--#echo var="VAR_smime-private-key-container"--></H1>
35220 UNIX Alpine only.
35222 If this option is set it will be used instead of
35223 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
35225 This option gives you a way to store keys remotely on an IMAP server
35226 instead of storing the keys one per file locally.
35227 In order to do that you just give this option a remote folder name for a folder
35228 which does not yet exist.
35229 The name is similar to the name you might use for a remote configuration file.
35230 A remote folder name might look something like:
35232 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/privatekeys</SAMP></CENTER>
35235 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
35236 about the syntax of folder names.
35238 Use the Setup/SMIME screen to modify this variable.
35240 <UL>   
35241 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35242 </UL><P>
35244 <UL>   
35245 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35246 </UL><P>
35247 &lt;End of help on this topic&gt;
35248 </BODY>
35249 </HTML>
35250 ====== h_config_smime_cacertdir =====
35251 <HTML>
35252 <HEAD>
35253 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></TITLE>
35254 </HEAD>
35255 <BODY>
35256 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></H1>
35258 UNIX Alpine only.
35260 If the option
35261 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>
35262 is set then this option will have no effect.
35264 CACert is a shorthand name for certification authority certificate.
35265 Normally Alpine will use the CACerts that are located in the standard system
35266 location for CACerts.
35267 It may be the case that one of your correspondents has a Digital ID which has
35268 been signed by a certificate authority that is not in the regular set of system certificate
35269 authorities.
35270 You may supplement the system list by adding further certificates of your own.
35271 These should  be stored in the directory
35272 which is the value of this option.
35273 The certificates will be stored in PEM format, one certificate per file.
35274 The names of the files can be anything ending in &quot;.crt&quot;.
35276 Use the Setup/SMIME screen to modify this variable.
35278 These PEM format CA certificates look very similar to your public
35279 certificates for particular email addresses
35280 (<A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>).
35282 <UL>   
35283 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35284 </UL><P>
35286 <UL>   
35287 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35288 </UL><P>
35289 &lt;End of help on this topic&gt;
35290 </BODY>
35291 </HTML>
35292 ====== h_config_smime_cacertcon =====
35293 <HTML>
35294 <HEAD>
35295 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></TITLE>
35296 </HEAD>
35297 <BODY>
35298 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></H1>
35300 UNIX Alpine only.
35302 If this option is set it will be used instead of
35303 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
35305 This option gives you a way to store certificates remotely on an IMAP server
35306 instead of storing the certificates one per file locally.
35307 In order to do that you just give this option a remote folder name for a folder
35308 which does not yet exist.
35309 The name is similar to the name you might use for a remote configuration file.
35310 A remote folder name might look something like:
35312 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/cacerts</SAMP></CENTER>
35315 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
35316 about the syntax of folder names.
35318 Use the Setup/SMIME screen to modify this variable.
35320 <UL>   
35321 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35322 </UL><P>
35324 <UL>   
35325 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35326 </UL><P>
35327 &lt;End of help on this topic&gt;
35328 </BODY>
35329 </HTML>
35330 ========== h_config_smime_sign_by_default ==========
35331 <HTML>
35332 <HEAD>
35333 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></TITLE>
35334 </HEAD>
35335 <BODY>
35336 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></H1>
35338 UNIX Alpine only.
35340 This feature only has an effect if your version of Alpine includes
35341 support for S/MIME.
35342 It affects Alpine's behavior when you send a message.
35343 If this option is set, the &quot;Sign&quot; option will default to ON when sending messages.
35345 Only the default value is affected.
35346 In any case, you may still toggle the Signing option on or off before sending
35347 with the &quot;G Sign&quot; command (provided you have a personal digital ID
35348 certificate).
35350 <UL>   
35351 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35352 </UL><P>
35355 <UL>   
35356 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35357 </UL><P>
35358 &lt;End of help on this topic&gt;
35359 </BODY>
35360 </HTML>
35361 ========== h_config_smime_use_cert_store ==========
35362 <HTML>
35363 <HEAD>
35364 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></TITLE>
35365 </HEAD>
35366 <BODY>
35367 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></H1>
35369 UNIX Alpine only.
35371 This feature only has an effect if your version of Alpine includes
35372 support for S/MIME.
35373 It affects Alpine's behavior when you validate a message, and should
35374 not be disabled, unless you are performing a test.
35376 There are two important aspects of validation: validation of the message
35377 (that is, the message was not modified after it was sent) 
35378 as well as validation of the identity of the sender. This option has to 
35379 do with the latter. 
35381 In order to validate that the message came from the sender in the message
35382 and not an impersonator, Alpine can 
35383 either use the certificates that come in the message, or the ones that 
35384 you have personally stored. If this feature is enabled (the default) then 
35385 Alpine will use certificates that you have already saved in your store 
35386 and not those that come in the message to validate the sender of the 
35387 message. In particular, the first time that you receive a signed message
35388 from a sender, and their certificate does not validate against your
35389 store, then you will be asked if you wish to save such certificate. If
35390 you do not wish to save the certificate, then Alpine will fail to validate
35391 the signature of the message. Otherwise, Alpine will proceed to validate
35392 the signature of the message. This behavior helps you prevent against impersonation, because 
35393 it is assumed that you trust the certificates that you have saved, and 
35394 might not trust those that came with the message that you are validating.
35396 <UL>   
35397 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35398 </UL><P>
35401 <UL>   
35402 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35403 </UL><P>
35404 &lt;End of help on this topic&gt;
35405 </BODY>
35406 </HTML>
35407 ========== h_config_smime_pubcerts_in_keychain ==========
35408 <HTML>
35409 <HEAD>
35410 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></TITLE>
35411 </HEAD>
35412 <BODY>
35413 <H1>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></H1>
35415 UNIX Alpine only.
35417 If this feature is set the Mac OS X default keychain will be used as the place
35418 to store public certificates instead of a
35419 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
35420 or a
35421 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
35423 <UL>   
35424 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35425 </UL><P>
35427 <UL>   
35428 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35429 </UL><P>
35430 &lt;End of help on this topic&gt;
35431 </BODY>
35432 </HTML>
35433 ========== h_config_smime_dont_do_smime ==========
35434 <HTML>
35435 <HEAD>
35436 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></TITLE>
35437 </HEAD>
35438 <BODY>
35439 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></H1>
35441 UNIX Alpine only.
35443 Setting this feature turns off all of Alpine's S/MIME support.
35444 You might want to set this if you are having trouble due to the S/MIME support.
35446 <UL>   
35447 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35448 </UL><P>
35451 <UL>   
35452 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35453 </UL><P>
35454 &lt;End of help on this topic&gt;
35455 </BODY>
35456 </HTML>
35457 ========== h_config_smime_encrypt_by_default ==========
35458 <HTML>
35459 <HEAD>
35460 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></TITLE>
35461 </HEAD>
35462 <BODY>
35463 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></H1>
35465 UNIX Alpine only.
35467 This feature only has an effect if your version of Alpine includes
35468 support for S/MIME.
35469 It affects Alpine's behavior when you send a message.
35470 If this option is set, the &quot;Encrypt&quot; option will default to ON when sending messages.
35472 Only the default value is affected.
35473 In any case, you may still toggle the Encrypt option on or off before sending
35474 with the &quot;E Encrypt&quot; command (provided you have a the public digital ID
35475 for the recipient).
35477 <UL>   
35478 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35479 </UL><P>
35482 <UL>   
35483 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35484 </UL><P>
35485 &lt;End of help on this topic&gt;
35486 </BODY>
35487 </HTML>
35488 ========== h_config_smime_remember_passphrase ==========
35489 <HTML>
35490 <HEAD>
35491 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></TITLE>
35492 </HEAD>
35493 <BODY>
35494 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></H1>
35496 UNIX Alpine only.
35498 This feature only has an effect if your version of Alpine includes
35499 support for S/MIME.
35500 If this option is set, you will only have to enter your passphrase for your private key
35501 once during an Alpine session.
35503 <UL>   
35504 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35505 </UL><P>
35508 <UL>   
35509 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35510 </UL><P>
35511 &lt;End of help on this topic&gt;
35512 </BODY>
35513 </HTML>
35514 ====== h_config_smime_transfer_pub_to_con =====
35515 <HTML>
35516 <HEAD>
35517 <TITLE>S/MIME: Transfer Public Certs to Container</TITLE>
35518 </HEAD>
35519 <BODY>
35520 <H1>S/MIME: Transfer Public Certs to Container</H1>
35522 UNIX Alpine only.
35524 The Transfer command will copy the public certificates in your configured
35525 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
35526 to the container in your configured
35527 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
35528 This might be useful if you decide to switch from using a cert directory to a cert
35529 container.
35531 Warning: Any previous contents in the container will be lost.
35533 <UL>   
35534 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35535 </UL><P>
35537 <UL>   
35538 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35539 </UL><P>
35540 &lt;End of help on this topic&gt;
35541 </BODY>
35542 </HTML>
35543 ====== h_config_smime_transfer_pub_to_dir =====
35544 <HTML>
35545 <HEAD>
35546 <TITLE>S/MIME: Transfer Public Certs to Directory</TITLE>
35547 </HEAD>
35548 <BODY>
35549 <H1>S/MIME: Transfer Public Certs to Directory</H1>
35551 UNIX Alpine only.
35553 The Transfer command will copy the public certificates in your configured
35554 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
35555 to the directory in your configured
35556 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
35557 This might be useful if you decide to switch from using a cert container to a cert
35558 directory.
35560 <UL>   
35561 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35562 </UL><P>
35564 <UL>   
35565 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35566 </UL><P>
35567 &lt;End of help on this topic&gt;
35568 </BODY>
35569 </HTML>
35570 ====== h_config_smime_transfer_priv_to_con =====
35571 <HTML>
35572 <HEAD>
35573 <TITLE>S/MIME: Transfer Private Keys to Container</TITLE>
35574 </HEAD>
35575 <BODY>
35576 <H1>S/MIME: Transfer Private Keys to Container</H1>
35578 UNIX Alpine only.
35580 The Transfer command will copy the private keys in your configured
35581 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
35582 to the container in your configured
35583 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
35584 This might be useful if you decide to switch from using a key directory to a key
35585 container.
35587 Warning: Any previous contents in the container will be lost.
35589 <UL>   
35590 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35591 </UL><P>
35593 <UL>   
35594 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35595 </UL><P>
35596 &lt;End of help on this topic&gt;
35597 </BODY>
35598 </HTML>
35599 ====== h_config_smime_transfer_priv_to_dir =====
35600 <HTML>
35601 <HEAD>
35602 <TITLE>S/MIME: Transfer Private Keys to Directory</TITLE>
35603 </HEAD>
35604 <BODY>
35605 <H1>S/MIME: Transfer Private Keys to Directory</H1>
35607 UNIX Alpine only.
35609 The Transfer command will copy the private keys in your configured
35610 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
35611 to the directory in your configured
35612 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
35613 This might be useful if you decide to switch from using a key container to a key
35614 directory.
35616 <UL>   
35617 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35618 </UL><P>
35620 <UL>   
35621 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35622 </UL><P>
35623 &lt;End of help on this topic&gt;
35624 </BODY>
35625 </HTML>
35626 ====== h_config_smime_transfer_cacert_to_con =====
35627 <HTML>
35628 <HEAD>
35629 <TITLE>S/MIME: Transfer CA Certs to Container</TITLE>
35630 </HEAD>
35631 <BODY>
35632 <H1>S/MIME: Transfer CA Certs to Container</H1>
35634 UNIX Alpine only.
35636 The Transfer command will copy the CA certificates in your configured
35637 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>
35638 to the container in your configured
35639 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
35640 This might be useful if you decide to switch from using a CA cert directory to a CA cert
35641 container.
35643 Warning: Any previous contents in the container will be lost.
35645 <UL>   
35646 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35647 </UL><P>
35649 <UL>   
35650 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35651 </UL><P>
35652 &lt;End of help on this topic&gt;
35653 </BODY>
35654 </HTML>
35655 ====== h_config_smime_transfer_cacert_to_dir =====
35656 <HTML>
35657 <HEAD>
35658 <TITLE>S/MIME: Transfer CA Certs to Directory</TITLE>
35659 </HEAD>
35660 <BODY>
35661 <H1>S/MIME: Transfer CA Certs to Directory</H1>
35663 UNIX Alpine only.
35665 The Transfer command will copy the CA certificates in your configured
35666 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
35667 to the directory in your configured
35668 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
35669 This might be useful if you decide to switch from using a CA cert container to a CA cert
35670 directory.
35672 <UL>   
35673 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35674 </UL><P>
35676 <UL>   
35677 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35678 </UL><P>
35679 &lt;End of help on this topic&gt;
35680 </BODY>
35681 </HTML>
35682 ====== h_config_smime_transfer_pubcon_to_key =====
35683 <HTML>
35684 <HEAD>
35685 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
35686 </HEAD>
35687 <BODY>
35688 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
35690 Mac OS X Alpine only.
35692 The Transfer command will copy the public certificates in your configured
35693 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
35694 to your default Mac OS X Keychain.
35695 This might be useful if you decide to switch from using a cert container to using
35696 the Keychain to store your public certs, which you may do by using the
35697 feature
35698 <A HREF="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></A>.
35700 <UL>   
35701 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35702 </UL><P>
35704 <UL>   
35705 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35706 </UL><P>
35707 &lt;End of help on this topic&gt;
35708 </BODY>
35709 </HTML>
35710 ====== h_config_smime_transfer_pubkey_to_con =====
35711 <HTML>
35712 <HEAD>
35713 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
35714 </HEAD>
35715 <BODY>
35716 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
35718 UNIX Alpine only.
35720 The Transfer command will copy the public certificates in your configured
35721 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
35722 to your default Mac OS X Keychain.
35723 This might be useful if you decide to switch from using a cert container to using
35724 the Keychain to store your public certs.
35726 <UL>   
35727 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35728 </UL><P>
35730 <UL>   
35731 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35732 </UL><P>
35733 &lt;End of help on this topic&gt;
35734 </BODY>
35735 </HTML>
35736 ====== h_config_smime_public_certificates =====
35737 <HTML>
35738 <HEAD>
35739 <TITLE>S/MIME: Manage Public Certificates</TITLE>
35740 </HEAD>
35741 <BODY>
35742 <H1>S/MIME: Manage Public Certificates</H1>
35744 UNIX Alpine only.
35746 This menu item allows you to manage your public certificates, this
35747 may include your own public certificate, but it normally includes
35748 certificates of people you correspond with. These certificates are
35749 saved by Alpine automatically when they are found in signed messages
35750 that you receive. This interface allows you to manage them, by
35751 giving you the option to delete them, or trust them (in the case
35752 of self-signed certificates).
35755 Please note that Alpine will not validate a message that was sent to you
35756 using a self-signed certificate, unless you decide to trust that certificate.
35757 Internally, a certificate is trusted by copying it to the
35758 <A HREF="h_config_smime_certificate_authorities">Certificate Authorities</A> 
35759 collection. If you decide that you want to stop trusting a self-signed
35760 certificate, you must delete such certificate from such collection.
35762 The <B>I</B> Import command available in this screen allows you to 
35763 import a command to this collection.
35765 <UL>   
35766 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35767 </UL><P>
35769 <UL>   
35770 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35771 </UL><P>
35772 &lt;End of help on this topic&gt;
35773 </BODY>
35774 </HTML>
35775 ====== h_config_smime_private_keys =====
35776 <HTML>
35777 <HEAD>
35778 <TITLE>S/MIME: Manage Private Keys</TITLE>
35779 </HEAD>
35780 <BODY>
35781 <H1>S/MIME: Manage Private Keys</H1>
35783 UNIX Alpine only.
35785 This option allows you to manage your private key. Normally a person has only
35786 one key, in the same way that a person only has one valid passport, or ID card,
35787 at any given time. This option allows you to manage private keys. You can
35788 delete them or import them. Additionally, you can view information
35789 about your public certificate, such as the issuer and the dates of validity
35790 of such certificate, among others.
35793 If you have more than one e-mail address for which you want to use the 
35794 same private key, you must add all those addresses to the private key at 
35795 the moment that the key is generated. When you receive a signed message using 
35796 a key generated for several e-mail addresses, Alpine will save a 
35797 certificate for each e-mail address included in such certificate.
35799 The <B>I</B> Import command available in this screen allows you to 
35800 import a command to this collection.
35802 <UL>   
35803 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35804 </UL><P>
35806 <UL>   
35807 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35808 </UL><P>
35809 &lt;End of help on this topic&gt;
35810 </BODY>
35811 </HTML>
35812 ====== h_config_smime_certificate_authorities =====
35813 <HTML>
35814 <HEAD>
35815 <TITLE>S/MIME: Manage Certificate Authorities</TITLE>
35816 </HEAD>
35817 <BODY>
35818 <H1>S/MIME: Manage Certificate Authorities</H1>
35820 UNIX Alpine only.
35822 This collection contains certificates that are needed to validate the 
35823 certificate of another person, and therefore contains certificates that 
35824 you trust. Typically a certificate is signed by another entity, called a 
35825 certificate authority. This option allows you to manage which certificates 
35826 you trust, allowing you to import them and to delete them or view information
35827 about each certificate, such as the issuer and the dates of validity
35828 of such certificate.
35830 The <B>I</B> Import command available in this screen allows you to 
35831 import a command to this collection.
35833 <UL>   
35834 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35835 </UL><P>
35837 <UL>   
35838 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35839 </UL><P>
35840 &lt;End of help on this topic&gt;
35841 </BODY>
35842 </HTML>
35843 ====== h_config_smime_password_file_certificates =====
35844 <HTML>
35845 <HEAD>
35846 <TITLE>S/MIME: Manage Password File Certificates</TITLE>
35847 </HEAD>
35848 <BODY>
35849 <H1>S/MIME: Manage Password File Certificates</H1>
35851 UNIX Alpine only.
35853 This option allows you to manage the certificates that are used to
35854 encrypt and decrypt your password file. This is useful in case you
35855 want to change the certificates used to encrypt your password file.
35857 In order to avoid unauthorized use of this option, you are asked to
35858 enter the password of the current private key used to encrypt your
35859 password file.
35861 Once you have entered your password for the current key, you enter a
35862 screen where you can import your new key, and see the information on your
35863 current key.
35865 To import a new key press &quot;RETURN&quot; and enter the location of
35866 the new key. You will be asked to enter the password of the new key. If
35867 this part of the process is successful, Alpine will search for the 
35868 certificate that matches that key. If your key is named 
35869 &quot;your_email@address.com.key&quot;, then Alpine will look for your
35870 certificate in the same directory in the file named
35871 &quot;your_email@address.com.crt&quot;, otherwise it will look for it
35872 as part of your key (that is, it will look to see if your certificate
35873 is in the file &quot;your_email@address.com.key&quot;), if all of this
35874 fails, Alpine will ask you to enter the location of the certificate
35875 that matches the key you unlocked. If a certificate is found, it will be 
35876 used, and in this case, the password file will be read, decrypted with the 
35877 old key and encrypted with the new key. Once this is done, the new key and 
35878 certificates are saved, and the old keys are permanently deleted.
35880 Alpine does not create a backup of your password file, or your old keys
35881 that will be replaced. If you need to keep old copies, you will have to do
35882 this operation outside Alpine.
35883 <UL>   
35884 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35885 </UL><P>
35887 <UL>   
35888 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35889 </UL><P>
35890 &lt;End of help on this topic&gt;
35891 </BODY>
35892 </HTML>
35893 ====== h_certificate_information =====
35894 <HTML>
35895 <HEAD>
35896 <TITLE>S/MIME: Certificate Information Screen</TITLE>
35897 </HEAD>
35898 <BODY>
35899 <H1>S/MIME: Certificate Information Screen</H1>
35901 UNIX Alpine only.
35903 The CERTIFICATE INFORMATION screen shows you information contained in a certificate
35904 such as its owner, e-mail address, issuer, and interval of validity, 
35905 among others.
35907 In the case of public certificates, this screen shows you if there was a
35908 failure when attempting to validate such message. If the certificate is
35909 self-signed, then the <B>T</B> Trust command will be available, which
35910 you can use to trust such certificate and make Alpine not fail validating 
35911 signatures signed with such certificate.
35913 You can also mark a certificate deleted, with the <B>D</B> command, or 
35914 remove the deleted mark with the <B>U</B> undelete command.
35916 In the case of your private key, Alpine shows you the information
35917 from your public key. Additionally, Alpine allows you to see public
35918 and private information about your key, with the <B>B</B> and
35919 <B>R</B> commands respectively.
35920 <UL>   
35921 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35922 </UL><P>
35924 <UL>   
35925 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35926 </UL><P>
35927 &lt;End of help on this topic&gt;
35928 </BODY>
35929 </HTML>
35930 ====== h_config_smime_manage_public_menu =====
35931 <HTML>
35932 <HEAD>
35933 <TITLE>S/MIME: Menu of Commands to Manage Public Certificates</TITLE>
35934 </HEAD>
35935 <BODY>
35936 <H1>S/MIME: Commands that Manage Public Certificates</H1>
35938 UNIX Alpine only.
35940 This screen allows you to manage your public certificates. 
35942 The format of this screen is as follows. There are five fields: The 
35943 leftmost field is normally empty, but it could contain the letter 
35944 &quot;D&quot; to indicate that that certificate has been marked for 
35945 deletion. The next field is the e-mail address of the owner of the 
35946 certificate, shown in its entirety. The third and fourth field are the 
35947 first and last day validity for that certificate, respectively. The date
35948 is displayed in the user's locale unless the option 
35949 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>
35950 is set. In this case, the month, day and year are represented by two
35951 digits, and the format used is mm/dd/yy. Finally, the fifth 
35952 field is what can be displayed of the MD5 hash of the certificate. You can 
35953 use any of the last three fields to distinguish between two certificates 
35954 for the same owner.
35956 Available commands in this screen and a short description of what they 
35957 do follows.
35958 <UL>
35959 <LI> <B>I</B> Imports a public certificate to this collection.
35960 <LI> <B>V</B> View information about a certificate such as the name of the person the
35961 certificate was issued to, its dates of validity, and validity status.
35962 <LI> <B>D</B> Marks a certificate deleted.
35963 <LI> <B>U</B> Removes the deletion mark on a certificate.
35964 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
35965 <LI> <B>T</B> This command is only available for self-signed certificates, and allows you to
35966 trust a certificate by copying it to the collection of trusted certificates.
35967 </UL>
35969 All commands provide feedback to let you know about their success or failure.
35971 <UL>   
35972 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35973 </UL><P>
35975 <UL>   
35976 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35977 </UL><P>
35978 &lt;End of help on this topic&gt;
35979 </BODY>
35980 </HTML>
35981 ====== h_config_smime_manage_private_menu =====
35982 <HTML>
35983 <HEAD>
35984 <TITLE>S/MIME: Menu of Commands to Manage Private Keys</TITLE>
35985 </HEAD>
35986 <BODY>
35987 <H1>S/MIME: Commands that Manage Private Keys</H1>
35989 UNIX Alpine only.
35991 This screen allows you to manage your private key.
35993 The format of this screen is as follows. There are five fields: The 
35994 leftmost field is normally empty, but it could contain the letter 
35995 &quot;D&quot; to indicate that that certificate has been marked for 
35996 deletion. The next field is the e-mail address of the owner of the 
35997 certificate, shown in its entirety. The third field is the first day of 
35998 validity for that certificate; the fourth field in the last day that that 
35999 certificate is valid, and the fifth field is what can be displayed of the 
36000 MD5 hash of the public certificate corresponding to this private key. You 
36001 can use any of the last three fields to distinguish between two 
36002 certificates for the same owner.
36004 Available commands and a short description of what they do follows.
36005 <UL>
36006 <LI> <B>I</B> Imports a new public key to this collection.
36007 <LI> <B>V</B> View information about the public certificate corresponding to this
36008 key.
36009 <LI> <B>D</B> Marks a key to be deleted.
36010 <LI> <B>U</B> Removes the deletion mark on a key.
36011 <LI> <B>X</B> Removes all keys marked deleted permanently (cannot be undone).
36012 Note that expunging a private key does not remove the public key, which must
36013 be removed separately.
36014 </UL>
36016 All commands provide feedback to let you know about their success or failure.
36018 <UL>   
36019 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36020 </UL><P>
36022 <UL>   
36023 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36024 </UL><P>
36025 &lt;End of help on this topic&gt;
36026 </BODY>
36027 </HTML>
36028 ====== h_config_smime_manage_cacerts_menu =====
36029 <HTML>
36030 <HEAD>
36031 <TITLE>S/MIME: Menu of Commands to Manage Certificate Authorities</TITLE>
36032 </HEAD>
36033 <BODY>
36034 <H1>S/MIME: Commands that Manage Certificate Authorities</H1>
36036 UNIX Alpine only.
36038 This screen allows you to manage your collection of certificates that you
36039 trust. 
36041 The format of this screen is as follows. There are five fields: The 
36042 leftmost field is normally empty, but it could contain the letter 
36043 &quot;D&quot; to indicate that that certificate has been marked for 
36044 deletion. The next field is the e-mail address of the owner of the 
36045 certificate, shown in its entirety. The third field is the first day of 
36046 validity for that certificate; the fourth field in the last day that that 
36047 certificate is valid, and the fifth field is what can be displayed of the 
36048 MD5 hash of the certificate. You can use any of the last three fields to 
36049 distinguish between two certificates for the same owner.
36051 Available commands and a short description of what they do follows.
36052 <UL>
36053 <LI> <B>I</B> Imports a trusted certificate to this collection. This is
36054 done by reading the certificate and validating it. Once a certificate
36055 is found to be valid, it is saved, adding the extension &quot;.crt&quot;
36056 to the certificate, if necessary.
36057 <LI> <B>V</B> View information about this certificate, such as its issuer 
36058 and validity dates.
36059 <LI> <B>D</B> Marks a certificate to be deleted.
36060 <LI> <B>U</B> Removes the deletion mark on a certificate.
36061 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
36062 </UL>
36064 All commands provide feedback to let you know about their success or failure.
36066 <UL>
36067 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36068 </UL><P>
36070 <UL>   
36071 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36072 </UL><P>
36073 &lt;End of help on this topic&gt;
36074 </BODY>
36075 </HTML>
36076 ====== h_config_lame_list_mode =====
36077 <HTML>
36078 <HEAD>
36079 <TITLE>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></TITLE>
36080 </HEAD>
36081 <BODY>
36082 <H1>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></H1>
36084 This feature modifies the method Alpine uses to ask your IMAP
36085 server for folder names to display in the FOLDER LIST screen.
36086 It is intended to compensate for a small set of IMAP servers that
36087 are programmed to ignore a part of the request, and thus respond
36088 to Alpine's query with nonsensical results.
36091 If you find that Alpine is erroneously displaying blank folder lists,
36092 try enabling this feature.
36095 NOTE: Enabling this feature has consequences for the Goto and Save
36096 commands.  Many servers allow access to folders outside the area
36097 reserved for your personal folders via some reserved character,
36098 typically '#' (sharp), '~' (tilde) or '/' (slash).  This mechanism
36099 allows, at the Goto and Save prompts, quick access to folders
36100 outside your personal folder collection without requiring a specific
36101 collection definition.  This behavior will generally not be available
36102 when this feature is enabled.
36105 <UL>   
36106 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36107 </UL><P>
36108 &lt;End of help on this topic&gt;
36109 </BODY>
36110 </HTML>
36111 ====== h_config_enable_mulnewsrcs =====
36112 <HTML>
36113 <HEAD>
36114 <TITLE>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></TITLE>
36115 </HEAD>
36116 <BODY>
36117 <H1>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></H1>
36119 This feature makes it so Alpine can use multiple newsrcs based on
36120 the news server being connected to, which allows for separate lists
36121 of subscribed-to newsgroups. When this feature is not set, there is only
36122 one list of newsgroups.
36124 Under this feature, the name of a newsrc is based on the news server.
36125 For example, if your <a href="h_config_newsrc_path"><!--#echo var="VAR_newsrc-path"--></a>
36126 is set to &quot;.newsrc&quot;, and the news server you are connecting to is
36127 news.example.com, then the newsrc to be used is .newsrc-news.example.com.
36128 Setting this feature for the first time will allow for the option of using
36129 your old newsrc the next time you read news.
36131 If this feature is set, then the feature
36132 <A HREF="h_config_mulnews_as_typed"><!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></A>
36133 also may affect the name of the newsrc file that is used.
36135 <UL>   
36136 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36137 </UL><P>
36138 &lt;End of help on this topic&gt;
36139 </BODY>
36140 </HTML>
36141 ======= h_ab_export_vcard =======
36142 <HTML>
36143 <HEAD>
36144 <TITLE>Address Book Export Format</TITLE>
36145 </HEAD>
36146 <BODY>
36147 <H1>Address Book Export Format</H1>
36149 You are exporting address book data from Alpine to a file outside of Alpine.
36150 You are being asked to choose the format of the export.
36151 Here are the choices:
36153 <DL>
36154 <DT><EM>A</EM>ddress List</DT>
36155 <DD>
36156 The addresses from the address book entries you are saving
36157 from will be saved one address per line.
36158 Address book lists (those with more than one address) will have
36159 all of their addresses saved separately.
36160 </DD>
36162 <DT><EM>V</EM>Card</DT>
36163 <DD>
36164 The entries will be saved in
36165 <A HREF="h_whatis_vcard">vCard</A> format.
36166 </DD>
36168 <DT><EM>T</EM>ab Separated</DT>
36169 <DD>
36170 The entries will be saved in tab-separated columns.
36171 There will be just 4 columns of data that correspond to Alpine's
36172 Nickname field, Full Name field, Address field, and Comment field.
36173 It might prove useful to Select only the Simple, non-List address book
36174 entries before Saving.
36175 </DD>
36177 <DT><EM>^C</EM> Cancel</DT>
36178 <DD>
36179 Cancel out of the Save.
36180 </DD>
36182 </DL>
36186 &lt;End of help on this topic&gt;
36187 </BODY>
36188 </HTML>
36189 ====== h_config_predict_nntp_server =====
36190 <HTML>
36191 <HEAD>
36192 <TITLE>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></TITLE>
36193 </HEAD>
36194 <BODY>
36195 <H1>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></H1>
36197 This feature allows Alpine to assume that the open NNTP server at the
36198 time of composition is the NNTP server to which the message should be
36199 posted.  This is especially recommended when there are multiple News
36200 collections.  If this feature is not set, Alpine will try to post to the first server in
36201 the <a href="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></a> variable.  Setting
36202 this feature also negates the need to add News collection servers to
36203 the <!--#echo var="VAR_nntp-server"--> variable.
36205 This feature can be especially handy when used in conjunction with
36206 <a href="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></a>.
36208 <UL>   
36209 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36210 </UL><P>
36211 &lt;End of help on this topic&gt;
36212 </BODY>
36213 </HTML>
36214 ====== h_config_nntp_search_uses_overview =====
36215 <HTML>
36216 <HEAD>
36217 <TITLE>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></TITLE>
36218 </HEAD>
36219 <BODY>
36220 <H1>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></H1>
36222 This feature should probably be turned on unless it causes trouble.
36223 The results of the NNTP overview command (XOVER) may be used to help
36224 with some searches in news groups.
36225 It should result in quicker response time.
36226 Turning this feature on apparently causes search results which are
36227 different from what you would get with the feature turned off on some
36228 servers.
36230 <UL>   
36231 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36232 </UL><P>
36233 &lt;End of help on this topic&gt;
36234 </BODY>
36235 </HTML>
36236 ====== h_config_thread_sorts_by_arrival =====
36237 <HTML>
36238 <HEAD>
36239 <TITLE>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></TITLE>
36240 </HEAD>
36241 <BODY>
36242 <H1>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></H1>
36244 This feature affects how a threading sort arranges threads.  The default way
36245 to arrange threads is by the date of the earliest message in the thread.
36246 This feature arranges threads by the last message to arrive in a thread.
36248 This feature causes old threads that get recent messages to sort to the bottom,
36249 where previously a message arrival to a thread would not rearrange the order of
36250 that thread.
36252 <UL>   
36253 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36254 </UL><P>
36255 &lt;End of help on this topic&gt;
36256 </BODY>
36257 </HTML>
36258 ====== h_config_textplain_int =====
36259 <HTML>
36260 <HEAD>
36261 <TITLE>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></TITLE>
36262 </HEAD>
36263 <BODY>
36264 <H1>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></H1>
36266 This feature modifies the method Alpine uses to display Text/Plain
36267 MIME attachments from the Attachment Index screen.  Normally, the
36268 &quot;View&quot; command searches for any externally defined (usually
36269 via the
36270 &quot;<A HREF="h_config_mailcap_path">Mailcap</A>&quot; file) viewer,
36271 and displays the selected text within that viewer.
36274 Enabling this feature causes Alpine to ignore any external viewer
36275 settings and always display text with Alpine's internal viewer.
36278 <UL>   
36279 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36280 </UL><P>
36281 &lt;End of help on this topic&gt;
36282 </BODY>
36283 </HTML>
36284 ====== h_config_wp_columns =====
36285 <HTML>
36286 <HEAD>
36287 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></TITLE>
36288 </HEAD>
36289 <BODY>
36290 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></H1>
36292 Web Alpine only.
36294 This configuration setting specifies the number of horizontal characters
36295 used to format various WebAlpine pages.  Smaller values will tend to reduce
36296 the amount of horizontal scrolling required to view pages within narrow
36297 browsers, such as those found on PDAs, and larger values will tend to 
36298 spread more information across the page.
36301 The Message List page uses the width to determine how many characters
36302 to assign each field.  Note, a smaller value may result in a disproportionate
36303 amount of blank space between fields on each line.  Similarly, a large
36304 value may result in cramped fields or horizontal scrolling.
36307 The Message View page uses this value to determine when to wrap lines
36308 in displayed message text.  Note, a smaller value may result in jagged
36309 right margins or confusing quoting.  A larger value may cause lines of text to
36310 run beyond the browser's right edge, requiring horizontal scrolling.
36313 <UL>   
36314 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36315 </UL><P>
36316 &lt;End of help on this topic&gt;
36317 </BODY>
36318 </HTML>
36319 ====== h_config_wp_state =====
36320 <HTML>
36321 <HEAD>
36322 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></TITLE>
36323 </HEAD>
36324 <BODY>
36325 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></H1>
36327 Web Alpine only.
36329 Various aspects of cross-session state.
36332 <UL>   
36333 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36334 </UL><P>
36335 &lt;End of help on this topic&gt;
36336 </BODY>
36337 </HTML>
36338 ====== h_config_wp_aggstate =====
36339 <HTML>
36340 <HEAD>
36341 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></TITLE>
36342 </HEAD>
36343 <BODY>
36344 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></H1>
36346 Web Alpine only.
36348 Aggregate operations tab state.
36351 <UL>   
36352 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36353 </UL><P>
36354 &lt;End of help on this topic&gt;
36355 </BODY>
36356 </HTML>
36357 ====== h_config_wp_indexlines =====
36358 <HTML>
36359 <HEAD>
36360 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></TITLE>
36361 </HEAD>
36362 <BODY>
36363 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></H1>
36365 Web Alpine only.
36367 Number of index lines in table.
36370 <UL>   
36371 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36372 </UL><P>
36373 &lt;End of help on this topic&gt;
36374 </BODY>
36375 </HTML>
36376 ====== h_config_wp_indexheight =====
36377 <HTML>
36378 <HEAD>
36379 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></TITLE>
36380 </HEAD>
36381 <BODY>
36382 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></H1>
36384 Web Alpine only.
36386 Index table row height.
36389 <UL>   
36390 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36391 </UL><P>
36392 &lt;End of help on this topic&gt;
36393 </BODY>
36394 </HTML>
36395 ====== h_config_rss_news =====
36396 <HTML>
36397 <HEAD>
36398 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss_news"--></TITLE>
36399 </HEAD>
36400 <BODY>
36401 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-news"--></H1>
36403 Web Alpine only.
36405 RSS News feed.
36408 <UL>   
36409 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36410 </UL><P>
36411 &lt;End of help on this topic&gt;
36412 </BODY>
36413 </HTML>
36414 ====== h_config_rss_weather =====
36415 <HTML>
36416 <HEAD>
36417 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></TITLE>
36418 </HEAD>
36419 <BODY>
36420 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></H1>
36422 Web Alpine only.
36424 RSS Weather feed.
36427 <UL>   
36428 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36429 </UL><P>
36430 &lt;End of help on this topic&gt;
36431 </BODY>
36432 </HTML>
36433 ====== h_config_send_confirms_only_expanded =====
36434 <HTML>
36435 <HEAD>
36436 <TITLE>FEATURE: send-confirms-only-expanded</TITLE>
36437 </HEAD>
36438 <BODY>
36439 <H1>FEATURE: send-confirms-only-expanded (Web Alpine Only)</H1>
36441 This Web Alpine option specifies whether or not a Send confirmations
36442 happens when a composed message is readied for sending or not.  The
36443 default behavior is to not confirm that the nicknames were expanded to
36444 the intended addresses.
36447 <UL>   
36448 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36449 </UL><P>
36450 &lt;End of help on this topic&gt;
36451 </BODY>
36452 </HTML>
36453 ====== h_config_enable_jump_command =====
36454 <HTML>
36455 <HEAD>
36456 <TITLE>FEATURE: enable-jump-command</TITLE>
36457 </HEAD>
36458 <BODY>
36459 <H1>FEATURE: enable-jump-command (Web Alpine Only)</H1>
36461 This Web Alpine option specifies whether or not a Jump command is
36462 offered in the Message List and Message View pages.  The command is
36463 implemented as an input field in the left column of the List and View
36464 screens. 
36467 When enabled and a number is entered in the input field while the
36468 Message List is displayed, the Message List is reframed with the
36469 specified message.  While viewing a message, the message associated
36470 with the specified message number is displayed.
36473 <UL>   
36474 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36475 </UL><P>
36476 &lt;End of help on this topic&gt;
36477 </BODY>
36478 </HTML>
36479 ====== h_config_enable_newmail_sound =====
36480 <HTML>
36481 <HEAD>
36482 <TITLE>FEATURE: enable-newmail-sound</TITLE>
36483 </HEAD>
36484 <BODY>
36485 <H1>FEATURE: enable-newmail-sound (Web Alpine Only)</H1>
36487 This Web Alpine option specifies whether or not a sound file is sent
36488 to the web browser along with the newmail notification message.
36492 <UL>   
36493 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36494 </UL><P>
36495 &lt;End of help on this topic&gt;
36496 </BODY>
36497 </HTML>
36498 ====== h_config_render_html_internally =====
36499 <HTML>
36500 <HEAD>
36501 <TITLE>FEATURE: render-html-internally</TITLE>
36502 </HEAD>
36503 <BODY>
36504 <H1>FEATURE: render-html-internally (Web Alpine Only)</H1>
36506 By default, Web Alpine will pass cleansed HTML text you receive in messages 
36507 to the browser for display (rendering).  This feature causes Web Alpine to convert 
36508 the HTML text into plain text in the same way Unix and PC-Alpine do.
36512 <UL>   
36513 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36514 </UL><P>
36515 &lt;End of help on this topic&gt;
36516 </BODY>
36517 </HTML>
36518 ====== h_config_role_undo =====
36519 Yes, remember changes and exit back to list of roles; No, discard changes
36520 made in this screen; ^C, cancel exit and stay in this config screen.
36521 ====== h_exit_editor =====
36522 S, save changes and exit from the editor; D, do not save changes but
36523 do exit from the editor; or ^C, cancel exit and stay in the editor.
36524 ====== h_config_undo =====
36525 Yes, save changes and exit; No, exit without saving any changes made since
36526 entering this CONFIGURATION screen; ^C, cancel exit and stay in config screen.
36527 ====== h_os_index_whereis =====
36528 Enter ^V or ^Y to go immediately to the last or first message in the index.
36529 Or, enter the match string followed by RETURN.
36530 ====== h_os_index_whereis_agg =====
36531 Enter ^V or ^Y to go immediately to the last or first message in the index,
36532 Or, enter the match string followed by RETURN (or ^X to select all matches).
36533 =========== h_oe_add_full ==================
36534 Type the full name of the person being added and press the RETURN key.
36535 Press ^C to cancel addition.
36536 =========== h_oe_add_nick ==================
36537 Type a short nickname and press RETURN.  A nickname is a short easy-to-
36538 remember word, name or initials like "joe", or "wcfields."  ^C to cancel.
36539 ========== h_oe_add_addr ================
36540 Type the e-mail address and press RETURN.
36541 Press ^C to cancel addition.
36542 ========== h_oe_crlst_full ==============
36543 Type a long name or description for the list that you are creating and
36544 press RETURN.  Press ^C to cancel creation of list.
36545 =========== h_oe_crlst_nick =============
36546 Type a nickname (short, easy-to-remember name or single word) for the list
36547 you are creating and press RETURN.  Press ^C to cancel.
36548 ========== h_oe_crlst_addr ==============
36549 Type an e-mail address, or a nickname already in the address book that you
36550 want to be part of this list and press RETURN.
36551 ========== h_oe_adlst_addr =============
36552 Type an e-mail address or a nickname already in the address book that you
36553 want to add to this list and press RETURN.
36554 ========== h_oe_editab_nick ============
36555 Change the nickname using the arrow keys and delete key.  Press RETURN
36556 when done.  Press ^C to cancel editing and leave the nickname as it was.
36557 ========== h_oe_editab_full ============
36558 Change the full name using the arrow keys and delete key.  Press RETURN
36559 when done.  Press ^C to cancel editing and leave the full name as it was.
36560 ========== h_oe_editab_addr ============
36561 Change the address using the arrow keys and delete key.  Press RETURN
36562 when done.  Press ^C to cancel editing and leave the address as it was.
36563 ========== h_oe_editab_fcc ============
36564 Change the fcc using the arrow keys and delete key.  Press RETURN when
36565 done.  Press ^C to cancel editing and leave the fcc as it was.
36566 ========== h_oe_editab_comment ============
36567 Change the comment field using the arrow keys and delete key.  Press RETURN
36568 when done.  Press ^C to cancel editing and leave the comment as it was.
36569 ====== h_ab_forward =====
36570 Yes, expand nicknames and qualify local names with your current domain name;
36571 No, leave nicknames and local names as is;  ^C, cancel.
36572 ========== h_ab_export ==========
36573 Type the name of a file to write the addresses into and
36574 press RETURN.  You may also specify an absolute path.  Use ^C to cancel.
36575 ========== h_ab_edit_a_field ==========
36576 Edit any of the fields of the currently selected entry by typing one of the
36577 letters at the bottom of the screen.  Press ^C to cancel edit.
36578 ====== h_ab_del_data_revert =====
36579 Press B to completely delete addrbook and revert to default, C to delete config
36580 and revert while leaving data, or D to only delete data (make it empty).
36581 ====== h_ab_del_data_modify =====
36582 Press B to completely delete addrbook, C to delete configuration while leaving
36583 data, or D to delete data (make it empty) but leave config. ^C to cancel.
36584 ====== h_ab_del_config_modify =====
36585 Yes, remove this address book from my configuration.
36586 No, make no changes now.
36587 ====== h_ab_del_config_revert =====
36588 Yes, remove this address book from my config and revert to default.
36589 No, make no changes now.
36590 ====== h_ab_del_default =====
36591 Yes, remove this default address book from my configuration.
36592 No, make no changes now.
36593 ====== h_ab_really_delete =====
36594 Yes, delete the actual contents of the address book, not just the 
36595 configuration.  No, don't delete the data after all, cancel and start over.
36596 ====== h_ab_del_ignore =====
36597 Press I to ignore all the default address books for this category.  Press R to
36598 remove this one address book and add the others to your personal list.
36599 ====== h_ab_del_dir_ignore =====
36600 Press I to ignore all the default directory servers for this category.
36601 Press R to remove this one server and add the others to your personal list.
36602 ====== h_ab_copy_dups =====
36603 Yes, overwrite the existing entry.
36604 No, skip duplicates but save the rest. Press ^C to cancel.
36605 ====== h_confirm_cancel =====
36606 Type C to Confirm that you want to abandon the message you are composing.
36607 Type N or ^C to cancel out of the cancel and keep composing.
36608 ====== h_ab_text_or_vcard =====
36609 Text, start composer with displayed text already included.
36610 VCard, start composer with address book entry attached as a vCard. ^C cancels.
36611 ====== h_ab_backup_or_ldap =====
36612 Backup, copy email address from entry and allow editing of it.
36613 LDAP, copy LDAP search criteria, do not allow editing of it. ^C cancels.
36614 ====== h_ldap_text_or_vcard =====
36615 Text: export displayed text for selected entry. Address: export only the
36616 email address. VCard: export entry in vCard format. ^C cancels.
36617 ====== h_ab_save_exp =====
36618 Save, save entry or entries to an address book.
36619 Export, save to file outside of pine. ^C cancels save.
36620 ====== h_ab_add =====
36621 A, add a brand new entry to this address book.
36622 E, edit the entry that is currently highlighted. ^C to cancel.
36623 ====== h_ab_shuf =====
36624 U, swap order of highlighted address book and the one above it.
36625 D, swap order of highlighted address book and the one below it. ^C to cancel.
36626 ====== h_ab_shuf_up =====
36627 U, swap order of highlighted address book and the one above it.
36628 Press ^C to cancel.
36629 ====== h_ab_shuf_down =====
36630 D, swap order of highlighted address book and the one below it.
36631 Press ^C to cancel.
36632 ====== h_folder_prop =====
36633 Count is # of messages in the folder, Unseen means messages that have not
36634 been read, New means messages that were Recently added to the folder.
36635 ====== h_role_shuf =====
36636 U, swap order of highlighted rule and the one above it.
36637 D, swap order of highlighted rule and the one below it. ^C to cancel.
36638 ====== h_role_shuf_up =====
36639 U, swap order of highlighted rule and the one above it.
36640 Press ^C to cancel.
36641 ====== h_role_shuf_down =====
36642 D, swap order of highlighted rule and the one below it.
36643 Press ^C to cancel.
36644 ====== h_incoming_shuf =====
36645 B, swap order of highlighted directory and the one before it.
36646 F, swap order of highlighted directory and the one after it. ^C to cancel.
36647 ====== h_incoming_shuf_up =====
36648 B, swap order of highlighted directory and the one before it.
36649 Press ^C to cancel.
36650 ====== h_incoming_shuf_down =====
36651 F, swap order of highlighted directory and the one after it.
36652 Press ^C to cancel.
36653 ====== h_dir_shuf =====
36654 U, swap order of highlighted directory and the one above it.
36655 D, swap order of highlighted directory and the one below it. ^C to cancel.
36656 ====== h_dir_shuf_up =====
36657 U, swap order of highlighted directory and the one above it.
36658 Press ^C to cancel.
36659 ====== h_dir_shuf_down =====
36660 D, swap order of highlighted directory and the one below it.
36661 Press ^C to cancel.
36662 ====== h_hdrcolor_shuf =====
36663 U, swap order of highlighted Header Color and the one above it.
36664 D, swap order of highlighted Header Color and the one below it. ^C to cancel.
36665 ====== h_hdrcolor_shuf_up =====
36666 U, swap order of highlighted Header Color and the one above it.
36667 Press ^C to cancel.
36668 ====== h_hdrcolor_shuf_down =====
36669 D, swap order of highlighted Header Color and the one below it.
36670 Press ^C to cancel.
36671 ========== h_oe_editab_al ============
36672 Change the address using the arrow keys and delete key.  Press RETURN
36673 when done.  Press ^C to cancel editing and leave the address as it was.
36674 ========== h_dir_comp_search ===============
36675 Type a string to look for just like you would in the composer. Your configured
36676 rules for the servers with the implicit flag set will be used.
36677 ========== h_oe_searchab ===============
36678 Type the word or name you want to search for and press RETURN.  If you press
36679 RETURN without entering anything the word in [] will be searched for.
36680 ========== h_oe_chooseabook ==========
36681 Choose the address book you want to save the new entry in.
36682 Use ^N or ^P to change address books.  ^C to cancel.
36683 ========== h_oe_takeaddr ==========
36684 Edit the e-mail address using the arrow and delete keys.  Press RETURN
36685 when done.  Press ^C to cancel adding this entry to the address book.
36686 ========== h_oe_take_replace ==========
36687 Press R to replace the old entry with this new data.  You will still have
36688 another chance to cancel.  N to enter another nickname.  ^C to cancel now.
36689 ========== h_oe_take_replace_or_add ==========
36690 Press R to replace the old entry.  Press A to add the selected addresses to
36691 the old existing list.  N to enter another nickname. ^C to cancel now.
36692 ========== h_oe_takename ==========
36693 Edit the full name to be correct using the arrow and delete keys.  Press RETURN
36694 when done.  Press ^C to cancel adding this entry to the address book.
36695 ========== h_oe_takenick ==========
36696 Type a nickname (short easy-to-remember name, initials or single word) for this
36697 entry in the address book and press RETURN.  Press ^C to cancel addition.
36698 ========== h_oe_jump ==========
36699 Type the message number you want to jump to and press RETURN.  The word "end"
36700 represents the last message. Press ^C to cancel jumping to another message.
36701 ========== h_oe_jump_thd ==========
36702 Type the thread number you want to jump to and press RETURN.  The word "end"
36703 represents the last thread. Press ^C to cancel jumping to another thread.
36704 ========== h_oe_debuglevel ==========
36705 Higher number shows more debugging details.
36706 Press ^C if you want to cancel the change.
36707 ========== h_oe_broach ==========
36708 Type the name of the folder you want to open and press RETURN.  Press ^P/^N
36709 to go to the previous/next collections in the list.  Press ^C to cancel goto.
36710 ========== h_oe_foldsearch ==========
36711 Type the text you want to search for in foldernames and press RETURN.  If you
36712 press RETURN without entering anything, any text in [] will be searched for.
36713 ========== h_oe_foldrename ==========
36714 Change the old name of the folder to the new name using the arrow and
36715 delete keys and press RETURN.  Press ^C to cancel rename.
36716 ========== h_oe_login ==========
36717 Enter your login name for the host you are opening the mailbox on.  Just press
36718 RETURN to use your login from this host as is, or edit it with delete key.
36719 ========== h_oe_passwd ==========
36720 Type your password for the host and login shown as part of the prompt.
36721 Press ^C to cancel opening folder.
36722 ========== h_oe_choosep ==========
36723 Enter the number associated with the printer you want to select.  Press ^C to
36724 cancel the printer selection.  The current selection is highlighted.
36725 ========== h_oe_customp ==========
36726 Type the name of the Unix print command and press RETURN.  Press ^C to
36727 cancel the printer selection.
36728 ========== h_oe_searchview ==========
36729 Type the word or name you want to search for and press RETURN.  If you press
36730 RETURN without entering anything the word in [] will be searched for.
36731 ========== h_oe_keylock ==========
36732 The keyboard is in use and locked by another user.  Only that user can
36733 unlock this keyboard by typing the password.
36734 ========== h_wt_expire ==========
36735 At the beginning of each month Alpine offers to rename your current sent-mail
36736 folder to one named for the month so you have a sent-mail folder for each month
36737 ========== h_wt_delete_old ==========
36738 It is the beginning of the month, and we need to conserve disk
36739 space.  Please delete any sent-mail that you do not need.
36740 ========== h_select_sort ==========
36741 Select the order for sorting the index by typing the capitalized letter.
36742 Arrival is by arrival in your mailbox; Date is by time/day message was sent.
36743 ========== h_no_F_arg ============
36744 Enter name of file to be opened.
36746 ========== h_sticky_personal_name ==========
36747 Type in your name as you want it to appear on outgoing email.  This entry
36748 will be saved into your Alpine configuration file.
36749 ========== h_sticky_inbox ============
36750 INBOX syntax is usually {complete.machine.name}INBOX
36751 This entry will be saved in your Alpine configuration file.
36752 ========== h_sticky_smtp ============
36753 The name of the computer on your campus that relays your outgoing email
36754 to the Internet.  This entry will be saved in your Alpine configuration file.
36755 ========== h_sticky_user_id ==========
36756 The username or login-id part of your email address.  This entry will be
36757 saved in your Alpine configuration file.
36758 ========== h_sticky_domain ==========
36759 The domain part of your email address, NOT the name of your PC.  This
36760 entry will be saved in your Alpine configuration file.
36761 ========== h_bounce =========
36762 Enter the address or nickname of the intended recipient.  Alpine will resend
36763 the message, which will retain the original author's From: address.
36764 ========== h_incoming_add_folder_nickname =========
36765 Enter an (optional) nickname that will be used in lieu of the actual
36766 host and folder names in the FOLDER LIST display.
36767 ========== h_anon_forward ==========
36768 Enter the address of your intended recipient, or ^C to cancel.
36769 Example: jsmith@somewhere.edu
36770 ========== h_news_subscribe ==========
36771 Enter the name of the newsgroup to which you wish to subscribe,
36772 or ^C to cancel.  Example: comp.mail.pine
36773 ========== h_pipe_msg ==========
36774 Enter the name of the Unix command to which you wish to send this
36775 message, or ^C to cancel.
36776 ========== h_pipe_attach ==========
36777 Enter the name of the Unix command to which you wish to send this
36778 attachment, or ^C to cancel.
36779 ========== h_select_by_num ==========
36780 Enter a list of message numbers (or number ranges), or ^C to cancel. "end" 
36781 is the last message. "." is the current message. Example: 1-.,7-9,11,19,35-end
36782 ========== h_select_by_thrdnum ==========
36783 Enter a list of message numbers (or number ranges), or ^C to cancel. "end" 
36784 is the last message. "." is the current message. Example: 1-.,7-9,11,19,35-end
36785 ========== h_select_txt_from ==========
36786 Messages with From: headers containing the entered string will be selected.
36787 ^C to cancel. ^G again to see original options.
36788 ========== h_select_txt_not_from ==========
36789 Messages without From: headers containing the entered string will be selected.
36790 ^C to cancel. ^G again to see original options.
36791 ========== h_select_txt_to ==========
36792 Messages with To: headers containing the entered string will be selected.
36793 ^C to cancel. ^G again to see original options.
36794 ========== h_select_txt_not_to ==========
36795 Messages without To: headers containing the entered string will be selected.
36796 ^C to cancel. ^G again to see original options.
36797 ========== h_select_txt_cc ==========
36798 Messages with Cc: headers containing the entered string will be selected.
36799 ^C to cancel. ^G again to see original options.
36800 ========== h_select_txt_not_cc ==========
36801 Messages without Cc: headers containing the entered string will be selected.
36802 ^C to cancel. ^G again to see original options.
36803 ========== h_select_txt_subj ==========
36804 Messages with Subject: headers containing the entered string will be selected.
36805 ^C to cancel.  ^X enters Subject: line of current message.
36806 ========== h_select_txt_not_subj ==========
36807 Messages without Subject headers containing the entered string will be selected.
36808 ^C to cancel.  ^X enters Subject: line of current message.
36809 ========== h_select_txt_all ==========
36810 All messages containing the entered string will be selected.  Headers and body,
36811 but not encoded attachments, will be compared.  Enter ^C to cancel.
36812 ========== h_select_txt_not_all ==========
36813 All messages that don't contain the entered string will be selected.  Headers
36814 and body, but not encoded attachments, will be compared.  Enter ^C to cancel.
36815 ========== h_select_txt_body ==========
36816 All messages containing the entered string will be selected. Body text, but
36817 not headers or encoded attachments, will be compared. ^C to cancel.
36818 ========== h_select_txt_not_body ==========
36819 All messages that don't contain the entered string will be selected. Body
36820 text, but not headers or encoded attachments, will be compared. ^C to cancel.
36821 ========== h_select_txt_recip ==========
36822 Messages with Cc: or To: headers containing the entered string will be selected.
36823 ^C to cancel. ^G again to see original options.
36824 ========== h_select_txt_not_recip ==========
36825 Messages without Cc: or To: headers containing the string will be selected.
36826 ^C to cancel. ^G again to see original options.
36827 ========== h_select_txt_partic ==========
36828 Messages with Cc, To, or From headers containing the string will be selected.
36829 ^C to cancel. ^G again to see original options.
36830 ========== h_select_txt_not_partic ==========
36831 Messages without Cc, To, or From headers containing the string will be selected.
36832 ^C to cancel. ^G again to see original options.
36833 ========== h_select_date ==========
36834 If typed, date may be in DD-MMM-YYYY format (04-Jul-2006) or in ISO format
36835 (2006-07-04). ^P/^N also changes default date. ^X enters date of current msg.
36836 ========== h_attach_index_whereis ==========
36837 Enter some text that appears in the Attachment Index entry for the desired
36838 attachment.  The first attachment containing that text will be highlighted.
36839 ========== h_kb_lock ==========
36840 Keystrokes entered here (up to a RETURN) comprise a password that must
36841 be entered again later in order to unlock the keyboard.
36842 ========== h_compose_default ==========
36843 N, compose a new message. R, set a role.
36844 ^C to cancel.
36845 ========== h_untranslatable ==========
36846 Send using UTF-8 character set; Send but replace untranslatable characters
36847 with question marks; return to the composer; or cancel message altogether.
36848 ========== h_compose_intrptd ==========
36849 N, compose a new msg. I, continue interrupted msg. R, set a role.
36850 ^C to cancel.
36851 ========== h_compose_postponed ==========
36852 N, compose a new message. P, continue postponed msg. R, set a role.
36853 ^C to cancel.
36854 ========== h_compose_intrptd_postponed ==========
36855 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
36856 R, set a role. ^C to cancel.
36857 ========== h_compose_form ==========
36858 N, compose a new message. F, use form letter. R, set a role.
36859 ^C to cancel.
36860 ========== h_compose_intrptd_form ==========
36861 N, compose a new msg. I, continue interrupted msg. F, use form letter.
36862 R, set a role. ^C to cancel.
36863 ========== h_compose_postponed_form ==========
36864 N, compose a new message. P, continue postponed msg. F, use form letter.
36865 R, set a role. ^C to cancel.
36866 ========== h_compose_intrptd_postponed_form ==========
36867 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
36868 F, use form letter. R, set a role. ^C to cancel.
36869 ========== h_config_context_del_except ==========
36870 If you delete the last exceptional collection you can only add it back by
36871 manually editing the exceptions config file.
36872 ========== h_config_whereis ==========
36873 To move quickly to a particular line, enter a search string or
36874 ^C to cancel.
36875 ========== h_config_edit_scorei ==========
36876 Enter interval in the form (min,max). -INF and INF may be used to represent
36877 -infinity and infinity. ^C to cancel change. RETURN to accept change.
36878 ========== h_config_add ==========
36879 Enter desired value; use normal editing keys to modify (e.g. ^K, ^D).  Just
36880 pressing RETURN sets the Empty Value (this turns off any global default).
36881 ========== h_config_add_custom_color ==========
36882 Enter a header fieldname. For example, "subject" or "from".
36884 ========== h_config_add_pat_hdr ==========
36885 Enter a header fieldname. For example, "reply-to" or "organization" or
36886 any fieldname you want that isn't included already.
36887 ========== h_config_print_opt_choice ==========
36888 You may edit either the initialization string (characters printed before
36889 printing starts) or the trailer string.  Choose one or ^C to cancel.
36890 ========== h_config_print_init ==========
36891 Enter a C-style string for this.  You may use common backslash escapes like
36892 \\n for newline, \\ooo for octal character, and \\xhh for hex character.
36893 ========== h_config_change ==========
36894 Edit the existing value using arrow keys, ^K to delete entire entry, ^D to
36895 delete current (highlighted) character, etc.  Enter ^C to cancel change.
36896 ========== h_config_replace_add ==========
36897 Replace ignores the current default, Add places the current default in your
36898 editing buffer as if you had typed it in.
36899 ========== h_config_insert_after ==========
36900 Enter a nickname for this print command.  (InsertBefore puts the new item
36901 before the current line, InsertAfter puts it after the current line.)
36902 ========== h_config_print_cmd ==========
36903 Enter command to be executed for the printer.  Use normal editing keys
36904 to modify, ^C to cancel, carriage return to accept current value.
36905 ========== h_config_role_del ==========
36906 Answering Yes will remove this rule completely from your rules list.
36907 ========== h_config_role_addfile ==========
36908 Type the name of a file to add to your configuration. You don't need to
36909 use a file, you may add rules directly (with Add) without using a file.
36910 ========== h_config_role_delfile ==========
36911 Answering Yes will remove this rule file completely from your rules list.
36912 The rules data file itself will not be removed.
36913 ========== h_config_print_del ==========
36914 Answering Yes will remove this printer completely from your printer list.
36915 ========== h_config_print_name_cmd ==========
36916 You may edit the Nickname of this printer, the Command to be executed when
36917 printing, or change the Options associated with this printer.
36918 ========== h_send_check_fcc ==========
36919 Yes, send message without an Fcc.
36920 No, return to composer.
36921 ========== h_send_check_subj ==========
36922 Yes, send message without a Subject.
36923 No, return to composer.
36924 ========== h_send_check_to_cc ==========
36925 Yes, send message without a To address, or a Cc address, or a Newsgroup.
36926 No, return to composer.
36927 ========== h_send_fcc_only ==========
36928 Yes, copy message to Fcc only and send to NO recipients.
36929 No, return to composer.
36930 ========== h_send_prompt ==========
36931 Yes, send the message.
36932 No or ^C, return to composer.
36933 ========== h_send_prompt_flowed ==========
36934 Yes, send the message.  No or ^C, return to composer.
36935 What's Flowed? See Do Not Send Flowed Text in config screen.
36936 ========== h_send_prompt_dsn ==========
36937 Yes, send the message.  No or ^C, return to composer.
36938 What's DSNOpts? See Enable Delivery Status Notification in config screen.
36939 ========== h_send_prompt_dsn_flowed ==========
36940 Yes, send the message.  No or ^C, return to composer. What's DSNOpts? See
36941 Enable Delivery Status Notification. What's Flowed? See Do Not Send Flowed Text.
36942 ========== h_role_confirm ==========
36943 Yes, use displayed role. No, compose without a role.
36944 ^C, cancel the message. ^T, select a role from your other eligible roles.
36945 ========== h_norole_confirm ==========
36946 Return, compose without a role.
36947 ^C, cancel the message. ^T, select a role from your eligible roles.
36948 ========== h_custom_print ==========
36949 Enter a Unix command that accepts its data on standard input.
36950 Alpine will display any information the command sends to standard output.
36951 ========== h_convert_abooks_and_sigs ==========
36952 You will be given the opportunity to convert address books and signature files
36953 to remote configurations.
36954 ========== h_convert_abooks ==========
36955 You will be given the opportunity to convert address books to remote
36956 configurations.
36957 ========== h_flag_keyword ==========
36958 Enter the name of the keyword you want to add for this folder.
36959 No spaces, parentheses, braces, percents or asterisks are allowed.
36960 ========== h_select_keyword ==========
36961 Enter the keyword you want to match, or use ^T to select a keyword from a list
36962 of possible keywords for this folder. Use ! to look for non-matches instead.
36963 ========== h_type_keyword ==========
36964 Enter the keyword you want to add. You may add a nickname in the next step.
36965 No spaces, parentheses, braces, percents or asterisks are allowed.
36966 ========== h_type_keyword_nickname ==========
36967 Enter an optional nickname for the keyword you want to add.
36968 Type Carriage return to use the keyword name instead of a nickname.
36969 ========== h_convert_sigs ==========
36970 You will be given the opportunity to convert signature files to remote
36971 configurations.
36972 ========== h_convert_abook ==========
36973 Yes is fairly safe. You will be ADDing a remote address book that is a copy
36974 of the current address book. The current abook won't be removed automatically.
36975 ========== h_convert_sig ==========
36976 Answering Yes copies the contents of the signature file into your Alpine
36977 configuration file. After that, the contents of the file will not be used.
36978 ========== h_save_addman ==========
36979 Enter the simple name of the folder you want to add. Carriage return to
36980 accept what you have typed so far. ^C to get back to SELECT FOLDER screen.
36981 ========== h_reopen_folder ==========
36982 Yes reopens the folder, as if you were starting over. This uncovers new mail.
36983 No leaves the folder index as it was without discovering new mail.
36984 ========== h_convert_pinerc_server ==========
36985 This is the name of the host (computer) where the remote Alpine configuration
36986 will be stored. This should be an IMAP server that you have permission to use.
36987 ========== h_convert_pinerc_folder ==========
36988 Enter the correct remote folder name. This folder is special and should
36989 contain only configuration data. It shouldn't contain other mail messages.
36990 ========== h_role_compose ==========
36991 Compose a New message, Reply to current message, Forward current message, or
36992 Bounce message. Then you will be asked to choose one of your Roles to be used.
36993 ========== h_role_aggregate ==========
36994 Compose a reply, or forward, or bounce the selected messages. Then you 
36995 will be asked to choose one of your Roles to be used for this operation.
36996 ========== h_save_size_changed ==========
36997 The reported size of a message is not the same as the actual size. Answer Yes
36998 to continue and hope for the best or No to Cancel the entire Save.
36999 ========== h_select_by_larger_size ==========
37000 Enter a number or ^C to cancel. All messages greater than this many characters
37001 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
37002 ========== h_select_by_smaller_size ==========
37003 Enter a number or ^C to cancel. All messages less than this many characters
37004 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
37005 ========== h_preserve_field ==========
37006 Use 'p' to toggle between preserving or not preserving the original To:
37007 and Cc: fields of the message. Enter ^C to cancel message.