* Update to packages/alpine.spec to account for the new location of man
[alpine.git] / pith / pine.hlp
blobf6e601fc952ea77d3e254265b2496bc42ac070b6
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 202 2017-01-01 12:49:25
144 ============= h_news =================
145 <HTML>
146 <HEAD>
147 <TITLE>RELEASE NOTES for Alpine</TITLE>
148 </HEAD>
149 <BODY>                 
150 <H1>Alpine Release Notes</H1>
151 <DIV ALIGN=CENTER>
152 Version <!--#echo var="ALPINE_VERSION"--> (<!--#echo var="ALPINE_REVISION"-->)
153 <BR>
154 <!--chtml if pinemode="running"-->
155 (built <!--#echo var=ALPINE_COMPILE_DATE-->)
156 <!--chtml endif-->
158 <BR>
159 <BR>Copyright 2013-2017 Eduardo Chappa
160 <BR>Copyright 2006-2008 University of Washington
161 </DIV>
164 Alpine is an &quot;Alternatively Licensed Program for Internet
165 News and Email&quot; produced until 2009 by the University of Washington.
166 It is intended to be an easy-to-use program for
167 sending, receiving, and filing Internet electronic mail messages and
168 bulletin board (Netnews) messages.  Alpine is designed to run on a wide
169 variety of Unix&reg; operating systems.  A version for Microsoft Windows&reg;
170 is available as is a world wide web based version designed to run under the
171 Apache web server.
174 <H2>New in Alpine <!--#echo var="ALPINE_VERSION"--> (<!--#echo var="ALPINE_REVISION"-->)</H2>
176 Version <!--#echo var="ALPINE_VERSION"--> (<!--#echo var="ALPINE_REVISION"-->)
177 addresses bugs found in previous releases and has a few additions as well.
180 Additions include:
181 <UL>
182   <LI> PC-Alpine: New configuration option "Aspell Dictionaries" allows a
183        user to choose the dictionary used to spell check, in case the user 
184        communicates in more than one language. Examples of values for the 
185        variable are "en_US" or "de_DE", etc. Only the first 10 
186        dictionaries are offered.
188   <LI> Unix-Alpine: Connect securely to a LDAP server on a secure port. 
189        Based on a contribution by Wang Kang.
191   <LI> Colors configured in Alpine are inherited in the composer.
193   <LI> When Alpine is compiled with password file and SMIME support 
194        the password file is encrypted using a private key/public 
195        certificate pair. If one such pair cannot be found, one will be 
196        created. <A HREF="h_password_file_support">Learn more</A>.
198   <LI> Alpine builds with any version of OpenSSL greater than or equal
199        to 1.0.0c. This includes version 1.1.0. Alpine also builds with
200        LibreSSL.
202   <LI> New SHORTSUBJECT, SHORTSUBJKEY and SHORTSUBJKEYINIT token for index 
203        format, which removes text in the SUBJECT between &quot;[&quot; and 
204        &quot;]&quot;.
206   <LI> New SMARTTIME24 token for index screen. It is close to SMARTDATETIME
207        but it differns in that it gives the time in which the message was
208        sent for messages that are less than a week old. it uses a 24 hour
209        format.
211   <LI> Alpine will include attachments when forwarding some 
212        multipart/alternative messages for which it did not use to include 
213        attachments.
215   <LI> New configuration option 
216        <a href="h_config_alt_reply_menu"><!--#echo var="FEAT_alternate-reply-menu"--></a>
217        which adds more ways to control features and variables when you
218        start to reply to a message.
220   <LI> Added support for RFC 2971 - IMAP ID extension.
222   <LI> Add configuration <A href="h_config_ignore_size"><!--#echo var="FEAT_ignore-size-changes"--></A>
223        that allows users to ignore errors in the computation of the size
224        of a message from defective servers.
226   <LI> SMIME: Upgrade the default signature digest from sha1 to sha-256, since 
227        clients such as Thunderbird do not validate signatures that use sha1 digest.
229   <LI> Add the configuration variable "default-directories", which is called
230        <A href="h_config_history"><!--#echo var="VAR_default-directories"--></A>
231        variable saves a list of directories that are readily accessible 
232        for save or export of attachments. This makes it easier to save 
233        attachments in directories that are hard to navigate to, or that 
234        are accessed frequently.
236   <LI> When a filename is attached and its name is encoded, the save 
237        attachment command will offer to save the file in the encoded form. 
238        This might work for some users, but the save command will have a 
239        subcommand ^N to decode the file name and save the file with the 
240        decoded name.
242   <LI> The TAB key allows autocomplete in the Fcc field in the composer headers,
243        as well as autocompletes automatically when only one possibility exists 
244        for the ^J attach command.
246   <LI> Add support for the &quot;TYPE&quot; and &quot;VALUE&quot; attributes of
247        the html OL tag.
249   <LI> Ignore message from smtp server after a successful authentication
250        challenge.
252   <LI> When a message is saved in the Form Letter folder, add the ability
253        to save the role being used to compose such message so that settings
254        such as the SMTP server set in the role can be used when sending
255        such form message. Suggested and patched by Frank Doepper.
257   <LI> If SSLDIR is defined somehow, do not disable S/MIME if the
258        SSLCERTSDIR is not found.
260   <LI> When Alpine sends an attachment, it will set the boundary attribute
261        in lower case, as some SMTP servers, such as those of libero.it 
262        reject messages if the boundary attribute is in uppercase.
264   <LI> Add the ability to change the private key and certificates used
265        to encrypt a password file in the SMIME setup configuration screen.
266        <A HREF="h_config_smime_password_file_certificates">Learn more</A>
268   <LI> SMIME: The ctrl-E command that gives information on the certificate
269        is only available for messages that have a signed or encrypted 
270        part.
272   <LI> SMIME: If a message contains a RFC822 attachment that is
273        signed/decrypted add the ability to view its SMIME information.
275   <LI> SMIME: Certificate information in the S/MIME screen is available 
276        for certificates stored in a container.
278   <LI> SMIME: Offer the common name of the person, instead of the name of
279        file containing the certificate, as the name to be displayed in the 
280        certificate management screen for certificate authorities. 
281        Suggested by Matthias Rieber.
283   <LI> SMIME: Management of several alternate name (SAN) certificates is 
284        improved. When importing a SAN certificate, also import a certificate
285        for the filename, besides for the e-mail addresses in the
286        certificate. Suggested by Matthias Rieber.
288   <LI> SMIME: add full year when displaying information about a certificate
289        in the certificate management screen. Suggested by Matthias Rieber.
291   <LI> SMIME: sort certificates by some type of alphabetical order in the
292        displayed name.
294   <LI> SMIME: Alpine will ask users if they wish to save S/MIME 
295        certificates included in signatures, when the option "Validate 
296        Using Certificate Store Only" is enabled. If the user does not wish 
297        to save it, validation will fail.
299   <LI> HTML: Add support for decoding entities in hexadecimal notation.
300        Suggested by Tulip&aacute;nt Gergely.
302   <LI> The &quot;#&quot; command, when used as part of an aggregate
303        operation will allow users to select the role used in either 
304        replying, forwarding or replying to the group of selected messages, 
305        Suggested by Hisashi T Fujinaka.
307   <LI> If the charset of a message can not be determined, use the value set
308        in the <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A> for its value.
310   <LI> Resizing setup screen will redraw screen.
312   <LI> Unix Alpine only. Experimental: If Alpine/Pico finds a UCS4 code
313        in the width ambiguous zone, it will use other means to determine
314        the width, such as call wcwidth.
316   <LI> Pico: Code reorganization in the search command to make it easier to
317        add subcommands of the search command.
319   <LI> Pico: Search command can do a case sensitive match. Use the Ctrl-^
320        subcommand of the search command to bring this choice into view.
322   <LI> Pico: Add the ability to search for strings in the beginning or end
323        of a line. Use the Ctrl-^ subcommand of the search command to bring 
324        this choice into view.
326   <LI> For a multipart/alternative message, the Take Address command will 
327        work on the part that is being read.
329   <LI> When sending a message, allow for 512 characters of consecutive 
330        non-white space before folding the subject line.
332   <LI> Make sure titlebar (the line at the top of the screen) always 
333        contains the name of the folder/newsgroup that is open, if this 
334        fits in the title.
336   <LI> The feature <a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
337        will also scramble the name, version and operative system in the message-id header. 
338        Based on a contribution by Dennis Davis, which is itself based on a contribution by 
339        Mark Hills.
341   <LI> Change in logic in imap_set_password function to make Alpine ask if
342        a user wants to save a password before reading the password file.
344   <LI> When exporting all parts of a message, if two attachments have the same
345        name, do not overwrite a file more than once, but instead add a counter
346        number to the filename to make a new file that does not exist in the file
347        system.
349   <LI> Add the Control-R subcommand to the save command for attachments. 
350        This subcommand toggles if the saving will be done in binary mode 
351        for text attachments. When a user saves an attachment using binary
352        mode it will be saved as it was sent, otherwise the attachment will
353        be transformed to UTF-8 for further transformation through internal
354        and user defined filters for saving.
356   <LI> Add command line argument -smimedir, which allows to specify
357        the default path for a directory that contains the public, private, 
358        and ca directories. This is useful in case a user has a backup of 
359        old certificates that cannot be installed in the ~/.alpine-smime 
360        dir.
362   <LI> Reimplementation of the code that allows the .pinerc file to be a
363        symbolic link by Kyle George from tcpsoft.com to use realpath.
365   <LI> When saving an attachment, the "^T" command leads to a screen where the
366        "A" command can be used to add a file. A directory can be added by
367        pressing "^X" after the "A" command. Added after a suggestion by
368        Stefan Goessling.
370   <LI> When saving an attachment, the ^Y and ^V commands allow a user to 
371        scroll through the history of directories used to save attachments, 
372        while preserving the given name of the file. Suggested by Peter 
373        Koellner.
375   <LI> SMIME: Turn off automatic signing and encrypting of a message when
376        bouncing. Suggested after a discussion with Matthias Rieber.
378   <LI> When messages are selected, warn the user if a message that is not
379        selected will be bounced, or if not all selected messages will be 
380        bounced. Suggested by Ulf-Dietrich Braumann.
382   <LI> The bounce command adds a subcommand to choose a role.
384   <LI> When selecting messages by number, the &quot;.&quot; character can 
385        be used to specify the message on which the cursor is on.
387   <LI> When Alpine opens an attachment, it sometimes changes the extension 
388        of the file that is being opened and replaces it by another for the 
389        same mime type. If Alpine finds that the extension of the file 
390        corresponds with the mime type, according to the mime-types file, 
391        then it will keep it, and no substitution will be made.
393   <LI> Set no restrictions on the length of encoded subjects, but encode
394        words in length of no more than 75 characters.
395 </UL>
399 Bugs that have been addressed include:
400 <UL>
401   <LI> SMIME: Crash when a certificate has an invalid date of validity. Also
402        Alpine will use the function ASN1_TIME_print to determine the date 
403        of validity. Reported by Ben Stienstra.
405   <LI> SMIME: Crash when attempting to unlock the password file and an
406        incorrect password is entered.
408   <LI> SMIME: Crash when checking the signature of a message that contains
409        a RFC822 attached message. Reported by Holger Trapp and Bj&ouml;rn 
410        Krellner.
412   <LI> SMIME: Cancelling entering password to unlock key will not reprompt.
414   <LI> SMIME: fix a bug that did not allow users to transfer certificates to
415        remote containers. Reported by Matthias Rieber.
417   <LI> SMIME: certificates included in messages were not being transferred
418        to a remote container.
420   <LI> SMIME: Crash if public certificates are located in an inaccessible
421        remote server and the private key is not available.
423   <LI> SMIME: Alpine does not remove temporary files created when adding a 
424        CA certificate to a container. Reported by Holger Trapp.
426   <LI> SMIME: When reading a local certificate, Alpine converts the name 
427        of the certificate to lowercase, which may make Alpine not be able 
428        to read such certificate. Reported by Dennis Davis.
430   <LI> SMIME: If the option "Remember S/MIME Passphrase" is disabled, then
431        entering a password to read an encrypted message will make Alpine 
432        forget the key and not ask the password to unlock it again in case 
433        it is necessary to unlock it again. Reported by Ulf-Dietrich 
434        Braumann.
436   <LI> Alpine would use freed memory while trying to compute the color
437        of the titlebar. This happened when trying to continue a postponed 
438        message.
440   <LI> Alpine failed to read an encrypted password file if too many
441        passwords were saved in the password file.
443   <LI> When selecting messages while in Threaded Index Screen, some 
444        messages other than top of threads could appear in the index, making
445        Alpine display messages &quot;out of the screen.&quot;
447   <LI> The index format would be chopped at the position of an unrecognized 
448        token, instead of skipping the token as intended.
450   <LI> Work in progress: Avoid calling non-safe functions when Alpine
451        receives a signal. See bug report 
452        <A HREF="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825772">here.</A>
454   <LI> Crash when attempting to read a message after a bounce command. 
455        In order to produce a crash one needed to use the ^T subcommand and 
456        do a search in a LDAP directory. The crash is produced by changes 
457        to the text in the title bar. Reported by Heinrich Mislik in the 
458        Alpine-info list.
460   <LI> HTML messages that contain UTF-8 may wrap at the wrong position,
461        making Alpine not display the correct character at the position 
462        that wrapping is done. Reported by Wang Kang.
464   <LI> Pico: Searching for a string that is too long causes Pico to crash
465        in the next search.
467   <LI> Fix vulnerability in regex library. This only affects those who use
468        this library, such as the windows version of Alpine. See 
469        <A HREF="http://www.kb.cert.org/vuls/id/695940">http://www.kb.cert.org/vuls/id/695940</A>
470        for more details.
472   <LI> Alpine would not set include and lib paths for OpenSSL if this was
473        installed in /usr/local/ssl.
475   <LI> If the .pinerc file is a symbolic link, Alpine might not write its
476        contents when saving its configuration.
478   <LI> The _INIT_ token does not skip over non-alphanumeric characters in
479        the name. Reported by Andreas Fehr.
481   <LI> When opening an INBOX folder in a context different from the 
482        incoming folders collection, from the command line, Alpine would 
483        open the INBOX folder from the incoming folders collection.
485   <LI> Mismatch in size of UCS and CELL caused a corruption in the
486        content of a pointer, which made the speller in PC-Alpine get the 
487        content of a word incorrectly.
489   <LI> Skip testing openssl compatibility version when cross-compilation
490        is detected. Fix contributed by Antti Sepp&auml;l&auml;
492   <LI> Alpine fails to remove temporary files used during a display or sending
493        filter. Fix contributed by Phil Brooke.
495   <LI> When the index is in zoomed state, adding new messages to the 
496        selection would not show those messages if those messages are on 
497        top of the current message in the top of the screen. Reported by
498        Ulf-Dietrich Braumann. In addition, when the user scrolls through
499        the index, this scroll smoothly, without jumping pages. Reported
500        by Holger Trapp.
502   <LI> Crash when reviewing history of saving attachments.
504   <LI> Crash when canceling a goto command on a local collection that has
505        not been expanded and attempting to expand such collection.
507   <LI> Crash in Pico when forwarding messages that contain a direction mark
508        at the end of a line. Reported by James Mingo.
510   <LI> Solve compilation errors when Alpine is built with Visual Studio 2015.
511 </UL>
515 Version 2.20 addresses bugs found in previous releases and has several 
516 additions as well.
519 Additions include:
522 <UL>
523   <LI> Upgrade UW-IMAP to Panda IMAP from 
524        <A HREF="https://github.com/jonabbey/panda-imap">https://github.com/jonabbey/panda-imap</A>.
525   <LI> S/MIME: Add screen to manage certificates.
526   <LI> S/MIME: Signatures are validated using the user's certificates instead
527        of the ones included in the message. Behavior can be disabled by
528        disabling the option <A href="h_config_smime_use_cert_store">
529         <!--#echo var="FEAT_smime-use-storey-only"--></A>, which is enabled
530        by default.
531   <LI> S/MIME: sign messages using intermediate certificates when needed 
532        and possible.
533   <LI> S/MIME: validation of certificates for servers that modify signed 
534        content.
535   <LI> S/MIME: signed and encrypted messages will be signed first and 
536        encrypted second, so that they can be decoded by other clients.
537   <LI> S/MIME: add the sender certificate to the list of certificates in
538        encrypted messages to make it possible for the sender to decrypt
539        the message they sent.
540   <LI> S/MIME: When transferring certificates to a local container, create 
541        container with default names PublicContainer, PrivateContainer and 
542        CAContainer, as appropriate for these files, unless the user has 
543        provided some other names.
544   <LI> S/MIME: Forwarding a message will include the signed part as part
545        of the text and not as a multipart message, just as the reply
546        command does.
547   <LI> HTML: Style tag in body of html message causes Alpine to not write
548        its content until a new &lt;/style&gt;
549   <LI> HTML: &lt;BR&gt;, &lt;BR /&gt;, and &lt;BR/&gt; are considered
550        the same inline tag; the same is valid for the &lt;HR&gt; tag.
551   <LI> Add support to selective expunge through a subcommand of the 
552        select-apply commands. Read more in the <A 
553        HREF="h_index_cmd_expunge">help</A> for the expunge command.
554   <LI> Pico: New subcommand of the search command, allows to reverse the
555        direction of search.
556   <LI> Unix Alpine: If a password file is defined, and S/MIME is enabled, 
557        the key and certificate used to encrypt the password file are saved 
558        in the ~/.alpine-smime/.pwd directory, or in the directory specified
559        by the -pwdcertdir command line option. 
560        <A HREF="h_password_file_support">Learn more</A>.
561   <LI> Add /tls1, /tls1_1, /tls1_2 and /dtls1 to the definition of a 
562        server to use different ways to connect using ssl, for 
563        example {server.com/tls1} will attempt to connect to 
564        server.com at the ssl imap port (port 993) and establish a 
565        connection using TLSv1. These flags can be used in 
566        conjunction with the /ssl flag, the ssl flag is redundant. 
567        Conversely, however, the /ssl flag does not imply any of 
568        these flags; the /ssl flag means SSLv3 or, if not available, 
569        SSLv2 in the SSL port.
570   <LI> Alpine does not attempt to automatically reopen a collection 
571        that was not opened due to cancellation by the user. 
572        Instead, the user must try to open it explicitly.
573   <LI> Alpine searches for a certificate that matches an email address in
574        all addresses in a certificate (instead of just the first 
575        one) but when it tries to unlock the certificate, it asks 
576        for the password for the first email address in that 
577        certificate.
578   <LI> Style tag in body of html message causes Alpine to not write its content
579        until a new &lt;/style&gt;
580   <LI> Experimental: Write the content-type of a message in 
581        lowercase, as some non-compliant servers do not understand 
582        uppercase content-type, such as those of GMX.de.
583   <LI> Experimental: Do not send the RSET command before attempting
584        to send a message, as this causes a delay in some evily managed
585        servers.
586   <LI> Opening a folder updates recent count in maildrops (this 
587        already works for other types of folders)
588   <LI> Automatically redraw screen after opening an attachment 
589        instead of simply clearing it.
590   <LI> Pico: Justification works without need of a predefined quote 
591        string. This allows justification of blocks of text that are 
592        indented with spaces.
593   <LI> Decode the name of attachment names, so they can be written as part   
594        of the description of the part. 
595   <LI> Check bounds and tie strings off to improve security. Contributed 
596        by James Jerkins.
597   <LI> Replace tabs by spaces in From and Subject fields to control for
598        size in screen of these fields. Change only in index screen display.
599   <LI> Aggregate operations allows bouncing a list of messages using a role.
600        Suggested by Ulf-Dietrich Braumann.
601   <LI> Disable saving new passwords to the password file. Implemented
602        by Louis Raphael from dpslabs.com. <A HREF="h_config_disable_password_file_saving">Learn more.</A>
603   <LI> Makefile: Add $(LIBINTL) to the flags to link rpdump, rpload, 
604      alpined and alpineldap because MAC OSX 10.8 x86_64 needs it. Reported by
605      Charles M. Register.
606 </UL>
610 Bugs that have been addressed include:
611 <UL>
612   <LI> Fix _INIT_ token for reply quote string to include support for 8-bit
613        in personal names. Reported by Lev Gorenstein.
614   <LI> When writing the .pinerc file, lines were truncated if they were longer
615        than 10,000 characters. This could cause data corruption, so now lines
616        are allowed to be of any length.
617   <LI> In Unix Alpine (but not in MAC OSX) fix a problem that made Alpine 
618        remove attachments before they were open by a mailcap viewer. It 
619        requires that the user has an equivalent to a command such as "ps 
620        auxww" to list the list of processes, and check if there is any 
621        program using the attachment. The default is "/bin/ps auxww", but 
622        it can be changed at compile time with the option --with-ps-cmd. 
623        See the help of the variable 
624        <a href="h_config_psleep"><!--#echo var="VAR_mailcap-check-interval"--></a> 
625        for more information.
626   <LI> S/MIME: signed messages that contained an attachment would not validate.
627   <LI> S/MIME: signed and encrypted messages from Thunderbird would not 
628        validate. Thanks to Andreas Schamanek for testing, debugging and 
629        advising during the process of fixing this problem.
630   <LI> S/MIME: Forwarding messages with multipart content-type failed to be signed
631        with &quot;Error writing pipe&quot; message. Reported by Andreas Schamanek
632        and Stefan Mueller.
633   <LI> S/MIME: Certificates are lost when using a pinerc file outside of the 
634        home directory.
635   <LI> S/MIME: Accessing the S/MIME configuration screen would deinitialize
636        SMIME making it not possible to sign or encrypt messages.
637   <LI> S/MIME: Forwarding a signed message might make the body contain mime 
638        information that is not part of the body, and hence making the body
639        of the message seem wrong.
640   <LI> S/MIME Alpine would compute incorrectly the signature of a message 
641        that contains 8bit if the option "Enable 8bit ESMTP Negotiation" is 
642        enabled, the message contains 8bit characters and the smtp server 
643        supports 8bit sending.
644   <LI> When replying to several messages, subject will be decoded first,
645        and then stripped from re/fwd before they are compared to determine
646        the subject of the replied message.
647   <LI> Crash when tcp connection to NNTP server was lost after connection
648        had been established, but lost immediately afterwards.
649   <LI> Crash with message &quot;lock when already locked&quot;, when painting
650        an index was based on scores that needed information from a remote
651        addressbook in the same server as the folder opened. Reported by
652        Peter Koellner.
653   <LI> Crash in message/rfc822 attachments encoded in base64.
654   <LI> Postponed messages whose content-type is text/html, text/enriched and
655        text/richtext are sent with that content-type, even though, after
656        resuming composition, Alpine had changed its type to text/plain.
657   <LI> Alpine cannot handle correctly some characters in the Windows-1256 
658        character set, which might lead to a crash or a corruption in the 
659        screen. Work was done to contain the bug. A more complete fix will 
660        be done in a future release. Reported by Professor Robert Funnell.
661   <LI> WebAlpine: add _GNU_SOURCE to make pubcookie build.
662   <LI> WebAlpine: fail to build with debug disabled. Fix from Sam Hathaway.
663   <LI> Save command did not warn of existence of a message with a deleted 
664        attachment in an aggregate save, unless cursor was positioned on a message 
665        with a deleted attachment. Reported by Florian Herzig.
666   <LI> Transformation of UTF-8 to MUTF7 was not being done when creating a folder
667        in an IMAP server.
668   <LI> DATE tokens were not internally transformed to UTF-8, which made their
669        values not appear complete in the screen. Reported by Werner Scheinast.
670   <LI> Fixes to configure script so that it will not require PAM for every system.
671   <LI> Fix to configure script so that it will use CPPFLAGS instead of 
672        CPPCFLAGS, and so the --with-ssl-include-dir option take effect 
673        during the build. Fix by Ulf-Dietrich Braumann.
674   <LI> Fix in WebAlpine: do not use deprecated dereference in pointer, 
675        needs to use tcl_getstringresult() instead. Reported by 
676        Ulf-Dietrich Braumann.
677   <LI> Quoted string in URL Viewers configuration variable were not 
678        unquoted before passing to viewer.
679   <LI> Fix in configure script to detect location of tcl library; add
680        /usr/local in FreeBSD and fix a bug in configure script that used 
681        $alpine_TCLINC instead of $alpine_TCLINC/tcl.h. Reported and fixed 
682        by Werner Scheinast.
683   <LI> Move SSL configurations from UW-IMAP to configure script, and
684        update OpenSSL configuration for Mac OS X.
685   <LI> Remove -lregex from linker flags when building --with-supplied-regex.
686   <LI> When the download of an attachment is interrumpted, Alpine stills
687      caches what was downloaded, making the download incomplete for 
688      subsequent calls of Alpine attempting to open the attachment. In the 
689      future, Alpine will not cache any downloaded part of the attachment 
690      when it is interrupted.
691 </UL>
696 Version 2.11 addresses bugs found in previous releases and has a few 
697 additions as well.
700 Additions include:
703 <UL>
704    <LI> Alpine requires version 1.0.0c of Openssl to build.
705    <LI> Increase encryption of S/MIME encrypted messages.
706    <LI> Pico: Improvements in justification of paragraphs: lines that begin
707 with a quote string, followed by a space were considered individual paragraphs,
708 now they are considered part of a paragraph. Based on earlier joint work
709 with Jeff Franklin.
710    <LI> Unix Alpine: Allow local .pinerc file to be a symbolic link.
711    <LI> Experimental extended support of recognition of UTF-8 in urls based on 
712 information from <A HREF="http://url.spec.whatwg.org">http://url.spec.whatwg.org</A>.
713    <LI> Added recognition of ws and wss URIs.
714    <LI> Add ability to <A HREF="h_config_folder_color">color folder names</A>, 
715  <A HREF="h_config_directory_color">directory names</A>,
716  and <A HREF="h_config_folder_list_color">text</A> in the FOLDER SCREEN.
717    <LI> Add the ability to <A HREF="h_config_indextoken_color">color any token</A>
718 used in the display of the INDEX SCREEN.
719    <LI> New option <A HREF="h_config_preserve_field"><!--#echo var="FEAT_preserve-original-fields"--></A>
720 that adds the ability to preserve To: and Cc: fields when replying to a 
721 message, as specified by original sender.
722    <LI> Add a _SILENT_ token to the <A HREF="h_config_display_filters">list of tokens</A>
723  for a display filter, so that Alpine will not redraw the screen when it is unnecessary.
724    <LI> Quota command includes subcommands for printing, forwarding, etc.
725 </UL>
728 Bugs that have been addressed include:
730 <UL>
731   <LI> Crash when a non-compliant SMTP server closes a connection without a QUIT command.
732   <LI> Crash when resizing the screen in a configuration screen.
733   <LI> Do not bail out during a tcp timeout, instead close connection and avoid crash.
734   <LI> Do not use a shell to open a browser.
735   <LI> Configure script did not test for crypto or pam libraries.
736   <LI> Configure script attempted to build web component, even if header file tcl.h was not present.
737   <LI> Change Cygwin directory separator to &quot;/&quot;.
738   <LI> Alpine could set List- headers, contrary to RFC 2369.
739 </UL>
742 Version 2.10 addresses bugs found in previous releases and has a few 
743 additions as well.
746 Additions include:
749 <UL>
750    <LI> Quota report for IMAP folders that support it (press the &quot;@&quot; command in the index screen of such folder).
751    <LI> Search a folder for the content of any header with the &quot;;&quot; command. 
752    <LI> Foreign characters are decoded correctly in IMAP folder names.
753    <LI> Question about breaking connection to slow servers includes their name.
754    <LI> Internal x-alpine-help: resource locator for sending links to internal help.
755    <LI> OpenSuse: Alpine find location of OpenSSL certificates.
756    <LI> Cygwin: Alpine builds without need of patch.
757    <LI> Recognition of proper mime type for docx, xlsx, and pptx files.
758    <LI> When composing a message, Alpine will create a new thread when the subject is erased.
759    <LI> Add support for strong encryption of password file when S/MIME is built in.
760 </UL>
763 Bugs that have been addressed include:
766 <UL>
767    <LI> Alpine will close a folder after confirming with user their intention and not reopen it.
768    <LI> Double allocation of memory in Pico.
769    <LI> Alpine does not give warning of message sent and posted upon receipt by email of message posted in newsgroup.
770    <LI> Handling of STYLE html parameter may make Alpine not display the content of a message.
771    <LI> Not recognition of environment variables in some options.
772    <LI> Not display of login prompt during initial keystrokes.
773    <LI> justification of long urls breaks them.
774    <LI> Incorrect New Mail message when envelope is not available.
775    <LI> Incorrect display of PREFDATE, PREFDATETIME and PREFTIME tokens.
776    <LI> Crash when resizing the screen after display of LDAP search.
777    <LI> Crash when redrawing screen while opening a remote folder collection.
778    <LI> Infinite loop in scrolltool function during notification of new mail.
779    <LI> No repaint of the screen after midnight was done when the SMARTDATE token is used in the index screen.
780    <LI> No display of signed and encrypted S/MIME messages.
781    <LI> Alpine will not build with OpenSSL.
782    <LI> Crash for double locking in calls to c-client.
783    <LI> Bad recognition of mime-encoded text may make Alpine not print the subject of a message.
784    <LI> Ignore the references header when threading messages
785    <LI> No update of colors in index screen after update to addressbook.
786 </UL>
789 Version 2.01 addresses bugs found in previous releases and has a few 
790 additions as well.
793 Additions include:
796 <UL>
797    <LI> Fixed non-ASCII web alpine handling
798    <LI> Added web alpine help.
799    <LI> Allow web alpine inbox on second IMAP server.
800    <LI> Allow web alpine config reset after bad inbox-path gets set.
801    <LI> Added web alpine ability to create group contact from contact list members.
802    <LI> Backed out web alpine coercing of default sort-key of arrival to date/reverse.
803    <LI> Tidied up web alpine script layout.
804    <LI> Fixed web alpine status message ordering
805    <LI> Added web alpine Fcc setting via Contacts in Compose
806    <LI> Fixed web alpine autodraft attachment issues
807    <LI> Fixed web alpine problems with recent count maintenance
808    <LI> Fixed web alpine newmail arrival display in message list
809    <LI> Added web alpine confirmation to folder create for Move/Copy
810    <LI> Added web alpine user-domain support
811    <LI> Fixed web alpine to support INBOX-within-a-collection deletion
812 </UL>
815 Bugs that have been addressed include:
818 <UL>
819    <LI> In web alpine fixed delete all selected within a search result to reorient
820         correctly to whole-mailbox message list.
821    <LI> Fixed web alpine delete in view page to be sensitive to sort
822    <LI> Fixed web alpine open of folder within directory from folder manager page.
823    <LI> Fixed web alpine open of folder within directory from left column's recent cache.
824    <LI> Fixed web alpine problems with spaces in special folder names like Drafts
825    <LI> Fixed web alpine adding contacts from message list and view
826    <LI> Fixed web alpine create of non-existent fcc
827    <LI> Remove mistakenly left debugger statement in web alpine javascript.
828    <LI> Some UNIX alpine build problems fixed
829    <LI> Crash in pico and pilot when nl_langinfo returned something unrecognizable
830         or NULL. Add recognition of "646" to nl_langinfo wrapper. This is returned
831         by locale charmap call on some Solaris 8 systems.
832    <LI> MacOS Keychain logins were not working correctly with generic host names, like
833         imap.gmail.com, as opposed to specific instances like rx-in-209.google.com, causing
834         new password requests when not needed
835    <LI> Possible crash in WhereIs command while in FOLDER LIST when cursor is located on the
836         last folder in the list
837    <LI> Change to S/MIME get_x509_subject_email so that X509v3 alternative names are
838         looked for along with the email address
839    <LI> Changes to configure to get spellcheck options with work with arguments.
840    <LI> Add change from Mark Crispin of panda.com to at least minimally handle non-ascii hostname
841         returned by gethostname (iPhone can do this)
842    <LI> Fixed a bug that prevents a filter that moves a message into a local folder
843         from also setting the DELETE flag in that moved message. Fix from Eduardo Chappa.
844    <LI> Changed size of shellpath in open_system_pipe from 32 to MAXPATH. Fix from
845         Jake Scott of marganstanley.com.
846    <LI> Buffer overflow bug in c-client's tmail/dmail, fix from Mark Crispin. This
847         is not used in alpine.
848    <LI> Imapd server crash from unguarded fs_give in IDLE code, fix from Crispin.
849         Apparently this causes RIM Blackberry BIS service problems. This is not
850         used in alpine.
851    <LI> Tmail uninitialized pointer fix from Neil Hoggarth. Not used in alpine.
852    <LI> Buffer overflow possibility in RFC822BUFFER routines in c-client library.
853         Fix from Ludwig Nussel of SUSE and from Crispin.
854    <LI> Include whole filename in export filename history
855    <LI> Fix display bug in pico when Replace command is canceled. Fix from Eduardo Chappa.
856 </UL>
859 Version 2.00
860 addressed bugs found in previous releases and had a few additions as well.
862 Additions included:
865 <UL>
866    <LI> Redesigned Web Alpine interface
867    <LI> Experimental <A HREF="h_mainhelp_smime">S/MIME support</A> added
868         in UNIX versions of Alpine
869    <LI> Attempt to include the attachment filename as part of the name of the
870         temporary file used when viewing an attachment with an external program.
871         Add some randomness to that filename to make it hard to predict the filename.
872         Add a filename extension, usually derived from the type/subtype, to the
873         temporary filename. This was previously done only on Windows and MacOS X.
874    <LI> Enhance address completion in the composer (TAB command) so that it looks
875         through nicknames, fullnames, and addresses from the address book; addresses
876         from the message being viewed, if any; and the results from
877         <A HREF="h_direct_config">LDAP Directory Server</A>
878         lookups for all of the defined directory servers that have the
879         <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
880         feature set.
881    <LI> Make the default character set setting more liberal in what it will accept
882         from the UNIX nl_langinfo call and the various values of LANG seen in the wild
883    <LI> Remove the Alpine revision number from the titlebar in released versions
884         while leaving it there in snapshot versions
885    <LI> Add a <A HREF="h_config_quell_asterisks">feature</A> to suppress the
886         display of asterisks when you type a password for Alpine
887    <LI> Add line wrapping when displaying <EM>PRE</EM> formatted sections of HTML
888    <LI> When the
889         <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
890         feature is turned on convert not only the dates in the index screen but also
891         the dates in the MESSAGE VIEW
892 </UL>
895 Bugs addressed in the 2.00 release included:
898 <UL>
899    <LI> Crash when using tab-completion for selecting a Save filename
900    <LI> Make Web Alpine help text images relative for more portability
901    <LI> Fixed attach save of html parts in Web Alpine
902    <LI> Viewing, printing, exporting, replying, and bouncing of message
903         digests was broken. Replying and bouncing should not have been
904         allowed at all for digests. It would be nice to have a more standard
905         index-like view of a message digest but that has not been addressed
906         with this minor bug fix.
907    <LI> Adjust wrapping of HTML messages so that the margins specified by
908         <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
909         <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>
910         are observed correctly
911    <LI> Interrupt of WhereIs command in index was broken
912    <LI> The <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
913         option did not work correctly interpreting unknown characters in message headers
914    <LI> Long address lines could cause blank continuation lines
915    <LI> Save to a local default INBOX failed if the primary collection was also local,
916         which it is by default. The save went to  ~/mail/inbox instead.
917    <LI> Make a default save folder of &quot;inbox&quot; always mean the real
918         inbox, not the inbox in the primary collection
919    <LI> Address book entries with lots of addresses would be truncated when
920         entered in the composer with a screen size wider than 270 or so charcters
921    <LI> Some fields in the index screen were truncated when the screen width was
922         wider than 256 characters
923    <LI> Crash when TABing to next folder, the next folder with new mail is a POP
924         folder, and there is a more than 10 minute pause between typing the TAB
925         and typing the Yes
926 </UL>
929 Version 1.10(962)
930 addressed bugs found in previous releases and had a few additions as well.
932 Additions included:
935 <UL>
936    <LI> Add the possibility of setting a default role
937         (see <A HREF="h_role_select">Roles Screen</A>)
938         which may be convenient if your work flow involves acting in one
939         role for a while then switching to another role and staying in the
940         new role for another period of time
941    <LI> When Saving and the IMAP server problem &quot;Message to save shrank!&quot;
942         is encountered, ask the user if he or she wants to continue with the
943         risky Save anyway instead of aborting. This may be helpful if your
944         IMAP server is broken in this way but be aware that it is possible there
945         was a real error instead of just a broken server implementation.
946    <LI> Some configure adjustments for Kerberos detection and
947         for SCO OpenServer 5 support
948    <LI> Hide INBOX in a collection if it also appears as an
949         <A HREF="h_config_enable_incoming">Incoming Folder</A>
950    <LI> Show asterisks for feedback when the user is typing a password
951    <LI> Performance improvement for threading of large folders
952    <LI> Previously, the search used to find
953         Pattern matches containing To patterns searched for both To
954         and Resent-To headers. The relatively complicated search this
955         produces causes problems when using some deficient IMAP servers.
956         Now the default is to look only for To headers and ignore the
957         presence of Resent-To. The previous behavior may be restored
958         with the <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> feature.
959    <LI> Add an
960         <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
961         to help with reading malformed unlabeled messages
962    <LI><A HREF="h_config_suppress_user_agent"><!--#echo var="FEAT_suppress-user-agent-when-sending"--></A> option added
963    <LI> Map some Shift-LeftArrow escape sequences to LeftArrow
964    <LI> Add feature <A HREF="h_config_warn_if_fcc_blank"><!--#echo var="FEAT_warn-if-blank-fcc"--></A>
965 </UL>
968 Bugs addressed in the 1.10(962) release included:
971 <UL>
972    <LI> Crash when encountering certain errors from an SMTP server
973    <LI> Crash in composer caused by overflow in replace_pat()
974    <LI> Hang when authenticating to an SMTP server that fails with a
975         &quot;connection disconnected&quot; error
976    <LI> Bug in handling of trailing tab character in flowed text
977    <LI> Security enhancement for mailcap parameter substitution
978    <LI> <A HREF="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></A>
979         did not work if the message being replied to was not flowed text
980         and <A HREF="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></A>
981         was not turned on
982    <LI> Don't allow printer to be changed through hidden config screen
983         if system administrator didn't want it to be allowed
984    <LI> Attempts are sometimes made to set the Forwarded flag when alpine
985         should know that it won't work, causing error messages to appear
986    <LI> A <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
987         of double-quote double-quote didn't work right
988    <LI> Quoting wasn't being done to protect special characters from the
989         MacOS X shell when
990         <A HREF="h_config_browser"><!--#echo var="VAR_url-viewers"--></A>
991         was not defined
992    <LI> On MacOS X message attachments should be shown internally instead of
993         being shown using the Mail application
994    <LI> When replying to a message with a charset of X-UNKNOWN Alpine would
995         sometimes set the outgoing charset to X-UNKNOWN, making the result
996         unreadable
997    <LI> When the sending of a message failed lines with leading spaces had one
998         additional space inserted in each of those lines when the user
999         was returned to the composer
1000    <LI> The <A HREF="h_index_cmd_whereis">WhereIs</A> command missed some index lines
1001         that contained non-ascii characters because it was truncating the
1002         line being searched so that it was shorter than what was visible on
1003         the screen
1004    <LI> When composing, an attachment with a long name that causes wrapping in
1005         just the wrong place would generate an error and cause the send
1006         of the attachment to fail
1007    <LI> After calling the file browser to attach a file in the composer, a resize
1008         of the window when back in the composer would redraw the last screen that
1009         had been shown in the browser instead of the current composer screen
1010    <LI> Possible crash in index screen when encountering unparseable addresses
1011         or when using one of the PRIORITY tokens or the HEADER token in the
1012         <a href="h_config_index_format"><!--#echo var="VAR_index-format"--></a>
1013    <LI> Problems with Header Color editing if the configuration option
1014         <a href="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></a>
1015         was inadvertently changed to the Empty Value in the hidden config screen
1016    <LI> When resuming the final postponed message from an Exchange server the user
1017         could get a certificate validation failure because alpine was trying
1018         to validate the canonical name of the folder instead of the name the
1019         user used
1020    <LI> Windows line endings in a mimetypes file on a Unix system cause a
1021         failure to find a match
1022    <LI> Make matching of extension names case independent in mimetypes files
1023    <LI> Windows dialog boxes for entering text were not working correctly
1024    <LI> Replying to or Forwarding multipart/alternative messages which had a
1025         single text/html part did not work well
1026    <LI> Printing the print confirmation page caused a crash
1027    <LI> A To line with a long, quoted personal name could display incorrectly
1028         if it was close to the same width as the screen
1029    <LI> When <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
1030         and <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
1031         are turned on hide (0/0) when the folder is empty
1032    <LI> Folder completion while Saving didn't work if the collection being
1033         saved to was the local home directory
1034 </UL>
1037 Version 1.00
1038 was an evolutionary release based on
1039 <A HREF="http://www.washington.edu/pine/">Pine</A>, which was also
1040 developed at the University of Washington.
1041 It is upwards-compatible for existing Pine users.
1044 Changes included:
1046 <UL>
1047    <LI> Ground-up reorganization of source code around addition
1048         of "pith/" core routine library.
1049    <LI> Fundamental improvement in Alpine's internal text handling, which
1050         is now based exclusively on Unicode. This allows displaying incoming
1051         messages and producing outgoing messages in many different languages.
1052    <LI> Ground-up reorganization of build and install procedures
1053         based on GNU Build System's autotools. NOTE, the included IMAP library
1054         build is not based on autotools, so some features will not work. However,
1055         it should get built automatically during the Alpine build process.
1056    <LI> Web-based version included built on TCL designed to run under
1057         a suitable CGI-supporting web server such as Apache.
1058 </UL>
1062 Details on changes in previous (prerelease) versions of Alpine
1063 may be found at the following URL:
1065 <CENTER><SAMP><A HREF="http://patches.freeiz.com/alpine/release/">http://patches.freeiz.com/alpine/release/</A></SAMP></CENTER>
1068 <HR WIDTH="75%"><P>
1070 <H2>Getting Help</H2>
1071 <DL>
1072 <DT>Online Help</DT>
1073 <DD>
1074 Every Alpine screen and command has associated help text
1075 accessible via the &quot;?&quot; key (or Ctrl-G in text-input contexts).
1076 </DD>
1078 <DT>Web Help</DT>
1079 <DD>
1080 The most current source of information about Alpine,
1081 including new version availability, is the web page at
1083 <CENTER><SAMP><A HREF="http://patches.freeiz.com/alpine/">http://patches.freeiz.com/alpine/</A></SAMP></CENTER>
1084 </DD>
1085 </DL>
1087 Frequently Asked Questions (and answers) may be found at the following
1088 URL:
1090 <CENTER><SAMP><A HREF="http://www.washington.edu/alpine/faq/">http://www.washington.edu/alpine/faq/</A></SAMP></CENTER>
1093 <HR WIDTH="75%"><P>
1095 <H2>Additional Information</H2>
1097 General Alpine configuration information can be found
1098 <A HREF="h_news_config">here</A>.
1100 This is revision (<!--#echo var="ALPINE_REVISION"-->) of the Alpine software.
1101 Alpine mailbox and <A HREF="https://github.com/jonabbey/panda-imap/">IMAP</A> server
1102 access is provided by the IMAP Toolkit Environment (c-client library)
1103 version <!--#echo var="C_CLIENT_VERSION"-->.
1104 <P> 
1105 Alpine was developed until 2009 by the Office of Computing 
1106 &amp; Communications at the University of Washington in Seattle.  
1107 Since then, the effort of developing Alpine has been continued by
1108 a community of volunteers who make good software even better!
1111 Alpine Copyright 2013-2017 Eduardo Chappa, 
1112 <BR> Copyright 2006-2008 University of Washington.
1115 Additional legal notices can be found <A HREF="h_news_legal">here</A>,
1116 or instead you can find the Apache License, version 2.0 at the web URL:
1119 <CENTER><A HREF="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</A></CENTER>
1122 &lt;End of Release Notes&gt;
1123 </BODY>
1124 </HTML>
1125 ====== h_password_file_support ======
1126 <HTML>
1127 <HEAD>
1128 <TITLE>Encryption for Password File Support Explained</TITLE>
1129 </HEAD>
1130 <BODY>
1131 <H1>Encryption for Password File Support Explained</H1>
1133 Index<BR>
1134 <OL>
1135 <LI><A HREF="#content">Explanation</A>
1136 <LI><A HREF="#example_existing_key">Example of Use of Existing Key and Certificate</A>
1137 <LI><A HREF="#example_self_signed">Example of Creating Master Password</A>
1138 </OL>
1140 <P><A NAME="content">Unix Alpine Only.</A>
1142 <P> If your version of Alpine has been built with password file support
1143 then you can use a special file to save your passwords, and avoid typing
1144 them every time you open a connection to a remote server.
1146 <P> If, in addition, your version of Alpine was built with SMIME support, then your 
1147 password file will be encrypted with a strong key. There are two ways in 
1148 which this can happen: Alpine will either use a matching private key and 
1149 public certificate pair that you already own, or it will create one for 
1150 you, just for purposes of encrypting this file. We describe both processes 
1151 below.
1153 <P> Initially, Alpine will scan your public and private directories for a 
1154 certificate/private key pair that works. Alpine will pick the first pair 
1155 that it finds that matches. 
1157 <P> Once a pair has been chosen, it will be copied to the directory 
1158 ~/.alpine-smime/.pwd, and from then on, Alpine will use the pair found in 
1159 that directory. The first time this process is done, this directory will 
1160 be created, a key/certificate pair will be copied to it, from then on 
1161 this pair will be used to encrypt and decrypt your password file. 
1163 <P> If you want to use a specific key and certificate pair to encrypt
1164 your password file, you can create the directory ~/.alpine-smime/.pwd 
1165 manually, and then create your preferred key/certificate pair there.
1166 Alpine will use this key regardless of if it has expired, or if it is
1167 self-signed. These issues do not affect the encryption or decryption
1168 of the password file.
1170 <P> If you prefer not to use the directory ~/.alpine-smime/.pwd to save 
1171 your key/certificate pair, you can specify a different one with the 
1172 -pwdcertdir command line option in Alpine. If the directory specified by 
1173 this option is not found Alpine will fail to encrypt and decrypt your 
1174 password file. However if it exists, Alpine will search for a 
1175 key/certificate pair in that
1176 directory, and if it does not find one, it will create one and save it
1177 in that directory.
1179 <P> Alpine does not care about the names of the key and certificates in 
1180 this directory, but the private key must have &quot;.key&quot; extension 
1181 and your public certificate must have the &quot;.crt&quot; extension. The
1182 name of the private key will be used in the prompt when you are asked
1183 to unlock your key to decrypt your password.
1185 <P> If Alpine cannot find a suitable private key and public certificate 
1186 pair to encrypt your password, it will create one. You will be asked to 
1187 create a &quot;Master Password&quot; to protect such key. At this moment 
1188 there are no restrictions on passwords, other than they have to be at 
1189 least 8 characters long, but future versions of Alpine will include 
1190 functionality to restrict master passwords, as set up by the administrator 
1191 of the system in the pine.conf.fixed file.
1193 <P><A NAME="example_existing_key"><B>Example of Use of Existing Key and Certificate</B></A>
1195 <P>Assume you have a private key called peter@address.com.key in your, 
1196 ~/.alpine-smime/private directory, and a public certificate called 
1197 peter@address.com.crt in your ~/.alpine-smime/public directory, and these 
1198 are your only key/certificate pair.
1200 <P> When Alpine starts for the first time, without command line options, 
1201 it will check if the directory ~/.alpine-smime/.pwd exists, and if not, 
1202 it will create it. Then it will go through your keys and certificates and 
1203 find a pair that it can use, and copy the files peter@address.com.key,
1204 and peter@address.com.crt to the ~/.alpine-smime/.pwd directory. Alternatively
1205 you can do the same by copying these files by yourself. This can be done
1206 with the sequence of commands
1208 <PRE>
1209 mkdir ~/.alpine-smime/.pwd
1210 cp ~/.alpine-smime/private/peter@address.com.key ~/.alpine-smime/.pwd
1211 cp ~/.alpine-smime/public/peter@address.com.crt ~/.alpine-smime/.pwd
1212 </PRE>
1214 <P> When Alpine starts, you will be asked the password to unlock your
1215 private key with the prompt.
1217 <PRE>
1218 Enter password of key &lt;peter@address.com&gt; to unlock password file:
1219 </PRE>
1221 <P> If you prefer to use different names for your private and public keys 
1222 in the ~/.alpine-smime/.pwd directory, you can do so, but you must 
1223 preserve the extension of the files. For example, you can use the names 
1224 private_key.key and public_cert.crt instead. In this case, the prompt you 
1225 will see when you are asked to unlock your private key will read
1227 <PRE>
1228 Enter password of key &lt;private_key&gt; to unlock password file:
1229 </PRE>
1231 <P>Observe that you do not need to use an existing key/certificate pair, 
1232 and that you can create a new private key/public certificate pair to 
1233 encrypt and decrypt your password file. Alpine provides a mechanism to
1234 change the encryption key for this file in the S/MIME configuration
1235 screen.
1237 <P><A NAME="example_self_signed"><B>Example of Creating Master Password</B></A>
1239 <P> If Alpine cannot find a suitable private key and public certificate pair
1240 to encrypt your password file, it will create one. When doing so, it will
1241 start the process with the following warning:
1243 <PRE>
1244 Creating a Master Password for your Password file.
1245 </PRE>
1247 <P> Then Alpine will ask you to enter your Master Password:
1249 <PRE>
1250 Create master password (attempt 1 of 3):
1251 </PRE>
1253 <P> Once you enter this password, and it validates according to system policy,
1254 you will be asked to confirm this password. 
1256 <PRE>
1257 Confirm master password (attempt 1 of 3):
1258 </PRE>
1260 <P> If you input the same password, then Alpine will set that as your 
1261 Master Password, and you will use this password to unlock your key in the 
1262 future.
1264 <P> If you would like to switch your Master Password in the future, you can 
1265 do so by creating a new public key and public certificate pair. You can do 
1266 so in the S/MIME configuration screen, in the &quot;Manage Key and 
1267 Certificate for Password File&quot; section, simply enter your current 
1268 password to unlock your current key and then press &quot;C&quot; to create 
1269 a new key.
1272 &lt;End of help&gt;
1273 </BODY>
1274 </HTML>
1275 ====== h_tls_failure_details ======
1276 <HTML>
1277 <HEAD>
1278 <TITLE>Certificate Validation Details</TITLE>
1279 </HEAD>
1280 <BODY>
1281 <H1>Certificate Validation Details</H1>
1283 This screen gives details as to why the certificate validation failed: the
1284 name of the desired server system; the reason for failure; and the name on
1285 the certificate.  This is primarily of interest to experts.
1288 &lt;End of help&gt;
1289 </BODY>
1290 </HTML>
1291 ====== h_tls_failure ======
1292 <HTML>
1293 <HEAD>
1294 <TITLE>TLS or SSL Failure</TITLE>
1295 </HEAD>
1296 <BODY>
1297 <H1>TLS or SSL Failure</H1>
1299 An attempt was made to establish a secure, encrypted connection to the
1300 server system using either Transport Layer Security (TLS) or the older
1301 Secure Sockets Layer (SSL).  This attempt failed.
1304 You should contact your server system management for more assistance.
1305 The problem is probably at the server system and not in Alpine or your local
1306 system.  The text in this screen may be helpful for the server system
1307 management in debugging the problem,
1310 &lt;End of help&gt;
1311 </BODY>
1312 </HTML>
1313 ====== h_tls_validation_failure ======
1314 <HTML>
1315 <HEAD>
1316 <TITLE>TLS and SSL Certificate Validation Failures</TITLE>
1317 </HEAD>
1318 <BODY>
1319 <H1>TLS and SSL Certificate Validation Failures</H1>
1321 An attempt was made to establish a secure, encrypted connection to the
1322 server system using either Transport Layer Security (TLS) or the older
1323 Secure Sockets Layer (SSL).
1326 An important part of this procedure is server certificate validation.  A
1327 server certificate is an &quot;electronic identification card&quot; for the server
1328 system that is signed by a well-known certificate authority (CA).  Alpine
1329 compares the server system identity in the server certificate with the
1330 name of the server system to which it is trying to connect.  Alpine also
1331 verifies that the CA signature is authentic.
1334 Some common failure conditions are:
1337 <UL>
1338   <LI> [UNIX Alpine] Self signed certificate.  This means that the server system
1339 signed its own certificate.  This does not necessarily indicate anything
1340 bad; the server operators may simply have elected to not purchase a
1341 signed certificate from a certificate authority.
1343   <LI> [UNIX Alpine] Unable to get local issuer certificate.  This means that
1344 the signature on the server system is from an unknown certificate authority.
1345 It can also mean that no certificate authority certificates have been
1346 installed on the local UNIX system.
1348   <LI> [PC Alpine] Self-signed certificate or untrusted authority.  This is
1349 the same as either of the above two conditions in UNIX Alpine.  Note that
1350 Windows systems typically have a full set of certificate authority
1351 certificates installed, so it is more likely to be a self-signed
1352 certificate than an unknown certificate authority.
1354   <LI> Server name does not match certificate.  This means that the server
1355 presented a proper signed certificate for a name other than the desired
1356 name.
1357 </UL>
1360 Any of these conditions can indicate that you are being attacked and have
1361 been directed to an imposter server that will record your password and
1362 your private mail messages.  It can also mean something innocuous.
1365 If you are certain that the problem is innocuous, you can append the
1366 option
1369 <CENTER><SAMP>/novalidate-cert</SAMP></CENTER>
1372 to the server system name where it appears in your configuration (e.g. the
1373 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>,
1374 a folder-collection, or a news or SMTP server).  This will
1375 disable certificate validation.  On the other hand, if you are attacked,
1376 you will get no warning if you do this.
1379 &lt;End of Cert Validation Failures help&gt;
1380 </BODY>
1381 </HTML>
1382 ====== h_release_tlscerts ======
1383 <HTML>
1384 <HEAD>
1385 <TITLE>TLS and SSL usage note</TITLE>
1386 </HEAD>
1387 <BODY>
1388 <H1>TLS and SSL usage note</H1>
1391 When using Alpine from Unix or Windows 2000,
1392 server certificates must be signed by a trusted certificate authority.
1393 You may relax this requirement (at the cost of some security) by using
1395 <A HREF="h_folder_server_syntax">NoValidate-Cert</A>
1396 modifier in the mailbox name.
1399 <CENTER><SAMP>{foo.example.com/novalidate-cert}INBOX</SAMP></CENTER>
1402 The fully-qualified host name of the server should be used
1403 so that it matches the host name in the server certificate.
1405 Here is an example of a host specification that directs Alpine to use
1406 the SSL port (993) and an encrypted data stream.
1408 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
1410 &lt;End of TLS usage help&gt;
1411 </BODY>
1412 </HTML>
1413 ====== h_news_config ======
1414 <HTML>
1415 <HEAD>
1416 <TITLE>Alpine Configuration</TITLE>
1417 </HEAD>
1418 <BODY>
1419 <H1>Alpine Configuration</H1>
1421 <H2>Using Environment Variables</H2>
1423 The values of Alpine configuration options may include environment variables
1424 that are replaced by the value of the variable at the time Alpine is run
1425 (and also at the time the config option is changed).
1426 The syntax to use environment variables is a subset of the common Unix
1427 shell dollar-syntax.
1428 For example, if
1430 <P><CENTER><SAMP>$VAR</SAMP></CENTER><P>
1432 appears in the value of an Alpine configuration option it is looked up in the
1433 environent (using getenv(&quot;VAR&quot;)) and its
1434 looked-up value replaces the <SAMP>$VAR</SAMP> part of the option value.
1435 To include a literal dollar sign you may precede the dollar sign with another
1436 dollar sign.
1437 In other words, if the text
1439 <P><CENTER><SAMP>$$text</SAMP></CENTER><P>
1441 is the value of a configuration option, it will be expanded to
1443 <P><CENTER><SAMP>$text</SAMP></CENTER><P>
1445 and no environment lookup will be done.
1446 For Unix Alpine it will also work to use a backslash character to
1447 escape the special meaning of the dollar sign, but $$ is preferable since
1448 it works for both PC-Alpine and Unix Alpine, allowing the configuration option
1449 to be in a shared configuration file.
1452 This all sounds more complicated than it actually is.
1453 An example may make it clearer.
1454 Unfortunately, the way in which environment variables are set is OS-dependent 
1455 and command shell-dependent.
1456 In some Unix command shells you may use
1458 <P><CENTER><SAMP>PERSNAME="Fred Flintstone"</SAMP></CENTER><P>
1459    <CENTER><SAMP>export PERSNAME</SAMP></CENTER><P>
1461 Now, if you use Alpine's Setup/Config screen to set
1463 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=$PERSNAME</SAMP></CENTER><P>
1465 the <SAMP>$PERSNAME</SAMP> would be replaced by <SAMP>Fred Flintstone</SAMP>
1466 so that this would be equivalent to
1468 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=Fred Flintstone</SAMP></CENTER><P>
1470 Note, environment variable substitution happens after configuration
1471 options that are lists are split into the separate elements of the list,
1472 so a single environment variable can't contain a list of values.
1475 The environment variable doesn't have to be the only thing
1476 after the equal sign.
1477 However, if the name of the variable is not at the end of the line or
1478 followed by a space (so that you can tell where the variable name ends),
1479 it must be enclosed in curly braces like
1481 <P><CENTER><SAMP>${VAR}</SAMP></CENTER><P>
1483 It is always ok to use the braces even if you don't need to.
1485 It is also possible to set a default value for an environment variable.
1486 This default value will be used if the environment variable is not
1487 set (that is, if getenv(&quot;VAR&quot;) returns NULL).
1488 The syntax used to set a default value is
1490 <P><CENTER><SAMP>${VAR:-default value}</SAMP></CENTER><P>
1492 If the config file contains
1494 <P><CENTER><SAMP>personal-name=${VAR:-Fred Flintstone}</SAMP></CENTER><P>
1496 then when Alpine is run <SAMP>VAR</SAMP> will be looked up in the environment.
1497 If <SAMP>VAR</SAMP> is found then <SAMP>personal-name</SAMP> will have
1498 the value that <SAMP>VAR</SAMP> was set to, otherwise,
1499 <SAMP>personal-name</SAMP> will be set to <SAMP>Fred Flintstone</SAMP>,
1500 the default value.
1501 (Note that the variable is called &quot;personal-name&quot; in the config
1502 file but is displayed in the config screen as
1503 &quot;<!--#echo var="VAR_personal-name"-->&quot;.
1504 In general, the value that goes into a config file is never exactly the
1505 same as the value you see on the screen.)
1508 An example where an environment variable might be useful is the
1509 variable <SAMP>Inbox-Path</SAMP> in the global configuration file.
1510 Suppose most users used the server
1512 <P><CENTER><SAMP>imapserver.example.com</SAMP></CENTER><P>
1514 but that there were some exceptions who used
1516 <P><CENTER><SAMP>altimapserver.example.com</SAMP></CENTER><P>
1518 In this case, the system manager might include the following line in
1519 the systemwide default Alpine configuration file
1521 <P><CENTER><SAMP>Inbox-Path=${IMAPSERVER:-imapserver.example.com}</SAMP></CENTER><P>
1523 For the exceptional users adding
1525 <P><CENTER><SAMP>IMAPSERVER=altimapserver.example.com</SAMP></CENTER><P>
1527 to their environment should work.
1529 Another example might be the case where a user has to use a different
1530 SMTP server from work and from home.
1531 The setup might be something as simple as
1533 <P><CENTER><SAMP>smtp-server=$SMTP</SAMP></CENTER><P>
1535 or perhaps a default value could be given.
1536 Note that, as mentioned above, the variable <SAMP>SMTP</SAMP> cannot contain
1537 a list of SMTP servers.
1540 <H2>Configuration precedence</H2>
1542 There are several levels of Alpine configuration.  Configuration values at
1543 a given level override corresponding values at lower levels.  In order of
1544 increasing precedence:
1546 <UL>
1547  <LI> built-in defaults
1548  <LI> system-wide
1549 <!--chtml if pinemode="os_windows"-->
1550       config file from command line or provided
1551       by "PINECONF" environment variable
1552 <!--chtml else-->
1553       pine.conf file
1554 <!--chtml endif-->
1555  <LI> personal configuration file
1556  <LI> personal exceptions configuration file
1557  <LI> command-line options
1558  <!--chtml if pinemode="os_windows"--><!--chtml else-->
1559  <LI> system-wide pine.conf.fixed file<!--chtml endif-->
1560 </UL>
1562 The values in both the personal configuration file and the
1563 <A HREF="h_config_exceptions">exceptions</A>
1564 configuration file may be set using the Setup command.
1565 Setup/Config is the command to change most of the personal configuration
1566 options.
1567 The other Setup subcommands are also used to change the configuration,
1568 for example, Setup/AddressBook, Setup/Rules, and so on.
1569 Changing the personal exceptions configuration is very similar.
1570 To change a value in the Config screen you would use the command
1571 Setup/eXceptions/Config.
1572 Likewise for the other Setup subcommands (Setup/eXceptions/Rules and so on).
1574 There are a couple exceptions to the rule that configuration values are replaced
1575 by the value of the same option in a higher-precedence file.
1576 The Feature-List variable has values that are additive, but can be
1577 negated by prepending &quot;no-&quot; in front of an individual feature name.
1578 So for features, each individual feature's value is replaced by the value
1579 of the same feature in a higher-precedence file.
1580 Note that this is done automatically for you when you change these values via
1581 the Setup/Config command.
1582 The other exception to the <EM>replace</EM> semantics happens when you
1583 use <A HREF="h_config_inheritance">configuration inheritance</A>
1584 for option lists.
1587 <H2>File name defaults</H2>
1589 Notes:<P>
1591 <BR> &lt;exe dir&gt; = directory where pine.exe found.
1592 <BR> &lt;pinerc dir&gt; = directory where pinerc found.
1593 <BR> # = default file name is overridable in pinerc.
1594 <BR> $HOME, if not explicitly set, defaults to root of the current drive.
1595 <BR> $MAILCAPS, if set, is used in lieu of the default mailcap search paths.
1596 <BR> + between the mailcap paths implies that the two files are combined.
1597 <BR> ; between other default paths implies that the first one found is used.
1598 </P>
1599 Alpine looks for most support files in the same directory it finds its
1600 personal configuration file (pinerc).  The -p command-line flag may be
1601 used to specify a particular path name for the pinerc file.  If a
1602 pinerc file does not exist, it will be created (if directory permissions
1603 allow).  In PC-Alpine, if -p or $PINERC are not defined, Alpine will look
1604 in $HOME&#92;PINE and the directory containing the PINE.EXE.  If a PINERC
1605 file does not exist in either one, it will create one in the first of those
1606 two directories that is writable.  In detail:
1607 <PRE>
1609 PC-Alpine:
1611  executable     &lt;DOS search path&gt;&#92;pine.exe
1612  help index     &lt;exe dir&gt;&#92;pine.ndx
1613  help text      &lt;exe dir&gt;&#92;pine.hlp
1615  pers config    $PINERC  ;  $HOME&#92;pine&#92;PINERC  ;  &lt;exe dir&gt;&#92;PINERC
1616  except config  $PINERCEX ; $HOME&#92;pine&#92;PINERCEX  ;  &lt;exe dir&gt;&#92;PINERCEX
1617  global cfg     $PINECONF
1619  debug          &lt;pinerc dir&gt;&#92;pinedebg.txtN
1620  crash          &lt;pinerc dir&gt;&#92;pinecrsh.txt
1621  signature#     &lt;pinerc dir&gt;&#92;pine.sig
1622  addressbook#   &lt;pinerc dir&gt;&#92;addrbook
1623  mailcap#       &lt;pinerc dir&gt;&#92;mailcap  +  &lt;exe dir&gt;&#92;mailcap
1624  mimetypes#     &lt;pinerc dir&gt;&#92;mimetype +  &lt;exe dir&gt;&#92;mimetype
1625  newsrc#        $HOME&#92;newsrc (if exists, else) &lt;pinerc dir&gt;&#92;newsrc
1626  sentmail#      $HOME&#92;mail&#92;sentmail.mtx
1627  postponed#     $HOME&#92;mail&#92;postpond.mtx
1628  interrupted    $HOME&#92;mail&#92;intruptd
1630 Unix Alpine:
1632  executable     &lt;Unix search path&gt;/pine
1633  persnl cfg     ~/.pinerc
1634  except cfg     ~/.pinercex
1635  global cfg     <!--#echo var="PINE_CONF_PATH"-->
1636  fixed cfg      <!--#echo var="PINE_CONF_FIXED_PATH"-->
1637  local help     <!--#echo var="PINE_INFO_PATH"-->
1639  interrupted    ~/.pine-interrupted-mail
1640  debug          ~/.pine-debugN
1641  crash          ~/.pine-crash
1642  newsrc#        ~/.newsrc
1643  signature#     &lt;pinerc dir&gt;/.signature
1644  addressbook#   &lt;pinerc dir&gt;/.addressbook
1645  postponed#     ~/mail/postponed-msgs
1646  sentmail#      ~/mail/sent-mail
1647  mailcap#       ~/.mailcap + /etc/mailcap
1648                            + /usr/etc/mailcap + /usr/local/etc/mailcap
1649  mimetypes#     ~/.mime.types + /etc/mime.types + /usr/local/lib/mime.types
1651  news-spool     varies across Unix flavors, e.g. /var/spool/news or /usr/spool/news
1652  active-news    varies across Unix flavors, e.g. /usr/lib/news/active
1653  lock files     /tmp/.<!--#echo var="MAIL_SPOOL_LOCK_PATH"-->
1654  inbox          <!--#echo var="MAIL_SPOOL_PATH"-->
1655  password       /etc/passwd
1657 Unix Alpine and PC-Alpine:
1659  .ab*           remote addressbook support files
1660  a[1-9]*        temporary (while Alpine is running) addressbook files
1662 </PRE>
1665 <H2>Mailcap files</H2>
1667 Alpine honors the mailcap configuration system for specifying external
1668 programs for handling attachments.  The mailcap file maps MIME attachment
1669 types to the external programs loaded on your system that can display
1670 and/or print the file.  A sample mailcap file comes bundled with the Alpine
1671 distribution.  It includes comments that explain the syntax you need to
1672 use for mailcap.  With the mailcap file, any program (mail readers,
1673 newsreaders, WWW clients) can use the same configuration for handling
1674 MIME-encoded data.
1677 <H2>MIME-Types files</H2>
1679 Alpine uses mime-types files (.mime.types or MIMETYPE) to determine
1680 what Content-Type to use for labeling an attached file, based on
1681 the file extension.  That is, this file provides a mapping between
1682 filename extensions and MIME content-types.
1685 <H2>Environment variables</H2>
1687 PC-Alpine uses the following environment variables:
1688 <DL>
1689 <DT>PINERC</DT>
1690 <DD>Optional path to pinerc file.</DD>
1691 <DT>PINERCEX</DT>
1692 <DD>Optional path to personal exceptions configuration file.</DD>
1693 <DT>PINECONF</DT>
1694 <DD>Optional path to global pine config file.</DD>
1695 <DT>HOME</DT>
1696 <DT>TMPDIR, TMP, or TEMP</DT>
1697 <DT>COMSPEC</DT>
1698 <DT>MAILCAPS</DT>
1699 <DD>A <B>semicolon</B> delimited list of path names to mailcap files.</DD>
1700 <DT>USER_DICTIONARY</DT>
1701 <DD>Used to specify the file to contain the user's spell check
1702 dictionary.  The default is <SAMP>DICT.U</SAMP> in the same
1703 directory as the <SAMP>SPELL32.DLL</SAMP></DD>
1704 </DL>
1706 Unix Alpine uses the following environment variables:
1707 <DL>
1708 <DT>TERM</DT>
1709 <DD>Tells Alpine what kind of terminal is being used.</DD>
1710 <DT>DISPLAY</DT>
1711 <DD>Determines if Alpine will try to display IMAGE attachments.</DD>
1712 <DT>SHELL</DT>
1713 <DD>If not set, default is &quot;/bin/sh&quot;.</DD>
1714 <DT>TMPDIR, TMP, or TEMP</DT>
1715 <DT>MAILCAPS</DT>
1716 <DD>A <B>colon</B> delimited list of path names to mailcap files.</DD>
1717 </DL>
1718 <!--chtml if pinemode="os_windows"-->
1720 <H2>Common PC-Alpine Configuration Problems</H2>
1722 <H3>Configuration settings aren't being saved</H3>
1724 <P>This problem can happen if you run pine from one directory and
1725 then decide to move your pine directory to another location.  PC-Alpine
1726 stores certain variables, including the configuration location, in the
1727 Windows Registry (which you shouldn't ever need to manually edit).  There
1728 are a couple of ways to go about removing or resetting the values in the
1729 registry.
1732 1) Run PC-Alpine's registry value deletion command.  This can be done by
1733 running: &quot;&lt;your&nbsp;pine&nbsp;directory&gt;&#92;pine.exe&nbsp;-registry&nbsp;clear&quot; from the DOS
1734 prompt. You could create a shortcut to pine.exe and change the &quot;Target&quot;
1735 value to the above command.
1738 2) Tell PC-Alpine where to look for the configuration file.  Configuration
1739 information is stored in a file called the PINERC.  With the &quot;-p&nbsp;PINERC&quot;
1740 option, you can tell PC-Alpine the location of your pinerc.  An example of
1741 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;.
1742 Again, you can use the DOS prompt or the shortcut method explained in (1).
1745 Additionally, there is the &quot;-registry&nbsp;set&quot; option, which will actively
1746 set registry values to the current setting, and is therefore useful with
1747 the &quot;-p&nbsp;PINERC&quot; option.
1749 <!--chtml endif-->
1751 &lt;End of Configuration Notes&gt;
1752 </BODY>
1753 </HTML>
1754 ====== h_news_legal ======
1755 <html>
1756 <head>
1757 <TITLE>Alpine Legal Notices</TITLE>
1758 </head>
1759 <body>
1761 <H1>Alpine Legal Notices</H1>
1763 Alpine and its constituent programs are covered by the Apache License Version 2.0.
1767 &lt;End of Alpine Legal Notices&gt;
1768 </BODY>
1769 </HTML>
1770 ===== h_info_on_mbox =====
1771 <HTML>
1772 <HEAD>
1773 <TITLE>Information on mbox driver</TITLE>
1774 </HEAD>
1775 <BODY>
1776 <H1>Information on &quot;Missing Mail&quot; and the &quot;mbox&quot; driver</H1>
1778 Beginning with Pine 4.00 (Pine came before Alpine)
1779 a new INBOX access method is
1780 available as part of the standard configuration.  It is called the
1781 &quot;mbox&quot; driver and it works like this:<P>
1784 <BLOCKQUOTE>
1785 If the file &quot;mbox&quot; exists in the user's home directory, and
1786 is in Unix mailbox format, then when INBOX is opened this file will be
1787 selected as INBOX instead of the mail spool file.  Messages will be
1788 automatically transferred from the mail spool file into the mbox
1789 file.
1790 </BLOCKQUOTE>
1793 The advantage of this method is that, after new mail has been copied
1794 from the system mail spool, all subsequent access is confined to the
1795 user's home directory, which is desirable on some systems.  However, a
1796 possible disadvantage is that mail tools other than those from the
1797 University of Washington will not know to look for mail in the user's
1798 mbox file.  For example, POP or IMAP servers other than those from the
1799 University of Washington, and many &quot;new mail notification&quot;
1800 programs may not work as expected with this driver enabled.<P>
1802 To disable this behavior, either remove/rename the &quot;mbox&quot;
1803 file or find the <A HREF="h_config_disable_drivers"><!--#echo var="VAR_disable-these-drivers"--></A>
1804 option in Setup/Config
1805 and add &quot;mbox&quot; to it:
1807 <CENTER><SAMP><!--#echo var="VAR_disable-these-drivers"-->=mbox</SAMP></CENTER>
1809 &lt;End of help on this topic&gt;
1810 </BODY>
1811 </HTML>
1812 ===== h_info_on_locking =====
1813 <HTML>
1814 <HEAD>
1815 <TITLE>FAQs on Alpine Locking</TITLE>
1816 </HEAD>
1817 <BODY>
1818 <H1>What Systems Managers Need to Know about Alpine File Locking</H1>
1820 There is an extensive section on locking in the Alpine technical notes;
1821 this information is intended to provide answers to some common questions:<P>
1822 <OL>
1823 <LI> Why did locking change in Pine 4.00?<BR>
1824 The actual locking mechanisms did not change in 4.00.
1825 What changed is that when one particular locking mechanism used by Alpine 
1826 fails, Alpine now issues a warning message.  Prior to Pine 4.00, the locking
1827 failure would occur, but no warning was issued.<P>
1829 <LI> Is this what the &quot;Mailbox vulnerable&quot; message is about?<BR>
1830 Yes.  It means that Alpine was unable to create a lockfile in the
1831 spool directory, generally because of overly restrictive protections on the
1832 spool directory.  The correct permissions on the spool directory for
1833 running Alpine are 1777, i.e. read-write-execute permission for everyone,
1834 with the sticky-bit set, so only owners of a file can delete them.<P>
1836 <LI> Why does Alpine require that the mail spool directory have 1777
1837    protections?<BR>
1838 Alpine was designed to run without special privileges.  This means that in
1839 order to create a lockfile in the spool directory, it is necessary to have
1840 the spool directory permissions be world-writable.<P>
1842 <LI> Can't you create the lockfile somewhere else?<BR>
1843 No.  The lockfile in question must be in the mail spool directory, because
1844 that's where the mail delivery program expects to find it, and the purpose
1845 of the file is to coordinate access between the mail client (Alpine) and the
1846 mail delivery program.<P>
1848 <LI> Isn't having the spool directory world-writable a big security risk?<BR>
1849 No.  Remember that the individual mail files in the spool directory are
1850 NOT world-writable, only the containing directory.  Setting the &quot;sticky
1851 bit&quot; -- indicated by the &quot;1&quot; before the &quot;777&quot; mode 
1852 -- means that only the owner of the file (or root) can delete files in the 
1853 directory.  So the only bad behavior that is invited by the 1777 mode is that 
1854 anyone could
1855 create a random file in the spool directory.  If the spool directory is
1856 under quota control along with home directories, there is little incentive
1857 for anyone to do this, and even without quotas a periodic scan for
1858 non-mail files usually takes care of the problem.  <P>
1860 <LI> Why not run Alpine as setgid mail?<BR>
1861 Alpine was never designed to run with privileges, and to do so introduces a
1862 significant security vulnerability.  For example, if a user suspends Alpine,
1863 the resulting shell will have group privileges.  This is one example of
1864 why we strongly recommend against running Alpine as a privileged program.
1865 In addition, a &quot;privileged mailer &quot paradigm would mean that normal 
1866 users
1867 could not test Alpine versions or other mailers that had not been installed
1868 by the system administrators.<P>
1871 <LI> Are there any alternatives to creating .lock files in the spool dir?<BR>
1872 There are, but they all have different sets of tradeoffs, and not all will
1873 work on all systems.  Some examples:<UL>
1874  <LI> Use lock system calls.  Works fine on a few systems, provided mail
1875    spool is local.   Doesn't work reliably if NFS is used.
1876    Doesn't work unless <B>all</B> the mail programs accessing the spool dir
1877    use the same calls.
1878  <LI> Deliver mail to user's home directory.  An excellent solution, highly
1879    recommended -- but one which is incompatible with some &quot;legacy&quot; 
1880 mail tools that always look in the spool directory for the mail.
1881 </UL><P>
1883 <LI> Are these spool directory lock files the only kinds of locks used by
1884    Alpine?<BR>
1885 No.  Alpine also creates lockfiles in the /tmp directory.  For normal Unix
1886 mailbox format folders, these are used to coordinate access between
1887 multiple Alpine sessions.  <P>
1889 <LI> What about the 
1890 <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>
1891 This is for people who are content to live dangerously, or who have
1892 specific knowledge that the spool directory lockfiles are superfluous on
1893 their system (because both Alpine and the mail delivery program are using 
1894 system call file locking in a context that works reliably, e.g. not NFS.)<P>
1896 <LI> Where can I find more details on how Alpine locking works?<BR>
1897 See the Alpine Technical Notes.<P>
1899 </OL>
1901 &lt;End of help on this topic&gt;
1902 </BODY>
1903 </HTML>
1904 ===== h_finding_help ====
1905 <HTML>
1906 <HEAD>
1907 <TITLE>Finding more information and requesting help</TITLE>
1908 </HEAD>
1909 <BODY>
1910 <H1>Places to Look for More Answers</H1>
1911 If you have questions about or problems with Alpine that you cannot resolve 
1912 after consulting the program's internal, context-sensitive help screens, here 
1913 are additional information resources that you may find helpful:
1915 <UL>
1916   <LI> Alpine's top-level <A HREF="main_menu_tx">MAIN MENU HELP</A>.<P>
1918   <LI> Alpine's <A HREF="h_help_index">Help Index</A>.<P>
1920   <LI> Alpine's internal <A HREF="h_news">Release Notes</A>.  They contain a 
1921 listing of changes in Alpine <!--#echo var="ALPINE_VERSION"-->
1922   since the last version, which may be useful for you to be aware of, 
1923 <B>especially</B> if a &quot;problem&quot; you are encountering is actually 
1924 a change in the way an aspect of Alpine works.  There, you will also find notes 
1925 on Alpine configuration.<P>
1927   <LI> The main site for Alpine contains information on configuring and solving problems
1928        with Alpine, it can be found at
1930 <CENTER><A HREF="http://patches.freeiz.com/alpine/">http://patches.freeiz.com/alpine/</A></CENTER>  
1932   <LI> The Alpine Information Center (maintained by the University of
1933            Washington) World Wide Web site contains, among other things
1934            <UL>
1935            <LI>a collection of Frequently Asked Questions (and answers!) about Alpine
1936            <LI>an overview of the basics for beginning Alpine users
1937            <LI>Technical Notes for systems administrators
1938            <LI>archives (including a searchable index) of the alpine-info 
1939 mailing list, on which matters of interest to systems/email administrators,
1940 developers, trainers, user support personnel, and others involved with Alpine 
1941 messaging on a &quot;technical&quot; level are discussed.
1942 </UL>
1943         The Alpine Information Center can be accessed with a WWW browser at:<P>
1944             <CENTER><A HREF="http://www.washington.edu/alpine/">http://www.washington.edu/alpine/</A></CENTER>  
1945 </UL>
1946 <P><HR WIDTH="75%">
1947 <H1>Requesting help</H1>
1948 If the internal help, the Release Notes, the Alpine Information Center, and your 
1949 local online and print resources do not help you resolve a problem, please
1950 start by contacting your local computer support staff and asking for help.
1952 This is especially true if:
1953 <ul>
1954   <li>You suddenly have trouble sending or receiving mail.
1955   <li>You receive a "disk quota exceeded" message.
1956   <li>You have forgotten your password.
1957   <li>You think your account may have been compromised.
1958   <li>You need help viewing an attachment.
1959   <li>You need to know how to configure your:
1960       <A HREF="h_config_nntp_server">NNTP (news) server</A>, 
1961       <A HREF="h_config_smtp_server">SMTP (sending mail) server</A>, 
1962       <A HREF="h_config_ldap_server">LDAP (directory lookup) server</A>, or
1963       <A HREF="h_config_inbox_path">INBOX (incoming mail) path</A>.
1964   <li>You want to know what alternative editors or spellcheckers you may be able to use.
1965   <li>You want to block email from a particular person.
1966   <li>You're going on vacation and need to autorespond to incoming mail.
1967   <li>You want to automatically file or filter incoming messages.
1968 </ul>
1970 In all of these cases,
1971 you should contact <B>your</B> support staff, because <B>only they</B> 
1972 will be able to assist you effectively. Your support staff may be, depending on who 
1973 provides you with the email account you use Alpine with, for example:<UL>
1974 <LI> the computing help desk of (a department of) your university, school, 
1975 employer, ... ; or
1976 <LI> the customer service center of your Internet Service Provider; or
1977 <LI> the friendly volunteer helpers of your Freenet; or
1978 <LI> the person who setup your computer and internet connection.
1979 </UL>
1981 Due to the large number of Alpine installations worldwide, and because we
1982 receive no funding for it, the University of Washington <B>cannot provide 
1983 individual support services outside the University of Washington</B>.
1985 If you have no local computing support to turn to, the worldwide <b>comp.mail.pine</b>
1986 newsgroup can be a valuable source of information and assistance for Alpine 
1987 user issues.
1989 For systems/email administrators, developers, trainers, user support
1990 personnel, and others involved with Alpine messaging on a &quot;technical&quot;
1991 level, the mailing list alpine-info is available; for information on
1992 subscribing and posting to it, see
1994 <CENTER><A HREF="http://www.washington.edu/alpine/alpine-info/subscribing.html">http://www.washington.edu/alpine/alpine-info/subscribing.html</A></CENTER>
1997 Regardless of whom you are asking for help with Alpine, remember 
1998 to provide as much detail as you can about the
1999 nature of any problem you are encountering, such as
2000 <UL>
2001 <LI>when it first occurred;
2002 <LI>what, if anything, happened that might have brought it about;
2003 <LI>whether it still persists;
2004 <LI>whether it is reproducible, and if so, how;
2005 <LI>what, if anything, you already tried to solve it.
2006 </UL> 
2007 It may also be helpful if you specify what version of Alpine you are using 
2008 <!--chtml if pinemode="running"-->
2009 -- this is <!--#echo var="ALPINE_VERSION"--> --
2010 <!--chtml endif-->
2011 and on what system, and when the copy of Alpine you are using was created
2012 <!--chtml if pinemode="running"-->
2013 -- for this copy: <!--#echo var=ALPINE_COMPILE_DATE-->
2014 <!--chtml endif-->
2016 <!--chtml if pinemode="running"-->
2017 <P>   
2018 When the Alpine program you are currently using was installed, a support
2019 contact email address may have been set up; in that case, you can simply select
2020 this link now to send a message to it:<BR>
2021 <A HREF="X-Alpine-Gripe:_LOCAL_ADDRESS_?local"><!--#echo var="_LOCAL_FULLNAME_"--></A><P>
2022 <!--chtml endif-->
2023 <!--chtml if [ -r PINE_INFO_PATH ]-->
2024 <HR WIDTH="75%">Local Support Contacts:<P>
2025 <!--#include file="PINE_INFO_PATH"-->
2026 <HR WIDTH="75%">
2027 <!--chtml endif-->
2028 <P> 
2029 &lt;End of help on this topic&gt;
2030 </BODY>
2031 </HTML>
2032 ===== new_user_greeting ======
2033 <HTML>
2034 <HEAD>
2035 <TITLE>NEW USER GREETING</TITLE>
2036 </HEAD>
2037 <BODY>
2038 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
2039 <BR>
2040 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
2041 We hope you will explore Alpine's many capabilities. From the MAIN MENU,
2042 select Setup/Config to see many of the options available to you. Also note
2043 that all screens have context-sensitive help text available.<P>
2044 <!--chtml if pinemode="phone_home"-->
2045 SPECIAL REQUEST:
2046 This software was originally created and maintained as a public
2047 service by the University of Washington until 2009; updates are made 
2048 available as a public service of the Alpine community. It is always 
2049 helpful to have an idea of how many users are using Alpine. Are you 
2050 willing to be counted as an Alpine user? Pressing 
2051 <A HREF="X-Alpine-Phone-Home:">Return</A>
2052 will send an anonymous (meaning, your real email address will not be revealed) 
2053 message to the Alpine developers for purposes of tallying.
2055 <!--To Exit this screen and continue your Alpine session press "E".-->
2056 <!--chtml else-->
2057 To Exit this screen and continue your Alpine session press "Return".
2058 <!--chtml endif-->
2059 </BODY>
2060 </HTML>
2061 ===== new_alpine_user_greeting ======
2062 <HTML>
2063 <HEAD>
2064 <TITLE>NEW ALPINE USER GREETING</TITLE>
2065 </HEAD>
2066 <BODY>
2067 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
2068 <BR>
2069 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
2070 Your Alpine configuration file indicates that you may have used Pine before
2071 but not Alpine.
2072 If you are familiar with the way Pine works, you should be comfortable
2073 using Alpine.
2074 Your Pine configuration file is automatically used for Alpine.
2075 The Release Notes may be viewed by pressing 
2076 &quot;R&quot; now or while in the MAIN MENU.
2078 <!--chtml if pinemode="phone_home"-->
2079 SPECIAL REQUEST:
2080 This software was originally created and maintained as a public
2081 service by the University of Washington until 2009; updates are made 
2082 available as a public service of the Alpine community. It is always 
2083 helpful to have an idea of how many users are using Alpine. Are you 
2084 willing to be counted as an Alpine user? Pressing 
2085 <A HREF="X-Alpine-Phone-Home:">Return</A>
2086 will send an anonymous (meaning, your real email address will not be revealed) 
2087 message to the Alpine developers for purposes of tallying.
2089 <!--To Exit this screen and continue your Alpine session press "E".-->
2090 <!--chtml else-->
2091 To Exit this screen and continue your Alpine session press "Return".
2092 <!--chtml endif-->
2093 </BODY>
2094 </HTML>
2095 ===== new_version_greeting ======
2096 <HTML>
2097 <HEAD>
2098 <TITLE>NEW VERSION GREETING</TITLE>
2099 </HEAD>
2100 <BODY>
2101 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
2102 <BR>
2103 <H1>Welcome to Alpine version <!--#echo var="ALPINE_VERSION"-->!</H1>
2104 Your Alpine configuration file indicates that you may not have used 
2105 this version of Alpine before.  This version's significant changes are
2106 documented in the Release Notes, which may be viewed by pressing 
2107 &quot;R&quot; now or while in the MAIN MENU.
2109 <!--chtml if pinemode="phone_home"-->
2110 SPECIAL REQUEST:
2111 This software was originally created and maintained as a public
2112 service by the University of Washington until 2009; updates are made 
2113 available as a public service of the Alpine community. It is always 
2114 helpful to have an idea of how many users are using Alpine. Are you 
2115 willing to be counted as an Alpine user? Pressing 
2116 <A HREF="X-Alpine-Phone-Home:">Return</A>
2117 will send an anonymous (meaning, your real email address will not be revealed) 
2118 message to the Alpine developers for purposes of tallying.
2120 <!--To Exit this screen and continue your Alpine session press "E".-->
2121 <!--chtml else-->
2122 To Exit this screen and continue your Alpine session press "Return".
2123 <!--chtml endif-->
2124 </BODY>
2125 </HTML>
2127 ===== main_menu_tx ======
2128 <HTML>
2129 <HEAD>
2130 <TITLE>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</TITLE>
2131 </HEAD>
2132 <BODY>
2133 <H1>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</H1>
2134 <DIV ALIGN=CENTER>
2135 Version <!--#echo var="ALPINE_VERSION"-->
2136 <!--chtml if pinemode="running"-->
2137 <BR>(built <!--#echo var=ALPINE_COMPILE_DATE-->)
2138 <!--chtml endif-->
2139 </DIV>
2140 <CENTER>Copyright 2013-2017 Eduardo Chappa,
2141 <BR>Copyright 2006-2008 University of Washington.
2142 </CENTER>
2145 When you are viewing a help screen, there may be links to
2146 other topics highlighted (in Reverse video) in the text.
2147 Here is an example.
2148 The word &quot;Introduction&quot; in the TABLE OF CONTENTS below should be
2149 highlighted.
2150 If you type carriage return (or V for View Link, see the commands at the
2151 bottom of the screen) you will be taken to a new help screen to view the
2152 Introduction.
2153 The commands at the bottom of the screen should then include
2154 &quot;P Prev Help&quot;.
2155 If you type &quot;P&quot; you will end up back here.
2156 If you type &quot;E&quot; for Exit, you will be back out of help and returned
2157 to the place you were in Alpine when you entered Help.
2158 In this case, you would go back to the MAIN MENU.
2159 There are also other links that are highlighted in bold (or the color used
2160 by your terminal to display bold).
2161 The items after the Introduction in the TABLE OF CONTENTS are all examples
2162 of such links.
2163 In order to view those links, you first have to make the link you want
2164 to view the current link.
2165 The &quot;NextLink&quot; and &quot;PrevLink&quot; commands
2166 (see bottom of screen) can do that for you.
2169 <H2>TABLE OF CONTENTS</H2>
2170 <OL>
2171   <LI> <A HREF="h_mainhelp_intro">Introduction</A>
2172   <LI> <A HREF="h_mainhelp_pinehelp">Alpine Help</A>
2173 <!--chtml if [ -r PINE_INFO_PATH ]-->
2174   <LI> <A HREF="h_mainhelp_localsupport">Local Support Contacts</A>
2175 <!--chtml endif-->
2176   <LI> <A HREF="h_mainhelp_cmds">Giving Commands in Alpine</A>
2177   <LI> <A HREF="h_mainhelp_config">Alpine Configuration</A>
2178   <LI> <A HREF="h_mainhelp_status">Titlebar Line</A>
2179   <LI> <A HREF="h_mainhelp_mainmenu">Main Menu</A>
2180   <LI> <A HREF="h_mainhelp_index">Index of Messages</A>
2181   <LI> <A HREF="h_mainhelp_reading">Reading Messages</A>
2182   <LI> <A HREF="h_mainhelp_composing">Composing Messages</A>
2183   <LI> <A HREF="h_mainhelp_readingnews">Reading News</A>
2184   <LI> <A HREF="h_mainhelp_abooks">Address Books</A>
2185   <LI> <A HREF="h_mainhelp_ldap">LDAP Directories</A>
2186   <LI> <A HREF="h_mainhelp_folders">Folders</A>
2187   <LI> <A HREF="h_mainhelp_collections">Collection Lists</A>
2188   <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
2189   <LI> <A HREF="h_mainhelp_color">Color Setup</A>
2190   <LI> <A HREF="h_mainhelp_filtering">Filtering</A>
2191   <LI> <A HREF="h_mainhelp_roles">Roles</A>
2192   <LI> <A HREF="h_mainhelp_patterns">Patterns</A>
2193   <LI> <A HREF="h_mainhelp_keywords">Keywords (or Flags, or Labels)</A>
2194   <LI> <A HREF="h_mainhelp_mouse">Using a Mouse</A>
2195   <LI> <A HREF="h_mainhelp_cmdlineopts">Command Line Options</A>
2196   <LI> <A HREF="h_mainhelp_securing">Securing Your Alpine Session</A>
2197   <LI> <A HREF="h_mainhelp_smime">S/MIME</A>
2198   <LI> <A HREF="h_mainhelp_problems">Reporting Problems</A>
2199   <LI> <A HREF="X-Alpine-Config:">Show Supported Options in this Alpine</A>
2200   <LI> <A HREF="h_help_index">Index to Alpine's Online Help</A>
2201 </OL>
2204 &lt;End of help on this topic&gt;
2205 </BODY>
2206 </HTML>
2207 ===== h_mainhelp_intro ======
2208 <HTML>
2209 <HEAD>
2210 <TITLE>Introduction</TITLE>
2211 </HEAD>
2212 <BODY>
2213 <H1>Introduction</H1>
2215 Alpine is an &quot;Alternatively Licensed Program for Internet
2216 News and Email&quot; produced until 2009 by the University of Washington.
2217 It is intended to be an easy-to-use program for
2218 sending, receiving, and filing Internet electronic mail messages and
2219 bulletin board (Netnews/Usenet) messages. Alpine supports the following
2220 Internet protocols and specifications: SMTP (Simple Mail Transport Protocol), 
2221 NNTP (Network News Transport Protocol), MIME (Multipurpose Internet Mail 
2222 Extensions), IMAP (Internet Message Access Protocol), and LDAP (Lightweight
2223 Directory Access Protocol).<p>
2225 Although originally designed for inexperienced email users, Alpine has
2226 evolved to support many advanced features.  There are an ever-growing
2227 number of configuration and personal-preference options, though which of
2228 them are available to you is determined by your local system managers. 
2230 <H2>WHAT ALPINE DOES...</H2>
2232 Alpine is a &quot;mail user agent&quot; (MUA), which is a program that
2233 allows you to
2234 compose and read messages using Internet mail standards.  (Whether you
2235 can correspond with others on the Internet depends on whether or not your
2236 computer is connected to the Internet.)  Alpine also allows reading and
2237 posting messages on the Internet &quot;net news&quot; system, provided
2238 that your site operates a suitable news server.
2240 <H2>WHAT ALPINE DOES NOT DO...</H2>
2242 A &quot;mail user agent&quot; such as Alpine is just one part of a
2243 messaging system. Here are some things that are <B>not</B> done by Alpine,
2244 but require other programs:<P>
2245 <UL>
2246  <LI> Actual relaying of email... which is done by &quot;message transfer 
2247 agents&quot;.
2248  <LI> Vacation messages... automatically responding to incoming messages
2249  <LI> Anything to do with &quot;talk&quot;... which has nothing to do with 
2250 email.
2251  <LI> Anything to do with &quot;irc&quot;... which has nothing to do with email.
2252  <LI> List processing... resending one message to a list of recipients.
2253 </UL>
2256 &lt;End of help on this topic&gt;
2257 </BODY>
2258 </HTML>
2260 ===== h_mainhelp_pinehelp ======
2261 <HTML>
2262 <HEAD>
2263 <TITLE>Alpine Help</TITLE>
2264 </HEAD>
2265 <BODY>
2266 <H1>Alpine Help</H1>
2268 Alpine help is generally context-sensitive. In other words, each Alpine screen you 
2269 use will have its own help text, explaining the choices available for that
2270 screen. This general help section, on the other hand, attempts to give an 
2271 overall picture of what Alpine is capable of doing, as well as pointers to 
2272 additional help sections about specific topics.<p>
2274 Much of the help text contains links to further help topics, similar to
2275 how the World Wide Web works.
2276 You may choose a link to view using the &quot;NextLink&quot; and
2277 &quot;PrevLink&quot; commands to change the link that is highlighted.
2278 The &quot;View Link&quot; command will then show you the highlighted link.
2279 Similar to the Back button in a web browser, the &quot;Prev Help&quot; command
2280 will return you to where you were before viewing the link, and &quot;Exit Help&quot
2281 will return you to the location in Alpine before you asked for help.
2282 For example, if you are reading this text in Alpine you may return to the
2283 help table of contents with the &quot;Prev Help&quot; command or you may view the
2284 Release notes link in the next paragraph and then return here with
2285 &quot;Prev Help&quot;.
2288 In addition to this general help on Alpine, <A HREF="h_news">Release Notes</A>
2289 on the current Alpine version are also available from the MAIN MENU: Press
2290 <!--chtml if pinemode="function_key"-->
2291 &quot;F9&quot;
2292 <!--chtml else-->
2293 &quot;R&quot;
2294 <!--chtml endif-->
2295 to browse the release notes.  These include changes since the last release,
2296 configuration information, the history of the Alpine
2297 project, credits, and legal notices.
2299 Alpine releases are available via the world wide web at
2301 <CENTER><SAMP><A 
2302 HREF="http://patches.freeiz.com/alpine/release/">http://patches.freeiz.com/alpine/release/</A></SAMP
2303 ></CENTER>
2306 If you would like to print <EM>all</EM> of Alpine's internal help text
2307 (not recommended) for a little light bedtime reading, then press
2308 <!--chtml if pinemode="function_key"-->
2309 &quot;F12&quot;
2310 <!--chtml else-->
2311 &quot;Z&quot;
2312 <!--chtml endif-->
2313 now.  (This assumes that the
2314 copy of Alpine you are using has been properly configured for printing
2315 at your site.)
2317 &lt;End of help on this topic&gt;
2318 </BODY>
2319 </HTML>
2320 ===== h_mainhelp_localsupport ======
2321 <HTML>
2322 <HEAD>
2323 <TITLE>Local Support Contacts</TITLE>
2324 </HEAD>
2325 <BODY>
2326 <H1>Local Support Contacts</H1>
2328 <!--chtml if [ -r PINE_INFO_PATH ]-->
2329 <!--#include file="PINE_INFO_PATH"-->
2330 <!--chtml else-->
2331 No Local Support Contacts configured.
2332 <!--chtml endif-->
2335 &lt;End of help on this topic&gt;
2336 </BODY>
2337 </HTML>
2339 ===== h_mainhelp_cmds ======
2340 <HTML>
2341 <HEAD>
2342 <TITLE>Giving Commands in Alpine</TITLE>
2343 </HEAD>
2344 <BODY>
2345 <H1>Giving Commands in Alpine</H1>
2347 Unless configured otherwise
2348 (<A HREF="h_config_blank_keymenu"><!--#echo var="FEAT_disable-keymenu"--></A>)
2349 the bottom two lines of the screen are always used to list the
2350 commands you can give.  You press the keys that are highlighted to give
2351 the command.  The commands for getting help and going back to the main
2352 menu are always present (except when viewing help as you are now).
2353 <!--chtml if pinemode="function_key"-->
2354 <!--chtml else-->
2356 Pressing O (meaning &quot;Other Commands&quot;) changes the keys
2357 you see at the bottom of any screen. In some cases there are 3 or
2358 even 4 different
2359 sets of keys that can be seen by using the O key. <EM>All commands are 
2360 active</EM>, even if they are not currently showing at the bottom of your 
2361 screen. In other words, you <EM>never</EM> need to press the O key, except to 
2362 remind yourself of the proper key to press to perform an operation.
2364 <H2>Control Key Commands</H2>
2365 When composing mail, and in a few other places, in Alpine you
2366 have to use Control keys. This means pressing the Control key (usually labeled 
2367 &quot;Ctrl&quot;) and the
2368 letter indicated at the same time.  Usually, this is shown with a
2369 &quot;^&quot; in front of the letter.  On some systems, certain control
2370 characters are intercepted before they get to Alpine.  As a work-around,
2371 you can press the ESCAPE key twice followed by the desired key.  For
2372 example, if Ctrl-O (^O) does not work on your system, try typing
2373 &quot;ESC ESC O&quot;.
2374 <!--chtml endif-->
2375 <H2>Paging Up and Down</H2>
2376 The &quot;+&quot; and &quot;-&quot; keys are used for
2377 moving to the next or previous page.  The space bar is a synonym for
2378 &quot;+&quot;.  You may also use Ctrl-V to page down and Ctrl-Y to page
2379 up as you do in the message composer.  On screens with a WhereIs (search)
2380 command, W or Ctrl-W followed by Ctrl-V will move to the bottom of the
2381 message or list, and W or Ctrl-W followed by Ctrl-Y will move to the top
2382 of the message or list.
2384 <H2>Return Key</H2>
2385 The return key is usually a synonym for a frequently used
2386 command.  When viewing a message, there is currently not a default
2387 command, so RETURN does nothing; when in the index, it is synonymous with
2388 &quot;view msg&quot;. In the key menu at the bottom of the screen, whatever is
2389 enclosed in square brackets [] is the same as the return key.
2391 <H2>Control Keys Not Used By Alpine</H2>
2392 Most commands in Alpine are single letters, with -- we hope -- some mnemonic 
2393 value, but in places where Alpine is expecting text input, e.g. in the composer or 
2394 at prompts for file/folder names, control keys must be used for editing and 
2395 navigation functions.
2398 Alpine has used nearly all the control keys available.  There are, however,
2399 certain control keys that are reserved by other programs or for technical
2400 reasons.  Alpine does not use any of these keys:
2401 <DL>
2402  <DT>Ctrl-S</DT> <DD>Used by Unix as &quot;stop output&quot;</DD>
2403  <DT>Ctrl-Q</DT> <DD>Used by Unix as &quot;resume output&quot;</DD>
2404  <DT>Ctrl-]</DT> <DD>Often used by Telnet as escape key</DD>
2405 </DL>
2407 Note: Ctrl-S and Ctrl-Q can be subject to 
2408 <A HREF="h_special_xon_xoff">special handling</A>.
2410 In addition, while the ESC key alone is not used for command input,
2411 Alpine will recognize two consecutive ESC key presses followed by a letter 
2412 key as a substitute for control key input.  For example, the control key
2413 <SAMP>Ctrl-X</SAMP> can alternatively be entered using the
2414 three keystrokes: <SAMP>ESC&nbsp;ESC&nbsp;x</SAMP>.
2415 This is useful if the communication program you are using
2416 (e.g. Telnet) has its own, conflicting, idea of what certain control
2417 characters mean.
2420 <H2>Repainting the Screen</H2>
2421 Sometimes what is displayed on the screen will be
2422 incorrect due to noise on the phone line or other causes and you will want
2423 to repaint the whole screen to make it correct.  You can use the Ctrl-L
2424 command to do this.  It never hurts to do it when in doubt.
2427 &lt;End of help on this topic&gt;
2428 </BODY>
2429 </HTML>
2430 ===== h_mainhelp_status ======
2431 <HTML>
2432 <HEAD>
2433 <TITLE>Titlebar Line</TITLE>
2434 </HEAD>
2435 <BODY>
2436 <H1>Titlebar Line</H1>
2438 The top line of the screen is Alpine's titlebar line.  It will always display
2439 the current version of Alpine and will also convey information about the
2440 status of the program.  This is where you look to find out what
2441 collection, folder and message number is active and where you are in Alpine.
2444 If the titlebar line says &quot;READONLY&quot; it means that the open folder
2445 (typically your INBOX) is &quot;locked&quot; by another mail session --
2446 most likely a more recent session of Alpine has taken the INBOX lock.
2449 If the titlebar line says &quot;CLOSED&quot; it means that you are trying to
2450 access a
2451 folder on a remote mail server, and for some reason, communication with
2452 the mail server has either been lost, or never successfully established.
2453 This can be a result of trying to open a non-existent folder, or one
2454 stored on an invalid or non-operational server, or it can mean that Alpine
2455 has been suspended for more that 30 minutes while accessing a remote mail
2456 server.
2459 &lt;End of help on this topic&gt;
2460 </BODY>
2461 </HTML>
2462 ===== h_mainhelp_mainmenu ======
2463 <HTML>
2464 <HEAD>
2465 <TITLE>Main Menu</TITLE>
2466 </HEAD>
2467 <BODY>
2468 <H1>Main Menu</H1>
2470 The Main Menu lists Alpine's main options.
2471 The key or keys you must type to enter your
2472 choice are to the left of each option or command name.
2473 You can type either uppercase or lowercase letters,
2474 and you should not press &lt;Return&gt; after typing the
2475 letter (unless you are specifically asking for the default,
2476 highlighted command).
2479 From the Main Menu you can choose to read online help, write (compose) and 
2480 send a message, look at an index of your mail messages, open or maintain
2481 your mail folders, update your address book, configure Alpine, and quit Alpine.
2482 There are additional options listed at
2483 the bottom of the screen as well.
2486 The Help command usually returns context-sensitive help information.
2487 However, in the Main Menu you get the most general help, which includes
2488 a Table of Contents.
2489 The last entry in the Table of Contents is an Index of help topics,
2490 so this is a good place to go if you are having trouble finding how
2491 to do something.
2493 <H2>Main Menu Commands</H2>
2494 The Alpine main menu lists the most common Alpine functions. A <a
2495 href="h_main_menu_commands">full list of these
2496 commands</a> and what they do is available.
2498 &lt;End of help on this topic&gt;
2499 </BODY>
2500 </HTML>
2501 ===== h_mainhelp_abooks ======
2502 <HTML>
2503 <HEAD>
2504 <TITLE>Address Books</TITLE>
2505 </HEAD>
2506 <BODY>
2507 <H1>Address Books</H1>
2510 As you use email, you can build a list of your regular email correspondents 
2511 in your Alpine
2512 Address Book. At the Alpine MAIN MENU, press A to see the Address Book List 
2513 screen. Your
2514 personal address book will be highlighted. Press &lt;Return&gt; to view it.
2515 You can use the address book to store email addresses for individuals or
2516 groups, to create easily
2517 remembered &quot;nicknames&quot; for these addresses, and to quickly retrieve an email 
2518 address when you are composing a message.
2520 There are two ways to add addresses to your address book: you can add them 
2521 manually or take them from messages (by pressing T to access the Take command). 
2522 With either method, you specify nicknames for your correspondents. A single 
2523 address book entry (or nickname) can point to just one email address, or, it can
2524 point to more than one. When it points to more than one, it is called a 
2525 distribution list. Each distribution list has a nickname, a full name, and a 
2526 list of addresses. These
2527 addresses may be actual addresses, other nicknames in your address book, or 
2528 other
2529 distribution lists.
2532 Additional information is available in Alpine's online help:
2533 <ul>
2534   <li><a href="h_abook_opened">The Alpine Address Book</a></li>
2535 </ul>
2537 &lt;End of help on this topic&gt;
2538 </BODY>
2539 </HTML>
2540 ===== h_mainhelp_ldap ======
2541 <HTML>
2542 <HEAD>
2543 <TITLE>LDAP</TITLE>
2544 </HEAD>
2545 <BODY>
2546 <H1>LDAP</H1>
2548 LDAP (Lightweight Directory Access Protocol) is a standard means of accessing 
2549 an organization's shared
2550 directories. Essentially, using LDAP, Alpine is able to find email addresses in 
2551 large address
2552 books, rather like the White Pages provided by the phone company. As an Alpine 
2553 user, it is not
2554 necessary to know much about how this works, only how to use it and how to 
2555 configure
2558 More information on configuring LDAP is available in Alpine's online help:
2559 <ul>
2560   <li><a href="h_direct_config">Setup LDAP Directory Servers</a></li>
2561 </ul>
2563 Additional help on using LDAP in Alpine is also available:
2564 <ul>
2565   <li><a href="h_ldap_view">LDAP Response View Explained</a></li>
2566 </ul>
2568 &lt;End of help on this topic&gt;
2569 </BODY>
2570 </HTML>
2571 ===== h_mainhelp_index ======
2572 <HTML>
2573 <HEAD>
2574 <TITLE>Index of Messages</TITLE>
2575 </HEAD>
2576 <BODY>
2577 <H1>Index of Messages</H1>
2579 In Alpine's message index, the selected message is highlighted. The first 
2580 column on the left is blank, shows a &quot;+&quot; if the message was
2581 sent directly to you (i.e., it is not a
2582 copy or from a list), or a &quot;-&quot; if you were explicitly Cc'd.
2584 The second column may be blank, or it may contain:
2585 <ul>
2586   <li>"N" if the message is new (unread), </li>
2587   <li>"A" if you have answered the message (using the Reply command), </li>
2588   <li>"D" if you have marked the message for deletion.</li>
2589 </ul>
2592 Note: If you answer a message as well as mark it deleted (in either order), 
2593 you will only see the &quot;D&quot;.
2596 The rest of the columns in the message line show you the message
2597 number, date sent, sender, size, and subject. For details, press ? (Help).  
2598 The behavior and appearance of the Index screen is highly configurable.
2599 In the Setup/Config screen search (with the WhereIs command) for options
2600 that contain the words &quot;index&quot; or &quot;thread&quot; to see
2601 many of the configuration possibilities.
2602 In particular, the
2603 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
2604 option may be used to configure the look of the standard MESSAGE INDEX lines
2605 in many different ways.
2606 Find <!--#echo var="VAR_index-format"--> in the Setup/Config screen and
2607 read the help text there for more information.
2609 Most of the commands you need to handle your messages are visible at the
2610 bottom of the screen, and you can press O (OTHER CMDS) to see additional
2611 commands that are available.
2612 You do not need to see these &quot;other commands&quot;
2613 on the screen to use them. That is, you never need to press O as a prefix
2614 for any other command.
2617 Additional information is available in Alpine's online help:
2618 <ul>
2619   <li><a href="h_mail_index">Message Index Commands</a></li>
2620 </ul>
2622 &lt;End of help on this topic&gt;
2623 </BODY>
2624 </HTML>
2625 ===== h_mainhelp_reading ======
2626 <HTML>
2627 <HEAD>
2628 <TITLE>Reading Messages</TITLE>
2629 </HEAD>
2630 <BODY>
2631 <H1>Reading Messages</H1>
2633 The message text screen shows you the text of the message along with
2634 its header. If a message has attachments, those will be listed (but not
2635 displayed) also.  The titlebar line displays information about the currently
2636 open message, folder and collection.  You see the name of the collection
2637 (if there is one) in angle brackets, then the name of the folder, then the
2638 message number and finally the position within the current message (in
2639 percent). If the message is marked for deletion
2640 &quot;DEL&quot; will appear in the
2641 upper right as well.
2644 As with every Alpine screen, the bottom two lines show you the commands 
2645 available.
2647 <P>Additional information is available in Alpine's online help:
2648 <ul>
2649   <li><a href="h_mail_view">Message Text Screen</a></li>
2650   <li><a href="h_attachment_screen">Attachment Index Screen Explained</a></li>
2651   <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a></li>
2652 </ul>
2654 &lt;End of help on this topic&gt;
2655 </BODY>
2656 </HTML>
2657 ===== h_mainhelp_composing ======
2658 <HTML>
2659 <HEAD>
2660 <TITLE>Composing Messages</TITLE>
2661 </HEAD>
2662 <BODY>
2663 <H1>Composing Messages</H1>
2665 To write a message, press C (Compose). You see the Compose Message
2666 screen, which is divided into two parts: the header area and the message
2667 text area. The header area is where information on the recipient (the To:
2668 field) and the subject line go, while the message text area contains the
2669 actual text of the email message. Different commands are available to you
2670 when your cursor is in different areas on this screen. To see additional
2671 help on commands in either the message text or header area, type
2672 <Control>G (Get help).
2675 To move around, use the arrow keys or Ctrl-N (Next line) and Ctrl-P 
2676 (Previous line); to correct typing errors, use &lt;Backspace&gt; or &lt;Delete&gt;.
2678 <P>The following information from Alpine's online help may prove useful:
2679 <ul>
2680   <li><a href="h_composer_to">Message Header Commands</a></li>
2681   <li><a href="h_compose_richhdr">Rich Header Command</a></li>
2682   <li><a href="h_composer">Composer Commands</a></li>
2683   <li><a href="h_edit_nav_cmds">Composer Editing Commands</a></li>
2684   <li><a href="h_config_change_your_from">Changing your From Address</a></li>
2685   <li><a href="h_compose_send">Send Command</a></li>
2686   <li><a href="h_compose_spell">Spell Check Command</a></li>
2687 </ul>
2689 &lt;End of help on this topic&gt;
2690 </BODY>
2691 </HTML>
2692 ===== h_mainhelp_collections ======
2693 <HTML>
2694 <HEAD>
2695 <TITLE>Collection Lists</TITLE>
2696 </HEAD>
2697 <BODY>
2698 <H1>Collection Lists</H1>
2700 Collection lists are Alpine's way of organizing groups of folders. Each
2701 "collection" can reside on a different server, for example, and contain a
2702 different group of mail folders.
2705 For more information on this, see:
2706 <ul>
2707   <li><a href="h_what_are_collections">Folder Collections Explained</a></li>
2708 </ul>
2710 Additional information relating to collection lists is also available in 
2711 Alpine's online
2712 help:
2713 <ul>
2714   <li><a href="h_collection_maint">Setup Collection List Screen</a></li>
2715   <li><a href="h_collection_screen">Collection List Screen</a></li>
2716 </ul>
2718 &lt;End of help on this topic&gt;
2719 </BODY>
2720 </HTML>
2721 ===== h_mainhelp_folders ======
2722 <HTML>
2723 <HEAD>
2724 <TITLE>Folders</TITLE>
2725 </HEAD>
2726 <BODY>
2727 <H1>Folders</H1>
2729 Messages can quickly accumulate in your INBOX folder. If you use email
2730 often, you soon could have hundreds. You need to delete messages you do
2731 not want, and you can use folders to organize messages you wish to save. A
2732 folder is a collection of one or more messages that are stored (just like
2733 the messages in your INBOX) so you can access and manage them.
2736 You can organize your email messages into different folders by topic,
2737 correspondent, date, or any other category that is meaningful to you. You
2738 can create your own folders, and Alpine automatically provides three:
2739 <ul>
2740   <li>The INBOX folder: messages sent to you are listed in this folder.
2741       When you first start Alpine and go to the Message Index screen, you are
2742 looking at the list of messages in your INBOX folder. Every incoming
2743 message remains in your INBOX until you delete it or save it in another
2744 folder. </li>
2745   <li>The sent-mail folder: copies of messages you send are stored in this 
2746 folder. This is
2747 convenient if you cannot remember whether you actually sent a message and want 
2748 to check, or
2749 if you want to send a message again.</li>
2750   <li>The saved-messages folder: copies of messages you save are stored in this 
2751 folder
2752 unless you choose to save them to other folders you create yourself.</li>
2753 </ul>
2756 More information about folders is available in Alpine's online help:
2757 <ul>
2758   <li><a href="h_folder_open">Explanation of Folder Selection</a></li>
2759   <li><a href="h_folder_maint">Help for Folder List</a></li>
2760   <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a></li>
2761   <li><a href="h_folder_fcc">Folder Select for Fcc ("sent-mail") 
2762 Explained</a></li>
2763   <li><a href="h_folder_save">Folder Select for Save Explained</a></li>
2764 </ul>
2766 &lt;End of help on this topic&gt;
2767 </BODY>
2768 </HTML>
2769 ===== h_mainhelp_color ======
2770 <HTML>
2771 <HEAD>
2772 <TITLE>Color</TITLE>
2773 </HEAD>
2774 <BODY>
2775 <H1>Color</H1>
2777 If the terminal emulator you are using is capable of displaying color or if
2778 you are using PC-Alpine, then it is possible to set up Alpine so that various
2779 parts of the display will be shown in colors you configure. This is done
2780 using the Setup Color screen, available from the MAIN MENU by selecting
2781 the Setup command followed by &quot;K&quot; for Kolor (because &quot;C&quot;
2782 stands for Config in this context).
2785 For example, you may color things like the titlebar, the current item,
2786 the keymenu, and the status messages.
2787 You may also color lines in the index, and headers and quoted text in the
2788 MESSAGE TEXT screen.
2789 You use the Color Setup screen for configuring most of this, but you must
2790 use the IndexColor setup for coloring whole index lines.
2791 These are available from the MAIN MENU under Setup/Kolor and Setup/Rules/IndexColor.
2794 The following entries in Alpine's online help provide additional information 
2795 about how to use color:
2796 <UL>
2797   <LI> <A HREF="h_color_setup">Color Setup screen</A>
2798   <LI> <A HREF="h_rules_incols">Index Line Color</A>
2799   <LI> <A HREF="h_config_quote_color">quoted text</A> in message view
2800   <LI> <A HREF="h_config_customhdr_pattern">text associated with user-defined headers</A> in message view
2801 </UL>
2803 &lt;End of help on this topic&gt;
2804 </BODY>
2805 </HTML>
2806 ===== h_mainhelp_mouse ======
2807 <HTML>
2808 <HEAD>
2809 <TITLE>Using a Mouse</TITLE>
2810 </HEAD>
2811 <BODY>
2812 <H1>Using a Mouse</H1>
2814 If you are using PC-Alpine mouse support is turned on automatically.
2815 If you are using UNIX Alpine within an X terminal window or within
2816 a terminal emulator that supports an xterm-style mouse, then you may
2817 turn on support for the mouse with the feature
2818 <A HREF="h_config_enable_mouse"><!--#echo var="FEAT_enable-mouse-in-xterm"--></A>.
2819 For UNIX Alpine you will also need to set the $DISPLAY environment variable.
2821 PC-Alpine offers considerable mouse support.  You can view what is
2822 &quot;clickable&quot; by dragging your mouse over any screen; when the
2823 arrow cursor changes into a hand, you found something. Mouse-click
2824 possibilities include navigating between screens and folders and
2825 double-clicking on hyperlinks to open your Web browser.
2826 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
2827 screen.  Examples of right-click options include &quot;copy&quot; after
2828 selecting text to copy and &quot;View in New Window&quot; when you click
2829 on a particular message in the Message Index. The menu choices available
2830 to you will vary based upon what screen is open, where on the screen your
2831 cursor is located, and even what action you have already taken.
2832 Within a folder, you may set the &quot;Important&quot; flag on any
2833 message.
2835 X terminal mouse support is more limited but still quite powerful.
2836 As with PC-Alpine, clicking on any of the commands in the keymenu at
2837 the bottom of the screen will execute that command as if you typed it.
2838 Double-clicking on a link, for example the link to the
2839 <!--#echo var="FEAT_enable-mouse-in-xterm"--> feature in the paragraph above,
2840 will take you to that link.
2841 Double-clicking on an index line will view the message, and so on.
2843 &lt;End of help on this topic&gt;
2844 </BODY>
2845 </HTML>
2846 ===== h_mainhelp_keywords ======
2847 <HTML>
2848 <HEAD>
2849 <TITLE>Keywords</TITLE>
2850 </HEAD>
2851 <BODY>
2852 <H1>Keywords</H1>
2854 Within a folder, you may set the &quot;Important&quot; flag on any
2855 message.
2856 This doesn't have any system-defined meaning and is only called
2857 the Important flag because many users use it to signify that a message
2858 is important to them in some way.
2860 You may also define your own set of keywords.
2861 You might know these as user defined flags or as labels.
2862 These are similar to the Important flag but you choose the names for yourself.
2864 Alpine will only display keywords that
2865 have been added by you in the Flag Details screen or
2866 that have been configured by you using the Setup/Config option
2867 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
2868 Keywords set by other means (for example, by another email client) will not
2869 show up in Alpine unless you configure Alpine to know about them.
2870 They will show up in the Flag Details screen, but will not show up, for example,
2871 in the index line.
2874 The following entries in Alpine's online help provide additional information 
2875 about how to use keywords:
2876 <ul>
2877   <li><A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--> config option</A></li>
2878   <li><A HREF="h_common_flag">Flag command to set keywords</A></li>
2879 </ul>
2881 &lt;End of help on this topic&gt;
2882 </BODY>
2883 </HTML>
2884 ===== h_mainhelp_roles ======
2885 <HTML>
2886 <HEAD>
2887 <TITLE>Roles</TITLE>
2888 </HEAD>
2889 <BODY>
2890 <H1>Roles</H1>
2892 You may play different roles depending on who you are replying to. For
2893 example, if you are replying to a message addressed to help-desk you may
2894 be acting as a Help Desk Worker. That role may require that you use a
2895 different return address and/or a different signature.
2898 To configure roles, go to the MAIN MENU and use the Setup command
2899 followed by &quot;Rules&quot; and then &quot;Roles&quot;.
2900 The following entries in Alpine's online help provide additional information 
2901 about how to
2902 use roles:
2903 <ul>
2904   <li><a href="h_rules_roles">Setup Roles Screen</a></li>
2905   <li><a href="h_role_select">Roles Screen</a></li>
2906 </ul>
2908 &lt;End of help on this topic&gt;
2909 </BODY>
2910 </HTML>
2911 ===== h_mainhelp_filtering ======
2912 <HTML>
2913 <HEAD>
2914 <TITLE>Filtering</TITLE>
2915 </HEAD>
2916 <BODY>
2917 <H1>Filtering</H1>
2919 The software that actually delivers mail (the stuff that happens
2920 before Alpine is involved) for you is in a better position to do mail filtering
2921 than Alpine itself.
2922 If possible, you may want to look into using that sort of mail filtering to
2923 deliver mail to different folders, delete it, or forward it.
2924 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
2927 Filtering is a way to automatically move certain messages from one folder
2928 to another or to automatically delete messages.
2929 You may also automatically set the state (Important, New, Deleted, Answered) of messages
2930 and set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
2931 Alpine doesn't have the ability to forward mail to another address or
2932 to deliver vacation messages.
2935 To configure filtering, go to the MAIN MENU and use the Setup command
2936 followed by &quot;Rules&quot; and then &quot;Filters&quot;.
2937 The following entries in Alpine's online help provide additional information 
2938 about how to use filtering:
2939 <UL>
2940   <LI> <A HREF="h_rules_filter">Filtering Setup screen</A>
2941 </UL>
2943 &lt;End of help on this topic&gt;
2944 </BODY>
2945 </HTML>
2946 ===== h_mainhelp_patterns ======
2947 <HTML>
2948 <HEAD>
2949 <TITLE>Patterns</TITLE>
2950 </HEAD>
2951 <BODY>
2952 <H1>Patterns</H1>
2954 Patterns are used with Roles, Filtering, Index Coloring,
2955 Scoring, Other Rules, and Search Rules, so it may help you to understand exactly how Patterns work.
2956 The following entries in Alpine's online help provide information 
2957 about using Patterns:
2958 <UL>
2959   <LI> <A HREF="h_rule_patterns">Patterns</A>
2960 </UL>
2962 &lt;End of help on this topic&gt;
2963 </BODY>
2964 </HTML>
2965 ===== h_mainhelp_cmdlineopts ======
2966 <HTML>
2967 <HEAD>
2968 <TITLE>Command Line Options</TITLE>
2969 </HEAD>
2970 <BODY>
2971 <H1>Command Line Options</H1>
2973 Alpine accepts a number of command line arguments, allowing you, for
2974 example, to start Alpine and immediately access a particular folder.
2975 Many of these arguments overlap with options in the Alpine configuration file.
2976 If there is a difference, then an option set on the command line takes
2977 precedence.
2978 Alpine expects command line arguments (other than addresses) to be
2979 preceded by a &quot;-&quot; (dash) as normally used by UNIX programs.
2980 A <a href="h_command_line_options">full list</a> of command line
2981 possibilities is available.
2983 &lt;End of help on this topic&gt;
2984 </BODY>
2985 </HTML>
2986 ===== h_mainhelp_config ======
2987 <HTML>
2988 <HEAD>
2989 <TITLE>Alpine Configuration</TITLE>
2990 </HEAD>
2991 <BODY>
2992 <H1>Alpine Configuration</H1>
2994 Unless it has been administratively disabled, the Setup command on the
2995 MAIN MENU has several subcommands that allow you to modify Alpine's behavior.
2996 The possible subcommands are for general Configuration settings,
2997 Printer settings, Changing your Password, Signature setup,
2998 AddressBook setup, Collection Lists setup, Rules (including Roles, Filters,
2999 Scores, Search, Indexcolor, and Other rules), LDAP Directory setup,
3000 and Color configuration.
3001 In particular, the &quot;Config&quot; subcommand has many features you may
3002 set or unset and many other configuration variables that may be set to change
3003 the way Alpine works.
3004 Every one of the hundreds of options available in that configuration settings
3005 screen has help text associated with it.
3006 You may read that text by moving the cursor to highlight the option and then
3007 typing the Help command.
3009 These settings are stored in your personal
3010 &quot;pinerc&quot; configuration file (or, optionally, they may be stored
3011 <A HREF="h_config_remote_config">remotely</A>),
3012 but on shared systems these settings
3013 may be over-ridden by a system-wide control file (due to local site
3014 security or support policies).  A global pine configuration file can also
3015 be used to set default values for all Alpine users on a particular system.
3016 Power users may be interested in splitting their personal configuration
3017 data into two pieces, a generic piece and
3018 <A HREF="h_config_exceptions">exceptions</A> which apply to
3019 a particular platform.
3020 They may also be interested in <A HREF="h_config_inheritance">configuration inheritance</A>.
3021 General Alpine configuration information can be found
3022 <A HREF="h_news_config">here</A>.
3024 &lt;End of help on this topic&gt;
3025 </BODY>
3026 </HTML>
3027 ===== h_mainhelp_aggops ======
3028 <HTML>
3029 <HEAD>
3030 <TITLE>Aggregate Operations</TITLE>
3031 </HEAD>
3032 <BODY>
3033 <H1>Aggregate Operations</H1>
3035 When you are in the MESSAGE INDEX, the available commands
3036 (for example, Delete, Undelete, Save, Reply, and so on)
3037 normally act on a single message.
3038 So, for example, if you press the Delete command, the currently highlighted
3039 message is marked Deleted.
3040 These commands that normally act on a single message may be applied to
3041 several messages at once instead.
3043 By default this feature is turned on, but it could be administratively turned
3044 off to reduce complexity.
3045 The feature
3046 <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>
3047 in the Setup/Config screen is used to turn it off or on.
3048 When this feature is turned on, the four commands &quot;Select&quot;,
3049 &quot;SelectCur&quot;, &quot;ZoomMode&quot;, and &quot;Apply&quot;
3050 are available.
3051 The two selection commands allow you to mark a set of
3052 messages as being &quot;selected&quot;.
3053 The &quot;ZoomMode&quot; command will toggle between
3054 displaying only the selected messages and displaying all the messages.
3055 The &quot;Apply&quot; command allows you to
3056 apply one of the regular MESSAGE INDEX commands to all of the selected
3057 messages instead of to only the highlighted message.
3059 An example aggregate operation would be to catch up when reading
3060 a news group.
3061 That is, get rid of all the messages in the news group so that you can
3062 start fresh.
3063 The easiest way to do this in Alpine is to use aggregate operations.
3064 You want to Delete all of the messages in the group.
3065 You could start at the top and type &quot;D&quot; once for every message.
3066 A much faster method is to first Select all of the messages in the group,
3067 and then Delete all of them.
3068 This would take four keystrokes:
3070 <CENTER><SAMP>; a (to select all messages)</SAMP></CENTER>
3071 <BR>
3072 <CENTER><SAMP>a d (to delete all selected messages)</SAMP></CENTER>
3074 Another use of Select is to use it for searching for a particular message
3075 or set of messages in a large folder.
3076 You may know that the message was From a certain user.
3077 You could select all messages from that user to start, and use Zoom to
3078 look at only those messages.
3079 If there were still too many messages to look at you could Narrow the
3080 set of messages further by selecting from all of those messages only
3081 the ones that were after a certain date, or contained a particular phrase
3082 in the Subject, or were too a particular address, and so on.
3083 That may be the end of what you are doing, or you may want to use Apply to
3084 Save or Forward or Print all of the selected messages.
3086 Some related help topics are
3087 <UL>
3088 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
3089 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
3090 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
3091 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
3092 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
3093 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
3094 </UL>
3096 &lt;End of help on this topic&gt;
3097 </BODY>
3098 </HTML>
3099 ===== h_mainhelp_readingnews ======
3100 <HTML>
3101 <HEAD>
3102 <TITLE>Reading News</TITLE>
3103 </HEAD>
3104 <BODY>
3105 <H1>Reading News</H1>
3107 <H2>Background</H2>
3108 Alpine can read and post to Internet (or USENET) newsgroups, using the same 
3109 commands as for mail. Similar to mailing lists but existing on a larger scale, 
3110 Usenet newsgroups allow groups of people with common interests to discuss 
3111 particular topics. You might find newsgroups related to your career, or you 
3112 might wish to check out the online discussion among the fans of your favorite 
3113 television show. 
3115 <H2>Configuring Alpine for Reading News</H2>
3116 Alpine often arrives
3117 pre-configured by your system administrator to automatically access the
3118 newsgroups offered by your organization, Internet Service Provider, or
3119 school. PC-Alpine users, and those attempting to customize Unix Alpine, will
3120 need additional details on <a href="h_configuring_news">how to
3121 configure Alpine to read news</a>.
3123 <H2>Accessing Newsgroups</H2>
3124 The first step in reading news is to access the newsgroups collections
3125 screen from Alpine. If everything is configured properly, you should be able
3126 to do this by first typing L (folder List), then selecting the folder
3127 collection listed as "News." The actual name of this collection may differ
3128 from system to system.
3130 <H2>Subscribing to Newsgroups</H2>
3132 Once you have accessed the news collection, you need to subscribe to a
3133 newsgroup that interests you. Subscribing to a newsgroup means that Alpine
3134 will keep a record of the newsgroups in which you are interested and which
3135 articles in those newsgroups have been read.
3137 <H2>Using Newsgroups</H2> 
3138 Alpine uses the similar commands to read news as to read mail. For example,
3139 the D command marks messages as Deleted (or "Dismissed," if you prefer),
3140 and the R command Replies to a news posting. Basically, Alpine allows you to
3141 read news as if it were mail, so you don't need to change the way you
3142 interact with Alpine.
3144 There is also additional Alpine help available on 
3145 <A HREF="h_reading_news">how to use Alpine to read news</A>.
3147 &lt;End of help on this topic&gt;
3148 </BODY>
3149 </HTML>
3150 ===== h_mainhelp_securing ======
3151 <HTML>
3152 <HEAD>
3153 <TITLE>Securing your Alpine Session</TITLE>
3154 </HEAD>
3155 <BODY>
3156 <H1>Securing your Alpine Session</H1>
3158 By default, Alpine will attempt to connect to an IMAP server on the normal
3159 IMAP service port (143).
3160 If the Alpine you are using has been built to
3161 support &quot;Transport Layer Security&quot; (TLS)
3162 and &quot;Secure Sockets Layer&quot; (SSL) 
3163 (check by clicking <A HREF="X-Alpine-Config:">here</A>),
3164 and the server offers the STARTTLS capability, then a secure (encrypted)
3165 session will be established.
3167 When you are connected to a remote folder the titlebar will contain a plus sign
3168 in the far right column if the connection is encrypted using TLS or SSL.
3169 Similarly, when you are being prompted for a password a plus sign will appear in the prompt
3170 if the connection is encrypted.
3172 <H2>More Information on Alpine with SSL and TLS</H2>
3173 <UL>
3174 <LI> <A HREF="h_release_tlscerts">TLS and SSL Usage Note</A> </LI>
3175 <LI> <A HREF="h_folder_server_syntax">/SSL</A> option for older servers which support port 993 SSL but not TLS </LI>
3176 <LI> <A HREF="h_config_alt_auth"><!--#echo var="FEAT_try-alternative-authentication-driver-first"--></A> feature </LI>
3177 <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>
3178 </UL>
3179 <H2>Here are some other security-related features and options</H2>
3181 <UL>
3182 <LI> <A HREF="h_config_disable_password_caching"><!--#echo var="FEAT_disable-password-caching"--></A> feature to disable password caching </LI>
3183 <LI> <A HREF="h_config_disable_password_file_saving"><!--#echo var="FEAT_disable-password-file-saving"--></A> Disable password file saving</LI>
3184 <LI> <A HREF="h_config_mailcap_params"><!--#echo var="FEAT_enable-mailcap-param-substitution"--></A> feature </LI>
3185 <LI> <A HREF="h_config_disable_auths"><!--#echo var="VAR_disable-these-authenticators"--></A> option </LI>
3186 </UL>
3188 &lt;End of help on this topic&gt;
3189 </BODY>
3190 </HTML>
3191 ===== h_mainhelp_problems ======
3192 <HTML>
3193 <HEAD>
3194 <TITLE>Reporting Problems</TITLE>
3195 </HEAD>
3196 <BODY>
3197 <H1>Reporting Problems</H1>
3199 We ask that you first read the relevant help screens and then seek
3200 assistance from your own local support staff.  Once you are sure that your
3201 difficulty is not a local configuration problem, you might look at the
3202 help section explaining where to look for
3203 <A HREF="h_finding_help">more information</A> and where to 
3204 get assistance.
3207 <ADDRESS>
3208    Eduardo Chappa &lt;chappa@gmx.com&gt;
3209 </ADDRESS>
3212 &lt;End of help on this topic&gt;
3213 </BODY>
3214 </HTML>
3215 ===== h_main_menu_commands ======
3216 <HTML>
3217 <HEAD>
3218 <TITLE>MAIN MENU COMMANDS</TITLE>
3219 </HEAD>
3220 <BODY>
3221 <H1>MAIN MENU COMMANDS</H1>
3223 <!--chtml if pinemode="function_key"-->
3224 &nbsp;Available&nbsp;Commands&nbsp;--
3225 &nbsp;Group&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;2<BR>
3226 &nbsp;------------------------------
3227 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------
3228 ----------<BR>
3229 &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>
3230 &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>
3231 &nbsp;F3&nbsp;&nbsp;Quit&nbsp;Alpine<BR>
3232 &nbsp;F4&nbsp;&nbsp;Execute&nbsp;current&nbsp;MAIN&nbsp;MENU&nbsp;command&nbsp;&nbsp;&nbsp;F4&nbsp;&nbsp;<A 
3233 HREF="h_common_compose">Compose</A>&nbsp;a&nbsp;message<BR>
3234 &nbsp;F5&nbsp;&nbsp;Select&nbsp;previous&nbsp;command&nbsp;up&nbsp;on&nbsp;menu&nbsp;&nbsp;F5&nbsp;&nbsp;<A 
3235 HREF="h_common_folders">FOLDER&nbsp;LIST</A>&nbsp;screen<BR>
3236 &nbsp;F6&nbsp;&nbsp;Select&nbsp;next&nbsp;command&nbsp;down&nbsp;on&nbsp;menu&nbsp;&nbsp;&nbsp;&nbsp;F6&nbsp;&nbsp;<A 
3237 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
3238 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
3239 &nbsp;F7&nbsp;&nbsp;<A 
3240 HREF="h_common_index">MESSAGE&nbsp;INDEX</A>&nbsp;screen<BR>
3241 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
3242 &nbsp;F8&nbsp;&nbsp;<A 
3243 HREF="h_main_journal">Journal</A>&nbsp;of&nbsp;status&nbsp;messages<BR>
3244 &nbsp;F9&nbsp;&nbsp;Display&nbsp;<A 
3245 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 
3246 HREF="h_main_setup">SETUP</A>&nbsp;menus<BR>
3247 &nbsp;F10&nbsp;<A 
3248 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 
3249 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen<BR>
3250 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
3251 &nbsp;F11&nbsp;<A 
3252 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
3253 <!--chtml else-->
3254 &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>
3255 &nbsp;---------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------------<BR>
3256 &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>
3257 &nbsp;C&nbsp;&nbsp;<A 
3258 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>
3259 &nbsp;I&nbsp;&nbsp;<A 
3260 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>
3261 &nbsp;L&nbsp;&nbsp;<A 
3262 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>
3263 &nbsp;A&nbsp;&nbsp;<A 
3264 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;K&nbsp;&nbsp;<A 
3265 HREF="h_main_kblock">Lock&nbsp;Keyboard</A><BR>
3266 &nbsp;S&nbsp;&nbsp;<A 
3267 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 
3268 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
3269 &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>
3270 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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 
3271 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
3272 <!--chtml endif-->
3275 NOTE:
3276 <OL>
3277  <LI>For help on a particular command, highlight the bold text associated
3278 with it above and hit Return.
3279  <LI> The availability of certain commands (e.g. some of the options under
3280 SETUP) is determined by Alpine configuration files and system capabilities.
3281 At some sites, certain commands may not be available due to security or
3282 support concerns.
3283 </OL>
3285 &lt;End of help on this topic&gt;
3286 </BODY>
3287 </HTML>
3289 ===== h_command_line_options ======
3290 <HTML>
3291 <HEAD>
3292 <TITLE>COMMAND LINE OPTIONS</TITLE>
3293 </HEAD>
3294 <BODY>
3295 <H1>COMMAND LINE OPTIONS</H1>
3296 Possible starting arguments for Alpine:
3298 <DL COMPACT>
3300 <DT> <EM>[addresses]</EM>
3302 <DD> Send-to:  If you give <EM>Alpine</EM> an argument or arguments which
3303 do not begin with a dash, <EM>Alpine</EM> treats them as email addresses.
3304 <EM>Alpine</EM> will startup in
3305 the composer with a message started to the addresses specified.
3306 Once the message is sent, the <EM>Alpine</EM> session closes.
3307 Standard input redirection is allowed.
3308 Separate multiple addresses with a space between them.
3309 Addresses are placed in the &quot;To&quot; field only.
3312 <DT> &lt; <EM>file</EM>
3314 <DD> <EM>Alpine</EM> will startup in the composer with <EM>file</EM> read
3315 into the body of the message.
3316 Once the message is sent, the <EM>Alpine</EM> session closes. 
3319 <DT> -attach <EM>file</EM>
3321 <DD> Go directly into composer with given file attached.
3324 <DT> -attachlist <EM>file-list</EM>
3326 <DD> Go directly into composer with given files attached.
3327 This must be the last option on the command line.
3330 <DT> -attach_and_delete <EM>file</EM>
3332 <DD> Go directly into composer with given file attached, delete when finished.
3335 <DT> -aux <EM>local_directory</EM>
3337 <DD> <EM>PC-Alpine</EM> only.
3338 This tells <EM>PC-Alpine</EM> the local directory to use for storing auxiliary
3339 files, like debug files, address books, and signature files.  The pinerc may 
3340 be local or remote.
3343 <DT> -bail
3345 <DD> If the personal configuration file doesn't already exist, exit.
3346 This might be useful if the configuration file is accessed using some
3347 remote filesystem protocol. If the remote mount is missing this will cause
3348 <EM>Alpine</EM> to quit instead of creating a new pinerc.
3351 <DT> -c <EM>n</EM>
3353 <DD> When used with the <CODE>-f</CODE> option, apply the <EM>n</EM>th context.
3354 This is used when there are multiple folder collections (contexts) and you 
3355 want to open a folder not in the primary collection.
3358 <DT> -conf
3360 <DD> Configuration: Prints a sample system configuration file to the
3361 screen or standard output. To generate an initial system configuration 
3362 file, execute
3364 <PRE><CODE>
3365                 pine -conf > <!--#echo var="PINE_CONF_PATH"-->
3366 </CODE></PRE>
3369 To generate a system configuration file using settings from an old
3370 system configuration file, execute
3372 <PRE><CODE>
3373                 pine -P old-pine.conf -conf > <!--#echo var="PINE_CONF_PATH"-->
3374 </CODE></PRE>
3376 A system configuration file is not required.
3379 <DT> -copy_abook &lt;<EM>local_abook_file</EM>&gt; &lt;<EM>remote_abook_folder</EM>&gt;
3381 <DD> Copy an address book file to a remote address book folder.
3382 If the remote folder doesn't exist, it will be created.
3383 If it exists but the first message in the folder isn't a remote address
3384 book header message, the copy will be aborted.
3385 This flag will not usually be used by a user.
3386 Instead, the user will create a remote address book from within <EM>Alpine</EM>
3387 and copy entries from the local address book by using aggregate Save in
3388 the address book screen.
3391 <DT> -copy_pinerc &lt;<EM>local_pinerc_file</EM>&gt; &lt;<EM>remote_pinerc_folder</EM>&gt;
3393 <DD> Copy a pinerc configuration file to a remote pinerc folder.
3394 If the remote folder doesn't exist, it will be created.
3395 If it exists but the first message in the folder isn't a remote pinerc
3396 header message, the copy will be aborted.
3397 This flag may be useful to users who already have a local pinerc file and
3398 would like to convert it to a remote pinerc folder and use that instead.
3399 This gives a way to bootstrap that conversion without having to manually
3400 reset all of the variables in the remote pinerc folder.
3403 <DT> -d <EM>debug-level</EM>
3405 <DD> Debug Level:  Sets the level of debugging information written by
3406 <EM>Alpine</EM>.
3407 <EM>debug-level</EM> can be set to any integer 0-9.
3408 A debug level of 0 turns off debugging for the session.
3409 (Actually there are some levels higher than 9, but you probably don't
3410 want to see them.)
3413 <DT> -d <EM>keywords</EM>
3415 <DD> You may use a more detailed version of the debugging flag to set
3416 the debug level in separate parts of <EM>Alpine</EM>.
3417 The possibilities are flush, timestamp, imap=0..4, tcp, numfiles=0..31, and
3418 verbose=0..9.
3419 <EM>Flush</EM> causes debugging information to be flushed immediately to
3420 the debug file as it is written.
3421 <EM>Verbose</EM> is the general debugging verbosity level.
3422 <EM>Timestamp</EM> causes timestamps to be added to the debug file, which
3423 is useful when you are trying to figure out what is responsible for delays.
3424 <EM>Numfiles</EM> sets the number of debug files saved.
3425 <EM>Imap</EM> sets the debug level for the debugging statements related
3426 to the conversation with the IMAP server, and more generally, for the
3427 debugging related to <EM>Alpine</EM>'s interaction with the C-Client library.
3428 <EM>Tcp</EM> turns on some TCP/IP debugging.
3431 <DT> -f <EM>folder</EM>
3433 <DD> Startup folder:  <EM>Alpine</EM> will open this folder in place
3434 of the standard INBOX.
3437 <DT> -F <EM>file</EM>
3439 <DD> Open named text file for viewing and forwarding.
3442 <DT> -h
3444 <DD> Help:  Prints the list of available command-line arguments to the
3445 screen.
3448 <DT> -i
3450 <DD> <EM>Alpine</EM> will start up in the FOLDER INDEX
3451 screen instead of the MAIN MENU.
3454 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"-->=i</EM>.
3457 <DT> -I <EM>a,b,c,...</EM>
3459 <DD> Initial Keystrokes:  <EM>Alpine</EM> will execute this comma-separated
3460 sequence of commands upon startup.
3461 This allows users to get <EM>Alpine</EM> to start in any
3462 of its menus/screens.
3463 You cannot include any input to the composer in the initial keystrokes.
3464 The key &lt;Return&gt; is represented by a ``CR'' in
3465 the keystroke list; the spacebar is designated by the letters ``SPACE''.
3466 Control keys are two character sequences beginning with ``^'', such as
3467 ``^I''.
3468 A tab character is ``TAB''.
3469 Function keys are ``F1'' - ``F12'' and the arrow keys are ``UP'',
3470 ``DOWN'', ``LEFT'', and ``RIGHT''.
3471 A restriction is that you can't mix function keys and character keys in this
3472 list even though you can, in some cases, mix them when running <EM>Alpine</EM>.
3473 A user can always use only <EM>character</EM> keys in the startup list even
3474 if he or she is using <EM>function</EM> keys normally, or vice versa.
3475 If an element in this list is a string of characters surrounded by double
3476 quotes (&quot;) then it will be expanded into the individual characters in
3477 the string, excluding the double quotes.
3480 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"--></EM>
3483 <DT> -install
3485 <DD> For <EM>PC-Alpine</EM> only, this option prompts the user for
3486 some basic information to help with getting properly set up.
3489 <DT> -k
3491 <DD> Function-Key Mode:  When invoked in this way, <EM>Alpine</EM> expects
3492 the input of commands to be function-keys.
3493 Otherwise, commands are linked to the regular character keys.
3496 Configuration equivalent:  <EM><!--#echo var="FEAT_use-function-keys"--></EM> included in
3497 <EM>Feature-List</EM>.
3500 <DT> -n <EM>n</EM>
3502 <DD> Message-Number:  When specified, <EM>Alpine</EM> starts up in the
3503 FOLDER INDEX screen with the current message being the specified
3504 message number.
3507 <DT> -nosplash
3509 <DD> <EM>PC-Alpine</EM> only.
3510 This tells <EM>PC-Alpine</EM> not to display the splash screen upon startup.
3511 This may be helpful for certain troubleshooting or terminal server scenarios.
3514 <DT> -o <EM>folder</EM>
3516 <DD> Opens the INBOX (or a folder specified via the -f argument) ReadOnly. 
3519 <DT> -p <EM>pinerc</EM>
3521 <DD> Uses the named file as the personal configuration file instead of
3522 <EM>~/.pinerc</EM> or the default PINERC search sequence <EM>PC-Alpine</EM> uses.
3523 Alpinerc may be either a local file or a remote configuration folder.
3526 <DT> -P <EM>pinerc</EM>
3528 <DD> Uses the named file as the system wide configuration file instead of
3529 <EM><!--#echo var="PINE_CONF_PATH"--></EM> on UNIX, or nothing on <EM>PC-Alpine</EM>.
3530 Alpinerc may be either a local file or a remote configuration folder.
3533 <DT> -passfile <EM>passfile</EM>
3535 <DD> This tells <EM>Alpine</EM> what file should be used as the password file.
3536 This should be a fully-qualified filename.
3539 <DT> -pinerc <EM>file</EM>
3541 <DD> Output fresh pinerc configuration to <EM>file</EM>, preserving the
3542 settings of variables that the user has made.
3543 Use <EM>file</EM> set to ``-'' to make output go to standard out.
3546 <DT> -r
3548 <DD> Restricted Mode:  For UNIX <EM>Alpine</EM> only.
3549 <EM>Alpine</EM> in restricted mode can only send email to itself.
3550 Save and export are limited.
3553 <DT> -registry <EM>cmd</EM>
3555 <DD> For <EM>PC-Alpine</EM> only, this option affects the values of 
3556 <EM>Alpine</EM>'s registry entries.
3557 Possible values for <EM>cmd</EM> are set, clear, and dump.
3558 <EM>Set</EM> will always reset <EM>Alpine</EM>'s registry 
3559 entries according to its current settings.
3560 <EM>Clear</EM> will clear the registry values.
3561 <EM>Clearsilent</EM> will clear the registry values without any dialogs.
3562 <EM>Dump</EM> will display the values of current registry settings.
3563 Note that the dump command is currently disabled.
3564 Without the -registry option, <EM>PC-Alpine</EM> will write values into
3565 the registry only if there currently aren't any values set.
3568 <DT> -sort <EM>key</EM>
3570 <DD> Sort-Key:  Specifies the order messages will be displayed in for the
3571 FOLDER INDEX screen.
3572 <EM>Key</EM> can have the following values: 
3573 arrival, date, subject, orderedsubj, thread, from, size, score, to, cc,
3574 arrival/reverse, date/reverse, subject/reverse, orderedsubj/reverse, thread/reverse,
3575 from/reverse, size/reverse, score/reverse, to/reverse, and cc/reverse.
3576 The default value is &quot;arrival&quot;.
3577 The <EM>key</EM> value reverse is equivalent to arrival/reverse.
3580 Configuration equivalent:  <EM><!--#echo var="VAR_sort-key"--></EM>.
3583 <DT> -uninstall
3585 <DD> For <EM>PC-Alpine</EM> only, this option removes references to Alpine
3586 in Windows settings.  The registry settings are removed and
3587 the password cache is cleared.
3590 <DT> -url <EM>url</EM>
3592 <DD> Open the given URL.
3595 <DT> -v
3597 <DD> Version:  Print version information to the screen.
3600 <DT> -x <EM>exceptions_config</EM>
3602 <DD> Configuration settings in the exceptions configuration override your normal
3603 default settings.
3604 <EM>Exceptions_config</EM> may be either a local file or a remote Alpine configuration folder.
3607 <DT> -z
3609 <DD> Enable Suspend:  When run with this flag, the key sequence ctrl-z
3610 will suspend the <EM>Alpine</EM> session.
3613 Configuration equivalent:  <EM><!--#echo var="FEAT_enable-suspend"--></EM> included in
3614 <EM>Feature-List</EM>.
3617 <DT> -<EM>option</EM>=<EM>value</EM>
3619 <DD> Assign <EM>value</EM> to the config option <EM>option</EM>.
3620 For example, <EM>-signature-file=sig1</EM> or
3621 <EM>-Feature-List=signature-at-bottom</EM>.
3622 Note:  Feature-List values are
3623 additive and features may be preceded with no- to turn them off.
3624 Also, as a special case, the &quot;Feature-List=&quot; part of that may be
3625 omitted. For example, <EM>-signature-at-bottom</EM> is equivalent to
3626 <EM>-Feature-List=signature-at-bottom</EM>.
3629 </DL>
3631 &lt;End of help on this topic&gt;
3632 </BODY>
3633 </HTML>
3634 ===== h_configuring_news ======
3635 <HTML>
3636 <HEAD>
3637 <TITLE>CONFIGURING NEWS</TITLE>
3638 </HEAD>
3639 <BODY>
3640 <H1>CONFIGURING NEWS</H1>
3641 Alpine can access news folders in any one of three different ways:
3642 <DL>
3643 <DT>REMOTE NNTP</DT>
3644 <DD>Using the Network News Transport Protocol (NNTP) to
3645 access news on a remote news server.  In this case the newsrc file is
3646 stored on the machine where Alpine is running.
3649 To specify a remote news-collection accessed via NNTP use the
3650 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
3651 Server: value to the NNTP server's hostname appended with the
3652 communication method &quot;/service=NNTP&quot;, and set the Path:
3653 value to the &quot;#news.&quot; namespace (without the quotes).  See
3654 the &quot;<A HREF="h_composer_cntxt_server">Server:</A>&quot; field's
3655 help text for a more complete explanation of access method, and the
3656 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
3657 text for a more complete explanation of &quot;namespace&quot;.
3659 Instead of specifying a news-collection, you may simply set the
3660 <A HREF="h_config_nntp_server">NNTP Server</A>
3661 option, which will cause Alpine to create a default news-collection for you.
3662 Another NNTP option that may be of interest is
3663 <A HREF="h_config_nntprange"><!--#echo var="VAR_nntp-range"--></A>.
3665 <DT>REMOTE IMAP</DT>
3666 <DD>Using the Internet Message Access Protocol (IMAP) to
3667 access news on a remote news server.  In this case, your newsrc file is
3668 stored on the news server, in your home directory, so you must have an
3669 account on the news server, but you would be running Alpine on a different
3670 machine.  The news server must be running an IMAPd server process. 
3673 To specify a remote news-collection accessed via IMAP use the
3674 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
3675 Server: value to the IMAP server's hostname, and set the Path: value
3676 to the &quot;#news.&quot; namespace (without the quotes).  See the
3677 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
3678 text for a more complete explanation of &quot;namespace&quot;.
3680 </DD>
3682 <DT>LOCAL</DT>
3683 <DD>Using local file access to the news database.  In this
3684 case, your newsrc file is stored on the news server, in your home
3685 directory, so you must have an account on the news server, and you would
3686 be running Alpine on the same machine.
3689 To specify a local news-collection use the SETUP/collectionList
3690 screen's &quot;Add&quot; command.  Leave the Server: value blank, and
3691 set the Path: value to the &quot;#news.&quot; namespace (without the
3692 quotes).  See the &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot;
3693 field's help text for a more complete explanation of &quot;namespace&quot;.
3695 </DD>
3696 </DL>
3700 NOTE: Should no news-collection be defined as above, Alpine will
3701 automatically create one using the Setup/Config screen's
3702 &quot;<!--#echo var="VAR_nntp-server"-->&quot; variable's value if defined.  The collection
3703 will be created as a &quot;Remote NNTP&quot; as described above.
3707 If you are a PC-Alpine user, either option 1 (NNTP) or option 2 (IMAP) is
3708 possible.  If you don't have an account on the news server, or if the news
3709 server is not running an IMAP daemon, then you must use NNTP.  (If you are not
3710 sure, ask your service provider, university, or company for help.)  In
3711 this case, your Unix .newsrc file can be transferred to your PC.  A good
3712 place to put it would be in the same directory as your PINERC file, under
3713 the name NEWSRC, but you can 
3714 <A HREF="h_config_newsrc_path">specify a different location</A>
3715 via Alpine's Setup/Config screen.
3718 Other configuration features related to news are
3719 <A HREF="h_config_8bit_nntp"><!--#echo var="FEAT_enable-8bit-nntp-posting"--></A>.
3720 <A HREF="h_config_compose_news_wo_conf"><!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></A>,
3721 <A HREF="h_config_news_uses_recent"><!--#echo var="FEAT_news-approximates-new-status"--></A>,
3722 <A HREF="h_config_news_cross_deletes"><!--#echo var="FEAT_news-deletes-across-groups"--></A>,
3723 <A HREF="h_config_news_catchup"><!--#echo var="FEAT_news-offers-catchup-on-close"--></A>,
3724 <A HREF="h_config_post_wo_validation"><!--#echo var="FEAT_news-post-without-validation"--></A>,
3725 <A HREF="h_config_read_in_newsrc_order"><!--#echo var="FEAT_news-read-in-newsrc-order"--></A>, and
3726 <A HREF="h_config_quell_post_prompt"><!--#echo var="FEAT_quell-extra-post-prompt"--></A>.
3729 &lt;End of help on this topic&gt;
3730 </BODY>
3731 </HTML>
3732 ===== h_reading_news ======
3733 <HTML>
3734 <HEAD>
3735 <TITLE>READING NEWS</TITLE>
3736 </HEAD>
3737 <BODY>
3738 <H1>READING NEWS</H1>
3740 Alpine uses almost the same commands for manipulating news folders as for
3741 mail folders.  This means, for example, that when you are done with a
3742 message, you would use &quot;D&quot; to mark it as Deleted (or Dismissed,
3743 if you prefer.)  This &quot;mail-like&quot; behavior differs from that of
3744 most newsreaders, wherein a message is implicitly dismissed after you have
3745 looked at it once. We strongly believe that Alpine should offer as much
3746 consistency as possible between mail and news, so the mail paradigm --
3747 wherein a message does not magically disappear without explicit action by
3748 the user -- is used for news as well. <P>
3750 If you answer a message in a news folder, the index view will show the
3751 &quot;A&quot; flag as usual; but the industry standard file Alpine uses to
3752 keep track of what news as been read has no way of storing this flag, so
3753 it will not be preserved across sessions.  The Deleted flag is the only
3754 one that is preserved when you leave and then return to a newsgroup.  As an
3755 additional note on replies, when you Reply to a newsgroup message and say
3756 you want to reply to all recipients, Alpine will ask if you want to post the
3757 message to all the newsgroups listed in the original message. <P>
3759 If you would like Alpine to mark more-or-less recent news messages as
3760 &quot;New&quot;, then set the
3761 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
3762 feature (which is set by default).  This will cause messages after the last one you have marked as
3763 Deleted to appear with &quot;N&quot; status in the MESSAGE INDEX.  The
3764 &quot;N&quot; status often makes it easier to distinguish later news
3765 articles from those you've previously seen, but not yet disposed of via
3766 the &quot;D&quot; key.  Note that this is an approximation, not an exact
3767 record of which messages you have not seen.
3770 A frequent operation in news-reading is &quot;catching up&quot; -- that
3771 is, getting rid of all the messages in the newsgroup so that you can
3772 &quot;start fresh.&quot;  The easiest way to do this in Alpine is via the
3773 Select command.  You would enter the following four keystrokes:
3774 <tt>;aad</tt> to select all messaged, and then apply the delete (or
3775 dismiss) command to all of them.
3778 There are also additional details on 
3779 <A HREF="h_configuring_news">configuring news</a>.
3782 &lt;End of help on this topic&gt;
3783 </BODY>
3784 </HTML>
3785 ====== h_help_index ======
3786 <HTML>
3787 <HEAD>
3788 <TITLE>Help Index</TITLE>
3789 </HEAD>
3790 <BODY>
3791 <H1>Help Index</H1>
3792 <ul>
3793 <li><a href="h_mainhelp_abooks">Address Books</a></li>
3794 <li><a href="h_abook_top">ADDRESS BOOK LIST COMMANDS</a>
3795 <li><a href="h_main_addrbook">Address Book Command</a>
3796 <li><a href="h_abook_view">Address Book View Explained</a>
3797 <li><a href="h_compose_addrcomplete">Address Completion</a>
3798 <li><a href="h_abook_select_listmode">Address Listmode Selection from Composer Explained</a>
3799 <li><a href="h_abook_select_checks">Address Selection from Composer Explained</a>
3800 <li><a href="h_composer_abook_comment">Addressbook Comment Explained</a>
3801 <li><a href="h_composer_abook_fcc">Addressbook Fcc Explained</a>
3802 <li><a href="h_composer_abook_add_folder">Addressbook Folder Name Field Explained</a>
3803 <li><a href="h_composer_abook_full">Addressbook Fullname Explained</a>
3804 <li><a href="h_composer_abook_add_nick">Addressbook NickName Field Explained</a>
3805 <li><a href="h_composer_abook_nick">Addressbook Nickname Explained</a>
3806 <li><a href="h_abook_select_addr">Addressbook Selection Explained</a>
3807 <li><a href="h_abook_select_top">Addressbook Selection Navigation Explained</a>
3808 <li><a href="h_composer_abook_add_server">Addressbook Server Name Field Explained</a>
3809 <li><a href="h_mainhelp_aggops">Aggregate Operations</a>
3810 <li><a href="h_mainhelp_config">Alpine Configuration</a>
3811 <li><a href="h_mainhelp_pinehelp">Alpine Help</a>
3812 <li><a href="h_news_legal">Alpine Legal Notices</a>
3813 <li><a href="h_compose_alted">Alt Editor Command</a>
3814 <li><a href="h_index_cmd_apply">Apply Command</a>
3815 <li><a href="h_attachment_screen">Attachment Index Screen Explained</a>
3816 <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a>
3817 <li><a href="h_mainhelp_filtering">Blocking Messages</a>
3818 <li><a href="h_composer_browse">BROWSER</a>
3819 <li><a href="h_common_bounce">Bounce Command</a>
3820 <li><a href="h_compose_cancel">Cancel Command</a>
3821 <li><a href="h_config_change_your_from">Changing your From Address</a>
3822 <li><a href="h_collection_screen">COLLECTION LIST screen</a>
3823 <li><a href="h_mainhelp_color">Color</a>
3824 <li><a href="h_composer_ctrl_j">COMPOSER ATTACH</a>
3825 <li><a href="h_composer">COMPOSER COMMANDS</a>
3826 <li><a href="h_mainhelp_composing">Composing Messages</a>
3827 <li><a href="h_mainhelp_collections">Collection Lists</a>
3828 <li><a href="h_composer_cntxt_nick">Collection Nickname Explained</a>
3829 <li><a href="h_composer_cntxt_path">Collection Path: Explained</a>
3830 <li><a href="h_composer_cntxt_server">Collection Server: Explained</a>
3831 <li><a href="h_composer_cntxt_view">Collection View: Explained</a>
3832 <li><a href="h_mainhelp_cmdlineopts">Command Line Options</a>
3833 <li><a href="h_common_compose">Compose Command</a>
3834 <li><a href="h_edit_nav_cmds">Composer Editing Commands Explained</a>
3835 <li><a href="h_common_conditional_cmds">Conditional Commands</a>
3836 <li><a href="h_reply_token_conditionals">Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</a>
3837 <li><a href="h_mainhelp_config">Configuration</a>
3838 <li><a href="h_composer_custom_free">CUSTOMIZED HEADER FIELD</a>
3839 <li><a href="h_config_dflt_color">Default Color</a>
3840 <li><a href="h_common_delete">Delete and Undelete Commands</a>
3841 <li><a href="h_composer_qserv_cn">Directory Query Form Explained</a>
3842 <li><a href="h_special_list_commands">Email List Commands Explained</a>
3843 <li><a href="h_composer_search">Explanation of Composer Whereis Command </a>
3844 <li><a href="h_folder_open">Explanation of Folder Selection</a>
3845 <li><a href="h_special_xon_xoff">Explanation of Alpine's XOFF/XON Handling</a>
3846 <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a>
3847 <li><a href="h_ge_export">Export File Selection</a>
3848 <li><a href="h_ge_allparts">Export Message File Selection</a>
3849 <li><a href="h_index_cmd_expunge">Expunge/Exclude Command</a>
3850 <li><a href="h_info_on_locking">FAQs on Alpine Locking</a>
3851 <li><a href="h_config_allow_chg_from">FEATURE: <!--#echo var="FEAT_allow-changing-from"--></a>
3852 <li><a href="h_config_allow_talk">FEATURE: <!--#echo var="FEAT_allow-talk"--></a>
3853 <li><a href="h_config_alt_compose_menu">FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></a>
3854 <li><a href="h_config_alt_role_menu">FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></a>
3855 <li><a href="h_config_alt_reply_menu">FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></a>
3856 <li><a href="h_config_force_low_speed">FEATURE: <!--#echo var="FEAT_assume-slow-link"--></a>
3857 <li><a href="h_config_auto_read_msgs">FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></a>
3858 <li><a href="h_config_auto_open_unread">FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></a>
3859 <li><a href="h_config_auto_unselect">FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></a>
3860 <li><a href="h_config_auto_unzoom">FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></a>
3861 <li><a href="h_config_auto_zoom">FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></a>
3862 <li><a href="h_config_use_boring_spinner">FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></a>
3863 <li><a href="h_config_check_mail_onquit">FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></a>
3864 <li><a href="h_config_combined_abook_display">FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></a>
3865 <li><a href="h_config_combined_folder_display">FEATURE: <!--#echo var="FEAT_combined-folder-display"--></a>
3866 <li><a href="h_config_combined_subdir_display">FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></a>
3867 <li><a href="h_config_cancel_confirm">FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></a>
3868 <li><a href="h_config_lame_list_mode">FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></a>
3869 <li><a href="h_config_compose_rejects_unqual">FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></a>
3870 <li><a href="h_config_send_filter_dflt">FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></a>
3871 <li><a href="h_config_compose_news_wo_conf">FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></a>
3872 <li><a href="h_config_del_from_dot">FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></a>
3873 <li><a href="h_config_compose_maps_del">FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></a>
3874 <li><a href="h_config_confirm_role">FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></a>
3875 <li><a href="h_config_tab_no_prompt">FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></a>
3876 <li><a href="h_config_dates_to_local">FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></a>
3877 <li><a href="h_config_copy_to_to_from">FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></a>
3878 <li><a href="h_config_del_skips_del">FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></a>
3879 <li><a href="h_config_disable_config_cmd">FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></a>
3880 <li><a href="h_config_disable_index_locale_dates">FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></a>
3881 <li><a href="h_config_disable_kb_lock">FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></a>
3882 <li><a href="h_config_blank_keymenu">FEATURE: <!--#echo var="FEAT_disable-keymenu"--></a>
3883 <li><a href="h_config_disable_password_caching">FEATURE: <!--#echo var="FEAT_disable-password-caching"--></a>
3884 <li><a href="h_config_disable_password_cmd">FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></a>
3885 <li><a href="h_config_disable_pipes_in_sigs">FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></a>
3886 <li><a href="h_config_disable_pipes_in_templates">FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></a>
3887 <li><a href="h_config_disable_regex">FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
3888 <li><a href="h_config_disable_roles_setup">FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></a>
3889 <li><a href="h_config_disable_roles_sigedit">FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></a>
3890 <li><a href="h_config_disable_roles_templateedit">FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></a>
3891 <li><a href="h_config_input_history">FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></a>
3892 <li><a href="h_config_disable_collate">FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></a>
3893 <li><a href="h_config_disable_shared">FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></a>
3894 <li><a href="h_config_disable_signature_edit">FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></a>
3895 <li><a href="h_config_take_fullname">FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></a>
3896 <li><a href="h_config_take_lastfirst">FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></a>
3897 <li><a href="h_config_disable_reset_disp">FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></a>
3898 <li><a href="h_config_disable_sender">FEATURE: <!--#echo var="FEAT_disable-sender"--></a>
3899 <li><a href="h_config_quell_dead_letter">FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></a>
3900 <li><a href="h_config_quell_flowed_text">FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></a>
3901 <li><a href="h_downgrade_multipart_to_text">FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></a>
3902 <li><a href="h_config_8bit_smtp">FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></a>
3903 <li><a href="h_config_8bit_nntp">FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></a>
3904 <li><a href="h_config_enable_agg_ops">FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></a>
3905 <li><a href="h_config_enable_alt_ed">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></a>
3906 <li><a href="h_config_alt_ed_now">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></a>
3907 <li><a href="h_config_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></a>
3908 <li><a href="h_config_relaxed_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></a>
3909 <li><a href="h_config_compose_bg_post">FEATURE: <!--#echo var="FEAT_enable-background-sending"--></a>
3910 <li><a href="h_config_enable_bounce">FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></a>
3911 <li><a href="h_config_cruise_mode">FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></a>
3912 <li><a href="h_config_cruise_mode_delete">FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></a>
3913 <li><a href="h_config_compose_dsn">FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></a>
3914 <li><a href="h_config_enable_dot_files">FEATURE: <!--#echo var="FEAT_enable-dot-files"--></a>
3915 <li><a href="h_config_enable_lessthan_exit">FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></a>
3916 <li><a href="h_config_fast_recent">FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></a>
3917 <li><a href="h_config_enable_flag">FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></a>
3918 <li><a href="h_config_flag_screen_default">FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></a>
3919 <li><a href="h_config_flag_screen_kw_shortcut">FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></a>
3920 <li><a href="h_config_enable_full_hdr_and_text">FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></a>
3921 <li><a href="h_config_enable_full_hdr">FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></a>
3922 <li><a href="h_config_allow_goto">FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></a>
3923 <li><a href="h_config_enable_dot_folders">FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></a>
3924 <li><a href="h_config_enable_incoming">FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></a>
3925 <li><a href="h_config_enable_incoming_checking">FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></a>
3926 <li><a href="h_config_enable_jump">FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></a>
3927 <li><a href="h_config_show_delay_cue">FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></a>
3928 <li><a href="h_config_mailcap_params">FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></a>
3929 <li><a href="h_config_enable_mouse">FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></a>
3930 <li><a href="h_config_enable_view_addresses">FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></a>
3931 <li><a href="h_config_enable_view_attach">FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></a>
3932 <li><a href="h_config_enable_view_arrows">FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></a>
3933 <li><a href="h_config_enable_view_url">FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></a>
3934 <li><a href="h_config_enable_view_web_host">FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></a>
3935 <li><a href="h_config_enable_mulnewsrcs">FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></a>
3936 <li><a href="h_config_enable_xterm_newmail">FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></a>
3937 <li><a href="h_config_enable_newmail_short_text">FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>
3938 <li><a href="h_config_sub_lists">FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></a>
3939 <li><a href="h_config_enable_y_print">FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></a>
3940 <li><a href="h_config_prefix_editing">FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></a>
3941 <li><a href="h_config_enable_search_and_repl">FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></a>
3942 <li><a href="h_config_sigdashes">FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></a>
3943 <li><a href="h_config_new_thread_blank_subject">FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></a>
3944 <li><a href="h_config_can_suspend">FEATURE: <!--#echo var="FEAT_enable-suspend"--></a>
3945 <li><a href="h_config_enable_tab_complete">FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></a>
3946 <li><a href="h_config_enable_take_export">FEATURE: <!--#echo var="FEAT_enable-take-export"--></a>
3947 <li><a href="h_config_enable_role_take">FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></a>
3948 <li><a href="h_config_tray_icon">FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></a>
3949 <li><a href="h_config_enable_pipe">FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></a>
3950 <li><a href="h_config_verbose_post">FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></a>
3951 <li><a href="h_config_expanded_addrbooks">FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></a>
3952 <li><a href="h_config_expanded_distlists">FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></a>
3953 <li><a href="h_config_expanded_folders">FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></a>
3954 <li><a href="h_config_expose_hidden_config">FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></a>
3955 <li><a href="h_config_expunge_manually">FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></a>
3956 <li><a href="h_config_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></a>
3957 <li><a href="h_config_full_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></a>
3958 <li><a href="h_config_no_fcc_attach">FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></a>
3959 <li><a href="h_config_force_arrow">FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></a>
3960 <li><a href="h_config_ignore_size">FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></a>
3961 <li><a href="h_config_forward_as_attachment">FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></a>
3962 <li><a href="h_config_preserve_field">FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></a>
3963 <li><a href="h_config_quell_empty_dirs">FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></a>
3964 <li><a href="h_config_hide_nntp_path">FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></a>
3965 <li><a href="h_config_attach_in_reply">FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></a>
3966 <li><a href="h_config_fcc_on_bounce">FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></a>
3967 <li><a href="h_config_include_header">FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></a>
3968 <li><a href="h_config_auto_include_reply">FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></a>
3969 <li><a href="h_config_incoming_checking_total">FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></a>
3970 <li><a href="h_config_incoming_checking_recent">FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></a>
3971 <li><a href="h_config_add_ldap">FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></a>
3972 <li><a href="h_config_maildrops_preserve_state">FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></a>
3973 <li><a href="h_config_mark_fcc_seen">FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></a>
3974 <li><a href="h_config_mark_for_cc">FEATURE: <!--#echo var="FEAT_mark-for-cc"--></a>
3975 <li><a href="h_config_mulnews_as_typed">FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></a>
3976 <li><a href="h_config_news_uses_recent">FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></a>
3977 <li><a href="h_config_news_cross_deletes">FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></a>
3978 <li><a href="h_config_news_catchup">FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></a>
3979 <li><a href="h_config_post_wo_validation">FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></a>
3980 <li><a href="h_config_read_in_newsrc_order">FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></a>
3981 <li><a href="h_config_nntp_search_uses_overview">FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></a>
3982 <li><a href="h_config_thread_sorts_by_arrival">FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></a>
3983 <li><a href="h_config_expunge_inbox">FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></a>
3984 <li><a href="h_config_expunge_stayopens">FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></a>
3985 <li><a href="h_config_pass_c1_control">FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></a>
3986 <li><a href="h_config_pass_control">FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></a>
3987 <li><a href="h_config_predict_nntp_server">FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></a>
3988 <li><a href="h_config_prefer_plain_text">FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></a>
3989 <li><a href="h_config_preopen_stayopens">FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></a>
3990 <li><a href="h_config_preserve_start_stop">FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></a>
3991 <li><a href="h_config_quell_folder_internal_msg">FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></a>
3992 <li><a href="h_config_quell_checks_comp">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></a>
3993 <li><a href="h_config_quell_checks_comp_inbox">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></a>
3994 <li><a href="h_config_quell_partial">FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></a>
3995 <li><a href="h_config_quell_local_lookup">FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></a>
3996 <li><a href="h_config_ff_between_msgs">FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></a>
3997 <li><a href="h_config_print_from">FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></a>
3998 <li><a href="h_config_print_index">FEATURE: <!--#echo var="FEAT_print-index-enabled"--></a>
3999 <li><a href="h_config_custom_print">FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></a>
4000 <li><a href="h_config_prune_uses_iso">FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></a>
4001 <li><a href="h_config_quell_personal_name_prompt">FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></a>
4002 <li><a href="h_config_quell_ssl_largeblocks">FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></a>
4003 <li><a href="h_config_quell_user_id_prompt">FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></a>
4004 <li><a href="h_config_quit_wo_confirm">FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></a>
4005 <li><a href="h_config_quote_replace_noflow">FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></a>
4006 <li><a href="h_config_next_thrd_wo_confirm">FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></a>
4007 <li><a href="h_config_auto_reply_to">FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></a>
4008 <li><a href="h_config_inbox_no_confirm">FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></a>
4009 <li><a href="h_config_save_aggregates">FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></a>
4010 <li><a href="h_config_save_part_wo_confirm">FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></a>
4011 <li><a href="h_config_save_advances">FEATURE: <!--#echo var="FEAT_save-will-advance"--></a>
4012 <li><a href="h_config_save_wont_delete">FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></a>
4013 <li><a href="h_config_quote_all_froms">FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></a>
4014 <li><a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
4015 <li><a href="h_config_select_wo_confirm">FEATURE: <!--#echo var="FEAT_select-without-confirm"--></a>
4016 <li><a href="h_config_auto_fcc_only">FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></a>
4017 <li><a href="h_config_send_wo_confirm">FEATURE: <!--#echo var="FEAT_send-without-confirm"--></a>
4018 <li><a href="h_config_separate_fold_dir_view">FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></a>
4019 <li><a href="h_config_show_cursor">FEATURE: <!--#echo var="FEAT_show-cursor"--></a>
4020 <li><a href="h_config_textplain_int">FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></a>
4021 <li><a href="h_config_select_in_bold">FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></a>
4022 <li><a href="h_config_show_sort">FEATURE: <!--#echo var="FEAT_show-sort"--></a>
4023 <li><a href="h_config_single_list">FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></a>
4024 <li><a href="h_config_sig_at_bottom">FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></a>
4025 <li><a href="h_config_slash_coll_entire">FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></a>
4026 <li><a href="h_config_sort_fcc_alpha">FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></a>
4027 <li><a href="h_config_sort_save_alpha">FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></a>
4028 <li><a href="h_config_always_spell_check">FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></a>
4029 <li><a href="h_config_winpos_in_config">FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></a>
4030 <li><a href="h_config_strip_sigdashes">FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>
4031 <li><a href="h_config_strip_ws_before_send">FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></a>
4032 <li><a href="h_config_quells_asterisks">FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></a>
4033 <li><a href="h_config_quell_attach_ext_warn">FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></a>
4034 <li><a href="h_config_quell_attach_extra_prompt">FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></a>
4035 <li><a href="h_config_no_bezerk_zone">FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></a>
4036 <li><a href="h_config_quell_charset_warning">FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></a>
4037 <li><a href="h_config_quell_content_id">FEATURE: <!--#echo var="FEAT_quell-content-id"--></a>
4038 <li><a href="h_config_quell_post_prompt">FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></a>
4039 <li><a href="h_config_quell_filtering_done_message">FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></a>
4040 <li><a href="h_config_quell_filtering_messages">FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></a>
4041 <li><a href="h_config_quell_full_hdr_reset">FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></a>
4042 <li><a href="h_config_quell_imap_env">FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></a>
4043 <li><a href="h_config_quell_lock_failure_warnings">FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></a>
4044 <li><a href="h_config_quell_domain_warn">FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></a>
4045 <li><a href="h_config_quell_news_env">FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></a>
4046 <li><a href="h_config_quell_host_after_url">FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></a>
4047 <li><a href="h_config_quell_beeps">FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></a>
4048 <li><a href="h_config_quell_tz_comment">FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></a>
4049 <li><a href="h_config_suppress_user_agent">FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></a>
4050 <li><a href="h_config_tab_checks_recent">FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></a>
4051 <li><a href="h_config_tab_uses_unseen">FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></a>
4052 <li><a href="h_config_tab_new_only">FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></a>
4053 <li><a href="h_config_termcap_wins">FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></a>
4054 <li><a href="h_config_color_thrd_import">FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></a>
4055 <li><a href="h_config_alt_auth">FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></a>
4056 <li><a href="h_config_unsel_wont_advance">FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></a>
4057 <li><a href="h_config_use_current_dir">FEATURE: <!--#echo var="FEAT_use-current-dir"--></a>
4058 <li><a href="h_config_use_fk">FEATURE: <!--#echo var="FEAT_use-function-keys"--></a>
4059 <li><a href="h_config_use_reg_start_for_stayopen">FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></a>
4060 <li><a href="h_config_use_resentto">FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></a>
4061 <li><a href="h_config_use_sender_not_x">FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></a>
4062 <li><a href="h_config_suspend_spawns">FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></a>
4063 <li><a href="h_config_use_system_translation">FEATURE: Use System Translation</a>
4064 <li><a href="h_config_vertical_list">FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></a>
4065 <li><a href="h_config_warn_if_fcc_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></a>
4066 <li><a href="h_config_warn_if_subj_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></a>
4067 <li><a href="h_config_warn_if_no_to_or_cc">FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></a>
4068 <li><a href="h_mainhelp_filtering">Filtering</a>
4069 <li><a href="h_finding_help">Finding more information and requesting help</a>
4070 <li><a href="h_common_flag">Flag Command</a>
4071 <li><a href="h_config_quell_flowed_text">Flowed Text</a>
4072 <li><a href="h_mainhelp_folders">Folders</a>
4073 <li><a href="h_what_are_collections">Folder Collections Explained</a>
4074 <li><a href="h_common_folders">Folder List Command</a>
4075 <li><a href="h_folder_fcc">Folder Select for Fcc Explained</a>
4076 <li><a href="h_folder_save">Folder Select for Save Explained</a>
4077 <li><a href="h_folder_server_syntax">Folder Server Name Syntax</a>
4078 <li><a href="h_config_change_your_from">From Address, Changing</a>
4079 <li><a href="main_menu_tx">GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</a>
4080 <li><a href="h_pine_for_windows">GETTING HELP IN ALPINE</a>
4081 <li><a href="h_common_goto">Goto Command</a>
4082 <li><a href="h_common_hdrmode">HdrMode Command</a>
4083 <li><a href="h_mainhelp_pinehelp">Help</a>
4084 <li><a href="h_special_help_nav">Help Text Navigation Explained</a>
4085 <li><a href="h_folder_maint">Help for Folder List</a>
4086 <li><a href="h_valid_folder_names">IMAP</a>
4087 <li><a href="h_ge_import">Import File Selection</a>
4088 <li><a href="h_mainhelp_index">Index of Messages</a>
4089 <li><a href="h_composer_ins_m">INSERT MESSAGE</a>
4090 <li><a href="h_composer_ins">INSERT TEXT FILE</a>
4091 <li><a href="h_address_format">INTERNET EMAIL ADDRESS FORMAT</a>
4092 <li><a href="h_info_on_mbox">Information on mbox driver</a>
4093 <li><a href="h_mainhelp_intro">Introduction</a>
4094 <li><a href="h_main_journal">Journal Command</a>
4095 <li><a href="h_common_jump">Jump Command</a>
4096 <li><a href="h_compose_justify">Justify Command</a>
4097 <li><a href="h_main_kblock">Keyboard Lock Command</a>
4098 <li><a href="h_mainhelp_keywords">Keywords (or Flags, or Labels)</a>
4099 <li><a href="h_mainhelp_ldap">LDAP</a>
4100 <li><a href="h_config_ldap_opts_tls">LDAP FEATURE: Attempt-TLS-On-Connection</a>
4101 <li><a href="h_config_ldap_opts_nosub">LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</a>
4102 <li><a href="h_config_ldap_opts_rhs">LDAP FEATURE: Lookup-Addrbook-Contents</a>
4103 <li><a href="h_config_ldap_opts_tlsmust">LDAP FEATURE: Require-TLS-On-Connection</a>
4104 <li><a href="h_config_ldap_opts_ldaps">LDAP FEATURE: Require-LDAPS-On-Connection</a>
4105 <li><a href="h_config_ldap_opts_ref">LDAP FEATURE: Save-Search-Criteria-Not-Result</a>
4106 <li><a href="h_config_ldap_opts_impl">LDAP FEATURE: Use-Implicitly-From-Composer</a>
4107 <li><a href="h_config_ldap_binddn">LDAP OPTION: Bind-DN</a>
4108 <li><a href="h_config_ldap_cust">LDAP OPTION: Custom-Search-Filter</a>
4109 <li><a href="h_config_ldap_email_attr">LDAP OPTION: EmailAttribute</a>
4110 <li><a href="h_config_ldap_gn_attr">LDAP OPTION: GivennameAttribute</a>
4111 <li><a href="h_config_ldap_server">LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></a>
4112 <li><a href="h_config_ldap_cn_attr">LDAP OPTION: NameAttribute</a>
4113 <li><a href="h_config_ldap_nick">LDAP OPTION: Nickname</a>
4114 <li><a href="h_config_ldap_port">LDAP OPTION: Port</a>
4115 <li><a href="h_config_ldap_base">LDAP OPTION: Search-Base</a>
4116 <li><a href="h_config_ldap_searchrules">LDAP OPTION: Search-Rule</a>
4117 <li><a href="h_config_ldap_searchtypes">LDAP OPTION: Search-Type</a>
4118 <li><a href="h_config_ldap_size">LDAP OPTION: Sizelimit</a>
4119 <li><a href="h_config_ldap_sn_attr">LDAP OPTION: SurnameAttribute</a>
4120 <li><a href="h_config_ldap_time">LDAP OPTION: Timelimit</a>
4121 <li><a href="h_ldap_view">LDAP Response View Explained</a>
4122 <li><a href="h_maildrop">Mail Drop: What is it?</a>
4123 <li><a href="h_mainhelp_mainmenu">MAIN MENU</a>
4124 <li><a href="h_mail_index">MESSAGE INDEX COMMANDS</a>
4125 <li><a href="h_mail_view">MESSAGE TEXT SCREEN</a>
4126 <li><a href="h_compose_markcutpaste">Mark, Cut and Paste Commands</a>
4127 <li><a href="h_common_index">Message Index Command</a>
4128 <li><a href="h_mainhelp_mouse">Mouse</a>
4129 <li><a href="h_mainhelp_aggops">Multiple Message Operations</a>
4130 <li><a href="new_user_greeting">NEW USER GREETING</a>
4131 <li><a href="new_version_greeting">NEW VERSION GREETING</a>
4132 <li><a href="h_mainhelp_readingnews">News Reading</a>
4133 <li><a href="h_folder_subscribe">Newsgroup Subcribe Screen explained</a>
4134 <li><a href="h_folder_postnews">Newsgroup selecting for Posting explained</a>
4135 <li><a href="h_common_nextnew">NextNew Command</a>
4136 <li><a href="h_abook_select_nick">Nickname Selection Explained</a>
4137 <li><a href="h_mainhelp_readingnews">NNTP</a>
4138 <li><a href="h_config_address_book">OPTION: <!--#echo var="VAR_address-book"--></a>
4139 <li><a href="h_config_abook_formats">OPTION: <!--#echo var="VAR_addressbook-formats"--></a>
4140 <li><a href="h_config_ab_sort_rule">OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></a>
4141 <li><a href="h_config_alt_addresses">OPTION: <!--#echo var="VAR_alt-addresses"--></a>
4142 <li><a href="h_config_active_msg_interval">OPTION: <!--#echo var="VAR_busy-cue-rate"--></a>
4143 <li><a href="h_config_color_style">OPTION: Color Style</a>
4144 <li><a href="h_config_wordseps">OPTION: <!--#echo var="VAR_composer-word-separators"--></a>
4145 <li><a href="h_config_composer_wrap_column">OPTION: <!--#echo var="VAR_composer-wrap-column"--></a>
4146 <li><a href="h_config_index_color_style">OPTION: <!--#echo var="VAR_current-indexline-style"--></a>
4147 <li><a href="h_config_cursor_style">OPTION: Cursor Style</a>
4148 <li><a href="h_config_custom_hdrs">OPTION: <!--#echo var="VAR_customized-hdrs"--></a>
4149 <li><a href="h_config_deadlets">OPTION: <!--#echo var="VAR_dead-letter-files"--></a>
4150 <li><a href="h_config_comp_hdrs">OPTION: <!--#echo var="VAR_default-composer-hdrs"--></a>
4151 <li><a href="h_config_default_fcc">OPTION: <!--#echo var="VAR_default-fcc"--></a>
4152 <li><a href="h_config_def_save_folder">OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></a>
4153 <li><a href="h_config_disable_auths">OPTION: <!--#echo var="VAR_disable-these-authenticators"--></a>
4154 <li><a href="h_config_disable_drivers">OPTION: <!--#echo var="VAR_disable-these-drivers"--></a>
4155 <li><a href="h_config_char_set">OPTION: Display Character Set</a>
4156 <li><a href="h_config_display_filters">OPTION: <!--#echo var="VAR_display-filters"--></a>
4157 <li><a href="h_config_download_cmd">OPTION: <!--#echo var="VAR_download-command"--></a>
4158 <li><a href="h_config_download_prefix">OPTION: <!--#echo var="VAR_download-command-prefix"--></a>
4159 <li><a href="h_config_editor">OPTION: <!--#echo var="VAR_editor"--></a>
4160 <li><a href="h_config_empty_hdr_msg">OPTION: <!--#echo var="VAR_empty-header-message"--></a>
4161 <li><a href="h_config_fcc_rule">OPTION: <!--#echo var="VAR_fcc-name-rule"--></a>
4162 <li><a href="h_config_file_dir">OPTION: File Directory</a>
4163 <li><a href="h_config_folder_spec">OPTION: <!--#echo var="VAR_folder-collections"--></a>
4164 <li><a href="h_config_reopen_rule">OPTION: <!--#echo var="VAR_folder-reopen-rule"--></a>
4165 <li><a href="h_config_fld_sort_rule">OPTION: <!--#echo var="VAR_folder-sort-rule"--></a>
4166 <li><a href="h_config_font_char_set">OPTION: Font Character Set</a>
4167 <li><a href="h_config_font_name">OPTION: Font Name</a>
4168 <li><a href="h_config_font_size">OPTION: Font Size</a>
4169 <li><a href="h_config_font_style">OPTION: Font Style</a>
4170 <li><a href="h_config_form_folder">OPTION: <!--#echo var="VAR_form-letter-folder"--></a>
4171 <li><a href="h_config_glob_addrbook">OPTION: <!--#echo var="VAR_global-address-book"--></a>
4172 <li><a href="h_config_goto_default">OPTION: <!--#echo var="VAR_goto-default-rule"--></a>
4173 <li><a href="h_config_header_general_color">OPTION: Header General Color</a>
4174 <li><a href="h_config_image_viewer">OPTION: <!--#echo var="VAR_image-viewer"--></a>
4175 <li><a href="h_config_inbox_path">OPTION: <!--#echo var="VAR_inbox-path"--></a>
4176 <li><a href="h_config_archived_folders">OPTION: <!--#echo var="VAR_incoming-archive-folders"--></a>
4177 <li><a href="h_config_psleep">OPTION: <!--#echo var="VAR_mailcap-check-interval"--></a>
4178 <li><a href="h_config_incoming_interv">OPTION: <!--#echo var="VAR_incoming-check-interval"--></a>
4179 <li><a href="h_config_incoming_second_interv">OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></a>
4180 <li><a href="h_config_incoming_list">OPTION: <!--#echo var="VAR_incoming-check-list"--></a>
4181 <li><a href="h_config_incoming_timeo">OPTION: <!--#echo var="VAR_incoming-check-timeout"--></a>
4182 <li><a href="h_config_incoming_folders">OPTION: <!--#echo var="VAR_incoming-folders"--></a>
4183 <li><a href="h_config_inc_startup">OPTION: <!--#echo var="VAR_incoming-startup-rule"--></a>
4184 <li><a href="h_config_incunseen_color">OPTION: Incoming Unseen Color</a>
4185 <li><a href="h_config_index_arrow_color">OPTION: Index Arrow Color</a>
4186 <li><a href="h_config_index_color">OPTION: Index Colors</a>
4187 <li><a href="h_config_index_format">OPTION: <!--#echo var="VAR_index-format"--></a>
4188 <li><a href="h_config_index_from_color">OPTION: Index From Color</a>
4189 <li><a href="h_config_index_opening_color">OPTION: Index Opening Color</a>
4190 <li><a href="h_config_index_pri_color">OPTION: Index Priority Symbol Colors</a>
4191 <li><a href="h_config_index_subject_color">OPTION: Index Subject Color</a>
4192 <li><a href="h_config_init_cmd_list">OPTION: <!--#echo var="VAR_initial-keystroke-list"--></a>
4193 <li><a href="h_config_key_char_set">OPTION: Keyboard Character Set</a>
4194 <li><a href="h_config_keylabel_color">OPTION: KeyLabel Color</a>
4195 <li><a href="h_config_keyname_color">OPTION: KeyName Color</a>
4196 <li><a href="h_config_keywords">OPTION: <!--#echo var="VAR_keywords"--></a>
4197 <li><a href="h_config_kw_color">OPTION: Keyword Colors</a>
4198 <li><a href="h_config_kw_braces">OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></a>
4199 <li><a href="h_config_prune_date">OPTION: <!--#echo var="VAR_last-time-prune-questioned"--></a>
4200 <li><a href="h_config_last_vers">OPTION: <!--#echo var="VAR_last-version-used"--></a>
4201 <li><a href="h_config_literal_sig">OPTION: <!--#echo var="VAR_literal-signature"--></a>
4202 <li><a href="h_config_mailcheck">OPTION: <!--#echo var="VAR_mail-check-interval"--></a>
4203 <li><a href="h_config_mailchecknoncurr">OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></a>
4204 <li><a href="h_config_mailcap_path">OPTION: <!--#echo var="VAR_mailcap-search-path"--></a>
4205 <li><a href="h_config_maildropcheck">OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></a>
4206 <li><a href="h_config_maxremstream">OPTION: <!--#echo var="VAR_max-remote-connections"--></a>
4207 <li><a href="h_config_metamsg_color">OPTION: Meta-Message Color</a>
4208 <li><a href="h_config_mimetype_path">OPTION: <!--#echo var="VAR_mimetype-search-path"--></a>
4209 <li><a href="h_config_new_ver_quell">OPTION: <!--#echo var="VAR_new-version-threshold"--></a>
4210 <li><a href="h_config_fifopath">OPTION: NewMail FIFO Path</a>
4211 <li><a href="h_config_newmailwidth">OPTION: <!--#echo var="VAR_newmail-window-width"--></a>
4212 <li><a href="h_config_news_active">OPTION: <!--#echo var="VAR_news-active-file-path"--></a>
4213 <li><a href="h_config_news_spec">OPTION: <!--#echo var="VAR_news-collections"--></a>
4214 <li><a href="h_config_news_spool">OPTION: <!--#echo var="VAR_news-spool-directory"--></a>
4215 <li><a href="h_config_newsrc_path">OPTION: <!--#echo var="VAR_newsrc-path"--></a>
4216 <li><a href="h_config_nntprange">OPTION: <!--#echo var="VAR_nntp-range"--></a>
4217 <li><a href="h_config_nntp_server">OPTION: <!--#echo var="VAR_nntp-server"--></HEAD></a>
4218 <li><a href="h_config_normal_color">OPTION: Normal Color</a>
4219 <li><a href="h_config_opening_sep">OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></a>
4220 <li><a href="h_config_oper_dir">OPTION: <!--#echo var="VAR_operating-dir"--></a>
4221 <li><a href="h_config_pat_old">OPTION: Patterns</a>
4222 <li><a href="h_config_pat_filts">OPTION: <!--#echo var="VAR_patterns-filters2"--></a>
4223 <li><a href="h_config_pat_other">OPTION: <!--#echo var="VAR_patterns-other"--></a>
4224 <li><a href="h_config_pat_roles">OPTION: <!--#echo var="VAR_patterns-roles"--></a>
4225 <li><a href="h_config_pat_scores">OPTION: <!--#echo var="VAR_patterns-scores2"--></a>
4226 <li><a href="h_config_pers_name">OPTION: <!--#echo var="VAR_personal-name"--></a>
4227 <li><a href="h_config_print_cat">OPTION: <!--#echo var="VAR_personal-print-category"--></a>
4228 <li><a href="h_config_print_command">OPTION: <!--#echo var="VAR_personal-print-command"--></a>
4229 <li><a href="h_config_post_char_set">OPTION: <!--#echo var="VAR_posting-character-set"--></a>
4230 <li><a href="h_config_postponed_folder">OPTION: <!--#echo var="VAR_postponed-folder"--></a>
4231 <li><a href="h_config_print_font_char_set">OPTION: Print-Font-Char-Set</a>
4232 <li><a href="h_config_print_font_name">OPTION: Print-Font-Name</a>
4233 <li><a href="h_config_print_font_size">OPTION: Print-Font-Size</a>
4234 <li><a href="h_config_print_font_style">OPTION: Print-Font-Style</a>
4235 <li><a href="h_config_printer">OPTION: Printer</a>
4236 <li><a href="h_config_prompt_color">OPTION: Prompt Color</a>
4237 <li><a href="h_config_pruned_folders">OPTION: <!--#echo var="VAR_pruned-folders"--></a>
4238 <li><a href="h_config_pruning_rule">OPTION: <!--#echo var="VAR_pruning-rule"--></a>
4239 <li><a href="h_config_quote_color">OPTION: Quote Colors</a>
4240 <li><a href="h_config_quote_replace_string">OPTION: <!--#echo var="VAR_quote-replace-string"--></a>
4241 <li><a href="h_config_quote_suppression">OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></a>
4242 <li><a href="h_config_read_message_folder">OPTION: <!--#echo var="VAR_read-message-folder"--></a>
4243 <li><a href="h_config_remote_abook_history">OPTION: <!--#echo var="VAR_remote-abook-history"--></a>
4244 <li><a href="h_config_abook_metafile">OPTION: <!--#echo var="VAR_remote-abook-metafile"--></a>
4245 <li><a href="h_config_remote_abook_validity">OPTION: <!--#echo var="VAR_remote-abook-validity"--></a>
4246 <li><a href="h_config_reply_indent_string">OPTION: <!--#echo var="VAR_reply-indent-string"--></a>
4247 <li><a href="h_config_reply_intro">OPTION: <!--#echo var="VAR_reply-leadin"--></a>
4248 <li><a href="h_config_reverse_color">OPTION: Reverse Color</a>
4249 <li><a href="h_config_rshcmd">OPTION: <!--#echo var="VAR_rsh-command"--></a>
4250 <li><a href="h_config_rsh_open_timeo">OPTION: <!--#echo var="VAR_rsh-open-timeout"--></a>
4251 <li><a href="h_config_rshpath">OPTION: <!--#echo var="VAR_rsh-path"--></a>
4252 <li><a href="h_config_saved_msg_name_rule">OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></a>
4253 <li><a href="h_config_scroll_margin">OPTION: <!--#echo var="VAR_scroll-margin"--></a>
4254 <li><a href="h_config_slctbl_color">OPTION: Selectable Item Color</a>
4255 <li><a href="h_config_sending_filter">OPTION: <!--#echo var="VAR_sending-filters"--></a>
4256 <li><a href="h_config_sendmail_path">OPTION: <!--#echo var="VAR_sendmail-path"--></a>
4257 <li><a href="h_config_signature_color">OPTION: Signature Color</a>
4258 <li><a href="h_config_signature_file">OPTION: <!--#echo var="VAR_signature-file"--></a>
4259 <li><a href="h_config_smtp_server">OPTION: <!--#echo var="VAR_smtp-server"--></a>
4260 <li><a href="h_config_sort_key">OPTION: <!--#echo var="VAR_sort-key"--></a>
4261 <li><a href="h_config_speller">OPTION: <!--#echo var="VAR_speller"--></a>
4262 <li><a href="h_config_aspell_dictionary">OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></a>
4263 <li><a href="h_config_sshcmd">OPTION: <!--#echo var="VAR_ssh-command"--></a>
4264 <li><a href="h_config_ssh_open_timeo">OPTION: <!--#echo var="VAR_ssh-open-timeout"--></a>
4265 <li><a href="h_config_sshpath">OPTION: <!--#echo var="VAR_ssh-path"--></a>
4266 <li><a href="h_config_status_color">OPTION: Status Color</a>
4267 <li><a href="h_config_status_msg_delay">OPTION: <!--#echo var="VAR_status-message-delay"--></a>
4268 <li><a href="h_config_permlocked">OPTION: <!--#echo var="VAR_stay-open-folders"--></a>
4269 <li><a href="h_config_tcp_open_timeo">OPTION: <!--#echo var="VAR_tcp-open-timeout"--></a>
4270 <li><a href="h_config_tcp_query_timeo">OPTION: <!--#echo var="VAR_tcp-query-timeout"--></a>
4271 <li><a href="h_config_tcp_readwarn_timeo">OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></a>
4272 <li><a href="h_config_tcp_writewarn_timeo">OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></a>
4273 <li><a href="h_config_thread_disp_style">OPTION: <!--#echo var="VAR_threading-display-style"--></a>
4274 <li><a href="h_config_thread_exp_char">OPTION: <!--#echo var="VAR_threading-expanded-character"--></a>
4275 <li><a href="h_config_thread_index_style">OPTION: <!--#echo var="VAR_threading-index-style"--></a>
4276 <li><a href="h_config_thread_indicator_char">OPTION: <!--#echo var="VAR_threading-indicator-character"--></a>
4277 <li><a href="h_config_thread_lastreply_char">OPTION: <!--#echo var="VAR_threading-lastreply-character"--></a>
4278 <li><a href="h_config_title_color">OPTION: Title Color</a>
4279 <li><a href="h_config_titleclosed_color">OPTION: Title Closed Color</a>
4280 <li><a href="h_config_titlebar_color_style">OPTION: <!--#echo var="VAR_titlebar-color-style"--></a>
4281 <li><a href="h_config_unk_char_set">OPTION: <!--#echo var="VAR_unknown-character-set"--></a>
4282 <li><a href="h_config_upload_cmd">OPTION: <!--#echo var="VAR_upload-command"--></a>
4283 <li><a href="h_config_upload_prefix">OPTION: <!--#echo var="VAR_upload-command-prefix"--></a>
4284 <li><a href="h_config_browser">OPTION: <!--#echo var="VAR_url-viewers"--></a>
4285 <li><a href="h_config_history">OPTION: <!--#echo var="VAR_default-directories"--></a>
4286 <li><a href="h_config_domain_name">OPTION: <!--#echo var="VAR_use-only-domain-name"--></a>
4287 <li><a href="h_config_user_dom">OPTION: <!--#echo var="VAR_user-domain"--></a>
4288 <li><a href="h_config_user_id">OPTION: <!--#echo var="VAR_user-id"--></a>
4289 <li><a href="h_config_user_input_timeo">OPTION: <!--#echo var="VAR_user-input-timeout"--></a>
4290 <li><a href="h_config_viewer_headers">OPTION: <!--#echo var="VAR_viewer-hdrs"--></a>
4291 <li><a href="h_config_customhdr_pattern">OPTION: Viewer Header Color Pattern</a>
4292 <li><a href="h_config_customhdr_color">OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></a>
4293 <li><a href="h_config_viewer_margin_left">OPTION: <!--#echo var="VAR_viewer-margin-left"--></a>
4294 <li><a href="h_config_viewer_margin_right">OPTION: <!--#echo var="VAR_viewer-margin-right"--></a>
4295 <li><a href="h_config_viewer_overlap">OPTION: <!--#echo var="VAR_viewer-overlap"--></a>
4296 <li><a href="h_config_window_position">OPTION: Window-Position</a>
4297 <li><a href="h_mainhelp_patterns">Patterns</a>
4298 <li><a href="h_config_role_abookfrom">PATTERNS: Address in Address Book</a>
4299 <li><a href="h_config_role_age">PATTERNS: Age Interval</a>
4300 <li><a href="h_config_role_alltextpat">PATTERNS: AllText Pattern</a>
4301 <li><a href="h_config_role_bom">PATTERNS: Beginning of Month</a>
4302 <li><a href="h_config_role_boy">PATTERNS: Beginning of Year</a>
4303 <li><a href="h_config_role_bodytextpat">PATTERNS: BodyText Pattern</a>
4304 <li><a href="h_config_role_cat_cmd">PATTERNS: Categorizer Command</a>
4305 <li><a href="h_config_role_cat_cmd_example">PATTERNS: Categorizer Command Example</a>
4306 <li><a href="h_config_role_ccpat">PATTERNS: Cc Pattern</a>
4307 <li><a href="h_config_role_cat_limit">PATTERNS: Character Limit</a>
4308 <li><a href="h_config_role_charsetpat">PATTERNS: Character Set Pattern</a>
4309 <li><a href="h_config_role_comment">PATTERNS: Comment</a>
4310 <li><a href="h_config_role_fldr_type">PATTERNS: Current Folder Type</a>
4311 <li><a href="h_config_role_cat_status">PATTERNS: Exit Status Interval</a>
4312 <li><a href="h_config_role_arbpat">PATTERNS: Extra Headers Pattern</a>
4313 <li><a href="h_config_role_frompat">PATTERNS: From Pattern</a>
4314 <li><a href="h_config_role_keywordpat">PATTERNS: Keyword Pattern</a>
4315 <li><a href="h_config_role_stat_ans">PATTERNS: Message Answered Status</a>
4316 <li><a href="h_config_role_stat_del">PATTERNS: Message Deleted Status</a>
4317 <li><a href="h_config_role_stat_imp">PATTERNS: Message Important Status</a>
4318 <li><a href="h_config_role_stat_new">PATTERNS: Message New Status</a>
4319 <li><a href="h_config_role_stat_recent">PATTERNS: Message Recent Status</a>
4320 <li><a href="h_config_role_newspat">PATTERNS: News Pattern</a>
4321 <li><a href="h_config_role_nick">PATTERNS: Nickname</a>
4322 <li><a href="h_config_role_particpat">PATTERNS: Participant Pattern</a>
4323 <li><a href="h_config_role_stat_8bitsubj">PATTERNS: Raw 8-bit in Subject</a>
4324 <li><a href="h_config_role_recippat">PATTERNS: Recipient Pattern</a>
4325 <li><a href="h_config_role_scorei">PATTERNS: Score Interval</a>
4326 <li><a href="h_config_role_senderpat">PATTERNS: Sender Pattern</a>
4327 <li><a href="h_config_role_size">PATTERNS: Size Interval</a>
4328 <li><a href="h_config_role_subjpat">PATTERNS: Subject Pattern</a>
4329 <li><a href="h_config_role_topat">PATTERNS: To Pattern</a>
4330 <li><a href="h_config_filt_opts_nonterm">PATTERNS FEATURE: Dont-Stop-Even-if-Rule-Matches</a>
4331 <li><a href="h_config_filt_opts_notdel">PATTERNS FEATURE: Move-Only-if-Not-Deleted</a>
4332 <li><a href="h_config_filt_opts_sentdate">PATTERNS FEATURE: Use-Date-Header-For-Age</a>
4333 <li><a href="h_config_filt_rule_type">PATTERNS FILTER ACTION: Filter Action</a>
4334 <li><a href="h_config_filter_kw_clr">PATTERNS FILTER ACTION: Clear These Keywords</a>
4335 <li><a href="h_config_filt_stat_ans">PATTERNS FILTER ACTION: Set Answered Status</a>
4336 <li><a href="h_config_filt_stat_del">PATTERNS FILTER ACTION: Set Deleted Status</a>
4337 <li><a href="h_config_filt_stat_imp">PATTERNS FILTER ACTION: Set Important Status</a>
4338 <li><a href="h_config_filt_stat_new">PATTERNS FILTER ACTION: Set New Status</a>
4339 <li><a href="h_config_filter_kw_set">PATTERNS FILTER ACTION: Set These Keywords</a>
4340 <li><a href="h_config_incol">PATTERNS INDEXCOLOR ACTION: Index Line Color</a>
4341 <li><a href="h_config_set_index_format">PATTERNS OTHER ACTION: Set Index Format</a>
4342 <li><a href="h_config_perfolder_sort">PATTERNS OTHER ACTION: Set Sort Order</a>
4343 <li><a href="h_config_other_startup">PATTERNS OTHER ACTION: Set Startup Rule</a>
4344 <li><a href="h_config_role_inick">PATTERNS ROLE ACTION: Initialize Values From Role</a>
4345 <li><a href="h_config_role_setfcc">PATTERNS ROLE ACTION: Set Fcc</a>
4346 <li><a href="h_config_role_setfrom">PATTERNS ROLE ACTION: Set From</a>
4347 <li><a href="h_config_role_setlitsig">PATTERNS ROLE ACTION: Set Literal Signature</a>
4348 <li><a href="h_config_role_setotherhdr">PATTERNS ROLE ACTION: Set Other Headers</a>
4349 <li><a href="h_config_role_setreplyto">PATTERNS ROLE ACTION: Set Reply-To</a>
4350 <li><a href="h_config_role_setsig">PATTERNS ROLE ACTION: Set Signature</a>
4351 <li><a href="h_config_role_settempl">PATTERNS ROLE ACTION: Set Template</a>
4352 <li><a href="h_config_role_usenntp">PATTERNS ROLE ACTION: Use NNTP Server</a>
4353 <li><a href="h_config_role_usesmtp">PATTERNS ROLE ACTION: Use SMTP Server</a>
4354 <li><a href="h_config_role_scoreval">PATTERNS SCORE ACTION: Score Value</a>
4355 <li><a href="h_config_role_scorehdrtok">PATTERNS SCORE ACTION: Score Value From Header</a>
4356 <li><a href="h_config_role_composeuse">PATTERNS USE: Compose Use</a>
4357 <li><a href="h_config_role_forwarduse">PATTERNS USE: Forward Use</a>
4358 <li><a href="h_config_role_replyuse">PATTERNS USE: Reply Use</a>
4359 <li><a href="h_pipe_command">Pipe Command SubOptions</a>
4360 <li><a href="h_common_pipe">Pipe Command</a>
4361 <li><a href="h_valid_folder_names">POP</a>
4362 <li><a href="h_common_postpone">Postpone Command</a>
4363 <li><a href="h_common_print">Print Command</a>
4364 <li><a href="h_mainhelp_readingnews">Reading News</a>
4365 <li><a href="h_news">RELEASE NOTES for Alpine</a>
4366 <li><a href="h_mainhelp_roles">Roles</a>
4367 <li><a href="h_role_select">ROLES SCREEN</a>
4368 <li><a href="h_compose_readfile">Read File Command</a>
4369 <li><a href="h_mainhelp_reading">Reading Messages</a>
4370 <li><a href="h_main_release_notes">Release Notes Command</a>
4371 <li><a href="h_common_reply">Reply and Forward Commands</a>
4372 <li><a href="h_compose_richhdr">Rich Header Command</a>
4373 <li><a href="h_common_role">Role Command</a>
4374 <li><a href="h_mainhelp_smime">S/MIME</a>
4375 <li><a href="h_index_cmd_select">Searching for Messages</a>
4376 <li><a href="h_address_display">SEARCH RESULTS INDEX</a>
4377 <li><a href="h_address_select">SEARCH RESULTS INDEX</a>
4378 <li><a href="h_simple_index">SELECT POSTPONED MESSAGE</a>
4379 <li><a href="h_abook_config">SETUP ADDRESS BOOKS SCREEN</a>
4380 <li><a href="h_collection_maint">SETUP COLLECTION LIST screen</a>
4381 <li><a href="h_color_setup">SETUP COLOR COMMANDS</a>
4382 <li><a href="h_direct_config">SETUP LDAP DIRECTORY SERVERS SCREEN</a>
4383 <li><a href="h_rules_roles">SETUP ROLES SCREEN</a>
4384 <li><a href="h_rules_incols">SETUP INDEX COLORS SCREEN</a>
4385 <li><a href="h_rules_filter">SETUP FILTERING SCREEN</a>
4386 <li><a href="h_rules_score">SETUP SCORING SCREEN</a>
4387 <li><a href="h_common_save">Save and Export Commands</a>
4388 <li><a href="h_mainhelp_securing">Securing Your Alpine Session</a>
4389 <li><a href="h_index_cmd_select">Selecting: Select and WhereIs/Select</a>
4390 <li><a href="h_compose_send">Send Command</a>
4391 <li><a href="h_folder_server_syntax">Server Name Syntax</a>
4392 <li><a href="h_main_setup">Setup Command</a>
4393 <li><a href="X-Alpine-Config:">Show Supported Options in this Alpine</a>
4394 <li><a href="h_composer_sigedit">Signature Editor Commands Explained</a>
4395 <li><a href="h_simple_text_view">Simple Text View Screen Explained</a>
4396 <li><a href="h_mainhelp_smime">S/MIME</a>
4397 <li><a href="h_config_smime_dont_do_smime">S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></a>
4398 <li><a href="h_config_smime_encrypt_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></a>
4399 <li><a href="h_config_smime_remember_passphrase">S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></a>
4400 <li><a href="h_config_smime_sign_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></a>
4401 <li><a href="h_config_smime_use_cert_store">S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></a>
4402 <li><a href="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></a>
4403 <li><a href="h_config_smime_cacertcon">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></a>
4404 <li><a href="h_config_smime_cacertdir">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></a>
4405 <li><a href="h_config_smime_privkeycon">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-container"--></a>
4406 <li><a href="h_config_smime_privkeydir">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-directory"--></a>
4407 <li><a href="h_config_smime_pubcertcon">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-container"--></a>
4408 <li><a href="h_config_smime_pubcertdir">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></a>
4409 <li><a href="h_config_smime_transfer_cacert_to_con">S/MIME: Transfer CA Certs to Container</a>
4410 <li><a href="h_config_smime_transfer_cacert_to_dir">S/MIME: Transfer CA Certs to Directory</a>
4411 <li><a href="h_config_smime_transfer_priv_to_con">S/MIME: Transfer Private Keys to Container</a>
4412 <li><a href="h_config_smime_transfer_priv_to_dir">S/MIME: Transfer Private Keys to Directory</a>
4413 <li><a href="h_config_smime_transfer_pub_to_con">S/MIME: Transfer Public Certs to Container</a>
4414 <li><a href="h_config_smime_transfer_pub_to_dir">S/MIME: Transfer Public Certs to Directory</a>
4415 <li><a href="h_config_smime_public_certificates">S/MIME: Manage Public Certificates</a>
4416 <li><a href="h_config_smime_private_keys">S/MIME: Manage Private Keys</a>
4417 <li><a href="h_config_smime_certificate_authorities">S/MIME: Manage Certificate Authorities</a>
4418 <li><a href="h_index_cmd_sort">Sort Command</a>
4419 <li><a href="h_compose_spell">Spell Check Command</a>
4420 <li><a href="h_common_suspend">Suspend Command</a>
4421 <li><a href="h_compose_addrcomplete">THE MESSAGE COMPOSER'S ADDRESS COMPLETION</a>
4422 <li><a href="h_composer_attachment">THE MESSAGE COMPOSER'S ATTCHMNT FIELD</a>
4423 <li><a href="h_composer_bcc">THE MESSAGE COMPOSER'S BCC FIELD</a>
4424 <li><a href="h_composer_cc">THE MESSAGE COMPOSER'S CC FIELD</a>
4425 <li><a href="h_composer_from">THE MESSAGE COMPOSER'S FROM FIELD</a>
4426 <li><a href="h_composer_lcc">THE MESSAGE COMPOSER'S LCC FIELD</a>
4427 <li><a href="h_composer_news">THE MESSAGE COMPOSER'S NEWSGRPS LINE</a>
4428 <li><a href="h_composer_reply_to">THE MESSAGE COMPOSER'S REPLY-TO FIELD</a>
4429 <li><a href="h_composer_to">THE MESSAGE COMPOSER'S TO FIELD</a>
4430 <li><a href="h_abook_opened">THE ALPINE ADDRESS BOOK</a>
4431 <li><a href="h_abook_select_nicks_take">Take Address Nickname Selection Explained</a>
4432 <li><a href="h_takeaddr_screen">Take Address Screen Explained</a>
4433 <li><a href="h_common_take">TakeAddr Command</a>
4434 <li><a href="h_mainhelp_status">Titlebar Line</a>
4435 <li><a href="h_index_tokens">Tokens for Index and Replying</a>
4436 <li><a href="h_config_usenone_color">Use None Color</a>
4437 <li><a href="h_config_usenormal_color">Use Normal Color</a>
4438 <li><a href="h_config_usetransparent_color">Use Transparent Color</a>
4439 <li><a href="h_whatis_vcard">VCARD EXPLAINED</a>
4440 <li><a href="h_view_cmd_hilite">View Hilite and Next item/Previous item</a>
4441 <li><a href="h_view_cmd_viewattch">ViewAttch Command</a>
4442 <li><a href="h_index_cmd_whereis">WhereIs Command</a>
4443 <li><a href="h_view_cmd_whereis">WhereIs Command</a>
4444 <li><a href="h_index_cmd_zoom">ZoomMode Command</a>
4445 <li><a href="h_config_browser_xterm"><!--#echo var="VAR_url-viewers"--> and X windows applications</a>
4446 </UL>
4449 &lt;End of Help Index&gt;
4450 </BODY>
4451 </HTML>
4454 ============== h_config_remote_config =============
4455 <HTML>
4456 <HEAD>
4457 <TITLE>Remote Configuration</TITLE>
4458 </HEAD>
4459 <BODY>
4460 <H1>Remote Configuration</H1>
4462 You may use the command line argument &quot;-p pinerc&quot; to tell
4463 Alpine to use a non-default configuration file.
4464 There are two types of storage for configuration information.
4465 <EM>Local</EM> configuration files are used by default.
4466 These are just regular files on the UNIX system or on the PC.
4467 The file &quot;<CODE>.pinerc</CODE>&quot; is the default for Unix Alpine and the
4468 file &quot;<CODE>PINERC</CODE>&quot; is the default for PC-Alpine.
4469 <EM>Remote</EM> configuration folders are stored on an IMAP server.
4470 The advantage of using a remote configuration is that the same information
4471 may be accessed from multiple platforms.
4472 For example, if you use one computer at work and another at home, the same
4473 configuration could be used from both places.
4474 A configuration change from one place would be seen in both places.
4475 To use a remote configuration you simply give a
4476 <A HREF="h_valid_folder_names">remote folder name</A>
4477 as the argument to the &quot;-p&quot; command line option.
4478 The command line might look something like:
4480 <CENTER><SAMP>pine -p {my.imap.server}remote_pinerc</SAMP></CENTER>
4482 If there are special characters in the command shell you use, you may need to
4483 quote the last argument (to protect the curly braces from the shell).
4484 The command might look like:
4486 <CENTER><SAMP>pine -p &quot;{my.imap.server}remote_pinerc&quot;</SAMP></CENTER>
4488 You should choose a folder name for a folder that does not yet exist.
4489 It will be created containing an empty configuration.
4490 Do not use a folder that you wish to store regular mail messages in.
4492 The Setup/RemoteConfigSetup command will help you convert from a local
4493 configuration to a remote configuration.
4494 It will create a remote configuration for you and copy your current local
4495 configuration to it.
4496 It will also help you convert local address books into remote address books
4497 and local signature files into literal signatures contained in the
4498 remote configuration file.
4500 If the Setup/RemoteConfigSetup command doesn't do what you want, you
4501 may copy a local pinerc file to a remote configuration folder by hand
4502 by using the command line option &quot;-copy_pinerc&quot;.
4504 Another command line option, which is somewhat related to remote
4505 configuration, is the option &quot;-x exceptions_config&quot;.
4506 The configuration settings in the exceptions configuration override
4507 your default settings.
4508 It may be useful to store the default configuration (the -p argument) remotely
4509 and to have the exceptions configuration stored in a local file.
4510 You might put generic configuration information in the remote configuration
4511 and platform-specific configuration on each platform in the exceptions
4512 configuration.
4513 The arguments to the &quot;-p&quot; and &quot;-x&quot; options
4514 can be either remote folders or local files.
4516 There is another command line argument that works only with PC-Alpine and
4517 which may prove useful when using a remote configuration.
4518 The option &quot;-aux local_directory&quot; allows you to tell PC-Alpine where
4519 to store your local auxiliary files.
4520 This only has an effect if your configuration file is remote.
4521 Some examples of auxiliary files are debug files, address book files, and
4522 signature files.
4524 &lt;End of help on this topic&gt;
4525 </BODY>
4526 </HTML>
4527 ============== h_config_exceptions =============
4528 <HTML>
4529 <HEAD>
4530 <TITLE>Generic and Exceptional Configuration</TITLE>
4531 </HEAD>
4532 <BODY>
4533 <H1>Generic and Exceptional Configuration</H1>
4535 If you use Alpine from more than one platform it may be convenient
4536 to split your configuration information into two pieces, a generic piece
4537 and exceptions that apply to a particular platform.
4538 For example, suppose you use Alpine from home and from work.
4539 Most of your configuration settings are probably the
4540 same in both locations, so those settings belong in the generic settings
4541 configuration.
4542 However, you may use a different SMTP server and INBOX
4543 from home than you do from work.
4545 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
4547 <A HREF="h_config_inbox_path">&quot;<!--#echo var="VAR_inbox-path"-->&quot;</A>
4548 options could be
4549 part of your exceptional configuration so that they could be different in the
4550 two places.
4552 The command line option &quot;-x exceptions_config&quot;
4553 may be used to split your configuration into generic and exceptional pieces.
4554 &quot;Exceptions_config&quot; may be either local or remote.
4555 The regular Alpine configuration file will contain the generic data, and
4556 &quot;exceptions_config&quot; will contain the exceptional data.
4558 For Unix Alpine, if you don't have a &quot;-x&quot; command line option,
4559 Alpine will look for the file &quot;<CODE>.pinercex</CODE>&quot;
4560 in the same local directory that the regular config file is located in (usually
4561 the Unix home directory).
4562 If the regular config file is remote (because the command line option
4563 &quot;-p remote_config&quot; was used) then Unix Alpine looks in the Unix home
4564 directory for &quot;<CODE>.pinercex</CODE>&quot;.
4565 If the file does not already exist then no exceptions will be used.
4566 You can force exceptions to be used by using the &quot;-x&quot; option or
4567 by creating an empty &quot;<CODE>.pinercex</CODE>&quot; file.
4569 For PC-Alpine, if you don't have a &quot;-x&quot; command line option,
4570 PC-Alpine will use the value of the
4571 environment variable <CODE>$PINERCEX</CODE>.
4572 If that is not set, PC-Alpine will look for
4573 the local file &quot;<CODE>PINERCEX</CODE>&quot;
4574 in the same local directory that the regular config file is located in.
4575 If the regular config file is remote (because the command line option
4576 &quot;-p remote_config&quot; was used) then PC-Alpine looks in the
4577 local directory specified by the &quot;-aux local_directory&quot; command
4578 line argument, or the directory <CODE>$HOME&#92;PINE</CODE>, or
4579 in the <CODE>&lt;PINE.EXE </CODE>directory<CODE>&gt;</CODE>.
4581 When you have an exception configuration there is a new command
4582 in the Alpine Setup screen, Setup/eXceptions.
4583 It toggles between exceptions and the regular configuration.
4584 This is the usual way to make changes in your exceptional configuration data.
4585 For example, you would type &quot;S&quot; for Setup, &quot;X&quot; for
4586 eXception, then follow that with one of the Setup commands, like &quot;C&quot;
4587 for Config or &quot;K&quot; for Kolor.
4589 For most people, splitting the configuration information into two pieces is
4590 going to be most useful if the generic information is accessed
4591 <A HREF="h_config_remote_config">remotely</A>).
4592 That data will be the same no matter where you access it from and if you
4593 change it that change will show up everywhere.
4594 The exceptional data will most commonly be in a local file, so that the
4595 contents may easily be different on each computing platform used.
4597 If you already have a local configuration file with settings you like
4598 you may find that the command Setup/RemoteConfigSetup is useful
4599 in helping you convert to a remote configuration.
4600 The command line flag &quot;-copy_pinerc&quot;
4601 may also be useful.
4603 &lt;End of help on this topic&gt;
4604 </BODY>
4605 </HTML>
4606 ============== h_config_inheritance =============
4607 <HTML>
4608 <HEAD>
4609 <TITLE>Configuration Inheritance</TITLE>
4610 </HEAD>
4611 <BODY>
4612 <H1>Configuration Inheritance</H1>
4614 Configuration inheritance is a power user feature.
4615 It is confusing and not completely supported by the configuration
4616 user interface.
4617 We start with an explanation of how configuration works in hopes of making
4618 it easier to describe how inheritance works.
4620 Alpine uses a hierarchy of configuration values from different locations.
4621 There are five ways in which each configuration option (configuration
4622 variable) can be set.
4623 In increasing order of precedence they are:
4625 <OL>
4626 <LI> the system-wide configuration file.
4628 <LI> the personal configuration file
4630 <LI> the personal exceptions file
4632 <LI> a command line argument
4634 <LI> the system-wide <EM>fixed</EM> configuration file (Unix Alpine only)
4635 </OL>
4637 The fixed configuration file is normally
4638 <CODE><!--#echo var="PINE_CONF_FIXED_PATH"--></CODE>.
4640 The system-wide configuration file is normally
4641 <CODE><!--#echo var="PINE_CONF_PATH"--></CODE> for Unix Alpine and is normally not
4642 set for PC-Alpine.
4643 For PC-Alpine, if the environment variable <EM>$PINECONF</EM> is set, that
4644 is used for the system-wide configuration.
4645 This location can be set or changed on the command line with the -P flag.
4646 The system-wide configuration file can be either a local file or a
4647 remote configuration folder.
4649 For Unix Alpine, the personal configuration file is normally the file
4650 <CODE>.pinerc</CODE> in the user's home directory.
4651 This can be changed with the -p command line flag.
4652 For PC-Alpine, the personal configuration file is in
4653 <CODE>$PINERC</CODE> or <CODE>&lt;AlpineRC registry value&gt;</CODE> or 
4654 <CODE>$HOME&#92;PINE&#92;PINERC</CODE> or
4655 <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;&#92;PINERC</CODE>.
4656 This can be changed with the -p command line flag.
4657 If -p is used, the configuration data may be in a local file or a remote config
4658 folder.
4660 For Unix Alpine, the personal exceptions configuration file is named
4661 <CODE>.pinercex</CODE> and is in the same directory as the personal
4662 configuration file, if that configuration file is not remote, and is in
4663 the home directory if the personal configuration file is remote.
4664 If the file exists, then exceptions are turned on.
4665 If it doesn't, then you are not using exceptions.
4666 Alternatively, you may change the location of the exceptions configuration
4667 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
4668 Like the personal configuration data, exceptions_config may be
4669 either local or remote.
4671 For PC-Alpine, the personal exceptions configuration file is named
4672 <CODE>PINERCEX</CODE> and is in the same directory as the personal
4673 configuration file unless the personal configuration file is remote.
4674 In that case, it is in the local directory specfied by the
4675 &quot;-aux local_directory&quot; command line argument.
4676 (In the case that the personal configuration is remote and there is no
4677 &quot;-aux&quot; command line argument, Alpine searches for
4678 a PINERCEX file in the directory <CODE>$HOME&#92;PINE</CODE> and
4679 the directory <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;</CODE>.)
4680 If the file exists, then exceptions are turned on.
4681 If it doesn't, then you are not using exceptions.
4682 You may change the location of the exceptions configuration
4683 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
4684 or with the
4685 environment variable <CODE>$PINERCEX</CODE> (if there is no &quot;-x&quot;
4686 option).
4688 To reiterate, the value of a configuration option is taken from the
4689 last location in the list above in which it is set.
4690 Or, thinking about it slightly differently, a default value for an option
4691 is established in the system-wide configuration file (or internally by Alpine
4692 if there is no value in the system-wide file).
4693 That default remains in effect until and unless it is overridden by a value in a
4694 location further down the list, in which case a new &quot;default&quot;
4695 value is established.
4696 As we continue down the list of locations we either retain the
4697 value at each step or establish a new value.
4698 The value that is still set after going through the whole list of
4699 configuration locations is the one that is used.
4701 So, for example, if an option is set in the system-wide configuration
4702 file and in the personal configuration file, but is not set in the
4703 exceptions, on the command line, or in the fixed file; then the value
4704 from the personal configuration file is the one that is used.
4705 Or, if it is set in the system-wide config, in the personal config, not
4706 in the exceptions, but is set on the command line; then the value
4707 on the command line is used.
4709 Finally we get to inheritance.
4710 For configuration options that are lists, like &quot;<!--#echo var="VAR_smtp-server"-->&quot; or
4711 &quot;<!--#echo var="VAR_incoming-folders"-->&quot;,
4712 the inheritance mechanism makes it possible to <EM>combine</EM>
4713 the values from different locations instead of <EM>replacing</EM> the value.
4714 This is true of all configuration lists other than the &quot;Feature-List&quot;,
4715 for which you may already set whatever you want at
4716 any configuration location (by using the &quot;no-&quot; prefix if
4717 necessary).
4719 To use inheritance, set the first item in a configuration list to the
4720 token &quot;INHERIT&quot;, without the quotes.
4721 If the first item is &quot;INHERIT&quot;,
4722 then instead of replacing the default value established so far, the rest of
4723 the list is appended to the default value established so far and that is
4724 the new value.
4726 Here is an example which may make it clearer. Suppose we have:
4728 <PRE>
4729  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4730  Personal config    :   smtp-server = INHERIT, mysmtp.home
4731  Exceptions config  :   smtp-server = &lt;No Value Set&gt;
4732  Command line       :   smtp-server = &lt;No Value Set&gt;
4733  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4734 </PRE>
4737 This would result in an effective smtp-server option of
4739 <PRE>
4740  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home
4741 </PRE>
4743 The &quot;INHERIT&quot; token can be used in any of the configuration files
4744 and the effect cascades.
4745 For example, if we change the above example to:
4747 <PRE>
4748  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4749  Personal config    :   smtp-server = INHERIT, mysmtp.home
4750  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
4751  Command line       :   smtp-server = &lt;No Value Set&gt;
4752  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4753 </PRE>
4756 This would result in:
4758 <PRE>
4759  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home, yoursmtp.org
4760 </PRE>
4762 Unset variables are skipped over (the default value is carried forward) so
4763 that, for example:
4765 <PRE>
4766  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4767  Personal config    :   smtp-server = &lt;No Value Set&gt;
4768  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
4769  Command line       :   smtp-server = &lt;No Value Set&gt;
4770  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4771 </PRE>
4774 produces:
4776 <PRE>
4777  smtp-server = smtp1.corp.com, smtp2.corp.com, yoursmtp.org
4778 </PRE>
4781 If any later configuration location has a value set (for a particular list
4782 option) which does <EM>not</EM> begin with &quot;INHERIT&quot;,
4783 then that value replaces whatever value has been defined up to that point.
4784 In other words, that cancels out any previous inheritance.
4786 <PRE>
4787  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4788  Personal config    :   smtp-server = INHERIT, mysmtp.org
4789  Exceptions config  :   smtp-server = yoursmtp.org
4790  Command line       :   smtp-server = &lt;No Value Set&gt;
4791  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4792 </PRE>
4795 results in:
4797 <PRE>
4798  smtp-server = yoursmtp.org
4799 </PRE>
4802 For some configuration options, like &quot;<!--#echo var="VAR_viewer-hdr-colors"-->&quot; or
4803 &quot;<!--#echo var="VAR_patterns-roles"-->&quot;, it is
4804 difficult to insert the value &quot;INHERIT&quot; into the list of values
4805 for the option using the normal Setup tools.
4806 In other words, the color setting screen (for example) does not
4807 provide a way to input the text &quot;INHERIT&quot; as the first
4808 item in the <!--#echo var="VAR_viewer-hdr-colors"--> option.
4809 The way to do this is to either edit the pinerc file directly and manually
4810 insert it, or turn
4811 on the <A HREF="h_config_expose_hidden_config"><!--#echo var="FEAT_expose-hidden-config"--></A>
4812 feature and insert it using the Setup/Config screen.
4814 &lt;End of help on this topic&gt;
4815 </BODY>
4816 </HTML>
4817 ============== h_special_xon_xoff =============
4818 <HTML>
4819 <HEAD>
4820 <TITLE>Explanation of Alpine's XOFF/XON Handling</TITLE>
4821 </HEAD>
4822 <BODY>
4823 <H1>XOFF/XON Handling within Alpine</H1>
4825 By default, Alpine treats Ctrl-S or Ctrl-Q (sometimes known as XOFF
4826 and XON) as normal characters, even though Alpine does not use them.
4827 However, the printer, modem, or communication software you are using may
4828 be configured for &quot;software flow control,&quot; which means that
4829 XON/XOFF must be treated as special characters by the operating system.
4830 If you see messages such as &quot;^S not defined for this screen&quot;,
4831 then your system is probably using software flow control. In this case
4832 you will need to set the
4833 <A HREF="h_config_preserve_start_stop">&quot;<!--#echo var="FEAT_preserve-start-stop-characters"-->&quot;</A>
4834 feature.
4836 If you <EM>do</EM> set this
4837 feature, be advised that if you accidentally hit a Ctrl-S, Alpine will
4838 mysteriously freeze up with no warning.  In this case, try typing a Ctrl-Q
4839 and see if that puts things right.  Printing via the
4840 &quot;attached-to-ansi&quot; or 
4841 &quot;attached-to-wyse&quot;
4842 option will automatically enable software
4843 flow-control handling for the duration of the printing.
4845 &lt;End of help on this topic&gt;
4846 </BODY>
4847 </HTML>
4848 ============= h_special_help_nav =============
4849 <HTML>
4850 <HEAD>
4851 <TITLE>Help Text Navigation Explained</TITLE>
4852 </HEAD>
4853 <BODY>
4854 <H1>Help Text Navigation Explained</H1>
4856 Alpine contains extensive context-sensitive help text.   At any point, 
4857 pressing the &quot;?&quot; key will bring up a page of help text
4858 explaining the options available to you.  You can leave the help
4859 text screen and return to normal Alpine operation by pressing
4861 <!--chtml if pinemode="function_key"-->
4862 F3 function
4863 <!--chtml else-->
4864 &quot;E&quot;
4865 <!--chtml endif-->
4866 key to Exit Help at any time.
4869 Within the help screen you might find a word or phrase displayed in 
4870 inverse text and others displayed in bold typeface.  Such words and
4871 phrases are used to tell you Alpine has more information available on
4872 the topic they describe.
4873 The inverted text is the &quot;selected&quot; topic.  
4874 Use the arrow keys, Ctrl-F, and Ctrl-B to change which of the phrases
4875 displayed in bold type
4876 is &quot;selected&quot;.
4877 Hit the Return key to display the information Alpine has available on that
4878 topic.  While viewing such additional information, the 
4879 <!--chtml if pinemode="function_key"-->
4880 F3 function
4881 <!--chtml else-->
4882 &quot;P&quot;
4883 <!--chtml endif-->
4884 key will return you to the previous help screen, and the
4885 <!--chtml if pinemode="function_key"-->
4886 F2 function
4887 <!--chtml else-->
4888 &quot;E&quot;
4889 <!--chtml endif-->
4890 key will Exit the Help system altogether.
4893 The "N" command will tell you the internal name of the help text you are 
4894 reading each time, so that you can send this name in the text of a message 
4895 and create a direct link to that internal help using the x-pine-help URL 
4896 scheme. For example, the direct link to this item is 
4897 x-pine-help:h_special_help_nav. If you add this text to a message, then
4898 a person using Pine to read such message would have a direct link to this
4899 help text.
4902 When you are finished reading this help text, you can press the
4903 <!--chtml if pinemode="function_key"-->
4904 F3 function
4905 <!--chtml else-->
4906 &quot;P&quot;
4907 <!--chtml endif-->
4908 key to return to the previously displayed help text.
4911 &lt;End of help on this topic&gt;
4912 </BODY>
4913 </HTML>
4914 ============= h_special_list_commands =============
4915 <HTML>
4916 <HEAD>
4917 <TITLE>Email List Commands Explained</TITLE>
4918 </HEAD>
4919 <BODY>
4920 <H1>Email List Commands Explained</H1>
4922 Electonic mail lists provide a way for like-minded users to join in
4923 discussions on topics of interest.  The email list itself is 
4924 represented by a
4925 single address that participants send messages to when they have
4926 something of interest to share with other members of the list.  The
4927 receiving computer then, either automatically or after review by the
4928 list's owner (or moderator), sends a copy of that message to each
4929 member of the list.
4932 Usually, subscribing and unsubscribing is done by sending requests in
4933 an email message to a special address setup to handle managing list
4934 membership.  Often this is the name of the list followed by
4935 <I>-request</I>.  This address is almost <EM>never</EM> the same as
4936 the address used to send messages to the list.
4939 Unfortunately, email list participation commands are more a matter
4940 of convention than standard, and thus may vary from list to list.
4941 Increasingly, list management software is adding information to
4942 the copy of the postings as they're copied to the list members that
4943 explains how to do the various list management functions.
4946 Alpine will recognize this information and offer the management commands
4947 they represent in a simple display. One or more of the following
4948 operations will be made available:
4950 <DL>
4951 <DT>Help</DT>
4952 <DD>
4953 A method to get help on subscribing, unsubscribing, 
4954 an explanation of what the list is about, or special instructions
4955 for participation.  This may be in the form of a reply in response
4956 to an email message, or instructions on how to connect to a Web site.
4957 </DD>
4959 <DT>Unsubscribe</DT>
4960 <DD>
4961 A method to get your email addressed removed from the list of
4962 recipients of the email list.
4963 </DD>
4965 <DT>Subscribe</DT>
4966 <DD>
4967 A method to get your email address added to the list of recipients
4968 of the email list.  It may be in the form of a message sent to 
4969 a special address or you may be connected to a web site.
4970 <DD>
4971 </DD>
4973 <DT>Post</DT>
4974 <DD>
4975 A method used to post to the email list.  However, it might also 
4976 indicate that no posting is allowed directly to the list.
4977 </DD>
4979 <DT>Owner</DT>
4980 <DD>
4981 A method to contact the list owner for special questions you might
4982 have regarding the list.
4983 </DD>
4985 <DT>Archive</DT>
4986 <DD>
4987 A method to view an archive of previous messages posted to the list.
4988 This may be in the form of a mail folder on a remote computer, an
4989 IMAP mailbox or even a Web site.
4990 </DD>
4991 </DL>
4994 &lt;End of help on this topic&gt;
4995 </BODY>
4996 </HTML>
4997 ============= h_quota_command =============
4998 <HTML>
4999 <HEAD>
5000 <TITLE>Quota Screen Explained</TITLE>
5001 </HEAD>
5002 <BODY>
5003 <H1>Quota Screen Explained</H1>
5005 <P> This screen summarizes the quota report for this mailbox in the
5006 IMAP server. For each resource that you have a quota, this reports summarizes
5007 its use and limit.
5009 <P> Your IMAP server administrator may have set a quota based either on 
5010 the total size of your mailbox (STORAGE), or the number of messages in 
5011 your mailbox (MESSAGES), or some other criteria. This will be reported
5012 to you indicating the type of quota, its total use and its limit.
5014 <P> The report for STORAGE is reported in kibibytes (KiB). One kibibyte is 
5015 1024 bytes. Each of the characters that you see in this help text is one 
5016 byte, and this help text is about 1 kibibyte in size. Small messages sent 
5017 by Alpine are normally less than 4 kibibytes in size (which includes 
5018 headers and text). Other email programs may send messages with bigger 
5019 sizes when they send messages, since they send plain text and an 
5020 alternative part in HTML.
5022 <P> A convenient way to save space for the STORAGE type of quota is by 
5023 deleting attachments. This is done on each individual message by pressing 
5024 the &quot;V&quot; command while reading the message text, then moving the cursor 
5025 to the position of the attachment that is to be deleted, then pressing
5026 &quot;D&quot; to delete such attachment, going back to reading the 
5027 message with the &quot;&lt;&quot; command and pressing &quot;S&quot; to 
5028 save the message in the same folder you are reading from. The saved 
5029 message will not have the attachment that was marked deleted. Now you
5030 can delete and expunge the message with the unwanted attachment.
5033 &lt;End of help on this topic&gt;
5034 </BODY>
5035 </HTML>
5036 ============= h_mail_thread_index =============
5037 <HTML>
5038 <HEAD>
5039 <TITLE>THREAD INDEX COMMANDS</TITLE>
5040 </HEAD>
5041 <BODY>                 
5042 <H1>THREAD INDEX COMMANDS</H1>
5043 <!--chtml if pinemode="function_key"-->
5044 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>
5045 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
5046 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>
5047 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>
5048 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>
5049 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>
5050 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>
5051 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>
5052 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>
5053 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>
5054 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>
5055 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>
5056 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>
5057 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>
5058 <BR>
5059 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
5060 -----------------------------<BR>
5061 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>
5062 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>
5063 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>
5064 <BR>
5065 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
5066 -----------------------------<BR>
5067 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
5068 F6&nbsp;&nbsp;<A HREF="h_common_role">Compose&nbsp;using&nbsp;a&nbsp;role</A><BR>
5069 <BR>
5070 <!--chtml else-->
5071 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>
5072 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
5073 &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>
5074 &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>
5075 &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>
5076 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>
5077 &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>
5078 &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>
5079 &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>
5080 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>
5081 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
5082 <BR>
5083 Miscellaneous&nbsp;Operations&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;General&nbsp;Alpine&nbsp;Commands<BR>
5084 ------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------<BR>
5085 &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>
5086 &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>
5087 &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>
5088 &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>
5089 &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>
5090 &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>
5091 &nbsp;:&nbsp;&nbsp;&nbsp;Select&nbsp;Messages&nbsp;in&nbsp;Current&nbsp;Thread<BR>
5092 <!--chtml endif-->
5095 NOTE:
5096 <OL>
5097  <LI>For help on a particular command, highlight the bold text associated
5098 with it above and hit Return.
5099  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
5100 </OL>
5102 <H2>Description of the THREAD INDEX Screen</H2>
5104 The THREAD INDEX displays summary information from each
5105 thread (conversation) in the current folder.
5106 This is useful if you want to quickly
5107 scan new threads, or find a particular thread without having to go
5108 through the text of each message, or to quickly get rid of junk
5109 threads, etc.
5110 The current thread is always highlighted.
5111 Each line of the THREAD INDEX contains the following columns: <P>
5112 <DL>
5113  <DT>STATUS:</DT>
5114  <DD> The markings on the left side of the thread tell you about its
5115 status.  You may see one or more of the following codes on any given
5116 thread:
5117 <UL>
5118   <LI> &quot;D&quot; for Deleted. All of the messages in this thread are marked for deletion but not yet eXpunged from the folder.
5119   <LI> &quot;A&quot; for Answered. All of the messages in this thread are marked answered.
5120   <LI> &quot;N&quot; for New. At least one message in the thread is New (you haven't looked at it yet).
5121   <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.
5122   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
5123         message in the thread was sent to you as a cc:. This symbol will only show up if
5124         the feature
5125         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
5126   <LI> &quot;X&quot; for selected.  You have selected at least one message in the thread by using the
5127         &quot;select&quot; command.  (Some systems may optionally allow selected
5128         messages to be denoted by the index line being displayed in bold
5129         type instead.)
5130   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
5131       to mark at least one message in this thread as &quot;important&quot;.
5132 </UL></DD><P>
5134  <DT>THREAD NUMBER:</DT>
5135  <DD>Threads in a folder are numbered, from one through the number
5136 of threads in the folder, to help you know where you are in the folder.
5137 </DD><P>
5139  <DT>DATE STARTED:</DT>
5140  <DD>The date the thread was started. This is actually from the Date header
5141 of the first message in the thread. It doesn't take different time zones
5142 into account.</DD><P>
5144  <DT>WHO STARTED THE THREAD:</DT>
5145  <DD>This is usually the name of the sender of the first message in the thread, taken from
5146 the From header of the message.
5147 If there is no personal name given in that
5148 address, then the email address is used instead.
5149 If the message is from you (or from one of your
5150 <A HREF="h_config_alt_addresses">alternate addresses</A>),
5151 then the recipient's name is shown here instead, with the characters
5152 &quot;To: &quot; inserted before the name.
5153 (The idea of this is that if you started the thread you would rather see who
5154 the mail was sent to instead of that the mail was from you.)
5155 In Newsgroups, if you are
5156 the sender and there are no email recipients, the newsgroup name will be
5157 listed after the &quot;To: &quot;.
5158 </DD><P>
5160  <DT>SIZE:</DT>
5161  <DD>The number in parentheses is the number of messages in the thread.</DD><P>
5163  <DT>SUBJECT:</DT>
5164  <DD>As much of the thread's subject line as will fit on the screen.
5165 This is the subject of the first message in the thread.</DD>
5166 </DL>
5168 <P><UL>
5169 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5170 </UL>
5172 &lt;End of help on this topic&gt;
5173 </BODY>
5174 </HTML>
5175 ============= h_mail_index =============
5176 <HTML>
5177 <HEAD>
5178 <TITLE>MESSAGE INDEX COMMANDS</TITLE>
5179 </HEAD>
5180 <BODY>                 
5181 <H1>MESSAGE INDEX COMMANDS</H1>
5182 <!--chtml if pinemode="function_key"-->
5183 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>
5184 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
5185 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>
5186 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>
5187 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>
5188 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>
5189 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>
5190 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>
5191 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>
5192 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>
5193 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>
5194 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>
5195 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>
5196 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>
5197 <BR>
5198 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
5199 -----------------------------<BR>
5200 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>
5201 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>
5202 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>
5203 <BR>
5204 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
5205 -----------------------------<BR>
5206 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
5207 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>
5208 <BR>
5209 <!--chtml else-->
5210 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>
5211 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
5212 &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>
5213 &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>
5214 &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>
5215 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>
5216 &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>
5217 &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>
5218 &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>
5219 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>
5220 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
5221 Miscellaneous&nbsp;Operations<BR>
5222 ------------------------<BR>
5223 &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>
5224 &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>
5225 &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>
5226 &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>
5227 &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>
5228 &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>
5229 &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>
5230 &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>
5231 <!--chtml endif-->
5234 NOTE:
5235 <OL>
5236  <LI>For help on a particular command, highlight the bold text associated
5237 with it above and hit Return.
5238  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
5239 </OL>
5241 <H2>Description of the MESSAGE INDEX Screen</H2>
5243 The MESSAGE INDEX displays summary information from each
5244 message in the current folder.
5245 This is useful if you want to quickly
5246 scan new messages, or find a particular message without having to go
5247 through the text of each message, or to quickly get rid of junk
5248 messages, etc.
5250 The current message is always highlighted
5251 and many commands operate on the current message.
5252 For example, the Delete command will delete the current message.
5253 If the folder is sorted by either Threads or OrderedSubject, then, depending
5254 on some of your configuration settings, a single line in the index may
5255 refer to an entire thread or to a subthread.
5256 If that is the case, then the commands that normally operate on the current
5257 message will operate on the thread or subthread instead.
5258 For example, the Delete command will delete the whole collapsed thread
5259 instead of just a single message.
5261 Each line of the MESSAGE INDEX contains the following columns (by default -- 
5262 you can change this with the 
5263 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
5264 in the SETUP CONFIGURATION screen): <P>
5265 <DL>
5266  <DT>STATUS:</DT>
5267  <DD> The markings on the left side of the message tell you about its
5268 status.  You may see one or more of the following codes on any given
5269 message:
5270 <UL>
5271   <LI> &quot;D&quot; for Deleted.  You have marked this message for deletion but not
5272          yet eXpunged the folder.
5273   <LI> &quot;N&quot; for New.  You have not looked at the text of the message yet.
5274   <LI> &quot;A&quot; for Answered.  Any time you reply to a message it is considered
5275          to be answered.
5276   <LI> &quot;F&quot; for Forwarded.  Similar to Answered, this is set whenever you
5277          forward a message.
5278   <LI> &quot;+&quot; for direct-to-you.  The &quot;+&quot; indicates that a message was sent
5279         directly to your account, your copy is not part of a cc: or a
5280         mailing list.
5281   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
5282         message was sent to you as a cc:. This symbol will only show up if
5283         the feature
5284         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
5285   <LI> &quot;X&quot; for selected.  You have selected the message by using the
5286         &quot;select&quot; command.  (Some systems may optionally allow selected
5287         messages to be denoted by the index line being displayed in bold
5288         type.)
5289   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
5290       to mark this message as &quot;important&quot;.
5291 </UL></DD><P>
5293  <DT>MESSAGE NUMBER:</DT>
5294  <DD>Messages in a folder are numbered, from one through the number
5295 of messages in the folder, to help you know where you are in the folder.
5296 These numbers are always in increasing order, even if you sort the folder
5297 in a different way.</DD><P>
5299  <DT>DATE SENT:</DT>
5300  <DD>The date the message was sent.  By default, messages are
5301 ordered by arrival time, not by date sent.  Most of the time, arrival time
5302 and date sent (effectively departure time) are similar.  Sometimes,
5303 however, the index will appear to be out of order because a message took a
5304 long time in delivery or because the sender is in a different time
5305 zone than you are. This date is just the date from the Date header
5306 field in the message.</DD><P>
5308  <DT>WHO SENT THE MESSAGE:</DT>
5309  <DD>This is usually the name of the sender of the message, taken from
5310 the From header of the message.
5311 If there is no personal name given in that
5312 address, then the email address is used instead.
5313 If the message is from you (or from one of your
5314 <A HREF="h_config_alt_addresses">alternate addresses</A>),
5315 then the recipient's name is shown here instead, with the characters
5316 &quot;To: &quot; inserted before the name.
5317 (The idea of this is that if you sent the mail you would rather see who
5318 the mail was sent to instead of that the mail was from you.
5319 This behavior may be changed by modifying the <!--#echo var="VAR_index-format"--> option mentioned
5320 above.
5321 In particular, use the FROM token or the FROMORTONOTNEWS token
5322 in place of the FROMORTO token.)
5323 In Newsgroups, if you are
5324 the sender and there are no email recipients, the newsgroup name will be
5325 listed after the &quot;To: &quot;. </DD><P>
5327  <DT>SIZE:</DT>
5328  <DD>The number in parentheses is the number of characters in the message.
5329 It may have a suffix of K, M, or G which means the number should be
5330 multiplied by one thousand, one million, or one billion to get the
5331 size of the message.</DD><P>
5333  <DT>SUBJECT:</DT>
5334  <DD>As much of the message's subject line as will fit on the screen.</DD>
5335 </DL>
5337 <P><UL>
5338 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5339 </UL>
5341 &lt;End of help on this topic&gt;
5342 </BODY>
5343 </HTML>
5344 ============= h_mail_view ========================
5345 <HTML>
5346 <HEAD>
5347 <TITLE>MESSAGE TEXT SCREEN</TITLE>
5348 </HEAD>
5349 <BODY>
5350 <H1>MESSAGE TEXT SCREEN</H1>
5351 <!--chtml if pinemode="function_key"-->
5352 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>
5353 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;------------------------------<BR>
5354 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>
5355 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>
5356 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>
5357 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>
5358 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>
5359 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>
5360 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>
5361 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>
5362 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>
5363 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>
5364 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>
5365 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>
5366 <BR>
5367 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
5368 ------------------------------<BR>
5369 F1&nbsp;&nbsp;Show&nbsp;Help&nbsp;Text<BR>
5370 F2&nbsp;&nbsp;Toggle&nbsp;to&nbsp;see&nbsp;more&nbsp;commands<BR>
5371 F3&nbsp;&nbsp;<A HREF="h_view_cmd_hilite">View&nbsp;hilited</A><BR>
5372 F4&nbsp;&nbsp;Select&nbsp;current&nbsp;message<BR>
5373 F5&nbsp;&nbsp;Previous&nbsp;selectable&nbsp;item<BR>
5374 F6&nbsp;&nbsp;Next&nbsp;selectable&nbsp;item<BR>
5375 F7&nbsp;&nbsp;<A HREF="h_common_jump">Jump</A>&nbsp;to&nbsp;message&nbsp;number<BR>
5376 F8&nbsp;&nbsp;<A HREF="h_common_nextnew">Next&nbsp;new</A>&nbsp;message<BR>
5377 F9&nbsp;&nbsp;<A HREF="h_common_hdrmode">Display&nbsp;full&nbsp;headers</A><BR>
5378 F10&nbsp;<A HREF="h_common_bounce">Bounce</A>&nbsp;message<BR>
5379 F11&nbsp;<A HREF="h_common_flag">Flag</A>&nbsp;message<BR>
5380 F12&nbsp;<A HREF="h_common_pipe">Pipe</A>&nbsp;to&nbsp;a&nbsp;Unix&nbsp;command<BR>
5381 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
5382 F5&nbsp;&nbsp;<A HREF="h_common_role">Compose using a role</A><BR>
5383 <!--chtml else-->
5384 Operations&nbsp;on&nbsp;the&nbsp;Current&nbsp;Message<BR>
5385 ---------------------------------<BR>
5386 <BR>
5387 &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>
5388 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>
5389 &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>
5390 &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>
5391 &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>
5392 &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>
5393 &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>
5394 &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>
5395 &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>
5396 <BR>
5397 Navigating&nbsp;the&nbsp;List&nbsp;of&nbsp;Messages&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Other&nbsp;Commands<BR>
5398 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;----------------------------<BR>
5399 &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>
5400 &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>
5401 &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>
5402 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>
5403 <BR>
5404 General&nbsp;Alpine&nbsp;Commands<BR>
5405 ---------------------<BR>
5406 &nbsp;O&nbsp;&nbsp;Show&nbsp;all&nbsp;other&nbsp;available&nbsp;commands<BR>
5407 &nbsp;?&nbsp;&nbsp;Show&nbsp;Help&nbsp;text&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Q&nbsp;Quit&nbsp;Alpine<BR>
5408 &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>
5409 &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>
5410 &nbsp;&nbsp;&nbsp;&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>
5411 <!--chtml endif-->
5414 NOTE:
5415 <OL>
5416  <LI>For help on a particular command, highlight the bold text associated
5417 with it above and hit Return.
5418  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
5419 </OL>
5421 <H2>Description of the MESSAGE TEXT Screen</H2>
5423 The top line of the view message screen displays status
5424 information about the currently open collection and folder and about the
5425 current message.  It shows the name of the collection in angle brackets
5426 and then the name of the folder.  The line also displays the number
5427 of messages in the folder, the number of the current message and the
5428 percentage of the current message that has been displayed on the screen.
5429 If the message is marked for deletion &quot;DEL&quot; will appear in the upper
5430 right corner.
5431 If the message has been answered (but not deleted) &quot;ANS&quot; will show
5432 in the corner.
5435 NOTE: to rapidly move to the end of a message, hit the
5436 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
5437 (or Ctrl-W) key followed
5438 by Ctrl-V.  Similarly,
5439 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
5440 followed by Ctrl-Y will take you to the beginning of
5441 a message.
5443 <H2>Explanation of Alternate Character Sets</H2>
5445 Alpine attempts to stay out of the way so that it won't prevent you from
5446 viewing mail in any character set.  It will simply send the message to
5447 your display device.  If the device is capable of displaying the
5448 message as it was written it will do so.  If not, the display may be
5449 partially or totally incorrect.
5450 If the message contains characters that are not representable in your 
5451 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
5452 variable in your configuration, then a warning message will be printed
5453 to your screen at the beginning of the message display.
5454 It is probably best to use UNIX Alpine in a terminal emulator
5455 capable of displaying UTF-8 characters.
5456 See <A HREF="h_config_char_set">Display Character Set</A> for a little
5457 more information about character set settings.
5459 <P><UL>
5460 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5461 </UL>
5463 &lt;End of help on this topic&gt;
5464 </BODY>
5465 </HTML>
5466 ======= h_index_cmd_select =======
5467 <HTML>
5468 <HEAD>
5469 <TITLE>Selecting: Select and WhereIs/Select</TITLE>
5470 </HEAD>
5471 <BODY>
5472 <H1>Selecting: Select and WhereIs/Select</H1>
5474 Aggregate operations give you the ability to process a group of messages
5475 at once.  Acting on multiple messages requires two steps: (1) selecting a
5476 set of messages and then; (2) applying a command to that set. The first
5477 part is handled by the select command.  Select allows you to
5478 select messages based on their status (read, answered, etc.), contents,
5479 date, size, or keywords.
5480 You may also select based on one of your Rules or based on threads,
5481 and there are quick options to select a specific message or range of messages,
5482 to select the current message, or to select all messages.
5485 We describe the various selection criteria briefly:
5488 <DL>
5489 <DT>select All</DT>
5490 <DD> Marks all the messages in the folder as selected.
5491 </DD>
5493 <DT>select Cur</DT>
5494 <DD> Selects the currently highlighted message or currently highlighted
5495 set of messages if in a threaded view.
5496 </DD>
5498 <DT>select by Number</DT>
5499 <DD> Select by message number. This may be a comma-separated list instead or
5500 a single entry.
5501 Each element in the list may be either a single message number or a range
5502 of numbers with a dash between the lowest and highest member of the range.
5503 Some examples are 7 to select only message number 7; 2-5 to select messages
5504 2 through 5; and 2-5,7-9,11 to select messages 2, 3, 4, 5, 7, 8, 9, and 11.
5505 The word &quot;end&quot; or the character &quot;$&quot; may be used as a 
5506 substitute for the highest numbered message in the folder, while the
5507 character &quot;.&quot; represents the message number holding the position
5508 of the cursor in the folder.
5509 If in a separate thread index where the numbers refer to threads instead of
5510 to messages, then you will be selecting all of the messages in the
5511 referenced threads instead of selecting by message number.
5512 </DD>
5514 <DT>select by Date</DT>
5515 <DD> Select by either the date stored in the Date headers of each message,
5516 or by the date when the messages arrived.
5517 This does not adjust for different time zones, but just checks to see what
5518 day the message was sent on.
5519 You may type in a date. If you do, the date should be in the form
5520 <P><SAMP><CENTER>DD-Mon-YYYY</CENTER></SAMP><P>
5521 For example,
5522 <P><SAMP><CENTER>24-Nov-2004</CENTER></SAMP><P>
5524 <P><SAMP><CENTER>09-Nov-2004</CENTER></SAMP><P>
5525 If the date you want is close to the current date, it is probably
5526 easier to use the &quot;^P&nbsp;Prev Day&quot; or &quot;^N&nbsp;Next Day&quot; commands to change the default date that
5527 is displayed, instead of typing in the date yourself.
5528 Or, the &quot;^X&nbsp;Cur Msg&quot; command may be used to fill in
5529 the date of the currently highlighted message. 
5531 There are six possible settings that are selected using the
5532 &quot;^W&nbsp;Toggle When&quot; command.
5533 Three of them select messages based on the Date headers.
5534 They are &quot;SENT SINCE&quot;, &quot;SENT BEFORE&quot;,
5535 and &quot;SENT ON&quot;.
5536 SINCE is all messages with the selected date or later.
5537 BEFORE is all messages earlier than the selected date (not including the day
5538 itself).
5539 ON is all messages sent on the selected date.
5540 The other three select messages in the same way but they use the arrival
5541 times of the messages instead of the Date headers included in the messages.
5542 Those three are &quot;ARRIVED SINCE&quot;, &quot;ARRIVED BEFORE&quot;,
5543 and &quot;ARRIVED ON&quot;.
5544 When you save a message from one folder to another the arrival time is
5545 preserved.
5546 </DD>
5548 <DT>select by Text</DT>
5549 <DD> Selects messages based on the message contents.
5550 This allows you to select a set of messages based on whether or not the
5551 message headers or message body contain specified text.
5552 You may look for text in the Subject, the From header,
5553 the To header, or the Cc header.
5554 You may also choose Recipient, which searches for the text in
5555 either the To or the Cc header;
5556 or Participant, which means To or Cc or From.
5557 Besides those specific header searches, you may also search the entire
5558 header and text of the message with &quot;All Text&quot;, or just the
5559 body of the message.
5561 To search for the absence of text, first type the &quot;! Not&quot; command
5562 before typing the specific type of text search.
5563 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
5564 search for all messages that do not contain a particular word in their
5565 Subjects.
5567 If you choose a Subject search, you may use the subject from the current
5568 message by typing the &quot;^X Cur Subject&quot; command.
5569 You may then edit it further if you wish.
5570 For example, you might select the subject of a reply and edit the
5571 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
5572 the original message being replied to.
5573 All of the other header searches allow you to use addresses from the
5574 headers of the current message if you want to.
5575 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
5576 &quot;^W Cur Cc&quot;.
5577 In each case, if there is more than one address, only the first is offered.
5578 </DD>
5580 <DT>select by Status</DT>
5581 <DD> Selects messages based on their status.
5582 You may select all New, Important, Deleted, Answered, Recent, or Unseen
5583 messages.
5584 Or, if you first type the &quot;! Not&quot; command, you get not New,
5585 or not Important, and so on.
5586 If you select Deleted messages, you will get all messages with their
5587 Deleted flag set.
5588 Likewise for Important messages, all messages that you have flagged as
5589 being Important with the
5590 <A HREF="h_common_flag">Flag</A> command.
5591 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
5592 because they try to match what you see on the screen by default.
5593 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
5594 and Unanswered.
5595 If you have looked at the message, or deleted it, or answered it; then it
5596 is not considered &quot;New &quot;.
5597 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
5599 &quot;Answered&quot; is another one that is a little different.
5600 It means that the message has been Answered <EM>and</EM> is not deleted.
5601 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
5602 the opposite of &quot;Answered&quot;!
5603 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
5604 both Unanswered <EM>and</EM> not deleted.
5606 The other two types were added later because the special nature of the
5607 New flag was not what was wanted by all users.
5608 New does match what you see in the index by default, but if you use
5609 the IMAPSTATUS or SHORTIMAPSTATUS token in the
5610 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
5611 be exactly what you want.
5612 &quot;Unseen&quot; simply selects all unseen messages, whether or not
5613 they are deleted or answered, and
5614 &quot;Recent&quot; selects all of the messages that have been added to
5615 the folder since you started this Alpine session.
5616 (That's not technically quite true. If there are multiple mail clients
5617 reading an IMAP mailbox, each message will be marked as Recent in only
5618 one of the client's sessions.)
5619 </DD>
5621 <DT>select by siZe</DT>
5622 <DD> Selects messages based on their size being smaller than or larger
5623 than the size you specify.
5624 The size is the number of bytes.
5625 You may use the suffix &quot;K&quot; or &quot;k&quot; to mean 1,000 times
5626 the number.
5627 For example, 7K is the same as 7000.
5628 The suffix &quot;M&quot; or &quot;m&quot; means 1,000,000 times the number,
5629 and the suffix &quot;G&quot; or &quot;g&quot; means 1,000,000,000 times.
5630 Use the &quot;^W&quot; command to toggle back and forth between Smaller
5631 and Larger.
5632 </DD>
5634 <DT>select by Keyword</DT>
5635 <DD> Selects messages that either have or do not have
5636 (using the &quot;!&nbsp;Not&quot; command)
5637 a particular <A HREF="h_config_keywords">Keyword</A> set.
5638 One way to select a keyword is to use the &quot;^T&nbsp;To&nbsp;List&quot;
5639 command to select one from your list of keywords.
5641 <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.
5642 </DD>
5644 <DT>select by Rule</DT>
5645 <DD> Selects messages that either match or don't match
5646 (using the &quot;!&nbsp;Not&quot; command)
5647 one of the Rules you have defined.
5648 The most likely method of filling in the Rule is to use the
5649 &quot;^T&nbsp;To&nbsp;List&quot;
5650 command to select one of your Rules.
5651 All of the Rules you have defined will be in the list, including
5652 Rules for Searching, Indexcolors, Filtering, Roles, Score setting, and Other.
5653 They may not all make sense for this purpose, but they are all there for
5654 flexibility.
5655 You might find it useful to define some rules solely for the purpose
5656 of being used by the Select command.
5657 There is a special category for such Rules. They are called Search Rules.
5659 Unfortunately, Alpine does not allow all possible Rules to be defined.
5660 For example, there is no logical OR operation.
5661 OR is accomplished in the Filter Rules or the other types of Rules by
5662 simply defining two rules, one that matches the first part of the OR
5663 and another that matches the second part.
5664 But you can't do that here, since you only have a single Rule to work with.
5665 Likewise, the order of Rules is usually important.
5666 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
5667 a message, then that stops the search for a further match.
5668 This means that you may be confused if you try to use Select by Rule to
5669 check your Filter rules because the order is important when filtering but
5670 is not considered here.
5671 </DD>
5673 <DT>select by tHread</DT>
5674 <DD> Selects all of the messages in the current thread.
5675 </DD>
5676 </DL>
5678 After you have an initial selection, the next and subsequent selection
5679 commands modify the selection.
5680 The select command changes. It first gives
5681 you selection &quot;alteration&quot; options: &quot;unselect All&quot;,
5682 &quot;unselect Current&quot;,
5683 &quot;Broaden selection&quot; (implements a logical OR), and
5684 &quot;Narrow selection&quot; (implements a logical AND).
5685 After you choose either Broaden or Narrow, you then choose one of the
5686 selection criteria listed above (by Text or Number or ...).
5687 You may use select as many times as you wish to get the selected set right.
5690 The WhereIs command has a feature (Ctrl-X) to
5691 select all the messages that match the WhereIs search. WhereIs searches
5692 through just the text that appears on the MESSAGE INDEX screen.
5693 This method is often slower than using the select command itself, unless the
5694 line you are looking for is not too far away in the index.
5697 The availability of the aggregate operations commands is determined by the
5698 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
5699 Feature-List option in your Alpine
5700 configuration, which defaults to set.
5701 The features
5702 <A HREF="h_config_auto_zoom">&quot;<!--#echo var="FEAT_auto-zoom-after-select"-->&quot;</A>
5704 <A HREF="h_config_select_wo_confirm">&quot;<!--#echo var="FEAT_select-without-confirm"-->&quot;</A>
5705 affect the behavior of the Select command.
5708 &lt;End of help on this topic&gt;
5709 </BODY>
5710 </HTML>
5711 ======= h_select_rule =======
5712 <HTML>
5713 <HEAD>
5714 <TITLE>Select: Rule</TITLE>
5715 </HEAD>
5716 <BODY>
5717 <H1>Select: Rule</H1>
5719 You are selecting messages that either match or don't match
5720 one of the Rules you have defined.
5721 You may either type the nickname of the Rule at the prompt, or use the
5722 &quot;^T&nbsp;To&nbsp;List&quot;
5723 command to select one of your Rules.
5724 All of the Rules you have defined will be in the list, including
5725 Rules for Indexcolors, Filtering, Roles, Score setting, and Other.
5726 They may not all make sense for this purpose, but they are all there for
5727 flexibility.
5728 Rules may be added by using the Setup/Rules screen off of the main Alpine
5729 menu.
5731 Unfortunately, Alpine does not allow all possible Rules to be defined.
5732 For example, there is no logical OR operation.
5733 OR is accomplished in the Filter Rules or the other types of Rules by
5734 simply defining two rules, one that matches the first part of the OR
5735 and another that matches the second part.
5736 But you can't do that here, since you only have a single Rule to work with.
5737 Likewise, the order of Rules is usually important.
5738 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
5739 a message, then that stops the search for a further match.
5740 This means that you may be confused if you try to use Select by Rule to
5741 check your Filter rules because the order is important when filtering but
5742 is not considered here.
5745 &lt;End of help on this topic&gt;
5746 </BODY>
5747 </HTML>
5748 ======= h_select_text =======
5749 <HTML>
5750 <HEAD>
5751 <TITLE>Select: Text</TITLE>
5752 </HEAD>
5753 <BODY>
5754 <H1>Select: Text</H1>
5756 You are selecting messages based on the contents of the message.
5757 This allows you to select a set of messages based on whether or not the
5758 message headers or message body contain specified text.
5759 You may look for text in the Subject, the From header,
5760 the To header, or the Cc header.
5761 You may also choose Recipient, which searches for the text in
5762 either the To or the Cc header;
5763 or Participant, which means either the To header, or the Cc header,
5764 or the From header.
5765 Besides those specific header searches, you may also search the entire
5766 header and text of the message with &quot;All Text&quot;, or just the
5767 body of the message with &quot;Body&quot;.
5769 To search for the absence of text, first type the &quot;!&nbsp;Not&quot; command
5770 before typing the specific type of text search.
5771 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
5772 search for all messages that do not contain a particular word in their
5773 Subjects.
5775 If you choose a Subject search, you may use the subject from the current
5776 message by typing the &quot;^X Cur Subject&quot; command.
5777 You may then edit it further if you wish.
5778 For example, you might select the subject of a reply and edit the
5779 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
5780 the original message being replied to.
5781 All of the other header searches allow you to use addresses from the
5782 headers of the current message if you want to.
5783 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
5784 &quot;^W Cur Cc&quot;.
5785 In each case, if there is more than one address, only the first is offered.
5788 &lt;End of help on this topic&gt;
5789 </BODY>
5790 </HTML>
5791 ======= h_select_status =======
5792 <HTML>
5793 <HEAD>
5794 <TITLE>Select: Status</TITLE>
5795 </HEAD>
5796 <BODY>
5797 <H1>Select: Status</H1>
5799 You are selecting messages based on the status of the message.
5800 For example, whether or not the message has been marked Deleted or Important,
5801 or whether or not it has been Answered or is New.
5802 If you first type the &quot;!&nbsp;Not&quot; command, you will get the
5803 opposite: not Deleted, not Important, and so on.
5805 If you select Deleted messages, you will get all messages with their
5806 Deleted flag set.
5807 Likewise for Important messages, all messages that you have flagged as
5808 being Important with the
5809 <A HREF="h_common_flag">Flag</A> command.
5810 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
5811 because they try to match what you see on the screen by default.
5812 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
5813 and Unanswered.
5814 If you have looked at the message, or deleted it, or answered it; then it
5815 is not considered &quot;New &quot;.
5816 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
5818 &quot;Answered&quot; is another one that is a little different.
5819 It means that the message has been Answered <EM>and</EM> is not deleted.
5820 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
5821 the opposite of &quot;Answered&quot;!
5822 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
5823 both Unanswered <EM>and</EM> not deleted.
5825 (The New and Answered options may seem counter-intuitive.
5826 The reason it is done this way is
5827 because, by default, a Deleted message will show up with the &quot;D&quot;
5828 symbol in the MAIL INDEX screen even if it is New or Answered.
5829 The Delete symbol overrides the New and Answered symbols, because you
5830 usually don't care about the message anymore once you've deleted it.
5831 Similarly, you usually only care about whether a message is Answered or
5832 not if it is not Deleted.
5833 Once it is Deleted you've put it out of your mind.)
5835 The other two options were added later because the special nature of the
5836 New flag was not what was wanted by all users.
5837 New does match what you see in the index by default, but if you use
5838 the IMAPSTATUS or SHORTIMAPSTATUS token in the
5839 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
5840 be exactly what you expect.
5841 &quot;Unseen&quot; simply selects all unseen messages, whether or not
5842 they are deleted or answered, and
5843 &quot;Recent&quot; selects all of the messages that have been added to
5844 the folder since you started this Alpine session.
5845 (That's not technically quite true. If there are multiple mail clients
5846 reading an IMAP mailbox, each message will be marked as Recent in only
5847 one of the client's sessions.
5848 That behavior can be convenienent for some purposes, like filtering, but
5849 it isn't usually what you expect when selecting.)
5852 &lt;End of help on this topic&gt;
5853 </BODY>
5854 </HTML>
5855 ======= h_index_cmd_apply =======
5856 <HTML>
5857 <HEAD>
5858 <TITLE>Apply Command</TITLE>
5859 </HEAD>
5860 <BODY>
5861 <H1>Apply Command</H1>
5863 Apply
5864 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->A<!--chtml endif-->)
5865 is the second step of most aggregate operations.  Apply
5866 becomes active any time there is a defined set of selected messages.  The
5867 following commands can be applied to a selected message set: delete,
5868 undelete, reply, forward,
5869 <!--chtml if pinemode="os_windows"-->
5870 <!--chtml else--> 
5871 pipe,
5872 <!--chtml endif-->
5873 print, take address, save, export, bounce, and flag.
5876 The behavior of some of these commands in an aggregate sense is not easy to
5877 explain.  Try them out to see what they do.
5878 The feature
5879 <A HREF="h_config_auto_unzoom">&quot;<!--#echo var="FEAT_auto-unzoom-after-apply"-->&quot;</A>
5880 affects the behavior of the Apply command, as does the feature
5881 <A HREF="h_config_auto_unselect">&quot;<!--#echo var="FEAT_auto-unselect-after-apply"-->&quot;</A>.
5884 &lt;End of help on this topic&gt;
5885 </BODY>
5886 </HTML>
5887 ======= h_index_cmd_zoom =======
5888 <HTML>
5889 <HEAD>
5890 <TITLE>ZoomMode Command</TITLE>
5891 </HEAD>
5892 <BODY>
5893 <H1>ZoomMode Command</H1>
5895 Another action you might want to take on a set of selected messages is to
5896 zoom in on them.  Like apply, zoom only becomes active when messages have
5897 been selected.
5898 ZoomMode
5899 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->Z<!--chtml endif-->)
5900 is a toggle command that allows you to
5901 zoom-in (and only see the selected messages) and zoom-out (to see all
5902 messages in the folder).  Neither apply nor zoom removes the markings that
5903 define the selected set; you need to use a select command in order
5904 to do that.
5907 &lt;End of help on this topic&gt;
5908 </BODY>
5909 </HTML>
5910 ======= h_index_collapse_expand =======
5911 <HTML>
5912 <HEAD>
5913 <TITLE>Collapse/Expand Command</TITLE>
5914 </HEAD>
5915 <BODY>
5916 <H1>Collapse/Expand Command</H1>
5918 The Collapse/Expand command is only available from the MESSAGE INDEX screen when
5919 the folder is sorted by either Threads or OrderedSubject, and the
5920 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
5921 is set to something other than &quot;none&quot;.
5922 By default, this command collapses or expands the subthread that starts at
5923 the currently highlighted message, if any.
5924 If the subthread is already collapsed, then this command expands it.
5925 If the subthread is expanded, then this command collapses it.
5926 If there are no more messages below the current message in the
5927 thread tree (that is, there are no replies to the current message) then
5928 this command does nothing.
5931 The behavior of this command is affected by the option
5932 <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>.
5933 Normally, this command Collapses or Expands the subthread that
5934 starts at the currently highlighted message.
5935 If the above option is set, then this command Collapses or Expands the
5936 entire current thread instead of just the subthread.
5937 The current thread is simply the top-level thread that contains the
5938 current message.
5941 &lt;End of help on this topic&gt;
5942 </BODY>
5943 </HTML>
5944 ======= h_index_cmd_sort =======
5945 <HTML>
5946 <HEAD>
5947 <TITLE>Sort Command</TITLE>
5948 </HEAD>
5949 <BODY>
5950 <H1>Sort Command</H1>
5952 In Alpine's generic configuration, messages are presented in the order in
5953 which they arrive.  This default can be changed in the SETUP CONFIGURATION 
5954 with the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
5955 You can also re-sort the folder on demand with the sort
5956 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
5957 command.
5958 Your sorting options are:
5960 <UL>
5961  <LI> <A HREF="h_index_sort_arrival">A</A>rrival
5962  <LI> <A HREF="h_index_sort_date">D</A>ate
5963  <LI> <A HREF="h_index_sort_subj">S</A>ubject
5964  <LI> <A HREF="h_index_sort_ordsubj">O</A>rderedSubject
5965  <LI> t<A HREF="h_index_sort_thread">H</A>read
5966  <LI> <A HREF="h_index_sort_from">F</A>rom
5967  <LI> si<A HREF="h_index_sort_size">Z</A>e
5968  <LI> scor<A HREF="h_index_sort_score">E</A>,
5969  <LI> <A HREF="h_index_sort_to">T</A>o
5970  <LI> <A HREF="h_index_sort_cc">C</A>c
5971 </UL>
5974 The Reverse option will toggle the order the index is currently
5975 sorted by, but will not change the relative sort order.
5978 Sorting a folder does not actually rearrange the way the folder is saved,
5979 it just re-arranges how the messages are presented to you.  This means
5980 that Alpine has to do the work of sorting every time you change sort order.
5981 Sometimes, especially with PC-Alpine or with large folders, this could take
5982 a while.
5985 &lt;End of help on this topic&gt;
5986 </BODY>
5987 </HTML>
5988 ======= h_index_sort_default =======
5989 <HTML>
5990 <HEAD>
5991 <TITLE>SORT OPTION: Default</TITLE>
5992 </HEAD>
5993 <BODY>
5994 <H1>SORT OPTION: Default</H1>
5996 The <EM>Default</EM> sort option just means to use the default sort order
5997 set in the
5998 <li><a href="h_config_sort_key"><!--#echo var="VAR_sort-key"--></a>
5999 option in Setup/Config.
6002 &lt;End of help on this topic&gt;
6003 </BODY>
6004 </HTML>
6005 ======= h_index_sort_arrival =======
6006 <HTML>
6007 <HEAD>
6008 <TITLE>SORT OPTION: Arrival</TITLE>
6009 </HEAD>
6010 <BODY>
6011 <H1>SORT OPTION: Arrival</H1>
6013 The <EM>Arrival</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6014 in the order that they exist in the folder.  This is usually the same as the
6015 order in which they arrived.  This option is comparable to not sorting
6016 the messages at all.
6019 &lt;End of help on this topic&gt;
6020 </BODY>
6021 </HTML>
6022 ======= h_index_sort_date =======
6023 <HTML>
6024 <HEAD>
6025 <TITLE>SORT OPTION: Date</TITLE>
6026 </HEAD>
6027 <BODY>
6028 <H1>SORT OPTION: Date</H1>
6030 The <EM>Date</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6031 according to the date and time they were
6032 sent.
6035 On a folder like INBOX, sorting by &quot;Date&quot; should be almost
6036 identical to sorting by &quot;Arrival&quot;.
6039 &lt;End of help on this topic&gt;
6040 </BODY>
6041 </HTML>
6042 ======= h_index_sort_subj =======
6043 <HTML>
6044 <HEAD>
6045 <TITLE>SORT OPTION: Subject</TITLE>
6046 </HEAD>
6047 <BODY>
6048 <H1>SORT OPTION: Subject</H1>
6050 The <EM>Subject</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6051 by subject. 
6054 Messages with the same subject are
6055 first grouped together, and then the groups of like-subject messages
6056 are arranged alphabetically.
6059 Alpine ignores leading &quot;Re:&quot; and
6060 &quot;re:&quot; and trailing &quot;(fwd)&quot; when determining the
6061 likeness and alphabetical order of subject lines.
6064 &lt;End of help on this topic&gt;
6065 </BODY>
6066 </HTML>
6067 ======= h_index_sort_ordsubj =======
6068 <HTML>
6069 <HEAD>
6070 <TITLE>SORT OPTION: OrderedSubject</TITLE>
6071 </HEAD>
6072 <BODY>
6073 <H1>SORT OPTION: OrderedSubject</H1>
6075 The <EM>OrderedSubject</EM> sort option arranges messages in the
6076 MESSAGE&nbsp;INDEX by grouping all messages with the same subject
6077 together, similar to sort by <A HREF="h_index_sort_subj">S</A>ubject.
6080 However, <EM>OrderedSubj</EM> then arranges the groups of like-subject
6081 messages by the date of the oldest message in the group.
6084 This sort method provides for pseudo threading of conversations within
6085 a folder.
6086 You may want to try sorting by Thread instead.
6089 &lt;End of help on this topic&gt;
6090 </BODY>
6091 </HTML>
6092 ======= h_index_sort_thread =======
6093 <HTML>
6094 <HEAD>
6095 <TITLE>SORT OPTION: Thread</TITLE>
6096 </HEAD>
6097 <BODY>
6098 <H1>SORT OPTION: Thread</H1>
6100 The <EM>Thread</EM> sort option arranges messages in the
6101 MESSAGE&nbsp;INDEX by grouping all messages that indicate
6102 they are part of a conversation (discussion thread) taking
6103 place within a mailbox or newsgroup.  This indication is
6104 based on information in the message's header -- specifically
6105 its <tt>References:</tt>, <tt>Message-ID:</tt>, and <tt>Subject:</tt> fields.
6108 &lt;End of help on this topic&gt;
6109 </BODY>
6110 </HTML>
6111 ======= h_index_sort_from =======
6112 <HTML>
6113 <HEAD>
6114 <TITLE>SORT OPTION: From</TITLE>
6115 </HEAD>
6116 <BODY>
6117 <H1>SORT OPTION: From</H1>
6119 The <EM>From</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6120 by the name of the author of the message.
6123 Messages with the same author are grouped together. Groups of
6124 messages are then put into alphabetical order according to message
6125 author.
6128 &lt;End of help on this topic&gt;
6129 </BODY>
6130 </HTML>
6131 ======= h_index_sort_size =======
6132 <HTML>
6133 <HEAD>
6134 <TITLE>SORT OPTION: Size</TITLE>
6135 </HEAD>
6136 <BODY>
6137 <H1>SORT OPTION: Size</H1>
6139 The <EM>Size</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6140 by their relative sizes.
6143 &lt;End of help on this topic&gt;
6144 </BODY>
6145 </HTML>
6146 ======= h_index_sort_score =======
6147 <HTML>
6148 <HEAD>
6149 <TITLE>SORT OPTION: Score</TITLE>
6150 </HEAD>
6151 <BODY>
6152 <H1>SORT OPTION: Score</H1>
6154 The <EM>Score</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6155 by their scores.
6158 Messages with the same score are sorted in arrival order.
6159 Scores are something you create using the
6160 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
6163 &lt;End of help on this topic&gt;
6164 </BODY>
6165 </HTML>
6166 ======= h_index_sort_to =======
6167 <HTML>
6168 <HEAD>
6169 <TITLE>SORT OPTION: To</TITLE>
6170 </HEAD>
6171 <BODY>
6172 <H1>SORT OPTION: To</H1>
6174 The <EM>To</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX 
6175 by the names of the recipients of the message.
6178 Messages with the same recipients are grouped together. Groups of
6179 messages are then put into alphabetical order according to message
6180 recipients.
6183 &lt;End of help on this topic&gt;
6184 </BODY>
6185 </HTML>
6186 ======= h_index_sort_cc =======
6187 <HTML>
6188 <HEAD>
6189 <TITLE>SORT OPTION: Cc</TITLE>
6190 </HEAD>
6191 <BODY>
6192 <H1>SORT OPTION: Cc</H1>
6194 The <EM>Cc</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX by
6195 the names of the carbon copy addresses of the message.
6198 &lt;End of help on this topic&gt;
6199 </BODY>
6200 </HTML>
6201 ======= h_index_cmd_whereis =======
6202 <HTML>
6203 <HEAD>
6204 <TITLE>WhereIs Command</TITLE>
6205 </HEAD>
6206 <BODY>
6207 <H1>WhereIs Command</H1>
6209 The WhereIs
6210 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
6211 command lets you search the MESSAGE INDEX for a word.
6212 It scans through whatever you see, usually the name of the author
6213 and the Subject line.
6214 WhereIs has special subcommands to let you find the beginning of the
6215 index (Ctrl-Y -- first message)
6216 or the end of the index (Ctrl-V -- last message).
6218 Note that WhereIs only searches through the visible text on the screen.
6219 For example, if only part of the Subject of a message is shown because it
6220 is long, then only the visible portion of the Subject is searched.
6221 Also note that WhereIs does not &quot;see&quot; the 
6222 &quot;X&quot; in column one of Index entries for selected messages
6223 so it can't be used to search for
6224 selected messages (use &quot;Zoom&quot; instead).
6226 If the feature
6227 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
6228 is turned on,
6229 WhereIs can also be used as a quick way to select messages that match the
6230 string being searched for.
6231 Instead of typing carriage return to search for the next match, type
6232 Ctrl-X to select all matches.
6233 Once again, this only selects matches that are (or would be if the right
6234 index line was on the screen) visible.
6235 Truncated From lines or Subjects will cause matches to be missed.
6236 Although WhereIs is sometimes convenient for quick matching, the Select
6237 command is usually more powerful and usually faster.
6240 &lt;End of help on this topic&gt;
6241 </BODY>
6242 </HTML>
6243 ======= h_view_cmd_whereis =======
6244 <HTML>
6245 <HEAD>
6246 <TITLE>WhereIs Command</TITLE>
6247 </HEAD>
6248 <BODY>
6249 <H1>WhereIs Command</H1>
6251 The WhereIs
6252 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
6253 command does a &quot;find in current message&quot; operation.  You
6254 type in text and Alpine will try to find it in the message you are
6255 reading.  WhereIs also has subcommands to jump to the beginning (Ctrl-Y)
6256 or end (Ctrl-V) of the message.
6257 That is, to rapidly move to the end of a message, hit the 
6258 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
6259 (or Ctrl-W) key followed
6260 by Ctrl-V.  Similarly,
6261 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
6262 followed by Ctrl-Y will take you to the beginning of a message.
6265 &lt;End of help on this topic&gt;
6266 </BODY>
6267 </HTML>
6268 ======= h_view_cmd_hilite =======
6269 <HTML>
6270 <HEAD>
6271 <TITLE>View Hilite and Next item/Previous item</TITLE>
6272 </HEAD>
6273 <BODY>
6274 <H1>View Hilite and Next item/Previous item</H1>
6276 Sometimes messages may be in the form of formatted HTML text
6277 or they may contain URLs or Web server hostnames.
6278 When any of the features
6279 <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>,
6280 <A HREF="h_config_enable_view_web_host">&quot;<!--#echo var="FEAT_enable-msg-view-web-hostnames"-->&quot;</A>,
6281 <A HREF="h_config_enable_view_attach">&quot;<!--#echo var="FEAT_enable-msg-view-attachments"-->&quot;</A>,
6283 <A HREF="h_config_enable_view_addresses">&quot;<!--#echo var="FEAT_enable-msg-view-addresses"-->&quot;</A>
6284 are enabled, Alpine will represent such selectable items in the text
6285 in bold typeface.  One of the selectable items will be displayed in
6286 inverse video (highlighted).  This is the &quot;currently selected&quot; item.
6287 Press the Return key to view the currently selected item.
6290 The Up and Down Arrows keys can be used to change the selected item
6291 (also see the feature
6292 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
6293 If there are no selectable items in the direction of the arrow you
6294 pressed, Alpine will scroll the display in that direction until one
6295 becomes visible.  To &quot;jump&quot; forwards/backwards among selectable 
6296 items in the message text, use the Previous and Next item commands,
6297 <!--chtml if pinemode="function_key"-->F5 and F6
6298 <!--chtml else-->^B and ^F<!--chtml endif-->.
6301 &lt;End of help on this topic&gt;
6302 </BODY>
6303 </HTML>
6304 ======= h_view_cmd_viewattch =======
6305 <HTML>
6306 <HEAD>
6307 <TITLE>ViewAttch Command</TITLE>
6308 </HEAD>
6309 <BODY>
6310 <H1>ViewAttch Command</H1>
6313 The View/Save Attachment
6314 (<!--chtml if pinemode="function_key"-->F4<!--chtml else-->V<!--chtml endif-->)
6315 command allows you to handle MIME attachments to a message you have
6316 received.  Alpine shows you a list of the message attachments -- you just
6317 choose the attachment you want.  You may either view or save the
6318 selected attachment.
6321 Because many attachments require external programs for display, there
6322 is some system configuration that has to happen before you can
6323 actually display attachments.  Hopefully much of that will have been
6324 done already by your system administrator.  MIME configuration is
6325 handled with the &quot;mailcap&quot; configuration file.  (See the section 
6326 on configuration in the
6327 <A HREF="h_news">release notes</A> for more information.)
6330 &lt;End of help on this topic&gt;
6331 </BODY>
6332 </HTML>
6333 ======= h_index_cmd_expunge =======
6334 <HTML>
6335 <HEAD>
6336 <TITLE>Expunge/Exclude Command</TITLE>
6337 </HEAD>
6338 <BODY>
6339 <H1>Expunge/Exclude Command</H1>
6341 Expunge/Exclude
6342 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->X<!--chtml endif-->)
6343 is the command Alpine uses to actually remove all messages
6344 marked for deletion.  With regular email files, expunge literally deletes
6345 the text from the current folder.  With newsgroups or shared mailboxes,
6346 you don't have permission to actually remove the message, so it is an
6347 exclude -- Alpine removes the message from your view of the folder even
6348 though it is not technically gone.
6350 <P> A selective expunge command is available in IMAP folders that support 
6351 the UID EXPUNGE extension in <A 
6352 HREF="http://tools.ietf.org/html/rfc4315">RFC 4315</A> as well as for all 
6353 other folders (local folders in all formats, POP3 inbox, and newsgroups) 
6354 as a subcommand of the apply command. If some selected messages are marked 
6355 deleted, then the apply command will offer the eXpunge command, which when 
6356 executed will only expunge those messages that are selected and deleted.
6358 <P> 
6359 Observe that the expunge command (when not used from the apply command) 
6360 will expunge/exclude all deleted messages from the folder, and so all 
6361 messages marked deleted will be expunged, regardless of if they are 
6362 selected or not. In other words, there is no protection against 
6363 potentially expunging more messages than only those that have been 
6364 selected and deleted.
6367 The configuration features
6368 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
6370 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>
6371 affect the behavior of the Expunge command.
6374 &lt;End of help on this topic&gt;
6375 </BODY>
6376 </HTML>
6377 ======= h_common_compose =======
6378 <HTML>
6379 <HEAD>
6380 <TITLE>Compose Command</TITLE>
6381 </HEAD>
6382 <BODY>
6383 <H1>Compose Command</H1>
6385 The Compose command takes you into the Alpine message composer where you
6386 can start a new message for sending.  This is where you type in the
6387 message's text and specify its recipient list (the &quot;To:&quot;
6388 address), where copies should be directed (e.g., &quot;Fcc&quot;,
6389 &quot;Cc:&quot; or &quot;Bcc:&quot;), and which files, if any, should
6390 be attached to the message.
6393 When you type this command, Alpine will also automatically check for any
6394 interrupted (i.e., a message that was being composed when your modem
6395 or network connection was broken) or previously postponed messages and
6396 offer you a chance to continue working on those.
6399 <UL>   
6400 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6401 </UL><P>
6402 &lt;End of help on this topic&gt;
6403 </BODY>
6404 </HTML>
6405 ======= h_common_index =======
6406 <HTML>
6407 <HEAD>
6408 <TITLE>Message Index Command</TITLE>
6409 </HEAD>
6410 <BODY>
6411 <H1>Message Index Command</H1>
6413 The Index command takes you to the MESSAGE INDEX screen that displays a
6414 summary caption for each message in the currently-open folder. One
6415 message will be highlighted; this is the &quot;Current&quot; message.
6416 The message commands available from this screen (e.g. View, Reply,
6417 Forward, Delete, Print, Save, etc) apply to the current message.
6420 &lt;End of help on this topic&gt;
6421 </BODY>
6422 </HTML>
6423 ======= h_common_folders =======
6424 <HTML>
6425 <HEAD>
6426 <TITLE>Folder List Command</TITLE>
6427 </HEAD>
6428 <BODY>
6429 <H1>Folder List Command</H1>
6431 This Folder List command takes you to the FOLDER LIST screen that displays
6432 the names of all your message folders and allows you to view, rename,
6433 delete, and add folders.  You can open (view) a different folder than the
6434 one currently open by highlighting the desired one (using the arrow keys
6435 or their control-key equivalents) and pressing RETURN.
6438 If you have multiple folder collections defined (see the Help text for
6439 the FOLDER LIST screen to learn more about Collections), you may need
6440 to press Return to expand the collection and display all of the
6441 folders in it.
6444 &lt;End of help on this topic&gt;
6445 </BODY>
6446 </HTML>
6447 ======= h_main_addrbook =======
6448 <HTML>
6449 <HEAD>
6450 <TITLE>Address Book Command</TITLE>
6451 </HEAD>
6452 <BODY>
6453 <H1>Address Book Command</H1>
6455 This command, available only from the MAIN MENU, takes you
6456 to the ADDRESS BOOK management screen.  From here, your personal address
6457 book(s) may be updated.
6460 &lt;End of help on this topic&gt;
6461 </BODY>
6462 </HTML>
6463 ======= h_main_setup =======
6464 <HTML>
6465 <HEAD>
6466 <TITLE>Setup Command</TITLE>
6467 </HEAD>
6468 <BODY>
6469 <H1>Setup Command</H1>
6471 The Setup command, available only from the MAIN MENU, prompts you for
6472 one of several configuration screens, including the SETUP CONFIGURATION 
6473 screen, by which you may activate optional Alpine features.
6476 &lt;End of help on this topic&gt;
6477 </BODY>
6478 </HTML>
6479 ======= h_main_release_notes =======
6480 <HTML>
6481 <HEAD>
6482 <TITLE>Release Notes Command</TITLE>
6483 </HEAD>
6484 <BODY>
6485 <H1>Release Notes Command</H1>
6487 This command displays information about Alpine <!--#echo var="ALPINE_VERSION"-->,
6488 as well as pointers to further information such as history and legal notes.
6491 &lt;End of help on this topic&gt;
6492 </BODY>
6493 </HTML>
6494 ======= h_main_kblock =======
6495 <HTML>
6496 <HEAD>
6497 <TITLE>Keyboard Lock Command</TITLE>
6498 </HEAD>
6499 <BODY>
6500 <H1>Keyboard Lock Command</H1>
6502 This command allows your Alpine session to be protected
6503 during a temporary absence from your terminal.
6506 &lt;End of help on this topic&gt;
6507 </BODY>
6508 </HTML>
6509 ======= h_main_journal =======
6510 <HTML>
6511 <HEAD>
6512 <TITLE>Journal Command</TITLE>
6513 </HEAD>
6514 <BODY>
6515 <H1>Journal Command</H1>
6517 This command displays a list of all the status messages Alpine has
6518 displayed (on the third line from the bottom of the screen). This may
6519 be useful if a message disappeared before you had a chance to read it.
6522 &lt;End of help on this topic&gt;
6523 </BODY>
6524 </HTML>
6525 ======= h_common_role =======
6526 <HTML>
6527 <HEAD>
6528 <TITLE>Role Command</TITLE>
6529 </HEAD>
6530 <BODY>
6531 <H1>Role Command</H1>
6533 The Role command is similar to the Compose command except that it starts
6534 off by letting you select a <A HREF="h_rules_roles">role</A>
6535 to be used for the composition.
6536 You may set up alternate roles by using Setup/Rules/Roles.
6539 &lt;End of help on this topic&gt;
6540 </BODY>
6541 </HTML>
6542 ======= h_common_conditional_cmds =======
6543 <HTML>
6544 <HEAD>
6545 <TITLE>Conditional Commands</TITLE>
6546 </HEAD>
6547 <BODY>
6548 <H1>Conditional Commands</H1>
6550 The presence or absence of certain commands, particularly in the
6551 MESSAGE INDEX and MESSAGE TEXT screens, is determined by
6552 whether or not specific features are set in your Alpine configuration.  
6553 (You can access the SETUP CONFIGURATION screen, where they are found, from 
6554 Alpine's MAIN MENU.)  To see if a desired command's availability is
6555 conditioned on a feature setting, see the command's help text (highlight
6556 the phrase associated with the command and hit Return).
6559 Also note that some
6560 commands may be administratively disabled by your system manager;
6561 if they don't work, please check with your local help desk.
6564 <UL>   
6565 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6566 </UL><P>
6567 &lt;End of help on this topic&gt;
6568 </BODY>
6569 </HTML>
6570 ======= h_common_pipe =======
6571 <HTML>
6572 <HEAD>
6573 <TITLE>Pipe Command</TITLE>
6574 </HEAD>
6575 <BODY>
6576 <H1>Pipe Command</H1>
6578 Pipe
6579 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->|<!--chtml endif-->)
6580 allows you to send a message to a specified Unix command for external
6581 processing.
6582 This command's availability is controlled by the
6583 <A HREF="h_config_enable_pipe">&quot;<!--#echo var="FEAT_enable-unix-pipe-cmd"-->&quot;</A> 
6584 feature.
6585 By default, the processed text of the message is sent to the command
6586 you specify and the output is captured by Alpine and shown to you.
6587 When you run the pipe command, there are some sub-commands which may be
6588 used to alter this behavior.
6589 These sub-commands are described <A HREF="h_pipe_command">here</A>.
6592 &lt;End of help on this topic&gt;
6593 </BODY>
6594 </HTML>
6595 ======= h_common_goto =======
6596 <HTML>
6597 <HEAD>
6598 <TITLE>Goto Command</TITLE>
6599 </HEAD>
6600 <BODY>
6601 <H1>Goto Command</H1>
6603 Goto
6604 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->G<!--chtml endif-->)
6605 is the command that lets you bypass Alpine's folder selection screens
6606 and jump directly to a new folder.  You can select any folder in the
6607 world: one in your current collection, one in a different collection or
6608 one in a collection you've never even used before.
6611 Alpine will help you as much as possible to narrow in on the folder you want.
6612 However, if the folder is outside of your defined collections, you are
6613 going to have to enter the exact folder location using the correct
6614 <A HREF="h_valid_folder_names">syntax</A>
6615 for a remote folder and/or fully-qualified path name.
6618 &lt;End of help on this topic&gt;
6619 </BODY>
6620 </HTML>
6621 ======= h_common_nextnew =======
6622 <HTML>
6623 <HEAD>
6624 <TITLE>NextNew Command</TITLE>
6625 </HEAD>
6626 <BODY>
6627 <H1>NextNew Command</H1>
6629 When you press the TAB key, Alpine advances to the next
6630 &quot;interesting&quot; message.
6631 This will be the next message you have not seen before, or the next message
6632 you have flagged Important, whichever comes first.
6633 Unread messages that have been deleted are not considered interesting.
6634 (A note about reading news. Alpine expects you to &quot;Delete&quot; news
6635 articles after you have read them if you want to remove them from future
6636 consideration. See <A HREF="h_mainhelp_readingnews">Reading News</A> for
6637 more information.)
6640 The NextNew command is affected by the feature
6641 <A HREF="h_config_tab_new_only">&quot;<!--#echo var="FEAT_tab-visits-next-new-message-only"-->&quot;</A>,
6642 which causes Alpine to only consider Unread messages interesting, not messages
6643 flagged Important.
6646 This command behaves a little differently when it finds there are no more
6647 interesting messages left in the current folder.
6648 If the current folder is one of your Incoming Message Folders
6649 (<A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>)
6650 or it is a newsgroup, then Alpine will try to find the next folder or
6651 newsgroup that contains <EM>Recent</EM> messages and will ask you
6652 if you want to open that folder.
6653 This behavior may be modified by using the
6654 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
6655 feature that causes Alpine to look for Unseen messages instead of Recent
6656 messages.
6657 The NextNew command's behavior is also affected by the configuration features
6658 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A>,
6660 <A HREF="h_config_tab_no_prompt">&quot;<!--#echo var="FEAT_continue-tab-without-confirm"-->&quot;</A>.
6663 &lt;End of help on this topic&gt;
6664 </BODY>
6665 </HTML>
6666 ======= h_common_jump =======
6667 <HTML>
6668 <HEAD>
6669 <TITLE>Jump Command</TITLE>
6670 </HEAD>
6671 <BODY>
6672 <H1>Jump Command</H1>
6674 This is Alpine's way of allowing you to go straight to a specific message.
6675 Just press &quot;J&quot; and then enter the message number.  By default, Alpine is also
6676 configured such that typing in any number automatically jumps you to that
6677 message 
6678 (<A HREF="h_config_enable_jump">&quot;<!--#echo var="FEAT_enable-jump-shortcut"-->&quot;</A> 
6679 in the SETUP CONFIGURATION).
6682 &lt;End of help on this topic&gt;
6683 </BODY>
6684 </HTML>
6685 ======= h_common_flag =======
6686 <HTML>
6687 <HEAD>
6688 <TITLE>Flag Command</TITLE>
6689 </HEAD>
6690 <BODY>
6691 <H1>Flag Command</H1>
6693 Flag
6694 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
6695 is the command that allows users to manipulate the status flags that
6696 appear on the left side of the MESSAGE INDEX screen.  The most common
6697 use of this is to mark a message as important. This is something of a
6698 note to yourself to get back to that message.  You may also use the
6699 flag command to set (or unset) the flags that indicate that a message
6700 is new, answered, deleted, or forwarded.<P>
6702 Provided the mail server supports it,
6703 you may also manipulate user-defined keywords
6704 for a message using the flag command.
6705 These keywords will be available if you use the Flag Details screen that you
6706 can get to after typing the
6707 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
6708 command.
6709 They will be listed after the Important, New, Answered, Deleted , and Forwarded flags,
6710 which are always present.
6711 You may add new keywords by using the Add KW command from the Flag Details screen
6712 or by defining them in the <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
6714 The availability of the flag command is determined by the
6715 <A HREF="h_config_enable_flag">&quot;<!--#echo var="FEAT_enable-flag-cmd"-->&quot;</A>
6716 feature in your Alpine configuration. Also, it is possible that Flag could be
6717 administratively disabled by your system manager; if it doesn't work,
6718 please check with your local help desk before reporting a bug.
6719 The behavior of the flag command may be modified by the
6720 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
6721 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
6724 &lt;End of help on this topic&gt;
6725 </BODY>
6726 </HTML>
6727 ======= h_common_hdrmode =======
6728 <HTML>
6729 <HEAD>
6730 <TITLE>HdrMode Command</TITLE>
6731 </HEAD>
6732 <BODY>
6733 <H1>HdrMode Command</H1>
6735 Every email message comes with some header lines that you normally
6736 don't see (and don't want to see).
6737 These include anywhere from 3-20 lines (or more) added by the
6738 Internet mail transport system to record the route your message took,
6739 for diagnostic purposes.
6740 These are normally of no import and simply
6741 add clutter, so Alpine suppresses them in the MESSAGE TEXT display.
6742 This also includes other non-standard headers the message may contain.
6743 If you want to see these headers, there is a way to reveal them.
6746 The Header Mode
6747 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
6748 command is a toggle that controls Alpine's handling of these header
6749 lines.  Normally, full headers is &quot;off&quot; and you only see a
6750 few lines about who a message is to and who it is from.  When you
6751 press
6752 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
6753 to turn full headers on, Alpine will show you
6754 the normal header lines as well as delivery headers, comment headers,
6755 MIME headers, and any other headers present.
6758 Several different Alpine commands honor the header mode -- it affects how
6759 messages are displayed, how they appear in forward and reply email, how
6760 they are printed, how they are saved, and how they are exported.
6761 <!--chtml if pinemode="os_windows"-->
6762 <!--chtml else--> 
6763 The pipe command is also affected.
6764 <!--chtml endif-->
6767 The presence or absence of the Header Mode command is determined by the
6768 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
6769 Feature-List option in your Alpine configuration.
6772 If you have also turned on the
6773 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
6774 option then the HdrMode command actually rotates through three states
6775 instead of just two.
6776 The first is the normal view with long quotes suppressed.
6777 The second is the normal view but with the long quotes included.
6778 The last enables the display of all headers in the message.
6779 When using Export, Pipe, Print, Forward, or Reply the quotes are
6780 never suppressed, so the first two states are identical.
6783 The behavior of the Header Mode command may be altered slightly by
6784 turning on the
6785 <A HREF="h_config_quell_full_hdr_reset">&quot;<!--#echo var="FEAT_quell-full-header-auto-reset"-->&quot;</A>
6786 Feature-List option in your Alpine configuration.
6787 In particular, it will cause the Header Mode to be persistent when moving
6788 from message to message instead of resetting to the default for each message.
6791 <UL>   
6792 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6793 </UL><P>
6794 &lt;End of help on this topic&gt;
6795 </BODY>
6796 </HTML>
6797 ======= h_common_print =======
6798 <HTML>
6799 <HEAD>
6800 <TITLE>Print Command</TITLE>
6801 </HEAD>
6802 <BODY>
6803 <H1>Print Command</H1>
6805 The Print
6806 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->%<!--chtml endif-->)
6807 command allows you to print a copy of a message.
6808 There are many SETUP CONFIGURATION features that affect the
6809 Print command, including
6810 <A HREF="h_config_enable_y_print">&quot;<!--#echo var="FEAT_enable-print-via-y-command"-->&quot;</A>,
6811 <A HREF="h_config_print_index">&quot;<!--#echo var="FEAT_print-index-enabled"-->&quot;</A>,
6812 <A HREF="h_config_custom_print">&quot;<!--#echo var="FEAT_print-offers-custom-cmd-prompt"-->&quot;</A>,
6813 <A HREF="h_config_print_from">&quot;<!--#echo var="FEAT_print-includes-from-line"-->&quot;</A>, and
6814 <A HREF="h_config_ff_between_msgs">&quot;<!--#echo var="FEAT_print-formfeed-between-messages"-->&quot;</A>.
6815 You set up for printing by using the Printer option of the Setup command
6816 on the MAIN MENU.
6820 &lt;End of help on this topic&gt;
6821 </BODY>
6822 </HTML>
6823 ======= h_common_take =======
6824 <HTML>
6825 <HEAD>
6826 <TITLE>TakeAddr Command</TITLE>
6827 </HEAD>
6828 <BODY>
6829 <H1>TakeAddr Command</H1>
6832 With the Take Address
6833 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->T<!--chtml endif-->)
6834 command, you can extract email addresses from an
6835 incoming message and save them in an address book.  This is an easy way
6836 to add to your address book and avoid having to remember the email
6837 addresses of the people who write to you.
6840 If the message is just to you individually, then you will only need to
6841 provide a nickname.  If the message contains more than one email address,
6842 then you will see an address
6843 selection screen that lets you choose the address you want to save into
6844 your address book, or lets you choose several of them add to a
6845 personal distribution list.
6848 Once you've added an entry to your address book, you can use it from the
6849 message composer by typing the nickname of the entry into one of the
6850 header fields (for example, into the To: field), or you can use ^T from
6851 the header field to select the entry from your address book.
6854 If the configuration feature
6855 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
6856 is set, the behavior of the Take command is altered slightly.
6859 &lt;End of help on this topic&gt;
6860 </BODY>
6861 </HTML>
6862 ======= h_ge_import =======
6863 <HTML>
6864 <HEAD>
6865 <TITLE>Import File Selection</TITLE>
6866 </HEAD>
6867 <BODY>
6868 <H1>Import File Selection</H1>
6870 You are importing a file that you previously
6871 exported from Alpine.
6872 You are now being asked for the name of that file.
6873 The easiest way to select a file is probably with the &quot;^T&quot;
6874 &quot;To Files&quot; command.
6875 Alternatively, you may type in a file name.
6876 It may be an absolute pathname.
6877 Otherwise, it is a file located in your home directory
6878 or current working directory
6879 <!--chtml if pinemode="running"-->
6880 (which, at least for your current Alpine &quot;session,&quot; 
6881 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6882 <!--chtml endif-->, depending on the
6883 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
6884 In any case, you finish by typing a carriage return to accept the
6885 file name that is displayed.
6886 When the feature
6887 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
6888 is turned on you may use TAB to complete partially typed in names.
6890 You may cancel the import operation by typing &quot;^C&quot; after exiting
6891 this help.
6893 &lt;End of help on this topic&gt;
6894 </BODY>
6895 </HTML>
6896 ======= h_ge_allparts =======
6897 <HTML>
6898 <HEAD>
6899 <TITLE>Export Message File Selection</TITLE>
6900 </HEAD>
6901 <BODY>
6902 <H1>Export Message File Selection</H1>
6904 You are Exporting a message from an Alpine mail folder
6905 to a plain text file.
6906 You also have the option of exporting all of the attachments associated
6907 with the message.
6908 You are now being asked for the name of the file to export <EM>to</EM>.
6909 The easiest way to select a file is probably with the &quot;^T&quot;
6910 &quot;To Files&quot; subcommand.
6911 After returning from that subcommand you will still be allowed to
6912 edit the name you have selected.
6913 Alternatively, you may type in a file name.
6914 It may be an absolute pathname.
6915 Otherwise, it is a file located in your home directory
6916 or current working directory
6917 <!--chtml if pinemode="running"-->
6918 (which, at least for your current Alpine &quot;session,&quot; 
6919 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6920 <!--chtml endif-->, depending on the
6921 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
6922 In any case, you finish by typing a carriage return to accept the
6923 file name that is displayed.
6924 When the feature
6925 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
6926 is turned on you may use TAB to complete partially typed in names.
6928 The message you are exporting appears to have some attachments.
6929 If you wish to save <EM>all</EM> of the attachments at once,
6930 type the &quot;^P&quot; &quot;AllParts&quot; command to turn on
6931 saving of the attachments.
6932 You may turn it back off by typing &quot;^P&quot; again, which will now
6933 be labeled &quot;NoAllParts&quot; instead.
6934 If you want to save the parts the command displayed should be
6935 &quot;NoAllParts&quot;!
6936 When you choose to save attachments like this, the attachments will be saved
6937 in a newly created directory.
6938 That directory will have the same name as the file name you choose here,
6939 with the letters &quot;.d&quot; appended.
6940 If that directory already exists, then the letters &quot;.d_1&quot; will
6941 be tried, then &quot;.d_2&quot; and so on until a name that doesn't exist
6942 is found.
6943 For example, if you select the file name
6945 <CENTER><SAMP>filename</SAMP></CENTER>
6947 to export the message to, then the directory used for the attachments will be
6949 <CENTER><SAMP>filename.d</SAMP></CENTER>
6951 or perhaps
6953 <CENTER><SAMP>filename.d_&lt;n&gt;</SAMP></CENTER>
6955 The attachments will then be put into files inside that directory.
6956 The names for the attachment files will be derived from the attachments
6957 if possible.
6958 This is done in the same way as the default values are derived if you
6959 save them one at a time.
6960 (The &quot;filename&quot; parameter from the Content-Disposition header
6961 is the first choice. If that doesn't exist, the &quot;name&quot;
6962 parameter from the Content-Type header is used.)
6963 If a name for a particular attachment is not available, then the
6964 part number of the attachment is used, with the characters &quot;part_&quot;
6965 prepended.
6966 An example of that would be
6968 <CENTER><SAMP>part_2.1</SAMP></CENTER>
6970 If you want to save only some of the attachments or if you want more control
6971 over the directory and filename where an attachment is saved you may
6972 cancel out of this command and View the attachment list.
6973 From there you can save each attachment individually.
6975 You may cancel the Export operation by typing &quot;^C&quot; after exiting
6976 this help.
6978 &lt;End of help on this topic&gt;
6979 </BODY>
6980 </HTML>
6981 ======= h_ge_export =======
6982 <HTML>
6983 <HEAD>
6984 <TITLE>Export File Selection</TITLE>
6985 </HEAD>
6986 <BODY>
6987 <H1>Export File Selection</H1>
6989 You are Exporting or Saving something from within the Alpine world
6990 (a message, an attachment, etc.)
6991 to a plain text file.
6992 You are now being asked for the name of the file to export <EM>to</EM>.
6993 The easiest way to select a file is probably with the &quot;^T&quot;
6994 &quot;To Files&quot; subcommand.
6995 After returning from that subcommand you will still be allowed to
6996 edit the name you have selected.
6997 Alternatively, you may type in a file name.
6998 It may be an absolute pathname.
6999 Otherwise, it is a file located in your home directory
7000 or current working directory
7001 <!--chtml if pinemode="running"-->
7002 (which, at least for your current Alpine &quot;session,&quot; 
7003 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7004 <!--chtml endif-->, depending on the
7005 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
7006 In any case, you finish by typing a carriage return to accept the
7007 file name that is displayed.
7008 When the feature
7009 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
7010 is turned on you may use TAB to complete partially typed in names.
7012 If the object you are exporting is a message with some attachments,
7013 you may wish to save all of the attachments by typing the &quot;^P&quot;
7014 &quot;AllParts&quot; command to turn on saving of the attachments.
7015 This subcommand will only be visible if the message actually has attachments.
7016 You may also View the attachment list and save individual attachments from
7017 there.
7019 If you are SAVING a text part (text/plain, text/html, etc.) you can use
7020 the Control-R subcommand to toggle if saving will be done in binary mode,
7021 meaning that the attachment will be decoded, but will not be transformed
7022 to UTF-8 for further processing (either in internal filters, or user
7023 supplied filters.) This is useful in case you either want to preserve
7024 the text as it was encoded originally to you, or the attachment was
7025 incorrectly attached (the attachment is not of text type) and you need
7026 the original text to process the attachment.
7028 You may cancel the Export operation by typing &quot;^C&quot; after exiting
7029 this help.
7031 &lt;End of help on this topic&gt;
7032 </BODY>
7033 </HTML>
7034 ======= h_common_save =======
7035 <HTML>
7036 <HEAD>
7037 <TITLE>Save and Export Commands</TITLE>
7038 </HEAD>
7039 <BODY>
7040 <H1>Save and Export Commands</H1>
7042 Save
7043 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->S<!--chtml endif-->)
7044 and Export
7045 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->E<!--chtml endif-->)
7046 are the two alternatives Alpine gives you to keep a copy of the message
7047 you are reading. If you want to keep the message within Alpine's email
7048 world, use &quot;Save&quot;; if you want to use the message in another
7049 program, use &quot;Export&quot;.
7052 When you Save a message, it is put into an existing folder or into a new
7053 folder in one of your existing folder collections.  The message stays in
7054 email format and can be read by Alpine again.  Alpine may use a special format
7055 for its mail folders -- never edit an Alpine folder by hand or with any
7056 program other than Alpine.  The exact behavior of the Save command can be
7057 configured with the
7058 <A HREF="h_config_quote_all_froms">&quot;<!--#echo var="FEAT_save-will-quote-leading-froms"-->&quot;</A>,
7059 <A HREF="h_config_save_wont_delete">&quot;<!--#echo var="FEAT_save-will-not-delete"-->&quot;</A>,
7060 and 
7061 <A HREF="h_config_save_advances">&quot;<!--#echo var="FEAT_save-will-advance"-->&quot;</A>
7062 feature list settings.
7063 The name of the folder offered as a default is controlled by the option
7064 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>.
7067 When you use Export, the message is placed in a plain text file in your
7068 home directory 
7069 <!--chtml if pinemode="running"-->
7070 (which, in the present configuration of your system, is
7071  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
7072 <!--chtml endif-->
7073 or current working directory
7074 <!--chtml if pinemode="running"-->
7075 (which, at least for your current Alpine &quot;session,&quot; 
7076 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7077 <!--chtml endif-->, depending on the
7078 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
7079 configuration setting.  In the normal case, only minimal
7080 headers are exported with the message; however, if the full header mode 
7081 (whose availability may be disabled  by setting the feature 
7082 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
7083 in SETUP CONFIGURATION) is
7084 toggled on, then complete headers are exported along with the message
7085 text. (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
7086 defined, they may affect the contents of the exported file.)
7089 &lt;End of help on this topic&gt;
7090 </BODY>
7091 </HTML>
7092 ======= h_common_bounce =======
7093 <HTML>
7094 <HEAD>
7095 <TITLE>Bounce Command</TITLE>
7096 </HEAD>
7097 <BODY>
7098 <H1>Bounce Command</H1>
7100 The Bounce 
7101 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->B<!--chtml endif-->)
7102 command allows you to re-send, or &quot;remail&quot;, a
7103 message, as if you were never in the loop.  It is analogous to crossing
7104 out your address on a postal letter, writing a different address on the
7105 envelope, and putting it into the mailbox. Bounce is used primarily to
7106 redirect email that was sent to you in error.
7107 Also, some owners of email
7108 lists need the bounce command to handle list traffic.
7109 Bounce is not anonymous.
7110 A ReSent-From header is added to the message so that the recipient may
7111 tell that you Bounced it to them.
7114 The presence or absence of the Bounce command is determined by the
7115 <A HREF="h_config_enable_bounce">&quot;<!--#echo var="FEAT_enable-bounce-cmd"-->&quot;</A>
7116 feature in your Alpine configuration.
7117 The feature
7118 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A>
7119 affects the behavior of the Bounce command.
7120 Also, it is possible that Bounce could be
7121 administratively disabled by your system manager; if it doesn't work,
7122 please check with your local help desk before reporting a bug.
7125 &lt;End of help on this topic&gt;
7126 </BODY>
7127 </HTML>
7128 ======= h_common_reply =======
7129 <HTML>
7130 <HEAD>
7131 <TITLE>Reply and Forward Commands</TITLE>
7132 </HEAD>
7133 <BODY>
7135 <H1>Reply and Forward Commands</H1>
7137 Replying 
7138 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->R<!--chtml endif-->)
7139 and Forwarding 
7140 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->F<!--chtml endif-->)
7141 are your two alternatives for following up on the
7142 message you are reading.  You would use reply if you want to get email
7143 back to the author of the message and/or the other people who have
7144 already seen it.  You use forward if you want somebody new to see the
7145 message.
7148 In the normal case, the only thing that you must supply when forwarding a
7149 message is the name/email address of the new recipient.
7150 Alpine will include the text of the forwarded message.
7151 Alpine will also include any attachments to the message.
7152 There is space above the forwarded text for you to include additional comments.
7155 When replying, you usually have to answer some questions.
7156 If the message is to multiple people and/or specified with a Reply-To: header,
7157 then you will have to decide who should get the reply.
7158 You also need to decide whether or not to include the previous
7159 message in your reply.
7160 Some of this is configurable.
7161 Specifically, see the
7162 <A HREF="h_config_include_header">&quot;<!--#echo var="FEAT_include-header-in-reply"-->&quot;</A>,
7163 <A HREF="h_config_auto_include_reply">&quot;<!--#echo var="FEAT_include-text-in-reply"-->&quot;</A>,
7164 <A HREF="h_config_attach_in_reply">&quot;<!--#echo var="FEAT_include-attachments-in-reply"-->&quot;</A>,
7166 <A HREF="h_config_auto_reply_to">&quot;<!--#echo var="FEAT_reply-always-uses-reply-to"-->&quot;</A>
7167 configuration features.
7170 Both the Reply and Forward commands react to the full header mode toggle.
7171 If the full header mode is on, then all the header and delivery lines are
7172 included with the text of the message in your reply/forward.
7175 Other configuration features that affect the Reply command are
7176 <A HREF="h_config_sig_at_bottom">&quot;<!--#echo var="FEAT_signature-at-bottom"-->&quot;</A>,
7177 <A HREF="h_config_sigdashes">&quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot;</A>, and
7178 <A HREF="h_config_strip_sigdashes">&quot;<!--#echo var="FEAT_strip-from-sigdashes-on-reply"-->&quot;</A>.
7181 &lt;End of help on this topic&gt;
7182 </BODY>
7183 </HTML>
7184 ======= h_common_delete =======
7185 <HTML>
7186 <HEAD>
7187 <TITLE>Delete and Undelete Commands</TITLE>
7188 </HEAD>
7189 <BODY>
7190 <H1>Delete and Undelete Commands</H1>
7192 Delete 
7193 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->D<!--chtml endif-->)
7194 and Undelete 
7195 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->U<!--chtml endif-->)
7196 allow you to change the Deleted flag for the current message.
7197 Delete marks a message Deleted (turns on the Deleted flag) and Undelete
7198 removes the mark.
7199 In the MESSAGE INDEX, deleted messages have a &quot;D&quot; in the status field
7200 at the left hand edge of the index line.
7201 When viewing a deleted message, the letters &quot;DEL&quot; will be present
7202 in the upper right hand corner of the screen.
7203 Delete simply <EM>marks</EM> a message Deleted, it does not actually
7204 get rid of the message.
7205 The eXpunge command (available from the MESSAGE INDEX screen) actually
7206 removes all of the deleted messages in a folder.
7207 Once a message is eXpunged, it can't be retrieved.
7210 The Delete command is affected by the setting of the configuration feature
7211 <A HREF="h_config_del_skips_del">&quot;<!--#echo var="FEAT_delete-skips-deleted"-->&quot;</A>.
7214 &lt;End of help on this topic&gt;
7215 </BODY>
7216 </HTML>
7217 ======= h_common_postpone =======
7218 <HTML>
7219 <HEAD>
7220 <TITLE>Postpone Command</TITLE>
7221 </HEAD>
7222 <BODY>
7223 <H1>Postpone Command</H1>
7225 The postpone
7226 <!--chtml if pinemode="function_key"-->(F11)<!--chtml else-->(^O)<!--chtml endif-->
7227 command allows you to temporarily stop working on the current
7228 message so you may read
7229 other messages or compose another message.  When you want to resume a
7230 message later, start to compose and answer &quot;yes&quot; to the
7231 &quot;Continue postponed composition?&quot; question.  You may
7232 postpone as many messages as you like.
7235 Note: If a <A HREF="h_config_form_folder"><!--#echo var="VAR_form-letter-folder"--></A> is defined
7236 in the Setup/Config screen, then the Postpone command will prompt you for
7237 the folder in which to store your outgoing message.
7240 &lt;End of help on this topic&gt;
7241 </BODY>
7242 </HTML>
7243 ======= h_compose_cancel =======
7244 <HTML>
7245 <HEAD>
7246 <TITLE>Cancel Command</TITLE>
7247 </HEAD>
7248 <BODY>
7249 <H1>Cancel Command</H1>
7251 Cancel
7252 <!--chtml if pinemode="function_key"-->
7253 (F2)
7254 <!--chtml else-->
7255 (^C) 
7256 <!--chtml endif-->
7258 The Cancel command returns you to Alpine's normal mail processing and
7259 causes the message currently under composition to be thrown out.
7260 The message text <EM>will be lost</EM>.
7263 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
7264 will be preserved in the file named
7265 <!--chtml if pinemode="os_windows"-->
7266 &quot;DEADLETR&quot;.
7267 <!--chtml else-->
7268 &quot;dead.letter&quot; in your home directory.
7269 <!--chtml endif-->
7270 If you unintentionally cancel a message, look there for its text.
7273 &lt;End of help on this topic&gt;
7274 </BODY>
7275 </HTML>
7276 ======= h_compose_addrcomplete =======
7277 <HTML>
7278 <HEAD>
7279 <TITLE>Address Completion</TITLE>
7280 </HEAD>
7281 <BODY>
7282 <H1>Address Completion</H1>
7284 When entering addresses in the address fields of the composer (To, Cc, etc.)
7285 the TAB key may be used to help complete the address.
7286 Type a partial nickname and tap the TAB key to complete the typing.
7287 The unambiguous part of the name will be filled in automatically.
7288 Typing TAB twice in succession will bring up a selection list of possibilities,
7289 making it easy to find and choose the correct address.
7292 The matching algorithm is rather ad hoc.
7293 The search starts with a search of your address book.
7294 It counts as a match if the nickname, address, or fullname field of an
7295 entry begins with the text typed in so far. It is also a match if
7296 a later word in the fullname (for example, the middle name or last name)
7297 begins with the entered text.
7299 Next comes an LDAP search.
7300 The search will happen for any servers that have the
7301 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
7302 feature set. You can set or unset the feature for each server independently
7303 in the Setup/Directory screen.
7305 Finally, if you are replying to or forwarding a message, that message is
7306 searched for likely candidate addresses that match the typed-in text.
7309 &lt;End of help on this topic&gt;
7310 </BODY>
7311 </HTML>
7312 ======= h_compose_richhdr =======
7313 <HTML>
7314 <HEAD>
7315 <TITLE>Rich Header Command</TITLE>
7316 </HEAD>
7317 <BODY>
7318 <H1>Rich Header Command</H1>
7320 The Rich Header command allows you to toggle between the list of 
7321 all message headers available for editing and those that are most
7322 common.
7325 Use this toggle to expose headers that are not normally visible by
7326 default.
7327 This set usually includes the
7328 &quot;Bcc:&quot;,
7329 &quot;Fcc:&quot;,
7330 &quot;Lcc:&quot;,
7331 and &quot;Newsgroups&quot;
7332 headers.
7333 If you are posting to a newsgroup the set of defaults is a little different.
7334 Obviously, in that case, the Newsgroups header is of interest so is not
7335 hidden.
7336 For news posting the hidden set includes the
7337 &quot;To:&quot;,
7338 &quot;Cc:&quot;,
7339 &quot;Bcc:&quot;,
7340 &quot;Fcc:&quot;,
7341 and &quot;Lcc:&quot;
7342 headers.
7343 You won't normally want to edit these, which is why they are hidden,
7344 but it is sometimes useful to be able to set them manually.
7347 The default sets of headers listed above can be altered.
7348 Any header that you have added to the
7349 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
7350 option, but not to the
7351 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
7352 option will appear when you use the Rich Headers command to
7353 make the Rich Headers visible.
7354 (Headers listed in the <!--#echo var="VAR_default-composer-hdrs"--> list will be visible
7355 even without toggling the Rich Headers command.)
7358 &lt;End of help on this topic&gt;
7359 </BODY>
7360 </HTML>
7361 ======= h_compose_send =======
7362 <HTML>
7363 <HEAD>
7364 <TITLE>Send Command</TITLE>
7365 </HEAD>
7366 <BODY>
7367 <H1>Send Command</H1>
7369 The Send command
7370 <!--chtml if pinemode="function_key"-->
7371 (F3)
7372 <!--chtml else-->
7373 (^X) 
7374 <!--chtml endif-->
7375 tells Alpine you are finished composing.
7376 Before actually sending it, though, Alpine will ask you to confirm 
7377 your intention, and, at the same time, redisplayed the message text
7378 with the recipients at the top of the screen to give you the opportunity
7379 to review and verify that the message is addressed to the people
7380 you intended.
7382 If the feature
7383 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
7384 then this confirmation prompt and any options it allows are skipped.
7387 This confirmation prompt may also offer, depending
7388 on your particular Setup/Config, options allowing you to set
7389 <A HREF="h_config_compose_dsn">delivery status notifications</A>,
7390 include attachments in the &quot;Fcc&quot; (if you had previously
7391 specified that they <A HREF="h_config_no_fcc_attach">exclude attachments</A>, 
7392 observe details of the
7393 <A HREF="h_config_verbose_post">message submission process</A>,
7394 choose the filter through which the
7395 <A HREF="h_config_sending_filter">outgoing text should first pass</A>,
7396 or turn of flowed text generation.
7399 &lt;End of help on this topic&gt;
7400 </BODY>
7401 </HTML>
7402 ======= h_compose_markcutpaste =======
7403 <HTML>
7404 <HEAD>
7405 <TITLE>Mark, Cut and Paste Commands</TITLE>
7406 </HEAD>
7407 <BODY>
7408 <H1>Mark, Cut and Paste Commands</H1>
7410 You can define a &quot;block&quot; of text, which can subsequently
7411  be deleted or
7412 copied as a unit, by setting a mark at the start of the block (Ctrl-^) and
7413 then moving the cursor to the end of the desired text block.  You can then
7414 &quot;cut&quot; the block out 
7415 <!--chtml if pinemode="function_key"-->
7416 &quot;F9&quot;,
7417 <!--chtml else-->
7418 &quot;Ctrl-K&quot;,
7419 <!--chtml endif-->
7420 move the cursor, and &quot;paste&quot; it
7421 <!--chtml if pinemode="function_key"-->
7422 &quot;F10&quot;,
7423 <!--chtml else-->
7424 &quot;Ctrl-U&quot;,
7425 <!--chtml endif-->
7426 in the new location.  Also, you can paste more than once, allowing you
7427 to use this feature to copy a block of text.<P>
7429 If you press 
7430 <!--chtml if pinemode="function_key"-->
7431 &quot;F9&quot;
7432 <!--chtml else-->
7433 &quot;^K&quot;
7434 <!--chtml endif-->
7435 without having marked anything, Alpine will delete
7436 a single line.  If you delete a group of lines together, Alpine keeps them
7437 in the same buffer, so 
7438 <!--chtml if pinemode="function_key"-->
7440 <!--chtml else-->
7442 <!--chtml endif-->
7443 will restore them as a block.  About
7444 terminology:  Mark is shown as &quot;^^&quot;.  The first &quot;^&quot; means you should
7445 hold down the &quot;Control&quot; key on your keyboard.  The second &quot;^&quot; means
7446 &quot;type the character ^&quot;.
7449 &lt;End of help on this topic&gt;
7450 </BODY>
7451 </HTML>
7452 ======= h_compose_justify =======
7453 <HTML>
7454 <HEAD>
7455 <TITLE>Justify Command</TITLE>
7456 </HEAD>
7457 <BODY>
7458 <H1>Justify Command</H1>
7460 The Justify
7461 <!--chtml if pinemode="function_key"-->
7462 (F4)
7463 <!--chtml else-->
7464 (^J) 
7465 <!--chtml endif-->
7466 command reformats the text in the paragraph the cursor is in.
7467 Paragraphs are separated by one blank line or a line beginning with a space.
7468 This is useful when you have been editing a paragraph and the lines become
7469 uneven.  The text is left aligned or justified and the right is ragged.  If
7470 the text is already justified as typed with auto-wrap, no justification will
7471 be done.
7474 If you have set a <A HREF="h_compose_markcutpaste">mark</A> to select a
7475 block of text, the Justify command is modified.
7476 Instead of automatically justifying the current paragraph you will be
7477 asked if you want to justify the paragraph, justify the selected region,
7478 or adjust the quote level of the selected region.
7479 Adjusting the quote level only works if you are using standard
7480 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes, which is the default if you haven't
7481 changed &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;.
7484 When composing a reply containing included text, the justify command
7485 will reformat text to the right of the 
7486 &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;,
7487 adding or removing indented lines as needed.  Paragraphs are separated
7488 by a blank line, a line containing only the <!--#echo var="VAR_reply-indent-string"-->, or a
7489 line containing the indent string and one or more blank spaces.
7490 Included text that was previously indented (or &quot;quoted&quot;) is
7491 not preserved.
7494 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
7495 in 1999 and its wide-spread adoption since then, you will usually be better off if you
7496 use the standard
7497 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes.
7500 &lt;End of help on this topic&gt;
7501 </BODY>
7502 </HTML>
7503 ======= h_compose_spell =======
7504 <HTML>
7505 <HEAD>
7506 <TITLE>Spell Check Command</TITLE>
7507 </HEAD>
7508 <BODY>
7509 <H1>Spell Check Command</H1>
7511 The &quot;To Spell&quot;
7512 <!--chtml if pinemode="function_key"-->
7513 (F12)
7514 <!--chtml else-->
7515 (^T) 
7516 <!--chtml endif-->
7517 command calls an external spell checking program to look over the
7518 message you are composing.  By default, Alpine uses
7520 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
7522 if it knows where to find &quot;aspell&quot;.
7523 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
7524 then the command used is
7526 <CENTER><SAMP>ispell -l</SAMP></CENTER>
7528 Otherwise, the ancient &quot;spell&quot; command is used.
7530 For PC-Alpine, you must install the aspell library code that you
7531 may get from
7532 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
7535 &lt;End of help on this topic&gt;
7536 </BODY>
7537 </HTML>
7538 ======= h_compose_alted =======
7539 <HTML>
7540 <HEAD>
7541 <TITLE>Alt Editor Command</TITLE>
7542 </HEAD>
7543 <BODY>
7544 <H1>Alt Editor Command</H1>
7546 The &quot;Alt Editor&quot; command's availability depends on the
7547 Setup/Config variable &quot;<A HREF="h_config_editor"><!--#echo var="VAR_editor"--></A>&quot;.
7550 When the variable specifies a valid editor on your system, this
7551 command will launch it with the current text of your message
7552 already filled in.
7555 &lt;End of help on this topic&gt;
7556 </BODY>
7557 </HTML>
7558 ======= h_compose_readfile =======
7559 <HTML>
7560 <HEAD>
7561 <TITLE>Read File Command</TITLE>
7562 </HEAD>
7563 <BODY>
7564 <H1>Read File Command</H1>
7566 The &quot;Read File&quot;
7567 <!--chtml if pinemode="function_key"-->
7568 (F5)
7569 <!--chtml else-->
7570 (^R) 
7571 <!--chtml endif-->
7572 command allows you to copy in text from an existing file. You will be
7573 prompted for the name of a file to be inserted into the message.  The file
7574 name is relative to your home directory 
7575 <!--chtml if pinemode="running"-->
7576 (which, in the present configuration of your system, is
7577  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
7578 <!--chtml endif-->
7579 or current working directory
7580 <!--chtml if pinemode="running"-->
7581 (which, at least for your current Alpine &quot;session,&quot; 
7582 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7583 <!--chtml endif-->, depending on the
7584 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
7585 configuration setting; or, the file name must be specified as a full path name 
7586 <!--chtml if pinemode="os_windows"-->
7587 -- for example: &quot;A:&#92;PAPER.TXT&quot;
7588 <!--chtml else-->
7589 -- for example: &quot;/tmp/wisdom-of-the-day&quot;
7590 <!--chtml endif-->
7591 (without the quotation marks).
7594 The file will be inserted where the cursor is located.  <B>The
7595 file to be read must be on the same system as Alpine.</B> If you use Alpine on a
7596 Unix machine but have files on a PC or Mac, the files must be transferred
7597 to the system Alpine is running on before they can be read.  Please ask your
7598 local computer support people about the correct way to transfer a file to 
7599 your Alpine system.
7602 &lt;End of help on this topic&gt;
7603 </BODY>
7604 </HTML>
7605 ======= h_config_tray_icon =======
7606 <HTML>
7607 <HEAD>
7608 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></TITLE>
7609 </HEAD>
7610 <BODY>
7611 <H1>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></H1>
7613 PC-Alpine only.
7615 This option restores a behavior of previous versions of PC-Alpine.
7616 These
7617 versions, when started, installed a PC-Alpine icon in the notification 
7618 tray of Window's Taskbar.  The primary use of this icon was to indicate
7619 new mail arrival by turning red (while the Taskbar icon remained green).
7620 Additionally, the icon now changes to yellow to signify that a mail folder
7621 has been closed unexpectedly.
7624 Rather than add another icon to the Taskbar, this version of PC-Alpine will 
7625 color its Taskbar entry's icon red (as well as the icon in the Window
7626 Title).  This feature is only provided for backwards compatibility.
7629 &lt;End of help on this topic&gt;
7630 </BODY>
7631 </HTML>
7632 ======= h_common_suspend =======
7633 <HTML>
7634 <HEAD>
7635 <TITLE>Suspend Command</TITLE>
7636 </HEAD>
7637 <BODY>
7638 <H1>Suspend Command</H1>
7640 With the <A HREF="h_config_can_suspend"><!--#echo var="FEAT_enable-suspend"--></A> feature
7641 enabled, you can, at almost any time, temporarily halt your Alpine session,
7642 <!--chtml if pinemode="os_windows"-->
7643 minimizing it into an icon.
7644 <!--chtml else-->
7645 and return to your system prompt.
7646 <!--chtml endif-->
7649 &lt;End of help on this topic&gt;
7650 </BODY>
7651 </HTML>
7652 ======= h_pipe_command =======
7653 <HTML>
7654 <HEAD>
7655 <TITLE>Pipe Command SubOptions</TITLE>
7656 </HEAD>
7657 <BODY>
7658 <H1>Pipe Command SubOptions</H1>
7660 By default, when you use the Pipe command, the processed text of the
7661 message is sent to the Unix command
7662 you specify and the output is captured by Alpine and shown to you.
7663 (This command is available in PC-Alpine, as well, but there aren't many
7664 Windows commands that work well with piping.)
7665 There are some sub-commands that may be used to alter this behavior.
7666 These are toggles that switch the behavior between two possibilities.
7667 They can be combined in any way you wish.
7669 By default, the prompt at the bottom of the screen looks like
7671 <CENTER><SAMP>Pipe message 37 to :</SAMP></CENTER>
7675 <CENTER><SAMP>Pipe messages to :</SAMP></CENTER>
7677 if you are piping more than one message.
7679 The sub-command options are:
7680 <DL>
7681    <DT>Shown Text or Raw Text</DT>
7682    <DD>This option toggles between sending the shown (processed) text
7683 of the message to the Unix command, and sending the
7684 raw (unprocessed) text of the message to the Unix command.
7685 The default is to send the shown text.
7686 The raw version of the message will contain all of the headers and any
7687 MIME encoding that the message contains.
7688 If you've selected the Raw Text then the prompt will have the additional word
7689 &quot;RAW&quot; in it, like
7691 <CENTER><SAMP>Pipe RAW messages to :</SAMP></CENTER>
7693 You can experiment with this option by piping to something simple like the
7694 Unix &quot;cat&quot; command.
7695    </DD>
7696    <DT>Captured Output or Free Output</DT>
7697    <DD>This option toggles between having Alpine capture the output of
7698 the Unix pipe command for display, and not capturing it.
7699 If the command you are piping to is a filter that will produce output
7700 you want to view, then you want to capture that output
7701 for display (the default).
7702 If the Unix command doesn't produce output or handles the display itself,
7703 then you want free output.
7704 When you've selected the Free Output option the prompt will change to
7706 <CENTER><SAMP>Pipe messages to (uncaptured) :</SAMP></CENTER>
7708    </DD>
7709    <DT>No Delimiter or With Delimiter</DT>
7710    <DD>This option controls whether or not a Unix mailbox style delimiter
7711 will come before the text of the message.
7712 This is the delimiter used in the common Unix mailbox format.
7713 It's the single line that begins with the five characters
7714 &quot;From&quot; followed by a &lt;SPACE&gt; character.
7715 You'll usually only want to include this if the Unix command requires
7716 input in the format of a traditional Unix mailbox file.
7717 When you've selected the With Delimiter option the prompt will change to
7719 <CENTER><SAMP>Pipe messages to (delimited) :</SAMP></CENTER>
7721    </DD>
7722    <DT>To Same Pipe or To Individual Pipes</DT>
7723    <DD>This option only shows up if you are running an aggregate
7724 pipe command.
7725 That is, the command was Apply Pipe, not just Pipe.
7726 You have the option of piping all of the selected messages through a
7727 single pipe to a single instance of the Unix command,
7728 or piping each individual message through a separate pipe to separate
7729 instances of the Unix command.
7730 The default is that all of the output will go through a single pipe
7731 to a single instance of the command.
7732 You can try this option with a command like &quot;less&quot;, with Free
7733 Output enabled.
7734 When you've selected the Individual Pipes option the prompt will change to
7736 <CENTER><SAMP>Pipe messages to (new pipe) :</SAMP></CENTER>
7738    </DD>
7739 </DL>
7742 As mentioned earlier, the options can be combined in any way you wish.
7743 You may leave them all off, turn them all on, or turn some of them on
7744 and some of them off.
7745 If you use the pipe command a second time in the same session the default
7746 options will be what you used the last time.
7749 &lt;End of help on this topic&gt;
7750 </BODY>
7751 </HTML>
7752 ========== h_emptydir_subfolder_name =========
7753 <HTML>
7754 <HEAD>
7755 <TITLE>ENTER SUBFOLDER NAME</TITLE>
7756 </HEAD>
7757 <BODY>
7758 <H1>Enter Subfolder Name</H1>
7760 <P> 
7761 This is the name of a new subfolder in the directory you are creating.
7762 Because empty directories are hidden and therefore not useful, you must also
7763 create a subfolder in the directory you are creating in order that the
7764 directory remains visible.
7766 Alternatively, you may turn off the configuration feature
7767 <A HREF="h_config_quell_empty_dirs"><!--#echo var="FEAT_quell-empty-directories"--></A>
7768 so that empty directories remain visible.
7769 If you do that, you will not be required to create the subfolder when you
7770 create a directory.
7773 &lt;End of help on this topic&gt;
7774 </BODY>
7775 </HTML>
7776 ========== h_incoming_add_folder_name =========
7777 <HTML>
7778 <HEAD>
7779 <TITLE>ENTER FOLDER NAME</TITLE>
7780 </HEAD>
7781 <BODY>
7782 <H1>Enter Folder Name</H1>
7784 <P> 
7785 This is the name of the folder on the previously specified server.
7786 By default the folder name is interpreted as defining a section of your personal
7787 folder area.  This area and how you specify it are defined by the
7788 server, if one is specified.
7791 To define a folder outside the default area, prefix
7792 the path with the namespace to use when interpreting the
7793 given path.  If a namespace is specified, the folder name begins with the
7794 sharp (#) character followed by the name of the namespace
7795 and then the namespace's path-element-delimiter.  Aside from the
7796 name's format, namespaces can also imply access rights, content
7797 policy, audience, location, and, occasionally, access methods.
7800 Each server exports its own set (possibly of size one) of 
7801 namespaces.
7802 For a more detailed explanation read about
7803 <A HREF="h_folder_name_namespaces">Namespaces</A>.
7806 To specify the default for INBOX on the server you can usually just enter
7807 &quot;INBOX&quot;, and the server will understand the special meaning of
7808 that word.
7811 &lt;End of help on this topic&gt;
7812 </BODY>
7813 </HTML>
7814 ========== h_incoming_add_folder_host =========
7815 <HTML>
7816 <HEAD>
7817 <TITLE>ENTER INCOMING FOLDER SERVER</TITLE>
7818 </HEAD>
7819 <BODY>
7820 <H1>Enter Incoming Folder Server</H1>
7822 You are being asked for the name of the server for use with this incoming
7823 folder.
7824 If the folder is on the machine where Alpine is running, then just enter
7825 RETURN without typing a server name.
7828 If the folder is on an IMAP server then type the server's name followed
7829 by RETURN.
7830 You may use the ^X command if the server is the same as the server that
7831 the INBOX is on.
7834 You may have to add optional extra information to the server name.
7835 For example, if the IMAP server is using a non-standard port number you
7836 would specify that by appending a colon (:) followed by the port number
7837 to the server name
7840 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7843 or you may need to specify a different protocol if the server is not an
7844 IMAP server. For example:
7847 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7850 for a POP server or
7853 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
7856 for an NNTP news server.
7857 For an explanation of all of the possibilities, see
7858 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7859 for folders.
7862 There is a special command (^W) if you want to set up a folder that gets its
7863 mail from a
7864 <A HREF="h_maildrop">Mail Drop</A>.
7865 If you type that command, you will be prompted for the information for
7866 both the Mail Drop folder and the destination folder.
7869 &lt;End of help on this topic&gt;
7870 </BODY>
7871 </HTML>
7872 ========== h_incoming_add_inbox =========
7873 <HTML>
7874 <HEAD>
7875 <TITLE>ENTER INBOX SERVER</TITLE>
7876 </HEAD>
7877 <BODY>
7878 <H1>Enter INBOX Server</H1>
7880 You are being asked for the name of the server for use with
7881 the INBOX folder.
7882 Type the server's name followed by RETURN.
7885 You may have to add optional extra information to the server name.
7886 For example, if the server is using a non-standard port number you
7887 would specify that by appending a colon (:) followed by the port number
7888 to the server name
7891 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7894 or you may need to specify a different protocol if the server is not an
7895 IMAP server. For example:
7898 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7901 for a POP server.
7904 For an explanation of all of the possibilities, see
7905 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7906 for folders.
7909 If the INBOX folder is on the machine where Alpine is running, then just enter
7910 RETURN without typing a server name.
7913 There is a special command (^W) if you want to set up a folder that gets its
7914 mail from a
7915 <A HREF="h_maildrop">Mail Drop</A>.
7916 If you type that command, you will be prompted for the information for
7917 both the Mail Drop folder and the destination folder, which will be used
7918 as your INBOX folder.
7921 &lt;End of help on this topic&gt;
7922 </BODY>
7923 </HTML>
7924 ========== h_incoming_add_maildrop_destn =========
7925 <HTML>
7926 <HEAD>
7927 <TITLE>ENTER DESTINATION SERVER</TITLE>
7928 </HEAD>
7929 <BODY>
7930 <H1>Enter Destination Server</H1>
7932 You are being asked for the name of the server where the destination
7933 folder is for use with this Mail Drop incoming folder.
7934 That is, you are using a Mail Drop for this incoming folder and
7935 you've already entered
7936 the server and folder name for the Mail Drop.
7937 Now you need to enter the server for the destination folder
7938 where the mail should be copied to.
7939 Mail will come from the Mail Drop and be copied to the destination folder.
7942 Type the server's name followed by RETURN.
7943 If the folder is local to this computer, just type RETURN without entering
7944 a server name.
7947 You may have to add optional extra information to the server name.
7948 For example, if the server is using a non-standard port number you
7949 would specify that by appending a colon (:) followed by the port number
7950 to the server name
7953 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7956 For an explanation of all of the possibilities, see
7957 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7958 for folders.
7961 &lt;End of help on this topic&gt;
7962 </BODY>
7963 </HTML>
7964 ========== h_inbox_add_maildrop_destn =========
7965 <HTML>
7966 <HEAD>
7967 <TITLE>ENTER DESTINATION SERVER</TITLE>
7968 </HEAD>
7969 <BODY>
7970 <H1>Enter Destination Server</H1>
7972 You are being asked for the name of the server where the destination
7973 folder is for use with your Mail Drop INBOX.
7974 That is, you are using a Mail Drop for your INBOX and you've already entered
7975 the server and folder name for the Mail Drop.
7976 Now you need to enter the server for the destination folder
7977 where the mail should be copied to.
7978 Mail will come from the Mail Drop and be copied to the destination folder.
7981 Type the server's name followed by RETURN.
7982 If the folder is local to this computer, just type RETURN without entering
7983 a server name.
7986 You may have to add optional extra information to the server name.
7987 For example, if the server is using a non-standard port number you
7988 would specify that by appending a colon (:) followed by the port number
7989 to the server name
7992 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7995 For an explanation of all of the possibilities, see
7996 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7997 for folders.
8000 &lt;End of help on this topic&gt;
8001 </BODY>
8002 </HTML>
8003 ========== h_inbox_add_maildrop =========
8004 <HTML>
8005 <HEAD>
8006 <TITLE>ENTER MAILDROP SERVER</TITLE>
8007 </HEAD>
8008 <BODY>
8009 <H1>Enter Mail Drop Server</H1>
8011 You are being asked for the name of the Mail Drop server for use with
8012 your INBOX.
8015 Type the server's name followed by RETURN.
8018 You may have to add optional extra information to the server name.
8019 For example, if the server is using a non-standard port number you
8020 would specify that by appending a colon (:) followed by the port number
8021 to the server name
8024 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8027 or you may need to specify a different protocol if the server is not an
8028 IMAP server. For example:
8031 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
8034 for a POP server or
8037 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
8040 for an NNTP news server.
8041 For an explanation of all of the possibilities, see
8042 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8043 for folders.
8046 &lt;End of help on this topic&gt;
8047 </BODY>
8048 </HTML>
8049 ========== h_incoming_add_maildrop =========
8050 <HTML>
8051 <HEAD>
8052 <TITLE>ENTER MAILDROP SERVER</TITLE>
8053 </HEAD>
8054 <BODY>
8055 <H1>Enter Mail Drop Server</H1>
8057 You are being asked for the name of the Mail Drop server for use with
8058 this incoming folder.
8061 Type the server's name followed by RETURN.
8062 You may use the ^X command if the server is the same as the server that
8063 the INBOX is on.
8066 You may have to add optional extra information to the server name.
8067 For example, if the server is using a non-standard port number you
8068 would specify that by appending a colon (:) followed by the port number
8069 to the server name
8072 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8075 or you may need to specify a different protocol if the server is not an
8076 IMAP server. For example:
8079 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
8082 for a POP server or
8085 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
8088 for an NNTP news server.
8089 For an explanation of all of the possibilities, see
8090 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8091 for folders.
8094 If the Mail Drop folder is on the machine where Alpine is running, then just enter
8095 RETURN without typing a server name.
8098 &lt;End of help on this topic&gt;
8099 </BODY>
8100 </HTML>
8101 ========== h_maildrop =========
8102 <HTML>
8103 <HEAD>
8104 <TITLE>WHAT IS A MAIL DROP?</TITLE>
8105 </HEAD>
8106 <BODY>
8107 <H1>What is a Mail Drop?</H1>
8109 In some situaions it may make sense to have your mail delivered to one
8110 folder (the Mail Drop) and then when you want to read mail that has been
8111 delivered to the Mail Drop folder Alpine will move it to another
8112 destination folder.
8113 Often the Mail Drop will be a remote folder and messages will be moved from
8114 there to a local destination folder.
8117 One example where this might make sense is if the Mail Drop folder is accessible
8118 only with the POP protocol.
8119 You could designate your POP inbox as the Mail Drop folder and have Alpine move
8120 mail from there to a local (on the same machine Alpine is running on)
8121 destination folder, where you'll read it.
8124 A Mail Drop may only be used as your Inbox or as an
8125 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A>.
8128 There is no attempt to synchronize the contents of the destination folder
8129 with the contents of the Mail Drop folder.
8130 All that happens is that all of the messages in the Mail Drop folder are
8131 copied to the destination folder and then they are deleted and expunged (if possible)
8132 from the Mail Drop folder.
8133 The next time a check for new mail is made, any messages in the Mail 
8134 Drop folder are once again copied to the destination folder and deleted
8135 and expunged from the Mail Drop folder.
8136 (If the Mail Drop folder is a news group, then the messages can't be
8137 expunged from the newsgroup. Instead, only Recent messages are copied from
8138 the newsgroup to the destination folder.)
8141 Configuration of a Mail Drop is a little different from configuration of
8142 a folder that does not use a Mail Drop because you have to specify two
8143 folder names instead of one.
8144 The two folders may be any types of folders that Alpine can normally use.
8145 They don't have to be a remote folder and a local folder, that is
8146 simply the most common usage.
8147 When you use a Mail Drop folder Alpine will periodically re-open the Mail
8148 Drop to check for new mail.
8149 The new-mail checks will happen at the frequency set with the
8150 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option,
8151 but with a minimum time
8152 (<A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>)
8153 between checks.
8154 Because of this minimum you may notice that new mail does not
8155 appear promptly when you expect it.
8156 The reason for this is to protect the server from over-zealous opening and
8157 closing of the Mail Drop folder.
8158 If the user initiates the check by typing ^L (Ctrl-L) or the Next command when at
8159 the end of the folder index, then the check will happen, regardless of how
8160 long it has been since the previous check.
8162 If there is new mail, that mail will be copied to the destination folder
8163 and then will be deleted from the Mail Drop.
8164 Note that using a Mail Drop with a local destination folder does not make
8165 sense if you read mail from more than one machine, because the mail is
8166 downloaded to the destination folder (which is accessible from only one
8167 machine) and deleted from the Mail Drop.
8169 The feature <A HREF="h_config_maildrops_preserve_state"><!--#echo var="FEAT_maildrops-preserve-state"--></A> modifies the operation of Mail Drops.
8172 The actual syntax used by Alpine for a folder that uses a Mail Drop is:
8175 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
8177 The brackets are not literal.
8179 <CENTER><SAMP>&lt;DELIM&gt;</SAMP></CENTER>
8181 is a single character that does not appear in the MailDropFolder name.
8182 If the name doesn't contain spaces then it can be a space character.
8183 The two folder names are full technical
8184 <A HREF="h_valid_folder_names">folder names</A>
8185 as used by Alpine.
8186 Here are a couple examples to give you an idea what is being talked about:
8189 <CENTER><SAMP>#move&nbsp;{popserver.example.com/pop3}inbox&nbsp;localfolder</SAMP></CENTER>
8191 <CENTER><SAMP>#move+{nntpserver.example.com/nntp}#news.comp.mail.pine+local&nbsp;folder</SAMP></CENTER>
8194 A #move folder may only be used as an
8195 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
8196 an Inbox.
8197 When you are in the FOLDER LIST of Incoming Message Folders (after turning
8198 on the
8199 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
8200 option)
8201 the Add command has a subcommand &quot;Use Mail Drop&quot;
8202 which may be helpful for defining the folder in your Alpine configuration.
8203 The same is true when you edit the
8204 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
8205 option in Setup/Config.
8206 Each of these configuration methods will also create the DestinationFolder
8207 if it doesn't already exist.
8208 If you are having problems, make sure the DestinationFolder exists.
8211 &lt;End of help on this topic&gt;
8212 </BODY>
8213 </HTML>
8214 ========== h_save =========
8215 <HTML>
8216 <HEAD>
8217 <TITLE>CHOOSE A FOLDER TO SAVE INTO</TITLE>
8218 </HEAD>
8219 <BODY>
8220 <H1>Choose a Folder to Save Into</H1>
8222 After Exiting from this help text,
8223 type the name of the folder you want to save into and press RETURN.
8225 Press ^T to get a list of your folders to choose from.
8226 Press ^C to cancel the Save.
8228 If you have Folder Collections defined you may use
8229 Ctrl-P (Previous collection) and Ctrl-N (Next collection) to switch
8230 the collection being saved to.
8232 If Tab Completion is enabled (it is enabled by default)
8233 you may type a Tab character to have Alpine complete the folder name for you.
8235 If Partial Match Lists is enabled (it is enabled by default) you may type
8236 Ctrl-X to get a list of matches to the prefix you've typed in so far.
8238 If the Ctrl-R subcommand is present that means you can decide to Delete or
8239 not Delete the message you are saving after you save it.
8240 The label on that key gives the action to switch to.
8241 If it says Delete and you type Ctrl-R the label displayed will change to
8242 No Delete and the source message will be deleted after the save. If it
8243 says No Delete and you type Ctrl-R the label displayed will change to
8244 Delete and the message will not be deleted.
8245 You can control the default for the Delete parameter with the
8246 configuration feature <!--#echo var="FEAT_save-will-not-delete"-->.
8248 Similarly, if the Ctrl-W subcommand is present that means you can decide
8249 to Preserve the order of the messages being saved or not.
8250 If it is labeled Preserve Order and you type Ctrl-W, the resulting Saved messages
8251 will be in the same order as you see them in the source folder now.
8252 The opposite action (which is usually the default) is that you don't care
8253 about the order.
8254 The Saved messages may or may not be in the same order in the destination folder.
8255 There may be a performance penalty for choosing to save the messages in order.
8256 You can control the default for the Preserve Order parameter with the
8257 configuration feature
8258 <!--#echo var="FEAT_save-aggregates-copy-sequence"-->.
8261 If you haven't disabled the Save Input History and you've already done a
8262 Save earlier in this session then you may use the Up and Down arrows to retrieve
8263 a folder name used in a previous Save.
8266 &lt;End of help on this topic&gt;
8267 </BODY>
8268 </HTML>
8269 ============= h_simple_index ========================
8270 <HTML>
8271 <HEAD>
8272 <TITLE>SELECT POSTPONED MESSAGE</TITLE>
8273 </HEAD>
8274 <BODY>
8275 <H1>POSTPONED MESSAGE SELECTION COMMANDS</H1>
8276 <!--chtml if pinemode="function_key"-->
8277 <PRE>
8278 Navigating the List of Messages               General Alpine Commands
8279 -------------------------------               -----------------------
8280  F5   Move to previous message                 F1   Show this help text
8281  F6   Move to next message
8282  F7   Show previous screen of messages
8283  F8   Show next screen of messages
8285 Message Selection Commands
8286 --------------------------
8287  F3   Exit the Message Select menu (canceling Send command)
8288  F4   Select the currently highlighted message
8289  F9   Mark the currently highlighted message as deleted
8290  F10  Undelete (remove deletion mark from) the highlighted message
8291 </PRE>
8292 <!--chtml else-->
8293 <PRE>
8294 Navigating the List of Messages               General Alpine Commands
8295 -------------------------------               -----------------------
8296   P  Move to previous message                  ?  Show this help text
8297   N  Move to next message
8298   -  Show previous screen of messages
8299  Spc (space bar) Show next screen of messages
8301 Message Selection Commands
8302 --------------------------
8303   E  Exit the Message Select menu (canceling Send command)
8304   S  Select the currently highlighted message
8305   D  Mark the currently highlighted message as deleted
8306   U  Undelete (remove deletion mark from) the highlighted message
8307 </PRE>
8308 <!--chtml endif-->
8310 <H2>Description of the Select Postponed Message Screen</H2>
8312 This screen allows you to select one of several previously postponed
8313 messages in order to continue composition.  Your options are very limited
8314 -- the screen is not meant to let you manipulate these messages.  However,
8315 you may now delete messages from this list.  Once you choose a message,
8316 Alpine reads it in and puts you into the regular message composer.
8319 Messages do not stay in this postponed state automatically.  If you select
8320 a message and then want to postpone it again, use the normal postpone
8321 (Ctrl-O) command in the composer.
8324 If you exit this screen without selecting a message, the Compose command
8325 that got you here is canceled.  Other than messages explicitly marked
8326 &quot;Deleted&quot;, no messages will be removed.
8329 &lt;End of help on this topic&gt;
8330 </BODY>
8331 </HTML>
8332 ============= h_collection_screen ========================
8333 <HTML>
8334 <HEAD>
8335 <TITLE>COLLECTION LIST screen</TITLE>
8336 </HEAD>
8337 <BODY>
8338 <H1>COLLECTION LIST screen</H1>
8340 The COLLECTION LIST screen is used to select one of your  
8341 collection definitions to display the folders they contain.  See
8342 <A HREF="h_what_are_collections">Folder Collections Explained</A> for 
8343 detailed explanation of collections.<P>
8345 To manage your collection definitions (Add, Change, Delete, etc.), use
8346 the <A HREF="h_collection_maint">Setup/collectionList</A> command on Alpine's
8347 MAIN MENU.
8350 &lt;End of help on this topic&gt;
8351 </BODY>
8352 </HTML>
8353 ============= h_collection_maint ========================
8354 <HTML>
8355 <HEAD>
8356 <TITLE>SETUP COLLECTION LIST screen</TITLE>
8357 </HEAD>
8358 <BODY>
8359 <H1>SETUP COLLECTION LIST screen</H1>
8361 The SETUP COLLECTION LIST screen lets you manage your collection
8362 definitions.  See 
8363 <A HREF="h_what_are_collections">Folder Collections Explained</A> 
8364 for detailed explanation of collections.<P>
8366 Maintenance commands include:
8367 <DL>
8368 <DT>Change
8369 <!--chtml if pinemode="function_key"-->
8370 (F4)
8371 <!--chtml else-->
8373 <!--chtml endif-->
8374 </DT>
8376 <DD>Modify attributes of the selected collection definition.
8378 <DT>Add Cltn
8379 <!--chtml if pinemode="function_key"-->
8380 (F9)
8381 <!--chtml else-->
8383 <!--chtml endif-->
8384 </DT>
8386 <DD>Create a new collection definition.
8387 </DD>
8389 <DT>Del Cltn
8390 <!--chtml if pinemode="function_key"-->
8391 (F10)
8392 <!--chtml else-->
8394 <!--chtml endif-->
8395 </DT>
8397 <DD>Delete the selected collection definition.<BR>
8398 NOTE: The folders and directories referred to by the
8399 collection definition are <EM>NOT</EM> deleted.  Folders must
8400 be deleted, if that's what you wish to do, from the 
8401 <A HREF="h_folder_maint">FOLDER LIST screen</A>, which shows the 
8402 individual folders in a collection.
8403 </DD>
8405 <DT>Shuffle
8406 <!--chtml if pinemode="function_key"-->
8407 (F11)
8408 <!--chtml else-->
8410 <!--chtml endif-->
8411 </DT>
8413 <DD>Change the order of the displayed collections.  Alpine will offer
8414 to move the currently selected collection one position UP
8415 or DOWN.
8416 </DD>
8417 </DL>
8420 &lt;End of help on this topic&gt;
8421 </BODY>
8422 </HTML>
8423 ============ h_what_are_collections ==========
8424 <HTML>
8425 <HEAD>
8426 <TITLE>Folder Collections Explained</TITLE>
8427 </HEAD>
8428 <BODY>
8429 <H1>Folder Collections Explained</H1>
8432 Those of you with simple mail configurations will just see a list of all the
8433 folders you have when choosing FOLDER LIST from Alpine's MAIN MENU.  
8434 The special folders for INBOX, sent mail and saved messages
8435 will appear at the top of the list.  All others are in alphabetical order.
8437 If you
8438 or your system administrator have defined more than one collection or if
8439 you have a collection (for newsgroups or email folders) defined on your 
8440 system, then you will see the COLLECTION LIST screen first when choosing 
8441 FOLDER LIST from Alpine's MAIN MENU.
8443 <H2>Why have multiple folder collections?</H2>
8445 For Alpine users who only maintain email folders (and not too many) on one host, 
8446 a single folder collection is probably sufficient.<P>
8448 However, people who have more than one email account - for example, one 
8449 at their university, and one with their personal Internet Service Provider - 
8450 will have different sets of folders on different hosts, and they may want to
8451 access them all from the same installation of Alpine, rather than use different 
8452 software and/or log into other hosts to manipulate messages in different 
8453 accounts.  (If in doubt whether one of your email accounts can be accessed 
8454 with Alpine, contact the technical support people for that account.)  Even people
8455 who have only one email account on one host, but have dozens or
8456 hundreds of email folders, may want to arrange these folders together in a 
8457 meaningful way.<BR>
8458 That is where multiple collections come in.
8460 <H2>Types of Collections</H2>
8461 <DL>
8462 <DT>INCOMING FOLDERS</DT>
8463 <DD>&quot;Incoming Message Folders&quot; 
8464 is a special collection typically used to supplement your single INBOX.  
8465 All the folders here are meant to be ones that receive incoming messages, 
8466 which you intend to check more or less frequently.  
8467 You may have multiple folders like this because you or your systems 
8468 administrator have set up an external program or you may have set up
8469 Alpine to filter incoming 
8470 messages into different folders, based on certain criteria such as 
8471 sender, recipient, or subject; or because you have multiple accounts and 
8472 wish to check their INBOXes easily.  This collection is established by 
8473 setting the 
8474 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
8475 feature in the SETUP CONFIGURATION screen, which is accessed from the 
8476 MAIN MENU.
8477 </DD>
8479 <DT>NEWS</DT>
8480 <DD>You can also define a collection specifically for
8481 newsgroups.  Alpine does this for you implicitly when you 
8482 <A HREF="h_config_nntp_server">define an NNTP Server</A>
8483 in your Alpine configuration.  The news collection appears last in the 
8484 COLLECTION LIST (though you can shuffle it up in the order of presentation),
8485 and Alpine knows not to save messages there.
8486 </DD>
8488 <DT>DEFAULT COLLECTION</DT>
8489 <DD>This is the default collection for your saved and sent messages folders.
8490 </DD>
8491 </DL>
8495 <H2>Defining Collections</H2>
8497 In the absence of any folder-collection definitions, Alpine will assume a
8498 single default folder collection.
8499 <!--chtml if pinemode="os_windows"-->
8500 <!--chtml else-->
8501 If necessary, Alpine will create the directory
8502 &quot;mail&quot; in your Unix home directory 
8503 to hold your folders.
8504 <!--chtml endif-->
8506 You can use the 
8507 <A HREF="h_collection_maint">Setup/collectionList screen</A>, called up from 
8508 the MAIN MENU, to manage your collection list.  
8510 &lt;End of help on this topic&gt;
8511 </BODY>
8512 </HTML>
8513 ===== h_select_address_screen =====
8514 <HTML>
8515 <HEAD>
8516 <TITLE>SELECT AN ADDRESS SCREEN</TITLE>
8517 </HEAD>
8518 <BODY>
8519 <H1>SELECT AN ADDRESS SCREEN</H1>
8520 <H2>COMMANDS</H2>
8521 <!--chtml if pinemode="function_key"-->
8522 <PRE>
8523 Available  Commands                        
8524 -------------------------------            
8525 F1  Show Help Text
8526 F3  Exit without selecting anything
8527 F4  Select the highlighted address
8528 F5  Move highlight to previous address
8529 F6  Move highlight to next address
8530 F7  Previous page of addresses
8531 F8  Next page of addresses
8532 F11 Print
8533 F12 WhereIs
8534 </PRE>
8535 <!--chtml else-->
8536 <PRE>
8537 Navigation                     General Alpine Commands
8538 -------------------------      -----------------------
8539  P  Prev Address                ?  Display this help text
8540  N  Next Address                E  Exit without selecting anything
8541  -  Previous page               %  Print
8542 Spc (space bar) Next page
8543  W  WhereIs
8545 Select Command
8546 ------------------------------------------------
8547  S  Select the highlighted address
8548 </PRE>
8549 <!--chtml endif-->
8551 <H2>Description of the Select Address Screen</H2>
8553 This screen gives you an easy way to select an address from all of
8554 the address book entries that match the prefix typed so far.
8556 <P><UL>
8557 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8558 </UL>
8560 &lt;End of help on this topic&gt;
8561 </BODY>
8562 </HTML>
8563 ===== h_select_rule_screen =====
8564 <HTML>
8565 <HEAD>
8566 <TITLE>SELECT A RULE SCREEN</TITLE>
8567 </HEAD>
8568 <BODY>
8569 <H1>SELECT A RULE SCREEN</H1>
8570 <H2>COMMANDS</H2>
8571 <!--chtml if pinemode="function_key"-->
8572 <PRE>
8573 Available  Commands                        
8574 -------------------------------            
8575 F1  Show Help Text
8576 F3  Exit without selecting anything
8577 F4  Select the highlighted rule
8578 F5  Move highlight to previous rule
8579 F6  Move highlight to next rule
8580 F7  Previous page of rules
8581 F8  Next page of rules
8582 F11 Print
8583 F12 WhereIs
8584 </PRE>
8585 <!--chtml else-->
8586 <PRE>
8587 Navigation                     General Alpine Commands
8588 -------------------------      -----------------------
8589  P  Prev Rule                   ?  Display this help text
8590  N  Next Rule                   E  Exit without selecting anything
8591  -  Previous page               %  Print
8592 Spc (space bar) Next page
8593  W  WhereIs
8595 Select Command
8596 ------------------------------------------------
8597  S  Select the highlighted rule
8598 </PRE>
8599 <!--chtml endif-->
8601 <H2>Description of the Select Rule Screen</H2>
8603 This screen just gives you an easy way to select a rule from all of your
8604 defined rules.
8605 The list of rules presented is the list of nicknames of all of the rules
8606 defined using Setup/Rules.
8607 For selecting messages, it is likely that the Indexcolor rules and possibly
8608 the Roles rules will be most useful.
8609 The others are there also, in case you find a use for them.
8611 In order for this to be useful for selecting messages, the nicknames of
8612 the rules have to be different.
8613 Alpine actually just gets the nickname of the rule that you select and then
8614 looks up that rule using the nickname.
8615 So if there are duplicate nicknames, the first rule that has that
8616 nickname will be used.
8618 <P><UL>
8619 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8620 </UL>
8622 &lt;End of help on this topic&gt;
8623 </BODY>
8624 </HTML>
8625 ===== h_select_priority_screen =====
8626 <HTML>
8627 <HEAD>
8628 <TITLE>SELECT A PRIORITY SCREEN</TITLE>
8629 </HEAD>
8630 <BODY>
8631 <H1>SELECT A PRIORITY SCREEN</H1>
8632 <H2>COMMANDS</H2>
8633 <!--chtml if pinemode="function_key"-->
8634 <PRE>
8635 Available  Commands                        
8636 -------------------------------            
8637 F1  Show Help Text
8638 F3  Exit without selecting anything
8639 F4  Select the highlighted priority
8640 F5  Move highlight to previous priority
8641 F6  Move highlight to next priority
8642 F7  Previous page of priorities
8643 F8  Next page of priorities
8644 F11 Print
8645 F12 WhereIs
8646 </PRE>
8647 <!--chtml else-->
8648 <PRE>
8649 Navigation                     General Alpine Commands
8650 -------------------------      -----------------------
8651  P  Prev Priority               ?  Display this help text
8652  N  Next Priority               E  Exit without selecting anything
8653  -  Previous page               %  Print
8654 Spc (space bar) Next page
8655  W  WhereIs
8657 Select Command
8658 ------------------------------------------------
8659  S  Select the highlighted priority
8660 </PRE>
8661 <!--chtml endif-->
8663 <H2>Description of the Select Priority Screen</H2>
8665 This screen gives you a way to select a priority for the message you are sending.
8666 This priority will be placed in the non-standard X-Priority header of your outgoing mail.
8667 Some mail programs will display an indication of the priority level to
8668 the recipient of the message, some will ignore it.
8669 Even in cases where the mail programs of both the sender and the recipient
8670 agree on the meaning of this header, keep in mind that it is
8671 something that the sender sets so it is only an indication
8672 of the priority that the sender attaches to the mail.
8673 Alpine can be made to display an indication of this priority in incoming
8674 messages by use of one of the tokens
8675 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
8676 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
8677 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
8679 <P><UL>
8680 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8681 </UL>
8683 &lt;End of help on this topic&gt;
8684 </BODY>
8685 </HTML>
8686 ===== h_select_keyword_screen =====
8687 <HTML>
8688 <HEAD>
8689 <TITLE>SELECT A KEYWORD SCREEN</TITLE>
8690 </HEAD>
8691 <BODY>
8692 <H1>SELECT A KEYWORD SCREEN</H1>
8693 <H2>COMMANDS</H2>
8694 <!--chtml if pinemode="function_key"-->
8695 <PRE>
8696 Available  Commands                        
8697 -------------------------------            
8698 F1  Show Help Text
8699 F3  Exit without selecting anything
8700 F4  Select the highlighted keyword
8701 F5  Move highlight to previous keyword
8702 F6  Move highlight to next keyword
8703 F7  Previous page of keywords
8704 F8  Next page of keywords
8705 F11 Print
8706 F12 WhereIs
8707 </PRE>
8708 <!--chtml else-->
8709 <PRE>
8710 Navigation                     General Alpine Commands
8711 -------------------------      -----------------------
8712  P  Prev Keyword                ?  Display this help text
8713  N  Next Keyword                E  Exit without selecting anything
8714  -  Previous page               %  Print
8715 Spc (space bar) Next page
8716  W  WhereIs
8718 Select Command
8719 ------------------------------------------------
8720  S  Select the highlighted keyword
8721 </PRE>
8722 <!--chtml endif-->
8724 <H2>Description of the Select Keyword Screen</H2>
8726 This screen just gives you an easy way to select a keyword.
8727 The list of keywords presented is the list of all keywords defined in your 
8728 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
8729 If you have given a keyword a nickname, that nickname is displayed
8730 instead of the actual keyword.
8732 <P><UL>
8733 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8734 </UL>
8736 &lt;End of help on this topic&gt;
8737 </BODY>
8738 </HTML>
8739 ===== h_select_charset_screen =====
8740 <HTML>
8741 <HEAD>
8742 <TITLE>SELECT A CHARACTER SET SCREEN</TITLE>
8743 </HEAD>
8744 <BODY>
8745 <H1>SELECT A CHARACTER SET SCREEN</H1>
8746 <H2>COMMANDS</H2>
8747 <!--chtml if pinemode="function_key"-->
8748 <PRE>
8749 Available  Commands                        
8750 -------------------------------            
8751 F1  Show Help Text
8752 F3  Exit without selecting anything
8753 F4  Select the highlighted character set
8754 F5  Move highlight to previous character set
8755 F6  Move highlight to next character set
8756 F7  Previous page of character sets
8757 F8  Next page of character sets
8758 F11 Print
8759 F12 WhereIs
8760 </PRE>
8761 <!--chtml else-->
8762 <PRE>
8763 Navigation                     General Alpine Commands
8764 -------------------------      -----------------------
8765  P  Prev Character Set          ?  Display this help text
8766  N  Next Character Set          E  Exit without selecting anything
8767  -  Previous page               %  Print
8768 Spc (space bar) Next page
8769  W  WhereIs
8771 Select Command
8772 ------------------------------------------------
8773  S  Select the highlighted character set
8774 </PRE>
8775 <!--chtml endif-->
8777 <H2>Description of the Select A Character Set Screen</H2>
8779 This screen just gives you an easy way to select a character set from the
8780 set of character sets Alpine knows about.
8781 The list presented will vary slightly depending on what option you are
8782 selecting the character set for.
8784 <P><UL>
8785 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8786 </UL>
8788 &lt;End of help on this topic&gt;
8789 </BODY>
8790 </HTML>
8791 ===== h_select_multcharsets_screen =====
8792 <HTML>
8793 <HEAD>
8794 <TITLE>SELECT CHARACTER SETS SCREEN</TITLE>
8795 </HEAD>
8796 <BODY>
8797 <H1>SELECT CHARACTER SETS SCREEN</H1>
8798 <H2>COMMANDS</H2>
8799 <!--chtml if pinemode="function_key"-->
8800 <PRE>
8801 Available  Commands
8802 -------------------------------            
8803 F1  Show Help Text
8804 F3  Exit without selecting anything
8805 F4  Select the highlighted charset (or chosen charsets in ListMode)
8806 F5  Move highlight to previous charset
8807 F6  Move highlight to next charset
8808 F7  Previous page of charsets
8809 F8  Next page of charsets
8810 F9  Toggle choices when using ListMode
8811 F10 Turn on/off ListMode (makes it easy to choose multiple charsets)
8812 F11 Print
8813 F12 WhereIs
8814 </PRE>
8815 <!--chtml else-->
8816 <PRE>
8817 Navigation                     General Alpine Commands
8818 -------------------------      -----------------------
8819  P  Prev Charset                ?  Display this help text
8820  N  Next Charset                E  Exit without selecting anything
8821  -  Previous page               %  Print
8822 Spc (space bar) Next page
8823  W  WhereIs
8825 Select Command
8826 ------------------------------------------------
8827  S  Select the highlighted charset (or chosen charsets in ListMode)
8828  L  Turn on ListMode (makes it easy to choose multiple charsets)
8829  1  Turn off ListMode
8830  X  Toggle choices when using ListMode
8831 </PRE>
8832 <!--chtml endif-->
8834 <H2>Description of the Select Character Set Screen</H2>
8836 This screen just gives you an easy way to select a character set or a list of
8837 character sets.
8838 The list of character sets presented is the list of all character sets known to
8839 Alpine.
8840 You may select other character sets by typing them in directly.
8842 <P><UL>
8843 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8844 </UL>
8846 &lt;End of help on this topic&gt;
8847 </BODY>
8848 </HTML>
8849 ===== h_select_multkeyword_screen =====
8850 <HTML>
8851 <HEAD>
8852 <TITLE>SELECT KEYWORDS SCREEN</TITLE>
8853 </HEAD>
8854 <BODY>
8855 <H1>SELECT KEYWORDS SCREEN</H1>
8856 <H2>COMMANDS</H2>
8857 <!--chtml if pinemode="function_key"-->
8858 <PRE>
8859 Available  Commands
8860 -------------------------------            
8861 F1  Show Help Text
8862 F3  Exit without selecting anything
8863 F4  Select the highlighted keyword (or chosen keywords in ListMode)
8864 F5  Move highlight to previous keyword
8865 F6  Move highlight to next keyword
8866 F7  Previous page of keywords
8867 F8  Next page of keywords
8868 F9  Toggle choices when using ListMode
8869 F10 Turn on/off ListMode (makes it easy to choose multiple keywords)
8870 F11 Print
8871 F12 WhereIs
8872 </PRE>
8873 <!--chtml else-->
8874 <PRE>
8875 Navigation                     General Alpine Commands
8876 -------------------------      -----------------------
8877  P  Prev Keyword                ?  Display this help text
8878  N  Next Keyword                E  Exit without selecting anything
8879  -  Previous page               %  Print
8880 Spc (space bar) Next page
8881  W  WhereIs
8883 Select Command
8884 ------------------------------------------------
8885  S  Select the highlighted keyword (or chosen keywords in ListMode)
8886  L  Turn on ListMode (makes it easy to choose multiple keywords)
8887  1  Turn off ListMode
8888  X  Toggle choices when using ListMode
8889 </PRE>
8890 <!--chtml endif-->
8892 <H2>Description of the Select Keyword Screen</H2>
8894 This screen just gives you an easy way to select a keyword or a list of
8895 keywords.
8896 The list of keywords presented is the list of all keywords defined in your 
8897 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
8898 If you have given a keyword a nickname, that nickname is displayed
8899 instead of the actual keyword.
8901 <P><UL>
8902 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8903 </UL>
8905 &lt;End of help on this topic&gt;
8906 </BODY>
8907 </HTML>
8908 ===== h_select_incoming_to_monitor =====
8909 <HTML>
8910 <HEAD>
8911 <TITLE>SELECT FOLDERS TO CHECK SCREEN</TITLE>
8912 </HEAD>
8913 <BODY>
8914 <H1>SELECT FOLDERS TO CHECK SCREEN</H1>
8915 <H2>COMMANDS</H2>
8916 <!--chtml if pinemode="function_key"-->
8917 <PRE>
8918 Available  Commands
8919 -------------------------------            
8920 F1  Show Help Text
8921 F3  Exit without selecting anything
8922 F4  Select the marked folders
8923 F5  Move highlight to previous folder
8924 F6  Move highlight to next folder
8925 F7  Previous page of folders
8926 F8  Next page of folders
8927 F9  Toggle choices on or off
8928 F11 Print
8929 F12 WhereIs
8930 </PRE>
8931 <!--chtml else-->
8932 <PRE>
8933 Navigation                     General Alpine Commands
8934 -------------------------      -----------------------
8935  P  Prev Folder                 ?  Display this help text
8936  N  Next Folder                ^C  exit without changing anything
8937  -  Previous page               %  Print
8938 Spc (space bar) Next page
8939  W  WhereIs
8941 Select Command
8942 ------------------------------------------------
8943  S  Select the marked folders
8944  X  Toggle choices on or off
8945 </PRE>
8946 <!--chtml endif-->
8948 <H2>Description of the Select Folders to Check Screen</H2>
8950 This screen is only useful if the feature
8951 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
8952 is set.
8953 By default, when you set that feature all of your incoming folders
8954 will be checked periodically for Unseen messages.
8955 By using this screen, you may restrict the set of monitored folders to
8956 a subset of all of the incoming folders.
8958 Mark the folders you want to monitor for Unseen messages with
8959 an &quot;X&quot;.
8960 When you've finished marking all your selections use the Select
8961 command to register your choices.
8962 To return to the default of checking all incoming folders
8963 delete all folders or unmark all folders.
8965 <P><UL>
8966 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8967 </UL>
8969 &lt;End of help on this topic&gt;
8970 </BODY>
8971 </HTML>
8972 ===== h_role_select =====
8973 <HTML>
8974 <HEAD>
8975 <TITLE>ROLES SCREEN</TITLE>
8976 </HEAD>
8977 <BODY>
8978 <H1>ROLES SCREEN</H1>
8979 <H2>ROLES COMMANDS</H2>
8980 <!--chtml if pinemode="function_key"-->
8981 <PRE>
8982 Available  Commands                        
8983 -------------------------------            
8984 F1  Show Help Text
8985 F3  Exit without a selection
8986 F4  Select a role to use in composition
8987 F5  Move to previous role
8988 F6  Move to next role
8989 F7  Previous page of roles
8990 F8  Next page of roles
8991 F11 Change Default Role
8992 F12 Whereis (search role nicknames)
8993 </PRE>
8994 <!--chtml else-->
8995 <PRE>
8996 Navigation                     General Alpine Commands
8997 -------------------------      -----------------------
8998  P  Prev Role                     ?  Display this help text
8999  N  Next Role                     E  Exit without a selection
9000  -  Previous page
9001 Spc (space bar) Next page
9002  W  WhereIs (search for word in role nicknames)
9004 Select Role Commands
9005 ------------------------------------------------
9006  [Return]  Select highlighted role
9007  D         Change Default Role
9008 </PRE>
9009 <!--chtml endif-->
9011 <H2>Description of the Roles Screen</H2>
9013 With this screen you select a role to be used in the composition of a
9014 message.
9015 Use the Previous and Next commands to highlight the role you wish to
9016 use.
9017 When you type carriage return you will be placed in the composer using the highlighted role.
9019 You don't have any non-default <A HREF="h_rules_roles">roles</A>
9020 available unless you set them up.
9021 You may do so by using the Setup/Rules command on the MAIN MENU.
9023 By using the D command, you may set a default role that will persist until
9024 you change it or until you exit Alpine.
9025 The D command toggles through three states: set the default role, unset the
9026 default role, and leave the default role as it is.
9027 <P><UL>
9028 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9029 </UL>
9031 &lt;End of help on this topic&gt;
9032 </BODY>
9033 </HTML>
9034 ===== h_role_abook_select =====
9035 <HTML>
9036 <HEAD>
9037 <TITLE>SELECT ADDRESS BOOK SCREEN</TITLE>
9038 </HEAD>
9039 <BODY>
9040 <H1>SELECT ADDRESS BOOK SCREEN</H1>
9041 <H2>COMMANDS</H2>
9042 <!--chtml if pinemode="function_key"-->
9043 <PRE>
9044 Available  Commands                        
9045 -------------------------------            
9046 F1  Show Help Text
9047 F3  Exit screen without selecting anything
9048 F4  Select highlighted address book
9049 F5  Move to previous address book
9050 F6  Move to next address book
9051 F7  Previous page of address books
9052 F8  Next page of address books
9053 F12 Whereis
9054 </PRE>
9055 <!--chtml else-->
9056 <PRE>
9057 Navigation                     General Alpine Commands
9058 -------------------------      -----------------------
9059  P  Previous addrbook          ?  Display this help text
9060  N  Next addrbook
9061  -  Previous page
9062 Spc (space bar) Next page
9063  W  WhereIs
9065 Select Role Commands
9066 ------------------------------------------------
9067  S  Select highlighted address book
9068  E  Exit screen without selecting anything
9069 </PRE>
9070 <!--chtml endif-->
9072 <H2>Description of the Select Address Book Screen</H2>
9074 This screen helps you select one of your address books.
9075 Use the Previous and Next commands to highlight the address book you wish to
9076 select.
9077 <P><UL>
9078 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9079 </UL>
9081 &lt;End of help on this topic&gt;
9082 </BODY>
9083 </HTML>
9084 ======== h_rule_patterns =============
9085 <HTML>
9086 <HEAD>
9087 <TITLE>PATTERNS</TITLE>
9088 </HEAD>
9089 <BODY>
9090 <H1>PATTERNS</H1>
9091 Patterns are used with Roles, Filtering, Index Coloring,
9092 Scoring, Other Rules, and Search Rules.
9093 Patterns are compared with a message to see if there is a match.
9094 For Filtering, the messages being checked are all the messages in the
9095 folder, one at a time.
9096 For Index Line Coloring, each message that is visible on the screen is
9097 checked for matches with the Index Coloring Patterns.
9098 Roles are used with the Reply, Forward, and Compose commands.
9099 For Reply, the message used to compare the Pattern with is the message
9100 being replied to;
9101 for Forward, the message used to compare the Pattern with is the message
9102 being forwarded;
9103 and for Compose, there is no message, so the parts of the Pattern that depend
9104 on a message (everything other than Current Folder Type and the
9105 Beginning of Month and Year)
9106 are not used.
9107 Only the Current Folder Type matters for Compose (plus the Beginning of
9108 Month or Year, which you wouldn't usually use for a Role).
9109 For Scoring, the message being scored is compared with all of the Score
9110 Patterns, and the Score Values from the ones that match are added together to 
9111 get the message's score.
9112 For Other Rules, there is no message. Only the Current Folder Type is checked
9113 for Other Rules.
9115 Each Pattern has several possible parts, all of which are optional.
9116 In order for there to be a match, <EM>ALL</EM> of the
9117 <EM>defined</EM> parts of the Pattern must match the message.
9118 If a part is not defined it is considered a match, but note that a filtering
9119 Pattern must have at least one defined part or it will be ignored.
9120 For example, if the To pattern is not defined it will be
9121 displayed as
9123 <CENTER>To pattern = &lt;No Value Set&gt;</CENTER>
9125 That is considered a match because it is not defined.
9126 This means that the Pattern with nothing defined is a match if the
9127 Current Folder Type matches, but there is an exception that was mentioned
9128 in the previous paragraph.
9129 Because filtering is a potentially destructive action, filtering Patterns
9130 with nothing other than Current Folder Type defined are ignored.
9131 If you really want a filtering Pattern to match all messages (subject to
9132 Current Folder Type) the best way to do it is to define a Score interval
9133 that includes all possible scores.
9134 This would be the score interval <SAMP>(-INF,INF)</SAMP>.
9135 This can be used even if you haven't defined any rules to Set Scores.
9137 There are six predefined header patterns called the To, From, Sender, Cc, News,
9138 and Subject patterns.
9139 Besides those six predefined header patterns, you may add
9140 additional header patterns with header fieldnames of your choosing.
9141 You add an extra header pattern by placing the cursor on one of the
9142 patterns while in the role editor and using the &quot;eXtraHdr&quot; command.
9143 The Recip pattern is a header pattern that stands for Recipient (To OR Cc)
9144 and the Partic pattern is a header pattern that stands for
9145 Participant (From OR To OR Cc).
9146 (Defining the Recip pattern does not have the same effect as defining both
9147 the To and Cc patterns. Recip is To <EM>OR</EM> Cc, not To <EM>AND</EM> Cc.)
9148 Similar to the header patterns are the AllText pattern and the BodyText pattern.
9149 Instead of comparing this pattern's text against only the contents of
9150 a particular header field, the text for the AllText pattern is compared
9151 with text anywhere in the message's header or body, and the text for the
9152 BodyText pattern is compared with text anywhere in the message's body.
9154 Any of the header patterns, the AllText pattern, or the BodyText pattern may be negated with the
9155 &quot;!&quot; &quot;toggle NOT&quot; command.
9156 You can tell that <EM>NOT</EM> has been turned on by looking for the character
9157 &quot;!&quot; at the beginning of the pattern line.
9158 When the &quot;!&quot; is present, it reverses the meaning of the match.
9159 That is, if the pattern matches then it is considered to NOT be a match, and
9160 if it does not match it is considered to be a match.
9162 Don't make the mistake of putting the &quot;!&quot; in the data field for
9163 a pattern.
9164 For example, if you type the characters &quot;!urgent&quot; into the Subject
9165 pattern, the pattern will look like:
9167 <PRE>
9168  Subject pattern = !urgent
9169 </PRE>
9171 This means you want to match the 7 character sequence &quot;!urgent&quot;.
9172 In order to match messages that do not have &quot;urgent&quot; in
9173 their Subject field, first type the characters &quot;urgent&quot; followed
9174 by carriage return for the value of the Subject pattern, then negate it
9175 by typing the &quot;!&quot; command.
9176 It should look like
9178 <PRE>
9179  ! Subject pattern = urgent
9180 </PRE>
9182 The contents of each of these header patterns (or the AllText or BodyText patterns) may
9183 be a complete email address, part of an address, or a random set of
9184 characters to match against.
9185 It may also be a list of such patterns, which means you
9186 are looking for a match against the first pattern in the list <EM>OR</EM>
9187 the second pattern <EM>OR</EM> the third and so on.
9188 For example, a Subject pattern equal to
9190 <PRE>
9191  Subject pattern = urgent
9192                    emergency
9193                    alert
9194 </PRE>
9196 would match all messages with a subject that contained at least one
9197 of those words.
9198 It would also match subjects containing the words &quot;alerts&quot; or
9199 &quot;Urgently&quot;.
9201 The same example with &quot;NOT&quot; turned on would be
9203 <PRE>
9204  ! Subject pattern = urgent
9205                      emergency
9206                      alert
9207 </PRE>
9209 which would match all messages with a subject that did <EM>NOT</EM> contain any of
9210 those words.
9211 You can use the &quot;Add Value&quot; command to add new words to the list,
9212 or you can enter them as a comma-separated list.
9214 (It is not possible to specify two patterns that must <EM>BOTH</EM> be
9215 present for a match.
9216 It is only possible to specify that <EM>EITHER</EM> pattern1 <EM>OR</EM>
9217 pattern2 must be present,
9218 and that is exactly what using a list does.)
9220 The &quot;Current Folder Type&quot; and the &quot;Score Interval&quot; are
9221 also part of the Pattern, although the &quot;Score Interval&quot; is not used
9222 when checking for matches for Scoring.
9223 There are five similar settings that relate to the status of the message.
9224 These settings rely on the message being New or not, Deleted or not,
9225 Answered or not, Important or not, and Recent or not.
9226 There are also some other miscellaneous settings.
9227 The first is the Age of the message in days.
9228 Another is the Size of the message, in bytes.
9229 The third is a setting that detects whether or not the Subject of a
9230 message contains raw 8-bit characters (unencoded characters with the most
9231 significant bit set).
9232 There is a setting that detects whether or not this is the first time
9233 Alpine has been run this month (doesn't depend on individual messages),
9234 and another that detects whether or not this is the first time Alpine has
9235 been run this year.
9236 Other parts of the Pattern detect whether or not the From address of a
9237 message appears in your address book, whether or not certain keywords
9238 are set for a message, and whether or not certain character sets are
9239 used in a message.
9241 <H2>Parts of a Pattern</H2>
9243 <H3>Header patterns</H3>
9245 A header pattern is simply text that is searched for in the corresponding
9246 header field.
9247 For example, if a Pattern has a From header pattern with the value
9248 &quot;@company.com&quot;, then only messages that have a From header
9249 that contains the text &quot;@company.com&quot; will be possible
9250 matches.
9251 Matches don't have to be exact.
9252 For example, if the relevant field of a message contains the text
9253 &quot;mailbox@domain&quot; somewhere
9254 in it, then header patterns of &quot;box&quot;, or &quot;x@d&quot;, or
9255 &quot;mailbox@domain&quot; are all matches.
9257 All parts of the Pattern must match so, for example,
9258 if a message matches a defined
9259 From pattern, it still must be checked against the other parts of the
9260 Pattern that have been defined.
9261 The To header pattern is a slightly special case.
9262 If the message being checked has a Resent-To header
9263 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on, the addresses
9264 there are used in place of the addresses in the To header.
9265 This is only true for the To header.
9266 Resent-cc and Resent-From headers are never used unless you add them
9267 with the eXtraHdrs command.
9269 The meaning of a header pattern may be negated with the
9270 &quot;!&quot; &quot;toggle NOT&quot; command.
9271 You can tell that <EM>NOT</EM> has been turned on by looking for the character
9272 &quot;!&quot; at the beginning of the pattern line.
9273 It would look something like
9275 <PRE>
9276  ! From pattern = susan@example.com
9277 </PRE>
9279 When the &quot;!&quot; is present, it reverses the meaning of the match.
9281 If you want to check for the presence of a header field but don't care
9282 about its value, then
9283 the empty pattern that you get by entering a pair of
9284 double quotes (&quot;&quot;) should match any message that
9285 has the corresponding header field.
9287 <H3><A NAME="pattern_alltext">AllText patterns</A></H3>
9289 AllText patterns are just like header patterns except that the text is
9290 searched for anywhere in the message's headers or body, not just in the
9291 contents of a particular header field.
9294 <H3><A NAME="pattern_bodytext">BodyText patterns</A></H3>
9296 BodyText patterns are just like header patterns except that the text is
9297 searched for anywhere in the message's body, not just in the
9298 contents of a particular header field.
9301 If there is more than one header pattern or AllText pattern or BodyText pattern
9302 for which you want to take the
9303 same action there is a shorthand notation that may be used.
9304 Any of these patterns may be a list of patterns instead of
9305 just a single pattern.
9306 If any one of the patterns in the list matches the message
9307 then it is considered a match.
9308 For example, if &quot;company1&quot; and &quot;company2&quot; both required
9309 you to use the same role when replying to messages, you might have
9310 a To pattern that looks like
9312 <PRE>
9313  To pattern = company1.com
9314               company2.com
9315 </PRE>
9317 This means that if the mail you are replying to was addressed to
9318 either &quot;anything@company1.com&quot; or &quot;anything@company2.com&quot;,
9319 then this Pattern is a match and the same actions will be taken.
9321 The meaning of an AllText or BodyText pattern may be negated with the
9322 &quot;!&quot; &quot;toggle NOT&quot; command.
9323 You can tell that <EM>NOT</EM> has been turned on by looking for the character
9324 &quot;!&quot; at the beginning of the pattern line.
9325 When the &quot;!&quot; is present, it reverses the meaning of the match.
9327 A technicality: Since comma is the character used to separate multiple values
9328 in any of the fields that may have multiple values (such as header patterns,
9329 AllText patterns, BodyText patterns, keywords, folder lists, and so on),
9330 you must escape comma with a
9331 backslash (&#92;) if you want to include a literal comma in one of those fields.
9332 In other words, if you type a backslash followed by a comma it will
9333 be interpreted as a comma by Alpine, instead of as a separator between
9334 pattern values.
9335 All other backslashes (those not followed by a comma) are literal
9336 backslashes and should not be escaped.
9337 It's unlikely you'll ever need to enter a literal comma or backslash in
9338 any of the patterns.
9340 <H3><A NAME="pattern_current_folder">Current Folder Type</A></H3>
9342 The &quot;Current Folder Type&quot; may be set to one of four different
9343 values: &quot;Any&quot;, &quot;News&quot;, &quot;Email&quot;, or
9344 &quot;Specific&quot;.
9345 If the value is set to &quot;News&quot;, then the
9346 Pattern will only match if the currently open folder is a newsgroup.
9347 The value &quot;Email&quot; only matches if the current folder is not news and
9348 the value &quot;Any&quot; causes any folder to match.
9349 If the value of &quot;Current Folder Type&quot; is set to &quot;Specific&quot;,
9350 then you must fill in a value for &quot;Folder&quot;, which is on the line
9351 below the &quot;Specific&quot; line.
9352 In this case you will only get a match if the currently open folder is
9353 the specific folder you list.
9354 You may give a list of folders instead of just a single
9355 folder name, in which case the Pattern will match if the open folder is
9356 any one of the folders in the list.
9357 The name of each folder in the list may be either &quot;INBOX&quot;,
9358 the technical specification
9359 of the folder (like what appears in your configuration file) or, if the
9360 folder is one of your incoming folders, it may be the nickname you've given
9361 the folder.
9362 Here are some samples of specific folder names:
9364 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
9366 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
9368 <CENTER><SAMP>mail/local-folder</SAMP></CENTER>
9370 The easiest way to fill in the &quot;Folder&quot; field is to use
9371 the &quot;T&quot; command that is available when the &quot;Folder&quot; line is
9372 highlighted, or to use the &quot;Take&quot; command with the configuration
9373 feature
9374 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
9375 turned on.
9377 When reading a newsgroup, there may be a performance penalty
9378 incurred when collecting the information necessary to check whether
9379 or not a Pattern matches a message.
9380 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
9381 If you have Patterns with a Current Folder Type of either
9382 &quot;Any&quot; or &quot;News&quot; and those Patterns are used for
9383 Index Line Coloring or Scoring, you may experience
9384 slower screen redrawing in the MESSAGE INDEX screen when in a newsgroup.
9386 <H3><A NAME="pattern_age_interval">Age Interval</A></H3>
9388 The &quot;Age Interval&quot; may be set to an interval of message
9389 ages that should be considered a match.
9390 Like the other parts of the Pattern, if it is unset it will be ignored.
9391 The Age Interval looks like
9393 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
9395 where &quot;min_age&quot; and &quot;max_age&quot; are integers greater
9396 than or equal to zero.
9397 The special value &quot;INF&quot; may be used for
9398 the max value. It represents infinity.
9400 Actually, this option may be defined as a list of intervals instead
9401 of just a single interval.
9402 The list is separated by commas.
9403 It can look like
9405 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
9407 When there is an Age Interval defined, it is a match if the age, in days, of
9408 the message is contained in any of the intervals.
9409 The intervals include both endpoints.
9411 Even though this option is called Age, it isn't actually
9412 the <EM>age</EM> of the message.
9413 Instead, it is how many days ago the message arrived in one of your folders.
9414 If the current time is a little past midnight, then a message that arrived
9415 just before midnight arrived yesterday, even though the message is only
9416 a few minutes old.
9417 By default, the date being used is not the date in the Date
9418 header of the message.
9419 It is the date that the message arrived in one of your folders.
9420 When you Save a message from one folder to another that arrival date
9421 is preserved.
9422 If you would like to use the date in the Date header that is possible.
9423 Turn on the option
9424 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
9425 near the bottom of the rule definition.
9426 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
9428 <H3><A NAME="pattern_size_interval">Size Interval</A></H3>
9430 The &quot;Size Interval&quot; may be set to an interval of message
9431 sizes that should be considered a match.
9432 Like the other parts of the Pattern, if it is unset it will be ignored.
9433 The Size Interval looks like
9435 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
9437 where &quot;min_size&quot; and &quot;max_size&quot; are integers greater
9438 than or equal to zero.
9439 The special value &quot;INF&quot; may be used for
9440 the max value. It represents infinity.
9442 Actually, this option may be defined as a list of intervals instead
9443 of just a single interval.
9444 The list is separated by commas.
9445 It can look like
9447 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
9449 When there is a Size Interval defined, it is a match if the size, in bytes, of
9450 the message is contained in any of the intervals.
9451 The intervals include both endpoints.
9453 <H3><A NAME="pattern_score_interval">Score Interval</A></H3>
9455 The &quot;Score Interval&quot; may be set to an interval of message
9456 scores that should be considered a match.
9457 Like the other parts of the Pattern, if it is unset it will be ignored.
9458 The Score Interval looks like
9460 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
9462 where &quot;min_score&quot; and &quot;max_score&quot; are positive or
9463 negative integers, with min_score less than or equal to max_score.
9464 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
9465 the min and max values to represent negative and positive infinity.
9467 Actually, a list of intervals may be used if you wish.
9468 A list would look like
9470 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
9472 When there is a Score Interval defined, it is a match if the score for
9473 the message is contained in any of the intervals in the list.
9474 The intervals include the endpoints.
9475 The score for a message is calculated by looking at every Score rule defined and
9476 adding up the Score Values for the ones that match the message.
9477 When deciding whether or not a Pattern matches a message for purposes of
9478 calculating the score, the Score Interval is ignored.
9480 <H3><A NAME="pattern_message_status">Message Status</A></H3>
9482 There are five separate message status settings.
9483 By default, all five are set to the value &quot;Don't care&quot;, which
9484 will match any message.
9485 The value &quot;Yes&quot; means that the particular status must be true
9486 for a match, and the value &quot;No&quot; means that the particular
9487 status must not be true for a match.
9488 For example, one of the five Message Status settings is whether a message
9489 is marked Important or not.
9490 A &quot;Yes&quot; means that the message must be Important to be
9491 considered a match and &quot;No&quot; means that the message must not be
9492 Important to be considered a match.
9493 The same is true of the other four message status settings that depend
9494 on whether or not the message is New; whether the message has 
9495 been Answered or not; whether the message has been Deleted or not, and
9496 whether the message is Recent or not. 
9498 The nomenclature for New and Recent is a bit confusing:
9500 New means that the message is Unseen.
9501 It could have been in your mailbox for a long time but if you haven't looked
9502 at it, it is still considered New.
9503 That matches the default Alpine index display that shows an N for such a
9504 message.
9506 Recent means that the message was added to this folder since the last time
9507 you opened the folder.
9508 Alpine also shows an N by default for these types of messages.
9509 If you were to run two copies of Alpine that opened a folder one right after
9510 the other, a message would only show up as Recent in (at most) the first
9511 Alpine session.
9513 <H3><A NAME="pattern_message_keywords">Message Keywords</A></H3>
9515 Keywords are similar to Message Status, but they are chosen by the user.
9516 Provided the mail server allows for it, you may add a set of possible keywords
9517 to a folder and then you may set those keywords or not for each message
9518 in the folder (see <A HREF="h_common_flag">Flag Command</A>).
9519 The syntax of this part of the Pattern is similar to the header patterns.
9520 It is a list of keywords.
9521 The Keyword part of the Pattern is a match if the message has any of
9522 the keywords in the list set.
9523 Like other parts of the Pattern, if this is unset it will be ignored.
9525 <H3><A NAME="pattern_message_charsets">Message Character Sets</A></H3>
9527 A message may use one or more character sets.
9528 This part of the Pattern matches messages that make use of one or more of
9529 the character sets specified in the pattern.
9530 It will be considered a match if a message uses any of the character
9531 sets in the list you give here.
9534 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
9535 GB2312) you may also use some shorthand names that Alpine provides.
9536 These names are more understandable shorthand names for sets of 
9537 character set names.
9538 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
9539 Selecting one of these shorthand names is equivalent to selecting all of
9540 the character sets that make up the set.
9541 You can see all of these shorthand names and the lists of character sets
9542 they stand for by typing the &quot;T&quot; command with the Character
9543 Set pattern highlighted.
9544 The syntax of this part of the Pattern is similar to the header patterns
9545 and the Message Keywords pattern.
9546 It is a list of character sets (or shorthand names).
9547 The Character Set part of the Pattern is a match if the message uses any
9548 of the character sets in the list.
9549 Like other parts of the Pattern, if this is unset it will be ignored.
9551 <H3><A NAME="pattern_8bit_subject">Raw 8-bit in Subject</A></H3>
9553 It seems that lots of unwanted email contains unencoded 8-bit characters
9554 in the Subject.
9555 Normally, characters with the 8th bit set are not allowed in the Subject
9556 header unless they are MIME-encoded.
9557 This option gives you a way to match messages that have Subjects that
9558 contain unencoded 8-bit characters.
9559 By default, the value of this option is &quot;Don't care&quot;, which
9560 will match any message.
9561 The value &quot;Yes&quot; means that there must be raw 8-bit characters in
9562 the Subject of the message in order for there to be a match,
9563 and the value &quot;No&quot; is the opposite.
9564 Setting this option will affect performance in large folders because the
9565 subject of each message in the folder has to be checked.
9567 <H3><A NAME="pattern_bom">Beginning of Month</A></H3>
9569 This option gives you a way to take some action once per month.
9570 By default, the value of this option is &quot;Don't care&quot;, which
9571 will always match.
9572 The value &quot;Yes&quot; means that this must be the first time Alpine has
9573 been run this month in order to count as a match,
9574 and the value &quot;No&quot; is the opposite.
9576 <H3><A NAME="pattern_boy">Beginning of Year</A></H3>
9578 This option gives you a way to take some action once per year.
9579 By default, the value of this option is &quot;Don't care&quot;, which
9580 will always match.
9581 The value &quot;Yes&quot; means that this must be the first time Alpine has
9582 been run this year in order to count as a match,
9583 and the value &quot;No&quot; is the opposite.
9585 <H3><A NAME="pattern_abookfrom">Address in Address Books</A></H3>
9587 This option gives you a way to match messages that have an address
9588 that is in one of your address books.
9589 Only the simple entries in your address books are searched.
9590 Address book distribution lists are ignored!
9591 By default, the value of this option is &quot;Don't care&quot;, which
9592 will match any message.
9593 The value &quot;Yes, in any address book&quot; means the address
9594 from the message must be in at least one of your
9595 address books in order to be a match.
9596 The value &quot;No, not in any address book&quot;
9597 means none of the addresses may
9598 be in any of your address books in order to be a match.
9599 The values &quot;Yes, in specific address books&quot; and
9600 &quot;No, not in any of specific address books&quot; are similar but instead
9601 of depending on all address books you are allowed to give a list of address
9602 books to look in.
9603 The addresses from the message that are checked for are determined by the
9604 setting you have for &quot;Types of addresses to check for in address book&quot;.
9605 If you set this to &quot;From&quot; the From address from the message will
9606 be looked up in the address book.
9607 If you set it to only &quot;To&quot; then the To addresses will be used.
9608 If any of the To addresses are in the address book then it is considered
9609 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
9610 You could set it to both From and To, in which case all of the From and To
9611 addresses are used.
9612 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
9613 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
9614 exists or the From address if there is no Reply-To address.
9615 Same for the Sender address.
9616 Setting this option may affect performance in large folders because the
9617 From and Reply-To of each message in the folder have to be checked.
9619 <H3><A NAME="pattern_categorizer">Categorizer Command</A></H3>
9621 This is a command that is run with its standard input set to the message
9622 being checked and its standard output discarded.
9623 The full directory path should be specified.
9624 The command will be run and then its exit status will be checked against
9625 the Exit Status Interval, which defaults to just the value zero.
9626 If the exit status of the command falls in the interval, it is considered
9627 a match, otherwise it is not a match.
9630 This option may actually be a list of commands.
9631 The first one that exists and is executable is used.
9632 That makes it possible to use the same configuration with Unix Alpine and
9633 PC-Alpine.
9636 If none of the commands in the list exists and is executable then the rule
9637 is <EM>not</EM> a match.
9638 If it is possible that the command may not exist, you should be careful
9639 to structure your rules so that nothing destructive
9640 happens when the command does not exist.
9641 For example, you might have a filter that filters away spam when there is
9642 a match but does nothing when there is not a match.
9643 That would continue to work correctly if the command didn't exist.
9644 However, if you have a filter that filters away spam when there is not
9645 a match and keeps it when there is a match, that would filter everything
9646 if the categorizer command didn't exist.
9648 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
9649 setup for the bogofilter filter.
9652 &lt;End of help on this topic&gt;
9653 </BODY>
9654 </HTML>
9655 ===== h_rules_roles =====
9656 <HTML>
9657 <HEAD>
9658 <TITLE>SETUP ROLES SCREEN</TITLE>
9659 </HEAD>
9660 <BODY>
9661 <H1>SETUP ROLES SCREEN</H1>
9662 <H2>SETUP ROLES COMMANDS</H2>
9663 <!--chtml if pinemode="function_key"-->
9664 <PRE>
9665 Available  Commands -- Group 1         Available Commands -- Group 2   
9666 -------------------------------        ------------------------------  
9667 F1  Show Help Text                      F1  Show Help Text             
9668 F2  See commands in next group          F2  See commands in next group
9669 F3  Back to MAIN Alpine menu
9670 F4  Change configuration for role
9671 F5  Move to previous role               F5  Include file in role config
9672 F6  Move to next role                   F6  Exclude file from config
9673 F7  Previous page of roles
9674 F8  Next page of roles
9675 F9  Add new role                        F9  Replicate existing role
9676 F10 Delete existing role
9677 F11 Shuffle the order of roles
9678 F12 Whereis (search role nicknames)
9679 </PRE>
9680 <!--chtml else-->
9681 <PRE>
9682 Navigation                     General Alpine Commands
9683 -------------------------      -----------------------
9684  P  Prev Role                     ?  Display this help text
9685  N  Next Role                     E  Back to MAIN Alpine menu
9686  -  Previous page
9687 Spc (space bar) Next page
9688  W  WhereIs (search for word in role nicknames)
9690 Setup Roles Commands
9691 ------------------------------------------------
9692  A  Add new role                  $  Shuffle the order of roles
9693  D  Delete existing role          C  Change configuration for highlighted role
9694  R  Replicate existing role
9695  I  Include file in role config   X  Exclude file from role config
9696 </PRE>
9697 <!--chtml endif-->
9699 <H2>Description of the Setup Roles Screen</H2>
9701 This screen lets you add, delete, modify, or change the order of the rules
9702 that determine the role you are playing when composing a message.
9704 You may play different roles depending on who you are replying to.
9705 For example, if you are replying to a message addressed to help-desk you
9706 may be acting as a Help Desk Worker.
9707 That role may require that you use a different return address and/or
9708 a different signature.
9710 Roles are optional.
9711 If you set up roles they work like this:  Each role has a set of
9712 &quot;Uses&quot;, which indicate whether or not a role is eligible to be
9713 considered for a particular use; a &quot;Pattern&quot;,
9714 which is used to decide which of the eligible roles is used; and a set
9715 of &quot;Actions&quot;, which are taken when that role is used.
9716 When you reply to a message, the message you are replying to is compared
9717 with the Patterns of the roles marked as eligible for use when replying.
9718 The comparisons start with the first eligible role and keep going until there
9719 is a match.
9720 If a match is found, the matching role's Actions are taken.
9722 It is also possible to set a default role and to change that role during
9723 your Alpine session.
9724 When you start Alpine no default role will be set.
9725 You may set or change the current default role by using the &quot;D&quot;
9726 command in the role selection screen.
9727 You'll see that screen while composing a message and being asked to select
9728 a role.
9729 An easy way to get to that screen is to use the <A HREF="h_common_role">Role Command</A> to
9730 compose a message.
9731 You may find a default role useful if you normally perform the duties of one
9732 of your roles for a while, then you switch to another role and stay in the
9733 new role for another period of time.
9734 It may be easier than using the Role Command to select the role each time you
9735 compose a message.
9737 <H2>Role Uses</H2>
9739 There are three types of use to be configured;
9740 one for Replying, one for Forwarding, and one for Composing.
9741 These indicate whether or not you want a role to be considered when you
9742 type the Reply, Forward, or Compose commands.
9743 (The Role command is an alternate form of the Compose command, and it is
9744 not affected by these settings.)
9745 Each of these Use types has three possible values.
9746 The value &quot;Never&quot;
9747 means that the role will never be considered as a candidate for use with
9748 the corresponding command.
9749 For example, if you set a role's Reply Use to Never, then when you Reply to
9750 a message, that role won't even be considered.
9751 (That isn't quite true. If the message you are replying to matches some other
9752 role that requires confirmation,
9753 then there will be a ^T command available which allows you to select a role
9754 from all of your roles, not just the reply-eligible roles.)
9757 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
9758 both mean that you do want to consider this role when using the corresponding
9759 command.
9760 For either of these settings the role's Pattern will
9761 be checked to see if it matches the message.
9762 For Reply Use, the message used to compare the Pattern with is the message
9763 being replied to.
9764 For Forward Use, the message used to compare the Pattern with is the message
9765 being forwarded.
9766 For Compose Use, there is no message, so the parts of the Pattern that depend
9767 on a message (everything other than Current Folder Type) are ignored.
9768 In all cases, the Current Folder Type is checked if defined.
9769 If there is a match then this role will either be used without confirmation
9770 or will be the default when confirmation is asked for, depending on
9771 which of the two options is selected.
9772 If confirmation is requested, you will have a chance to
9773 choose No Role instead of the offered role, or to
9774 change the role to any one of your other roles (with the ^T command).
9776 <H2>Role Patterns</H2>
9778 In order to determine whether or not a message matches a role the message is
9779 compared with the Role's Pattern.
9780 These Patterns are the same for use with Roles, Filtering, Index Coloring,
9781 Scoring, Other Rules, and Search Rules, so are described in only one place,
9782 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9784 Since header patterns, AllText patterns, and BodyText patterns that are unset are ignored,
9785 a role that has all header patterns unset, the AllText pattern unset,
9786 the BodyText pattern unset,
9787 the Score Interval unset, and the Current Folder Type set to
9788 &quot;Any&quot; may be used as a default role.
9789 It should be put last in the list of roles since the matching
9790 starts at the beginning and proceeds until one of the roles is a match.
9791 If no roles at all match, then Alpine will
9792 use its regular methods of defining the role.
9793 If you wanted to, you could define a different &quot;default&quot; role
9794 for Replying, Forwarding, and Composing by setting the
9795 &quot;Use&quot; fields appropriately.
9797 <H2>Role Actions</H2>
9799 Once a role match is found, the role's Actions are taken.
9800 For each role there are several possible actions that may be defined.
9801 They are actions to set the From address, the Reply-To address,
9802 the Fcc, the Signature, the Template file, and Other Headers.
9804 <H3>Set From</H3>
9806 The From address is the address used on the From line of the message
9807 you are sending.
9809 <H3>Set Reply-To</H3>
9811 The Reply-To address is the address used on the Reply-To line of the message
9812 you are sending.
9813 You don't need a Reply-To address unless it is different from the From address.
9815 <H3>Set Other Headers</H3>
9817 If you want to set the value of the From or Reply-To headers, use
9818 the specific fields &quot;Set From&quot; or &quot;Set Reply-To&quot;.
9819 If you want to set the values of other headers, use this field.
9820 This field is similar to the
9821 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> configuration option.
9822 Each header you specify here must include the header tag
9823 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
9824 and may optionally include a value for that header.
9825 It is different from the <!--#echo var="VAR_customized-hdrs"--> in that the value you give
9826 for a header here will replace any value that already exists.
9827 For example, if you are Replying to a message there will be at least one
9828 address in the To header (the address you are Replying to).
9829 However, if you Reply using a role that sets the To header, that role's
9830 To header value will be used instead.
9832 <H3>Set Fcc</H3>
9834 The Fcc is used as the Fcc for the message you are sending.
9836 <H3>Set Signature or Set LiteralSig</H3>
9838 The Signature is the name of a file to be used as the signature file when
9839 this role is being used.
9840 If the name of the file has a vertical bar following it (|)
9841 then it is assumed that the file is a program that should be run to
9842 produce the signature.
9843 If the LiteralSig is set, then it is used instead of the signature file.
9844 LiteralSig is just a different way to store the signature.
9845 It is stored in the pine configuration file instead of in a separate
9846 signature file.
9847 If the <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined
9848 either in the role or as the default signature in the Setup/Config screen,
9849 then the signature file is ignored.
9851 <H3>Set Template</H3>
9853 A Template is the name of a file to be included in the message when this
9854 role is being used.
9855 If the name of the file has a vertical bar following it (|)
9856 then it is assumed that the file is a program that should be run to
9857 produce the template.
9860 Both signature files and template files may be stored remotely on an IMAP
9861 server.
9862 In order to do that you just give the file a remote name.
9863 This works just like the regular
9864 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>
9865 option that is configured from the Setup/Configuration screen.
9866 A remote signature file name might look like:
9868 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
9870 Once you have named the remote signature or template file you create its
9871 contents by using the &quot;F&quot; &quot;editFile&quot; command when the
9872 cursor is on the &quot;Set Signature&quot; or &quot;Set Template&quot;
9873 line of the role editor.
9876 Both signature files and template files (or the output of signature programs
9877 and template file programs) may contain special tokens
9878 that are replaced with contents
9879 that depend on the message being replied to or forwarded.
9880 See the help for the individual fields inside the role editor for more
9881 information on tokens.
9883 <H3>Use SMTP Server</H3>
9885 If this field has a value, then it will be used as the SMTP server
9886 to send mail when this role is being used (unless the SMTP server variable
9887 is set in the system-wide fixed configuration file).
9888 It has the same semantics as the
9889 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
9890 variable in the Setup/Config screen.
9891 When you postpone the composition this SMTP server list will be saved
9892 with the postponed composition and it cannot be changed later.
9893 Because of that, you may want to make this a list of SMTP servers
9894 with the preferred server at the front of the list and alternate servers
9895 later in the list.
9898 If any of the actions are left unset, then the action depends on what
9899 is present in the &quot;Initialize settings using role&quot; field.
9900 If you've listed the nickname of another one of your roles there, then the
9901 corresponding action from that role will be used here.
9902 If that action is also blank, or if there is no nickname specified,
9903 then Alpine will do whatever it normally does to set these actions.
9904 This depends on other configuration options and features you've set.
9906 <H2>Command Descriptions</H2>
9908 <H3>Add</H3>
9910 The Add command is used to add a new role definition to your set of
9911 roles.
9912 The new role will be added after the highlighted role.
9914 <H3>Delete</H3>
9916 The Delete command deletes the currently highlighted role.
9918 <H3>Change</H3>
9920 The Change command lets you edit the nickname, Uses, Pattern,
9921 and Actions of the currently highlighted role.
9923 <H3>Shuffle</H3>
9925 The Shuffle command allows you to change the order of the roles.
9926 You may move the currently highlighted role up or down in the list.
9927 The order of the roles is important since the roles are tested for a
9928 match starting with the first role and continuing until a match is found.
9929 You should place the roles with more specific Patterns near the beginning
9930 of the list, and those with more general Patterns near the end so that
9931 the more specific matches will happen when appropriate.
9933 <H3>Replicate</H3>
9935 The Replicate command is used to copy an existing role and modify it.
9936 The new role will be added after the highlighted role.
9938 <H3>IncludeFile</H3>
9940 The IncludeFile command allows you to add a roles file to your configuration.
9941 Usually, your roles will be contained in your Alpine configuration file.
9942 If you wish, some or all of your roles may be stored in a separate file.
9943 If a roles file already exists (maybe it was made by somebody else using
9944 Alpine), you may insert it before the currently highlighted role.
9945 You may also insert an empty file or a file that does not yet exist.
9946 Once you have an empty roles file in your configuration, you may use
9947 the Shuffle command to move roles into it.
9948 In fact, that's the only way to get the initial role into the file.
9950 <H3>eXcludeFile</H3>
9952 The eXcludeFile command removes a roles file from your roles configuration.
9953 A limitation of the program is that in order to exclude a roles file
9954 that file must have at least one role
9955 in it, otherwise you won't be able to highlight a line in the file.
9956 So you may have to add a dummy role to the file in order to exclude the file.
9957 <P><UL>
9958 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9959 </UL>
9961 &lt;End of help on this topic&gt;
9962 </BODY>
9963 </HTML>
9964 ===== h_rules_other =====
9965 <HTML>
9966 <HEAD>
9967 <TITLE>SETUP OTHER RULES SCREEN</TITLE>
9968 </HEAD>
9969 <BODY>
9970 <H1>SETUP OTHER RULES SCREEN</H1>
9971 <H2>SETUP OTHER RULES COMMANDS</H2>
9972 <!--chtml if pinemode="function_key"-->
9973 <PRE>
9974 Available  Commands -- Group 1         Available Commands -- Group 2   
9975 -------------------------------        ------------------------------  
9976 F1  Show Help Text                      F1  Show Help Text             
9977 F2  See commands in next group          F2  See commands in next group
9978 F3  Back to MAIN Alpine menu
9979 F4  Change configuration for rule
9980 F5  Move to previous rule               F5  Include file in rule config
9981 F6  Move to next rule                   F6  Exclude file from config
9982 F7  Previous page of rules
9983 F8  Next page of rules
9984 F9  Add new rule                        F9  Replicate existing rule
9985 F10 Delete existing rule
9986 F11 Shuffle the order of rules
9987 F12 Whereis (search rule nicknames)
9988 </PRE>
9989 <!--chtml else-->
9990 <PRE>
9991 Navigation                     General Alpine Commands
9992 -------------------------      -----------------------
9993  P  Prev rule                     ?  Display this help text
9994  N  Next rule                     E  Back to MAIN Alpine menu
9995  -  Previous page
9996 Spc (space bar) Next page
9997  W  WhereIs (search for word in rule nicknames)
9999 Setup Other Rules Commands
10000 ------------------------------------------------
10001  A  Add new rule                  $  Shuffle the order of rules
10002  D  Delete existing rule          C  Change configuration for highlighted rule
10003  R  Replicate existing rule
10004  I  Include file in rule config   X  Exclude file from rule config
10005 </PRE>
10006 <!--chtml endif-->
10008 <H2>Description of the Setup Other Rules Screen</H2>
10010 This is where you may set various actions that do not fit well into the
10011 other Rules categories.
10013 <H2>Patterns</H2>
10015 Other Rules are a little different from the rest of the Rules because
10016 they depend only on the current folder, and not on a particular message.
10017 In order to determine whether or not a rule's actions should be applied
10018 the current folder is compared with the rule's Pattern, which consists
10019 of only the Current Folder Type.
10020 Current Folder Type works the same for Other Rules as it does for Roles,
10021 Filtering, Index Coloring, and Scoring.
10022 Keep in mind that the only part of the Pattern that applies to Other
10023 Rules is the Current Folder Type when looking at the description of
10024 Patterns given
10025 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10027 <H2>The Actions</H2>
10029 <H3>Set Sort Order</H3>
10031 When you enter a new folder, these rules will be checked to see if you
10032 have set a sort order that is different from your default sort order.
10033 The default is set in the Setup/Config screen with
10034 the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
10035 If the Sort Order action is set, then the folder will be displayed sorted in
10036 that sort order instead of in the default order.
10038 A possible point of confusion arises when you change the configuration
10039 of the Sort Order for the currently open folder.
10040 The folder will normally be re-sorted when you go back to viewing the
10041 index.
10042 However, if you have manually sorted the folder with the
10043 Sort
10044 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
10045 command, then it will not be re-sorted until the next time it is opened.
10047 <H3>Set Index Format</H3>
10049 When you enter a new folder, these rules will be checked to see if you
10050 have set an Index Format that is different from your default Index Format,
10051 which is set with the
10052 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
10053 If so, the index will be displayed with this format instead of the default.
10055 <H3>Set Startup Rule</H3>
10057 When you enter a new folder, these rules will be checked to see if you
10058 have set a startup rule that is different from the default startup rule.
10059 The default for incoming folders is set in the Setup/Config screen with
10060 the &quot;<!--#echo var="VAR_incoming-startup-rule"-->&quot; option.
10061 The default for folders other than INBOX that are not part of your
10062 incoming collection
10063 (see <A HREF="h_config_enable_incoming"><!--#echo var="FEAT_enable-incoming-folders"--></A> feature) 
10064 is to start with the last message in the folder.
10065 If the Startup Rule is set to something other than &quot;default&quot;,
10066 then the rule will determine which message will be the current message when
10067 the folder is first opened.
10069 The various startup rule possibilities work the same here as they do in
10070 the incoming collection, so check
10071 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
10072 for more help.
10074 <H2>Command Descriptions</H2>
10076 <H3>Add</H3>
10078 The Add command is used to add a new rule definition to your set of
10079 rules.
10080 The new rule will be added after the highlighted rule.
10082 <H3>Delete</H3>
10084 The Delete command deletes the currently highlighted rule.
10086 <H3>Change</H3>
10088 The Change command lets you edit the nickname, Pattern,
10089 and Action of the currently highlighted rule.
10091 <H3>Shuffle</H3>
10093 The Shuffle command allows you to change the order of the rules.
10094 You may move the currently highlighted rule up or down in the list.
10095 The order of the rules is important since the rules are tested for a
10096 match starting with the first rule and continuing until a match is found.
10097 You should place the rules with more specific Patterns near the beginning
10098 of the list, and those with more general Patterns near the end so that
10099 the more specific matches will happen when appropriate.
10101 <H3>Replicate</H3>
10103 The Replicate command is used to copy an existing rule definition and modify it.
10104 The new rule will be added after the highlighted rule.
10106 <H3>IncludeFile</H3>
10108 The IncludeFile command allows you to add a rules file to your configuration.
10109 Usually, your rules will be contained in your Alpine configuration file.
10110 If you wish, some or all of your rules may be stored in a separate file.
10111 If a rules file already exists (maybe it was made by somebody else using
10112 Alpine), you may insert it before the currently highlighted rule.
10113 You may also insert an empty file or a file that does not yet exist.
10114 Once you have an empty rules file in your configuration, you may use
10115 the Shuffle command to move rules into it.
10116 In fact, that's the only way to get the initial rule into the file.
10118 <H3>eXcludeFile</H3>
10120 The eXcludeFile command removes a rules file from your rules configuration.
10121 A limitation of the program is that in order to exclude a rules file
10122 that file must have at least one rule
10123 in it, otherwise you won't be able to highlight a line in the file.
10124 So you may have to add a dummy rule to the file in order to exclude the file.
10125 <P><UL>
10126 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10127 </UL>
10129 &lt;End of help on this topic&gt;
10130 </BODY>
10131 </HTML>
10132 ===== h_rules_srch =====
10133 <HTML>
10134 <HEAD>
10135 <TITLE>SETUP SEARCH RULES SCREEN</TITLE>
10136 </HEAD>
10137 <BODY>
10138 <H1>SETUP SEARCH RULES SCREEN</H1>
10139 <H2>SETUP SEARCH RULES COMMANDS</H2>
10140 <!--chtml if pinemode="function_key"-->
10141 <PRE>
10142 Available  Commands -- Group 1         Available Commands -- Group 2   
10143 -------------------------------        ------------------------------  
10144 F1  Show Help Text                      F1  Show Help Text             
10145 F2  See commands in next group          F2  See commands in next group
10146 F3  Back to MAIN Alpine menu
10147 F4  Change configuration for rule
10148 F5  Move to previous rule               F5  Include file in rule config
10149 F6  Move to next rule                   F6  Exclude file from config
10150 F7  Previous page of rules
10151 F8  Next page of rules
10152 F9  Add new rule                        F9  Replicate existing rule
10153 F10 Delete existing rule
10154 F11 Shuffle the order of rules
10155 F12 Whereis (search rule nicknames)
10156 </PRE>
10157 <!--chtml else-->
10158 <PRE>
10159 Navigation                     General Alpine Commands
10160 -------------------------      -----------------------
10161  P  Prev rule                     ?  Display this help text
10162  N  Next rule                     E  Back to MAIN Alpine menu
10163  -  Previous page
10164 Spc (space bar) Next page
10165  W  WhereIs (search for word in rule nicknames)
10167 Setup Search Rules Commands
10168 ------------------------------------------------
10169  A  Add new rule                  $  Shuffle the order of rules
10170  D  Delete existing rule          C  Change configuration for highlighted rule
10171  R  Replicate existing rule
10172  I  Include file in rule config   X  Exclude file from rule config
10173 </PRE>
10174 <!--chtml endif-->
10176 <H2>Description of the Setup Search Rules Screen</H2>
10178 One of the commands that becomes available when that feature is turned on
10179 is the &quot;; Select&quot; command, which is used in the MESSAGE INDEX
10180 screen to select a set of messages.
10181 One way of selecting messages is to use a Rule.
10182 All of the messages that match (or don't match if you wish)
10183 a Rule's Pattern will be selected.
10185 Any of your Rules may be used for this purpose.
10186 You might already have Rules set up for filtering, index line color, scores, or roles;
10187 and you may use any of those Rules with the Select command.
10188 However, you might find it more convenient to set up a separate set of Rules
10189 just for this purpose without having to worry about what other effects
10190 they may cause.
10191 That is the purpose of these Select Rules.
10194 Each rule has a &quot;Pattern&quot;
10195 that is used to decide which messages are selected when you use it with
10196 the Select command.
10198 <H2>Patterns</H2>
10200 In order to determine whether or not a message should be selected
10201 the message is compared with the rule's Pattern.
10202 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10203 Scoring, Other Rules, and Search Rules, so are described in only one place,
10204 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10206 <H2>Command Descriptions</H2>
10208 <H3>Add</H3>
10210 The Add command is used to add a new rule definition to your set of
10211 rules.
10212 The new rule will be added after the highlighted rule.
10214 <H3>Delete</H3>
10216 The Delete command deletes the currently highlighted rule.
10218 <H3>Change</H3>
10220 The Change command lets you edit the nickname and Pattern
10221 of the currently highlighted rule.
10223 <H3>Shuffle</H3>
10225 The Shuffle command allows you to change the order of the rules.
10226 This affects only the order they are presented in when you use the
10227 ^T subcommand of the Select by Rule command.
10228 You may move the currently highlighted rule up or down in the list.
10230 <H3>Replicate</H3>
10232 The Replicate command is used to copy an existing rule definition and modify it.
10233 The new rule will be added after the highlighted rule.
10235 <H3>IncludeFile</H3>
10237 The IncludeFile command allows you to add a rules file to your configuration.
10238 Usually, your rules will be contained in your Alpine configuration file.
10239 If you wish, some or all of your rules may be stored in a separate file.
10240 If a rules file already exists (maybe it was made by somebody else using
10241 Alpine), you may insert it before the currently highlighted rule.
10242 You may also insert an empty file or a file that does not yet exist.
10243 Once you have an empty rules file in your configuration, you may use
10244 the Shuffle command to move rules into it.
10245 In fact, that's the only way to get the initial rule into the file.
10247 <H3>eXcludeFile</H3>
10249 The eXcludeFile command removes a rules file from your rules configuration.
10250 A limitation of the program is that in order to exclude a rules file
10251 that file must have at least one rule
10252 in it, otherwise you won't be able to highlight a line in the file.
10253 So you may have to add a dummy rule to the file in order to exclude the file.
10254 <P><UL>
10255 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10256 </UL>
10258 &lt;End of help on this topic&gt;
10259 </BODY>
10260 </HTML>
10261 ===== h_rules_incols =====
10262 <HTML>
10263 <HEAD>
10264 <TITLE>SETUP INDEX LINE COLORS SCREEN</TITLE>
10265 </HEAD>
10266 <BODY>
10267 <H1>SETUP INDEX LINE COLORS SCREEN</H1>
10268 <H2>SETUP INDEX LINE COLORS COMMANDS</H2>
10269 <!--chtml if pinemode="function_key"-->
10270 <PRE>
10271 Available  Commands -- Group 1         Available Commands -- Group 2   
10272 -------------------------------        ------------------------------  
10273 F1  Show Help Text                      F1  Show Help Text             
10274 F2  See commands in next group          F2  See commands in next group
10275 F3  Back to MAIN Alpine menu
10276 F4  Change configuration for rule
10277 F5  Move to previous rule               F5  Include file in rule config
10278 F6  Move to next rule                   F6  Exclude file from config
10279 F7  Previous page of rules
10280 F8  Next page of rules
10281 F9  Add new rule                        F9  Replicate existing rule
10282 F10 Delete existing rule
10283 F11 Shuffle the order of rules
10284 F12 Whereis (search rule nicknames)
10285 </PRE>
10286 <!--chtml else-->
10287 <PRE>
10288 Navigation                     General Alpine Commands
10289 -------------------------      -----------------------
10290  P  Prev rule                     ?  Display this help text
10291  N  Next rule                     E  Back to MAIN Alpine menu
10292  -  Previous page
10293 Spc (space bar) Next page
10294  W  WhereIs (search for word in rule nicknames)
10296 Setup Index Color Commands
10297 ------------------------------------------------
10298  A  Add new rule                  $  Shuffle the order of rules
10299  D  Delete existing rule          C  Change configuration for highlighted rule
10300  R  Replicate existing rule
10301  I  Include file in rule config   X  Exclude file from rule config
10302 </PRE>
10303 <!--chtml endif-->
10305 <H2>Description of the Setup Index Line Colors Screen</H2>
10307 Index Line Color causes lines in the MESSAGE INDEX screen to be colored.
10308 This action is only available if your terminal is capable of displaying
10309 color and color display has been enabled with the
10310 <A HREF="h_config_color_style">Color Style</A> option within the
10311 Setup Color screen.
10312 (In PC-Alpine, color is always enabled so there is no option to turn on.)
10313 This screen lets you add, delete, modify, or change the order of the rules
10314 that cause the lines in the MESSAGE INDEX to be displayed in different
10315 colors.
10317 Each rule has a &quot;Pattern&quot;,
10318 which is used to decide which of the rules is used; and the color that
10319 is used if the Pattern matches a particular message.
10321 <H2>Index Color Patterns</H2>
10323 In order to determine whether or not a message matches an Index Color Rule
10324 the message is compared with the rule's Pattern.
10325 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10326 Scoring, Other Rules, and Search Rules, so are described in only one place,
10327 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10330 If none of the Index Color rules is a match for a particular index line,
10331 then the color used is set using
10332 the <A HREF="h_color_setup">Setup Kolor</A> screen.
10334 <H2>Index Line Color</H2>
10336 This is the color that index lines are colored when there is a matching
10337 Pattern.
10338 This colors the whole index line, except possibly the status letters,
10339 which may be colored separately using
10340 the <A HREF="h_color_setup">Setup Kolor</A> screen.
10342 <H2>Command Descriptions</H2>
10344 <H3>Add</H3>
10346 The Add command is used to add a new rule definition to your set of
10347 rules.
10348 The new rule will be added after the highlighted rule.
10350 <H3>Delete</H3>
10352 The Delete command deletes the currently highlighted rule.
10354 <H3>Change</H3>
10356 The Change command lets you edit the nickname, Pattern,
10357 and Index Line Color of the currently highlighted rule.
10359 <H3>Shuffle</H3>
10361 The Shuffle command allows you to change the order of the rules.
10362 You may move the currently highlighted rule up or down in the list.
10363 The order of the rules is important since the rules are tested for a
10364 match starting with the first rule and continuing until a match is found.
10365 You should place the rules with more specific Patterns near the beginning
10366 of the list, and those with more general Patterns near the end so that
10367 the more specific matches will happen when appropriate.
10369 <H3>Replicate</H3>
10371 The Replicate command is used to copy an existing rule definition and modify it.
10372 The new rule will be added after the highlighted rule.
10374 <H3>IncludeFile</H3>
10376 The IncludeFile command allows you to add a rules file to your configuration.
10377 Usually, your rules will be contained in your Alpine configuration file.
10378 If you wish, some or all of your rules may be stored in a separate file.
10379 If a rules file already exists (maybe it was made by somebody else using
10380 Alpine), you may insert it before the currently highlighted rule.
10381 You may also insert an empty file or a file that does not yet exist.
10382 Once you have an empty rules file in your configuration, you may use
10383 the Shuffle command to move rules into it.
10384 In fact, that's the only way to get the initial rule into the file.
10386 <H3>eXcludeFile</H3>
10388 The eXcludeFile command removes a rules file from your rules configuration.
10389 A limitation of the program is that in order to exclude a rules file
10390 that file must have at least one rule
10391 in it, otherwise you won't be able to highlight a line in the file.
10392 So you may have to add a dummy rule to the file in order to exclude the file.
10393 <P><UL>
10394 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10395 </UL>
10397 &lt;End of help on this topic&gt;
10398 </BODY>
10399 </HTML>
10400 ===== h_rules_filter =====
10401 <HTML>
10402 <HEAD>
10403 <TITLE>SETUP FILTERING SCREEN</TITLE>
10404 </HEAD>
10405 <BODY>
10406 <H1>SETUP FILTERING SCREEN</H1>
10407 <H2>SETUP FILTERING COMMANDS</H2>
10408 <!--chtml if pinemode="function_key"-->
10409 <PRE>
10410 Available  Commands -- Group 1         Available Commands -- Group 2   
10411 -------------------------------        ------------------------------  
10412 F1  Show Help Text                      F1  Show Help Text             
10413 F2  See commands in next group          F2  See commands in next group
10414 F3  Back to MAIN Alpine menu
10415 F4  Change configuration for filter
10416 F5  Move to previous filter             F5  Include file in filter config
10417 F6  Move to next filter                 F6  Exclude file from config
10418 F7  Previous page of filters
10419 F8  Next page of filters
10420 F9  Add new filter                      F9  Replicate existing filter
10421 F10 Delete existing filter
10422 F11 Shuffle the order of filters
10423 F12 Whereis (search filter nicknames)
10424 </PRE>
10425 <!--chtml else-->
10426 <PRE>
10427 Navigation                     General Alpine Commands
10428 -------------------------      -----------------------
10429  P  Prev Filter                   ?  Display this help text
10430  N  Next Filter                   E  Back to MAIN Alpine menu
10431  -  Previous page
10432 Spc (space bar) Next page
10433  W  WhereIs (search for word in filter nicknames)
10435 Setup Filters Commands
10436 ------------------------------------------------
10437  A  Add new filter                $  Shuffle the order of filters
10438  D  Delete existing filter        C  Change configuration for highlighted filter
10439  R  Replicate existing filter
10440  I  Include file in filter config X  Exclude file from filter config
10441 </PRE>
10442 <!--chtml endif-->
10444 <H2>Description of the Setup Filtering Screen</H2>
10446 This screen lets you add, delete, modify, or change the order of the rules
10447 that determine the filtering Alpine does on folders you view.
10449 The software that actually delivers mail (the stuff that happens
10450 before Alpine is involved) for you is in a better position to do mail filtering
10451 than Alpine itself.
10452 If possible, you may want to look into using that sort of mail filtering to
10453 deliver mail to different folders, delete it, or forward it.
10454 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
10456 Filtering is a way to automatically move certain messages from one folder
10457 to another or to delete messages.
10458 It can also be used to set message status (Important, Deleted, New,
10459 Answered) and to set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
10460 Alpine doesn't have the ability to forward mail to another address or
10461 to deliver vacation messages.
10463 Each filtering rule has a &quot;Pattern&quot; and a &quot;Filter Action&quot;.
10464 When a folder is opened, when new mail arrives in an open folder, or
10465 when mail is Expunged from a folder; each
10466 message is compared with the Patterns of your filtering rules.
10467 The comparisons start with the first rule and keep going until there
10468 is a match.
10469 If a match is found, the message may be deleted or moved, depending on
10470 the setting of the Filter Action.
10471 If the message is not deleted, it may have its status altered.
10474 <EM>NOTE:</EM>
10475 When setting up a Pattern used to delete messages,
10476 it is recommended that you test the Pattern first with a &quot;Move&quot;
10477 folder specified in
10478 case unintended matches occur.  Messages that are deleted will be removed 
10479 from the folder and <EM>unrecoverable</EM> from within Alpine after the
10480 next Expunge command or once the folder being filtered has been closed.
10482 <H2>Filter Patterns</H2>
10484 In order to determine whether or not a message matches a filter the message is
10485 compared with the Filter's Pattern.
10486 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10487 Scoring, Other Rules, and Search Rules, so are described in only one place,
10488 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10490 Since filtering is a potentially destructive action, if you have a filtering
10491 Pattern with nothing other than Current Folder Type set, that filtering
10492 rule is ignored.
10494 <H2>Filter Actions</H2>
10496 Once a filter match is found for a particular message, there are some actions
10497 that may be taken.
10498 First, the message may have its status changed.
10499 This is the same message status that you can manipulate manually using the
10500 <a href="h_common_flag">Flag Command</a>.
10501 There are always four elements of message status that you can control.
10502 You can set or clear the Important status, the New status, the Deleted
10503 status, and the Answered status.
10504 Of course, if the filter is going to delete the message,
10505 then there is no point in setting message status.
10506 You may also be able to set user-defined keywords for a message.
10507 Read a little about keywords in the help text for the
10508 <A HREF="h_common_flag">Flag</A> command.
10510 Second, the filter may delete or move the message.
10511 Deleting the message marks it Deleted and removes it from view.
10512 It is effectively gone forever (though it technically is still there until
10513 the next expunge command, which may happen implicitly).
10514 Moving the message moves it from the open folder into the folder
10515 listed on the &quot;Folder List&quot; line of the filter configuration.
10516 If you list more than one folder name (separated by commas) then the message
10517 will be copied to each of those folders.
10518 In any case, if &quot;Delete&quot; or &quot;Move&quot; is set then the
10519 message is removed from the current folder.
10520 If you just want to set the messages status without deleting it from
10521 the folder, then set the filter action to
10522 &quot;Just Set Message Status&quot;.
10524 (There is no way to do a Copy instead of a Move, due to the difficulties
10525 involved in keeping track of whether or not a message has
10526 already been copied.)
10528 <H2>Command Descriptions</H2>
10530 <H3>Add</H3>
10532 The Add command is used to add a new filter definition to your set of
10533 filters.
10534 The new filter will be added after the highlighted filter.
10536 <H3>Delete</H3>
10538 The Delete command deletes the currently highlighted filter.
10540 <H3>Change</H3>
10542 The Change command lets you edit the nickname, Pattern,
10543 and Folder of the currently highlighted filter.
10545 <H3>Shuffle</H3>
10547 The Shuffle command allows you to change the order of the filters.
10548 You may move the currently highlighted filter up or down in the list.
10549 The order of the filters is important since the filters are tested for a
10550 match starting with the first filter and continuing until a match is found.
10551 You should place the filters with more specific Patterns near the beginning
10552 of the list, and those with more general Patterns near the end so that
10553 the more specific matches will happen when appropriate.
10555 <H3>Replicate</H3>
10557 The Replicate command is used to copy an existing filter and modify it.
10558 The new filter will be added after the highlighted filter.
10560 <H3>IncludeFile</H3>
10562 The IncludeFile command allows you to add a filters file to your configuration.
10563 Usually, your filters will be contained in your Alpine configuration file.
10564 If you wish, some or all of your filters may be stored in a separate file.
10565 If a filters file already exists (maybe it was made by somebody else using
10566 Alpine), you may insert it before the currently highlighted filter.
10567 You may also insert an empty file or a file that does not yet exist.
10568 Once you have an empty filters file in your configuration, you may use
10569 the Shuffle command to move filters into it.
10570 In fact, that's the only way to get the initial filter into the file.
10572 <H3>eXcludeFile</H3>
10574 The eXcludeFile command removes a filters file from your filters configuration.
10575 A limitation of the program is that in order to exclude a filters file
10576 that file must have at least one filter
10577 in it, otherwise you won't be able to highlight a line in the file.
10578 So you may have to add a dummy filter to the file in order to exclude the file.
10579 <P><UL>
10580 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10581 </UL>
10583 <H3>Performance Considerations</H3>
10584 The number and type of patterns being tested can 
10585 adversely effect performance.  Issues to be aware
10586 of include:
10588 <UL>
10589   <LI> The more filters you have defined the longer it will take to run down
10590 the list.  Deleting unused filters is a good idea.
10591   <LI> Filtering in newsgroups served by an NNTP server will be slow
10592 if your patterns include tests other than &quot;From:&quot;
10593 or &quot;Subject:&quot;.
10594 </UL>
10596 &lt;End of help on this topic&gt;
10597 </BODY>
10598 </HTML>
10599 ===== h_rules_score =====
10600 <HTML>
10601 <HEAD>
10602 <TITLE>SETUP SCORING SCREEN</TITLE>
10603 </HEAD>
10604 <BODY>
10605 <H1>SETUP SCORING SCREEN</H1>
10606 <H2>SETUP SCORING COMMANDS</H2>
10607 <!--chtml if pinemode="function_key"-->
10608 <PRE>
10609 Available  Commands -- Group 1         Available Commands -- Group 2   
10610 -------------------------------        ------------------------------  
10611 F1  Show Help Text                      F1  Show Help Text             
10612 F2  See commands in next group          F2  See commands in next group
10613 F3  Back to MAIN Alpine menu
10614 F4  Change configuration for rule
10615 F5  Move to previous rule               F5  Include file in rule config
10616 F6  Move to next rule                   F6  Exclude file from config
10617 F7  Previous page of rules
10618 F8  Next page of rules
10619 F9  Add new rule                        F9  Replicate existing rule
10620 F10 Delete existing rule
10621 F11 Shuffle the order of rules
10622 F12 Whereis (search rule nicknames)
10623 </PRE>
10624 <!--chtml else-->
10625 <PRE>
10626 Navigation                     General Alpine Commands
10627 -------------------------      -----------------------
10628  P  Prev rule                     ?  Display this help text
10629  N  Next rule                     E  Back to MAIN Alpine menu
10630  -  Previous page
10631 Spc (space bar) Next page
10632  W  WhereIs (search for word in rule nicknames)
10634 Setup Scoring Commands
10635 ------------------------------------------------
10636  A  Add new rule                  $  Shuffle the order of rules
10637  D  Delete existing rule          C  Change configuration for highlighted rule
10638  R  Replicate existing rule
10639  I  Include file in rule config   X  Exclude file from rule config
10640 </PRE>
10641 <!--chtml endif-->
10643 <H2>Description of the Setup Scoring Screen</H2>
10645 Most people will not use scores at all, but if you do use them, here's how
10646 they work in Alpine.
10647 Using this screen, you may define Scoring rules.
10648 The score for a message is calculated by looking at every Score rule defined
10649 and adding up the Score Values for the ones that match the message.
10650 If there are no matches for a message, it has a score of zero.
10651 Message scores may be used a couple of ways in Alpine.
10653 <H3>Sorting by Score</H3>
10655 One of the methods you may use to sort message indexes is to sort by
10656 score.
10657 The scores of all the messages in a folder will be calculated and then
10658 the index will be ordered by placing the messages in order of ascending or
10659 descending score.
10661 <H3>Scores for use in Patterns</H3>
10663 The Patterns used for Roles, Index Line Coloring, and Filtering have a
10664 category labeled &quot;Score Interval&quot;.
10665 When a message is being compared with a Pattern to check for a match, if
10666 the Score Interval is set only messages that have a score somewhere in
10667 the interval are a match.
10669 <H2>Scoring Rule Patterns</H2>
10671 In order to determine whether or not a message matches a scoring rule
10672 the message is compared with the rule's Pattern.
10673 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10674 Scoring, Other Rules, and Search Rules, so are described in only one place,
10675 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10678 Actually, Scoring rule Patterns are slightly different from the other types of
10679 Patterns because Scoring rule Patterns don't contain a Score Interval.
10680 In other words, when calculating the score for a message, which is done
10681 by looking at the Scoring rule Patterns, scores aren't used.
10683 <H2>Score Value</H2>
10685 This is the value that will be added to the score for a message if the
10686 rule's Pattern is a match.
10687 Each individual Score Value is an integer between -100 and 100, and the
10688 values from matching rules are added together to get a message's score.
10689 There is also a way to extract the value from a particular header of each
10690 message. See the help text for Score Value for further information.
10692 <H2>Command Descriptions</H2>
10694 <H3>Add</H3>
10696 The Add command is used to add a new scoring rule definition.
10697 The new rule will be added after the highlighted rule.
10699 <H3>Delete</H3>
10701 The Delete command deletes the currently highlighted scoring rule.
10703 <H3>Change</H3>
10705 The Change command lets you edit the nickname, Pattern,
10706 and Score Value of the currently highlighted scoring rule.
10708 <H3>Shuffle</H3>
10710 The Shuffle command allows you to change the order of the scoring rules.
10711 You may move the currently highlighted rule up or down in the list.
10712 The order of the rules is important since the rules are tested for a
10713 match starting with the first rule and continuing until a match is found.
10714 You should place the rules with more specific Patterns near the beginning
10715 of the list, and those with more general Patterns near the end so that
10716 the more specific matches will happen when appropriate.
10718 <H3>Replicate</H3>
10720 The Replicate command is used to copy an existing rule and modify it.
10721 The new rule will be added after the highlighted rule.
10723 <H3>IncludeFile</H3>
10725 The IncludeFile command allows you to add a rules file to your configuration.
10726 Usually, your rules will be contained in your Alpine configuration file.
10727 If you wish, some or all of your rules may be stored in a separate file.
10728 If a rules file already exists (maybe it was made by somebody else using
10729 Alpine), you may insert it before the currently highlighted rule.
10730 You may also insert an empty file or a file that does not yet exist.
10731 Once you have an empty rules file in your configuration, you may use
10732 the Shuffle command to move rules into it.
10733 In fact, that's the only way to get the initial rule into the file.
10735 <H3>eXcludeFile</H3>
10737 The eXcludeFile command removes a rules file from your rules configuration.
10738 A limitation of the program is that in order to exclude a rules file
10739 that file must have at least one rule
10740 in it, otherwise you won't be able to highlight a line in the file.
10741 So you may have to add a dummy rule to the file in order to exclude the file.
10742 <P><UL>
10743 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10744 </UL>
10746 &lt;End of help on this topic&gt;
10747 </BODY>
10748 </HTML>
10749 ===== h_direct_config =====
10750 <HTML>
10751 <HEAD>
10752 <TITLE>SETUP LDAP DIRECTORY SERVERS SCREEN</TITLE>
10753 </HEAD>
10754 <BODY>
10755 <H1>SETUP LDAP DIRECTORY SERVERS SCREEN</H1>
10756 <H2>SETUP LDAP DIRECTORY SERVERS COMMANDS</H2>
10757 <!--chtml if pinemode="function_key"-->
10758 <PRE>
10759 Available  Commands                        
10760 -------------------------------            
10761 F1  Show Help Text                         
10762 F3  Back to MAIN Alpine menu                 
10763 F4  Change configuration for directory server  
10764 F5  Move to previous directory server          
10765 F6  Move to next directory server              
10766 F7  Previous page of directory servers         
10767 F8  Next page of directory servers
10768 F9  Add new directory server
10769 F10 Delete existing directory server
10770 F11 Shuffle the order of directory servers
10771 F12 Whereis (search directory server titles)   
10772 </PRE>
10773 <!--chtml else-->
10774 <PRE>
10775 Navigation                     General Alpine Commands
10776 -------------------------      -----------------------
10777  P  Prev Directory Server         ?  Display this help text
10778  N  Next Directory Server         E  Back to MAIN Alpine menu
10779  -  Previous page
10780 Spc (space bar) Next page
10781  W  WhereIs (search for word in directory server titles)
10783 Setup LDAP Directory Server Commands
10784 ------------------------------------------------
10785  A  Add new directory server      $  Shuffle the order of directory servers
10786  D  Delete existing dir server    C  Change configuration for highlighted server
10787 </PRE>
10788 <!--chtml endif-->
10790 <H2>Description of the Setup LDAP Directory Servers Screen</H2>
10792 This screen lets you add, delete, modify, or change the order of your
10793 directory servers. You may also set some optional behavior for each server.
10794 The &quot;Add Dir&quot; command brings up a blank form to 
10795 fill in. You will have to supply at least the name of the LDAP server.
10796 You will often have to supply a search base to be used with that server,
10797 as well. Once the form has been brought up on your screen, there is help
10798 available for each of the options you may set.
10800 The &quot;Del Dir&quot; command allows you to remove a directory server
10801 from your configuration.
10803 The &quot;Change&quot; command is similar to the &quot;Add Dir&quot; command.
10804 The difference is that instead of bringing up a form for a new server
10805 configuration, you are changing the configuration of an existing entry.
10806 For example, you might want to correct a typing error, change a
10807 nickname, or change one of the options set for that server.
10809 The &quot;Shuffle&quot; command is used to change the order of directory
10810 servers.
10811 <P><UL>
10812 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10813 </UL>
10815 &lt;End of help on this topic&gt;
10816 </BODY>
10817 </HTML>
10818 ============= h_address_display ========================
10819 <HTML>
10820 <HEAD>
10821 <TITLE>SEARCH RESULTS INDEX</TITLE>
10822 </HEAD>
10823 <BODY>
10824 <H1>SEARCH RESULTS INDEX</H1>
10825 This screen shows the results, if any, of your Directory Server search.  
10826 Commands (besides those for screen navigation) are:
10827 <DL>
10828 <DT>View
10829 <!--chtml if pinemode="function_key"-->
10830 (F4)
10831 <!--chtml else-->
10833 <!--chtml endif-->
10834 </DT>
10835 <DD>See the full information for the selected entry.
10837 <DT>Compose
10838 <!--chtml if pinemode="function_key"-->
10839 (F9)
10840 <!--chtml else-->
10842 <!--chtml endif--></DT>
10843 <DD>Compose a message with the selected entry as the recipient.
10845 <DT>Role
10846 <!--chtml if pinemode="function_key"-->
10847 (F2)
10848 <!--chtml else-->
10850 <!--chtml endif--></DT>
10851 <DD>Compose a message with the selected entry as the recipient. This differs
10852 from Compose in that you may select a role before beginning your composition.
10854 <DT>Forward
10855 <!--chtml if pinemode="function_key"-->
10856 (F10)
10857 <!--chtml else-->
10859 <!--chtml endif--></DT>
10860 <DD>Send the full information for the selected entry as an 
10861 email message to someone else.
10863 <DT>Save
10864 <!--chtml if pinemode="function_key"-->
10865 (F11)
10866 <!--chtml else-->
10868 <!--chtml endif-->
10869 </DT>
10870 <DD>Save to your address book:
10871 <UL>
10872 <LI>the result of the search (as just found through your query) for the 
10873 selected entry; or 
10874 <LI>the selected entry for repeated Directory Server searching when used 
10875 in the future.
10876 </UL>
10877 or<BR>
10878 Export to a file (external to Alpine):
10879 <UL>
10880 <LI>the full information for the selected entry; or
10881 <LI>the email address from the selected entry; or
10882 <LI>the selected entry in <A HREF="h_whatis_vcard">vCard</A> format.
10883 </UL>
10884 <DT>WhereIs
10885 <!--chtml if pinemode="function_key"-->
10886 (F12)
10887 <!--chtml else-->
10889 <!--chtml endif-->
10890 </DT>
10891 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
10892 displayed text, not the full records for each entry.)  
10893 </DL>
10894 &lt;End of help on this topic&gt;
10895 </BODY>
10896 </HTML>
10897 ============= h_address_select ========================
10898 <HTML>
10899 <HEAD>
10900 <TITLE>SEARCH RESULTS INDEX</TITLE>
10901 </HEAD>
10902 <BODY>
10903 <H1>SEARCH RESULTS INDEX</H1>
10904 This screen shows the results, if any, of your Directory Server search.  
10905 Commands (besides those for screen navigation) are:
10906 <DL>
10907 <DT>Select
10908 </DT>
10909 <DD>Select this entry for use.
10911 <DT>ExitSelect
10912 <DD>Exit without selecting any of the entries.
10914 <DT>WhereIs
10915 </DT>
10916 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
10917 displayed text, not the full records for each entry.)  
10918 </DL>
10919 &lt;End of help on this topic&gt;
10920 </BODY>
10921 </HTML>
10922 ===== h_folder_maint =====
10923 <HTML>
10924 <HEAD>
10925 <TITLE>Help for Folder List</TITLE>
10926 </HEAD>
10927 <BODY>
10928 <H1>FOLDER LIST COMMANDS</H1>
10929 <!--chtml if pinemode="function_key"-->
10930 <PRE>
10931 Available Commands -- Group 1        Available Commands -- Group 2
10932 -------------------------------      ------------------------------
10933 F1  Show Help Text                    F1  Show Help Text               
10934 F2  See commands in next group        F2  See commands in next group  
10935 F3  MAIN MENU Screen                  F3  Quit Alpine                    
10936 F4  Select folder and view it         F4  MAIN MENU Screen
10937 F5  Move to previous folder
10938 F6  Move to next folder               F6  Specify a folder to go to
10939 F7  Show previous screen of listing   F7  Show MESSAGE INDEX of current folder
10940 F8  Show next screen of listing       F8  Compose a message
10941 F9  Add a new folder                  F9  Print folder listing
10942 F10 Delete selected folder
10943 F11 Rename selected folder
10944 F12 Whereis (search folder names)
10946 Available Commands -- Group 3
10947 F1  Show Help Text
10948 F2  See commands in next group
10949 F5  Go to next new message
10950     (or count recent messages if <A HREF="h_config_tab_checks_recent"><!--#echo var="FEAT_tab-checks-recent"--></A> is set)
10951 F8  Compose a message using roles
10952 F9  Export folder to a file
10953 F10 Import the file back to a folder
10954 </PRE>
10955 <!--chtml else-->
10956 <PRE>
10957 Navigating the Folder Screen            Operations on the Selected Folder
10958 ----------------------------            ---------------------------------
10959  P   Move to previous folder              V  View Index of selected folder
10960  N   Move to next folder                  D  Delete
10961  -   Show previous page of listing        R  Rename
10962 Spc  (space bar) Show next page           E  Export to file
10963                                           U  Import from file to folder
10965 FOLDER LIST Screen Commands              General Alpine Command
10966 ---------------------------              -----------------------
10967  A  Add a folder                          O  Show all other available commands
10968  G  Specify a folder to go to             ?  Show Help text
10969  I  Show MESSAGE INDEX of current folder  M  MAIN MENU Screen
10970  W  Whereis (search folder names)         Q  Quit Alpine
10971  %  Print folder listing                  C  Compose a message
10972                                           #  Compose a message using roles
10973 </PRE>
10974 <!--chtml endif-->
10976 These commands are only available in the FOLDER LIST screen when the 
10977 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot; 
10978 feature</A> is set in the SETUP CONFIGURATION screen:<DL>
10979 <DT>Select:</DT>
10980 <DD>Select folders by certain criteria:<UL>
10981 <LI>All: of limited use, since there is no Apply command.
10982 <LI>by Property: <UL>
10983         <LI>folder contains messages not yet seen 
10984         <LI>folder contains new messages
10985         <LI>folder contains exactly as many, more, or fewer messages 
10986 than a given number
10987         </UL>
10988 <LI>by Text: <UL>
10989         <LI>contained in name of folder (Name Select)
10990         <LI>contained in messages in folder (Content Select)
10991         </UL>
10992 </UL></DD>
10994 <DT>Select current:</DT>
10995 <DD>Select the folder the cursor is on.  (Can be used to &quot;manually&quot; 
10996 add one or more folders to a set created with the Select command described 
10997 above.)</DD>
10998 <DT>Zoom mode:</DT>
10999 <DD>Toggles display of only selected folders or all folders on and off.</DD>
11000 </DL>
11002 If the feature
11003 <A HREF="h_config_tab_checks_recent">&quot;<!--#echo var="FEAT_tab-checks-recent"-->&quot;</A>
11004 is set then the TAB key will display the number of recent messages and
11005 the total number of messages in the highlighted folder.
11007 The &quot;Export&quot; command causes the lowest common denominator style
11008 mailbox to be written to a file.
11009 If the file already exists, you are asked if you want to delete it.
11010 If you say No, then the operation is aborted.
11011 Export might be a reasonable way to store a backup or an archival copy of
11012 a folder.
11013 The exported-to file is a local file on the system where you are running Alpine.
11014 The &quot;Import&quot; command is the opposite of the Export command.
11015 It reads a file created by Export and asks where it should save it in your
11016 folders.
11017 This could be a new folder or an existing folder.
11018 If the folder already exists, the messages from the exported file will be
11019 appended to the folder.
11021 <CENTER>Description of the FOLDER LIST Screen</CENTER>
11023 The purpose of the FOLDER LIST screen is to help you browse and manage
11024 the folders and directories (also known as &quot;hierarchy&quot;)
11025 contained within a collection.
11028 Folders and directories are arranged alphabetically across lines of
11029 the screen.  Directories, if present, are denoted by a special
11030 character at the end of the name known as the hierarchy delimiter
11031 (typically, &quot;/&quot;).  By default, folders and directories are
11032 mixed together.  The
11033 "<A HREF="h_config_fld_sort_rule"><!--#echo var="VAR_folder-sort-rule"--></A>"
11034 configuration option can be used to group directories toward the 
11035 beginning or end of the list.
11038 The Next/Prev Page commands help browse the list, the Next/Prev Fldr
11039 commands change the &quot;selected&quot; (i.e., highlighted) folder or
11040 directory, and the View Fldr/Dir commands will &quot;open&quot; the
11041 selected item.  Folder and directory management is provided via the
11042 Rename, Delete and Add commands.
11044 <P><CENTER>About Folders</CENTER>
11045 What are Folders?<P>
11047 Folders are simply files where messages are kept.  Every message has to be
11048 in a folder.  Most every Alpine user starts out with 3 folders: an INBOX, a
11049 folder for sent mail and a folder for saved messages.<P>
11051 You may create as many other folders as you wish.  They must be given
11052 names that can be filenames on the filesystem.  
11055 You can move messages from one folder to another by opening the original
11056 folder and saving messages into the other folder just as you can save
11057 message from your INBOX to any other folder.<P>
11059 Folders are typically just files in the filesystem.  However, the files
11060 that are
11061 folders have some special formatting in them (so that Alpine knows where one
11062 message ends and another begins) and should <EM>not</EM> be edited outside of
11063 Alpine.  If you want copies of your messages in text files that you can edit
11064 or otherwise manipulate, use the Export command to copy them from Alpine into
11065 your regular file area.
11068 FOR MORE INFORMATION: See the section on
11069 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11071 <CENTER>About Directories</CENTER>
11073 A directory is simply a container used to group folders within a
11074 folder list.  You can create as many directories as you like.  And 
11075 directories can even contain directories themselves.
11078 SPECIAL NOTES: When accessing folders on an IMAP server, it is important
11079 to note that not all IMAP servers support directories.  If you find that
11080 the Add command fails to offer the &quot;Create Directory&quot; subcommand,
11081 then it's likely that directories are not supported by the server serving
11082 in that collection.
11085 Similarly, servers that do provide for directories may not do so in
11086 the same way.  On some servers, for example, each folder name you
11087 create is at the same time capable of being a directory.  When this
11088 happens, Alpine will display both the folder name and the name of the
11089 directory (with trailing hierarchy delimiter) in the folder list.
11092 Another issue with IMAP access, though with a much smaller set of servers,
11093 is that not all servers accept the request to list out the available
11094 folders and directories in the same way.  If you find yourself having
11095 trouble viewing folders on your server, you might investigate the
11096 &quot;<A HREF="h_config_lame_list_mode"><!--#echo var="FEAT_enable-lame-list-mode"--></A>&quot;
11097 feature.
11099 <UL>
11100 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11101 </UL>
11103 &lt;End of help on this topic&gt;
11104 </BODY>
11105 </HTML>
11106 ========= h_valid_folder_names ========
11107 <HTML>
11108 <HEAD>
11109 <TITLE>Explanation of Valid Folder Names</TITLE>
11110 </HEAD>
11111 <BODY>
11112 <H1>Folder Name Syntax Explained</H1>
11114 Once your folder collections are defined, you can usually refer to
11115 folders by their simple (unqualified) name, or pick from a FOLDER LIST
11116 display.  However, understanding the complete syntax for folder names,
11117 both local and remote, is handy when using the Goto command and when
11118 you are adding new folder collections via the Setups/collectionList screen.
11120 An Alpine folder name looks like
11123 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;]&lt;namespace-specific-part&gt;</SAMP></CENTER>
11126 The square brackets ([]) mean that the part is optional.
11129 If there is no remote-specification, then the folder name is interpreted
11130 locally on the computer running Alpine.
11131 Local folder names depend on the operating system used by the computer 
11132 running Alpine, as well as the configuration of that system.  For example,
11133 &quot;C:&#92;PINE&#92;FOLDERS&#92;OCT-94&quot; might exist on a PC, and
11134 &quot;~/mail/september-1994&quot; might be a reasonable folder name on a
11135 system running Unix.
11138 Alpine users have the option of using folders that are stored on some other
11139 computer.  Alpine accesses remote folders via IMAP (the Internet Message
11140 Access Protocol), or in the case of news, via NNTP (the Network News
11141 Transport Protocol).  To be able to access remote folders in Alpine, the
11142 remote host must be running the appropriate server software (imapd or
11143 nntpd) and you must correctly specify the name of the folder to Alpine,
11144 including the domain name of the remote machine. For example,
11146 <CENTER><SAMP>&#123;monet.art.example.com}INBOX</SAMP></CENTER>
11148 could be a remote folder specification, and so could
11150 <CENTER><SAMP>&#123;unixhost.art.example.com}~/mail/september-1994</SAMP></CENTER>
11153 <CENTER><SAMP>&#123;winhost.art.example.com}&#92;mymail&#92;SEP-94</SAMP></CENTER>
11155 Note that in the case of remote folders, the directory/file path in the specification is 
11156 determined by the operating system of the remote computer, <B>not</B> by
11157 the operating system of the computer on which you are running Alpine.
11159 As you can tell, the name of the computer is in &#123;} brackets
11160 followed immediately by the name of the folder.  (In each of these cases the
11161 optional namespace is missing.)  If, as in these
11162 examples, there is no remote access protocol specified, then IMAP is
11163 assumed.  Check
11164 <A HREF="h_folder_server_syntax">here</A>
11165 for a more detailed look at what options can be placed between the brackets.
11166 If there are no brackets at all, then the folder name is interpreted locally
11167 on the computer on which you are running Alpine.
11170 To the right of the brackets when a server name is present, or at the
11171 start of the foldername if no server is present, the sharp sign,
11172 &quot;#&quot;, holds special meaning.  It indicates a folder name
11173 outside the area reserved for your personal folders.  In fact, it's
11174 used to indicate both the name of the folder, and a special phrase
11175 telling Alpine how to interpret the name that follows.
11178 So, for example, Alpine can be used to access a newsgroup that might be 
11179 available on your computer using:
11181 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
11183 The sharp sign indicates the folder name is outside your personal
11184 folder area.  The &quot;news.&quot; phrase after it tells Alpine to 
11185 interpret the remainder of the name as a newsgroup.
11188 Similarly, to access a newsgroup on your IMAP server, you might
11189 use something like:
11191 <CENTER><SAMP>&#123;wharhol.art.example.com}#news.comp.mail.misc</SAMP></CENTER>
11194 There are a number of such special phrases (or &quot;namespaces&quot;)
11195 available.  For a more detailed explanation read about
11196 <A HREF="h_folder_name_namespaces">Namespaces</A>.
11199 Note that &quot;INBOX&quot; has special meaning in both local and remote folder
11200 names.  The name INBOX refers to your &quot;principal incoming
11201 message folder&quot; and will be mapped to the actual file name used for your
11202 INBOX on any given host.  Therefore, a name like
11203 &quot;&#123;xxx.art.example.com}INBOX&quot; refers to whatever file is used to
11204 store incoming mail for you on that particular host.
11207 &lt;End of help on this topic&gt;
11208 </BODY>
11209 </HTML>
11210 ======= h_folder_name_namespaces =======
11211 <HTML>
11212 <HEAD>
11213 <TITLE>FOLDER NAME NAMESPACES EXPLAINED</TITLE>
11214 </HEAD>
11215 <BODY>
11216 <H1>Folder Name Namespaces Explained</H1>
11218 An Alpine folder name looks like
11221 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;][&lt;namespace-specific-part&gt;]</SAMP></CENTER>
11224 The local part of a folder name has an optional &quot;Namespace&quot; which
11225 tells Alpine how to interpret the rest of the name.
11227 <P> 
11228 By default the folder name is interpreted as defining a section of your personal
11229 folder area.  This area and how you specify it are defined by the
11230 server, if one is specified, or, typically, the home
11231 directory, if no server is defined.
11234 If a namespace is specified, it begins with the
11235 sharp, &quot;#&quot;, character followed by the name of the namespace
11236 and then the namespace's path-element-delimiter.  Aside from the
11237 path's format, namespaces can also imply access rights, content
11238 policy, audience, location, and, occasionally, access methods.
11241 Each server exports its own set (possibly of size one) of 
11242 namespaces.  Hence, it's likely communication with your server's
11243 administrator will be required for specific configurations.  Some of
11244 the more common namespaces, however, include:
11246 <DL>
11247 <DT>#news.</DT>
11248 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
11249 names are hierarchically defined with each level delimited by a period.
11251 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
11253 </DD>
11254 <DT>#public/</DT>
11255 <DD>This specifies a folder area that the server may export to the general
11256 public.
11257 </DD>
11258 <DT>#shared/</DT>
11259 <DD>This specifies a folder area that the server may export to groups
11260 of users.
11261 </DD>
11262 <DT>#ftp/</DT>
11263 <DD>This specifies a folder area that is the same as that it may have 
11264 exported via the &quot;File Transfer Protocol&quot;.
11265 </DD>
11266 <DT>#mh/</DT>
11267 <DD>This specifies the personal folder area associated with folders
11268 and directories that were created using the MH message handling system.
11269 </DD>
11270 <DT>#move/</DT>
11271 <DD>This namespace is interpreted locally by Alpine. It has an unusual interpretation and format.
11273 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
11275 The #move namespace is followed by two folder names separated by a delimiter
11276 character.
11277 The delimiter character may be any character that does not appear in
11278 the MailDropFolder name.
11279 The meaning of #move is that mail will be copied from the MailDropFolder to
11280 the DestinationFolder and then deleted (if possible) from the MailDropFolder.
11281 Periodic checks at frequency
11282 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A>, but with a minimum
11283 time between checks set by
11284 <A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>,
11285 are made for new mail arriving in the MailDropFolder.
11286 An example that copies mail from a POP inbox to a local folder follows
11288 <CENTER><SAMP>#move+{popserver.example.com/pop3/ssl}inbox+local folder</SAMP></CENTER>
11290 To you it appears that mail is being delivered to the local folder when it
11291 is copied from the MailDropFolder, and you read mail from the local folder.
11293 Note that if the DestinationFolder does not exist then the messages are not
11294 copied from the MailDropFolder.
11295 A #move folder may only be used as an
11296 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
11297 an Inbox.
11298 When you are in the FOLDER LIST of Incoming Message Folders (after turning
11299 on the
11300 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
11301 option)
11302 the Add command has a subcommand &quot;Use Mail Drop&quot;
11303 which may be helpful for defining the folder in your Alpine configuration.
11304 The same is true when you edit the
11305 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
11306 option in Setup/Config.
11307 Each of these configuration methods will also create the DestinationFolder
11308 if it doesn't already exist.
11309 If you are having problems, make sure the DestinationFolder exists.
11310 You may find some more useful information about Mail Drops at
11311 <A HREF="h_maildrop">What is a Mail Drop?</A>.
11312 </DD>
11313 </DL>
11316 In addition, the server may support access to other user's folders,
11317 provided you have suitable permissions.  Common methods use a prefix
11318 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
11319 indicate the root of the other user's folder area.
11322 No, nothing's simple.
11325 &lt;End of help on this topic&gt;
11326 </BODY>
11327 </HTML>
11328 ============= h_whatis_vcard ========================
11329 <HTML>
11330 <HEAD>
11331 <TITLE>VCARD EXPLAINED</TITLE>
11332 </HEAD>
11333 <BODY>
11334 <H1>What is the vCard format?</H1>
11335 A &quot;vCard&quot; is a sort of electronic business card, for exchanging 
11336 information about and among people and organizations electronically.  
11337 More information about vCard can be found (as of May 1998) on the WWW site 
11338 of the Internet Mail Consortium at the URL:
11340 <CENTER><A HREF="http://www.imc.org/pdi/">http://www.imc.org/pdi/</A></CENTER>
11342 &lt;End of help on this topic&gt;
11343 </BODY>
11344 </HTML>
11345 ===== h_folder_open =====
11346 <HTML>
11347 <HEAD>
11348 <TITLE>Explanation of Folder Selection</TITLE>
11349 </HEAD>
11350 <BODY>
11351 <BR>
11352 <BR>
11353 This screen is designed to allow you to quickly and easily survey your
11354 folders and select one to open.
11355 <!--chtml if pinemode="function_key"-->
11356 <PRE>
11357 Navigating the List of Folders             General Alpine Commands
11358 ------------------------------             -----------------------
11359  P   Move to previous folder               ?   Show this help text
11360  N   Move to next folder
11361  -   Show previous screen of folders
11362 Spc  (space bar) Show next screen
11363  W   WhereIs (search folder names)
11365 Folder Selection Commands
11366 -------------------------
11367  E   Exit the Folder Select menu (without selecting a folder)
11368  S   Select the currently highlighted folder
11369 </PRE>
11370 <!--chtml else-->
11371 <PRE>
11372 Navigating the List of Folders             General Alpine Commands
11373 ------------------------------             -----------------------
11374 F5   Move to previous folder               F1  Show this help text
11375 F6   Move to next folder
11376 F7   Show previous screen of folders
11377 F8   Show next screen of folders
11378 F12  WhereIs (search folder names)
11380 Folder Selection Commands
11381 -------------------------
11382 F3   Exit the Folder Select menu (without selecting a folder)
11383 F4   Select the currently highlighted folder
11384 </PRE>
11385 <!--chtml endif-->
11387 FOR MORE INFORMATION: See the section on
11388 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11390 &lt;End of help on this topic&gt;
11391 </BODY>
11392 </HTML>
11393 ===== h_folder_subscribe =====
11394 <HTML>
11395 <HEAD>
11396 <TITLE>Newsgroup Subcribe Screen explained</TITLE>
11397 </HEAD>
11398 <BODY>
11399 <H1>FOLDER SUBSCRIBE HELP</H1>
11401 This screen is designed to help you subscribe to newsgroups you are
11402 not currently subscribed to.  The screen display is a list of all
11403 available newsgroups (or possibly a partial list if you specified a
11404 partial name when entering the screen).  Groups you have already
11405 subscribed to have the letters &quot;SUB&quot; next to them.  You may
11406 select a single new group to subscribe to by moving the cursor to that
11407 group and pressing &quot;S&quot; or carriage return.  Alternatively,
11408 you may change into ListMode with the &quot;ListMode&quot; command.
11409 The display will change slightly so that each group has a checkbox in
11410 front of it.  Use the cursor and the Set/Unset command to place an
11411 &quot;X&quot; in front of each newsgroup you wish to subscribe to.
11414 When you are finished marking groups, the &quot;Subscribe&quot;
11415 command will subscribe you to those groups you have marked.  Note, you
11416 may not unsubscribe to groups with this command.  Instead of the
11417 &quot;A&quot; &quot;Subscribe&quot; command, use the &quot;D&quot;
11418 UnSbscrbe command.
11421 <!--chtml if pinemode="function_key"-->
11422 <PRE>
11423 Navigating the List of Newsgroups          General Alpine Commands
11424 ---------------------------------          -----------------------
11425 F5   Move to previous group                F1   Show this help text
11426 F6   Move to next group
11427 F7   Show previous screen of groups
11428 F8   Show next screen of groups
11429 F12  WhereIs (search group names)
11430 F9   Use ListMode
11432 Group Selection Commands
11433 -------------------------
11434 F3  Exit the News Subscribe menu (without selecting any groups)
11435 F4  Subscribe to the currently highlighted newsgroup
11436 </PRE>
11437 <!--chtml else-->
11438 <PRE>
11439 Navigating the List of Newsgroups          General Alpine Commands
11440 ---------------------------------          -----------------------
11441  P   Move to previous group                ?   Show this help text
11442  N   Move to next group
11443  -   Show previous screen of groups
11444 Spc  (space bar) Show next screen
11445  W   WhereIs (search group names)
11446  L   Use ListMode
11448 Group Selection Commands
11449 -------------------------
11450  E   Exit the News Subscribe menu (without selecting any groups)
11451  S   Subscribe to the currently highlighted newsgroup
11452 </PRE>
11453 <!--chtml endif-->
11455 When in ListMode, there is an additional command for marking groups to
11456 subscribe to:
11458 <!--chtml if pinemode="function_key"-->
11459 <PRE>
11460 ListMode Commands
11461 -------------------------
11462 F9  Set or unset the highlighted group
11463 </PRE>
11464 <!--chtml else-->
11465 <PRE>
11466 ListMode Commands
11467 -------------------------
11468 X   Set or unset the highlighted group
11469 </PRE>
11470 <!--chtml endif-->
11472 &lt;End of help on this topic&gt;
11473 </BODY>
11474 </HTML>
11475 ===== h_folder_postnews =====
11476 <HTML>
11477 <HEAD>
11478 <TITLE>Newsgroup selecting for Posting explained</TITLE>
11479 </HEAD>
11480 <BODY>
11481 This screen is designed to allow you to quickly and easily survey
11482 the available newsgroups and select one to post news to.
11484 <!--chtml if pinemode="function_key"-->
11485 <PRE>
11486 Navigating the List of Newsgroups          General Alpine Commands
11487 ---------------------------------          -----------------------
11488 F5   Move to previous group                F1  Show this help text
11489 F6   Move to next group
11490 F7   Show previous screen of groups
11491 F8   Show next screen of groups
11492 F12  WhereIs (search group names)
11494 Group Selection Commands
11495 -------------------------
11496 F3   Exit the Selection menu (without selecting a group)
11497 F4   Select the currently highlighted newsgroup
11498 </PRE>
11499 <!--chtml else-->
11500 <PRE>
11501 Navigating the List of Newsgroups          General Alpine Commands
11502 ---------------------------------          -----------------------
11503  P   Move to previous group                ?  Show this help text
11504  N   Move to next group
11505  -   Show previous screen of groups
11506 Spc  (space bar) Show next screen of groups
11507  W   WhereIs (search group names)
11509 Group Selection Commands
11510 -------------------------
11511  E   Exit the Selection menu (without selecting a group)
11512  S   Select the currently highlighted newsgroup
11513 </PRE>
11514 <!--chtml endif-->
11516 &lt;End of help on this topic&gt;
11517 </BODY>
11518 </HTML>
11519 ===== h_folder_save =====
11520 <HTML>
11521 <HEAD>
11522 <TITLE>Folder Select for Save Explained</TITLE>
11523 </HEAD>
11524 <BODY>
11525 This screen is designed to allow you to quickly and easily survey your
11526 folders and select one to use for saving the current message.
11529 <!--chtml if pinemode="function_key"-->
11530 <PRE>
11531 Navigating the List of Folders             General Alpine Commands
11532 ------------------------------             -----------------------
11533 F5   Move to previous folder               F1  Show this help text
11534 F6   Move to next folder
11535 F7   Show previous screen of folders
11536 F8   Show next screen of folders
11537 F12  WhereIs (search folder names)
11539 Folder Selection Commands
11540 -------------------------
11541 F3   Exit the Folder Select menu (without selecting a folder)
11542 F4   Select the currently highlighted folder
11543 F11  AddNew folder (just like Select, but you type in a new folder name)
11544 </PRE>
11545 <!--chtml else-->
11546 <PRE>
11547 Navigating the List of Folders             General Alpine Commands
11548 ------------------------------             -----------------------
11549  P   Move to previous folder               ?  Show this help text
11550  N   Move to next folder
11551  -   Show previous screen of folders
11552 Spc  (space bar) Show next screen of folders
11553  W   WhereIs (search folder names)
11555 Folder Selection Commands
11556 -------------------------
11557  E   Exit the Folder Select menu (without selecting a folder)
11558  S   Select the currently highlighted folder
11559  A   AddNew folder (just like Select, but you type in a new folder name)
11560 </PRE>
11561 <!--chtml endif-->
11563 FOR MORE INFORMATION: See the section on
11564 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11566 &lt;End of help on this topic&gt;
11567 </BODY>
11568 </HTML>
11569 ===== h_folder_fcc =====
11570 <HTML>
11571 <HEAD>
11572 <TITLE>Folder Select for Fcc Explained</TITLE>
11573 </HEAD>
11574 <BODY>
11575 This screen is designed to allow you to quickly and easily survey your
11576 folders and select one to use as the file carbon copy (fcc) for the
11577 current message.
11580 <!--chtml if pinemode="function_key"-->
11581 <PRE>
11582 Navigating the List of Folders             General Alpine Commands
11583 ------------------------------             -----------------------
11584 F5   Move to previous folder               F1  Show this help text
11585 F6   Move to next folder
11586 F7   Show previous screen of folders
11587 F8   Show next screen of folders
11588 F12  WhereIs (search folder names)
11590 Folder Selection Commands
11591 -------------------------
11592 F3   Exit the Folder Select menu (without selecting a folder)
11593 F4   Select the currently highlighted folder
11594 F11  AddNew folder (just like Select, but you type in a new folder name)
11595 </PRE>
11596 <!--chtml else-->
11597 <PRE>
11598 Navigating the List of Folders             General Alpine Commands
11599 ------------------------------             -----------------------
11600  P   Move to previous folder               ?  Show this help text
11601  N   Move to next folder
11602  -   Show previous screen of folders
11603 Spc  (space bar) Show next screen of folders
11604  W   WhereIs (search folder names)
11606 Folder Selection Commands
11607 -------------------------
11608  E   Exit the Folder Select menu (without selecting a folder)
11609  S   Select the currently highlighted folder
11610  A   AddNew folder (just like Select, but you type in a new folder name)
11611 </PRE>
11612 <!--chtml endif-->
11614 FOR MORE INFORMATION: See the section on
11615 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11617 &lt;End of help on this topic&gt;
11618 </BODY>
11619 </HTML>
11620 ===== h_folder_pattern_roles =====
11621 <HTML>
11622 <HEAD>
11623 <TITLE>Folder Select for Current Folder Explained</TITLE>
11624 </HEAD>
11625 <BODY>
11626 This screen is designed to allow you to quickly and easily survey your
11627 folders and select one to use as the specific Current Folder
11628 in a Pattern.
11631 <!--chtml if pinemode="function_key"-->
11632 <PRE>
11633 Navigating the List of Folders             General Alpine Commands
11634 ------------------------------             -----------------------
11635 F5   Move to previous folder               F1  Show this help text
11636 F6   Move to next folder
11637 F7   Show previous screen of folders
11638 F8   Show next screen of folders
11639 F12  WhereIs (search folder names)
11641 Folder Selection Commands
11642 -------------------------
11643 F3   Exit the Folder Select menu (without selecting a folder)
11644 F4   Select the currently highlighted folder
11645 F11  AddNew folder (just like Select, but you type in a new folder name)
11646 </PRE>
11647 <!--chtml else-->
11648 <PRE>
11649 Navigating the List of Folders             General Alpine Commands
11650 ------------------------------             -----------------------
11651  P   Move to previous folder               ?  Show this help text
11652  N   Move to next folder
11653  -   Show previous screen of folders
11654 Spc  (space bar) Show next screen of folders
11655  W   WhereIs (search folder names)
11657 Folder Selection Commands
11658 -------------------------
11659  E   Exit the Folder Select menu (without selecting a folder)
11660  S   Select the currently highlighted folder
11661  A   AddNew folder (just like Select, but you type in a new folder name)
11662 </PRE>
11663 <!--chtml endif-->
11665 FOR MORE INFORMATION: See the section on
11666 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11668 &lt;End of help on this topic&gt;
11669 </BODY>
11670 </HTML>
11671 ===== h_folder_stayopen_folders =====
11672 <HTML>
11673 <HEAD>
11674 <TITLE>Folder Select Explained</TITLE>
11675 </HEAD>
11676 <BODY>
11677 This screen is designed to allow you to quickly and easily survey your
11678 folders and select one to use as a Stay-Open folder.
11681 <!--chtml if pinemode="function_key"-->
11682 <PRE>
11683 Navigating the List of Folders             General Alpine Commands
11684 ------------------------------             -----------------------
11685 F5   Move to previous folder               F1  Show this help text
11686 F6   Move to next folder
11687 F7   Show previous screen of folders
11688 F8   Show next screen of folders
11689 F12  WhereIs (search folder names)
11691 Folder Selection Commands
11692 -------------------------
11693 F3   Exit the Folder Select menu (without selecting a folder)
11694 F4   Select the currently highlighted folder
11695 F11  AddNew folder (just like Select, but you type in a new folder name)
11696 </PRE>
11697 <!--chtml else-->
11698 <PRE>
11699 Navigating the List of Folders             General Alpine Commands
11700 ------------------------------             -----------------------
11701  P   Move to previous folder               ?  Show this help text
11702  N   Move to next folder
11703  -   Show previous screen of folders
11704 Spc  (space bar) Show next screen of folders
11705  W   WhereIs (search folder names)
11707 Folder Selection Commands
11708 -------------------------
11709  E   Exit the Folder Select menu (without selecting a folder)
11710  S   Select the currently highlighted folder
11711  A   AddNew folder (just like Select, but you type in a new folder name)
11712 </PRE>
11713 <!--chtml endif-->
11715 FOR MORE INFORMATION: See the section on
11716 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11718 &lt;End of help on this topic&gt;
11719 </BODY>
11720 </HTML>
11721 ===== h_folder_action_roles =====
11722 <HTML>
11723 <HEAD>
11724 <TITLE>Folder Select Explained</TITLE>
11725 </HEAD>
11726 <BODY>
11727 This screen is designed to allow you to quickly and easily survey your
11728 folders and select one to use as the folder into which messages
11729 matching this filter will be moved.
11732 <!--chtml if pinemode="function_key"-->
11733 <PRE>
11734 Navigating the List of Folders             General Alpine Commands
11735 ------------------------------             -----------------------
11736 F5   Move to previous folder               F1  Show this help text
11737 F6   Move to next folder
11738 F7   Show previous screen of folders
11739 F8   Show next screen of folders
11740 F12  WhereIs (search folder names)
11742 Folder Selection Commands
11743 -------------------------
11744 F3   Exit the Folder Select menu (without selecting a folder)
11745 F4   Select the currently highlighted folder
11746 F11  AddNew folder (just like Select, but you type in a new folder name)
11747 </PRE>
11748 <!--chtml else-->
11749 <PRE>
11750 Navigating the List of Folders             General Alpine Commands
11751 ------------------------------             -----------------------
11752  P   Move to previous folder               ?  Show this help text
11753  N   Move to next folder
11754  -   Show previous screen of folders
11755 Spc  (space bar) Show next screen of folders
11756  W   WhereIs (search folder names)
11758 Folder Selection Commands
11759 -------------------------
11760  E   Exit the Folder Select menu (without selecting a folder)
11761  S   Select the currently highlighted folder
11762  A   AddNew folder (just like Select, but you type in a new folder name)
11763 </PRE>
11764 <!--chtml endif-->
11766 FOR MORE INFORMATION: See the section on
11767 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11769 &lt;End of help on this topic&gt;
11770 </BODY>
11771 </HTML>
11772 ===== h_abook_config =====
11773 <HTML>
11774 <HEAD>
11775 <TITLE>SETUP ADDRESS BOOKS SCREEN</TITLE>
11776 </HEAD>
11777 <BODY>
11778 <H1>SETUP ADDRESS BOOKS SCREEN</H1>
11779 <H2>SETUP ADDRESS BOOKS COMMANDS</H2>
11780 <!--chtml if pinemode="function_key"-->
11781 <PRE>
11782 Available  Commands                        
11783 -------------------------------            
11784 F1  Show Help Text                         
11785 F3  Back to MAIN Alpine menu                 
11786 F4  Change configuration for address book  
11787 F5  Move to previous address book          
11788 F6  Move to next address book              
11789 F7  Previous page of address books         
11790 F8  Next page of address books             
11791 F9  Add new address book                   
11792 F10 Delete existing address book           
11793 F11 Shuffle the order of address books     
11794 F12 Whereis (search address book titles)   
11795 </PRE>
11796 <!--chtml else-->
11797 <PRE>
11798 Navigation                     General Alpine Commands
11799 -----------------------        -----------------------
11800  P  Prev Address Book           ?  Display this help text
11801  N  Next Address Book           E  Back to MAIN Alpine menu
11802  -  Previous page
11803 Spc (space bar) Next page
11804  W  WhereIs (search for word in address book titles)
11806 Setup Address Books Commands
11807 ------------------------------------------------
11808  A  Add new address book          $  Shuffle the order of address books
11809  D  Delete existing address book  C  Change configuration for address book
11810 </PRE>
11811 <!--chtml endif-->
11813 <H2>Description of the Setup Address Books Screen</H2>
11815 This screen lets you add, delete, modify, or change the order of your
11816 address books.  The &quot;Add Abook&quot; command brings up a blank form to 
11817 fill in.  If you are adding a remote address book on an IMAP server
11818 you should fill in the name of the IMAP server.  Otherwise, leave
11819 that field blank.  (Note that remote IMAP address books are an Alpine
11820 concept and are unlikely to interoperate with other mail clients.)
11821 For a remote address book, fill in the name of the remote folder
11822 in the Folder field.  This should be a folder that is used only for
11823 this one purpose, not a general purpose folder you expect to store
11824 messages in.
11825 <P>If you are adding a local address book, fill in the
11826 Folder Name field with a local file name (e.g., .addressbook).
11828 <B>Please note:</B> Remote address books stored on an IMAP server are 
11829 of an entirely different format (namely, a special-purpose 
11830 &quot;mail folder&quot;) than that of the local addressbook familiar 
11831 to Alpine users.  Therefore, 
11832 you cannot use &quot;add a remote address book&quot; to make an existing 
11833 Alpine .addressbook file you may have on a remote IMAP server accessible to 
11834 Alpine running on a different host.  
11837 The &quot;Del Abook&quot; command allows you to remove an address book
11838 from your configuration.  It will also ask you if you wish to remove
11839 the data for that address book, which would erase all traces of the
11840 address book if you answer Yes.
11843 The &quot;Change&quot; command is similar to the &quot;Add Abook&quot; command.
11844 The difference is that instead of adding a new address book to your
11845 configuration, you are changing the configuration of an existing entry.
11846 For example, you might want to correct a typing error or change a
11847 nickname.  The &quot;Change&quot; command is not a move command.  If you
11848 change the folder name or server name the data will not be moved for you.
11851 The &quot;Shuffle&quot; command is used for two purposes.  If you shuffle
11852 an address book toward another address book in the same group then
11853 the order of those two address books will be swapped.  If you shuffle
11854 the last Personal address book down towards the Global address book
11855 section, it will become a Global address book.  If you shuffle
11856 the first Global address book up it will become a Personal address
11857 book.  The main difference between Personal and Global address
11858 books is that Global address books are forced read-only.
11859 <P><UL>
11860 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11861 </UL>
11863 &lt;End of help on this topic&gt;
11864 </BODY>
11865 </HTML>
11866 ===== h_abook_top =====
11867 <HTML>
11868 <HEAD>
11869 <TITLE>ADDRESS BOOK LIST COMMANDS</TITLE>
11870 </HEAD>
11871 <BODY>
11872 <H1>ADDRESS BOOK LIST COMMANDS</H1>
11873 <!--chtml if pinemode="function_key"-->
11874 <PRE>
11875 Available  Commands -- Group 1         Available Commands -- Group 2
11876 -------------------------------        ------------------------------
11877 F1  Show Help Text                      F1  Show Help Text
11878 F2  See commands in next group          F2  See commands in next group
11879 F3  Exit to MAIN MENU                   F3  Quit Alpine
11880 F4  View/Edit selected address book
11881 F5  Move to previous address book       F5  FOLDER LIST screen
11882 F6  Move to next address book           F6  Specify a folder to go to
11883 F7  Previous page                       F7  MESSAGE INDEX screen
11884 F8  Next page                           F9  Print list of address books
11885 F12 Whereis (search for word)
11886 </PRE>
11887 <!--chtml else-->
11888 <PRE>
11889 Navigation                       General Alpine Commands
11890 -----------------------          -----------------------
11891  P  Previous Entry                ?  Display this help text
11892  N  Next Entry                    O  Show all other available commands
11893  -  Previous page                 &lt;  Back to MAIN Alpine menu
11894 Spc (space bar) Next page         Q  Quit Alpine
11895  W  WhereIs (search for word)     L  FOLDER LIST screen
11896                                   G  Specify a folder to go to
11897 Address Book Commands             I  MESSAGE INDEX screen
11898 ------------------------------------------------
11899  &gt;  View/Edit selected address book
11900               or
11901  &gt;  Search on selected directory server
11903  %  Print list of address books and directory servers
11904 </PRE>
11905 <!--chtml endif-->
11907 <H2>Description of the Address Book List Screen</H2>
11909 From this screen you may choose which address book you wish to view
11910 or edit. For more information on address books, view one of your
11911 address books (with
11912 <!--chtml if pinemode="function_key"-->
11914 <!--chtml else-->
11915 &quot;&gt;&quot;
11916 <!--chtml endif-->)
11917 and see the Help Text there.<P>
11919 You may also choose a directory server on which to search for entries.
11920 You do that by highlighting the directory server line and using
11921 <!--chtml if pinemode="function_key"-->
11923 <!--chtml else-->
11924 &quot;&gt;&quot;
11925 <!--chtml endif-->.<P>
11927 If you wish to define new address books or directory servers go to the Main
11928 menu and choose Setup. You may then either choose to setup AddressBooks or
11929 Directory (among other things). It's possible that the Directory option
11930 will not be there if the Alpine you are using does not contain LDAP directory
11931 lookup functionality.
11933 <P><UL>
11934 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11935 </UL><P>
11936 &lt;End of help on this topic&gt;
11937 </BODY>
11938 </HTML>
11939 ===== h_abook_opened =====
11940 <HTML>
11941 <HEAD>
11942 <TITLE>THE ALPINE ADDRESS BOOK</TITLE>
11943 </HEAD>
11944 <BODY>
11945 <H1>THE ALPINE ADDRESS BOOK</H1>
11946 <H2>ADDRESS BOOK COMMANDS</H2>
11947 <PRE>
11948 <!--chtml if pinemode="function_key"-->
11949 Available  Commands -- Group 1         Available Commands -- Group 2   
11950 -------------------------------        ------------------------------  
11951 F1  Show Help Text                      F1  Show Help Text             
11952 F2  See commands in next group          F2  See commands in next group
11953 F3  Exit this screen                    F3  Quit Alpine                  
11954 F4  View/Edit selected entry            F4  Go to MAIN MENU screen     
11955 F5  Move to previous entry              F5  FOLDER LIST screen         
11956 F6  Move to next entry                  F6  Specify a folder to go to  
11957 F7  Previous page of address book       F7  MESSAGE INDEX screen        
11958 F8  Next page of address book           F8  Compose to entry using roles
11959 F9  Add new entry to address book       F9  Print address book         
11960 F10 Delete selected entry               F10 TakeAddr to another addrbook
11961 F11 Compose to selected entry           F11 Save or Export addrbook selections
11962 F12 Whereis (search address book)       F12 Forward entry by mail       
11964 Available Commands -- Group 3                                           
11965 ------------------------------                                          
11966 F3  Select                              F6  Zoom (or unZoom)            
11967 F5  Select Current                      F7  Apply Command to Selection  
11968 <!--chtml else-->
11969 Address Book Navigation        General Alpine Commands
11970 -----------------------        -----------------------
11971  P  Prev Address                  ?  Display this help text
11972  N  Next Address                  O  Show all other available commands
11973  -  Previous page of address book M  Back to MAIN MENU
11974 Spc (space bar) Next page         Q  Quit Alpine
11975  W  WhereIs (search for word      C  Compose message to selected addr
11976      or name in address book)     #  Compose to addr using roles
11977  &lt;  To List of Address Books if   L  FOLDER LIST screen
11978      more than one, else to MAIN  G  Specify a folder to go to
11979                                   I  MESSAGE INDEX screen
11981 Address Book Commands
11982 ----------------------------------------------------
11983  &gt;  View/Update selected entry    D  Delete selected entries
11984  %  Print address book            S  Save or Export address book selections
11985  F  Forward entries by mail       @  Add new entry to address book
11987  ;  Select command                Z  Toggle Zoom Mode
11988  :  Select highlighted entry      A  Apply command to selected entries
11990 <!--chtml endif-->
11991 </PRE>
11992 Note:  The presence or absence of the final four commands above is
11993 controlled by the option 
11994 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>.
11997 <H2>Description of the Address Book Screen</H2>
11999 This screen lets you edit and manage entries in your address book.  It
12000 also acts as a short-cut for composing messages to people in the address
12001 book.  When, from this screen, you press <!--chtml if pinemode="function_key"-->F11<!--chtml else-->&quot;C&quot;<!--chtml endif--> for ComposeTo, the
12002 message starts &quot;pre-addressed&quot; to whatever address book entry is
12003 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
12004 role to use in your composition.
12006 Alpine's address book helps you keep a list of addresses you send email to so
12007 you do not have to remember addresses that are often complex.  Each entry
12008 in the address book has five fields, all of them optional.  The three
12009 elements that are usually visible on the ADDRESS BOOK display, are: <DL>
12011         <P><DT>NICKNAME: <DD>A short easy-to-remember label to identify the entry.
12012         This is what you type in as you are addressing the message in the
12013         composer.  If there is a matching entry in your address book(s),
12014         Alpine will extract the corresponding FullName and Address fields to
12015         generate the actual address for your message.
12017         <P><DT>FULLNAME: <DD>A longer field where you can put the full name 
12018 of the
12019         person or organization.  Usually the full names are put in last
12020         name first so they sort nicely in alphabetical order.  Whatever
12021         you put as the name here will appear on the message when it is
12022         finally delivered.  Examples:<PRE>
12023            Garcia Marquez, Gabriel
12024            Henscheid, Eckhard
12025            Alpine-Info mailing list
12026            Library materials renewal requests
12027            Kim An-guk
12028            &quot;George III, King of Great Britain, 1738-1820&quot;
12029 </PRE>
12030 (In the second-to-last example, no comma is used in the name so that 
12031 the family name appears first in the address book and when the entry is 
12032 used in the composer.
12033 In the last example, retaining the commas is intended; 
12034 double-quotation marks surround the name to 
12035 prevent the transposition of its parts when the entry is used in 
12036 the composer.)
12038         <P><DT>ADDRESS: <DD>This is the actual email address itself.  This must be
12039         a valid Internet address that conforms to the Internet message
12040         header standard, RFC-822.  (See also <A HREF="h_address_format">Explanation of Address formats</A>.)</DL>
12042 The two fields that aren't usually visible are:<DL>
12044   <P><DT>FCC: <DD>The name of the folder you would like a copy of any outgoing
12045         message to this address to be saved in.  If this field is set, and
12046         this address is the first one in the message's To: header, then
12047         Alpine will use this folder name for the FCC in lieu of the normal
12048         FCC folder name.
12050   <P><DT>COMMENTS: <DD>This field contains arbitrary text for your convenience.
12051         </DL>
12053 Due to screen width limitations, these last two fields do not show up in
12054 the normal ADDRESS BOOK display.  You may select the 
12055 &quot;View/Update&quot; command to
12056 view or modify them.  You may use the configuration variable
12057 <A HREF="h_config_abook_formats">&quot;<!--#echo var="VAR_addressbook-formats"-->&quot;</A>
12058 to add these fields to your ADDRESS BOOK 
12059 display, or to modify the format of the display.
12061 <H2>Sorting the Address book</H2>
12063 By default, address book entries are sorted alphabetically on the full
12064 name with distribution lists sorted to the end.  Sorting can be changed by
12065 resetting the address book sort rule in the Alpine SETUP CONFIGURATION screen
12066 --assuming you have &quot;write&quot; permission for the address book file.
12068 Unlike the sorting of folders (which only changes presentation), sorting an
12069 address book actually changes the file as it is kept on the computer.  For
12070 this reason you won't be able to sort a shared or system-wide address
12071 book.
12073 <H2>Adding New Entries</H2>
12075 The easiest way to add new entries to your address book is to use the
12076 &quot;TakeAddr&quot; command when viewing a message.
12077 This command allows you to take addresses from the header and body of the
12078 message and put them into your address book, without having to type
12079 them in.
12082 To manually add a new entry from within the address book screen, use the AddNew
12083 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->&quot;@&quot;<!--chtml endif-->) command.
12084 Use this command both for adding a simple alias and for adding a
12085 distribution list.
12087 <H2>Distribution Lists</H2>
12089 Address book entries can be simple cases of aliases (a single nickname is linked
12090 to a single email address) or distribution lists (a single nickname
12091 pointing at more than one email address).  Each distribution list has a
12092 nickname, a full name and a list of addresses.  The addresses may be
12093 actual addresses or they may be other nicknames in your address book.
12094 They may even refer to other distribution lists.
12095 There's really no difference between a simple alias and a distribution list,
12096 other than the number of addresses.
12097 Therefore, you can turn a simple alias with one address into a distribution
12098 list simply by adding more addresses.
12099 To add entries to an existing list or alias
12100 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
12101 a single address from the list if the cursor is placed on the address;
12102 it will delete the entire distribution list if the cursor is on the
12103 nickname/fullname line.  View/Update may also be used to delete addresses
12104 from a list.
12106 Address field entries in distribution lists may take any one of three
12107 forms: a nickname existing in any of the defined address books, a normal
12108 address of the form &quot;jsmith@art.example.com&quot;, or a complete
12109 fullname/address combination, e.g. &quot;John Smith
12110 &lt;jsmith@art.example.com&gt;&quot;.
12112 Distribution lists in Alpine address books can only be used by the person or
12113 people who have access to that address book.  They are not usually used to
12114 implement discussion groups, but can be used to facilitate small
12115 discussion groups if all the participants have access to the same shared
12116 address book.
12118 <H2>FCC and Comments</H2>
12120 As mentioned above, each entry in the address book also has two other optional
12121 fields, Fcc and Comments.  The command to look at or change either of these
12122 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
12123 Comments field is just for your own use.  The Fcc field overrides the
12124 default Fcc if this address is the first one on the To line.  The WhereIs
12125 command may be used to search for particular strings in the address book,
12126 including fields that are not visible (like Comment and Fcc by default).
12128 <H2>Aggregate Operations</H2>
12130 If the feature
12131 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
12132 is turned on (the default), then the four commands &quot;Select&quot;,
12133 &quot;Select Current&quot;, &quot;Zoom&quot;, and &quot;Apply&quot;
12134 are available.  The two selection commands allow you to mark a set of
12135 address book entries as being selected.  If you have more than one address
12136 book, the selections may be in more than one of those address books.
12137 The &quot;Zoom&quot; command will toggle between displaying only the selected
12138 entries and all of the entries.  The &quot;Apply&quot; command allows you to
12139 apply one of the regular address book commands to all of the selected
12140 entries.  Usually the address book commands apply to only the entry
12141 highlighted by the cursor.  The &quot;Apply&quot; command works with the
12142 commands &quot;ComposeTo&quot;, &quot;Delete&quot;, &quot;Print&quot;, 
12143 &quot;Save&quot;, &quot;Forward&quot;, and &quot;Role&quot;.
12145 <H2>Exporting and Forwarding Address book entries</H2>
12147 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
12148 address book entry is placed in a plain text file in your home directory
12149 <!--chtml if pinemode="running"-->
12150 (which, in the present configuration of your system, is
12151  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
12152 <!--chtml endif-->
12153 or current working directory
12154 <!--chtml if pinemode="running"-->
12155 (which, at least for your current Alpine &quot;session,&quot; 
12156 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
12157 <!--chtml endif-->, depending on the 
12158 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
12159 configuration setting.  If you have some entries selected and use the
12160 Apply (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->&quot;A&quot;<!--chtml endif-->) Export command, all of the selected addresses will be
12161 placed in the text file.
12163 When you use the Forward (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->&quot;F&quot;<!--chtml endif-->) command, the currently highlighted
12164 address book entry is placed in a special attachment and you are put into
12165 the composer.  You can fill in some comments in the body of the message,
12166 if you'd like, and send it to somebody else who uses Alpine.  The recipient
12167 may use the TakeAddr command on that message to insert the address book
12168 entry you sent in their own address book.  If you have some entries
12169 selected and use the Apply Forward command all of the selected entries
12170 will be forwarded in a single message.  You may
12171 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.
12172 The recipient must be using Alpine in order to receive this correctly.
12173 One way for the recipient to handle this might be to create an empty
12174 address book and then &quot;Take&quot; your forwarded address book entries into
12175 that empty address book.
12177 <H2>Multiple and/or Site-Wide Address books</H2>
12179 You may have more than one personal address book.  In addition, there may
12180 be one or more global address books.  This capability allows you to have
12181 multiple personal address books (some of which may be shared) and it also
12182 allows system administrators to implement site-wide address books that
12183 contain entries for users on multiple machines within the organization.
12184 <P><DL>
12185 <DT>Searching
12186   <DD> If you enter a nickname when composing a message, your
12187   personal address books will be searched through in order, and then the
12188   global address book(s) searched. If more than one address book has an entry
12189   for the nickname, Alpine uses the first one that it finds, so an entry in
12190   your personal address book would override a global address book entry. If
12191   after searching all the address books there is still no match, (Unix) Alpine
12192   then searches the local host password file on the assumption that you have
12193   entered a local user name rather than an address book nickname.
12194   You may change the search order of your address books with the <!--chtml if pinemode="function_key"-->F3<!--chtml else-->$<!--chtml endif--> Shuffle
12195   command, but global address books are always searched after personal
12196   address books.
12198   <P><DT>Tab completion
12199   <DD> If the
12200   <A HREF="h_config_enable_tab_complete"><!--#echo var="FEAT_enable-tab-completion"--></A>
12201   feature is turned on (the default) then the Tab key may be used
12202   in the composer to complete partially typed nicknames in the To
12203   or Cc lines. You type the first few letters of a nickname and then
12204   press the Tab key. It there is only one nickname that matches it will
12205   be filled in by Alpine. If there is more than one the unambiguous part
12206   of the nicknames will be filled in. For example, if your address book or
12207   books contains only the two entries &quot;barley&quot; and &quot;barbecue&quot;
12208   beginning with the letters &quot;ba&quot;, then if you type &quot;ba&quot;
12209   followed by a Tab character Alpine will fill in &quot;bar&quot; and stop.
12210   If you then type a second Tab character you will be presented with a list
12211   of matching nicknames to select from. Alternatively, you could type another
12212   &quot;b&quot; resulting in &quot;barb&quot; and then a Tab would fill
12213   in the entire &quot;barbecue&quot; entry.
12215   <P><DT>Defining
12216   <DD> You define multiple personal address books in the 
12217   <A HREF="h_abook_config">SETUP AddressBooks</A> screen, which you may reach
12218   from the MAIN MENU.  
12219   You may add as many as you like.  Global address books are usually
12220   site-wide address books defined by the System administrator, but
12221   you may define global address books of your own just like you define
12222   personal address books.
12224   <P><DT>Creating and updating
12225   <DD> Personal address books are normally created empty
12226   and populated by explicit additions from within Alpine, e.g. via the
12227   TakeAddr command.  Unlike personal address books, global address books may
12228   not be modified/updated from within Alpine; that is, they are Read-Only.
12229   Thus, global address books are created, populated and updated outside of
12230   Alpine. They might be hand-edited, generated by a program from another
12231   database, or by copying an existing address book.  They might also be
12232   some other user's personal address book, and so be modified normally by
12233   that user but accessed Read-Only by you.  See the Alpine Technical
12234   Notes document (included in the Alpine distribution) for more information on
12235   this.
12237   <P><DT>Accessing
12238   <DD>There are two different types of address books in Alpine.
12239   A local address book is stored in a regular file and the normal file
12240   access permissions apply.  A remote address book is stored on an IMAP
12241   server in a special folder that contains only messages pertaining to
12242   that address book.  The last message in the remote folder contains a
12243   copy of the address book data, and that data is copied to a local cache
12244   file in your home directory.  From there it is accessed just like a local
12245   address book.  The name of the cache file is kept track of in a special
12246   file called the
12247   <A HREF="h_config_abook_metafile"><!--#echo var="VAR_remote-abook-metafile"--></A>,
12248   the name of which is stored in
12249   your Alpine configuration file the first time you use a remote address book.
12250   Just as local Alpine address books use a format that only Alpine understands,
12251   remote Alpine address books do the same and other mail reading programs
12252   are unlikely to be able to understand them.<P>
12253   While global address books are explicitly intended to be shared, there is
12254   nothing to prevent you from sharing a personal address book with other
12255   Alpine users. This might be useful in the case of a small workgroup.
12256   However, it is recommended that updates to shared personal address books
12257   be done when other Alpine users are not accessing the address book. Alpine
12258   does not do any file-locking to manage concurrent updates to the
12259   addressbook, but it does check to see if the file has been modified before
12260   making any changes.  Consequently, inadvertent concurrent updates will
12261   only cause other Alpine users to have to restart their address book
12262   operation, which will cause Alpine to reopen the updated file.
12264   <P><DT>Converting to Remote
12265   <DD>The easiest way to convert an existing local
12266   address book into a remote address book is to create an empty new remote
12267   personal address book by typing &quot;A&quot; to execute the
12268   &quot;Add Pers Abook&quot; command in the SETUP Addressbook screen.
12269   Make sure you add a <EM>personal</EM> address book, not a <EM>global</EM>
12270   address book.
12271   After you have added the empty
12272   remote address book, go into the screen for the address book you wish
12273   to copy and &quot;Select&quot; &quot;All&quot;.
12274   This selects every entry in that
12275   address book.  Then type the command &quot;Apply Save&quot;.
12276   You will be asked for the address book to save to.  You may use ^P and ^N
12277   to get to the new empty address book, then hit RETURN and the addresses
12278   will be copied.
12279   At this point you'll probably want to unselect all the entries in the local
12280   address book before proceeding. You do that with
12281   &quot;Select&quot; &quot;unselect All&quot;.
12283 </DL>
12284 <UL>
12285 <LI><A HREF="h_address_format">Explanation of Address formats</A>
12286 </UL>
12287 <P><UL>
12288 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
12289 </UL>
12291 &lt;End of help on this topic&gt;
12292 </BODY>
12293 </HTML>
12294 ===== h_abook_select_addr =====
12295 <HTML>
12296 <HEAD>
12297 <TITLE>Addressbook Selection Explained</TITLE>
12298 </HEAD>
12299 <BODY>
12300 <H1>SELECT ADDRESS</H1>
12301 <!--chtml if pinemode="function_key"-->
12302 <PRE>
12303 Navigating the List of Messages               General Alpine Commands
12304 -------------------------------               -----------------------
12305 F5   Move to previous entry                   F1  Show this help text
12306 F6   Move to next entry
12307 F7   Show previous screen of address book
12308 F8   Show next screen of address book
12309 F12  WhereIs (search through address book)
12311 Address Selection Commands
12312 --------------------------
12313 F3   Exit the Address Select screen (without selecting an address)
12314 F4   Select the currently highlighted entry
12315 </PRE>
12316 <!--chtml else-->
12317 <PRE>
12318 Navigating the List of Messages               General Alpine Commands
12319 -------------------------------               -----------------------
12320  P   Move to previous entry                    ?  Show this help text
12321  N   Move to next entry
12322  -   Show previous screen of address book
12323 Spc  (space bar) Show next screen of address book
12324  W   WhereIs (search through address book)
12326 Address Selection Commands
12327 --------------------------
12328  E   Exit the Address Select screen (without selecting an address)
12329  S   Select the currently highlighted entry
12330 </PRE>
12331 <!--chtml endif-->
12334 This screen is designed to let you easily scan your address book(s) in
12335 order to select an entry for the message you are composing.  You cannot
12336 edit your address book in any way at this time, for address book
12337 maintenance, select the address book command when not composing a message.
12340 If you are composing a message and know the nickname of the person/list you
12341 want, you can bypass this screen by simply typing in the nickname on the
12342 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
12343 selecting an entry does not cancel your message.
12346 FOR MORE INFORMATION on addressing see
12347 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12348 <A HREF="h_abook_opened">Address Book Screen's</A>
12349 help text.
12351 &lt;End of help on this topic&gt;
12352 </BODY>
12353 </HTML>
12354 ===== h_abook_select_top =====
12355 <HTML>
12356 <HEAD>
12357 <TITLE>Addressbook Selection Navigation Explained</TITLE>
12358 </HEAD>
12359 <BODY>
12360 <H1>NAVIGATING WHILE SELECTING ADDRESSES</H1>
12361 <!--chtml if pinemode="function_key"-->
12362 <PRE>
12363 Navigating the List of Address Books       General Alpine Commands
12364 ------------------------------------       -----------------------
12365 F4   View the highlighted address book
12366 F5   Move to previous address book         F1  Show this help text
12367 F6   Move to next address book
12368 F7   Show previous screen of address books
12369 F8   Show next screen of address books
12370 F12  WhereIs (search through address books)
12372 Address Selection Commands
12373 --------------------------
12374 F3   Exit the Address Select screen (without selecting an address)
12375 F4   Select the currently selected entries (if using ListMode)
12376 F9   Change to ListMode
12377 </PRE>
12378 <!--chtml else-->
12379 <PRE>
12380 Navigating the List of Address Books       General Alpine Commands
12381 ------------------------------------       -----------------------
12382  &gt;   View the highlighted address book
12383  P   Move to previous address book         ?  Show this help text
12384  N   Move to next address book
12385  -   Show previous screen of address books
12386 Spc  (space bar) Show next screen of address books
12387  W   WhereIs (search through address books)
12389 Address Selection Commands
12390 --------------------------
12391  E   Exit the Address Select screen (without selecting an address)
12392  S   Select the currently selected entries (if using ListMode)
12393  L   Change to ListMode
12394 </PRE>
12395 <!--chtml endif-->
12398 This screen is designed to let you easily scan your address book(s) in
12399 order to select entries for the message you are composing.  You cannot
12400 edit your address book in any way at this time.  For address book
12401 maintenance, select the address book command when not composing a message.
12404 If you are composing a message and know the nickname of the person/list you
12405 want, you can bypass this screen by simply typing in the nickname on the
12406 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
12407 selecting an entry does not cancel your message.
12410 The ListMode command will add a column at the left edge of the screen.
12411 You mark the entries that you wish to select with the &quot;X&quot; command.
12412 This allows you to choose more than one entry at a time.
12415 An alternative method of composing a message to entries in your
12416 address book(s) is to first use the &quot;Select&quot; command from
12417 the address book maintenance screen and then the &quot;Apply&quot;
12418 &quot;ComposeTo&quot; command to start the composer composing to the
12419 selected entries.
12422 FOR MORE INFORMATION on addressing see
12423 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12424 <A HREF="h_abook_opened">Address Book Screen's</A>
12425 help text.
12427 &lt;End of help on this topic&gt;
12428 </BODY>
12429 </HTML>
12430 ===== h_abook_select_listmode =====
12431 <HTML>
12432 <HEAD>
12433 <TITLE>Address Listmode Selection from Composer Explained</TITLE>
12434 </HEAD>
12435 <BODY>
12436 <H1>COMPOSER: SELECT ADDRESSES</H1>
12437 <!--chtml if pinemode="function_key"-->
12438 <PRE>
12439 Navigating the List of Messages                 General Alpine Commands
12440 -------------------------------                 -----------------------
12441 F5   Move to previous entry                     F1  Show this help text
12442 F6   Move to next entry
12443 F7   Show previous screen of address book
12444 F8   Show next screen of address book
12445 F12  WhereIs (search through address book)
12447 Address Selection Commands
12448 --------------------------
12449 F3   Exit the Address Select screen (without selecting an address)
12450 F4   Select the currently highlighted entry
12451 F9   Change to ListMode
12452 </PRE>
12453 <!--chtml else-->
12454 <PRE>
12455 Navigating the List of Messages                 General Alpine Commands
12456 -------------------------------                 -----------------------
12457  P   Move to previous entry                     ?  Show this help text
12458  N   Move to next entry
12459  -   Show previous screen of address book
12460 Spc  (space bar) Show next screen of address book
12461  W   WhereIs (search through address book)
12463 Address Selection Commands
12464 --------------------------
12465  E   Exit the Address Select screen (without selecting an address)
12466  S   Select the currently highlighted entry
12467  L   Change to ListMode
12468 </PRE>
12469 <!--chtml endif-->
12472 This screen is designed to let you easily scan your address book(s) in
12473 order to select entries for the message you are composing.  You cannot
12474 edit your address book in any way at this time, for address book
12475 maintenance, select the address book command when not composing a message.
12478 If you are composing a message and know the nickname of the person/list you
12479 want, you can bypass this screen by simply typing in the nickname on the
12480 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
12481 selecting an entry does not cancel your message.
12484 The ListMode command will add a column at the left edge of the screen.
12485 You mark the entries that you wish to select with the &quot;X&quot; command.
12486 This allows you to choose more than one entry at a time.
12489 An alternative method of composing a message to entries in your
12490 address book(s) is to first use the &quot;Select&quot; command from
12491 the address book maintenance screen and then the &quot;Apply&quot;
12492 &quot;ComposeTo&quot; command to start the composer composing to the
12493 selected entries.
12496 FOR MORE INFORMATION on addressing see
12497 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12498 <A HREF="h_abook_opened">Address Book Screen's</A>
12499 help text.
12501 &lt;End of help on this topic&gt;
12502 </BODY>
12503 </HTML>
12504 ===== h_abook_select_checks =====
12505 <HTML>
12506 <HEAD>
12507 <TITLE>Address Selection from Composer Explained</TITLE>
12508 </HEAD>
12509 <BODY>
12510 <H1>COMPOSER: SELECT ADDRESSES</H1>
12511 <!--chtml if pinemode="function_key"-->
12512 <PRE>
12513 Navigating the List of Messages                 General Alpine Commands
12514 -------------------------------                 -----------------------
12515 F5   Move to previous entry                     F1  Show this help text
12516 F6   Move to next entry
12517 F7   Show previous screen of address book
12518 F8   Show next screen of address book
12519 F12  WhereIs (search through address book)
12521 Address Selection Commands
12522 --------------------------
12523 F3   Exit the Address Select screen (without selecting an address)
12524 F4   Select the currently highlighted entry
12525 F8   Either Sets or Unsets all entries in this address book
12526 F9   Set or Unset the highlighted entry
12527 </PRE>
12528 <!--chtml else-->
12529 <PRE>
12530 Navigating the List of Messages                 General Alpine Commands
12531 -------------------------------                 -----------------------
12532  P   Move to previous entry                     ?  Show this help text
12533  N   Move to next entry
12534  -   Show previous screen of address book
12535 Spc  (space bar) Show next screen of address book
12536  W   WhereIs (search through address book)
12538 Address Selection Commands
12539 --------------------------
12540  E   Exit the Address Select screen (without selecting an address)
12541  S   Select the currently highlighted entry
12542  X   Set or Unset the highlighted entry
12543  A   Either Sets or Unsets all entries in this address book
12544 </PRE>
12545 <!--chtml endif-->
12548 Mark the entries you wish to select with the &quot;X Set/Unset&quot;
12549 command.  Type &quot;S Select&quot; to select all of the entries you
12550 have marked, just as if you had typed them in by hand.
12553 An alternative method of composing a message to entries in your
12554 address book(s) is to first use the &quot;Select&quot; command from
12555 the address book maintenance screen and then the &quot;Apply&quot;
12556 &quot;ComposeTo&quot; command to start the composer composing to the
12557 selected entries.
12560 FOR MORE INFORMATION on addressing see
12561 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12562 <A HREF="h_abook_opened">Address Book Screen's</A>
12563 help text.
12565 &lt;End of help on this topic&gt;
12566 </BODY>
12567 </HTML>
12568 ===== h_abook_select_nicks_take =====
12569 <HTML>
12570 <HEAD>
12571 <TITLE>Take Address Nickname Selection Explained</TITLE>
12572 </HEAD>
12573 <BODY>
12574 <H1>TAKEADDR: SELECT NICKNAME</H1>
12575 <!--chtml if pinemode="function_key"-->
12576 <PRE>
12577 Navigating the List of Messages                 General Alpine Commands
12578 -------------------------------                 -----------------------
12579 F5   Move to previous entry                     F1  Show this help text
12580 F6   Move to next entry
12581 F7   Show previous screen of address book
12582 F8   Show next screen of address book
12583 F12  WhereIs (search through address book)
12585 Message Selection Commands
12586 --------------------------
12587 F3   Exit the Nickname Select screen (without selecting an address)
12588 F4   Select the currently highlighted entry
12589 </PRE>
12590 <!--chtml else-->
12591 <PRE>
12592 Navigating the List of Messages                 General Alpine Commands
12593 -------------------------------                 -----------------------
12594  P   Move to previous entry                     ?  Show this help text
12595  N   Move to next entry
12596  -   Show previous screen of address book
12597 Spc  (space bar) Show next screen of address book
12598  W   WhereIs (search through address book)
12600 Message Selection Commands
12601 --------------------------
12602  E   Exit the Nickname Select screen (without selecting an address)
12603  S   Select the currently highlighted entry
12604 </PRE>
12605 <!--chtml endif-->
12608 This screen is designed to let you modify or add to an existing
12609 address book entry.  You have already selected the name(s) and
12610 address(es) through &quot;Take Address&quot;.  This screen simply lets
12611 you scan your address books and select the nickname to be
12612 changed/augmented.  If you want to add a new entry, then you are in
12613 the wrong place-- Select &quot;Exit&quot; command.
12616 FOR MORE INFORMATION on addressing see
12617 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12618 <A HREF="h_abook_opened">Address Book Screen's</A>
12619 help text.
12621 &lt;End of help on this topic&gt;
12622 </BODY>
12623 </HTML>
12624 ===== h_abook_select_nick =====
12625 <HTML>
12626 <HEAD>
12627 <TITLE>Nickname Selection Explained</TITLE>
12628 </HEAD>
12629 <BODY>
12630 <H1>SELECT NICKNAME</H1>
12631 <!--chtml if pinemode="function_key"-->
12632 <PRE>
12633 Navigating the List of Messages                 General Alpine Commands
12634 -------------------------------                 -----------------------
12635 F5   Move to previous entry                     F1  Show this help text
12636 F6   Move to next entry
12637 F7   Show previous screen of address book
12638 F8   Show next screen of address book
12639 F12  WhereIs (search through address book)
12641 Message Selection Commands
12642 --------------------------
12643 F3   Exit the Nickname Select screen (without selecting an address)
12644 F4   Select the currently highlighted entry
12645 </PRE>
12646 <!--chtml else-->
12647 <PRE>
12648 Navigating the List of Messages                 General Alpine Commands
12649 -------------------------------                 -----------------------
12650  P   Move to previous entry                     ?  Show this help text
12651  N   Move to next entry
12652  -   Show previous screen of address book
12653 Spc  (space bar) Show next screen of address book
12654  W   WhereIs (search through address book)
12656 Message Selection Commands
12657 --------------------------
12658  E   Exit the Nickname Select screen (without selecting an address)
12659  S   Select the currently highlighted entry
12660 </PRE>
12661 <!--chtml endif-->
12664 This screen is designed to let you look at the nicknames in your address
12665 books before choosing a new one.
12668 FOR MORE INFORMATION on addressing see
12669 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12670 <A HREF="h_abook_opened">Address Book Screen's</A>
12671 help text.
12673 &lt;End of help on this topic&gt;
12674 </BODY>
12675 </HTML>
12676 ===== h_takeaddr_screen =====
12677 <HTML>
12678 <HEAD>
12679 <TITLE>Take Address Screen Explained</TITLE>
12680 </HEAD>
12681 <BODY>
12682 <H1>TAKE ADDRESS COMMANDS</H1>
12683 <!--chtml if pinemode="function_key"-->
12684 <PRE>
12685 Navigating the List of Addresses       Address Selection Commands        
12686 --------------------------------       --------------------------        
12687  F5  Move to previous entry            F3  Exit without taking address
12688  F6  Move to next entry                F4  Take current address(es)
12689  F7  Show previous page of address list
12690  F8  Show next page of address list
12691  F2  WhereIs (search list)
12692                                --------------
12693 Mode Toggle            F9  Set/Unset current address
12694 -----------            F10 Set all
12695  F12 Toggle between List and single mode       F11 Unset all
12696 </PRE>
12697 <!--chtml else-->
12698 <PRE>
12699 Navigating the List of Addresses       Address Selection Commands
12700 --------------------------------       --------------------------
12701  P  Move to previous entry              &lt;  Exit without taking address
12702  N  Move to next entry                  T  Take address
12703  -  Show previous page of address list
12704 Spc (space bar) Show next page of address list
12705  W  WhereIs (search list)              List Mode
12706                                        ---------
12707 Single Mode                             X  Set/Unset current address
12708 -----------                             A  Set all addresses
12709  L  Switch to list mode                 U  Unset all addresses
12710                                         S  Switch to single mode
12711 </PRE>
12712 <!--chtml endif-->
12714 <H2>Description of the Take Address Screen</H2>
12716 This screen is designed to let you select one or more address/name
12717 combinations from the current message and put them into your address book.
12718 The cursor is initially placed on the line with the message author.
12719 Other lines include the names of people and/or mailing lists who also
12720 received the message.  Other people &quot;involved&quot; in the
12721 message (e.g. the person named as Reply-To:) are also listed here.
12724 The simple case is adding a new, single entry into your address book. To
12725 do this, simply highlight the correct line and press 
12726 <!--chtml if pinemode="function_key"-->
12728 <!--chtml else-->
12729 &quot;T&quot;.
12730 <!--chtml endif-->
12731 To create a new list or add to an existing list, switch the screen display
12732 into List Mode by pressing
12733 <!--chtml if pinemode="function_key"-->
12734 F12.
12735 <!--chtml else-->
12736 &quot;L&quot;.
12737 <!--chtml endif-->
12738 In List Mode, you select the
12739 group of addresses you wish to manipulate by marking them with an
12740 &quot;X&quot;.
12741 The Set/Unset
12742 <!--chtml if pinemode="function_key"-->
12743 (F9)
12744 <!--chtml else-->
12745 (&quot;X&quot;)
12746 <!--chtml endif-->
12747 command will turn the &quot;X&quot; on for the
12748 highlighted address if it was off or turn it off if it was previously on.
12749 The SetAll command will select all of the addresses, and the UnSetAll
12750 command will turn off all the selections.  Once you've gotten the
12751 selection the way you want it, you may create a new list by pressing
12752 <!--chtml if pinemode="function_key"-->
12754 <!--chtml else-->
12755 &quot;T&quot;.
12756 <!--chtml endif-->
12759 In both the simple and list cases, after choosing to take the address,
12760 you will be asked for the nickname of the entry.  Typing in a new name
12761 creates the new entry/list.  Entering an existing nickname will replace
12762 the entry (simple case) or add to the list (list case).  Alternatively,
12763 you can press Ctrl-T at the nickname prompt and select an existing
12764 nickname from your address book.
12767 You will normally start in Single Mode, unless you used the Apply command
12768 to startup the TakeAddr screen, in which case you will start in List Mode.
12769 You may switch between the two modes at any time.  If you've already
12770 selected several addresses in List Mode, those will be remembered when you
12771 switch to Single Mode and then back to List Mode.  The set of addresses
12772 that are pre-selected when you start in List Mode are the From addresses
12773 of all of the messages you are operating on.  You may, of course, easily
12774 erase those selections with the UnSetAll command.
12777 If you have more than one writable address book, you will be prompted for
12778 the name of the address book you wish to add the new entry to before
12779 anything else. You can use ^N and ^P to choose among the defined address
12780 books, or type in the address book name.
12783 FOR MORE INFORMATION on addressing see
12784 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12785 <A HREF="h_abook_opened">Address Book Screen's</A>
12786 help text.
12788 &lt;End of help on this topic&gt;
12789 </BODY>
12790 </HTML>
12791 ===== h_takeexport_screen =====
12792 <HTML>
12793 <HEAD>
12794 <TITLE>Take Export Screen Explained</TITLE>
12795 </HEAD>
12796 <BODY>
12797 <H1>TAKE EXPORT COMMANDS</H1>
12798 <!--chtml if pinemode="function_key"-->
12799 <PRE>
12800 Navigating the List of Addresses       Address Selection Commands        
12801 --------------------------------       --------------------------        
12802  F5  Move to previous entry            F3  Exit without taking address
12803  F6  Move to next entry                F4  Take current address(es)
12804  F7  Show previous page of address list
12805  F8  Show next page of address list
12806  F2  WhereIs (search list)
12807                                --------------
12808 Mode Toggle            F9  Set/Unset current address
12809 -----------            F10 Set all
12810  F12 Toggle between List and single mode       F11 Unset all
12811 </PRE>
12812 <!--chtml else-->
12813 <PRE>
12814 Navigating the List of Addresses       Address Selection Commands
12815 --------------------------------       --------------------------
12816  P  Move to previous entry              &lt;  Exit without taking address
12817  N  Move to next entry                  T  Take address
12818  -  Show previous page of address list
12819 Spc (space bar) Show next page of address list
12820  W  WhereIs (search list)              List Mode
12821                                        ---------
12822 Single Mode                             X  Set/Unset current address
12823 -----------                             A  Set all addresses
12824  L  Switch to list mode                 U  Unset all addresses
12825                                         S  Switch to single mode
12826 </PRE>
12827 <!--chtml endif-->
12829 <H2>Description of the Take Export Screen</H2>
12831 This screen is designed to let you select one or more addresses
12832 from the current message and put them into a file.
12833 Only the user@domain_name part of each address is put into the file.
12836 To put a single entry into a file simply highlight the correct line and press 
12837 <!--chtml if pinemode="function_key"-->
12839 <!--chtml else-->
12840 &quot;T&quot;.
12841 <!--chtml endif-->
12842 To put more than one entry into a file
12843 switch the screen display
12844 into List Mode by pressing
12845 <!--chtml if pinemode="function_key"-->
12846 F12.
12847 <!--chtml else-->
12848 &quot;L&quot;.
12849 <!--chtml endif-->
12850 In List Mode, you select the
12851 group of addresses you wish to manipulate by marking them with an
12852 &quot;X&quot;.
12853 The Set/Unset
12854 <!--chtml if pinemode="function_key"-->
12855 (F9)
12856 <!--chtml else-->
12857 (&quot;X&quot;)
12858 <!--chtml endif-->
12859 command will turn the &quot;X&quot; on for the
12860 highlighted address if it was off or turn it off if it was previously on.
12861 The SetAll command will select all of the addresses, and the UnSetAll
12862 command will turn off all the selections.  Once you've gotten the
12863 selection the way you want it, you may put the addresses in a file by typing
12864 <!--chtml if pinemode="function_key"-->
12866 <!--chtml else-->
12867 &quot;T&quot;.
12868 <!--chtml endif-->
12871 You will be asked for the name of a file to put the addresses in.
12872 If the file already exists, you will be asked whether you want to Overwrite
12873 (replace) the contents of the file or Append to the contents of the file.
12876 &lt;End of help on this topic&gt;
12877 </BODY>
12878 </HTML>
12879 ============= h_abook_view ========================
12880 <HTML>
12881 <HEAD>
12882 <TITLE>Address Book View Explained</TITLE>
12883 </HEAD>
12884 <BODY>
12885 This function allows you to view the contents of an address book entry. You
12886 can only view one entry at a time.
12888 <DL>
12889 <DT>Help
12890 <!--chtml if pinemode="function_key"-->
12891 (F1)
12892 <!--chtml else-->
12894 <!--chtml endif-->
12895 </DT>
12896 <DD>
12897 Display this help text.
12899 <DT>Abook
12900 <!--chtml if pinemode="function_key"-->
12901 (F3)
12902 <!--chtml else-->
12903 (&lt;)
12904 <!--chtml endif-->
12905 </DT>
12906 <DD>
12907 Go back to index of address book entries.
12909 <DT>Update
12910 <!--chtml if pinemode="function_key"-->
12911 (F4)
12912 <!--chtml else-->
12914 <!--chtml endif-->
12915 </DT>
12916 <DD>
12917 Update (modify) this entry.
12919 <DT>ComposeTo
12920 <!--chtml if pinemode="function_key"-->
12921 (F5)
12922 <!--chtml else-->
12924 <!--chtml endif-->
12925 </DT>
12926 <DD>Compose a message to the address(es) in this entry.
12928 <DT>Role
12929 <!--chtml if pinemode="function_key"-->
12930 (F6)
12931 <!--chtml else-->
12933 <!--chtml endif-->
12934 </DT>
12935 <DD>Compose a message to the address(es) in this entry using roles.
12937 <DT>Prev Page
12938 <!--chtml if pinemode="function_key"-->
12939 (F7)
12940 <!--chtml else-->
12942 <!--chtml endif-->
12943 </DT>
12944 <DD>
12945 Show the previous page of the current entry.
12947 <DT>Next Page
12948 <!--chtml if pinemode="function_key"-->
12949 (F8)
12950 <!--chtml else-->
12951 (Space)
12952 <!--chtml endif-->
12953 </DT>
12954 <DD>
12955 Show the next page of the current entry.
12957 <DT>Print
12958 <!--chtml if pinemode="function_key"-->
12959 (F9)
12960 <!--chtml else-->
12962 <!--chtml endif-->
12963 </DT>
12964 <DD>Print the current entry.  You can select the
12965 printer or the print command via the &quot;Setup&quot; command
12966 on the MAIN MENU.
12968 <DT>WhereIs
12969 <!--chtml if pinemode="function_key"-->
12970 (F10)
12971 <!--chtml else-->
12973 <!--chtml endif-->
12974 </DT>
12975 <DD>Search the entry for a string of letters.  If it is
12976 found, move to it.  The string can be one word or a phrase.
12977 If there are multiple occurrences, the cursor moves to the
12978 first occurrence beyond the current cursor position.
12980 <DT>Fwd Email
12981 <!--chtml if pinemode="function_key"-->
12982 (F11)
12983 <!--chtml else-->
12985 <!--chtml endif-->
12986 </DT>
12987 <DD>Begin composition of a new mail message with the displayed
12988 text already inserted in the message body.
12990 </DL>
12992 &lt;End of help on this topic&gt;
12993 </BODY>
12994 </HTML>
12995 ============= h_ldap_view ========================
12996 <HTML>
12997 <HEAD>
12998 <TITLE>LDAP Response View Explained</TITLE>
12999 </HEAD>
13000 <BODY>
13001 This function allows you to view the contents of a directory entry. You
13002 can only view one entry at a time.
13004 <DL>
13005 <DT>Help
13006 <!--chtml if pinemode="function_key"-->
13007 (F1)
13008 <!--chtml else-->
13010 <!--chtml endif-->
13011 </DT>
13012 <DD>
13013 Display this help text.
13015 <DT>Results Index
13016 <!--chtml if pinemode="function_key"-->
13017 (F3)
13018 <!--chtml else-->
13019 (&lt;)
13020 <!--chtml endif-->
13021 </DT>
13022 <DD>Go back to index of search results.
13024 <DT>ComposeTo
13025 <!--chtml if pinemode="function_key"-->
13026 (F5)
13027 <!--chtml else-->
13029 <!--chtml endif-->
13030 </DT>
13031 <DD>Compose a message to the address(es) in this entry.
13033 <DT>Role
13034 <!--chtml if pinemode="function_key"-->
13035 (F6)
13036 <!--chtml else-->
13038 <!--chtml endif-->
13039 </DT>
13040 <DD>Compose a message to the address(es) in this entry using roles.
13042 <DT>Prev Page
13043 <!--chtml if pinemode="function_key"-->
13044 (F7)
13045 <!--chtml else-->
13047 <!--chtml endif-->
13048 </DT>
13049 <DD>
13050 Show the previous page of the current entry.
13052 <DT>Next Page
13053 <!--chtml if pinemode="function_key"-->
13054 (F8)
13055 <!--chtml else-->
13056 (Space)
13057 <!--chtml endif-->
13058 </DT>
13059 <DD>
13060 Show the next page of the current entry.
13062 <DT>Print
13063 <!--chtml if pinemode="function_key"-->
13064 (F9)
13065 <!--chtml else-->
13067 <!--chtml endif-->
13068 </DT>
13069 <DD>Print the current entry on paper.  You can select the
13070 printer or the print command via the &quot;Setup&quot; command
13071 on the MAIN MENU.
13073 <DT>WhereIs
13074 <!--chtml if pinemode="function_key"-->
13075 (F10)
13076 <!--chtml else-->
13078 <!--chtml endif-->
13079 </DT>
13080 <DD>Search the entry for a string of letters.  If it is
13081 found, move to it.  The string can be one word or a phrase.
13082 If there are multiple occurrences, the cursor moves to the
13083 first occurrence beyond the current cursor position.
13085 <DT>Fwd Email
13086 <!--chtml if pinemode="function_key"-->
13087 (F11)
13088 <!--chtml else-->
13090 <!--chtml endif-->
13091 </DT>
13092 <DD>Begin composition of a new mail message with the displayed
13093 text already inserted in the message body.
13095 <DT>Save
13096 <!--chtml if pinemode="function_key"-->
13097 (F12)
13098 <!--chtml else-->
13100 <!--chtml endif-->
13101 </DT>
13102 <DD>Save the displayed entry to one of your address books or export
13103 it to a file.
13104 </DL>
13106 &lt;End of help on this topic&gt;
13107 </BODY>
13108 </HTML>
13109 ===== h_attachment_screen =====
13110 <HTML>
13111 <HEAD>
13112 <TITLE>Attachment Index Screen Explained</TITLE>
13113 </HEAD>
13114 <BODY>
13115 The &quot;ATTACHMENT INDEX&quot; displays a list of the current
13116 message's attachments, and allows various operations on them.  The
13117 first attachment is usually the message text, but does not include the
13118 header portion of the message.
13120 Available commands include:
13122 <DL>
13124 <DT>Help</DT>
13125 <DD>Show this help text.
13127 <DT>Msg #<I>num</I></DT>
13128 <DD>Leave this screen without displaying or saving any attachments.
13130 <DT>View</DT>
13131 <DD>View the currently selected attachment.
13133 <DT>Prev Attach</DT>
13134 <DD>Move to previous attachment.
13136 <DT>Next Attach</DT>
13137 <DD>Move to next attachment.
13139 <DT>Prev Page</DT>
13140 <DD>Previous page of the listed attachments.
13142 <DT>Next Page</DT>
13143 <DD>Next page of the listed attachments.
13145 <DT>Delete</DT>
13146 <DD>Mark the currently selected attachment for Deletion.
13147 This does not modify the current message by deleting the attachment from
13148 it, but instead the delete flag <EM>only</EM> has an effect when saving
13149 the message to a folder.
13150 Attachments marked for deletion are not copied to the destination folder
13151 along with the rest of the message when it is saved.
13152 It is ok for the destination folder to be the same as the current folder.
13153 In addition, the delete mark <EM>only</EM> applies to this Alpine session.
13155 <DT>Undelete</DT>
13156 <DD>Turn off the Delete flag for the selected attachment.
13158 <DT>Save</DT>
13159 <DD>Save the selected attachment to a file.  If the attachment is of
13160 type &quot;RFC822/Message&quot;, then the attachment will be saved to
13161 the specified mail folder.
13163 <DT>Export</DT>
13164 <DD>If the attachment is of
13165 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
13166 copy the message to a file in the same way this command works on 
13167 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
13169 <DT>Pipe</DT>
13170 <DD>Pipe the attachment contents into a UNIX command (if enabled).
13171 A description of the Pipe sub-commands is  <A HREF="h_pipe_command">here</A>.
13173 <DT>WhereIs</DT>
13174 <DD>Find a matching string in the attachment list.
13176 <DT>AboutAttch</DT>
13177 <DD>Examine various aspects of the selected attachment.
13179 <DT>Print</DT>
13180 <DD>Print the selected attachment.
13182 <DT>Forward</DT>
13183 <DD>Forward the selected attachment as an attachment.
13184 </DL>
13188 All attachments can be saved or piped into a UNIX command, but some may
13189 not be readily displayed by either Alpine or an external tool.  In such
13190 cases, the reason why the message cannot be displayed is displayed on
13191 Alpine's message line.
13193 &lt;End of help on this topic&gt;
13194 </BODY>
13195 </HTML>
13196 ============= h_mail_text_att_view ========================
13197 <HTML>
13198 <HEAD>
13199 <TITLE>Attachment View Screen Explained</TITLE>
13200 </HEAD>
13201 <BODY>
13202 This function allows you to view the contents of a text attachment. You
13203 can only view one attachment at a time.
13205 Available commands include:
13207 <DL>
13209 <DT>Help</DT>
13210 <DD>Display this help text
13212 <DT>AttchIndex</DT>
13213 <DD>Leave viewer and return to the &quot;ATTACHMENT INDEX&quot; screen
13215 <DT>Prev Page</DT>
13216 <DD>Show the previous page of the current attachment.
13218 <DT>Next Page</DT>
13219 <DD>Show the next page of the current attachment by pressing the space bar.
13221 <DT>Delete</DT>
13222 <DD>Mark the viewed attachment for Deletion.  The delete
13223 flag <EM>only</EM> has affect when saving the message to a folder.
13224 Attachments marked for deletion are exluded from the messsage when
13225 it is saved.  In addition, the delete mark <EM>only</EM> applies to
13226 this Alpine session.
13228 <DT>Undelete</DT>
13229 <DD>Turn off the Delete flag for the selected attachment.
13231 <DT>Save</DT>
13232 <DD>Copy the current attachment to a file.  If you just enter
13233 a filename, the attachment will be saved with that name in
13234 your home directory 
13235 <!--chtml if pinemode="running"-->
13236 (which, in the present configuration of your system, is
13237  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13238 <!--chtml endif-->
13239 or current working directory
13240 <!--chtml if pinemode="running"-->
13241 (which, at least for your current Alpine &quot;session,&quot; 
13242 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13243 <!--chtml endif-->, depending on the
13244 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13245 configuration setting.  You may enter the full
13246 path and filename to save it in another directory instead.
13248 <DT>Export</DT>
13249 <DD>If the attachment is of
13250 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
13251 copy the message to a file in the same way this command works on 
13252 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
13253 (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
13254 defined, they may affect the contents of the exported file.)
13256 <DT>Pipe</DT>
13257 <DD>Pipe the attachment contents into a UNIX command (if enabled)
13259 <DT>WhereIs</DT>
13260 <DD>Search the attachment for a string of letters.  If it is
13261 found, move to it.  The string can be one word or a phrase.
13262 If there are multiple occurrences, the cursor moves to the
13263 first occurrence beyond the current cursor position.
13265 <DT>Print</DT>
13266 <DD>Print the current attachment on paper.  You can select the
13267 printer or the print command via the &quot;Setup&quot; command
13268 on the MAIN MENU.
13270 <DT>Forward</DT>
13271 <DD>Forward the selected attachment as an attachment.
13272 </DL>
13274 &lt;End of help on this topic&gt;
13275 </BODY>
13276 </HTML>
13277 ============= h_journal ==============
13278 <HTML>
13279 <HEAD>
13280 <TITLE>Recent Message Journal Explained</TITLE>
13281 </HEAD>
13282 <BODY>
13284 The following commands are available on this screen:
13286 <DL>
13287 <DT>Help</DT>
13288 <DD>Show this help text
13290 <DT>Exit</DT>
13291 <DD>Exit Viewer, and go back to mail processing
13293 <DT>Prev Page</DT>
13294 <DD>Show the previous page text
13296 <DT>Next Page</DT>
13297 <DD>Show the next page of text by pressing the space bar
13299 <DT>Print</DT>
13300 <DD>Print the displayed text on paper.  You can select the
13301 printer or the print command via the &quot;Setup&quot; command
13302 on the MAIN MENU.
13304 <DT>Fwd Email</DT>
13305 <DD>Begin composition of a new mail message with the displayed
13306 text already inserted in the message body.
13308 <DT>Save</DT>
13309 <DD>Copy the displayed text to a file.  If you just enter
13310 a filename, the text will be saved with that name in
13311 your 
13312 home directory 
13313 <!--chtml if pinemode="running"-->
13314 (which, in the present configuration of your system, is
13315  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13316 <!--chtml endif-->
13317 or current working directory
13318 <!--chtml if pinemode="running"-->
13319 (which, at least for your current Alpine &quot;session,&quot; 
13320 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13321 <!--chtml endif-->, depending on the
13322 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13323 configuration setting.   You may enter the full
13324 path and filename to save it in another directory instead.
13326 <DT>WhereIs</DT>
13327 <DD>Search the text for a string of letters.  If it is
13328 found, move to it.  The string can be one word or a phrase.
13329 If there are multiple occurrences, the cursor moves to the
13330 first occurrence beyond the current cursor position.
13331 </DL>
13333 &lt;End of help on this topic&gt;
13334 </BODY>
13335 </HTML>
13336 ============= h_debugjournal ==============
13337 <HTML>
13338 <HEAD>
13339 <TITLE>Debug Journal Explained</TITLE>
13340 </HEAD>
13341 <BODY>
13343 The following commands are available on this screen:
13345 <DL>
13346 <DT>Help</DT>
13347 <DD>Show this help text
13349 <DT>Exit</DT>
13350 <DD>Exit Viewer, and go back to mail processing
13352 <DT>Timestamps</DT>
13353 <DD>Turn on or off timestamps.
13355 <DT>DebugView</DT>
13356 <DD>Set the level of debugging you want to see. The level may be any number
13357 in the range 0-9. Higher numbers show more debugging detail. Note that the
13358 debugging information has already been captured. This setting just causes the
13359 debugging information that you see to be filtered. If you set this to
13360 the number &quot;5&quot; then you will be shown all of the debugging information
13361 at levels 5 and below.
13362 It's actually a bit more complicated than that. A fixed amount of memory
13363 is used to store the debug information.
13364 Since the amount of memory used is limited the debugging information
13365 has to be trimmed back when it gets too large.
13367 <DT>Prev Page</DT>
13368 <DD>Show the previous page text
13370 <DT>Next Page</DT>
13371 <DD>Show the next page of text by pressing the space bar
13373 <DT>Print</DT>
13374 <DD>Print the displayed text on paper.  You can select the
13375 printer or the print command via the &quot;Setup&quot; command
13376 on the MAIN MENU.
13378 <DT>Fwd Email</DT>
13379 <DD>Begin composition of a new mail message with the displayed
13380 text already inserted in the message body.
13382 <DT>Save</DT>
13383 <DD>Copy the displayed text to a file.  If you just enter
13384 a filename, the text will be saved with that name in
13385 your 
13386 home directory 
13387 <!--chtml if pinemode="running"-->
13388 (which, in the present configuration of your system, is
13389  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13390 <!--chtml endif-->
13391 or current working directory
13392 <!--chtml if pinemode="running"-->
13393 (which, at least for your current Alpine &quot;session,&quot; 
13394 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13395 <!--chtml endif-->, depending on the
13396 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13397 configuration setting.   You may enter the full
13398 path and filename to save it in another directory instead.
13400 <DT>WhereIs</DT>
13401 <DD>Search the text for a string of letters.  If it is
13402 found, move to it.  The string can be one word or a phrase.
13403 If there are multiple occurrences, the cursor moves to the
13404 first occurrence beyond the current cursor position.
13405 </DL>
13407 &lt;End of help on this topic&gt;
13408 </BODY>
13409 </HTML>
13410 ============= h_simple_text_view ==============
13411 <HTML>
13412 <HEAD>
13413 <TITLE>Simple Text View Screen Explained</TITLE>
13414 </HEAD>
13415 <BODY>
13417 The following commands are available on this screen:
13419 <DL>
13420 <DT>Help</DT>
13421 <DD>Show this help text
13423 <DT>Exit</DT>
13424 <DD>Exit Viewer, and go back to mail processing
13426 <DT>Prev Page</DT>
13427 <DD>Show the previous page text
13429 <DT>Next Page</DT>
13430 <DD>Show the next page of text by pressing the space bar
13432 <DT>Print</DT>
13433 <DD>Print the displayed text on paper.  You can select the
13434 printer or the print command via the &quot;Setup&quot; command
13435 on the MAIN MENU.
13437 <DT>Fwd Email</DT>
13438 <DD>Begin composition of a new mail message with the displayed
13439 text already inserted in the message body.
13441 <DT>Save</DT>
13442 <DD>Copy the displayed text to a file.  If you just enter
13443 a filename, the attachment will be saved with that name in
13444 your 
13445 home directory 
13446 <!--chtml if pinemode="running"-->
13447 (which, in the present configuration of your system, is
13448  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13449 <!--chtml endif-->
13450 or current working directory
13451 <!--chtml if pinemode="running"-->
13452 (which, at least for your current Alpine &quot;session,&quot; 
13453 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13454 <!--chtml endif-->, depending on the
13455 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13456 configuration setting.   You may enter the full
13457 path and filename to save it in another directory instead.
13459 <DT>WhereIs</DT>
13460 <DD>Search the attachment for a string of letters.  If it is
13461 found, move to it.  The string can be one word or a phrase.
13462 If there are multiple occurrences, the cursor moves to the
13463 first occurrence beyond the current cursor position.
13464 </DL>
13466 &lt;End of help on this topic&gt;
13467 </BODY>
13468 </HTML>
13469 ======= h_pine_for_windows ========
13470 <HTML>
13471 <HEAD>
13472 <TITLE>GETTING HELP IN PC-ALPINE</TITLE>
13473 </HEAD>
13474 <BODY>
13475 <H1>Getting Help In PC-Alpine</H1>
13478 PC-Alpine offers general and specific help text. From the <A
13479 HREF="main_menu_tx">MAIN MENU</A>, you will find an overview in the MAIN
13480 MENU HELP and the <A HREF="h_news">Release Notes</A>.  On all screens,
13481 specific help for that screen is available from the toolbar Help menu or
13482 with the 
13483 <!--chtml if pinemode="function_key"-->
13484 &quot;F1&quot; key.
13485 <!--chtml else-->
13486 &quot;?&quot; or &quot;Ctrl-G&quot; keys. &quot;Ctrl-G&quot; is used where
13487 typing &quot;?&quot; would be mistaken as entering text.
13488 <!--chtml endif-->
13491 Although this version of Alpine is for Microsoft Windows, it is not
13492 considered a full &quot;Graphical User Interface&quot; application. 
13493 Yet, many of the controls that Windows users are accustomed to seeing, 
13494 such as scrollbars and toolbars, are available.
13497 PC-Alpine offers considerable mouse support.  You can view what is
13498 &quot;click-able&quot; by dragging your mouse over any screen; when the
13499 arrow cursor changes into a hand, you found something. Mouse-click
13500 possibilities include navigating between screens and folders and
13501 double-clicking on hyperlinks to open your Web browser.
13502 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
13503 screen.  Examples of right-click options include &quot;copy&quot; after
13504 selecting text to copy and &quot;View in New Window&quot; when you click
13505 on a particular message in the Message Index. The menu choices available
13506 to you will vary based upon what screen is open, where on the screen your
13507 cursor is located, and even what action you have already taken.
13510 &lt;End of help on this topic&gt;
13511 </BODY>
13512 </HTML>
13513 ===== h_composer =====
13514 <HTML>
13515 <HEAD>
13516 <TITLE>COMPOSER COMMANDS</TITLE>
13517 </HEAD>
13518 <BODY>
13519 <H1>COMPOSER COMMANDS</H1>
13521 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>
13522 &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>
13523 &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>
13524 &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>
13525 &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>
13526 &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>
13527 &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>
13528 &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>
13529 &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>
13530 &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>
13531 ---------------------------------------|&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>
13532 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>
13533 &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>
13534 &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>
13535 &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>
13538 NOTE:
13539 <OL>
13540  <LI>For help on a particular command, highlight the bold text associated
13541 with it above and hit Return.
13542  <LI> The availability of certain commands
13543 is determined by Alpine configuration files and system capabilities.
13544 At some sites, certain commands may not be available due to security or
13545 support concerns.
13546  <LI>Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
13547 Ctrl-&#92;, ESC.
13548  <LI>For special handling of Ctrl-S and Ctrl-Q see special comments regarding
13549 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
13550 </OL>
13553 HINT: To move rapidly to the bottom of a message you are composing,
13554 enter ^W^V.  To go to the top, ^W^Y.  These can be used in conjunction
13555 with the Mark and Cut commands to eliminate large amounts of unwanted
13556 text in a Reply.
13558 <H2>Description of Composer</H2>
13560 Alpine has a built-in editing program that allows you to compose messages
13561 without having to leave Alpine.  The editor is designed to be very simple to
13562 use so that you can get started writing email right away.
13565 Messages are usually just text, about 80 columns wide.  Using upper and
13566 lower case is encouraged.  On some systems the size limit of the message
13567 is about 100,000 characters, which is about 2,000 lines.  You can include
13568 punctuation and special characters found on most keyboards, but you can't
13569 include characters with diacritical marks and certain special symbols.
13572 Text automatically wraps as you type past the end of a line so you do not
13573 have to hit return.  Using the
13574 &quot;<A HREF="h_compose_justify">Justify</A>&quot; command,
13575 you can also reformat text explicitly, perhaps after you have
13576 deleted some text.
13579 You can include other text files with the 
13580 &quot;<A HREF="h_compose_readfile">Read File</A>&quot; command,
13581 which will prompt you for the name of the file to insert at the
13582 current cursor postion.
13585 <UL>
13586 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13587 </UL>
13589 &lt;End of help on this topic&gt;
13590 </BODY>
13591 </HTML>
13592 ====== h_composer_browse =====
13593 <HTML>
13594 <HEAD>
13595 <TITLE>BROWSER</TITLE>
13596 </HEAD>
13597 <BODY>
13598 <H1>BROWSER</H1>
13599 This screen lets you browse your files and directories.  To go to another 
13600 directory (identified by &quot;(dir)&quot;), move the cursor to it and 
13601 choose &quot;Select&quot; (the default choice on the menu); 
13602 or choose &quot;Goto&quot; and enter the name of the directory.
13603 <!--chtml if pinemode="os_windows"-->
13604 <!--chtml else--> 
13605 In Unix Alpine, you may use 
13606 &quot;~&quot; to refer to your home directory or &quot;~user&quot; to refer 
13607 to another's home directory.  
13608 <!--chtml endif--><P>
13609 To select a file, move the cursor to it and 
13610 choose &quot;Select&quot; (the default choice on the menu).  
13612 <UL>
13613 <LI>Note <B>if</B> you are currently using the BROWSER for choosing a file for 
13614 inclusion in the 
13615 message body (that is, you chose &quot;Read File&quot; with the cursor under 
13616 the 
13617 &quot;----- Message Text -----&quot; line
13618 while composing, then &quot;To Files&quot;):  Since the file 
13619 selected will become part of the message text, it must be in a format 
13620 suitable for that (Alpine does not check!), such as a plain text file.
13621 Files of other formats (for example, graphics, databases, software 
13622 programs) should be 
13623 <B>attached</B> to the message instead --
13624 by moving the cursor in the COMPOSE MESSAGE screen into the 
13625 message header area and pressing 
13626 <!--chtml if pinemode="function_key"-->
13628 <!--chtml else-->
13629 Ctrl-J.
13630 <!--chtml endif--> 
13632 <P><LI>
13633 Note <B>if</B> you are currently using the BROWSER for saving a message 
13634 attachment, or exporting a message, to a file: You can use the Add command to 
13635 provide the name for a new file to save/export to, and then select that name 
13636 to use it for the save/export operation.  Back at the prompt 
13637 &quot;EXPORT: Copy message to file in ...&quot; hit Enter, then choose 
13638 either Overwrite or Append (it doesn't make a difference, since the file is 
13639 so far empty).  Note: If you cancel the 
13640 operation at that point, the file created with the Add command will remain 
13641 0 bytes in size.
13643 </UL>
13644 <P><UL>
13645 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13646 </UL>
13648 &lt;End of help on this topic&gt;
13649 </BODY>
13650 </HTML>
13651 ====== h_composer_ins =====
13652 <HTML>
13653 <HEAD>
13654 <TITLE>INSERT TEXT FILE</TITLE>
13655 </HEAD>
13656 <BODY>
13657 <H1>INSERT TEXT FILE</H1>
13659 Use this function to insert a text file. The file name
13660 given can be an absolute file path name for your system
13661 <!--chtml if pinemode="os_windows"-->
13662 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
13663 with a relative pathname, or simply a file name without
13664 drive or directory specification.  
13665 <!--chtml else-->
13666 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
13667 a file in your home directory, or a file path relative to your 
13668 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
13669 your home directory or &quot;~user&quot; to refer to another
13670 account's home directory.
13671 <!--chtml endif-->
13673 No wild card characters may be used.  
13674 The file must reside on the system running Alpine.
13676 If the 
13677 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13678 feature is set, names are relative to your current working directory 
13679 <!--chtml if pinemode="running"-->
13680 (which, at least for your current Alpine &quot;session,&quot; 
13681 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13682 <!--chtml endif-->
13683 rather than your home directory
13684 <!--chtml if pinemode="running"-->
13685 (which, in the present configuration of your system, is
13686  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13687 <!--chtml endif-->
13689 <P><UL>
13690 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13691 </UL>
13693 &lt;End of help on this topic&gt;
13694 </BODY>
13695 </HTML>
13696 ====== h_composer_ins_m =====
13697 <HTML>
13698 <HEAD>
13699 <TITLE>INSERT MESSAGE</TITLE>
13700 </HEAD>
13701 <BODY>
13702 <H1>INSERT MESSAGE</H1>
13704 Type in the number of a message in the currently open folder to insert it
13705 into your message.
13706 <P><UL>
13707 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13708 </UL>
13710 &lt;End of help on this topic&gt;
13711 </BODY>
13712 </HTML>
13713 ====== h_composer_search =====
13714 <HTML>
13715 <HEAD>
13716 <TITLE>Explanation of Composer Whereis Command </TITLE>
13717 </HEAD>
13718 <BODY>
13719 <H1>Help For Whereis Command</H1>
13721 Whereis is used to search the message for a word or part of a word.
13722 When searching in the composer, only the message part of your mail is
13723 searched, and the cursor is put on the first occurrence appearing
13724 after the location of the cursor.  The search will wrap to the
13725 beginning of the message when it no longer finds matches in the
13726 remainder of the message.
13728 To search for the same string a second time, press 
13729 <!--chtml if pinemode="function_key"-->
13730 &quot;F6&quot;
13731 <!--chtml else-->
13732 &quot;^W&quot;
13733 <!--chtml endif-->
13734 to begin search and then just press RETURN to accept the previous
13735 search string shown in square brackets rather than entering a new
13736 search string.<P>
13738 The &quot;Search&quot; prompt has several sub-command available:
13740 <DL>
13741 <DT>Get Help</DT>
13742 <DD> Takes you to this help page.
13744 <DT>Cancel</DT>
13745 <DD> Cancels the prompt.  No search takes place.
13747 <DT>First Line</DT>
13748 <DD> Takes you back to the composer with the cursor on the first character
13749 of the first line of text.
13751 <DT>Last Line</DT>
13752 <DD> Takes you back to the composer with the cursor on the last character
13753 of the last line of text.
13755 <DT>Replace (Optional)</DT>
13756 <DD> This sub-command is enabled by the 
13757 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
13758 feature (which is on by default); see its help screen for details on how replacing works.
13760 </DL>
13762 &lt;End of help on this topic&gt;
13763 </BODY>
13764 </HTML>
13765 ====== h_sigedit_search =====
13766 <HTML>
13767 <HEAD>
13768 <TITLE>Explanation of Whereis Command </TITLE>
13769 </HEAD>
13770 <BODY>
13771 <H1>Help For Whereis Command</H1>
13773 Whereis is used to search for a word or part of a word.
13774 When searching the cursor is put on the first occurrence appearing
13775 after the location of the cursor.  The search will wrap to the
13776 beginning of the signature when it no longer finds matches in the
13777 remainder of the signature.
13779 To search for the same string a second time, press 
13780 <!--chtml if pinemode="function_key"-->
13781 &quot;F6&quot;
13782 <!--chtml else-->
13783 &quot;^W&quot;
13784 <!--chtml endif-->
13785 to begin search and then just press RETURN to accept the previous
13786 search string shown in square brackets rather than entering a new
13787 search string.<P>
13789 The &quot;Search&quot; prompt has several sub-command available:
13791 <DL>
13792 <DT>Get Help</DT>
13793 <DD> Takes you to this help page.
13795 <DT>Cancel</DT>
13796 <DD> Cancels the prompt.  No search takes place.
13798 <DT>First Line</DT>
13799 <DD> Takes you back to the composer with the cursor on the first character
13800 of the first line of text.
13802 <DT>Last Line</DT>
13803 <DD> Takes you back to the composer with the cursor on the last character
13804 of the last line of text.
13806 <DT>Replace (Optional)</DT>
13807 <DD> This sub-command is enabled by the 
13808 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
13809 feature (which is on by default); see its help screen for details on how replacing works.
13811 </DL>
13813 &lt;End of help on this topic&gt;
13814 </BODY>
13815 </HTML>
13816 ======= h_composer_to ====
13817 <HTML>
13818 <HEAD>
13819 <TITLE>THE MESSAGE COMPOSER'S TO FIELD</TITLE>
13820 </HEAD>
13821 <BODY>
13822 <H1>THE MESSAGE COMPOSER'S TO FIELD</H1>
13824 <H2>The &quot;To:&quot; field</H2>
13825 The address you enter here must be a valid email address that is reachable
13826 from your site. 
13828 <H2>Email Address Format</H2>
13829 You may enter a full name and email address, 
13830 <!--chtml if pinemode="os_windows"-->
13831 <!--chtml else-->
13832 a local (meaning, on the same 
13833 host as the one you are running Alpine on) username that Alpine will
13834 complete for you, 
13835 <!--chtml endif-->
13836 the nickname of someone in a 
13837 <A HREF="h_abook_opened">Alpine Address Book</A>, or a local
13838 mail alias defined by your system administrator.  When you move the cursor
13839 out of this field, the nicknames will be expanded to the addresses in your
13840 address book, and the local usernames will be expanded to include the 
13841 persons' actual names.  You may enter as many addresses as you wish, but they 
13842 must be separated by commas.  You can move around this and other header fields
13843 with the arrow keys and use many of the usual composer editing keys.
13845 <UL>
13846 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13847 </UL>
13850 <H2>MESSAGE HEADER COMMANDS</H2>
13851 <!--chtml if pinemode="function_key"-->
13852 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
13853 ^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>
13854 ^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>
13855 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<BR>
13856 ^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>
13857 ^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>
13858 ^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>
13859 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>
13860 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>
13861 ^@&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>
13862 ----------------------------------------|<BR>
13863 MESSAGE&nbsp;COMMANDS&nbsp;&nbsp;|&nbsp;GENERAL&nbsp;COMMANDS&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;F12&nbsp;&nbsp;&nbsp;&nbsp;To&nbsp;Addressbook/Browser<BR>
13864 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>
13865 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>
13866 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>
13867 <!--chtml else-->
13868 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
13869 ^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>
13870 ^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>
13871 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;<BR>
13872 ^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>
13873 ^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>
13874 ^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>
13875 ^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>
13876 ^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>
13877 ^@&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>
13878 ----------------------------------------|&nbsp;^R&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="h_compose_richhdr">Rich&nbsp;Headers</A><BR>
13879 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>
13880 ^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>
13881 ^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>
13882 ^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>
13883 <!--chtml endif-->
13886 NOTE:
13887 <OL>
13888  <LI>For help on a particular command, highlight the bold text associated
13889 with it above and hit Return.
13890  <LI> The availability of certain commands 
13891 is determined by Alpine configuration files and system capabilities.
13892 At some sites, certain commands may not be available due to security or
13893 support concerns.
13894 </OL>
13897 <UL>   
13898 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13899 </UL><P>
13900 &lt;End of help on this topic&gt;
13901 </BODY>
13902 </HTML>
13903 ======= h_composer_cc ====
13904 <HTML>
13905 <HEAD>
13906 <TITLE>THE MESSAGE COMPOSER'S CC FIELD</TITLE>
13907 </HEAD>
13908 <BODY>
13909 <H1>THE MESSAGE COMPOSER'S CC FIELD</H1>
13910 The Cc: field is just like the To: field, except it is used for addressees
13911 that you wish to send a &quot;carbon&quot; copy to.  That is, the message is 
13912 not directly meant directly &quot;for&quot; these recipients, but you wanted 
13913 them to see the message.  The only difference the recipients see is that their 
13914 name is in the Cc: field, rather than the To: field.
13916 For help with Cc: field editing
13917 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13919 <UL>
13920 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13921 </UL>
13923 <UL>   
13924 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13925 </UL><P>
13926 &lt;End of help on this topic&gt;
13927 </BODY>
13928 </HTML>
13929 ======= h_composer_bcc ====
13930 <HTML>
13931 <HEAD>
13932 <TITLE>THE MESSAGE COMPOSER'S BCC FIELD</TITLE>
13933 </HEAD>
13934 <BODY>
13935 <H1>THE MESSAGE COMPOSER'S BCC FIELD</H1>
13936 The &quot;Bcc:&quot; (Blind carbon copy) header is used when you wish to send 
13937 a copy of the message to one or more people whose addresses you do not
13938 wish disclosed, either to reduce clutter or for confidentiality.
13940 The format of the Bcc: field is just the same as the To: and Cc: fields in
13941 the way the addresses are entered.  The recipients listed here will
13942 receive a copy of the message, but --assuming your site's mail transport
13943 software is properly configured-- their addresses will not show up in the
13944 headers of the message, as delivered to all of the recipients.  The To:
13945 and Cc:  recipients will not know a copy was sent to the Bcc: recipients.
13947 Note: if there is no To: or Cc: or Lcc: address in the message, Alpine
13948 will automatically generate and place in the To: field a pseudo-address of 
13949   &quot;undisclosed-recipients: ;&quot;
13950 or whatever string has been specified in the 
13951 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
13952 variable.
13954 The reason for this is to avoid embarrassment caused by some Internet
13955 mail transfer software that interprets a &quot;missing&quot; To: header as 
13956 an error and replaces it with an Apparently-to: header that may contain
13957 the addresses you entered on the Bcc: line.  In addition, it may be
13958 less disconcerting to Bcc: recipients to see <B>something</B> in the To: field.
13960 You can manipulate what text ends up on the (originally) empty To:
13961 field.  Just remember to put a colon and semicolon at the end of the
13962 field, which is a special notation denoting that it is not a real address.
13964 For information on message header editing
13965 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13967 <UL>
13968 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13969 </UL>
13971 <UL>   
13972 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13973 </UL><P>
13974 &lt;End of help on this topic&gt;
13975 </BODY>
13976 </HTML>
13977 ======= h_composer_lcc ====
13978 <HTML>
13979 <HEAD>
13980 <TITLE>THE MESSAGE COMPOSER'S LCC FIELD</TITLE>
13981 </HEAD>
13982 <BODY>
13983 <H1>THE MESSAGE COMPOSER'S LCC FIELD</H1>
13984 The &quot;Lcc:&quot; (List carbon copy) header is intended to be used when
13985 you wish to send a message to a list of people but avoid having all
13986 of their addresses visible, in order to reduce clutter when the
13987 message is received.
13989 It is similar to the 
13990 <A HREF="h_composer_bcc">&quot;Bcc&quot; (Blind carbon copy) header</A> 
13991 in that individual
13992 addressees are hidden, but Lcc is designed to work specifically with
13993 distribution lists you have created in your 
13994 <A HREF="h_abook_opened">Alpine Address Book</A>.  Placing
13995 the nickname of the list on the Lcc line will result in the full name of
13996 your Alpine Address Book list being placed on the To: line of the message,
13997 using a special notation that distinguishes it from a real address. You
13998 must leave the To: line blank for your list name to appear there.
14000 For example, if you have this list entered in your Address Book:<PRE>
14002         largo         Key Largo List       DISTRIBUTION LIST:
14003                                            bogie@mgm.com
14004                                            lauren@mgm.com
14005                                            walter@mgm.com</PRE>
14008 and you enter &quot;largo&quot; on the Lcc: line while composing a message, 
14009 the result is:<PRE>
14011         To      : Key Largo List: ;
14012         Cc      :
14013         Bcc     :
14014         Fcc     : sent-mail
14015         Lcc     : Key Largo List &lt;bogie@mgm.com&gt;,
14016                   lauren@mgm.com,
14017                   walter@mgm.com
14018         Subject :</PRE>
14020 Each recipient listed on the Lcc: line receives a copy of the message
14021 without their address being visible (as though they were listed on the
14022 Bcc: line). The colon-semicolon notation used to put the full-name of the
14023 list on the To: line is a special address format that doesn't specify any
14024 actual addressees, but does give some information to the recipients of the
14025 message.
14027 Note: if after entering an LCC, you delete the list name that is placed
14028 on the To: line, then recipients will see <PRE>
14029        To: undisclosed-recipients: ;</PRE>
14031 (or whatever string is defined in the 
14032 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
14033 variable) just as in the BCC case. 
14035 For help with Lcc: field editing
14036 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14038 <UL>
14039 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14040 </UL>
14042 <UL>   
14043 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14044 </UL><P>
14045 &lt;End of help on this topic&gt;
14046 </BODY>
14047 </HTML>
14048 ======= h_composer_from =======
14049 <HTML>
14050 <HEAD>
14051 <TITLE>THE MESSAGE COMPOSER'S FROM FIELD</TITLE>
14052 </HEAD>
14053 <BODY>
14054 <H1>THE MESSAGE COMPOSER'S FROM FIELD</H1>
14056 This header carries your return address.  It is the address toward which
14057 replies (and often, future unrelated correspondence) will be directed,
14058 unless you have <A HREF="h_config_custom_hdrs">defined an optional 
14059 &quot;Reply-To:&quot; header</A> in the SETUP CONFIGURATION screen.  Make 
14060 sure this address is correct.
14062 For help with message header editing
14063 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14065 <UL>
14066 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14067 </UL>
14069 <UL>   
14070 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14071 </UL><P>
14072 &lt;End of help on this topic&gt;
14073 </BODY>
14074 </HTML>
14075 ======= h_composer_reply_to =======
14076 <HTML>
14077 <HEAD>
14078 <TITLE>THE MESSAGE COMPOSER'S REPLY-TO FIELD</TITLE>
14079 </HEAD>
14080 <BODY>
14081 <H1>THE MESSAGE COMPOSER'S REPLY-TO FIELD</H1>
14083 Most people should not need this header. The Reply-To: header is used in
14084 cases where you would like replies to your messages to be directed to an
14085 address other than your normal &quot;From:&quot; address.  This is atypical, 
14086 but can happen when you use multiple machines and do not have the same account
14087 name on each one, or when you wish to direct certain replies to accounts
14088 or folders designated for specific classes of correspondence.
14090 For help with message header editing
14091 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14093 <UL>
14094 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14095 </UL>
14098 <UL>   
14099 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14100 </UL><P>
14101 &lt;End of help on this topic&gt;
14102 </BODY>
14103 </HTML>
14104 ======= h_composer_custom_addr ====
14105 <HTML>
14106 <HEAD>
14107 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
14108 </HEAD>
14109 <BODY>
14110 <H1>CUSTOMIZED HEADER FIELD</H1>
14111 This is a customized header, i.e. not one that is part of Alpine's normal
14112 set of Compose headers.
14114 For help with message header editing
14115 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14117 <UL>
14118 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14119 </UL>
14121 <UL>   
14122 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14123 </UL><P>
14124 &lt;End of help on this topic&gt;
14125 </BODY>
14126 </HTML>
14127 ======= h_composer_custom_free ====
14128 <HTML>
14129 <HEAD>
14130 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
14131 </HEAD>
14132 <BODY>
14133 <H1>CUSTOMIZED HEADER FIELD</H1>
14134 This is a customized header, i.e. not one that is part of Alpine's normal
14135 set of Compose headers.
14137 This field consists of arbitrary text.
14139 For help with message header editing
14140 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14142 <UL>   
14143 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14144 </UL><P>
14145 &lt;End of help on this topic&gt;
14146 </BODY>
14147 </HTML>
14148 ====== h_composer_news =====
14149 <HTML>
14150 <HEAD>
14151 <TITLE>THE MESSAGE COMPOSER'S NEWSGRPS LINE</TITLE>
14152 </HEAD>
14153 <BODY>
14154 <h1>THE MESSAGE COMPOSER'S NEWSGRPS LINE</h1>
14155 Use the newsgroups line to specify any and all USENET newsgroups to which
14156 your message should be posted.  When composing a message from scratch, this
14157 line may be hidden.  If so, just press the rich headers command
14158 (<!--chtml if pinemode="function_key"-->F5<!--chtml else-->^R<!--chtml endif-->)
14159 to make it visible.
14161 <EM>Be aware</EM> that when you post to a newsgroup thousands of
14162 people will be reading your message.  Also, you or your system manager
14163 must have defined an &quot;<!--#echo var="VAR_nntp-server"-->&quot; in your Alpine configuration
14164 in order for you to be able to post.
14166 For help with message header editing
14167 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14168 <P><UL>
14169 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14170 </UL>
14172 &lt;End of help on this topic&gt;
14173 </BODY>
14174 </HTML>
14175 ======= h_composer_fcc ====
14176 <HTML>
14177 <HEADER>
14178 <TITLE>THE MESSAGE COMPOSER'S FCC FIELD</TITLE>
14179 </HEADER>
14180 <BODY>
14181 <H1>THE MESSAGE COMPOSER'S FCC FIELD</H1>
14182 The FCC (File Carbon Copy) specifies the folder used to keep a copy of
14183 each outgoing message.  The default value can be configured with the
14184 &quot;<!--#echo var="VAR_default-fcc"-->&quot; and &quot;<!--#echo var="VAR_fcc-name-rule"-->&quot; options.  You can change or remove
14185 the file carbon copy on any message you send by editing the FCC header.<p>
14187 You may type ^T to get a list of all your folders and select one to use as
14188 the FCC for this message.<P>
14190 For help with message header editing
14191 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14193 <UL>   
14194 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14195 </UL><P>
14196 &lt;End of help on this topic&gt;
14197 </BODY>
14198 </HTML>
14199 ======= h_composer_subject ====
14200 <HTML>
14201 <HEADER>
14202 <TITLE>THE MESSAGE COMPOSER'S SUBJECT FIELD</TITLE>
14203 </HEADER>
14204 <BODY>
14205 <H1>THE MESSAGE COMPOSER'S SUBJECT FIELD</H1>
14207 The subject header provides a place to enter a few words that summarize
14208 the topic of the message you are sending.  You may leave this line blank,
14209 but it is considered a courtesy to use a meaningful subject.<p>
14211 For help with message header editing
14212 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14214 <UL>   
14215 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14216 </UL><P>
14217 &lt;End of help on this topic&gt;
14218 </BODY>
14219 </HTML>
14220 ======= h_composer_attachment ====
14221 <HTML>
14222 <HEAD>
14223 <TITLE>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</TITLE>
14224 </HEAD>
14225 <BODY>
14226 <H1>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</H1>
14228 The &quot;Attchmnt:&quot; field is where you specify what file or
14229 files you'd like attached to
14230 the message you are composing.  Those files must reside on the machine
14231 running Alpine. If your file is on a PC or Mac and you run Alpine with an
14232 account on a Unix machine, you'll have to transfer it before attaching it.
14233 Contact local computer support people for assistance with transferring.
14236 The file name
14237 given can be an absolute file path name for your system
14238 <!--chtml if pinemode="os_windows"-->
14239 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
14240 with a relative pathname, or simply a file name without
14241 drive or directory specification.  
14242 <!--chtml else-->
14243 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
14244 a file in your home directory, or a file path relative to your 
14245 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
14246 your home directory or &quot;~user&quot; to refer to another
14247 account's home directory.
14248 <!--chtml endif--><P>
14249 No wild card characters may be used.
14250 <P>If the 
14251 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14252 feature is set, names are relative to your current working directory 
14253 <!--chtml if pinemode="running"-->
14254 (which, at least for your current Alpine &quot;session,&quot; 
14255 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14256 <!--chtml endif-->
14257 rather than your home directory
14258 <!--chtml if pinemode="running"-->
14259 (which, in the present configuration of your system, is
14260  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14261 <!--chtml endif-->
14264 Alpine uses MIME encoding for attachments, so binaries and files of any
14265 length can safely be delivered to any MIME-capable mail reading program.
14266 If you send an attachment to someone who does not have a MIME-capable mail
14267 reading program yet, then the main message text will be readable, but
14268 attachments (even attachments that are just plain text) are not.
14271 Typing the filename on the Attchmnt: line achieves the same
14272 result as using the 
14273 <!--chtml if pinemode="function_key"-->
14275 <!--chtml else-->
14276 Ctrl-J
14277 <!--chtml endif--> command.
14280 If you Forward a message with attachments, you may delete them from your
14281 Forwarded message by editing the Attchmnt header line.
14284 For help with message header editing
14285 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14287 <UL>   
14288 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14289 </UL><P>
14290 &lt;End of help on this topic&gt;
14291 </BODY>
14292 </HTML>
14293 ======= h_composer_ctrl_j ====
14294 <HTML>
14295 <HEAD>
14296 <TITLE>COMPOSER ATTACH</TITLE>
14297 </HEAD>
14298 <BODY>
14299 After the
14300 <!--chtml if pinemode="function_key"-->
14302 <!--chtml else-->
14303 Ctrl-J
14304 <!--chtml endif--> command:
14305 At the &quot;File to attach:&quot; prompt, enter the name of the 
14306 existing file to attach to your message.  
14307 When the feature
14308 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
14309 is set
14310 you need only enter the beginning of the filename (enough of it to uniquely 
14311 identify the file) and press TAB to complete it.
14313 Or, press ^T to use the BROWSER screen for 
14314 selecting the file.  <P>
14315 For more information on attaching files, see the help screen for the 
14316 composer's 
14317 <A HREF="h_composer_attachment">Attchmnt: field</A>, which is normally hidden,
14318 but can be revealed using the 
14319 <!--chtml if pinemode="function_key"-->
14321 <!--chtml else-->
14322 Ctrl-R
14323 <!--chtml endif--> 
14324 command with the cursor positioned above the
14325 &quot;----- Message Text -----&quot; line in the COMPOSE MESSAGE screen.
14327 &lt;End of help on this topic&gt;
14328 </BODY>
14329 </HTML>
14330 ======= h_edit_nav_cmds =========
14331 <HTML>
14332 <HEAD>
14333 <TITLE>Composer Editing Commands Explained</TITLE>
14334 </HEAD>
14335 <BODY>
14336 <H1>EDITING and NAVIGATION COMMANDS</H1>
14337 <!--chtml if pinemode="function_key"-->
14338 <PRE>
14339 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
14340 ^B (Left Arrow)    Back character       | ^D       Delete current character
14341 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
14342 ^P (Up Arrow)      Previous line        |
14343 ^N (Down Arrow)    Next line            | F9       Cut marked text or
14344 ^A                 Beginning of line    |            delete current line
14345 ^E                 End of line          | F10      Undelete line(s)
14346 F7                 Previous page        |
14347 F8                 Next page            |-------------------------------------
14348 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
14349 ----------------------------------------|
14350 EXIT COMMANDS    |  GENERAL COMMANDS    | F12    To Addressbook
14351 F3   Cancel      |   F1    Get help     | F12    RichView (expand lists)
14352 F2  eXit/save    |   ^Z    Suspend      | ^L     Redraw Screen
14353 </PRE>
14354 <!--chtml else-->
14355 <PRE>
14356 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
14357 ^B (Left Arrow)    Back character       | ^D       Delete current character
14358 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
14359 ^P (Up Arrow)      Previous line        |
14360 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
14361 ^A                 Beginning of line    |            delete current line
14362 ^E                 End of line          | ^U       Undelete line(s)
14363 ^Y                 Previous page        |
14364 ^V                 Next page            |-------------------------------------
14365 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
14366 ----------------------------------------|
14367 EXIT COMMANDS    |  GENERAL COMMANDS    | ^T     To Addressbook
14368 ^C   Cancel      |   ^G    Get help     | ^R     RichView  (expand lists)
14369 ^X   eXit/save   |   ^Z    Suspend      | ^L     Redraw Screen
14370 </PRE>
14371 <!--chtml endif-->
14372 &lt;End of help on this topic&gt;
14373 </BODY>
14374 </HTML>
14375 ===== h_composer_sigedit =====
14376 <HTML>
14377 <HEAD>
14378 <TITLE>Signature Editor Commands Explained</TITLE>
14379 </HEAD>
14380 <BODY>
14381 <H1>SIGNATURE EDITOR COMMANDS</H1>
14382 <!--chtml if pinemode="function_key"-->
14383 <PRE>
14384 CURSOR MOTION KEYS                     |EDITING KEYS
14385   ^B (Left Arrow)   Back character     | ^D       Delete current character
14386   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14387   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14388   ^N (Down Arrow)   Next line          | F9       Cut marked text or
14389   ^A                Beginning of line  |           delete current line
14390   ^E                End of line        | F10       Paste text, undelete lines
14391   F7                Previous page      |           cut with ^K, or unjustify
14392   F8                Next page          |-------------------------------------
14393   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14394 ---------------------------------------| F6       Whereis (search for string)
14395 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
14396  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
14397                  |  ^Z    Suspend      | ^L       Redraw Screen
14398  F2   Send       |  F6    Alt. editor  | F5       Read in a file
14399 </PRE>
14400 <!--chtml else-->
14401 <PRE>
14402 CURSOR MOTION KEYS                     |EDITING KEYS
14403   ^B (Left Arrow)   Back character     | ^D       Delete current character
14404   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14405   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14406   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
14407   ^A                Beginning of line  |           delete current line
14408   ^E                End of line        | ^U        Paste text, undelete lines
14409   ^Y                Previous page      |           cut with ^K, or unjustify
14410   ^V                Next page          |-------------------------------------
14411   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14412 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
14413 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
14414  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
14415                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
14416  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
14417 </PRE>
14418 <!--chtml endif-->
14420 NOTE: The presence or absence of the following commands is determined
14421 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
14422 some of these commands may be administratively disabled by your system
14423 manager; if they don't work, please check with your local help desk
14424 before reporting a bug.
14426 <UL>
14427  <LI>Suspend (suspends Alpine and gives a system prompt)
14428  <LI>Alternate editor (allows you to compose with your own editor)
14429 </UL>
14432 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
14433 Ctrl-&#92;, ESC
14436 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
14437 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
14439 &lt;End of help on this topic&gt;
14440 </BODY>
14441 </HTML>
14442 ===== h_composer_commentedit =====
14443 <HTML>
14444 <HEAD>
14445 <TITLE>Comment Editor Commands Explained</TITLE>
14446 </HEAD>
14447 <BODY>
14448 <H1>COMMENT EDITOR COMMANDS</H1>
14449 <!--chtml if pinemode="function_key"-->
14450 <PRE>
14451 CURSOR MOTION KEYS                     |EDITING KEYS
14452   ^B (Left Arrow)   Back character     | ^D       Delete current character
14453   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14454   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14455   ^N (Down Arrow)   Next line          | F9       Cut marked text or
14456   ^A                Beginning of line  |           delete current line
14457   ^E                End of line        | F10       Paste text, undelete lines
14458   F7                Previous page      |           cut with ^K, or unjustify
14459   F8                Next page          |-------------------------------------
14460   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14461 ---------------------------------------| F6       Whereis (search for string)
14462 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
14463  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
14464                  |  ^Z    Suspend      | ^L       Redraw Screen
14465  F2   Send       |  F6    Alt. editor  | F5       Read in a file
14466 </PRE>
14467 <!--chtml else-->
14468 <PRE>
14469 CURSOR MOTION KEYS                     |EDITING KEYS
14470   ^B (Left Arrow)   Back character     | ^D       Delete current character
14471   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14472   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14473   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
14474   ^A                Beginning of line  |           delete current line
14475   ^E                End of line        | ^U        Paste text, undelete lines
14476   ^Y                Previous page      |           cut with ^K, or unjustify
14477   ^V                Next page          |-------------------------------------
14478   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14479 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
14480 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
14481  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
14482                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
14483  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
14484 </PRE>
14485 <!--chtml endif-->
14487 NOTE: The presence or absence of the following commands is determined
14488 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
14489 some of these commands may be administratively disabled by your system
14490 manager; if they don't work, please check with your local help desk
14491 before reporting a bug.
14493 <UL>
14494  <LI>Suspend (suspends Alpine and gives a system prompt)
14495  <LI>Alternate editor (allows you to compose with your own editor)
14496 </UL>
14499 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
14500 Ctrl-&#92;, ESC
14503 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
14504 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
14506 &lt;End of help on this topic&gt;
14507 </BODY>
14508 </HTML>
14509 ======= h_composer_abook_nick =======
14510 <HTML>
14511 <HEAD>
14512 <TITLE>Addressbook Nickname Explained</TITLE>
14513 </HEAD>
14514 <BODY>
14515 This is a short nickname for this address book entry.  If it is used in
14516 place of an address from the composer, the composer will fill in the
14517 address(es) for the entry that matches the nickname. 
14520 Look <A HREF="h_edit_nav_cmds">here</A>
14521 to see the available Editing and Navigation commands.
14523 &lt;End of help on this topic&gt;
14524 </BODY>
14525 </HTML>
14526 ======= h_composer_abook_full =======
14527 <HTML>
14528 <HEAD>
14529 <TITLE>Addressbook Fullname Explained</TITLE>
14530 </HEAD>
14531 <BODY>
14532 This is the full name field for this entry.  If this is going to be a
14533 distribution list (more than one address), it should be a descriptive
14534 phrase describing the list.  It will be included in the mail header if you
14535 put the list in the To: or CC: field, or in the To: line if you put the
14536 list in the Lcc: field.  It's OK to leave this field blank (and OK to
14537 leave any of the other fields blank, too). If this address book entry is
14538 going to be a simple entry with just one address, then this field is the
14539 person's name. When you send mail to this entry, this is the field to the
14540 left of the brackets. That is, it is the most readable part of the 
14541 address. For example, in the sample address:
14542 <PRE>
14543        John Doe &lt;jdoe@some.domain&gt;
14544 </PRE>
14545 "John Doe" is the full name field. If you are sorting your address book
14546 with one of the options that uses full names, then it might be useful to
14547 enter the full name as "Last, First", for example:
14548 <PRE>
14549        Doe, John
14550 </PRE>
14551 so that it will be sorted using Doe instead of John. This will be changed
14552 back into John Doe when you use it.
14554 Look <A HREF="h_edit_nav_cmds">here</A>
14555 to see the available Editing and Navigation commands.
14557 &lt;End of help on this topic&gt;
14558 </BODY>
14559 </HTML>
14560 ======= h_composer_abook_fcc =======
14561 <HTML>
14562 <HEAD>
14563 <TITLE>Addressbook Fcc Explained</TITLE>
14564 </HEAD>
14565 <BODY>
14566 If this entry is the first one in the To: line of an outgoing message,
14567 this field will be used for the Fcc (File Carbon Copy) instead of whatever
14568 you would normally get (which depends on which
14569 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
14570 you've chosen). 
14572 If this field consists of two double quotes (&quot;&quot;) that tells Alpine
14573 that you don't want any Fcc associated with this entry.
14575 Look <A HREF="h_edit_nav_cmds">here</A>
14576 to see the available Editing and Navigation commands.
14578 &lt;End of help on this topic&gt;
14579 </BODY>
14580 </HTML>
14581 ====== h_config_combined_abook_display =====
14582 <HTML>
14583 <HEAD>
14584 <TITLE>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></TITLE>
14585 </HEAD>
14586 <BODY>
14587 <H1>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></H1>
14589 This feature affects the address book display screens.
14590 Normally, expanding an address book from the ADDRESS BOOK LIST screen
14591 will cause the remaining address books and directory servers to disappear
14592 from the screen, leaving only the entries of the expanded address book.
14593 If this feature is set, then the other address books will remain on the screen,
14594 so that all of the address books can be present at once.
14597 The way that commands work won't be changed.
14598 For example, the Select All command will select all of the entries in the
14599 current address book, not all of the entries in all of the address books.
14600 The WhereIs command will change a little.
14601 It will search through all of the text on the screen plus all of the entries
14602 from expanded address books.
14605 When this feature is set, the setting of the feature
14606 <A HREF="h_config_expanded_addrbooks">&quot;<!--#echo var="FEAT_expanded-view-of-addressbooks"-->&quot;</A>
14607 has an effect.
14609 &lt;End of help on this topic&gt;
14610 </BODY>
14611 </HTML>
14612 ====== h_config_titlebar_color_style =====
14613 <HTML>
14614 <HEAD>
14615 <TITLE>OPTION: <!--#echo var="VAR_titlebar-color-style"--></TITLE>
14616 </HEAD>
14617 <BODY>
14618 <H1>OPTION: <!--#echo var="VAR_titlebar-color-style"--></H1>
14620 This option affects the colors used to display the titlebar (the top
14621 line on the screen) when viewing a message.
14624 The available options include:
14627 <DL>
14628 <DT>default</DT>
14629 <DD>The color of the titlebar will be the color you set for the
14630 <A HREF="h_config_title_color">Title Color</A>.
14631 The Title Color may be set by using the
14632 <A HREF="h_color_setup">Setup Kolor</A> screen.
14633 </DD>
14635 <DT>indexline</DT>
14636 <DD>The color of the titlebar will be the same as the color of the
14637 index line corresponding to the message being viewed.
14638 The rules that determine what color the index line will be may be set
14639 up by going to the Setup/Rules/Indexcolor screen.
14640 If the index line for a message is not colored explicitly by the
14641 Indexcolor rules, then the titlebar will be colored the same as for
14642 the &quot;default&quot; option above (which is not the same color that
14643 the index line itself will have).
14644 </DD>
14646 <DT>reverse-indexline</DT>
14647 <DD>This is similar to the &quot;indexline&quot; option except the
14648 foreground and background colors from the corresponding index line will
14649 be reversed.
14650 For example, if the index line color is red letters on a white background,
14651 then the titlebar will be white letters on a red background.
14652 If the index line for a message is not colored explicitly by the
14653 Indexcolor rules, then the titlebar will be colored the same as for
14654 the &quot;default&quot; option above (which is not the same color that
14655 the index line itself will have).
14656 </DD>
14657 </DL>
14661 <UL>   
14662 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14663 </UL><P>
14664 &lt;End of help on this topic&gt;
14665 </BODY>
14666 </HTML>
14667 ====== h_config_index_color_style =====
14668 <HTML>
14669 <HEAD>
14670 <TITLE>OPTION: <!--#echo var="VAR_current-indexline-style"--></TITLE>
14671 </HEAD>
14672 <BODY>
14673 <H1>OPTION: <!--#echo var="VAR_current-indexline-style"--></H1>
14675 This option affects the colors used to display the current line in the
14676 MESSAGE INDEX screen.
14677 If you do not have Index Color Rules defined, then this option will
14678 have no effect in the index.
14679 Those Rules may be defined by going to the Setup/Rules/Indexcolor screen.
14681 If the option
14682 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
14683 is turned on and the
14684 <A HREF="h_config_incunseen_color">Incoming Unseen Color</A>
14685 is set to something other than the default, then
14686 this option also affects the color used to display the current folder
14687 in the Incoming FOLDER LIST screen.
14690 The available options include:
14693 <DL>
14694 <DT>flip-colors</DT>
14695 <DD>This is the default.
14696 If an index line is colored because it matches one of your
14697 Index Color Rules, then its colors will be reversed when it is the currently
14698 highlighted line.
14699 For example, if the line is normally red text on a blue background, then
14700 when it is the current line it will be drawn as blue text on a red background.
14702 The rest of the option values all revert to this flip-colors behavior if
14703 there is no Reverse Color defined.
14704 </DD>
14706 <DT>reverse</DT>
14707 <DD>With this option the Reverse color is always used to highlight the
14708 current line.
14709 </DD>
14711 <DT>reverse-fg</DT>
14712 <DD>The foreground part of the Reverse Color is used to highlight
14713 the current line.
14714 If this would cause the text to be unreadable (because the foreground and
14715 background colors are the same) or if it would cause no change in the
14716 color of the index line, then the colors are flipped instead.
14718 Some people think this works particularly well if you use different
14719 background colors to emphasize &quot;interesting&quot; lines,
14720 but always with the same Normal foreground color,
14721 and you use a different foreground color for the Reverse Color.
14722 </DD>
14724 <DT>reverse-fg-no-ambiguity</DT>
14725 <DD>With the &quot;reverse-fg&quot; rule above, it is possible that
14726 the resulting color will be exactly the same as the regular Reverse
14727 Color.
14728 That can lead to some possible confusion because an
14729 &quot;interesting&quot;
14730 line that is the current line will be displayed exactly the same as a
14731 non-interesting line that is current.
14732 You can't tell whether the line is just a regular current line or if it is
14733 an &quot;interesting&quot; current line by looking at the color.
14734 Setting the option to this value removes that ambiguity.
14735 It is the same as the &quot;reverse-fg&quot; setting unless the resulting
14736 interesting current line would look just like a non-interesting current line.
14737 In that case, the interesting line's colors are simply flipped (like in the
14738 default behavior).
14740 As an alternative way to preserve the line's interestingness in this case,
14741 you may find that using both a different foreground and a different
14742 background color for the interesting line will help.
14743 </DD>
14745 <DT>reverse-bg</DT>
14746 <DD>The background part of the Reverse Color is used to highlight
14747 the current line.
14748 If this would cause the text to be unreadable (because the foreground and
14749 background colors are the same) or if it would cause no change in the
14750 color of the index line, then the colors are flipped instead.
14752 Some people think this works particularly well if you use different
14753 foreground colors to emphasize &quot;interesting&quot; lines,
14754 but always with the same Normal background color,
14755 and you use a different background color for the Reverse Color.
14756 </DD>
14758 <DT>reverse-bg-no-ambiguity</DT>
14759 <DD>As with the &quot;reverse-fg&quot; case, the &quot;reverse-bg&quot;
14760 rule may also result in a color that is exactly the same as the regular
14761 Reverse Color.
14762 Setting the option to this value removes that ambiguity.
14763 It is the same as the &quot;reverse-bg&quot; setting unless the resulting
14764 current line has the same color as the Reverse Color.
14765 In that case, the interesting line's colors are simply flipped (like in the
14766 default behavior).
14767 </DD>
14768 </DL>
14772 <UL>   
14773 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14774 </UL><P>
14775 &lt;End of help on this topic&gt;
14776 </BODY>
14777 </HTML>
14778 ====== h_config_expanded_addrbooks =====
14779 <HTML>
14780 <HEAD>
14781 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></TITLE>
14782 </HEAD>
14783 <BODY>
14784 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></H1>
14786 If multiple address books (either personal or global) are defined, and you
14787 wish to have them all expanded implicitly upon entering the ADDRESS BOOK
14788 screen, then set this feature. This feature will have no effect unless the
14789 feature
14790 <A HREF="h_config_combined_abook_display">&quot;<!--#echo var="FEAT_combined-addrbook-display"-->&quot;</A>
14791 is also set.
14793 &lt;End of help on this topic&gt;
14794 </BODY>
14795 </HTML>
14796 ====== h_config_combined_folder_display =====
14797 <HTML>
14798 <HEAD>
14799 <TITLE>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></TITLE>
14800 </HEAD>
14801 <BODY>
14802 <H1>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></H1>
14804 This feature affects the folder list display screens.
14805 Normally, each folder list is viewed within its collection only.  This
14806 command allows folder lists to be viewed within a single screen that
14807 combines the contents of all collections.
14810 The way that commands work won't be changed.
14811 For example, the Select All command will select all of the folders in the
14812 current collection, not all of the entries in all of the collections.
14813 The WhereIs command will change a little.
14814 It will search through all of the folders in the current collection as well
14815 as all the folder in any other expanded collection.
14818 When this feature is set, the setting of the feature
14819 <A HREF="h_config_expanded_folders">&quot;<!--#echo var="FEAT_expanded-view-of-folders"-->&quot;</A>
14820 has an effect.
14822 &lt;End of help on this topic&gt;
14823 </BODY>
14824 </HTML>
14825 ====== h_config_combined_subdir_display =====
14826 <HTML>
14827 <HEAD>
14828 <TITLE>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></TITLE>
14829 </HEAD>
14830 <BODY>
14831 <H1>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></H1>
14833 This feature affects the Folder List screen when
14835 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
14836 feature is enabled.  Normally, selecting a directory from the Folder
14837 List takes you into a new screen displaying only the contents of
14838 that directory.
14841 Enabling this feature will cause the contents of the selected
14842 directory to be
14843 displayed within the boundaries of the &quot;Collection&quot; it
14844 is a part of.  All previously displayed collections will remain
14845 in the screen.
14848 The way that commands work won't be changed.
14849 For example, the Select All command will select all of the folders in the
14850 directory, as opposed to all of the entries in all of the collections.
14851 The WhereIs command will change a little.
14852 It will search through all of the folders in the current collection as well
14853 as all the folder in any other expanded collection.
14856 &lt;End of help on this topic&gt;
14857 </BODY>
14858 </HTML>
14859 ====== h_config_separate_fold_dir_view =====
14860 <HTML>
14861 <HEAD>
14862 <TITLE>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></TITLE>
14863 </HEAD>
14864 <BODY>
14865 <H1>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></H1>
14867 This feature affects folder collections wherein a folder
14868 and directory can have the same name.  By default, Alpine displays them
14869 only once, denoting that it is both a folder and directory by appending
14870 the folder name with the hierarchy character enclosed
14871 in square brackets.
14875 Enabling this feature will cause Alpine to display such names
14876 separately marking the name representing a directory with a trailing
14877 hierarchy delimiter (typically the slash, &quot;/&quot;, character).
14880 The feature also alters the command set slightly.  By default, the
14881 right-arrow descends into the directory, while hitting the Return key will
14882 cause the folder by that name to be opened.
14885 With this feature set, the Return key will open the highlighted folder, or
14886 enter the highlighted directory.
14889 &lt;End of help on this topic&gt;
14890 </BODY>
14891 </HTML>
14892 ====== h_config_expanded_folders =====
14893 <HTML>
14894 <HEAD>
14895 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></TITLE>
14896 </HEAD>
14897 <BODY>
14898 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></H1>
14900 If multiple folder collections are defined, and you
14901 wish to have them all expanded implicitly upon entering the FOLDER LIST
14902 screen, then set this feature. This feature will have no effect unless the
14903 feature
14904 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
14905 is also set.
14907 &lt;End of help on this topic&gt;
14908 </BODY>
14909 </HTML>
14910 ======= h_config_ldap_server =======
14911 <HTML>
14912 <HEAD>
14913 <TITLE>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
14914 </HEAD>
14915 <BODY>
14916 <H1>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
14917 This is the name of the host where an LDAP server is running.
14918 For redundancy, this may be a space-delimited set of server names, in which
14919 case the first server that answers is used.
14920 Each of the server names may be optionally followed by
14921 a colon and a port number.
14922 If this form is used then the port number configured below in the
14923 <EM>port</EM> field is not used.
14925 To find out whether your organization has its own LDAP server, 
14926 contact its computing support staff.
14927 <P><UL>
14928 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14929 </UL>
14931 &lt;End of help on this topic&gt;
14932 </BODY>
14933 </HTML>
14934 ======= h_config_ldap_base =======
14935 <HTML>
14936 <HEAD>
14937 <TITLE>LDAP OPTION: Search-Base</TITLE>
14938 </HEAD>
14939 <BODY>
14940 <H1>LDAP OPTION: Search-Base</H1>
14942 This is the search base to be used on this server.  It functions as a filter 
14943 by restricting your searches in the LDAP server database
14944 to the specified contents of the specified fields.  Without it, searches 
14945 submitted to this directory server may fail.  It might be something
14946 like:
14948 <PRE>
14949       O = &lt;Your Organization Name&gt;, C = US
14950 </PRE>
14951 or it might be blank.  
14952 (Some LDAP servers actually ignore anything specified here.)
14954 If in doubt what parameters you should specify here, 
14955 contact the maintainers of the LDAP server.
14956 <P><UL>
14957 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14958 </UL>
14960 &lt;End of help on this topic&gt;
14961 </BODY>
14962 </HTML>
14963 ======= h_config_ldap_port =======
14964 <HTML>
14965 <HEAD>
14966 <TITLE>LDAP OPTION: Port</TITLE>
14967 </HEAD>
14968 <BODY>
14969 <H1>LDAP OPTION: Port</H1>
14971 This is the TCP port number to be used with this LDAP server. If you leave
14972 this blank port 389 will be used.
14974 &lt;End of help on this topic&gt;
14975 </BODY>
14976 </HTML>
14977 ======= h_config_ldap_nick =======
14978 <HTML>
14979 <HEAD>
14980 <TITLE>LDAP OPTION: Nickname</TITLE>
14981 </HEAD>
14982 <BODY>
14983 <H1>LDAP OPTION: Nickname</H1>
14985 This is a nickname to be used in displays. If you don't supply a
14986 nickname the server name
14987 (<A HREF="h_config_ldap_server">&quot;<!--#echo var="VAR_ldap-servers"-->&quot;</A>)
14988 will be used instead.  This option is strictly for your convenience.
14990 &lt;End of help on this topic&gt;
14991 </BODY>
14992 </HTML>
14993 ======= h_config_ldap_binddn =======
14994 <HTML>
14995 <HEAD>
14996 <TITLE>LDAP OPTION: Bind-DN</TITLE>
14997 </HEAD>
14998 <BODY>
14999 <H1>LDAP OPTION: Bind-DN</H1>
15001 You may need to authenticate to the LDAP server before you are able to use it.
15002 This is the Distinguished Name to bind to when authenticating to this server.
15003 Try leaving this blank until you know you need it.
15005 Alpine only knows about LDAP Simple authentication.
15006 It does not attempt LDAP SASL authentication.
15007 The DN and password will be sent in the clear unless TLS encryption is
15008 being used on this connection.
15009 Because of this, you may want to set the LDAP feature
15010 <A HREF="h_config_ldap_opts_tls">&quot;Attempt-TLS-On-Connection&quot;</A>
15011 or the feature
15012 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
15013 if you are going to be providing a password.
15014 <P><UL>
15015 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15016 </UL>
15018 &lt;End of help on this topic&gt;
15019 </BODY>
15020 </HTML>
15021 ======= h_config_ldap_opts_impl =======
15022 <HTML>
15023 <HEAD>
15024 <TITLE>LDAP FEATURE: Use-Implicitly-From-Composer</TITLE>
15025 </HEAD>
15026 <BODY>
15027 <H1>LDAP FEATURE: Use-Implicitly-From-Composer</H1>
15029 Set this to have lookups done to this server implicitly from the composer.
15030 If an address doesn't look like a fully-qualified address, it will be looked
15031 up in your address books, and if it doesn't match a nickname there, then it
15032 will be looked up on the LDAP servers that have this feature set.
15033 The lookups will also be done when using the address completion feature
15034 (TAB command) in the composer if any of the serves have this feature set.
15035 Also see the LDAP feature
15036 <A HREF="h_config_ldap_opts_rhs">&quot;Lookup-Addrbook-Contents&quot;</A>
15037 and the Setup/Config feature
15038 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
15040 &lt;End of help on this topic&gt;
15041 </BODY>
15042 </HTML>
15043 ======= h_config_ldap_opts_tls =======
15044 <HTML>
15045 <HEAD>
15046 <TITLE>LDAP FEATURE: Attempt-TLS-On-Connection</TITLE>
15047 </HEAD>
15048 <BODY>
15049 <H1>LDAP FEATURE: Attempt-TLS-On-Connection</H1>
15051 When connecting to this server Alpine will attempt to use TLS encryption
15052 on the connection.
15053 Also see the closely related feature
15054 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
15056 Note that if this option is set, then 
15057 <A HREF="h_config_ldap_opts_ldaps">
15058 &quot;Require-LDAPS-On-Connection&quot;</A>
15059 can not be enabled for this server. You must disable this feature in
15060 order to use 
15061 <A HREF="h_config_ldap_opts_ldaps">
15062 &quot;Require-LDAPS-On-Connection&quot;</A>
15064 &lt;End of help on this topic&gt;
15065 </BODY>
15066 </HTML>
15067 ======= h_config_ldap_opts_tlsmust =======
15068 <HTML>
15069 <HEAD>
15070 <TITLE>LDAP FEATURE: Require-TLS-On-Connection</TITLE>
15071 </HEAD>
15072 <BODY>
15073 <H1>LDAP FEATURE: Require-TLS-On-Connection</H1>
15075 When connecting to this server Alpine will attempt to use TLS encryption
15076 on the connection.
15077 If the StartTLS operation fails then the connection will not be used.
15079 Note that if this option is set, then 
15080 <A HREF="h_config_ldap_opts_ldaps">
15081 &quot;Require-LDAPS-On-Connection&quot;</A>
15082 can not be enabled for this server. You must disable this feature in
15083 order to use 
15084 <A HREF="h_config_ldap_opts_ldaps">
15085 &quot;Require-LDAPS-On-Connection&quot;</A>
15087 &lt;End of help on this topic&gt;
15088 </BODY>
15089 </HTML>
15090 ======= h_config_ldap_opts_ldaps =======
15091 <HTML>
15092 <HEAD>
15093 <TITLE>LDAP FEATURE: Require-LDAPS-On-Connection</TITLE>
15094 </HEAD>
15095 <BODY>
15096 <H1>LDAP FEATURE: Require-LDAPS-On-Connection</H1>
15098 When connecting to this server Alpine will use LDAPS (LDAP over SSL/TLS) 
15099 on the connection.
15101 This feature can not be used along with 
15102 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
15103  or
15104 <A HREF="h_config_ldap_opts_tls">&quot;Attempt-TLS-On-Connection&quot;</A>.
15105 If you want to connect using StartTLS to this server, you must disable
15106 this feature first.
15108 &lt;End of help on this topic&gt;
15109 </BODY>
15110 </HTML>
15111 ====== h_config_ldap_opts_rhs =====
15112 <HTML>
15113 <HEAD>
15114 <TITLE>LDAP FEATURE: Lookup-Addrbook-Contents</TITLE>
15115 </HEAD>
15116 <BODY>
15117 <H1>LDAP FEATURE: Lookup-Addrbook-Contents</H1>
15119 Normally implicit LDAP lookups from the composer are done only for the
15120 strings you type in from the composer screen. In other words, you type in
15121 something in the To or CC field and press return, then the string is looked up.
15122 First that string is looked up in your address books. If a match is found
15123 there, then the results of that match are looked up again. If you place
15124 a string in your address book that you want to have looked up on the LDAP
15125 directory server, you need to turn on this feature. If you set this feature
15126 for a server, you almost always will also want to set the
15127 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
15128 feature. An example might serve to best illustrate this feature.
15130 If an LDAP lookup of &quot;William Clinton&quot; normally returns an
15131 entry with an
15132 address of pres@whitehouse.gov, then you might put an entry in your address
15133 book that looks like:
15135 <CENTER><SAMP>Nickname = bill</SAMP></CENTER><BR>
15136 <CENTER><SAMP>Address = &quot;William Clinton&quot;</SAMP></CENTER>
15138 Now, when you type &quot;bill&quot; into an
15139 address field in the composer Alpine will
15140 find the &quot;bill&quot; entry in your address book.
15141 It will replace &quot;bill&quot; with
15142 &quot;William Clinton&quot;.
15143 It will then search for an entry with that nickname
15144 in your address book and not find one. If this feature
15145 is set, Alpine will then attempt to lookup
15146 &quot;William Clinton&quot; on the LDAP server and find the entry with address
15147 pres@whitehouse.gov.
15149 A better way to accomplish the same thing is probably to use the feature
15150 <A HREF="h_config_ldap_opts_ref">&quot;Save-Search-Criteria-Not-Result&quot;</A>.
15152 &lt;End of help on this topic&gt;
15153 </BODY>
15154 </HTML>
15155 ====== h_config_ldap_opts_ref =====
15156 <HTML>
15157 <HEAD>
15158 <TITLE>LDAP FEATURE: Save-Search-Criteria-Not-Result</TITLE>
15159 </HEAD>
15160 <BODY>
15161 <H1>LDAP FEATURE: Save-Search-Criteria-Not-Result</H1>
15163 Normally when you save the results of an LDAP directory lookup to your
15164 address book the results of the lookup are saved. If this feature is set
15165 and the entry being saved was found on this directory server, then the
15166 search criteria is saved instead of the results of the search. When this
15167 address book entry is used in the future, instead of copying the results
15168 from the address book the directory lookup will be done again. This could
15169 be useful if the copied result might become stale because the data on
15170 the directory server changes (for example, the entry's email address changes).
15171 You probably don't want to set this feature if the server is at all slow or
15172 unreliable.
15174 The way this actually works is that instead of saving the email address
15175 in your address book, Alpine saves enough information to look up the same
15176 directory entry again. In particular, it saves the server name and the
15177 distinguished name of the entry. It's possible that the server administrators
15178 might change the format of distinguished names on the server, or that the
15179 entry might be removed from the server. If Alpine notices this, you will be warned
15180 and a backup copy of the email address will be used. You may want to create
15181 a new entry in this case, since you will get the annoying warning every
15182 time you use the old entry. You may do that by Saving the entry to a new
15183 nickname in the same address book. You will be asked whether or not you
15184 want to use the backup email address.
15186 A related feature in the Setup/Config screen is
15187 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
15189 &lt;End of help on this topic&gt;
15190 </BODY>
15191 </HTML>
15192 ======= h_config_ldap_opts_nosub =======
15193 <HTML>
15194 <HEAD>
15195 <TITLE>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</TITLE>
15196 </HEAD>
15197 <BODY>
15198 <H1>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</H1>
15200 Spaces in your input are normally handled specially.
15201 Each space character is replaced
15204 <CENTER><SAMP>*&nbsp;&lt;SPACE&gt;</SAMP></CENTER>
15206 in the search query (but not by &quot;* &lt;SPACE&gt; *&quot;).
15207 The reason this is done is so the input string
15209 <CENTER><SAMP>Greg Donald</SAMP></CENTER>
15211 (which is converted to &quot;Greg* Donald&quot;) will match
15212 the names &quot;Greg Donald&quot;,
15213 &quot;Gregory Donald&quot;, &quot;Greg F. Donald&quot;, and
15214 &quot;Gregory F Donald&quot;; but it won't match &quot;Greg McDonald&quot;.
15215 If the &quot;Search-Rule&quot; you were using was &quot;begins-with&quot;,
15216 then it would also match the name &quot;Greg Donaldson&quot;.
15218 Turning on this feature will disable this substitution.
15220 &lt;End of help on this topic&gt;
15221 </BODY>
15222 </HTML>
15223 ====== h_config_ldap_searchtypes =======
15224 <HTML>
15225 <HEAD>
15226 <TITLE>LDAP OPTION: Search-Type</TITLE>
15227 </HEAD>
15228 <BODY>
15229 <H1>LDAP OPTION: Search-Type</H1>
15231 This affects the way that LDAP searches are done.
15232 In particular, this tells the server where to look for the string to be matched.
15233 If set to &quot;name&quot; then the string that is being searched for will
15234 be compared with the string in the
15235 &quot;Name&quot; field on the server
15236 (technically, it is the &quot;commonname&quot; field on the server).
15237 &quot;Surname&quot; means we're looking for a
15238 match in the &quot;Surname&quot; field on the
15239 server (actually the &quot;sn&quot; field).
15240 &quot;Givenname&quot; really is &quot;givenname&quot;
15241 and &quot;email&quot; is the electronic mail address (this is actually the field
15242 called &quot;mail&quot; or &quot;electronicmail&quot; on the server).
15243 The other three types are combinations of
15244 the types listed so far. &quot;Name-or-email&quot;
15245 means the string should appear
15246 in either the &quot;name&quot; field OR the &quot;email&quot; field.
15247 Likewise, &quot;surname-or-givenname&quot;
15248 means &quot;surname&quot; OR &quot;givenname&quot;
15249 and &quot;sur-or-given-or-name-or-email&quot; means the obvious thing.
15251 This search TYPE is combined with the
15252 search <A HREF="h_config_ldap_searchrules">RULE</A>
15253 to form the actual search query.
15255 The usual default value for this
15256 option is &quot;sur-or-given-or-name-or-email&quot;.
15257 This type of search may be slow on some servers.
15258 Try &quot;name-or-email&quot;, which is often
15259 faster, or just &quot;name&quot; if the performance seems to be a problem.
15261 Some servers have been configured with different attribute names for
15262 these four fields.
15263 In other words, instead of using the attribute name &quot;mail&quot;
15264 for the email address field, the server might be configured to use something
15265 else, for example, &quot;rfc822mail&quot; or &quot;internetemailaddress&quot;.
15266 Alpine can be configured to use these different attribute names by using
15267 the four configuration options:
15268 <P><UL>
15269 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
15270 </UL>
15271 <P><UL>
15272 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
15273 </UL>
15274 <P><UL>
15275 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
15276 </UL>
15277 <P><UL>
15278 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
15279 </UL>
15281 &lt;End of help on this topic&gt;
15282 </BODY>
15283 </HTML>
15284 ====== h_config_ldap_searchrules =======
15285 <HTML>
15286 <HEAD>
15287 <TITLE>LDAP OPTION: Search-Rule</TITLE>
15288 </HEAD>
15289 <BODY>
15290 <H1>LDAP OPTION: Search-Rule</H1>
15292 This affects the way that LDAP searches are done.
15293 If set to &quot;equals&quot; then
15294 only exact matches count.
15295 &quot;Contains&quot; means that the string you type in
15296 is a substring of what you are matching against.
15297 &quot;Begins-with&quot; and &quot;ends-with&quot;
15298 mean that the string starts or ends with the string you type in.
15300 Spaces in your input are normally handled specially, but you can turn that
15301 special handling off with the
15302 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
15303 feature.
15305 The usual default value for this option is &quot;begins-with&quot;.
15307 &lt;End of help on this topic&gt;
15308 </BODY>
15309 </HTML>
15310 ======= h_config_ldap_email_attr =======
15311 <HTML>
15312 <HEAD>
15313 <TITLE>LDAP OPTION: EmailAttribute</TITLE>
15314 </HEAD>
15315 <BODY>
15316 <H1>LDAP OPTION: EmailAttribute</H1>
15318 This is the name of the attribute that is searched for when looking for
15319 an email address. The default value for this option is &quot;mail&quot; or
15320 &quot;electronicmail&quot;.
15321 If the server you are using uses a different attribute name for the email
15322 address, put that attribute name here.
15324 This will affect the search filter used if your Search-Type is one that
15325 contains a search for &quot;email&quot;.
15326 It will also cause the attribute value matching this attribute name to be used
15327 as the email address when you look up an entry from the composer.
15329 &lt;End of help on this topic&gt;
15330 </BODY>
15331 </HTML>
15332 ======= h_config_ldap_sn_attr =======
15333 <HTML>
15334 <HEAD>
15335 <TITLE>LDAP OPTION: SurnameAttribute</TITLE>
15336 </HEAD>
15337 <BODY>
15338 <H1>LDAP OPTION: SurnameAttribute</H1>
15340 This is the name of the attribute that is searched for when looking for
15341 the surname of the entry. The default value for this option is &quot;sn&quot;.
15342 If the server you are using uses a different attribute name for the surname,
15343 put that attribute name here.
15344 This will affect the search filter used if your Search-Type is one that
15345 contains a search for &quot;surname&quot;.
15347 &lt;End of help on this topic&gt;
15348 </BODY>
15349 </HTML>
15350 ======= h_config_ldap_gn_attr =======
15351 <HTML>
15352 <HEAD>
15353 <TITLE>LDAP OPTION: GivennameAttribute</TITLE>
15354 </HEAD>
15355 <BODY>
15356 <H1>LDAP OPTION: GivennameAttribute</H1>
15358 This is the name of the attribute that is searched for when looking for
15359 the given name of the entry. The default value for this option is &quot;givenname&quot;.
15360 If the server you are using uses a different attribute name for the given name,
15361 put that attribute name here.
15362 This will affect the search filter used if your Search-Type is one that
15363 contains a search for &quot;givenname&quot;.
15365 &lt;End of help on this topic&gt;
15366 </BODY>
15367 </HTML>
15368 ======= h_config_ldap_cn_attr =======
15369 <HTML>
15370 <HEAD>
15371 <TITLE>LDAP OPTION: NameAttribute</TITLE>
15372 </HEAD>
15373 <BODY>
15374 <H1>LDAP OPTION: NameAttribute</H1>
15376 This is the name of the attribute that is searched for when looking for
15377 the name of the entry. The default value for this option is &quot;cn&quot;, which
15378 stands for common name.
15379 If the server you are using uses a different attribute name for the name,
15380 put that attribute name here.
15381 This will affect the search filter used if your Search-Type is one that
15382 contains a search for &quot;name&quot;.
15384 &lt;End of help on this topic&gt;
15385 </BODY>
15386 </HTML>
15387 ======= h_config_ldap_time =======
15388 <HTML>
15389 <HEAD>
15390 <TITLE>LDAP OPTION: Timelimit</TITLE>
15391 </HEAD>
15392 <BODY>
15393 <H1>LDAP OPTION: Timelimit</H1>
15395 This places a limit on the number of seconds the LDAP search will continue.
15396 The default is 30 seconds. A value of 0 means no limit. Note that some servers
15397 may place limits of their own on searches.
15399 &lt;End of help on this topic&gt;
15400 </BODY>
15401 </HTML>
15402 ======= h_config_ldap_size =======
15403 <HTML>
15404 <HEAD>
15405 <TITLE>LDAP OPTION: Sizelimit</TITLE>
15406 </HEAD>
15407 <BODY>
15408 <H1>LDAP OPTION: Sizelimit</H1>
15410 This places a limit on the number of entries returned by the LDAP server.
15411 A value of 0 means no limit. The default is 0. Note that some servers
15412 may place limits of their own on searches.
15414 &lt;End of help on this topic&gt;
15415 </BODY>
15416 </HTML>
15417 ======= h_config_ldap_cust =======
15418 <HTML>
15419 <HEAD>
15420 <TITLE>LDAP OPTION: Custom-Search-Filter</TITLE>
15421 </HEAD>
15422 <BODY>
15423 <H1>LDAP OPTION: Custom-Search-Filter</H1>
15425 This one is for advanced users only! If you define this, then the
15426 &quot;Search-Type&quot; and &quot;Search-Rule&quot; defined are both ignored.
15427 However, the feature
15428 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
15429 is still in effect.
15430 That is, the space substitution will take place even in a custom filter unless
15431 you disable it.
15433 If your LDAP service stops working and you suspect it might be because
15434 of your custom filter, just delete this filter and try using the
15435 &quot;Search-Type&quot; and &quot;Search-Rule&quot; instead.
15436 Another option that sometimes causes trouble is the
15437 <A HREF="h_config_ldap_base">&quot;Search-Base&quot;</A> option.
15439 This variable may be set to the string representation of an LDAP search
15440 filter (see RFC1960). In the places where you want the address string to be
15441 substituted in, put a '%s' in this filter string. Here are some examples:
15443 A &quot;Search-Type&quot; of &quot;name&quot; with &quot;Search-Rule&quot; of &quot;begins-with&quot;
15444 is equivalent to the &quot;Custom-Search-Filter&quot;
15445 <PRE>
15446      (cn=%s*)
15447 </PRE>
15448 When you try to match against the string &quot;string&quot; the program replaces
15449 the &quot;%s&quot; with &quot;string&quot; (without the quotes). You may have multiple &quot;%s&quot;'s and
15450 they will all be replaced with the string. There is a limit of 10 &quot;%s&quot;'s.
15452 A &quot;Search-Type&quot; of &quot;name-or-email&quot; with &quot;Search-Rule&quot;
15453 of &quot;contains&quot; is equivalent to
15454 <PRE>
15455      (|(cn=*%s*)(mail=*%s*))
15456 </PRE>
15458 If your server uses a different attribute <EM>name</EM> than
15459 Alpine uses by default,
15460 (for example, it uses &quot;rfc822mail&quot; instead of &quot;mail&quot;),
15461 then you may be able to use one or more of the four attribute configuration
15462 options instead of defining a custom filter:
15463 <P><UL>
15464 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
15465 </UL>
15466 <P><UL>
15467 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
15468 </UL>
15469 <P><UL>
15470 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
15471 </UL>
15472 <P><UL>
15473 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
15474 </UL>
15476 &lt;End of help on this topic&gt;
15477 </BODY>
15478 </HTML>
15479 ======= h_composer_abook_comment =======
15480 <HTML>
15481 <HEAD>
15482 <TITLE>Addressbook Comment Explained</TITLE>
15483 </HEAD>
15484 <BODY>
15485 This is a comment to help you remember what this entry is. The WhereIs
15486 command searches comments so that it is easier to find an entry with a comment
15487 you know about attached to it. This field is not used in the outgoing message.
15489 Look <A HREF="h_edit_nav_cmds">here</A>
15490 to see the available Editing and Navigation commands.
15492 &lt;End of help on this topic&gt;
15493 </BODY>
15494 </HTML>
15495 ======= h_composer_abook_addrs =======
15496 <HTML>
15497 <HEAD>
15498 <TITLE>Addressbook Lists</TITLE>
15499 </HEAD>
15500 <BODY>
15501 <H1>Addressbook Lists</H1>
15503 This is a list of addresses to send to when sending to this address book
15504 entry.  Each member of the list may be an address or another nickname from
15505 any of your address books.  If it is an address, it is OK to include the
15506 full name field as well as the electronic address portion of that address.
15507 For example, the following are all legitimate entries in this field:
15509 <DL><DT>&nbsp;</DT>
15510 <DD>john&nbsp;&nbsp;&nbsp;&nbsp;(a nickname in your address book)
15511 <DD>jdoe@some.domain
15512 <DD>John Doe &lt;jdoe@some.domain&gt;
15513 </DL>
15515 The addresses should be listed separated by commas, just like you would
15516 enter them from the composer.
15520 The only difference between a distribution list and a simple entry with a
15521 single address, is that a distribution list has more than one address   
15522 listed in the Addresses: field, whereas a simple personal entry has just  
15523 one address.
15527 For individual address book entries, if there is a full name in the
15528 Fullname: field (filling in the Fullname: field is not required), it is
15529 used.  If the full name is specified in the Address: field and not in the
15530 Fullname: field, then the full name from the Address: field is used.
15534 If you type the nickname of a distribution list from one of your address 
15535 books in the Lcc: field, then the full name of that list is used in the  
15536 To: field.  If you put a list in the To: or Cc: fields, that list will be
15537 expanded into all of its addresses.  If the list has a full name, then
15538 that will appear at the beginning of the addresses.
15540 <DL><DT>&nbsp;</DT>
15541 <DD>Sewing Club &lt;john@somewhere&gt;, nancy@something.else, Sal
15542 &lt;sal@here.there&gt;
15543 </DL>
15545 If the first address in the distribution list also has a full name, then
15546 the list full name and that full name are combined into something like the
15547 following:
15549 <DL><DT>&nbsp;</DT>
15550 <DD>Sewing Club -- John Smith &lt;john@somewhere&gt;
15551 </DL>
15554 If you specify a list via Lcc, the full name is used in the To: line.  If
15555 you specify a list in the To: or Cc: fields, then it uses the same method
15556 as for individual entries for filling in the full name.
15560 For help with editing and navigation commands, check the Help for the
15561 Nickname: field.
15564 &lt;End of help on this topic&gt;
15565 </BODY>
15566 </HTML>
15567 ======= h_config_role_nick =======
15568 <HTML>
15569 <HEAD>
15570 <TITLE>Nickname Explained</TITLE>
15571 </HEAD>
15572 <BODY>
15573 <H1>Nickname Explained</H1>
15575 This is a nickname to help you.
15576 You should have a different nickname for each role you define.
15577 The nickname will be used in the SETUP ROLE RULES screen to allow you to
15578 pick a role to edit.
15579 It will also be used when you send a message to let you know you are
15580 sending with a different role than you use by default, and
15581 it will be useful for choosing a role when composing with the Role command
15582 or when composing with one of the Role Uses set to With Confirmation.
15583 This field is not used in the outgoing message.
15585 Look <A HREF="h_edit_nav_cmds">here</A>
15586 to see the available Editing and Navigation commands.
15588 &lt;End of help on this topic&gt;
15589 </BODY>
15590 </HTML>
15591 ======= h_config_role_comment =======
15592 <HTML>
15593 <HEAD>
15594 <TITLE>Comment Explained</TITLE>
15595 </HEAD>
15596 <BODY>
15597 <H1>Comment Explained</H1>
15599 This is a comment to help you.
15600 This comment does not play any functional role, it is simply an optional
15601 comment to help you remember what the rule is for.
15603 Look <A HREF="h_edit_nav_cmds">here</A>
15604 to see the available Editing and Navigation commands.
15606 &lt;End of help on this topic&gt;
15607 </BODY>
15608 </HTML>
15609 ======= h_config_other_nick =======
15610 <HTML>
15611 <HEAD>
15612 <TITLE>Nickname Explained</TITLE>
15613 </HEAD>
15614 <BODY>
15615 <H1>Nickname Explained</H1>
15617 This is a nickname to help you.
15618 You should have a different nickname for each rule you define.
15619 The nickname will be used in the SETUP OTHER RULES screen to allow you to
15620 pick a rule to edit.
15622 Look <A HREF="h_edit_nav_cmds">here</A>
15623 to see the available Editing and Navigation commands.
15625 &lt;End of help on this topic&gt;
15626 </BODY>
15627 </HTML>
15628 ======= h_config_score_nick =======
15629 <HTML>
15630 <HEAD>
15631 <TITLE>Nickname Explained</TITLE>
15632 </HEAD>
15633 <BODY>
15634 <H1>Nickname Explained</H1>
15636 This is a nickname to help you.
15637 You should have a different nickname for each scoring rule you define.
15638 The nickname will be used in the SETUP SCORING RULES screen to allow you to
15639 pick a rule to edit.
15641 Look <A HREF="h_edit_nav_cmds">here</A>
15642 to see the available Editing and Navigation commands.
15644 &lt;End of help on this topic&gt;
15645 </BODY>
15646 </HTML>
15647 ======= h_config_incol_nick =======
15648 <HTML>
15649 <HEAD>
15650 <TITLE>Nickname Explained</TITLE>
15651 </HEAD>
15652 <BODY>
15653 <H1>Nickname Explained</H1>
15655 This is a nickname to help you.
15656 You should have a different nickname for each color rule you define.
15657 The nickname will be used in the SETUP INDEX COLOR RULES screen to allow you to
15658 pick a rule to edit.
15660 Look <A HREF="h_edit_nav_cmds">here</A>
15661 to see the available Editing and Navigation commands.
15663 &lt;End of help on this topic&gt;
15664 </BODY>
15665 </HTML>
15666 ======= h_config_filt_nick =======
15667 <HTML>
15668 <HEAD>
15669 <TITLE>Nickname Explained</TITLE>
15670 </HEAD>
15671 <BODY>
15672 <H1>Nickname Explained</H1>
15674 This is a nickname to help you.
15675 You should have a different nickname for each filtering rule you define.
15676 The nickname will be used in the SETUP FILTERING RULES screen to allow you to
15677 pick a rule to edit.
15679 Look <A HREF="h_edit_nav_cmds">here</A>
15680 to see the available Editing and Navigation commands.
15682 &lt;End of help on this topic&gt;
15683 </BODY>
15684 </HTML>
15685 ======= h_config_score_topat =======
15686 <HTML>
15687 <HEAD>
15688 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15689 </HEAD>
15690 <BODY>
15691 <H1>&quot;To:&quot; Pattern Explained</H1>
15693 Any text you enter as the &quot;To pattern&quot;
15694 will be compared to the recipients from the To: line of
15695 the message being scored.
15696 When the text you entered matches
15697 all or part of the To: line of a message, then the Score Value
15698 you have specified will be added to the score for the message.
15699 (Any other non-blank parts of the Pattern must match, too.)
15702 You may enter a complete email address, part of an address, or a
15703 list of addresses or partial addresses.
15704 For example:
15707 <PRE>
15708  To pattern = friend@public.com
15710  To pattern = rated.net
15712  To pattern = xxx@adults.com
15713               admin@msn.com
15714               fool@motleyfool.com
15715 </PRE>
15718 Each of those are valid To patterns.
15721 Messages match those patterns if any of the
15722 addresses in the To: line of the message contains the pattern.
15723 If the pattern is a list of patterns
15724 (like the last example above) then it is a match if any of the patterns in
15725 the list match any of the addresses in the To: line.
15726 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15727 present for a match.
15728 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15729 address2 must be present.
15730 That is exactly what using a list does.)
15733 Some messages may be &quot;bounced&quot; to you, and will
15734 have a &quot;Resent-To:&quot; header line.
15735 If the message contains a Resent-To: line
15736 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15737 Alpine will look for
15738 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15739 the original To: line.
15742 When entering a pattern, you may choose an address from your address book
15743 with the &quot;T&quot; command.
15746 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15747 &quot;!&quot; &quot;toggle NOT&quot; command.
15748 This changes the meaning of the To pattern so that it has the opposite meaning.
15749 It will be considered a match if there are no matches between the
15750 addresses in the To: line and the list of To patterns.
15752 Don't make the mistake of putting the &quot;!&quot; in the data field for
15753 the pattern.
15754 For example, if you type the characters &quot;!frizzle&quot; into the To
15755 pattern, the pattern will look like:
15757 <PRE>
15758  To pattern = !frizzle
15759 </PRE>
15761 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15762 In order to match messages that do not have &quot;frizzle&quot; in
15763 their To field, first type the characters &quot;frizzle&quot; followed
15764 by carriage return for the value of the To pattern, then negate it
15765 by typing the &quot;!&quot; command.
15766 It should end up looking like
15768 <PRE>
15769  ! To pattern = frizzle
15770 </PRE>
15772 You are not limited to using the six standard header patterns that are
15773 normally shown (To, From, Sender, Cc, News, and Subject).
15774 You may add any other header to a Pattern by
15775 using the &quot;eXtraHdr&quot; command to specify a different
15776 message header line; and then the Add or Change command to fill in
15777 a pattern for the new header line, just like you would for a standard header.
15779 A technicality: Since comma is the character used to separate multiple
15780 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15781 you want to include a literal comma in the field.
15782 In other words, if you type a backslash followed by a comma it will
15783 be interpreted as a comma by Alpine, instead of as a separator between
15784 pattern values.
15785 All other backslashes are literal backslashes and should not be escaped.
15787 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15788 for more information on Patterns.
15790 Look <A HREF="h_edit_nav_cmds">here</A>
15791 to see the available Editing and Navigation commands.
15793 &lt;End of help on this topic&gt;
15794 </BODY>
15795 </HTML>
15796 ======= h_config_incol_topat =======
15797 <HTML>
15798 <HEAD>
15799 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15800 </HEAD>
15801 <BODY>
15802 <H1>&quot;To:&quot; Pattern Explained</H1>
15804 Any text you enter as the &quot;To pattern&quot;
15805 will be compared to the recipients from the To: lines of
15806 the messages in the index.
15807 When the text you entered matches
15808 all or part of the To: line of a message, then the Index Line Color you have
15809 specified will be used for that line in the index.
15810 (Any other non-blank parts of the Pattern must match, too.)
15813 You may enter a complete email address, part of an address, or a
15814 list of addresses or partial addresses.
15815 For example:
15818 <PRE>
15819  To pattern = friend@public.com
15820  To pattern = rated.net
15821  To pattern = xxx@adults.com
15822               admin@msn.com
15823               fool@motleyfool.com
15824 </PRE>
15827 Each of those are valid To patterns.
15830 Messages match those patterns if any of the
15831 addresses in the To: line of the message contains the pattern.
15832 If the pattern is a list of patterns
15833 (like the last example above) then it is a match if any of the patterns in
15834 the list match any of the addresses in the To: line.
15835 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15836 present for a match.
15837 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15838 address2 must be present.
15839 That is exactly what using a list does.)
15842 Some messages may be &quot;bounced&quot; to you, and will
15843 have a &quot;Resent-To:&quot; header line.
15844 If the message contains a Resent-To: line
15845 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15846 Alpine will look for
15847 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15848 the original To: line.
15851 When entering a pattern, you may choose an address from your address book
15852 with the &quot;T&quot; command.
15855 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15856 &quot;!&quot; &quot;toggle NOT&quot; command.
15857 This changes the meaning of the To pattern so that it has the opposite meaning.
15858 It will be considered a match if there are no matches between the
15859 addresses in the To: line and the list of To patterns.
15861 Don't make the mistake of putting the &quot;!&quot; in the data field for
15862 the pattern.
15863 For example, if you type the characters &quot;!frizzle&quot; into the To
15864 pattern, the pattern will look like:
15866 <PRE>
15867  To pattern = !frizzle
15868 </PRE>
15870 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15871 In order to match messages that do not have &quot;frizzle&quot; in
15872 their To field, first type the characters &quot;frizzle&quot; followed
15873 by carriage return for the value of the To pattern, then negate it
15874 by typing the &quot;!&quot; command.
15875 It should end up looking like
15877 <PRE>
15878  ! To pattern = frizzle
15879 </PRE>
15882 You are not limited to using the six standard header patterns that are
15883 normally shown (To, From, Sender, Cc, News, and Subject).
15884 You may add any other header to a Pattern by
15885 using the &quot;eXtraHdr&quot; command to specify a different
15886 message header line; and then the Add or Change command to fill in
15887 a pattern for the new header line, just like you would for a standard header.
15889 A technicality: Since comma is the character used to separate multiple
15890 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15891 you want to include a literal comma in the field.
15892 In other words, if you type a backslash followed by a comma it will
15893 be interpreted as a comma by Alpine, instead of as a separator between
15894 pattern values.
15895 All other backslashes are literal backslashes and should not be escaped.
15897 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15898 for more information on Patterns.
15900 Look <A HREF="h_edit_nav_cmds">here</A>
15901 to see the available Editing and Navigation commands.
15903 &lt;End of help on this topic&gt;
15904 </BODY>
15905 </HTML>
15906 ======= h_config_other_topat =======
15907 <HTML>
15908 <HEAD>
15909 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15910 </HEAD>
15911 <BODY>
15912 <H1>&quot;To:&quot; Pattern Explained</H1>
15914 For some of the OTHER RULES actions, there is no message that is being
15915 compared against.
15916 If that is the case, then only the Current Folder Type is checked.
15917 In particular, this To pattern is ignored.
15918 Actions that fall into this category include both
15919 Sort Order and Index Format.
15921 A technicality: Since comma is the character used to separate multiple
15922 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15923 you want to include a literal comma in the field.
15924 In other words, if you type a backslash followed by a comma it will
15925 be interpreted as a comma by Alpine, instead of as a separator between
15926 pattern values.
15927 All other backslashes are literal backslashes and should not be escaped.
15929 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15930 for more information on Patterns.
15932 Look <A HREF="h_edit_nav_cmds">here</A>
15933 to see the available Editing and Navigation commands.
15935 &lt;End of help on this topic&gt;
15936 </BODY>
15937 </HTML>
15938 ======= h_config_filt_topat =======
15939 <HTML>
15940 <HEAD>
15941 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15942 </HEAD>
15943 <BODY>
15944 <H1>&quot;To:&quot; Pattern Explained</H1>
15946 Any text you enter as the &quot;To pattern&quot;
15947 will be compared to the recipients from the To: line of
15948 messages when Alpine opens folders.
15949 When the text you entered matches
15950 all or part of the To: line of a message, then the Filter Action you have
15951 specified will be carried out.
15952 (Any other non-blank parts of the Pattern must match, too.)
15955 You may enter a complete email address, part of an address, or a
15956 list of addresses or partial addresses.
15957 For example:
15960 <PRE>
15961  To pattern = friend@public.com
15962  To pattern = rated.net
15963  To pattern = xxx@adults.com
15964               admin@msn.com
15965               fool@motleyfool.com
15966 </PRE>
15969 Each of those are valid To patterns.
15972 Messages match those patterns if any of the
15973 addresses in the To: line of the message contains the pattern.
15974 If the pattern is a list of patterns
15975 (like the last example above) then it is a match if any of the patterns in
15976 the list match any of the addresses in the To: line.
15977 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15978 present for a match.
15979 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15980 address2 must be present.
15981 That is exactly what using a list does.)
15984 Some messages may be &quot;bounced&quot; to you, and will
15985 have a &quot;Resent-To:&quot; header line.
15986 If the message contains a Resent-To: line
15987 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15988 Alpine will look for
15989 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15990 the original To: line.
15993 When entering a pattern, you may choose an address from your address book
15994 with the &quot;T&quot; command.
15997 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15998 &quot;!&quot; &quot;toggle NOT&quot; command.
15999 This changes the meaning of the To pattern so that it has the opposite meaning.
16000 It will be considered a match if there are no matches between the
16001 addresses in the To: line and the list of To patterns.
16003 Don't make the mistake of putting the &quot;!&quot; in the data field for
16004 the pattern.
16005 For example, if you type the characters &quot;!frizzle&quot; into the To
16006 pattern, the pattern will look like:
16008 <PRE>
16009  To pattern = !frizzle
16010 </PRE>
16012 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16013 In order to match messages that do not have &quot;frizzle&quot; in
16014 their To field, first type the characters &quot;frizzle&quot; followed
16015 by carriage return for the value of the To pattern, then negate it
16016 by typing the &quot;!&quot; command.
16017 It should end up looking like
16019 <PRE>
16020  ! To pattern = frizzle
16021 </PRE>
16024 You are not limited to using the six standard header patterns that are
16025 normally shown (To, From, Sender, Cc, News, and Subject).
16026 You may add any other header to a Pattern by
16027 using the &quot;eXtraHdr&quot; command to specify a different
16028 message header line; and then the Add or Change command to fill in
16029 a pattern for the new header line, just like you would for a standard header.
16031 A technicality: Since comma is the character used to separate multiple
16032 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16033 you want to include a literal comma in the field.
16034 In other words, if you type a backslash followed by a comma it will
16035 be interpreted as a comma by Alpine, instead of as a separator between
16036 pattern values.
16037 All other backslashes are literal backslashes and should not be escaped.
16039 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16040 for more information on Patterns.
16042 Look <A HREF="h_edit_nav_cmds">here</A>
16043 to see the available Editing and Navigation commands.
16045 &lt;End of help on this topic&gt;
16046 </BODY>
16047 </HTML>
16048 ======= h_config_role_topat =======
16049 <HTML>
16050 <HEAD>
16051 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
16052 </HEAD>
16053 <BODY>
16054 <H1>&quot;To:&quot; Pattern Explained</H1>
16056 Any text you enter as the &quot;To pattern&quot;
16057 will be compared to the recipients from the To: line of
16058 the message being replied to or forwarded.
16059 (Any other non-blank parts of the Pattern must match, too.)
16060 In the case of the Compose command, this pattern and the other header
16061 patterns are ignored.
16064 You may enter a complete email address, part of an address, or a
16065 list of addresses or partial addresses.
16066 For example:
16069 <PRE>
16070  To pattern = friend@public.com
16071  To pattern = rated.net
16072  To pattern = xxx@adults.com
16073               admin@msn.com
16074               fool@motleyfool.com
16075 </PRE>
16078 Each of those are valid To patterns.
16081 Messages match those patterns if any of the
16082 addresses in the To: line of the message contains the pattern.
16083 If the pattern is a list of patterns
16084 (like the last example above) then it is a match if any of the patterns in
16085 the list match any of the addresses in the To: line.
16086 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
16087 present for a match.
16088 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
16089 address2 must be present.
16090 That is exactly what using a list does.)
16093 Some messages may be &quot;bounced&quot; to you, and will
16094 have a &quot;Resent-To:&quot; header line.
16095 If the message contains a Resent-To: line
16096 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
16097 Alpine will look for
16098 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
16099 the original To: line.
16102 When entering a pattern, you may choose an address from your address book
16103 with the &quot;T&quot; command.
16106 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
16107 &quot;!&quot; &quot;toggle NOT&quot; command.
16108 This changes the meaning of the To pattern so that it has the opposite meaning.
16109 It will be considered a match if there are no matches between the
16110 addresses in the To: line and the list of To patterns.
16112 Don't make the mistake of putting the &quot;!&quot; in the data field for
16113 the pattern.
16114 For example, if you type the characters &quot;!frizzle&quot; into the To
16115 pattern, the pattern will look like:
16117 <PRE>
16118  To pattern = !frizzle
16119 </PRE>
16121 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16122 In order to match messages that do not have &quot;frizzle&quot; in
16123 their To field, first type the characters &quot;frizzle&quot; followed
16124 by carriage return for the value of the To pattern, then negate it
16125 by typing the &quot;!&quot; command.
16126 It should end up looking like
16128 <PRE>
16129  ! To pattern = frizzle
16130 </PRE>
16133 You are not limited to using the six standard header patterns that are
16134 normally shown (To, From, Sender, Cc, News, and Subject).
16135 You may add any other header to a Pattern by
16136 using the &quot;eXtraHdr&quot; command to specify a different
16137 message header line; and then the Add or Change command to fill in
16138 a pattern for the new header line, just like you would for a standard header.
16140 A technicality: Since comma is the character used to separate multiple
16141 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16142 you want to include a literal comma in the field.
16143 In other words, if you type a backslash followed by a comma it will
16144 be interpreted as a comma by Alpine, instead of as a separator between
16145 pattern values.
16146 All other backslashes are literal backslashes and should not be escaped.
16148 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16149 for more information on Patterns.
16151 Look <A HREF="h_edit_nav_cmds">here</A>
16152 to see the available Editing and Navigation commands.
16154 &lt;End of help on this topic&gt;
16155 </BODY>
16156 </HTML>
16157 ======= h_config_role_frompat =======
16158 <HTML>
16159 <HEAD>
16160 <TITLE>&quot;From:&quot; Pattern Explained</TITLE>
16161 </HEAD>
16162 <BODY>
16163 <H1>&quot;From:&quot; Pattern Explained</H1>
16165 This is just like the &quot;To pattern&quot; except that it is compared with
16166 the address in the From: line of the message
16167 instead of the addresses from the To: line.
16168 See the help for the To pattern for more information on header patterns.
16170 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16171 for more information on Patterns.
16173 Look <A HREF="h_edit_nav_cmds">here</A>
16174 to see the available Editing and Navigation commands.
16176 &lt;End of help on this topic&gt;
16177 </BODY>
16178 </HTML>
16179 ======= h_config_role_senderpat =======
16180 <HTML>
16181 <HEAD>
16182 <TITLE>&quot;Sender:&quot; Pattern Explained</TITLE>
16183 </HEAD>
16184 <BODY>
16185 <H1>&quot;Sender:&quot; Pattern Explained</H1>
16187 This is just like the &quot;To pattern&quot; except that it is compared with
16188 the address from the Sender: line of the message
16189 instead of the addresses from the To: line.
16190 See the help for the To pattern for more information on header patterns.
16192 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16193 for more information on Patterns.
16195 Look <A HREF="h_edit_nav_cmds">here</A>
16196 to see the available Editing and Navigation commands.
16198 &lt;End of help on this topic&gt;
16199 </BODY>
16200 </HTML>
16201 ======= h_config_role_ccpat =======
16202 <HTML>
16203 <HEAD>
16204 <TITLE>&quot;Cc:&quot; Pattern Explained</TITLE>
16205 </HEAD>
16206 <BODY>
16207 <H1>&quot;Cc:&quot; Pattern Explained</H1>
16209 This is just like the &quot;To pattern&quot; except that it is compared with
16210 the addresses from the Cc: line of the message
16211 instead of the addresses from the To: line.
16212 See the help for the To pattern for more information on header patterns.
16214 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16215 for more information on Patterns.
16217 Look <A HREF="h_edit_nav_cmds">here</A>
16218 to see the available Editing and Navigation commands.
16220 &lt;End of help on this topic&gt;
16221 </BODY>
16222 </HTML>
16223 ======= h_config_role_recippat =======
16224 <HTML>
16225 <HEAD>
16226 <TITLE>Recipient Pattern Explained</TITLE>
16227 </HEAD>
16228 <BODY>
16229 <H1>Recipient Pattern Explained</H1>
16231 This is just like the &quot;To pattern&quot; except that it is compared with
16232 the addresses from both the To: line and the Cc: line of the
16233 message instead of just the addresses from the To: line.
16234 In other words, it is considered a match if the pattern matches
16235 <EM>EITHER</EM> an address in the To: line <EM>OR</EM> an address
16236 in the Cc: line.
16237 (Notice that defining the Recipient pattern does not have the same
16238 effect as defining both the To and Cc patterns.
16239 Recipient is To <EM>OR</EM> Cc; not To <EM>AND</EM> Cc.
16240 It is equivalent to having two different rules;
16241 one with a To pattern and the other with the same Cc pattern.)
16243 A technicality: Since comma is the character used to separate multiple
16244 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16245 you want to include a literal comma in the field.
16246 In other words, if you type a backslash followed by a comma it will
16247 be interpreted as a comma by Alpine, instead of as a separator between
16248 pattern values.
16249 All other backslashes are literal backslashes and should not be escaped.
16251 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16252 for more information on Patterns.
16254 Look <A HREF="h_edit_nav_cmds">here</A>
16255 to see the available Editing and Navigation commands.
16257 &lt;End of help on this topic&gt;
16258 </BODY>
16259 </HTML>
16260 ======= h_config_role_particpat =======
16261 <HTML>
16262 <HEAD>
16263 <TITLE>Participant Pattern Explained</TITLE>
16264 </HEAD>
16265 <BODY>
16266 <H1>Participant Pattern Explained</H1>
16268 This is just like the &quot;To pattern&quot; except that it is compared with
16269 the addresses from the From: line, the To: line, and the Cc: line of the
16270 message instead of just the addresses from the To: line.
16271 In other words, it is considered a match if the pattern matches
16272 <EM>EITHER</EM> an address in the From: line, <EM>OR</EM> an address
16273 in the To: line, <EM>OR</EM> an address in the Cc: line.
16274 (Notice that defining the Participant pattern does not have the same
16275 effect as defining all of the From, To, and Cc patterns.
16276 Participant is From <EM>OR</EM> To <EM>OR</EM> Cc; not
16277 From <EM>AND</EM> To <EM>AND</EM> Cc.
16278 It is equivalent to having three different rules;
16279 one with a From pattern, another with the same To pattern, and a third with
16280 the same Cc pattern.)
16282 A technicality: Since comma is the character used to separate multiple
16283 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16284 you want to include a literal comma in the field.
16285 In other words, if you type a backslash followed by a comma it will
16286 be interpreted as a comma by Alpine, instead of as a separator between
16287 pattern values.
16288 All other backslashes are literal backslashes and should not be escaped.
16290 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16291 for more information on Patterns.
16293 Look <A HREF="h_edit_nav_cmds">here</A>
16294 to see the available Editing and Navigation commands.
16296 &lt;End of help on this topic&gt;
16297 </BODY>
16298 </HTML>
16299 ======= h_config_role_newspat =======
16300 <HTML>
16301 <HEAD>
16302 <TITLE>News Pattern Explained</TITLE>
16303 </HEAD>
16304 <BODY>
16305 <H1>News Pattern Explained</H1>
16307 If this pattern is non-blank, then for this rule to be considered a
16308 match, at least one of the newsgroups from
16309 the Newsgroups line of the message must match this pattern.
16310 If this pattern is a list of patterns, then at least one of the
16311 newsgroups must match at least one of the patterns.
16312 (Any other non-blank parts of the Pattern must match, too.)
16314 It is possible to add a <EM>NOT</EM> to the News Pattern meaning with the
16315 &quot;!&quot; &quot;toggle NOT&quot; command.
16316 This changes the meaning of the News pattern so that it has the opposite meaning.
16317 It will be considered a match if there are no matches between the
16318 addresses in the Newsgroups: line and the list of News patterns.
16320 Don't make the mistake of putting the &quot;!&quot; in the data field for
16321 the pattern.
16322 For example, if you type the characters &quot;!frizzle&quot; into the News
16323 pattern, the pattern will look like:
16325 <PRE>
16326  News pattern = !frizzle
16327 </PRE>
16329 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16330 In order to match messages that do not have &quot;frizzle&quot; in
16331 their Newsgroups header, first type the characters &quot;frizzle&quot; followed
16332 by carriage return for the value of the News pattern, then negate it
16333 by typing the &quot;!&quot; command.
16334 It should end up looking like
16336 <PRE>
16337  ! News pattern = frizzle
16338 </PRE>
16340 A technicality: Since comma is the character used to separate multiple
16341 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16342 you want to include a literal comma in the field.
16343 In other words, if you type a backslash followed by a comma it will
16344 be interpreted as a comma by Alpine, instead of as a separator between
16345 pattern values.
16346 All other backslashes are literal backslashes and should not be escaped.
16349 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16350 for more information on Patterns.
16352 Look <A HREF="h_edit_nav_cmds">here</A>
16353 to see the available Editing and Navigation commands.
16355 &lt;End of help on this topic&gt;
16356 </BODY>
16357 </HTML>
16358 ======= h_config_role_subjpat =======
16359 <HTML>
16360 <HEAD>
16361 <TITLE>&quot;Subject:&quot; Pattern Explained</TITLE>
16362 </HEAD>
16363 <BODY>
16364 <H1>&quot;Subject:&quot; Pattern Explained</H1>
16366 This is similar to the other parts of the Pattern.
16367 It is compared with
16368 the contents from the Subject of the message.
16370 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16371 for more information on Patterns.
16373 It is possible to add a <EM>NOT</EM> to the Subject Pattern meaning with the
16374 &quot;!&quot; &quot;toggle NOT&quot; command.
16375 This changes the meaning of the Subject pattern so that it has the opposite meaning.
16376 It will be considered a match if there are no matches between the
16377 text in the Subject: line and the list of Subject patterns.
16380 If you wish to have a header pattern that is not one of the six standard
16381 header patterns, you may add it with the &quot;eXtraHdr&quot; command.
16383 A technicality: Since comma is the character used to separate multiple
16384 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16385 you want to include a literal comma in the field.
16386 In other words, if you type a backslash followed by a comma it will
16387 be interpreted as a comma by Alpine, instead of as a separator between
16388 pattern values.
16389 All other backslashes are literal backslashes and should not be escaped.
16391 Look <A HREF="h_edit_nav_cmds">here</A>
16392 to see the available Editing and Navigation commands.
16394 &lt;End of help on this topic&gt;
16395 </BODY>
16396 </HTML>
16397 ======= h_config_role_alltextpat =======
16398 <HTML>
16399 <HEAD>
16400 <TITLE>AllText Pattern Explained</TITLE>
16401 </HEAD>
16402 <BODY>
16403 <H1>AllText Pattern Explained</H1>
16405 This is similar to the header patterns.
16406 Instead of comparing with text in a particular header field it 
16407 is compared with all of the text in the message header and body.
16409 It is possible to add a <EM>NOT</EM> to the AllText Pattern meaning with the
16410 &quot;!&quot; &quot;toggle NOT&quot; command.
16411 This changes the meaning of the AllText pattern so that it has the opposite meaning.
16412 It will be considered a match if there are no matches between the
16413 text of the message and the list of AllText patterns.
16415 Don't make the mistake of putting the &quot;!&quot; in the data field for
16416 the pattern.
16417 For example, if you type the characters &quot;!frizzle&quot; into the AllText
16418 pattern, the pattern will look like:
16420 <PRE>
16421  AllText pattern = !frizzle
16422 </PRE>
16424 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16425 In order to match messages that do not have &quot;frizzle&quot; in
16426 the text of the message, first type the characters &quot;frizzle&quot; followed
16427 by carriage return for the value of the AllText pattern, then negate it
16428 by typing the &quot;!&quot; command.
16429 It should end up looking like
16431 <PRE>
16432  ! AllText pattern = frizzle
16433 </PRE>
16435 It is possible that you may notice degraded performance when using
16436 AllText Patterns.
16438 A technicality: Since comma is the character used to separate multiple
16439 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16440 you want to include a literal comma in the field.
16441 In other words, if you type a backslash followed by a comma it will
16442 be interpreted as a comma by Alpine, instead of as a separator between
16443 pattern values.
16444 All other backslashes are literal backslashes and should not be escaped.
16446 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16447 for more information on Patterns.
16449 Look <A HREF="h_edit_nav_cmds">here</A>
16450 to see the available Editing and Navigation commands.
16452 &lt;End of help on this topic&gt;
16453 </BODY>
16454 </HTML>
16455 ======= h_config_role_bodytextpat =======
16456 <HTML>
16457 <HEAD>
16458 <TITLE>BodyText Pattern Explained</TITLE>
16459 </HEAD>
16460 <BODY>
16461 <H1>BodyText Pattern Explained</H1>
16463 This is similar to the header patterns.
16464 Instead of comparing with text in a particular header field it 
16465 is compared with all of the text in the message body.
16467 It is possible to add a <EM>NOT</EM> to the BodyText Pattern meaning with the
16468 &quot;!&quot; &quot;toggle NOT&quot; command.
16469 This changes the meaning of the BodyText pattern so that it has the opposite meaning.
16470 It will be considered a match if there are no matches between the
16471 text of the body of the message and the list of BodyText patterns.
16473 Don't make the mistake of putting the &quot;!&quot; in the data field for
16474 the pattern.
16475 For example, if you type the characters &quot;!frizzle&quot; into the BodyText
16476 pattern, the pattern will look like:
16478 <PRE>
16479  BdyText pattern = !frizzle
16480 </PRE>
16482 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16483 In order to match messages that do not have &quot;frizzle&quot; in
16484 their BodyText, first type the characters &quot;frizzle&quot; followed
16485 by carriage return for the value of the BodyText pattern, then negate it
16486 by typing the &quot;!&quot; command.
16487 It should end up looking like
16489 <PRE>
16490  ! BodyText pattern = frizzle
16491 </PRE>
16493 It is possible that you may notice degraded performance when using
16494 BodyText Patterns.
16496 A technicality: Since comma is the character used to separate multiple
16497 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16498 you want to include a literal comma in the field.
16499 In other words, if you type a backslash followed by a comma it will
16500 be interpreted as a comma by Alpine, instead of as a separator between
16501 pattern values.
16502 All other backslashes are literal backslashes and should not be escaped.
16504 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16505 for more information on Patterns.
16507 Look <A HREF="h_edit_nav_cmds">here</A>
16508 to see the available Editing and Navigation commands.
16510 &lt;End of help on this topic&gt;
16511 </BODY>
16512 </HTML>
16513 ======= h_config_role_charsetpat =======
16514 <HTML>
16515 <HEAD>
16516 <TITLE>Character Set Pattern Explained</TITLE>
16517 </HEAD>
16518 <BODY>
16519 <H1>Character Set Pattern Explained</H1>
16521 A message may use one or more character sets.
16522 This part of the Pattern matches messages that make use of
16523 certain specified character sets.
16524 It will be considered a match if a message uses any of the character
16525 sets in the list you give here.
16528 When filling in a value for this field, you may use
16529 the &quot;T&quot; command, which presents you with a large list of
16530 possible character sets to choose from.
16531 You may also just type in the name of a character set, and it need not
16532 be one that Alpine knows about.
16535 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
16536 GB2312) you may also use some shorthand names that Alpine provides.
16537 These names are more understandable shorthand names for sets of 
16538 character set names.
16539 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
16540 Selecting one of these shorthand names is equivalent to selecting all of
16541 the character sets that make up the set.
16542 You can see all of these shorthand names and the lists of character sets
16543 they stand for by typing the &quot;T&quot; command.
16546 For the purposes of this Pattern,
16547 Alpine will search through a message for all of the text parts and
16548 collect the character sets declared for each part.
16549 It will also look in the Subject line for a character set used there.
16550 Alpine does not actually look at the text of the message or the text
16551 of the Subject to determine if a declared character set is actually
16552 used, it looks only at the declarations themselves in the MIME part headers
16553 and in the Subject.
16556 It is possible to add a <EM>NOT</EM> to the Character Set Pattern meaning with the
16557 &quot;!&quot; &quot;toggle NOT&quot; command.
16558 This changes the meaning of the Character Set pattern so that
16559 it has the opposite meaning.
16560 It will be considered a match if none of the character sets in the
16561 list are used in a message.
16563 Don't make the mistake of putting the &quot;!&quot; in the data field for
16564 the pattern.
16565 For example, if you type the characters &quot;!GB2312&quot; into the
16566 Character Set pattern, the pattern will look like:
16568 <PRE>
16569  Charset pattern = !GB2312
16570 </PRE>
16572 This means you want to match the 7 character sequence &quot;!GB2312&quot;.
16573 In order to match messages that do not have the
16574 character set &quot;GB2312&quot;
16575 set, first type the characters &quot;GB2312&quot; followed
16576 by carriage return for the value of the Character Set pattern, then negate it
16577 by typing the &quot;!&quot; command.
16578 It should end up looking like
16580 <PRE>
16581  ! Charset pattern = GB2312
16582 </PRE>
16584 A technicality: Since comma is the character used to separate multiple
16585 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16586 you want to include a literal comma in the field.
16587 In other words, if you type a backslash followed by a comma it will
16588 be interpreted as a comma by Alpine, instead of as a separator between
16589 pattern values.
16590 All other backslashes are literal backslashes and should not be escaped.
16592 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16593 for more information on Patterns.
16595 Look <A HREF="h_edit_nav_cmds">here</A>
16596 to see the available Editing and Navigation commands.
16598 &lt;End of help on this topic&gt;
16599 </BODY>
16600 </HTML>
16601 ======= h_config_role_keywordpat =======
16602 <HTML>
16603 <HEAD>
16604 <TITLE>Keyword Pattern Explained</TITLE>
16605 </HEAD>
16606 <BODY>
16607 <H1>Keyword Pattern Explained</H1>
16609 A folder may have user-defined keywords.
16610 These are similar to the Important flag, which the user may set using the
16611 Flag command.
16612 The difference is that the Important flag is always present for each folder.
16613 User-defined keywords are picked by the user.
16614 You may add new keywords by defining them in the
16615 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
16616 After you have added a potential keyword with the <!--#echo var="VAR_keywords"--> option,
16617 the Flag command may be used to set or clear the keyword on individual messages.
16618 If you have given a keyword a nickname when configuring it,
16619 that nickname may be used instead of the actual keyword.
16622 When filling in a value for this field, it may be easiest to use
16623 the &quot;T&quot; command, which presents you with a list of the keywords
16624 you have defined to choose from.
16627 This part of the Pattern matches messages with certain keywords set.
16628 It will be considered a match if a message has any of the keywords in the
16629 list set.
16630 A keyword that you have not defined using the
16631 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
16632 will not be a match.
16635 It is possible to add a <EM>NOT</EM> to the Keyword Pattern meaning with the
16636 &quot;!&quot; &quot;toggle NOT&quot; command.
16637 This changes the meaning of the Keyword pattern so that it has the opposite meaning.
16638 It will be considered a match if none of the keywords in the list are set
16639 for a message.
16640 A keyword that you have not defined using the
16641 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
16642 will not be a match, so a <EM>NOT</EM> of that keyword does match.
16644 Don't make the mistake of putting the &quot;!&quot; in the data field for
16645 the pattern.
16646 For example, if you type the characters &quot;!frizzle&quot; into the Keyword
16647 pattern, the pattern will look like:
16649 <PRE>
16650  Keyword pattern = !frizzle
16651 </PRE>
16653 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16654 In order to match messages that do not have the keyword &quot;frizzle&quot;
16655 set, first type the characters &quot;frizzle&quot; followed
16656 by carriage return for the value of the Keyword pattern, then negate it
16657 by typing the &quot;!&quot; command.
16658 It should end up looking like
16660 <PRE>
16661  ! Keyword pattern = frizzle
16662 </PRE>
16664 A technicality: Since comma is the character used to separate multiple
16665 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16666 you want to include a literal comma in the field.
16667 In other words, if you type a backslash followed by a comma it will
16668 be interpreted as a comma by Alpine, instead of as a separator between
16669 pattern values.
16670 All other backslashes are literal backslashes and should not be escaped.
16672 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16673 for more information on Patterns.
16675 Look <A HREF="h_edit_nav_cmds">here</A>
16676 to see the available Editing and Navigation commands.
16678 &lt;End of help on this topic&gt;
16679 </BODY>
16680 </HTML>
16681 ======= h_config_role_arbpat =======
16682 <HTML>
16683 <HEAD>
16684 <TITLE>Extra Header Patterns Explained</TITLE>
16685 </HEAD>
16686 <BODY>
16687 <H1>Extra Header Patterns Explained</H1>
16689 The header patterns that come after the Participant pattern but before the 
16690 AllText pattern are extra header patterns that you have added to a rule's
16691 Pattern. These are just like the other header patterns except that
16692 the contents of the particular header listed on the left hand side will
16693 be used for comparisons.
16695 The &quot;eXtraHdr&quot; command may be used to add more of these
16696 header patterns to the rule you are editing.
16698 The &quot;RemoveHdr&quot; command may be used to delete the highlighted
16699 extra header pattern from the rule you are editing.
16701 It is possible to add a <EM>NOT</EM> to the Extra Header Pattern meaning with the
16702 &quot;!&quot; &quot;toggle NOT&quot; command.
16703 This changes the meaning of the pattern so that it has the opposite meaning.
16704 It will be considered a match if there are no matches between the
16705 text in the header line and the list of patterns.
16707 Don't make the mistake of putting the &quot;!&quot; in the data field for
16708 the pattern.
16709 For example, if you type the characters &quot;!frizzle&quot; into the
16710 pattern, the pattern will look like:
16712 <PRE>
16713  Xyz pattern = !frizzle
16714 </PRE>
16716 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16717 In order to match messages that do not have &quot;frizzle&quot; in
16718 their Xyz field, first type the characters &quot;frizzle&quot; followed
16719 by carriage return for the value of the pattern, then negate it
16720 by typing the &quot;!&quot; command.
16721 It should end up looking like
16723 <PRE>
16724  ! Xyz pattern = frizzle
16725 </PRE>
16728 A technicality: Since comma is the character used to separate multiple
16729 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16730 you want to include a literal comma in the field.
16731 In other words, if you type a backslash followed by a comma it will
16732 be interpreted as a comma by Alpine, instead of as a separator between
16733 pattern values.
16734 All other backslashes are literal backslashes and should not be escaped.
16736 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16737 for more information on Patterns.
16739 Look <A HREF="h_edit_nav_cmds">here</A>
16740 to see the available Editing and Navigation commands.
16742 &lt;End of help on this topic&gt;
16743 </BODY>
16744 </HTML>
16745 ======= h_config_role_cat_cmd =======
16746 <HTML>
16747 <HEAD>
16748 <TITLE>Categorizer Command Explained</TITLE>
16749 </HEAD>
16750 <BODY>
16751 <H1>Categorizer Command Explained</H1>
16753 This is a command that is run with its standard input set to the message
16754 being checked and its standard output discarded.
16755 The full directory path should be specified.
16756 The command will be run and then its exit status will be checked against
16757 the Exit Status Interval, which defaults to just the value zero.
16758 If the exit status of the command falls in the interval, it is considered
16759 a match, otherwise it is not a match.
16762 This option may actually be a list of commands.
16763 The first one that exists and is executable is used.
16764 That makes it possible to use the same configuration with Unix Alpine and
16765 PC-Alpine.
16768 If none of the commands in the list exists and is executable then the rule
16769 is <EM>not</EM> a match.
16770 If it is possible that the command may not exist, you should be careful
16771 to structure your rules so that nothing destructive
16772 happens when the command does not exist.
16773 For example, you might have a filter that filters away spam when there is
16774 a match but does nothing when there is not a match.
16775 That would cause no harm if the command didn't exist.
16776 However, if you have a filter that filters away spam when there is not
16777 a match and keeps it when there is a match, that would filter everything
16778 if the categorizer command didn't exist.
16780 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
16781 setup for the bogofilter filter.
16784 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16785 for more information on Patterns.
16787 Look <A HREF="h_edit_nav_cmds">here</A>
16788 to see the available Editing and Navigation commands.
16790 &lt;End of help on this topic&gt;
16791 </BODY>
16792 </HTML>
16793 ======= h_config_role_cat_cmd_example =======
16794 <HTML>
16795 <HEAD>
16796 <TITLE>Categorizer Command Example</TITLE>
16797 </HEAD>
16798 <BODY>
16799 <H1>Categorizer Command Example</H1>
16801 Bogofilter
16802 (<A HREF="http://bogofilter.sourceforge.net/">http://bogofilter.sourceforge.net/</A>)
16803 is a mail filter that attempts to classify mail as spam or
16804 non-spam using statistical analysis of the message content.
16805 When run with no arguments and a message as standard input, it exits with
16806 exit status 0 if it thinks a message is spam and 1 if it thinks
16807 it is not spam.
16808 To use bogofilter as your Categorizer Command you would simply set Command to
16809 the pathname of the bogofilter program.
16810 For example,
16812 <CENTER><SAMP>Command = /usr/local/bin/bogofilter</SAMP></CENTER>
16814 Exit status of zero is what you are interested in, so you'd set the
16815 Exit Status Interval to
16817 <CENTER><SAMP>Exit Status Interval = (0,0)</SAMP></CENTER>
16820 In order to prevent downloading an entire huge message to check for spam, you
16821 might want to set the Character Limit to a few thousand characters (the
16822 assumption being that the spam will reveal itself in those characters)
16824 <CENTER><SAMP>Character Limit = 50000</SAMP></CENTER>
16827 You would probably use bogofilter in an Alpine Filter Rule, and have the action
16828 be to move the message to a spam folder.
16829 It would usually be wise to also check the &quot;Message is Recent&quot;
16830 part of the rule so that messages are only checked when they first arrive,
16831 and to restrict the Current Folder Type to just your INBOX.
16832 The reason for checking only Recent messages is to save the time it takes
16833 to run bogofilter on each message.
16834 As an experiment, you might start out by using this in an Indexcolor Rule
16835 instead of a Filter Rule.
16836 In that case, you probably wouldn't check the Recent checkbox.
16838 The use described above assumes that you are somehow maintaining bogofilter's
16839 database of words associated with spam and non-spam messages.
16840 One way to start your database would be to select a bunch of spam messages
16841 in Alpine (you might Save spam messages to a special folder or use Alpine's
16842 Select command to select several) and then Apply
16843 (<A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>)
16844 a pipe command to the spam messages.
16845 For example, you could have a shell script or an alias
16846 called <EM>this_is_spam</EM>, which would simply be the command
16848 <CENTER><SAMP>bogofilter -s</SAMP></CENTER>
16851 It is probably best to use the pipe command's Raw Text, With Delimiter,
16852 and Free Output options,
16853 which are at the bottom of the screen when you type the pipe command.
16854 That's because bogofilter expects the raw message as input, and uses
16855 the Delimiters to tell when a new message starts.
16856 You would not need to use a separate pipe for each message, because
16857 bogofilter can handle multiple messages at once.
16859 Similarly, you would select a group of non-spam messages
16860 and run them through a <EM>this_is_nonspam</EM> script
16861 that was something like
16863 <CENTER><SAMP>bogofilter -n</SAMP></CENTER>
16866 For the more adventurous, the next step might be to automate the upkeep of
16867 the bogofilter database.
16868 It might make more sense to have bogofilter be part of the delivery process,
16869 but it is also possible to do it entirely from within Alpine.
16870 Instead of using just plain &quot;bogofilter&quot; as the Categorizer Command,
16871 the &quot;-u&quot; argument will cause bogofilter to update the database.
16873 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
16875 You'd want a couple more aliases or shell scripts called something like
16876 <EM>change_to_spam</EM>
16878 <CENTER><SAMP>bogofilter -Ns</SAMP></CENTER>
16881 <EM>change_to_nonspam</EM>
16883 <CENTER><SAMP>bogofilter -Sn</SAMP></CENTER>
16885 When you run across a message in your INBOX that should have been
16886 classified as spam you would pipe it to the change_to_spam script, and
16887 when you run across a message in your spam folder that should have been
16888 left in your INBOX you would pipe it through change_to_nonspam.
16891 There is a technical problem with this approach.
16892 Alpine may check your filters more than once.
16893 In particular, every time you start Alpine the filters will be checked for
16894 each message.
16895 Also, if you have any filters that depend on message state (New, Deleted, etc.)
16896 then Alpine will recheck for matches in messages that have changed state
16897 at the time you close the folder and before expunging.
16898 This is usually ok.
16899 However, in this case it is a problem because the command
16901 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
16903 has the side effect of updating the database.
16904 So you run the risk of updating the database multiple times for a single
16905 message instead of updating it just once per message.
16906 There are some ways to work around this problem.
16907 What you need is a way to mark the message after you have run the filter.
16908 One way to mark messages is with the use of a keyword (say &quot;Bogo&quot;).
16909 Besides having the filter move the message to a spam folder, also have it
16910 set the Bogo keyword.
16911 (Note that you will have to set up the &quot;Bogo&quot; keyword in the
16912 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in Setup/Config.)
16913 This rule can only set the Bogo keyword for the messages that it matches.
16914 You will also need to add a second rule right after this one that
16915 matches all the messages that don't have the Bogo keyword set
16916 (put the keyword in the Keyword pattern and toggle
16917 the Not with the ! command)
16918 and takes the action of setting it.
16919 Then change the &quot;bogofilter -u&quot; rule so that it won't be a match
16920 (and so it won't re-run the bogofilter command) if the keyword is already
16921 set.
16923 What you will end up with is a rule that runs &quot;bogofilter -u&quot;
16924 on all messages that don't have the Bogo keyword set.
16925 This will have the side effect of inserting that message in the bogofilter
16926 database, match or not.
16927 If this rule matches (it is spam), the Bogo keyword will be set and
16928 the message will be moved to a spam folder.
16929 If it does not match, the
16930 following rule will mark the message by turning on the keyword.
16931 This second rule should be a non-terminating
16932 (<A HREF="h_config_filt_opts_nonterm">Dont-Stop-Even-if-Rule-Matches</A>)
16933 rule so that it doesn't stop the filtering process before the rest of
16934 your rules are consulted.
16937 In summary, the first rule is something like
16938 <PRE>
16939   Nickname          = bogofilter -u rule
16940   Current Folder Type =
16941                (*) Specific
16942                    Folder = INBOX
16944   ! Keyword pattern = Bogo
16946   External Categorizer Commands =
16947        Command              = /usr/local/bin/bogofilter -u
16948        Exit Status Interval = (0,0)
16949        Character Limit      = <No Value Set: using "-1">  (optionally set this)
16951   Filter Action =
16952        (*) Move
16953            Folder = spam
16954   
16955   Set These Keywords   = Bogo
16956 </PRE>
16958 and the following rule is
16959 <PRE>
16960   Nickname          = Set Bogo Keyword
16961   Current Folder Type =
16962                (*) Specific
16963                    Folder = INBOX
16965   ! Keyword pattern = Bogo
16967   Filter Action =
16968        (*) Just Set Message Status
16970   Set These Keywords   = Bogo
16972   Features =
16973       [X]  dont-stop-even-if-rule-matches
16974 </PRE>
16976 If it is possible for you to insert bogofilter in the delivery process instead
16977 of having it called from Alpine you could prevent having to wait
16978 for the bogofilter processing while you read your mail.
16979 You would have bogofilter add a header to the message at the time of delivery
16980 that identified it as spam or nonspam.
16981 With this method, you could avoid using a Categorizer Command while running Alpine,
16982 and just match on the header instead.
16983 You might still want to use the scripts mentioned above to initialize the
16984 database or to re-classify wrongly classified messages.
16987 Finally, it isn't for the faint-hearted,
16988 but it is also possible to run bogofilter from PC-Alpine.
16989 You can install Cygwin from
16990 <A HREF="http://www.cygwin.com/">http://www.cygwin.com/</A> and
16991 then compile bogofilter in the cygwin environment, and run it from
16992 within PC-Alpine.
16993 You would end up with a Categorizer command that looked something like
16995 <CENTER><SAMP>Command = C:&#92;cygwin&#92;bin&#92;bogofilter.exe -u</SAMP></CENTER>
16997 Note that the &quot;.exe&quot; extension is explicit,
16998 and that the bogofilter.exe executable should be in the same directory
16999 as cygwin1.dll.
17002 &lt;End of help on this topic&gt;
17003 </BODY>
17004 </HTML>
17005 ======= h_config_role_cat_status =======
17006 <HTML>
17007 <HEAD>
17008 <TITLE>Exit Status Interval Explained</TITLE>
17009 </HEAD>
17010 <BODY>
17011 <H1>Exit Status Interval Explained</H1>
17013 The categorizer command is run and the result is the exit status of
17014 that command.
17015 If that exit status falls in the Exit Status Interval
17016 then it is considered a match, otherwise it is not a match.
17017 Of course for the entire rule to match, it must also be checked against
17018 the other defined parts of the Pattern.
17020 The Exit Status Interval defaults to the single value 0 (zero).
17021 If you define it, it should be set to something like:
17023 <CENTER><SAMP>(min_exit_value,max_exit_value)</SAMP></CENTER>
17025 where &quot;min_exit_value&quot; and &quot;max_exit_value&quot; are integers.
17026 The special values &quot;INF&quot; and &quot;-INF&quot; may be used for large
17027 positive and negative integers.
17029 Actually, a list of intervals may be used if you wish.
17030 A list would look like
17032 <CENTER><SAMP>(min_exit_value1,max_exit_value1),(min_exit_value2,max_exit_value2),...</SAMP></CENTER>
17034 When there is an Exit Status Interval defined, it is a match if the exit status
17035 of the categorizer command is contained in any of the intervals.
17036 The intervals include both endpoints.
17038 The default interval is
17040 <CENTER><SAMP>(0,0)</SAMP></CENTER>
17042 and it matches only if the command exits with exit status equal to zero.
17045 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17046 for more information on Patterns.
17048 Look <A HREF="h_edit_nav_cmds">here</A>
17049 to see the available Editing and Navigation commands.
17051 &lt;End of help on this topic&gt;
17052 </BODY>
17053 </HTML>
17054 ======= h_config_role_cat_limit =======
17055 <HTML>
17056 <HEAD>
17057 <TITLE>Character Limit Explained</TITLE>
17058 </HEAD>
17059 <BODY>
17060 <H1>Character Limit Explained</H1>
17062 Setting this option makes it possible to limit how much of the message
17063 is made available to the categorizer command as input.
17064 The default value (-1) means that the entire message is fed to the
17065 command.
17066 A value of 0 (zero) means that only the headers of the message are
17067 made available.
17068 A positive integer means that the headers plus that many characters from
17069 the body of the message are passed to the categorizer.
17072 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17073 for more information on Patterns.
17075 Look <A HREF="h_edit_nav_cmds">here</A>
17076 to see the available Editing and Navigation commands.
17078 &lt;End of help on this topic&gt;
17079 </BODY>
17080 </HTML>
17081 ======= h_config_role_age =======
17082 <HTML>
17083 <HEAD>
17084 <TITLE>Age Interval Explained</TITLE>
17085 </HEAD>
17086 <BODY>
17087 <H1>Age Interval Explained</H1>
17089 The Age Interval, if defined, is part of the Pattern.
17090 If you use this, it should be set to something like:
17092 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
17094 where &quot;min_age&quot; and &quot;max_age&quot; are non-negative integers.
17095 The special value &quot;INF&quot; may be used for the max value.
17096 It represents infinity.
17098 In rare cases it may be useful to use the more general form of the value,
17099 which is a comma-separated list of intervals.
17100 It would look something like:
17102 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
17104 When there is an Age Interval defined, it is a match if the age, in days, of
17105 the message is contained in the interval.
17106 The interval includes both endpoints.
17107 If the option is set to a list of intervals then it is a match if the
17108 age of the message is contained in any of the intervals.
17110 Even though this option is called Age, it isn't actually
17111 the <EM>age</EM> of the message.
17112 Instead, it is how many days ago the message arrived in one of your folders.
17113 If the current time is a little past midnight, then a message that arrived
17114 just before midnight arrived yesterday, even though the message is only
17115 a few minutes old.
17116 By default, the date being used is not the date in the Date
17117 header of the message.
17118 It is the date that the message arrived in one of your folders.
17119 When you Save a message from one folder to another that arrival date
17120 is preserved.
17121 If you would like to use the date in the Date header that is possible.
17122 Turn on the option
17123 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
17124 near the bottom of the rule definition.
17126 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
17127 The age interval
17129 <CENTER><SAMP>(2,2)</SAMP></CENTER>
17131 matches all messages that arrived on the day before yesterday.
17132 The interval
17134 <CENTER><SAMP>(180,INF)</SAMP></CENTER>
17136 matches all messages that arrived at least 180 days before today.
17137 The interval
17139 <CENTER><SAMP>(0,1)</SAMP></CENTER>
17141 matches all messages that arrived today or yesterday.
17144 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17145 for more information on Patterns.
17147 Look <A HREF="h_edit_nav_cmds">here</A>
17148 to see the available Editing and Navigation commands.
17150 &lt;End of help on this topic&gt;
17151 </BODY>
17152 </HTML>
17153 ======= h_config_role_size =======
17154 <HTML>
17155 <HEAD>
17156 <TITLE>Size Interval Explained</TITLE>
17157 </HEAD>
17158 <BODY>
17159 <H1>Size Interval Explained</H1>
17161 The Size Interval, if defined, is part of the Pattern.
17162 If you use this, it should be set to something like:
17164 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
17166 where &quot;min_size&quot; and &quot;max_size&quot; are non-negative integers.
17167 The special value &quot;INF&quot; may be used for the max value.
17168 It represents infinity.
17170 In rare cases it may be useful to use the more general form of the value,
17171 which is a comma-separated list of intervals.
17172 It would look something like:
17174 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
17176 When there is a Size Interval defined, it is a match if the size of
17177 the message is contained in the interval.
17178 The interval includes both endpoints.
17179 If the option is set to a list of intervals then it is a match if the
17180 size of the message is contained in any of the intervals.
17182 The size interval
17184 <CENTER><SAMP>(10000,50000)</SAMP></CENTER>
17186 matches all messages with sizes greater than or equal to 10000, and less
17187 than or equal to 50000.
17188 The interval
17190 <CENTER><SAMP>(100000,INF)</SAMP></CENTER>
17192 matches all messages with sizes greater than or equal to 100000.
17195 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17196 for more information on Patterns.
17198 Look <A HREF="h_edit_nav_cmds">here</A>
17199 to see the available Editing and Navigation commands.
17201 &lt;End of help on this topic&gt;
17202 </BODY>
17203 </HTML>
17204 ======= h_config_role_scorei =======
17205 <HTML>
17206 <HEAD>
17207 <TITLE>Score Interval Explained</TITLE>
17208 </HEAD>
17209 <BODY>
17210 <H1>Score Interval Explained</H1>
17212 The Score Interval, if defined, is part of the Pattern.
17213 If you use this, it should be set to something like:
17215 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
17217 where &quot;min_score&quot; and &quot;max_score&quot; are integers between
17218 -32000 and 32000.
17219 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
17220 the min and max values.
17221 These represent negative and positive infinity.
17223 Actually, the value may be a list of intervals rather than just a
17224 single interval if that is useful.
17225 The elements of the list are separated by commas like:
17227 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
17229 When there is a Score Interval defined, it is a match if the score for
17230 the message is contained in any of the intervals.
17231 The intervals include both endpoints.
17232 The score for a message is calculated by looking at every scoring rule
17233 defined and adding up the Score Values for the rules that match the message.
17234 Scoring rules are created using the
17235 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
17238 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17239 for more information on Patterns.
17241 Look <A HREF="h_edit_nav_cmds">here</A>
17242 to see the available Editing and Navigation commands.
17244 &lt;End of help on this topic&gt;
17245 </BODY>
17246 </HTML>
17247 ======= h_config_role_fldr_type =======
17248 <HTML>
17249 <HEAD>
17250 <TITLE>Current Folder Type Explained</TITLE>
17251 </HEAD>
17252 <BODY>
17253 <H1>Current Folder Type Explained</H1>
17255 The Current Folder Type is part of the role's Pattern.
17256 It refers to the type of the currently open folder, which is the folder
17257 you were last looking at from the MESSAGE INDEX or MESSAGE TEXT screen.
17258 In order for a role to be considered a match, the current folder must
17259 be of the type you set here.
17260 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17261 all what you might think.
17263 If the Current Folder Type for a role's Pattern is set to &quot;News&quot;, for
17264 example, then
17265 that role will only be a match if the current folder is a newsgroup and
17266 the rest of the Pattern matches.
17267 The value &quot;Specific&quot; may be used when you want to limit the match
17268 to a specific folder (not just a specific type of folder), or to a list of
17269 specific folders.
17271 In order to match a specific folder you Select the &quot;Specific&quot;
17272 button <EM>AND</EM> fill in
17273 the name (or list of names) of
17274 the folder in the &quot;Folder List&quot; field.
17275 If the current folder is any of the folders in the list, that is considered
17276 a match.
17277 The name of each folder in the list may be either &quot;INBOX&quot;,
17278 the technical specification
17279 of the folder (like what appears in your configuration file) or, if the
17280 folder is one of your incoming folders, it may be the nickname you've given
17281 the folder.
17282 Here are a couple samples of specific folder names:
17284 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17286 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17288 The easiest way to fill in the &quot;Folder List&quot; field is to use
17289 the &quot;T&quot; command that is available when the &quot;Folder List&quot; line is
17290 highlighted, or to use the &quot;Take&quot; command with the configuration
17291 feature
17292 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
17293 turned on.
17294 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17295 Current Folder Type is set to &quot;Specific&quot;, and any value that
17296 &quot;Folder List&quot; has is ignored unless the type
17297 is set to &quot;Specific&quot;.
17299 When reading a newsgroup, there may be a performance penalty
17300 incurred when collecting the information necessary to check a Pattern.
17301 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17303 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17304 for more information on Patterns.
17306 Look <A HREF="h_edit_nav_cmds">here</A>
17307 to see the available Editing and Navigation commands.
17309 &lt;End of help on this topic&gt;
17310 </BODY>
17311 </HTML>
17312 ======= h_config_filt_rule_type =======
17313 <HTML>
17314 <HEAD>
17315 <TITLE>Filter Action Explained</TITLE>
17316 </HEAD>
17317 <BODY>
17318 <H1>Filter Action Explained</H1>
17320 The Filter Action specifies the action to be taken when the Pattern is a
17321 match.
17322 It may be set to &quot;Delete&quot; &quot;Move&quot;, or
17323 &quot;Just Set Message Status&quot;.
17325 If it is set to &quot;Delete&quot;, then the message that matches the
17326 Pattern will be deleted from the open folder.
17328 If it is set to &quot;Move&quot;, then the name of the folder to which
17329 the matching message should be moved is given in the &quot;Folder List&quot; field on the
17330 next line of the screen.
17331 A list of folders separated by commas may be given, in which case the
17332 message will be copied to all of the folders in the list before it is
17333 deleted.
17335 If it is set to neither of those two values (it is set to the value
17336 labeled &quot;Just Set Message Status&quot;) then the message status
17337 setting will happen
17338 but the message will not be deleted or moved.
17340 If you are Moving a message you may also set Message Status if you wish.
17342 The easiest way to fill in the &quot;Folder List&quot; field is to use
17343 the T command that is available when the &quot;Folder List&quot; line is
17344 highlighted.
17345 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17346 Filter Action is set to &quot;Move&quot;, and any value that
17347 &quot;Folder List&quot; has is ignored unless the type
17348 is set to &quot;Move&quot;.
17350 There are a few tokens that may be used in the names in the Folder List.
17351 They are all related to the date on which the filtering is taking place.
17352 The tokens are words surrounded by underscores.
17353 For example, if you want your filter to move messages to a folder named
17354 <P><CENTER><SAMP>abc-year-mon</SAMP></CENTER><P>
17355 you could specify the folder as
17356 <P><CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER><P>
17357 which would result in a file named something like
17358 <P><CENTER><SAMP>abc-2004-oct</SAMP></CENTER><P>
17360 <P><CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER><P>
17361 which would result in a file named something like
17362 <P><CENTER><SAMP>abc-04-10</SAMP></CENTER><P>
17363 The available tokens are listed
17364 <A HREF="h_index_tokens">here</A>.
17366 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17367 for more information on Patterns.
17369 Look <A HREF="h_edit_nav_cmds">here</A>
17370 to see the available Editing and Navigation commands.
17372 &lt;End of help on this topic&gt;
17373 </BODY>
17374 </HTML>
17375 ======= h_config_score_fldr_type =======
17376 <HTML>
17377 <HEAD>
17378 <TITLE>Current Folder Type Explained</TITLE>
17379 </HEAD>
17380 <BODY>
17381 <H1>Current Folder Type Explained</H1>
17383 The Current Folder Type is part of the scoring rule's Pattern.
17384 It refers to the type of the folder that
17385 the message being scored is in.
17386 In order for a rule to be considered a match, the current folder must
17387 be of the type you set here.
17388 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17389 all what you might think.
17391 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17392 example, then
17393 that Pattern will only match if the current folder is a newsgroup and
17394 the rest of the Pattern matches.
17395 The value &quot;Specific&quot; may be used when you want to limit the match
17396 to a specific folder (not just a specific type of folder), or to a list of
17397 specific folders.
17399 In order to match a specific folder you Select the &quot;Specific&quot;
17400 button <EM>AND</EM> fill in
17401 the name (or list of names) of
17402 the folder in the &quot;Folder List&quot; field.
17403 If the current folder is any of the folders in the list, that is considered
17404 a match.
17405 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17406 of the folder (like what appears in your configuration file) or, if the
17407 folder is one of your incoming folders, it may be the nickname you've given
17408 the folder.
17409 Here are a couple samples of specific folder names:
17411 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17413 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17415 The easiest way to fill in the &quot;Folder List&quot; field is to use
17416 the T command that is available when the &quot;Folder List&quot; line is
17417 highlighted.
17418 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17419 Current Folder Type is set to &quot;Specific&quot;, and any value that
17420 &quot;Folder List&quot; has is ignored unless the type
17421 is set to &quot;Specific&quot;.
17423 When reading a newsgroup, there may be a performance penalty
17424 incurred when collecting the information necessary to check a Pattern.
17425 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17426 For example, if you have Index Line Coloring rules that have Score Intervals
17427 defined then the scores for all the visible messages will need to be calculated.
17428 If some of your Scoring rules have 
17429 a Current Folder Type of
17430 &quot;Any&quot; or &quot;News&quot; this may cause the MESSAGE INDEX
17431 screen to draw more slowly when in a newsgroup.
17433 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17434 for more information on Patterns.
17436 Look <A HREF="h_edit_nav_cmds">here</A>
17437 to see the available Editing and Navigation commands.
17439 &lt;End of help on this topic&gt;
17440 </BODY>
17441 </HTML>
17442 ======= h_config_other_fldr_type =======
17443 <HTML>
17444 <HEAD>
17445 <TITLE>Current Folder Type Explained</TITLE>
17446 </HEAD>
17447 <BODY>
17448 <H1>Current Folder Type Explained</H1>
17450 The Current Folder Type is part of the rule's Pattern.
17451 It refers to the type of the folder being viewed.
17452 In order for a rule to be considered a match, the current folder must
17453 be of the type you set here.
17454 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17455 all what you might think.
17457 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17458 example, then
17459 that Pattern will only match if the current folder is a newsgroup.
17460 The value &quot;Specific&quot; may be used when you want to limit the match
17461 to a specific folder (not just a specific type of folder), or to a list of
17462 specific folders.
17464 In order to match a specific folder you Select the &quot;Specific&quot;
17465 button <EM>AND</EM> fill in
17466 the name (or list of names) of
17467 the folder in the &quot;Folder List&quot; field.
17468 If the current folder is any of the folders in the list, that is considered
17469 a match.
17470 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17471 of the folder (like what appears in your configuration file) or, if the
17472 folder is one of your incoming folders, it may be the nickname you've given
17473 the folder.
17474 Here are a couple samples of specific folder names:
17476 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17478 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17480 The easiest way to fill in the &quot;Folder List&quot; field is to use
17481 the T command that is available when the &quot;Folder List&quot; line is
17482 highlighted.
17483 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17484 Current Folder Type is set to &quot;Specific&quot;, and any value that
17485 &quot;Folder List&quot; has is ignored unless the type
17486 is set to &quot;Specific&quot;.
17488 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17489 for more information on Patterns.
17491 Look <A HREF="h_edit_nav_cmds">here</A>
17492 to see the available Editing and Navigation commands.
17494 &lt;End of help on this topic&gt;
17495 </BODY>
17496 </HTML>
17497 ======= h_config_incol_fldr_type =======
17498 <HTML>
17499 <HEAD>
17500 <TITLE>Current Folder Type Explained</TITLE>
17501 </HEAD>
17502 <BODY>
17503 <H1>Current Folder Type Explained</H1>
17505 The Current Folder Type is part of the Line Coloring rule's Pattern.
17506 It refers to the type of the folder for which the MESSAGE INDEX is
17507 being viewed.
17508 In order for a rule to be considered a match, the current folder must
17509 be of the type you set here.
17510 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17511 all what you might think.
17513 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17514 example, then
17515 that Pattern will only match if the current folder is a newsgroup and
17516 the rest of the Pattern matches.
17517 The value &quot;Specific&quot; may be used when you want to limit the match
17518 to a specific folder (not just a specific type of folder), or to a list of
17519 specific folders.
17521 In order to match a specific folder you Select the &quot;Specific&quot;
17522 button <EM>AND</EM> fill in
17523 the name (or list of names) of
17524 the folder in the &quot;Folder List&quot; field.
17525 If the current folder is any of the folders in the list, that is considered
17526 a match.
17527 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17528 of the folder (like what appears in your configuration file) or, if the
17529 folder is one of your incoming folders, it may be the nickname you've given
17530 the folder.
17531 Here are a couple samples of specific folder names:
17533 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17535 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17537 The easiest way to fill in the &quot;Folder List&quot; field is to use
17538 the T command that is available when the &quot;Folder List&quot; line is
17539 highlighted.
17540 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17541 Current Folder Type is set to &quot;Specific&quot;, and any value that
17542 &quot;Folder List&quot; has is ignored unless the type
17543 is set to &quot;Specific&quot;.
17545 When reading a newsgroup, there may be a performance penalty
17546 incurred when collecting the information necessary to check a Pattern.
17547 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17548 For example, a rule with a non-Normal Index Line Color
17549 and a Current Folder Type of
17550 &quot;Any&quot; or &quot;News&quot; may cause the MESSAGE INDEX
17551 screen to draw more slowly when in a newsgroup.
17553 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17554 for more information on Patterns.
17556 Look <A HREF="h_edit_nav_cmds">here</A>
17557 to see the available Editing and Navigation commands.
17559 &lt;End of help on this topic&gt;
17560 </BODY>
17561 </HTML>
17562 ======= h_config_filt_fldr_type =======
17563 <HTML>
17564 <HEAD>
17565 <TITLE>Current Folder Type Explained</TITLE>
17566 </HEAD>
17567 <BODY>
17568 <H1>Current Folder Type Explained</H1>
17570 The Current Folder Type is part of the Filtering rule's Pattern.
17571 It refers to the type of the folder for which the filtering is being done.
17572 In order for a rule to be considered a match, the current folder must
17573 be of the type you set here.
17574 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17575 all what you might think.
17577 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17578 example, then
17579 that Pattern will only match if the current folder is a newsgroup and
17580 the rest of the Pattern matches.
17581 The value &quot;Specific&quot; may be used when you want to limit the match
17582 to a specific folder (not just a specific type of folder), or to a list of
17583 specific folders.
17585 In order to match a specific folder you Select the &quot;Specific&quot;
17586 button <EM>AND</EM> fill in
17587 the name (or list of names) of
17588 the folder in the &quot;Folder List&quot; field.
17589 If the current folder is any of the folders in the list, that is considered
17590 a match.
17591 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17592 of the folder (like what appears in your configuration file) or, if the
17593 folder is one of your incoming folders, it may be the nickname you've given
17594 the folder.
17595 Here are a couple samples of specific folder names:
17597 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17599 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17601 The easiest way to fill in the &quot;Folder List&quot; field is to use
17602 the T command that is available when the &quot;Folder List&quot; line is
17603 highlighted.
17604 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17605 Current Folder Type is set to &quot;Specific&quot;, and any value that
17606 &quot;Folder List&quot; has is ignored unless the type
17607 is set to &quot;Specific&quot;.
17609 When reading a newsgroup, there may be a performance penalty
17610 incurred when collecting the information necessary to check a Pattern.
17611 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17612 For example, a rule with a Current Folder Type of either
17613 &quot;Any&quot; or &quot;News&quot; may cause the filtering to happen
17614 more slowly when opening a newsgroup.
17616 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17617 for more information on Patterns.
17619 Look <A HREF="h_edit_nav_cmds">here</A>
17620 to see the available Editing and Navigation commands.
17622 &lt;End of help on this topic&gt;
17623 </BODY>
17624 </HTML>
17625 ======= h_config_role_stat_imp =======
17626 <HTML>
17627 <HEAD>
17628 <TITLE>Message Important Status Explained</TITLE>
17629 </HEAD>
17630 <BODY>
17631 <H1>Message Important Status Explained</H1>
17633 This part of the Pattern may have one of three possible values.
17634 The default value is &quot;Don't care&quot;, which matches any message.
17635 The other two values are &quot;Yes&quot;, which means the message must be
17636 flagged &quot;Important&quot; in order to be a match; or &quot;No&quot;, which
17637 means the message must <EM>not</EM> be flagged &quot;Important&quot; in order
17638 to be a match.
17640 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17641 for more information on Patterns.
17643 Look <A HREF="h_edit_nav_cmds">here</A>
17644 to see the available Editing and Navigation commands.
17646 &lt;End of help on this topic&gt;
17647 </BODY>
17648 </HTML>
17649 ======= h_config_role_stat_new =======
17650 <HTML>
17651 <HEAD>
17652 <TITLE>Message New Status Explained</TITLE>
17653 </HEAD>
17654 <BODY>
17655 <H1>Message New Status Explained</H1>
17657 This part of the Pattern may have one of three possible values.
17658 The default value is &quot;Don't care&quot;, which matches any message.
17659 The other two values are &quot;Yes&quot;, which means the message must be
17660 &quot;New&quot; in order to be a match; or &quot;No&quot;, which
17661 means the message must <EM>not</EM> be &quot;New&quot; in order
17662 to be a match.
17663 &quot;New&quot; is the same as <EM>Unseen</EM> and not &quot;New&quot; is the
17664 same as <EM>Seen</EM>.
17666 The nomenclature for New and Recent is a bit confusing:
17668 New means that the message is Unseen.
17669 It could have been in your mailbox for a long time but if you haven't looked
17670 at it, it is still considered New.
17671 That matches the default Alpine index display that shows an N for such a
17672 message.
17674 Recent means that the message was added to this folder since the last time
17675 you opened the folder.
17676 Alpine also shows an N by default for these types of messages.
17677 If you were to run two copies of Alpine that opened a folder one right after
17678 the other, a message would only show up as Recent in (at most) the first
17679 Alpine session.
17681 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17682 for more information on Patterns.
17684 Look <A HREF="h_edit_nav_cmds">here</A>
17685 to see the available Editing and Navigation commands.
17687 &lt;End of help on this topic&gt;
17688 </BODY>
17689 </HTML>
17690 ======= h_config_role_stat_recent =======
17691 <HTML>
17692 <HEAD>
17693 <TITLE>Message Recent Status Explained</TITLE>
17694 </HEAD>
17695 <BODY>
17696 <H1>Message Recent Status Explained</H1>
17698 This part of the Pattern may have one of three possible values.
17699 The default value is &quot;Don't care&quot;, which matches any message.
17700 The other two values are &quot;Yes&quot;, which means the message must be
17701 &quot;Recent&quot; in order to be a match; or &quot;No&quot;, which
17702 means the message must <EM>not</EM> be &quot;Recent&quot; in order
17703 to be a match.
17704 &quot;Recent&quot; means that the message was added to the folder since
17705 the last time the folder was opened.
17706 If more than one mail client has the folder opened, the message will
17707 appear to be &quot;Recent&quot; to only one of the clients.
17709 The nomenclature for New and Recent is a bit confusing:
17711 New means that the message is Unseen.
17712 It could have been in your mailbox for a long time but if you haven't looked
17713 at it, it is still considered New.
17714 That matches the default Alpine index display that shows an N for such a
17715 message.
17717 Recent means that the message was added to this folder since the last time
17718 you opened the folder.
17719 Alpine also shows an N by default for these types of messages.
17720 If you were to run two copies of Alpine that opened a folder one right after
17721 the other, a message would only show up as Recent in (at most) the first
17722 Alpine session.
17724 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17725 for more information on Patterns.
17727 Look <A HREF="h_edit_nav_cmds">here</A>
17728 to see the available Editing and Navigation commands.
17730 &lt;End of help on this topic&gt;
17731 </BODY>
17732 </HTML>
17733 ======= h_config_role_stat_del =======
17734 <HTML>
17735 <HEAD>
17736 <TITLE>Message Deleted Status Explained</TITLE>
17737 </HEAD>
17738 <BODY>
17739 <H1>Message Deleted Status Explained</H1>
17741 This part of the Pattern may have one of three possible values.
17742 The default value is &quot;Don't care&quot;, which matches any message.
17743 The other two values are &quot;Yes&quot;, which means the message must be
17744 marked &quot;Deleted&quot; in order to be a match; or &quot;No&quot;, which
17745 means the message must <EM>not</EM> be marked &quot;Deleted&quot; in order
17746 to be a match.
17748 If you are thinking of using this part of the Pattern as a way to prevent
17749 messages from being filtered more than once in a Filter Pattern,
17750 take a look at the Filter Option
17751 <A HREF="h_config_filt_opts_notdel">&quot;Move-Only-if-Not-Deleted&quot;</A>
17752 instead.
17753 It should work better than using this field since it will hide the filtered
17754 messages even if they are already Deleted.
17755 That option is at the bottom of the Filter configuration screen.
17757 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17758 for more information on Patterns.
17760 Look <A HREF="h_edit_nav_cmds">here</A>
17761 to see the available Editing and Navigation commands.
17763 &lt;End of help on this topic&gt;
17764 </BODY>
17765 </HTML>
17766 ======= h_config_role_stat_ans =======
17767 <HTML>
17768 <HEAD>
17769 <TITLE>Message Answered Status Explained</TITLE>
17770 </HEAD>
17771 <BODY>
17772 <H1>Message Answered Status Explained</H1>
17774 This part of the Pattern may have one of three possible values.
17775 The default value is &quot;Don't care&quot;, which matches any message.
17776 The other two values are &quot;Yes&quot;, which means the message must be
17777 marked &quot;Answered&quot; in order to be a match; or &quot;No&quot;, which
17778 means the message must <EM>not</EM> be marked &quot;Answered&quot; in order
17779 to be a match.
17781 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17782 for more information on Patterns.
17784 Look <A HREF="h_edit_nav_cmds">here</A>
17785 to see the available Editing and Navigation commands.
17787 &lt;End of help on this topic&gt;
17788 </BODY>
17789 </HTML>
17790 ======= h_config_role_abookfrom =======
17791 <HTML>
17792 <HEAD>
17793 <TITLE>Address in Address Book Explained</TITLE>
17794 </HEAD>
17795 <BODY>
17796 <H1>Address in Address Book Explained</H1>
17798 This option gives you a way to match messages that contain an address
17799 that is in one of your address books.
17800 Only the simple entries in your address books are searched.
17801 Address book distribution lists are ignored!
17803 This part of the Pattern may have one of five possible values.
17804 The default value is &quot;Don't care&quot;, which matches any message.
17805 The value &quot;Yes, in any address book&quot; means at least one of the addresses
17806 from the message must be in at least one of your
17807 address books in order to be a match.
17808 The value &quot;No, not in any address book&quot;
17809 means none of the addresses may
17810 be in any of your address books in order to be a match.
17812 The values &quot;Yes, in specific address books&quot; and
17813 &quot;No, not in any of specific address books&quot; are similar but instead
17814 of depending on all address books you are allowed to give a list of address
17815 books to look in.
17816 Usually this would be a single address book but it may be a
17817 list of address books as well.
17818 For each of these &quot;specific&quot; address book options you Select which
17819 of the Specific options you want (Yes or No) <EM>AND</EM> fill in the
17820 name (or list of names) of the address book in the
17821 &quot;Abook List&quot; field.
17822 The names to be used are those that appear in the ADDRESS BOOK LIST screen.
17823 The easiest way to fill in the Abook List field it to use
17824 the &quot;T&quot; command that is available when the &quot;Abook List&quot;
17825 line is highlighted.
17826 Note that you won't be able to edit the &quot;Abook List&quot; line unless the
17827 option is set to one of the two &quot;Specific&quot;, values.
17829 The addresses from the message that are checked for are determined by the
17830 setting you have for &quot;Types of addresses to check for in address book&quot;.
17831 If you set this to &quot;From&quot; the From address from the message will
17832 be looked up in the address book.
17833 If you set it to &quot;To&quot; instead then the To addresses will be used.
17834 If any of the To addresses are in the address book then it is considered
17835 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
17836 You could set it to both From and To, in which case all of the From and To
17837 addresses are used.
17838 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
17839 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
17840 exists or the From address if there is no Reply-To address.
17841 Same for the Sender address.
17843 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17844 for more information on Patterns.
17846 Look <A HREF="h_edit_nav_cmds">here</A>
17847 to see the available Editing and Navigation commands.
17849 &lt;End of help on this topic&gt;
17850 </BODY>
17851 </HTML>
17852 ======= h_config_inabook_from =======
17853 <HTML>
17854 <HEAD>
17855 <TITLE>From</TITLE>
17856 </HEAD>
17857 <BODY>
17858 <H1>From</H1>
17860 Setting the From line will cause the address from the From header line
17861 of the message to be checked for in the address book.
17863 &lt;End of help on this topic&gt;
17864 </BODY>
17865 </HTML>
17866 ======= h_config_inabook_replyto =======
17867 <HTML>
17868 <HEAD>
17869 <TITLE>Reply-To</TITLE>
17870 </HEAD>
17871 <BODY>
17872 <H1>Reply-To</H1>
17874 Setting the Reply-To line will cause the address from the Reply-To header line
17875 of the message to be checked for in the address book.
17876 However, if there is no Reply-To header line in the message the From header
17877 line will be used instead.
17878 We understand this is dumb but we don't have an easy way around it.
17880 &lt;End of help on this topic&gt;
17881 </BODY>
17882 </HTML>
17883 ======= h_config_inabook_sender =======
17884 <HTML>
17885 <HEAD>
17886 <TITLE>Sender</TITLE>
17887 </HEAD>
17888 <BODY>
17889 <H1>Sender</H1>
17891 Setting the Sender line will cause the address from the Sender header line
17892 of the message to be checked for in the address book.
17893 However, if there is no Sender header line in the message the From header
17894 line will be used instead.
17895 We understand this is dumb but we don't have an easy way around it.
17897 &lt;End of help on this topic&gt;
17898 </BODY>
17899 </HTML>
17900 ======= h_config_inabook_to =======
17901 <HTML>
17902 <HEAD>
17903 <TITLE>To</TITLE>
17904 </HEAD>
17905 <BODY>
17906 <H1>To</H1>
17908 Setting the To line will cause the address from the To header line
17909 of the message to be checked for in the address book.
17911 &lt;End of help on this topic&gt;
17912 </BODY>
17913 </HTML>
17914 ======= h_config_inabook_cc =======
17915 <HTML>
17916 <HEAD>
17917 <TITLE>CC</TITLE>
17918 </HEAD>
17919 <BODY>
17920 <H1>CC</H1>
17922 Setting the CC line will cause the address from the CC header line
17923 of the message to be checked for in the address book.
17925 &lt;End of help on this topic&gt;
17926 </BODY>
17927 </HTML>
17928 ======= h_config_role_stat_8bitsubj =======
17929 <HTML>
17930 <HEAD>
17931 <TITLE>Raw 8-bit in Subject Explained</TITLE>
17932 </HEAD>
17933 <BODY>
17934 <H1>Raw 8-bit in Subject Explained</H1>
17936 It seems that lots of unwanted email contains unencoded 8-bit characters
17937 in the Subject.
17938 Normally, characters with the 8th bit set are not allowed in the Subject
17939 header unless they are MIME-encoded.
17940 This option gives you a way to match messages that have Subjects that
17941 contain unencoded 8-bit characters.
17943 This part of the Pattern may have one of three possible values.
17944 The default value is &quot;Don't care&quot;, which matches any message.
17945 The other two values are &quot;Yes&quot;, which means the Subject of
17946 the message must contain unencoded 8-bit characters (characters with the
17947 most significant bit set)
17948 in order to be a match; or &quot;No&quot;, which
17949 means the Subject must <EM>not</EM>
17950 contain unencoded 8-bit characters in order to be a match.
17952 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17953 for more information on Patterns.
17955 Look <A HREF="h_edit_nav_cmds">here</A>
17956 to see the available Editing and Navigation commands.
17958 &lt;End of help on this topic&gt;
17959 </BODY>
17960 </HTML>
17961 ======= h_config_role_bom =======
17962 <HTML>
17963 <HEAD>
17964 <TITLE>Beginning of Month</TITLE>
17965 </HEAD>
17966 <BODY>
17967 <H1>Beginning of Month</H1>
17969 This option gives you a limited ability to take different actions depending on whether
17970 this is the first time Alpine has been run this month or not.
17971 Though it would be nice to have such an option available, this is not the
17972 same as whether or not this is the first time a paricular folder has been
17973 opened this month.
17974 If you want some action (probably Filtering) to take place in a folder each
17975 month, then you will need to be sure that the folder is opened during the
17976 first Alpine session of the month in order for this option to be helpful.
17978 This part of the Pattern may have one of three possible values.
17979 The default value is &quot;Don't care&quot;, which matches any message.
17980 The other two values are &quot;Yes&quot;, which means this is the first
17981 time Alpine has been run this month;
17982 or &quot;No&quot;, which
17983 means this is not the first time Alpine has been run this month.
17985 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17986 for more information on Patterns.
17988 Here are some technical details.
17989 The way that Alpine decides if it is the beginning of the month or not is
17990 to compare today's date with the date stored in the
17991 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
17992 variable in the config file.
17993 If the month of today's date is later than the month stored in the variable,
17994 then this is considered to be the first time you have run Alpine this month, and
17995 that turns the Beginning of the Month option on.
17997 Look <A HREF="h_edit_nav_cmds">here</A>
17998 to see the available Editing and Navigation commands.
18000 &lt;End of help on this topic&gt;
18001 </BODY>
18002 </HTML>
18003 ======= h_config_role_boy =======
18004 <HTML>
18005 <HEAD>
18006 <TITLE>Beginning of Year</TITLE>
18007 </HEAD>
18008 <BODY>
18009 <H1>Beginning of Year</H1>
18011 This option gives you a limited ability to take different actions depending on whether
18012 this is the first time Alpine has been run this year or not.
18013 Though it would be nice to have such an option available, this is not the
18014 same as whether or not this is the first time a paricular folder has been
18015 opened this year.
18016 If you want some action (probably Filtering) to take place in a folder each
18017 year, then you will need to be sure that the folder is opened during the
18018 first Alpine session of the year in order for this option to be helpful.
18020 This part of the Pattern may have one of three possible values.
18021 The default value is &quot;Don't care&quot;, which matches any message.
18022 The other two values are &quot;Yes&quot;, which means this is the first
18023 time Alpine has been run this year;
18024 or &quot;No&quot;, which
18025 means this is not the first time Alpine has been run this year.
18027 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18028 for more information on Patterns.
18030 Here are some technical details.
18031 The way that Alpine decides if it is the beginning of the year or not is
18032 to compare today's date with the date stored in the
18033 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
18034 variable in the config file.
18035 If the year of today's date is later than the year stored in the variable,
18036 then this is considered to be the first time you have run Alpine this year, and
18037 that turns the Beginning of the Year option on.
18039 Look <A HREF="h_edit_nav_cmds">here</A>
18040 to see the available Editing and Navigation commands.
18042 &lt;End of help on this topic&gt;
18043 </BODY>
18044 </HTML>
18045 ======= h_config_role_inick =======
18046 <HTML>
18047 <HEAD>
18048 <TITLE>Initialize Values From Role Explained</TITLE>
18049 </HEAD>
18050 <BODY>
18051 <H1>Initialize Values From Role Explained</H1>
18053 This is a power user feature.
18054 You will usually want to leave this field empty.
18055 The value of this field is the nickname of another one of your roles.
18056 The Action values from that other role
18057 are used as the initial values of the Action items for this role.
18058 If you put something in any of the action fields for this role, that will
18059 override whatever was in the corresponding field of the initializer role.
18061 You might use this field if the &quot;Action&quot; part of one of your roles
18062 is something you want to use in more than one role.
18063 Instead of filling in those action values again for each role, you
18064 may give the nickname of the role where the values are filled in.
18065 It's just a shortcut way to define Role Actions.
18067 Here's an example to help explain how this works.
18068 Suppose you have a role with nickname &quot;role1&quot; and role1 has
18069 (among other things)
18071 <CENTER><SAMP>Set Reply-To = The Pres &lt;president@example.com&gt;</SAMP></CENTER>
18073 set.
18074 If in &quot;role2&quot; you set &quot;Initialize settings using role&quot; to
18075 &quot;role1&quot;, then role2 will inherit the Set Reply-To value
18076 from role1 by default (and any of the other inheritable action values
18077 that are set).
18078 So if role2 had
18080 <CENTER><SAMP>Set Reply-To = &lt;No Value Set&gt;</SAMP></CENTER>
18082 defined, the Reply-To used with role2 would be &quot;The Pres &lt;president@example.com&gt;&quot;
18083 However, if role2 had
18085 <CENTER><SAMP>Set Reply-To = VP &lt;vicepresident@example.com&gt;</SAMP></CENTER>
18087 defined, then the Reply-To used with role2 would be &quot;VP &lt;vicepresident@example.com&gt;&quot; instead.
18089 If you wish,
18090 you may choose a nickname from your list of roles by using the
18091 &quot;T&quot; command.
18092 If the role you are using to initialize also has a role it initializes from,
18093 then that initialization happens first.
18094 That is, inheritance works as expected with the grandparent and
18095 great-grandparent (and so on) roles having the expected effect.
18097 Look <A HREF="h_edit_nav_cmds">here</A>
18098 to see the available Editing and Navigation commands.
18100 &lt;End of help on this topic&gt;
18101 </BODY>
18102 </HTML>
18103 ======= h_config_role_setfrom =======
18104 <HTML>
18105 <HEAD>
18106 <TITLE>Set From Explained</TITLE>
18107 </HEAD>
18108 <BODY>
18109 <H1>Set From Explained</H1>
18111 This describes part of the action to be taken if the Pattern for this
18112 role is a match.
18113 This field consists of a single address that will be used as the From
18114 address on the message you are sending.
18115 This should be a fully-qualified address like
18117 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
18119 or just
18121 <CENTER><SAMP>user@domain</SAMP></CENTER>
18123 If you wish,
18124 you may choose an address from your address book with the
18125 &quot;T&quot; command.
18127 If this is left blank, then your normal From address will be used.
18129 You may also find it useful to add the changed From address to the
18130 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
18131 configuration option.
18133 Look <A HREF="h_edit_nav_cmds">here</A>
18134 to see the available Editing and Navigation commands.
18136 &lt;End of help on this topic&gt;
18137 </BODY>
18138 </HTML>
18139 ======= h_config_role_setreplyto =======
18140 <HTML>
18141 <HEAD>
18142 <TITLE>Set Reply-To Explained</TITLE>
18143 </HEAD>
18144 <BODY>
18145 <H1>Set Reply-To Explained</H1>
18147 This describes part of the action to be taken if the Pattern for this
18148 role is a match.
18149 This field consists of a single address that will be used as the Reply-To
18150 address on the message you are sending.
18151 This may be a fully-qualified address like
18153 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
18155 or just
18157 <CENTER><SAMP>user@domain</SAMP></CENTER>
18159 If you wish,
18160 you may choose an address from your address book with the
18161 &quot;T&quot; command.
18163 If this is left blank, then there won't be a Reply-To address unless
18164 you have configured one specially with the
18165 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>"
18166 configuration option.
18168 Look <A HREF="h_edit_nav_cmds">here</A>
18169 to see the available Editing and Navigation commands.
18171 &lt;End of help on this topic&gt;
18172 </BODY>
18173 </HTML>
18174 ======= h_config_role_setfcc =======
18175 <HTML>
18176 <HEAD>
18177 <TITLE>Set Fcc Explained</TITLE>
18178 </HEAD>
18179 <BODY>
18180 <H1>Set Fcc Explained</H1>
18182 This describes part of the action to be taken if the Pattern for this
18183 role is a match.
18184 This field consists of a single folder name that will be used in
18185 the Fcc field of the message you are sending.
18186 You may put anything here that you would normally type into the Fcc
18187 field from the composer.
18189 In addition, an fcc of &quot;&quot; (two double quotation marks) means
18190 no Fcc.
18192 A blank field here means that Alpine will use its normal rules for deciding
18193 the default value of the Fcc field.
18194 For many roles, perhaps most, it may make more sense for you to use the
18195 other Alpine facilities for setting the Fcc.
18196 In particular, if you want the Fcc to depend on who you are sending the
18197 message to then the <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A>
18198 is probably more useful.
18199 In that case, you would want to leave the Fcc field here blank.
18200 However, if you have a role that depends on who the message you are replying
18201 to was From, or what address that message was sent to;
18202 then it might make sense to set the Fcc for that role here.
18204 If you wish,
18205 you may choose a folder from your folder collections by using the
18206 &quot;T&quot; command.
18208 Look <A HREF="h_edit_nav_cmds">here</A>
18209 to see the available Editing and Navigation commands.
18211 &lt;End of help on this topic&gt;
18212 </BODY>
18213 </HTML>
18214 ======= h_config_role_usesmtp =======
18215 <HTML>
18216 <HEAD>
18217 <TITLE>Use SMTP Server Explained</TITLE>
18218 </HEAD>
18219 <BODY>
18220 <H1>Use SMTP Server Explained</H1>
18222 This describes part of the action to be taken if the Pattern for this
18223 role is a match.
18224 If this field has a value, then it will be used as the SMTP server
18225 to send mail when this role is being used (unless the SMTP server variable
18226 is set in the system-wide fixed configuration file).
18227 It has the same semantics as the
18228 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
18229 variable in the Setup/Config screen.
18231 If you are using this to post from home when you are at home and from
18232 work when you are at work you need to be careful about postponing messages.
18233 When you postpone a composition that was using a role with this variable
18234 set, the SMTP server list will be saved
18235 with the postponed composition.
18236 It cannot be changed later.
18237 Because of this, you may want to make this a list of SMTP servers
18238 with the preferred server at the front of the list and alternate servers
18239 later in the list.
18240 In your &quot;Home&quot; role you would put the home SMTP server first and
18241 the work SMTP server last.
18242 In your &quot;Work&quot; role you would put the work SMTP server first and
18243 the home SMTP server last.
18244 Then if you start a composition as &quot;Work&quot;, postpone
18245 it, and then later resume it from home the work SMTP server will fail but
18246 the home SMTP server later in the list will succeed.
18248 You may be able to simplify things by making the regular
18249 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
18250 variable in the Setup/Config screen a list instead of using roles
18251 to set the SMTP server.
18254 Look <A HREF="h_edit_nav_cmds">here</A>
18255 to see the available Editing and Navigation commands.
18257 &lt;End of help on this topic&gt;
18258 </BODY>
18259 </HTML>
18260 ======= h_config_role_usenntp =======
18261 <HTML>
18262 <HEAD>
18263 <TITLE>Use NNTP Server Explained</TITLE>
18264 </HEAD>
18265 <BODY>
18266 <H1>Use NNTP Server Explained</H1>
18268 This describes part of the action to be taken if the Pattern for this
18269 role is a match.
18270 If this field has a value, then it will be used as the NNTP server
18271 to post to newsgroups when this role is being used (unless the NNTP server
18272 variable
18273 is set in the system-wide fixed configuration file).
18274 It has the same semantics as the
18275 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
18276 variable in the Setup/Config screen.
18278 This role setting can facilitate posting to the right nntp server for someone
18279 who reads news from various news sources.  The feature
18280 <A HREF="h_config_predict_nntp_server">&quot;<!--#echo var="FEAT_predict-nntp-server"-->&quot;</A>
18281 allows for setting the correct <!--#echo var="VAR_nntp-server"--> without having to individually
18282 set a role for that <!--#echo var="VAR_nntp-server"-->, but for greater flexibility, setting
18283 nntp servers for roles may be more desirable for some people.
18285 If you are using this to post from home when you are at home and from
18286 work when you are at work you need to be careful about postponing messages.
18287 When you postpone a composition that was using a role with this variable
18288 set, the NNTP server list will be saved
18289 with the postponed composition.
18290 It cannot be changed later.
18291 Because of this, you may want to make this a list of NNTP servers
18292 with the preferred server at the front of the list and alternate servers
18293 later in the list.
18294 In your &quot;Home&quot; role you would put the home NNTP server first and
18295 the work NNTP server last.
18296 In your &quot;Work&quot; role you would put the work NNTP server first and
18297 the home NNTP server last.
18298 Then if you start a composition as &quot;Work&quot;, postpone
18299 it, and then later resume it from home the work NNTP server will fail but
18300 the home NNTP server later in the list will succeed.
18302 You may be able to simplify things by making the regular
18303 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
18304 variable in the Setup/Config screen a list instead of using roles
18305 to set the NNTP server.
18308 Look <A HREF="h_edit_nav_cmds">here</A>
18309 to see the available Editing and Navigation commands.
18311 &lt;End of help on this topic&gt;
18312 </BODY>
18313 </HTML>
18314 ======= h_config_role_setotherhdr =======
18315 <HTML>
18316 <HEAD>
18317 <TITLE>Set Other Headers Explained</TITLE>
18318 </HEAD>
18319 <BODY>
18320 <H1>Set Other Headers Explained</H1>
18322 This describes part of the action to be taken if the Pattern for this
18323 role is a match.
18324 This field gives you a way to set values for headers besides
18325 &quot;From&quot; and &quot;Reply-To&quot;.
18326 If you want to set either of those, use the specific
18327 &quot;Set From&quot; and &quot;Set Reply-To&quot; settings above.
18329 This field is similar to the
18330 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" option.
18331 Each header you specify here must include the header tag 
18332 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
18333 and may optionally include a value for that header.
18334 In order to see these headers when you compose using this role you 
18335 must use the rich header
18336 <!--chtml if pinemode="function_key"-->(F5)
18337 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
18338 Here's an example that shows how you might set the To address.
18340 <CENTER><SAMP>Set Other Hdrs = To: Full Name &lt;user@domain&gt;</SAMP></CENTER>
18342 Headers set in this way are different from headers set with the
18343 <!--#echo var="VAR_customized-hdrs"--> option in that the value you give for a header here
18344 will replace any value that already exists.
18345 For example, if you are Replying to a message there will already be at
18346 least one address in the To header (the address you are Replying to).
18347 However, if you Reply using a role that sets the To header, that role's
18348 To header value will be used instead.
18350 Limitation: Because commas are used to separate the list of
18351 Other Headers, it is not possible to have the value of a
18352 header contain a comma;
18353 nor is there currently an &quot;escape&quot; mechanism provided
18354 to make this work.
18356 Look <A HREF="h_edit_nav_cmds">here</A>
18357 to see the available Editing and Navigation commands.
18359 &lt;End of help on this topic&gt;
18360 </BODY>
18361 </HTML>
18362 ======= h_config_role_setlitsig =======
18363 <HTML>
18364 <HEAD>
18365 <TITLE>Set Literal Signature Explained</TITLE>
18366 </HEAD>
18367 <BODY>
18368 <H1>Set Literal Signature Explained</H1>
18370 This describes part of the action to be taken if the Pattern for this
18371 role is a match.
18372 This field contains the actual text for your signature, as opposed to
18373 the name of a file containing your signature.
18374 If this is defined it takes precedence over any value set in the
18375 &quot;Set Signature&quot; field.
18377 This is simply a different way to store the signature.
18378 The signature is stored inside your Alpine configuration file instead of in
18379 a separate file.
18380 Tokens work the same way they do with
18381 <A HREF="h_config_role_setsig">Set Signature</A>, so refer to the
18382 help text there for more information.
18385 The two character sequence &#92;n (backslash followed by
18386 the character n) will be used to signify a line-break in your signature.
18387 You don't have to enter the &#92;n, but it will be visible in the
18388 CHANGE THIS ROLE RULE window after you are done editing the signature.
18390 Look <A HREF="h_edit_nav_cmds">here</A>
18391 to see the available Editing and Navigation commands.
18393 &lt;End of help on this topic&gt;
18394 </BODY>
18395 </HTML>
18396 ======= h_config_role_setsig =======
18397 <HTML>
18398 <HEAD>
18399 <TITLE>Set Signature Explained</TITLE>
18400 </HEAD>
18401 <BODY>
18402 <H1>Set Signature Explained</H1>
18404 This describes part of the action to be taken if the Pattern for this
18405 role is a match.
18407 If either the default <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A>
18408 option from Setup/Config
18409 or the &quot;Set LiteralSig&quot; option for this role are defined,
18410 then this option will be ignored.
18411 You can tell that that is the case because the value of this
18412 option will show up as
18414 <CENTER><SAMP>&lt;Ignored: using LiteralSig instead&gt;</SAMP></CENTER>
18416 You may either use all Literal Signatures (signatures stored in your
18417 configuration file) throughout Alpine, or all signature files.
18418 You can't mix the two.
18420 This field consists of a filename that will be used as the signature
18421 file when using this role.
18423 If the filename is followed by a vertical bar (|) then instead
18424 of reading the contents of the file the file is assumed to be a
18425 program that will produce the text to be used on its standard output.
18426 The program can't have any arguments and doesn't receive any input from Alpine,
18427 but the rest of the processing works as if the contents came from a file.
18429 Instead of storing the data in a local file, the
18430 signature data may be stored remotely in an IMAP folder.
18431 In order to do this, 
18432 you must use a remote name for the signature.
18433 A remote signature name might look like:
18435 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
18438 The syntax used here is the same as the syntax used for a remote
18439 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
18440 Note that you may not access an existing signature file remotely,
18441 you have to create a new <EM>folder</EM> that contains the signature data.
18442 If the name you use here for the signature data is a remote name, then when
18443 you edit the file using the &quot;F&quot; command the data will
18444 be saved remotely in the folder.
18445 You aren't required to do anything special to create the folder, it
18446 gets created if you use a remote name.
18449 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
18450 the name of the file) you have specified.
18451 If you type &quot;T&quot; you may use a browser to choose an existing filename.
18453 Besides containing regular text, a signature file may also
18454 contain (or a signature program may produce) tokens that are replaced with text
18455 that depends on the message you are replying to or forwarding.
18456 The tokens all look like _word_ (a word surrounded by underscores).
18457 For example, if the token
18459 <CENTER><SAMP>_DATE_</SAMP></CENTER>
18461 is included in the text of the signature file, then when you reply to
18462 or forward a message, the token will be replaced with the actual date
18463 the message you are replying to or forwarding was sent.
18465 If you use a role that has a signature file for a plain composition
18466 (that is, not a reply or forward) then there is no original message, so
18467 any tokens that depend on the message will be replaced with nothing.
18468 So if you want a signature file to be useful for new compositions it
18469 shouldn't include any of the tokens that depend on the message being
18470 replied to or forwarded.
18472 The list of available tokens is
18473 <A HREF="h_index_tokens">here</A>.
18475 Actually, for the adventurous, there is a way to conditionally include text based
18476 on whether or not a token would result in specific replacement text.
18477 For example, you could include some text based on whether or not
18478 the _NEWS_ token would result in any newsgroups if it was used.
18479 It's explained in detail
18480 <A HREF="h_reply_token_conditionals">here</A>.
18482 In the very unlikely event that you want to include a literal token in
18483 a signature file, you must precede it with a backslash character.
18484 For example, to include the literal text _DATE_ you must actually use
18485 &#92;_DATE_.
18486 It is not possible to have a literal backslash followed by an expanded token.
18488 A blank field here means that Alpine will use its normal rules for deciding
18489 which file (if any) to use for the signature file.
18491 An alternate method for storing the signature is available in
18492 <A HREF="h_config_role_setlitsig">Set Literal Signature</A>.
18494 Look <A HREF="h_edit_nav_cmds">here</A>
18495 to see the available Editing and Navigation commands.
18497 &lt;End of help on this topic&gt;
18498 </BODY>
18499 </HTML>
18500 ======= h_config_role_settempl =======
18501 <HTML>
18502 <HEAD>
18503 <TITLE>Set Template Explained</TITLE>
18504 </HEAD>
18505 <BODY>
18506 <H1>Set Template Explained</H1>
18508 This describes part of the action to be taken if the Pattern for this
18509 role is a match.
18510 This field consists of a filename that will be used as the template
18511 file when using this role.
18512 The template file is a file that is included at the top of the message you
18513 are composing.
18515 If the filename is followed by a vertical bar (|) then instead
18516 of reading the contents of the file the file is assumed to be a
18517 program that will produce the text to be used on its standard output.
18518 The program can't have any arguments and doesn't receive any input from Alpine,
18519 but the rest of the processing works as if the contents came from a file.
18521 Instead of storing the data in a local file, the
18522 template may be stored remotely in an IMAP folder.
18523 In order to do this, 
18524 you must use a remote name for the template.
18525 A remote template name might look like:
18527 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/templ3</SAMP></CENTER>
18530 The syntax used here is the same as the syntax used for a remote
18531 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
18532 Note that you may not access an existing template file remotely,
18533 you have to create a new <EM>folder</EM> that contains the template data.
18534 If the name you use here for the template is a remote name, then when
18535 you edit the file using the &quot;F&quot; command the data will
18536 be saved remotely in the folder.
18537 You aren't required to do anything special to create the folder, it
18538 gets created if you use a remote name.
18540 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
18541 the name of the file) you have specified.
18542 If you type &quot;T&quot; you may use a browser to choose an existing filename.
18544 Besides containing regular text, the template file may also
18545 contain (or a template file program may produce) tokens that are replaced with text
18546 that depends on the message you are replying to or forwarding.
18547 The tokens all look like _word_ (a word surrounded by underscores).
18548 For example, if the token
18550 <CENTER><SAMP>_DATE_</SAMP></CENTER>
18552 is included in the text of the template file, then when you reply to
18553 or forward a message, the token will be replaced with the actual date
18554 the message you are replying to or forwarding was sent.
18556 If you use a role that has a template file for a plain composition
18557 (that is, not a reply or forward) then there is no original message, so
18558 any tokens that depend on the message will be replaced with nothing.
18559 So if you want a template file to be useful for new compositions it
18560 shouldn't include any of the tokens that depend on the message being
18561 replied to or forwarded.
18563 The list of available tokens is
18564 <A HREF="h_index_tokens">here</A>.
18566 Actually, for the adventurous, there is a way to conditionally include text based
18567 on whether or not a token would result in specific replacement text.
18568 For example, you could include some text based on whether or not
18569 the _NEWS_ token would result in any newsgroups if it was used.
18570 It's explained in detail
18571 <A HREF="h_reply_token_conditionals">here</A>.
18573 In the very unlikely event that you want to include a literal token in
18574 a template file, you must precede it with a backslash character.
18575 For example, to include the literal text _DATE_ you must actually use
18576 &#92;_DATE_.
18577 It is not possible to have a literal backslash followed by an expanded token.
18579 A blank template field means that Alpine will not use a template file when
18580 this role is being used.
18582 Look <A HREF="h_edit_nav_cmds">here</A>
18583 to see the available Editing and Navigation commands.
18585 &lt;End of help on this topic&gt;
18586 </BODY>
18587 </HTML>
18588 ======= h_config_filt_stat_imp =======
18589 <HTML>
18590 <HEAD>
18591 <TITLE>Set Important Status Explained</TITLE>
18592 </HEAD>
18593 <BODY>
18594 <H1>Set Important Status Explained</H1>
18596 This describes part of the action to be taken if the Pattern for this
18597 filter is a match.
18598 If set to &quot;Don't change it&quot; then this does nothing.
18599 If set to &quot;Set this state&quot; then the Important flag is set
18600 for the matching message.
18601 If set to &quot;Clear this state&quot; then the Important flag is cleared
18602 for the matching message.
18603 The important flag usually causes an asterisk to show up in the MESSAGE
18604 INDEX.
18605 It may also be useful when selecting a set of messages
18606 with the Select command.
18608 Look <A HREF="h_edit_nav_cmds">here</A>
18609 to see the available Editing and Navigation commands.
18611 &lt;End of help on this topic&gt;
18612 </BODY>
18613 </HTML>
18614 ======= h_config_filt_stat_new =======
18615 <HTML>
18616 <HEAD>
18617 <TITLE>Set New Status Explained</TITLE>
18618 </HEAD>
18619 <BODY>
18620 <H1>Set New Status Explained</H1>
18622 This describes part of the action to be taken if the Pattern for this
18623 filter is a match.
18624 If set to &quot;Don't change it&quot; then this does nothing.
18625 If set to &quot;Set this state&quot; then the
18626 matching message is marked New.
18627 If set to &quot;Clear this state&quot; then the
18628 matching message is marked Seen.
18630 Look <A HREF="h_edit_nav_cmds">here</A>
18631 to see the available Editing and Navigation commands.
18633 &lt;End of help on this topic&gt;
18634 </BODY>
18635 </HTML>
18636 ======= h_config_filt_stat_ans =======
18637 <HTML>
18638 <HEAD>
18639 <TITLE>Set Answered Status Explained</TITLE>
18640 </HEAD>
18641 <BODY>
18642 <H1>Set Answered Status Explained</H1>
18644 This describes part of the action to be taken if the Pattern for this
18645 filter is a match.
18646 If set to &quot;Don't change it&quot; then this does nothing.
18647 If set to &quot;Set this state&quot; then the Answered flag is set
18648 for the matching message.
18649 If set to &quot;Clear this state&quot; then the Answered flag is cleared
18650 for the matching message.
18652 Look <A HREF="h_edit_nav_cmds">here</A>
18653 to see the available Editing and Navigation commands.
18655 &lt;End of help on this topic&gt;
18656 </BODY>
18657 </HTML>
18658 ======= h_config_filt_stat_del =======
18659 <HTML>
18660 <HEAD>
18661 <TITLE>Set Deleted Status Explained</TITLE>
18662 </HEAD>
18663 <BODY>
18664 <H1>Set Deleted Status Explained</H1>
18666 This describes part of the action to be taken if the Pattern for this
18667 filter is a match.
18668 If set to &quot;Don't change it&quot; then this does nothing.
18669 If set to &quot;Set this state&quot; then the
18670 matching message is marked Deleted.
18671 If set to &quot;Clear this state&quot; then the
18672 matching message is marked UnDeleted.
18674 You should not use this option unless you are prepared to have matching
18675 messages expunged from the folder permanently.
18676 For example, if you type the Expunge command, this filter is applied
18677 before the expunge, so matching messages will be marked Deleted and then
18678 will be permanently expunged from the folder.
18679 However, since the index isn't redrawn in between the time that the message
18680 is marked Deleted and the time that you are asked to expunge, the only
18681 indication that you are expunging the message comes in the number of messages
18682 being expunged.
18683 The same thing may happen when you close a folder.
18684 It is also possible that an expunge not initiated by you will
18685 delete matching messages.
18687 Look <A HREF="h_edit_nav_cmds">here</A>
18688 to see the available Editing and Navigation commands.
18690 &lt;End of help on this topic&gt;
18691 </BODY>
18692 </HTML>
18693 ======= h_config_role_scoreval =======
18694 <HTML>
18695 <HEAD>
18696 <TITLE>Score Value Explained</TITLE>
18697 </HEAD>
18698 <BODY>
18699 <H1>Score Value Explained</H1>
18701 A message's score is the sum of the Score Values from all of the Scoring rules
18702 with Patterns that match the message.
18703 The value you give here is the Score Value associated with this rule.
18704 A Score Value is an integer between -100 and 100, with the default
18705 value of zero.
18707 Alternatively, if the
18708 <A HREF="h_config_role_scorehdrtok">&quot;Score From Header&quot;</A>
18709 field is defined
18710 (on the line right below the &quot;Score Value&quot; field)
18711 then the &quot;Score Value&quot; is ignored and
18712 the &quot;Score From Header&quot; field is used instead.
18714 Look <A HREF="h_edit_nav_cmds">here</A>
18715 to see the available Editing and Navigation commands.
18717 &lt;End of help on this topic&gt;
18718 </BODY>
18719 </HTML>
18720 ======= h_config_role_scorehdrtok =======
18721 <HTML>
18722 <HEAD>
18723 <TITLE>Score Value From Header Explained</TITLE>
18724 </HEAD>
18725 <BODY>
18726 <H1>Score Value From Header Explained</H1>
18728 This option provides a way to use a number that appears in the headers of your
18729 messages as the message's score, or as a component of that score.
18730 If this field is defined then it is used instead of the &quot;Score Value&quot;.
18731 The idea behind this option is that there may be a score embedded in the
18732 headers of messages that has already been calculated outside of Alpine.
18733 For example, messages delivered to you may contain an &quot;X-Spam&quot; header and
18734 somewhere in that header there is a score.
18736 The value for this option is the name of the header followed by parentheses
18737 with two arguments inside:
18739 <CENTER><SAMP>HeaderName(field_number,field_separators)</SAMP></CENTER>
18741 No space is allowed between the comma and the start of the field_separators.
18742 It would be interpreted as the first separator if it was there.
18743 Field 0 is the whole line, Field 1 is the data up to the first separator, Field 2
18744 starts after that and goes to the second separator, and so on.
18745 It's easier to explain with examples.
18747 <CENTER><SAMP>X-Spam(2,&quot;&nbsp;&quot;)</SAMP></CENTER>
18749 In the above example the header that is used is the &quot;X-Spam&quot; header.
18750 The value of that header (the part after the colon and the space) is split
18751 into fields separated by spaces.
18753 <CENTER><SAMP>Field1 &lt;space&gt; Field2 &lt;space&gt; Field3 ...</SAMP></CENTER>
18755 The second field is selected and converted to an integer. It only makes sense
18756 if Field2 really is an integer.
18758 Here's an example of a SpamAssassin header.
18759 The exact look of the header will vary, but if your incoming mail
18760 contains headers that look like the following
18762 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
18764 you might want to use the hits value as a score.
18765 Since the score is an integer value you can't make use of the decimal part of
18766 the number, but
18767 you might split off the hits=10 part as a score by using the characters &quot;=&quot;
18768 and &quot;.&quot; as your separators.
18770 <CENTER><SAMP>X-Spam-Status(2,&quot;=.&quot;)</SAMP></CENTER>
18772 The first field starts with the Y in Yes and goes until the &quot;=&quot; after
18773 hits.
18774 The second field is &quot;10&quot; so the score value would be 10.
18776 Another example we've seen has headers that look like
18778 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
18780 Because there are two equals before the 7% the value
18782 <CENTER><SAMP>X-Spam(3,&quot;=%&quot;)</SAMP></CENTER>
18784 should capture the probability as the score.
18786 The Score From Header scoring value actually works just like the
18787 regular Score Value in that the rest of the pattern has to match before
18788 it is used and the scores from all the different scoring rules that
18789 match for a particular message are added together.
18790 When using the Score From Header method it may (or may not) make sense to
18791 use only a single scoring rule with a pattern that matches every message.
18793 Look <A HREF="h_edit_nav_cmds">here</A>
18794 to see the available Editing and Navigation commands.
18796 &lt;End of help on this topic&gt;
18797 </BODY>
18798 </HTML>
18799 ======= h_config_role_replyuse =======
18800 <HTML>
18801 <HEAD>
18802 <TITLE>Reply Use Explained</TITLE>
18803 </HEAD>
18804 <BODY>
18805 <H1>Reply Use Explained</H1>
18807 This option determines how this particular role will be used when Replying
18808 to a message.
18809 There are three possible values for this option.
18810 The value &quot;Never&quot;
18811 means that this role will not be a candidate for use when Replying.
18812 The role's Pattern will not be checked for a match, however the role will
18813 be available to be manually switched to if there is a confirmation prompt.
18816 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18817 mean that you do want to consider this role when Replying.
18818 For either of these settings, the role's Pattern will be compared with
18819 the message being replied to.
18820 If there is a match then this role will either be used without confirmation
18821 or will be the default when confirmation is asked for, depending on
18822 which of the two options is selected.
18823 If confirmation is requested, you will also have a chance to
18824 manually change the role to any one of your other roles.
18827 You won't be prompted for confirmation if none of your role Patterns
18828 match the message being replied to.
18829 This is independent of the value of the current option.
18830 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18831 feature may be used to change this behavior.
18833 &lt;End of help on this topic&gt;
18834 </BODY>
18835 </HTML>
18836 ======= h_config_role_forwarduse =======
18837 <HTML>
18838 <HEAD>
18839 <TITLE>Forward Use Explained</TITLE>
18840 </HEAD>
18841 <BODY>
18842 <H1>Forward Use Explained</H1>
18844 This option determines how this particular role will be used when Forwarding
18845 a message.
18846 There are three possible values for this option.
18847 The value &quot;Never&quot;
18848 means that this role will not be a candidate for use when Forwarding.
18849 The role's Pattern will not be checked for a match, however the role will
18850 be available to be manually switched to if there is a confirmation prompt.
18853 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18854 mean that you do want to consider this role when Forwarding.
18855 For either of these settings, the role's Pattern will be compared with
18856 the message being forwarded.
18857 If there is a match then this role will either be used without confirmation
18858 or will be the default when confirmation is asked for, depending on
18859 which of the two options is selected.
18860 If confirmation is requested, you will also have a chance to
18861 manually change the role to any one of your other roles.
18864 You won't be prompted for confirmation if none of your role Patterns
18865 match the message being forwarded.
18866 This is independent of the value of the current option.
18867 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18868 feature may be used to change this behavior.
18870 &lt;End of help on this topic&gt;
18871 </BODY>
18872 </HTML>
18873 ======= h_config_role_composeuse =======
18874 <HTML>
18875 <HEAD>
18876 <TITLE>Compose Use Explained</TITLE>
18877 </HEAD>
18878 <BODY>
18879 <H1>Compose Use Explained</H1>
18881 This option determines how this particular role will be used when Composing
18882 a new message using the &quot;Compose&quot; command.
18883 This does not affect what happens when using the &quot;Role&quot; command
18884 to compose a new message.
18885 The &quot;Role&quot; command allows you to select a role from all of the
18886 roles you have defined, regardless of what Uses you've assigned to those
18887 roles.
18890 There are three possible values for this option.
18891 The value &quot;Never&quot;
18892 means that this role will not be a candidate for use when Composing.
18893 The role's Current Folder Type will not be checked for a match, however the role
18894 will be available to be manually switched to if there is a confirmation prompt.
18897 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18898 mean that you do want to consider this role when Composing.
18899 For either of these settings,
18900 the role's Current Folder Type will be checked (since there is no message
18901 to compare with, the rest of the Pattern is considered a match).
18902 If there is a match then this role will either be used without confirmation
18903 or will be the default when confirmation is asked for, depending on
18904 which of the two options is selected.
18905 If confirmation is requested, you will also have a chance to
18906 manually change the role to any one of your other roles.
18909 When using the Compose command the role checking is a little different
18910 because there is no message being replied to or forwarded.
18911 Because of this the Current Folder Type is checked but the header pattern
18912 fields, the AllText pattern, the BodyText pattern, and the Score Interval are all ignored.
18913 A role is considered to be a match if it is a candidate for Compose Use and
18914 its Current Folder Type matches the currently open folder.
18915 This could be useful if you want to set a role based on the folder you
18916 are reading, or the type of folder you are reading.
18919 You won't be prompted for confirmation if none of your role Patterns
18920 are a match.
18921 This is independent of the value of the current option.
18922 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18923 feature may be used to change this behavior.
18925 &lt;End of help on this topic&gt;
18926 </BODY>
18927 </HTML>
18928 ======= h_config_filter_folder =======
18929 <HTML>
18930 <HEAD>
18931 <TITLE>Filter Folder Explained</TITLE>
18932 </HEAD>
18933 <BODY>
18934 <H1>Filter Folder Explained</H1>
18936 When the Filter Action is set to &quot;Move&quot;,
18937 the folder or folders specified here will be used to store messages matching
18938 the provided pattern.
18941 If you set the Filter Action to &quot;Move&quot; you must give a folder name
18942 here.
18945 If you wish,
18946 you may choose a folder from your folder collections by using the
18947 &quot;T&quot; command.
18949 Besides regular text, the folder name may also contain
18950 tokens that are replaced with text representing the current date
18951 when you run Alpine.
18952 For example, if the folder name you use is
18954 <CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER>
18956 that is replaced with something like
18958 <CENTER><SAMP>abc-2004-oct</SAMP></CENTER>
18962 <CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER>
18964 becomes
18966 <CENTER><SAMP>abc-04-10</SAMP></CENTER>
18968 The token names must be surrounded by underscores in order to be recognized
18969 as tokens.
18970 The tokens that may be used are those that are derived from the current date.
18971 They're listed near the bottom of the list of tokens give
18972 <A HREF="h_index_tokens">here</A>.
18974 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18975 for more information on Patterns.
18977 Look <A HREF="h_edit_nav_cmds">here</A>
18978 to see the available Editing and Navigation commands.
18980 &lt;End of help on this topic&gt;
18981 </BODY>
18982 </HTML>
18983 ======= h_config_filter_kw_set =======
18984 <HTML>
18985 <HEAD>
18986 <TITLE>Set These Keywords Explained</TITLE>
18987 </HEAD>
18988 <BODY>
18989 <H1>Set These Keywords Explained</H1>
18991 This describes part of the action to be taken if the Pattern for this
18992 filter is a match.
18993 Read a little about keywords in the help text for the
18994 <A HREF="h_common_flag">Flag</A> command.
18995 This option is a list of keywords that will be Set when there is a match.
18996 If you wish, you may choose keywords from the list of keywords you have
18997 defined with the &quot;T&quot; command.
18998 You may add new keywords by defining them in the
18999 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
19000 If you have given a keyword a nickname when configuring it,
19001 that nickname may be used instead of the actual keyword.
19004 Look <A HREF="h_edit_nav_cmds">here</A>
19005 to see the available Editing and Navigation commands.
19007 &lt;End of help on this topic&gt;
19008 </BODY>
19009 </HTML>
19010 ======= h_config_filter_kw_clr =======
19011 <HTML>
19012 <HEAD>
19013 <TITLE>Clear These Keywords Explained</TITLE>
19014 </HEAD>
19015 <BODY>
19016 <H1>Clear These Keywords Explained</H1>
19018 This describes part of the action to be taken if the Pattern for this
19019 filter is a match.
19020 Read a little about keywords in the help text for the
19021 <A HREF="h_common_flag">Flag</A> command.
19022 This option is a list of keywords that will be Cleared when there is a match.
19023 If you wish, you may choose keywords from the list of keywords you have
19024 defined with the &quot;T&quot; command.
19025 You may add new keywords by defining them in the
19026 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
19027 If you have given a keyword a nickname when configuring it,
19028 that nickname may be used instead of the actual keyword.
19031 Look <A HREF="h_edit_nav_cmds">here</A>
19032 to see the available Editing and Navigation commands.
19034 &lt;End of help on this topic&gt;
19035 </BODY>
19036 </HTML>
19037 ======= h_index_tokens =======
19038 <HTML>
19039 <HEAD>
19040 <TITLE>Tokens for Index and Replying</TITLE>
19041 </HEAD>
19042 <BODY>
19044 This set of special tokens may be used in the
19045 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option,
19046 in the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
19047 in signature files,
19048 in template files used in
19049 <A HREF="h_rules_roles">&quot;roles&quot;</A>, and in the folder name
19050 that is the target of a Filter Rule.
19051 Some of them aren't available in all situations.
19053 The tokens are used as they appear below for the &quot;<!--#echo var="VAR_index-format"-->&quot;
19054 option, but they must be surrounded by underscores for the
19055 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option, in signature and template files,
19056 and in the target of Filter Rules.
19060 <H1><EM>Tokens Available for all Cases (except Filter Rules)</EM></H1>
19062 <DL>
19063 <DT>SUBJECT</DT>
19064 <DD>
19065 This token represents the Subject the sender gave the message.
19066 Alternatives for use in the index screen are SHORTSUBJECT,
19067 SUBJKEY, SHORTSUBJKEY, SUBJKEYINIT, SHORTSUBJKEYINIT, SUBJECTTEXT, 
19068 SUBJKEYTEXT, and SUBJKEYINITTEXT.
19069 You may color the subject text in the MESSAGE INDEX screen differently by using the
19070 <A HREF="h_config_index_subject_color">Index Subject Color</A> and the
19071 <A HREF="h_config_index_opening_color">Index Opening Color</A>
19072 options available from
19073 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19074 </DD>
19076 <DT>FROM</DT>
19077 <DD>
19078 This token represents the personal name (or email address if the name
19079 is unavailable) of the person specified in the message's &quot;From:&quot;
19080 header field.
19081 You may color the from text in the MESSAGE INDEX screen differently by using the
19082 <A HREF="h_config_index_from_color">Index From Color</A>
19083 option available from
19084 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19085 </DD>
19087 <DT>ADDRESS</DT>
19088 <DD>
19089 This is similar to the &quot;FROM&quot; token, only it is always the
19090 email address, never the personal name.
19091 For example, &quot;mailbox@domain&quot;.
19092 </DD>
19094 <DT>MAILBOX</DT>
19095 <DD>
19096 This is the same as the &quot;ADDRESS&quot; except that the 
19097 domain part of the address is left off.
19098 For example, &quot;mailbox&quot;.
19099 </DD>
19101 <DT>SENDER</DT>
19102 <DD>
19103 This token represents the personal name (or email address) of the person
19104 listed in the message's &quot;Sender:&quot; header field.
19105 </DD>
19107 <DT>TO</DT>
19108 <DD>
19109 This token represents the personal names (or email addresses if the names
19110 are unavailable) of the persons specified in the
19111 message's &quot;To:&quot; header field.
19112 </DD>
19114 <DT>NEWSANDTO</DT>
19115 <DD>
19116 This token represents the newsgroups from the
19117 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
19118 the personal names (or email addresses if the names
19119 are unavailable) of the persons specified in the
19120 message's &quot;To:&quot; header field.
19121 </DD>
19123 <DT>TOANDNEWS</DT>
19124 <DD>
19125 Same as &quot;NEWSANDTO&quot; except in the opposite order.
19126 </DD>
19128 <DT>NEWS</DT>
19129 <DD>
19130 This token represents the newsgroups from the
19131 message's &quot;Newsgroups:&quot; header field.
19132 </DD>
19134 <DT>CC</DT>
19135 <DD>
19136 This token represents the personal names (or email addresses if the names
19137 are unavailable) of the persons specified in the
19138 message's &quot;Cc:&quot; header field.
19139 </DD>
19141 <DT>RECIPS</DT>
19142 <DD>
19143 This token represents the personal names (or email addresses if the names
19144 are unavailable) of the persons specified in both the
19145 message's &quot;To:&quot; header field and
19146 the message's &quot;Cc:&quot; header field.
19147 </DD>
19149 <DT>NEWSANDRECIPS</DT>
19150 <DD>
19151 This token represents the newsgroups from the
19152 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
19153 the personal names (or email addresses if the names
19154 are unavailable) of the persons specified in the
19155 message's &quot;To:&quot; and &quot;Cc:&quot; header fields.
19156 </DD>
19158 <DT>RECIPSANDNEWS</DT>
19159 <DD>
19160 Same as &quot;NEWSANDRECIPS&quot; except in the opposite order.
19161 </DD>
19163 <DT>INIT</DT>
19164 <DD>
19165 This token represents the initials from the personal name
19166 of the person specified in the message's &quot;From:&quot;
19167 header field.
19168 If there is no personal name, it is blank.
19169 </DD>
19171 <DT>DATE</DT>
19172 <DD>
19173 This token represents the date on which the message was sent, according
19174 to the &quot;Date&quot; header field.
19175 It has the format MMM DD. For example, &quot;Oct 23&quot;.
19176 The feature
19177 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>,
19178 which adjusts for the timezone the message was sent from,
19179 may have an effect on the value of this token as well as the values of
19180 all of the other DATE or TIME tokens.
19181 Some of the DATE and TIME tokens are displayed in a locale-specific
19182 way unless the option
19183 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is set.
19184 </DD>
19186 <DT>SMARTDATE</DT>
19187 <DD>
19188 This token represents the date on which the message was sent, according
19189 to the &quot;Date&quot; header field.
19190 It is &quot;Today&quot; if the message was sent today,
19191 &quot;Yesterday&quot; for yesterday,
19192 &quot;Wednesday&quot; if it was last Wednesday, and so on. If the
19193 message is from last year and is more than six months old it includes the year, as well.
19194 See the SMARTDATE alternatives below, as well.
19195 </DD>
19197 <DT>SMARTTIME</DT>
19198 <DD>
19199 This token represents the most relevant elements of the date on which
19200 the message was sent (according to the &quot;Date&quot; header field),
19201 in a compact form. If the message was sent today, only the time is used
19202 (e.g. &quot;9:22am&quot;, &quot;10:07pm&quot;); if it was sent during
19203 the past week, the day of the week and the hour are used
19204 (e.g. &quot;Wed09am&quot;, &quot;Thu10pm&quot;); other dates are
19205 given as date, month, and year (e.g. &quot;23Aug00&quot;,
19206 &quot;9Apr98&quot;).
19207 </DD>
19209 <DT>SMARTTIME24</DT>
19210 <DD>
19211 This token has the structure &quot;day hour:minute&quot;
19212 (e.g. &quot;Sun 19:03&quot;) for messages dated less than a week
19213 from the current date, or &quot;month day&quot; (e.g.
19214 &quot;Nov 23&quot;) for messages dated less than 6 months
19215 ago, or &quot;day/month/year&quot; (e.g &quot;06/Jan/16&quot;)
19216 for messages dated more than 6 months ago. It uses 9 characters
19217 of the width of the screen, and it left aligned.
19218 </DD>
19220 <DT>SMARTDATETIME</DT>
19221 <DD>
19222 This is a combination of SMARTDATE and SMARTTIME.
19223 It is SMARTDATE unless the SMARTDATE value is &quot;Today&quot;, in which
19224 case it is SMARTTIME.
19225 See the SMARTDATETIME alternatives below, as well.
19226 </DD>
19228 <DT>DATEISO</DT>
19229 <DD>
19230 This token represents the date on which the message was sent, according
19231 to the &quot;Date&quot; header field.
19232 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
19233 </DD>
19235 <DT>SHORTDATEISO</DT>
19236 <DD>
19237 This token represents the date on which the message was sent, according
19238 to the &quot;Date&quot; header field.
19239 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
19240 </DD>
19242 <DT>SHORTDATE1</DT>
19243 <DD>
19244 This token represents the date on which the message was sent, according
19245 to the &quot;Date&quot; header field.
19246 It has the format MM/DD/YY. For example, &quot;10/23/98&quot;.
19247 </DD>
19249 <DT>SHORTDATE2</DT>
19250 <DD>
19251 This token represents the date on which the message was sent, according
19252 to the &quot;Date&quot; header field.
19253 It has the format DD/MM/YY. For example, &quot;23/10/98&quot;.
19254 </DD>
19256 <DT>SHORTDATE3</DT>
19257 <DD>
19258 This token represents the date on which the message was sent, according
19259 to the &quot;Date&quot; header field.
19260 It has the format DD.MM.YY. For example, &quot;23.10.98&quot;.
19261 </DD>
19263 <DT>SHORTDATE4</DT>
19264 <DD>
19265 This token represents the date on which the message was sent, according
19266 to the &quot;Date&quot; header field.
19267 It has the format YY.MM.DD. For example, &quot;98.10.23&quot;.
19268 </DD>
19270 <DT>LONGDATE</DT>
19271 <DD>
19272 This token represents the date on which the message was sent, according
19273 to the &quot;Date&quot; header field.
19274 It has the format MMM DD, YYYY. For example, &quot;Oct 23, 1998&quot;.
19275 </DD>
19277 <DT>SMARTDATE alternatives</DT>
19278 <DD>
19279 There are several versions of SMARTDATE that are all the same except
19280 for the way they format dates far in the past.
19281 SMARTDATE formats the date using the information from your locale settings
19282 to format the date string. It may end up formatting dates so that they look
19283 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
19284 The feature
19285 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
19286 may have an effect on the values of these tokens.
19287 If you want more control you may use one of the following.
19288   <DL>
19289   <DT>SMARTDATE</DT> <DD>If the option
19290 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
19291 then this will be locale specific. Control this with the
19292 LC_TIME locale setting on a UNIX system. On Windows
19293 the Regional Options control panel may be used to set the Short date
19294 format. At the programming level, the strftime routine is what Alpine
19295 uses to print the date.
19296 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
19297 to SMARTDATES1.</DD>
19298   <DT>SMARTDATEISO</DT> <DD>DATEISO format. See text above.</DD>
19299   <DT>SMARTDATESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
19300   <DT>SMARTDATES1</DT> <DD>SHORTDATE1 format.</DD>
19301   <DT>SMARTDATES2</DT> <DD>SHORTDATE2 format.</DD>
19302   <DT>SMARTDATES3</DT> <DD>SHORTDATE3 format.</DD>
19303   <DT>SMARTDATES4</DT> <DD>SHORTDATE4 format.</DD>
19304   </DL>
19305 </DD>
19307 <DT>SMARTDATETIME alternatives</DT>
19308 <DD>
19309 There are several versions of SMARTDATETIME that are all very similar.
19310 The ones that end in 24 use a 24-hour clock for Today's messages instead
19311 of a 12-hour clock.
19312 The other variation is
19313 for the way they format dates far in the past.
19314 SMARTDATETIME and SMARTDATETIME24 format the date using the information from your locale settings
19315 to format the date string. It may end up formatting dates so that they look
19316 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
19317 The feature
19318 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
19319 may have an effect on the values of these tokens.
19320 The possible choices are:
19321   <DL>
19322   <DT>SMARTDATETIME</DT> <DD>If the option
19323 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
19324 then this will be locale specific. Control this with the
19325 LC_TIME locale setting on a UNIX system. On Windows
19326 the Regional Options control panel may be used to set the Short date
19327 format. At the programming level, the strftime routine is what Alpine
19328 uses to print the date.
19329 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
19330 to SMARTDATETIMES1.</DD>
19331   <DT>SMARTDATETIME24</DT> <DD>Use TIME24 for Today</DD>
19332   <DT>SMARTDATETIMEISO</DT> <DD>DATEISO format. See text above.</DD>
19333   <DT>SMARTDATETIMEISO24</DT> <DD>Use TIME24 for Today</DD>
19334   <DT>SMARTDATETIMESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
19335   <DT>SMARTDATETIMESHORTISO24</DT> <DD>Use TIME24 for Today</DD>
19336   <DT>SMARTDATETIMES1</DT> <DD>SHORTDATE1 format.</DD>
19337   <DT>SMARTDATETIMES124</DT> <DD>Use TIME24 for Today</DD>
19338   <DT>SMARTDATETIMES2</DT> <DD>SHORTDATE2 format.</DD>
19339   <DT>SMARTDATETIMES224</DT> <DD>Use TIME24 for Today</DD>
19340   <DT>SMARTDATETIMES3</DT> <DD>SHORTDATE3 format.</DD>
19341   <DT>SMARTDATETIMES324</DT> <DD>Use TIME24 for Today</DD>
19342   <DT>SMARTDATETIMES4</DT> <DD>SHORTDATE4 format.</DD>
19343   <DT>SMARTDATETIMES424</DT> <DD>Use TIME24 for Today</DD>
19344   </DL>
19345 </DD>
19347 <DT>DAYDATE</DT>
19348 <DD>
19349 This token represents the date on which the message was sent, according
19350 to the &quot;Date&quot; header field.
19351 It looks like &quot;Sat, 23 Oct 1998&quot;.
19352 This token is never converted in any locale-specific way.
19353 </DD>
19355 <DT>PREFDATE</DT>
19356 <DD>
19357 This token represents the date on which the message was sent, according
19358 to the &quot;Date&quot; header field.
19359 It is your operating system's idea of the preferred date representation for the current locale.
19360 Internally it uses the %x version of the date from the strftime routine.
19361 </DD>
19363 <DT>PREFTIME</DT>
19364 <DD>
19365 This token represents the time at which the message was sent, according
19366 to the &quot;Date&quot; header field.
19367 It is the preferred time representation for the current locale.
19368 Internally it uses the %X version of the time from the strftime routine.
19369 </DD>
19371 <DT>PREFDATETIME</DT>
19372 <DD>
19373 This token represents the date and time at which the message was sent, according
19374 to the &quot;Date&quot; header field.
19375 It is the preferred date and time representation for the current locale.
19376 Internally it uses the %c version of the time from the strftime routine.
19377 </DD>
19379 <DT>DAY</DT>
19380 <DD>
19381 This token represents the day of the month on which the message was sent,
19382 according to the &quot;Date&quot; header field.
19383 For example, &quot;23&quot; or &quot;9&quot;.
19384 </DD>
19386 <DT>DAY2DIGIT</DT>
19387 <DD>
19388 This token represents the day of the month on which the message was sent,
19389 according to the &quot;Date&quot; header field.
19390 For example, &quot;23&quot; or &quot;09&quot;.
19391 It is always 2 digits.
19392 </DD>
19394 <DT>DAYORDINAL</DT>
19395 <DD>
19396 This token represents the ordinal number that is the day of
19397 the month on which the message was sent,
19398 according to the &quot;Date&quot; header field.
19399 For example, &quot;23rd&quot; or &quot;9th&quot;.
19400 </DD>
19402 <DT>DAYOFWEEK</DT>
19403 <DD>
19404 This token represents the day of the week on which the message was sent,
19405 according to the &quot;Date&quot; header field.
19406 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
19407 </DD>
19409 <DT>DAYOFWEEKABBREV</DT>
19410 <DD>
19411 This token represents the day of the week on which the message was sent,
19412 according to the &quot;Date&quot; header field.
19413 For example, &quot;Sun&quot; or &quot;Wed&quot;.
19414 </DD>
19416 <DT>MONTHABBREV</DT>
19417 <DD>
19418 This token represents the month the message was sent, according
19419 to the &quot;Date&quot; header field.
19420 For example, &quot;Oct&quot;.
19421 </DD>
19423 <DT>MONTHLONG</DT>
19424 <DD>
19425 This token represents the month in which the message was sent, according
19426 to the &quot;Date&quot; header field.
19427 For example, &quot;October&quot;.
19428 </DD>
19430 <DT>MONTH</DT>
19431 <DD>
19432 This token represents the month in which the message was sent, according
19433 to the &quot;Date&quot; header field.
19434 For example, &quot;10&quot; or &quot;9&quot;.
19435 </DD>
19437 <DT>MONTH2DIGIT</DT>
19438 <DD>
19439 This token represents the month in which the message was sent, according
19440 to the &quot;Date&quot; header field.
19441 For example, &quot;10&quot; or &quot;09&quot;.
19442 It is always 2 digits.
19443 </DD>
19445 <DT>YEAR</DT>
19446 <DD>
19447 This token represents the year the message was sent, according
19448 to the &quot;Date&quot; header field.
19449 For example, &quot;1998&quot; or &quot;2001&quot;.
19450 </DD>
19452 <DT>YEAR2DIGIT</DT>
19453 <DD>
19454 This token represents the year the message was sent, according
19455 to the &quot;Date&quot; header field.
19456 For example, &quot;98&quot; or &quot;01&quot;.
19457 It is always 2 digits.
19458 </DD>
19460 <DT>TIME24</DT>
19461 <DD>
19462 This token represents the time at which the message was sent, according
19463 to the &quot;Date&quot; header field.
19464 There is no adjustment made for different time zones, so you'll get
19465 the time the message was sent according to the time zone the sender
19466 was in.
19467 It has the format HH:MM. For example, &quot;17:28&quot;.
19468 </DD>
19470 <DT>TIME12</DT>
19471 <DD>
19472 This token represents the time at which the message was sent, according
19473 to the &quot;Date&quot; header field.
19474 This time is for a 12 hour clock.
19475 It has the format HH:MMpm.
19476 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
19477 </DD>
19479 <DT>TIMEZONE</DT>
19480 <DD>
19481 This token represents the numeric timezone from
19482 the &quot;Date&quot; header field.
19483 It has the format [+-]HHMM. For example, &quot;-0800&quot;.
19484 </DD>
19486 </DL>
19489 <H1><EM>Tokens Available Only for <!--#echo var="VAR_index-format"--></EM></H1>
19491 <DL>
19492 <DT>MSGNO</DT>
19493 <DD>
19494 This token represents the message's current position in the folder that,
19495 of course, may change as the folder is sorted or new mail arrives.
19496 </DD>
19498 <DT>STATUS</DT>
19499 <DD>
19500 This token represents a three character wide field displaying various
19501 aspects of the message's state.
19502 The first character is either blank,
19503 a '*' for message marked Important, or a '+' indicating a message
19504 addressed directly to you (as opposed to your having received it via a
19505 mailing list, for example).
19506 When the feature
19507 &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot;
19508 is set, if the first character would have been
19509 blank then it will instead be a '-' if the message is cc'd to you.
19510 The second character is typically blank,
19511 though the arrow cursor may occupy it if either the 
19512 &quot;<A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>&quot;
19513 or the
19514 &quot;<A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A>&quot; feature
19515 is set (or you actually are on a slow link).
19516 The third character is either '<A HREF="h_flag_deleted">D</A>' (Deleted),
19517 '<A HREF="h_flag_answered">A</A>' (Answered),
19518 '<A HREF="h_flag_forwarded">F</A>' (Forwarded),
19519 '<A HREF="h_flag_new">N</A>' (New), or blank.
19521 If you are using a threaded view of the index and this message is at the
19522 top of a collapsed portion of a thread,
19523 then this token refers to all of the messages in the collapsed portion of
19524 the thread instead of just the top message.
19525 The first character will be a '*' if <EM>any</EM> of the messages in the thread
19526 are marked Important, else a '+' if any of the messages are addressed
19527 to you, else a '-' if any of the messages are cc'd to you.
19528 The third character will be a 'D' if <EM>all</EM> of the messages
19529 in the collapsed thread are marked deleted,
19530 an 'A' if <EM>all</EM> of the messages
19531 in the collapsed thread are marked answered,
19532 it will be an 'N' if any of
19533 the messages are undeleted and unseen, and it will be blank otherwise.
19534 </DD>
19536 <DT>FULLSTATUS</DT>
19537 <DD>
19538 This token represents a less abbreviated alternative
19539 to the &quot;STATUS&quot; token.
19540 It is six characters wide.
19541 The first character is '+', '-', or blank, the
19542 second blank, the third either '*' or blank, the fourth
19543 '<A HREF="h_flag_new">N</A>' or blank,
19544 the fifth '<A HREF="h_flag_answered">A</A>'
19545 or blank, and the sixth character is
19546 either '<A HREF="h_flag_deleted">D</A>' or
19547 blank.
19549 If you are using a threaded view of the index and this message is at the
19550 top of a collapsed portion of a thread,
19551 then this token refers to all of the messages in the collapsed portion of
19552 the thread instead of just the top message.
19553 The first character is '+', '-', or blank depending on whether <EM>any</EM>
19554 of the messages in the collapsed thread are addressed to you or cc'd to you.
19555 The third character will be '*' if any of the messages are marked
19556 Important.
19557 The fourth character will be 'N' if all of the messages in the thread
19558 are New, else 'n' if some of the messages in the thread are New, else blank.
19559 The fifth character will be 'A' or 'a' or blank, and the sixth character
19560 will be 'D' or 'd' or blank.
19561 </DD>
19563 <DT>IMAPSTATUS</DT>
19564 <DD>
19565 This token represents an even less abbreviated alternative to the
19566 &quot;STATUS&quot; token.
19567 It differs from &quot;FULLSTATUS&quot; in only the fourth character, which is
19568 an 'N' if the message is new to this folder since the last time
19569 it was opened <EM>and</EM> it has not been viewed, an 'R' (Recent) if the message
19570 is new to the folder and has been viewed, a 'U' (Unseen) if the message is not 
19571 new to the folder since it was last opened <EM>but</EM> has not been
19572 viewed, or a blank if the message has been in the folder since it was
19573 last opened and has been viewed.
19575 If you are using a threaded view of the index and this message is at the
19576 top of a collapsed portion of a thread,
19577 then the fourth character will be
19578 'N' if all of the messages in the thread are unseen and recent;
19579 else 'n' if some of the messages in the thread are unseen and recent;
19580 else 'U' if all of the messages in the thread are unseen and not recent;
19581 else 'u' if some of the messages in the thread are unseen and not recent;
19582 else 'R' if all of the messages in the thread are seen and recent;
19583 else 'r' if some of the messages in the thread are seen and recent;
19584 else blank.
19585 </DD>
19587 <DT>SHORTIMAPSTATUS</DT>
19588 <DD>
19589 This is the same as the last four of the six characters of IMAPSTATUS,
19590 so the '+' To Me information will be missing.
19591 </DD>
19593 <DT>SIZE</DT>
19594 <DD>
19595 This token represents the total size, in bytes, of the message.
19596 If a &quot;K&quot; (Kilobyte)
19597 follows the number, the size is approximately 1,000
19598 times that many bytes (rounded to the nearest 1,000).
19599 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
19600 1,000,000 times that many bytes.
19601 Commas are not used in this field.
19602 This field is seven characters wide, including the enclosing parentheses.
19603 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
19604 The progression of sizes used looks like:
19607 <CENTER><SAMP>0 1 ... 9999 10K ... 999K 1.0M ... 99.9M 100M ... 2000M</SAMP></CENTER>
19609 </DD>
19611 <DT>SIZECOMMA</DT>
19612 <DD>
19613 This token represents the total size, in bytes, of the message.
19614 If a &quot;K&quot; (Kilobyte)
19615 follows the number, the size is approximately 1,000
19616 times that many bytes (rounded to the nearest 1,000).
19617 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
19618 1,000,000 times that many bytes.
19619 Commas are used if the number shown is 1,000 or greater.
19620 The SIZECOMMA field is one character wider than the SIZE field.
19621 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
19622 The progression of sizes used looks like:
19625 <CENTER><SAMP>0 1 ... 99,999 100K ... 9,999K 10.0M ... 999.9M 1,000M ... 2,000M</SAMP></CENTER>
19627 </DD>
19629 <DT>KSIZE</DT>
19630 <DD>
19631 This token represents the total size of the message, expressed in
19632 kilobytes or megabytes, as most appropriate.
19633 These are 1,024 byte kilobytes and 1,024 x 1,024 byte megabytes.
19634 The progression of sizes used looks like:
19637 <CENTER><SAMP>0K 1K ... 1023K 1.0M ... 99.9M 100M ... 2047M</SAMP></CENTER>
19639 </DD>
19641 <DT>SIZENARROW</DT>
19642 <DD>
19643 This token represents the total size, in bytes, of the message.
19644 If a &quot;K&quot; (Kilobyte)
19645 follows the number, the size is approximately 1,000
19646 times that many bytes.
19647 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
19648 1,000,000 times that many bytes.
19649 If a &quot;G&quot; (Gigabyte) follows the number, the size is approximately
19650 1,000,000,000 times that many bytes.
19651 This field uses only five characters of screen width, including the enclosing
19652 parentheses.
19653 The progression of sizes used looks like:
19656 <CENTER><SAMP>0 1 ... 999 1K ... 99K .1M ... .9M 1M ... 99M .1G ... .9G 1G 2G</SAMP></CENTER>
19658 </DD>
19660 <DT>DESCRIPSIZE</DT>
19661 <DD>
19662 This token is intended to represent a more useful description of the
19663 message than just its size, but it isn't very useful at this point.
19664 The plus sign in this view means there are attachments.
19665 Note that including this token in
19666 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
19667 display a little while Alpine collects the necessary information.
19668 </DD>
19670 <DT>SHORTSUBJECT</DT> 
19671 <DD> This token is the same as SUBJECT, but removes 
19672 text between &quot;[&quot; and &quot;]&quot;. Typically text enclosed 
19673 between these characters corresponds to mailing list names, and may be 
19674 unnecessary or unwanted in some instances. 
19675 </DD>
19677 <DT>SUBJKEY</DT>
19678 <DD>
19679 This token is the same as the SUBJECT token unless keywords are set for
19680 the message.
19681 In that case, a list of keywords enclosed in braces will be prepended to
19682 the subject of the message.
19683 Only those keywords that you have defined in your
19684 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19685 in Setup/Config are considered in the list.
19686 In other words, keywords that have been set by some other means, perhaps
19687 by another email program, won't show up unless included in
19688 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19689 Having this set in the <!--#echo var="VAR_index-format"--> will also cause the keywords to be
19690 prepended to the subject in the MESSAGE TEXT screen.
19691 If you have given a keyword a nickname
19692 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
19693 instead of the actual keyword.
19694 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
19695 option may be used to modify this token slightly.
19696 It is also possible to color keywords in the index using the
19697 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19698 </DD>
19700 <DT>SHORTSUBJKEY</DT>
19701 <DD> This token is the same as SUBJKEY, but it is based on
19702 SHORTSUBJECT, instead of in SUBJECT.
19703 </DD>
19705 <DT>SUBJKEYINIT</DT>
19706 <DD>
19707 This token is the same as the SUBJKEY token except that instead of
19708 prepending a list of keywords to the subject, a list of first initials
19709 of keywords will be prepended instead.
19710 For example, if a message has the keywords <EM>Work</EM> and <EM>Now</EM>
19711 set (or Work and Now are the Alpine nicknames of keywords that are set)
19712 then the SUBJKEY token would cause a result like
19714 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
19716 whereas the SUBJKEYINIT token would give
19718 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
19720 Only those keywords that you have defined in your
19721 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19722 in Setup/Config are considered in the list.
19723 In other words, keywords that have been set by some other means, perhaps
19724 by another email program, won't show up unless included in
19725 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19726 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
19727 option may be used to modify this token slightly.
19728 It is also possible to color keywords in the index using the
19729 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19730 </DD>
19732 <DT>SHORTSUBJKEYINIT</DT>
19733 <DD> This token is the same as SUBJKEYINIT, but it is based on
19734 SHORTSUBJECT, instead of in SUBJECT.
19735 </DD>
19737 <DT>SUBJECTTEXT</DT>
19738 <DD>
19739 Same as SUBJECT but if there is room in the Subject field for more text,
19740 the opening part of the text of the message is displayed after the subject.
19741 The time needed to fetch the text may cause a performance problem
19742 which can, of course, be avoided by using the SUBJECT version of
19743 the Subject instead.
19744 You may color this opening text differently by using the
19745 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
19746 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19747 You may adjust the characters that are displayed between the Subject and the
19748 opening text with the option
19749 <A HREF="h_config_opening_sep"><!--#echo var="VAR_opening-text-separator-chars"--></A>.
19750 </DD>
19752 <DT>SUBJKEYTEXT</DT>
19753 <DD>
19754 Same as SUBJKEY but with the opening message text.
19755 </DD>
19757 <DT>OPENINGTEXT</DT>
19758 <DD>
19759 This is similar to SUBJECTTEXT.
19760 Instead of combining the Subject and the opening text in a single
19761 field in the index screen this token allows you to allocate a
19762 separate column just for the opening text of the message.
19763 The time needed to fetch this text may cause a performance problem.
19764 You may color this opening text differently by using the
19765 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
19766 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19767 </DD>
19769 <DT>OPENINGTEXTNQ</DT>
19770 <DD>
19771 This is very similar to OPENINGTEXT.
19772 The NQ stands for No Quotes.
19773 The only difference is that quoted text (lines beginning with &gt;) is deleted.
19774 For some messages this may be confusing.
19775 For example, a message might have a line preceding some quoted
19776 text that reads something like &quot;On May 8th person A said.&quot;
19777 That no longer makes sense after the quoted text is deleted and it
19778 will appear that person A said whatever the text after the quote
19779 is, even though that is really person B talking.
19780 </DD>
19782 <DT>SUBJKEYINITTEXT</DT>
19783 <DD>
19784 Same as SUBJKEYINIT but with the opening message text.
19785 </DD>
19787 <DT>KEY</DT>
19788 <DD>
19789 This is a space-delimited list of keywords that are set for the message.
19790 Only those keywords that you have defined in your
19791 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19792 in Setup/Config are considered in the list.
19793 In other words, keywords that have been set by some other means, perhaps
19794 by another email program, won't show up unless included in
19795 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19796 If you have given a keyword a nickname
19797 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
19798 instead of the actual keyword.
19799 It is also possible to color keywords in the index using the
19800 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19801 This token defaults to an arbitrary width of 5.
19802 You should set it to whatever width suits you using something
19803 like KEY(17) in the <!--#echo var="VAR_index-format"-->.
19804 </DD>
19806 <DT>KEYINIT</DT>
19807 <DD>
19808 This is a list of keyword initials that are set for the message.
19809 If you have given a keyword a nickname
19810 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), the initial of that nickname
19811 is displayed instead of the initial of the actual keyword.
19812 It is also possible to color keyword initials in the index using the
19813 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19814 This token defaults to an arbitrary width of 2.
19815 You should set it to whatever width suits you using something
19816 like KEYINIT(3) in the <!--#echo var="VAR_index-format"-->.
19817 </DD>
19819 <DT>PRIORITY</DT>
19820 <DD>
19821 The X-Priority header is a non-standard header that is used in a
19822 somewhat standard way by many mail programs.
19823 Alpine expects the value of this header to be a digit with a value
19824 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
19825 Since this priority is something that the sender sets it is only an indication
19826 of the priority that the sender attaches to the mail and it is therefore almost
19827 totally unreliable for use as a filtering criterion.
19828 This token will display the numeric value of the priority if it is between
19829 1 and 5.
19830 It will be suppressed (blank) if the value is 3, which is normal priority.
19831 This token may be colored with the
19832 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19833 </DD>
19835 <DT>PRIORITYALPHA</DT>
19836 <DD>
19837 This is a more verbose interpretation of the X-Priority field.
19838 Once again nothing is displayed unless the value of the field
19839 is 1, 2, 4, or 5.
19840 The values displayed for those values are:
19842 <TABLE>
19843 <TR> <TD>1</TD> <TD>Highest</TD> </TR>
19844 <TR> <TD>2</TD> <TD>High</TD> </TR>
19845 <TR> <TD>4</TD> <TD>Low</TD> </TR>
19846 <TR> <TD>5</TD> <TD>Lowest</TD> </TR>
19847 </TABLE>
19849 This token may be colored with the
19850 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19851 </DD>
19853 <DT>PRIORITY!</DT>
19854 <DD>
19855 This is a one character, non-numeric version of the X-Priority field.
19856 If the value of the X-Priority header is 1 or 2 an exclamation
19857 point is displayed.
19858 If the value is 4 or 5 a &quot;v&quot; (think down arrow) is displayed.
19859 This token may be colored with the
19860 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19861 </DD>
19863 <DT>ATT</DT>
19864 <DD>
19865 This is a one column wide field that represents the number of attachments
19866 a message has. It will be blank if there are no attachments, a single
19867 digit for one to nine attachments, or an asterisk for more than nine.
19868 Note that including this token in
19869 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
19870 display a little while Alpine collects the necessary information.
19871 </DD>
19873 <DT>FROMORTO</DT>
19874 <DD>
19875 This token represents <EM>either</EM> the personal name (or email address) of
19876 the person listed in the message's &quot;From:&quot; header
19877 field, <EM>or</EM>, if that address is yours or one of your
19878 <A HREF="h_config_alt_addresses">alternate addresses</A>,
19879 the first person specified in the
19880 message's &quot;To:&quot; header field
19881 with the prefix &quot;To: &quot; prepended.
19882 If the from address is yours and there is also no &quot;To&quot; address,
19883 Alpine will use the address on the &quot;Cc&quot; line.
19884 If there is no address there, either, Alpine will look for a newsgroup name
19885 from the &quot;Newsgroups&quot; header field and put
19886 that after the &quot;To: &quot; prefix.
19887 </DD>
19889 <DT>FROMORTONOTNEWS</DT>
19890 <DD>
19891 This is almost the same as <EM>FROMORTO</EM>.
19892 The difference is that newsgroups aren't considered.
19893 When a message is from you, doesn't have a To or Cc, and does have
19894 a Newsgroups header; this token will be your name instead of the name
19895 of the newsgroup (like it would be with FROMORTO).
19896 </DD>
19898 <DT>TEXT</DT>
19899 <DD>
19900 This is a different sort of token.
19901 It allows you to display a label within each index line.
19902 It will be the same fixed text for each line.
19903 It is different from all the other tokens in that there is no space column
19904 displayed after this token.
19905 Instead, it is butted up against the following field.
19906 It also has a different syntax.
19907 The text to display is given following a colon after the
19908 word &quot;TEXT&quot;.
19909 For example,
19911 <CENTER><SAMP>TEXT:abc=</SAMP></CENTER>
19913 would insert the literal text &quot;abc=&quot; (without the quotes)
19914 into the index display line.
19915 You must quote the text if it includes space characters, like
19917 <CENTER><SAMP>TEXT:&quot;abc&nbsp;=&nbsp;&quot;</SAMP></CENTER>
19919 </DD>
19921 <DT>HEADER</DT>
19922 <DD>
19923 This allows you to display the text from a particular header line in the
19924 message.
19925 The syntax for this token is substantially different from all the others
19926 in order that you might be able to display a portion of the text following
19927 a particular header.
19928 The header name you are interested in is given following a colon
19929 after the word &quot;HEADER&quot;.
19930 For example,
19932 <CENTER><SAMP>HEADER:X-Spam</SAMP></CENTER>
19934 would display the text of the X-Spam header, if any.
19935 Like for other index tokens a width field may (and probably should)
19936 follow this.
19938 <CENTER><SAMP>HEADER:X-Spam(10)</SAMP></CENTER>
19940 displays the first ten characters of the X-Spam header.
19941 Unlike other index tokens, the syntax for HEADER is more flexible.
19942 An optional second argument comes after a comma inside the parentheses.
19943 It specifies the &quot;field&quot; number.
19944 By default, the field separator is a space character.
19945 No extra space characters are allowed in the argument list.
19947 <CENTER><SAMP>HEADER:X-Spam(10,2)</SAMP></CENTER>
19949 would display the second field, left-justified, in a 10 character
19950 wide field.
19951 The second field would consist of all the text after the first space
19952 up to the next space or the end of the header.
19953 The default field number is zero, which stands for the entire line.
19954 There is also an optional third argument that is a list of field
19955 separators. It defaults to a space character.
19956 The example
19958 <CENTER><SAMP>HEADER:X-Spam(10,2,:%&nbsp;)</SAMP></CENTER>
19960 would cause the field separators to be any of colon, percent,
19961 or space (there is a space character between the percent and the
19962 right parenthesis).
19963 The first field runs from the start of the header value up to the first
19964 colon, percent, or space; the second goes from there to the next; and so on.
19965 In order to use a comma character as a field separator you must escape
19966 it by preceding it with a backslash (&#92;).
19967 The same is true of the backslash character itself.
19968 There is one further optional argument.
19969 It is an R or an L to specify right or left adjustment of the text
19970 within the field.
19971 The default is to left justify, however if you are displaying numbers
19972 you might prefer to right justify.
19974 Here's an example of a SpamAssassin header.
19975 The exact look of the header will vary, but if your incoming mail
19976 contains headers that look like the following
19978 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
19980 you might want to display the hits value.
19981 The first field starts with the Y in Yes.
19982 To get what you're interested in you might use &quot;=&quot; and
19983 space as the field separators and display the third field, like
19985 <CENTER><SAMP>HEADER:X-Spam-Status(4,3,=&nbsp;)</SAMP></CENTER>
19987 or maybe you would break at the dot instead
19989 <CENTER><SAMP>HEADER:X-Spam-Status(2,2,=.,R)</SAMP></CENTER>
19991 Another example we've seen has headers that look like
19993 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
19995 Because there are two equals and a comma before the 7% and a comma
19996 after it, the token
19998 <CENTER><SAMP>HEADER:X-Spam(3,4,=&#92;,,R)</SAMP></CENTER>
20000 should display the probability (for example 7% or 83%) right justified
20001 in a 3-wide field.
20002 </DD>
20004 <DT>ARROW</DT>
20005 <DD>
20006 This gives an alternative way to display the current message in the
20007 MESSAGE INDEX screen.
20008 Usually the current message is indicated by the line being shown in
20009 reverse video.
20010 Instead, if the ARROW token is included in your <!--#echo var="VAR_index-format"-->,
20011 the current line will include an &quot;arrow&quot; that
20012 looks like
20014 <CENTER><SAMP>-&gt;</SAMP></CENTER>
20016 in the ARROW token's field.
20017 For all of the non-current messages, the ARROW field will be filled
20018 with blanks.
20019 If you use the fixed-field width feature the length of the &quot;arrow&quot;
20020 may be adjusted.
20021 The arrow will be drawn as width-1 dashes followed by a greater than sign.
20022 For example, if you use ARROW(3) you will get
20024 <CENTER><SAMP>--&gt;</SAMP></CENTER>
20026 and ARROW(1) will give you just
20028 <CENTER><SAMP>&gt;</SAMP></CENTER>
20030 It is also possible to set the color of the ARROW field.
20031 By default (and for non-current messages) the arrow is colored the same
20032 as the index line it is part of.
20033 You may set it to be another color with the 
20034 <A HREF="h_config_index_arrow_color">Index Arrow Color</A> option available from
20035 the <A HREF="h_color_setup">Setup Kolor</A> screen.
20036 </DD>
20038 <DT>SCORE</DT>
20039 <DD>
20040 This gives the
20041 <a href="h_rules_score">score</a>
20042 of each message.
20043 This will be six columns wide to accomodate the widest possible score.
20044 You will probably want to use the <!--#echo var="VAR_index-format"--> fixed-field width feature
20045 to limit the width of the field to the widest score that
20046 you use (e.g. SCORE(3) if your scores are always between 0 and 999).
20047 If you have not defined any score rules the scores will all be zero.
20048 If any of your score rules contain AllText or BodyText patterns
20049 then including SCORE in the <!--#echo var="VAR_index-format"-->
20050 may slow down the display of the MESSAGE INDEX screen.
20051 </DD>
20052 </DL>
20055 <H1><EM>Tokens Available for all but <!--#echo var="VAR_index-format"--></EM></H1>
20057 <DL>
20058 <DT>CURNEWS</DT>
20059 <DD>
20060 This token represents the current newsgroup if there is one.
20061 For example, &quot;comp.mail.pine&quot;.
20062 </DD>
20064 <DT>MSGID</DT>
20065 <DD>
20066 This token represents the message ID of the message.
20067 This token does not work with Filter Rule folder names.
20068 </DD>
20070 <DT>CURDATE</DT>
20071 <DD>
20072 This token represents the current date.
20073 It has the format MMM DD. For example, &quot;Oct 23&quot;.
20074 </DD>
20076 <DT>CURDATEISO</DT>
20077 <DD>
20078 This token represents the current date.
20079 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
20080 </DD>
20082 <DT>CURDATEISOS</DT>
20083 <DD>
20084 This token represents the current date.
20085 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
20086 </DD>
20088 <DT>CURPREFDATE</DT>
20089 <DD>
20090 This token represents the current date.
20091 It is your operating system's idea of the preferred date representation for the current locale.
20092 Internally it uses the %x version of the date from the strftime routine.
20093 </DD>
20095 <DT>CURPREFTIME</DT>
20096 <DD>
20097 This token represents the current time.
20098 It is the preferred time representation for the current locale.
20099 Internally it uses the %X version of the time from the strftime routine.
20100 </DD>
20102 <DT>CURPREFDATETIME</DT>
20103 <DD>
20104 This token represents the current date and time.
20105 It is the preferred date and time representation for the current locale.
20106 Internally it uses the %c version of the time from the strftime routine.
20107 </DD>
20109 <DT>CURTIME24</DT>
20110 <DD>
20111 This token represents the current time.
20112 It has the format HH:MM. For example, &quot;17:28&quot;.
20113 </DD>
20115 <DT>CURTIME12</DT>
20116 <DD>
20117 This token represents the current time.
20118 This time is for a 12 hour clock.
20119 It has the format HH:MMpm.
20120 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
20121 </DD>
20123 <DT>CURDAY</DT>
20124 <DD>
20125 This token represents the current day of the month.
20126 For example, &quot;23&quot; or &quot;9&quot;.
20127 </DD>
20129 <DT>CURDAY2DIGIT</DT>
20130 <DD>
20131 This token represents the current day of the month.
20132 For example, &quot;23&quot; or &quot;09&quot;.
20133 It is always 2 digits.
20134 </DD>
20136 <DT>CURDAYOFWEEK</DT>
20137 <DD>
20138 This token represents the current day of the week.
20139 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
20140 </DD>
20142 <DT>CURDAYOFWEEKABBREV</DT>
20143 <DD>
20144 This token represents the current day of the week.
20145 For example, &quot;Sun&quot; or &quot;Wed&quot;.
20146 </DD>
20148 <DT>CURMONTH</DT>
20149 <DD>
20150 This token represents the current month.
20151 For example, &quot;10&quot; or &quot;9&quot;.
20152 </DD>
20154 <DT>CURMONTH2DIGIT</DT>
20155 <DD>
20156 This token represents the current month.
20157 For example, &quot;10&quot; or &quot;09&quot;.
20158 It is always 2 digits.
20159 </DD>
20161 <DT>CURMONTHLONG</DT>
20162 <DD>
20163 This token represents the current month.
20164 For example, &quot;October&quot;.
20165 </DD>
20167 <DT>CURMONTHABBREV</DT>
20168 <DD>
20169 This token represents the current month.
20170 For example, &quot;Oct&quot;.
20171 </DD>
20173 <DT>CURYEAR</DT>
20174 <DD>
20175 This token represents the current year.
20176 For example, &quot;1998&quot; or &quot;2001&quot;.
20177 </DD>
20179 <DT>CURYEAR2DIGIT</DT>
20180 <DD>
20181 This token represents the current year.
20182 For example, &quot;98&quot; or &quot;01&quot;.
20183 It is always 2 digits.
20184 </DD>
20186 <DT>LASTMONTH</DT>
20187 <DD>
20188 This token represents last month.
20189 For example, if this is November (the 11th month),
20190 it is equal to &quot;10&quot; or if this is October (the 10th month),
20191 it is &quot;9&quot;.
20192 It is possible that this and the other tokens beginning with LASTMONTH
20193 below could be useful when used with a Filtering Rule that
20194 has the &quot;Beginning of Month&quot; option set.
20195 </DD>
20197 <DT>LASTMONTH2DIGIT</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;09&quot;.
20203 It is always 2 digits.
20204 </DD>
20206 <DT>LASTMONTHLONG</DT>
20207 <DD>
20208 This token represents last month.
20209 For example, if this is November the value is &quot;October&quot;.
20210 </DD>
20212 <DT>LASTMONTHABBREV</DT>
20213 <DD>
20214 This token represents last month.
20215 For example, if this is November the value is &quot;Oct&quot;.
20216 </DD>
20218 <DT>LASTMONTHYEAR</DT>
20219 <DD>
20220 This token represents what the year was a month ago.
20221 For example, if this is October, 1998, it is &quot;1998&quot;.
20222 If this is January, 1998, it is &quot;1997&quot;.
20223 </DD>
20225 <DT>LASTMONTHYEAR2DIGIT</DT>
20226 <DD>
20227 This token represents what the year was a month ago.
20228 For example, if this is October, 1998, it is &quot;98&quot;.
20229 If this is January, 1998, it is &quot;97&quot;.
20230 </DD>
20232 <DT>LASTYEAR</DT>
20233 <DD>
20234 This token represents last year.
20235 For example, if this is 1998, it equals &quot;1997&quot;.
20236 It is possible that this
20237 could be useful when used with a Filtering Rule that
20238 has the &quot;Beginning of Year&quot; option set.
20239 </DD>
20241 <DT>LASTYEAR2DIGIT</DT>
20242 <DD>
20243 This token represents last year.
20244 For example, if this is 1998, it equals &quot;97&quot;.
20245 It is always 2 digits.
20246 </DD>
20248 <DT>ROLENICK</DT>
20249 <DD>
20250 This token represents the nickname of the
20251 role currently being used.  If no role is being used,
20252 then no text will be printed for this token.
20253 This token does not work with Filter Rule folder names.
20254 </DD>
20255 </DL>
20258 <H1><EM>Token Available Only for <!--#echo var="VAR_reply-leadin"--></EM></H1>
20259 See the help for the
20260 <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option
20261 to see why you might want to use this.
20262 Since the <!--#echo var="VAR_reply-leadin"--> contains free text this token
20263 must be surrounded by underscores when used.
20265 <DL>
20266 <DT>NEWLINE</DT>
20267 <DD>
20268 This is an end of line marker.
20269 </DD>
20270 </DL>
20273 <H1><EM>Token Available Only for Templates and Signatures</EM></H1>
20275 <DL>
20276 <DT>CURSORPOS</DT>
20277 <DD>
20278 This token is different from the others.
20279 When it is replaced it is replaced with nothing, but it sets an Alpine
20280 internal variable that tells the composer to start with the cursor
20281 positioned at the position where this token was.
20282 If both the template file and the signature file contain
20283 a &quot;CURSORPOS&quot; token, then the position in the template file
20284 is used.
20285 If there is a template file and neither it nor the signature file contains
20286 a &quot;CURSORPOS&quot; token, then the cursor is positioned
20287 after the end of the contents of the
20288 template file when the composer starts up.
20289 </DD>
20290 </DL>
20293 &lt;End of help on this topic&gt;
20294 </BODY>
20295 </HTML>
20296 ======= h_reply_token_conditionals =======
20297 <HTML>
20298 <HEAD>
20299 <TITLE>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</TITLE>
20300 </HEAD>
20301 <BODY>
20302 <H1>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</H1>
20304 Conditional text inclusion may be used with
20305 the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
20306 in signature files, and in template files used in
20307 <A HREF="h_rules_roles">&quot;roles&quot;</A>.
20308 It may <EM>not</EM> be used with the
20309 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
20312 There is a limited if-else capability for including text.
20313 The if-else condition is based
20314 on whether or not a given token would result in replacement text you
20315 specify.
20316 The syntax of this conditional inclusion is
20318 <CENTER><SAMP>_token_(match_this, if_matched [ , if_not_matched ] )</SAMP></CENTER>
20320 The left parenthesis must follow the underscore immediately, with no
20321 intervening space.
20322 It means the token is expanded and the results of that expansion are
20323 compared against the &quot;match_this&quot; argument.
20324 If there is an exact match, then the &quot;if_matched&quot; text is used
20325 as the replacement text.
20326 Otherwise, the &quot;if_not_matched&quot; text is used.
20327 One of the most useful values for the &quot;match_this&quot; argument is
20328 the empty string, &quot;&quot;.
20329 In that case the expansion is compared against the empty string.
20331 Here's an example to make it clearer.
20332 This text could be included in one of your template files:
20334 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;I'm replying to email&quot;, &quot;I'm replying to news&quot;)</SAMP></CENTER>
20336 If that is included in a template file that you are using while replying
20337 to a message (because you chose to use the role it was part of),
20338 and that message has a newsgroup header and a newsgroup in that header,
20339 then the text
20341 <CENTER><SAMP>I'm replying to news</SAMP></CENTER>
20343 will be included in the message you are about to compose.
20344 On the other hand, if the message you are replying to does not have
20345 a newsgroup, then the text
20347 <CENTER><SAMP>I'm replying to email</SAMP></CENTER>
20349 would be included instead.
20350 This would also work in signature files and in
20351 the &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option.
20352 If the &quot;match_this&quot;, &quot;if_matched&quot;,
20353 or &quot;if_not_matched&quot; arguments contain
20354 spaces, parentheses, or commas;
20355 they have to be quoted with double quotation marks (like in the example
20356 above).
20357 If you want to include a literal quote (&quot;) in the text you must escape the
20358 quote by preceding it with a backslash (&#92;) character.
20359 If you want to include a literal backslash character you must escape it
20360 by preceding it with another backslash.
20362 The comma followed by &quot;if_not_matched&quot; is optional.
20363 If there is no &quot;if_not_matched&quot;
20364 present then no text is included if the not_matched case is true.
20365 Here's another example:
20367 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;&quot;, &quot;This msg was seen in group: _NEWS_.&quot;)</SAMP></CENTER>
20369 Here you can see that tokens may appear in the arguments.
20370 The same is true for tokens with the conditional parentheses.
20371 They may appear in arguments,
20372 though you do have to be careful to get the quoting and escaping of
20373 nested double quotes correct.
20374 If this was in the signature file being used and you were replying to a message
20375 sent to comp.mail.pine the resulting text would be:
20377 <CENTER><SAMP>This msg was seen in group: comp.mail.pine.</SAMP></CENTER>
20379 If you were replying to a message that wasn't sent to any newsgroup the
20380 resulting text would be a single blank line.
20381 The reason you'd get a blank line is because the end of the line is
20382 outside of the conditional, so is always included.
20383 If you wanted to get rid of that blank line you could do so by moving
20384 the end of line inside the conditional.
20385 In other words, it's ok to have multi-line
20386 &quot;if_matched&quot; or &quot;if_not_matched&quot; arguments in your
20387 template file.
20388 The text just continues until the next double quotation, even if it's not
20389 on the same line.
20391 Here's an example for use in the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;:
20393 <CENTER><SAMP>On _DAYDATE_, _FROM__CURNEWS_(&quot;&quot;, &quot;&quot;, &quot;seen in _CURNEWS_,&quot;) wrote</SAMP></CENTER>
20395 If this was in your <!--#echo var="VAR_reply-leadin"--> and you were replying to a message
20396 while reading the newsgroup comp.mail.pine the resulting text would be:
20398 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone, seen in comp.mail.pine, wrote:</SAMP></CENTER>
20400 If you were replying to a message while reading an email folder instead
20401 of a newsgroup the resulting leadin text would be
20403 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
20405 Here's one more (contrived) example illustrating a matching argument
20406 that is not the empty string.
20408 <CENTER><SAMP>_SMARTDATE_("Today", _SMARTDATE_, "On _DATE_") _FROM_ wrote:</SAMP></CENTER>
20410 If this was the value of your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option and you
20411 were replying to
20412 a message that was sent today, then the value of the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;
20413 would be
20415 <CENTER><SAMP>Today Fred Flintstone wrote:</SAMP></CENTER>
20417 But if you were replying to a message sent on Oct. 27 (and that wasn't
20418 today) you would get
20420 <CENTER><SAMP>On Oct 27 Fred Flintstone wrote:</SAMP></CENTER>
20423 &lt;End of help on this topic&gt;
20424 </BODY>
20425 </HTML>
20426 ======= h_composer_cntxt_nick =======
20427 <HTML>
20428 <HEAD>
20429 <TITLE>Collection Nickname Explained</TITLE>
20430 </HEAD>
20431 <BODY>
20432 <H1>Collection Edit Help -- Nickname Field</H1>
20434 This field is provided so you can add a short nickname to use when
20435 referring to this collection within Alpine.  Spaces are allowed, and
20436 you don't need to use double-quotes.  However, the double-quote
20437 character is not allowed.
20439 Look <A HREF="h_edit_nav_cmds">here</A>
20440 to see the available Editing and Navigation commands.
20442 &lt;End of help on this topic&gt;
20443 </BODY>
20444 </HTML>
20445 ======= h_folder_server_syntax =======
20446 <HTML>
20447 <HEAD>
20448 <TITLE>Server Name Syntax</TITLE>
20449 </HEAD>
20450 <BODY>
20451 <H1>Server Name Syntax</H1>
20453 This help describes the syntax that may be used for server names
20454 that may be associated with remote folders or SMTP servers.
20457 A server name is the hostname of the server.
20458 It's a good idea to use the host's fully-qualified network name.
20461 <CENTER><SAMP>foo.example.com</SAMP></CENTER>
20464 However, IP addresses are allowed if surrounded
20465 with square-brackets.
20468 <CENTER><SAMP>[127.0.0.1]</SAMP></CENTER>
20471 An optional network port number may be supplied by appending
20472 a colon (:) followed by the port number
20473 to the server name.
20474 By default, the IMAP port number, 143, is used.
20477 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
20480 Besides server name and optional port number, various other optional
20481 parameters may be supplied that alter Alpine's interaction with the server.
20482 A parameter is supplied by appending a slash (/) character followed by
20483 the parameter's name and,
20484 depending on the particular parameter, the value assigned to that
20485 name, to the server name (and optional port number).
20486 Parameter names are <EM>not</EM> case sensitive.
20487 Currently supported parameters include:
20489 <DL>
20491 <DT>User</DT>
20492 <DD>This parameter requires an associated value, and is intended to
20493 provide the username identifier with which to establish the server
20494 connection.
20495 If your SMTP server offers SMTP AUTH authentication, adding this 
20496 parameter to the
20497 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
20498 option will cause Alpine to attempt to authenticate to the server using the
20499 supplied username.
20500 Similarly, if your NNTP server offers NNTP &quot;AUTHINFO SASL&quot;
20501 or &quot;AUTHINFO USER&quot; authentication, adding this parameter to the
20502 <A HREF="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></A>
20503 option (or to the server name for any folder collection using NNTP)
20504 will cause Alpine to attempt
20505 to authenticate to the server using the supplied username.
20506 An example might be:
20509 <CENTER><SAMP>/user=katie</SAMP></CENTER>
20512 </DD>
20514 <DT>TLS</DT>
20515 <DD>
20516 Normally, when a new connection is made an attempt is made to 
20517 negotiate a secure (encrypted) session using Transport Layer Security (TLS).
20518 If that fails then a non-encrypted connection will be attempted instead.
20519 This is a unary parameter indicating communication with the server must 
20520 take place over a TLS connection. If the attempt to use TLS fails then
20521 this parameter will cause the connection to fail instead of falling
20522 back to an unsecure connection.
20525 <CENTER><SAMP>/tls</SAMP></CENTER>
20528 </DD>
20530 <DT>SSL</DT>
20531 <DD>
20532 This is a unary parameter indicating communication with the server should 
20533 take place over a Secure Socket Layer connection.  The server must support
20534 this method, and be prepared to accept connections on the appropriate
20535 port (993 by default).
20536 Alpine must be linked with an SSL library for this option to be operational.
20539 <CENTER><SAMP>/ssl</SAMP></CENTER>
20542 </DD>
20544 <DT>TLS1</DT>
20545 <DD>
20546 This parameter indicates that the connection to the server will be made
20547 over the SSL port, but using the TLSv1 protocol, instead of the usual
20548 SSLv3 or SSLv2 protocols.
20549 Alpine must be linked with an SSL library for this option to be operational.
20552 <CENTER><SAMP>/tls1</SAMP></CENTER>
20555 </DD>
20557 <DT>DTLS1</DT>
20558 <DD>
20559 This parameter indicates that the connection to the server will be made
20560 over the SSL port, but using the DTLSv1 protocol, instead of the usual
20561 SSLv3 or SSLv2 protocols.
20562 Alpine must be linked with an SSL library for this option to be operational.
20565 <CENTER><SAMP>/dtls1</SAMP></CENTER>
20568 </DD>
20570 <DT>TLS1_1</DT>
20571 <DD>
20572 This parameter indicates that the connection to the server will be made
20573 over the SSL port, but using the TLSv1.1 protocol, instead of the usual
20574 SSLv3 or SSLv2 protocols.
20575 Alpine must be linked with an SSL library for this option to be operational.
20578 <CENTER><SAMP>/tls1_1</SAMP></CENTER>
20581 </DD>
20583 <DT>TLS1_2</DT>
20584 <DD>
20585 This parameter indicates that the connection to the server will be made
20586 over the SSL port, but using the TLSv1.2 protocol, instead of the usual
20587 SSLv3 or SSLv2 protocols.
20588 Alpine must be linked with an SSL library for this option to be operational.
20591 <CENTER><SAMP>/tls1_2</SAMP></CENTER>
20594 </DD>
20597 <DT>NoValidate-Cert</DT>
20598 <DD>Do not validate certificates (for TLS or SSL connections) from the server.
20599 This is needed if the server uses self-signed certificates or if Alpine
20600 cannot validate the certificate for some other known reason.
20602 </DD>
20604 <DT>Anonymous</DT>
20605 <DD>This is a unary parameter (that means it does not have a value)
20606 indicating that the connection be logged in as
20607 &quot;anonymous&quot; rather than a specific user.
20608 Not all servers offer anonymous
20609 access; those which do generally only offer read-only access to certain
20610 &quot;public&quot; folders.
20613 <CENTER><SAMP>/anonymous</SAMP></CENTER>
20616 </DD>
20618 <DT>Secure</DT>
20619 <DD>This is a unary parameter indicating that the connection use the
20620 most secure authentication method mutually supported by Alpine and the
20621 server.
20622 Alpine is capable of authenticating connections to 
20623 the server using several methods.
20624 By default, Alpine will attempt each
20625 method until either a connection is established or the
20626 list of methods is exhausted.
20627 This parameter causes Alpine to instead fail 
20628 the connection if the first (generally most &quot;secure&quot;) method fails.
20631 <CENTER><SAMP>/secure</SAMP></CENTER>
20634 </DD>
20636 <DT>Submit</DT>
20637 <DD>This is a unary parameter for use with the
20638 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A> option.
20639 It indicates that the connection should be made to the Submit server
20640 (<A HREF="http://www.ietf.org/rfc/rfc2476.txt">RFC 3676</A>)
20641 (port 587) instead of the SMTP port (25).
20642 At the time this help was written the submit option was equivalent to
20643 specifying port 587.
20646 <CENTER><SAMP>/submit</SAMP></CENTER>
20650 <CENTER><SAMP>host:587</SAMP></CENTER>
20653 </DD>
20655 <DT>Debug</DT>
20656 <DD>This is a unary parameter indicating that the connection be established
20657 in a verbose mode.  Basically, it causes Alpine to log the communication with
20658 the server in Alpine's debug file.
20659 Normally, the pine -d command-line flag would be used instead.
20661 </DD>
20663 <DT>NoRsh</DT>
20664 <DD>By default, Alpine attempts to login using &quot;rsh&quot;,
20665 the UNIX remote shell program.
20666 Including &quot;NoRsh&quot; will cause connections to this server to skip
20667 the &quot;rsh&quot; attempt.
20668 This might be useful to avoid long timeouts caused by rsh firewalls, for
20669 example.
20671 </DD>
20673 <DT>Loser</DT>
20674 <DD>This option makes sense only for IMAP servers that do not perform
20675 a SEARCH command correctly. If your filtering rules
20676 fail to filter some messages, that should have been filtered, then this
20677 option will make Alpine download all data necessary data to perform that 
20678 search. There is a performance penalty when using this option. Downloading 
20679 the data to perfom the search will take longer than requesting the IMAP
20680 server to perform the filtering, but the filtering will be done correctly.
20682 </DD>
20685 <DT>Service</DT>
20686 <DD>This parameter requires an associated value.  The default value is
20687 &quot;IMAP&quot; which indicates communication with the server based
20688 on the IMAP4rev1 protocol (defined in RFC 3501 -- see 
20689 <A HREF="http://www.imap.org/docs/rfc3501.html">http://www.imap.org/docs/rfc3501.html</A>).</DD>
20691 Other service values include:
20692  <DL>
20693  <DT>NNTP</DT>
20694  <DD>This value indicates communication with the server takes place via
20695 the Network News Transfer Protocol.  Use this to define a collection
20696 of newsgroups on a remote news server.  So
20699 <CENTER><SAMP>/service=NNTP</SAMP></CENTER>
20701 or just
20703 <CENTER><SAMP>/NNTP</SAMP></CENTER>
20706 is the way to specify NNTP access.
20708  </DD>
20710  <DT>POP3</DT>
20711  <DD>This value indicates communication with the server takes place via the
20712 Post Office Protocol 3 protocol.
20715 <CENTER><SAMP>/service=POP3</SAMP></CENTER>
20717 or just
20719 <CENTER><SAMP>/POP3</SAMP></CENTER>
20722 Note that there are several important issues
20723 to consider when selecting this option:
20724 <OL>
20725  <LI> POP3 provides access to only your INBOX.  In other words,
20726 secondary folders such as your &quot;saved-messages&quot; are inaccessible.
20727  <LI> Alpine's implementation of POP3 does not follow the traditional POP
20728 model and will leave your mail on the server. Refer to the
20729 <A HREF="h_maildrop">Mail Drop</A> functionality for a possible way around this problem.
20730  <LI> See the discussion about new-mail checking in <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
20731 </OL>
20732 </DD>
20733 </DL>
20734 </DL>
20737 Note that it is possible to include more than one parameter in a server
20738 specification by concatenating the parameters. For example:
20741 <CENTER><SAMP>foo.example.com:port/user=katie/novalidate-cert/debug</SAMP></CENTER>
20745 &lt;End of help on this topic&gt;
20746 </BODY>
20747 </HTML>
20748 ======= h_composer_cntxt_server =======
20749 <HTML>
20750 <HEAD>
20751 <TITLE>Collection Server: Explained</TITLE>
20752 </HEAD>
20753 <BODY>
20754 <H1>Collection Edit Help -- Server Field</H1>
20756 This collection's &quot;Server:&quot; definition indicates the
20757 hostname of the server providing access to the folders in this
20758 collection.
20759 The syntax of this server name is the same as for other server names used
20760 in remote folder names in
20761 Alpine and is described
20762 <A HREF="h_folder_server_syntax">here</A>.
20765 &lt;End of help on this topic&gt;
20766 </BODY>
20767 </HTML>
20768 ======= h_composer_cntxt_path =======
20769 <HTML>
20770 <HEAD>
20771 <TITLE>Collection Path: Explained</TITLE>
20772 </HEAD>
20773 <BODY>
20774 <H1>Collection Edit Help -- Path Field</H1>
20776 The collection's &quot;Path:&quot; definition indicates the location
20777 of the folders in this collection.  If the path or any of its components
20778 do not exist, Alpine will prompt you for their creation when exiting the
20779 Add/Change screen.
20781 <P> 
20782 By default the path is interpreted as defining a section of your personal
20783 folder area.  This area and how you specify it are defined by the
20784 server, if one is specified in the collection, or, typically, the home
20785 directory if no server is defined.
20788 To define a collection outside the default &quot;area&quot;, prefix
20789 the path with the &quot;namespace&quot; to use when interpreting the
20790 given path.  If a namespace is specified, the Path begins with the
20791 sharp, &quot;#&quot;, character followed by the name of the namespace
20792 and then the namespace's path-element-delimiter.  Aside from the
20793 path's format, namespaces can also imply access rights, content
20794 policy, audience, location, and, occasionally, access methods.
20797 Each server exports its own set (possibly of size one) of 
20798 namespaces.  Hence, it's likely communication with your server's
20799 administrator will be required for specific configurations.  Some of
20800 the more common namespaces, however, include:
20802 <DL>
20803 <DT>#news.</DT>
20804 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
20805 names are hierarchically defined with each level delimited by a period.
20806 </DD>
20807 <DT>#public/</DT>
20808 <DD>This specifies a folder area that the server may export to the general
20809 public.
20810 </DD>
20811 <DT>#shared/</DT>
20812 <DD>This specifies a folder area that the folder may export to groups
20813 of users.
20814 </DD>
20815 <DT>#ftp/</DT>
20816 <DD>This specifies a folder area that is the same as that it may have 
20817 exported via the &quot;File Transfer Protocol&quot;.
20818 </DD>
20819 <DT>#mh/</DT>
20820 <DD>This specifies the personal folder area associated with folders
20821 and directories that were created using the MH message handling system.
20822 </DD>
20823 </DL>
20826 In addition, the server may support access to other user's folders,
20827 provided you have suitable permissions.  Common methods use a prefix
20828 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
20829 indicate the root of the other user's folder area.
20832 No, nothing's simple.
20835 &lt;End of help on this topic&gt;
20836 </BODY>
20837 </HTML>
20838 ======= h_composer_cntxt_view =======
20839 <HTML>
20840 <HEAD>
20841 <TITLE>Collection View: Explained</TITLE>
20842 </HEAD>
20843 <BODY>
20844 <H1>Collection Edit Help -- View Field</H1>
20846 The collection's &quot;View:&quot; definition provides a way to limit
20847 the displayed list of folders within a collection.  By default, only
20848 folders that contain the specified characters anywhere in their name
20849 are shown in the collection's folder list.
20852 Additionally, you can use a wildcard character to better control
20853 the list of folders selected for display.  The wildcard specifier is
20854 the star, &quot;*&quot;, character.
20857 So, for example, to define a collection of all folders ending with
20858 &quot;c&quot;, you'd specify a view of &quot;*c&quot; (without the
20859 quote characters!).  Or, similarly, to define a collection of folders
20860 whose names start with &quot;a&quot; and end with &quot;z&quot;, you'd
20861 specify a view of &quot;a*z&quot;.
20864 &lt;End of help on this topic&gt;
20865 </BODY>
20866 </HTML>
20867 ======= h_composer_abook_add_server =======
20868 <HTML>
20869 <HEAD>
20870 <TITLE>Addressbook Server Name Field Explained</TITLE>
20871 </HEAD>
20872 <BODY>
20873 This field should be left blank if the address book is stored in a regular
20874 file on this system.  If it is a remote address book stored on an IMAP
20875 server then this is the name of that IMAP server.
20877 Look <A HREF="h_edit_nav_cmds">here</A>
20878 to see the available Editing and Navigation commands.
20880 &lt;End of help on this topic&gt;
20881 </BODY>
20882 </HTML>
20883 ======= h_composer_abook_add_folder =======
20884 <HTML>
20885 <HEAD>
20886 <TITLE>Addressbook Folder Name Field Explained</TITLE>
20887 </HEAD>
20888 <BODY>
20889 For a remote address book (one for which the Server Name is filled in)
20890 this is the name of a folder on the remote server. The address book data
20891 will be stored in this folder. This folder should be used only for
20892 storing this single address book, not for other address books or for
20893 other messages.
20895 For a local address book (one for which the Server Name is not filled in)
20896 this is the name of a file in which the address book will be stored.
20897 The file is in the same directory as the Alpine configuration file if the
20898 configuration file is local.
20899 If the configuration file is remote, then this will be in the home directory
20900 for Unix Alpine and in the directory specified by the
20901 &quot;-aux local_directory&quot; command line argument.
20903 Look <A HREF="h_edit_nav_cmds">here</A>
20904 to see the available Editing and Navigation commands.
20906 &lt;End of help on this topic&gt;
20907 </BODY>
20908 </HTML>
20909 ======= h_composer_abook_add_nick =======
20910 <HTML>
20911 <HEAD>
20912 <TITLE>Addressbook NickName Field Explained</TITLE>
20913 </HEAD>
20914 <BODY>
20915 This is just an optional nickname for this address book. If present, it
20916 is used in some of the displays and error messages in the address book
20917 maintenance screens. It is for your convenience only and serves no
20918 other purpose.
20920 Look <A HREF="h_edit_nav_cmds">here</A>
20921 to see the available Editing and Navigation commands.
20923 &lt;End of help on this topic&gt;
20924 </BODY>
20925 </HTML>
20926 ======= h_composer_qserv_cn =======
20927 <HTML>
20928 <HEAD>
20929 <TITLE>Directory Query Form Explained</TITLE>
20930 </HEAD>
20931 <BODY>
20933 Fill in as many of these fields as you wish to narrow down your
20934 search. All the fields you fill in must match in order for an entry
20935 to be returned. You may use the wildcard character &quot;*&quot; in
20936 any of the fields, it matches any zero or more characters at that
20937 point in the string. There are no implicit wildcards, so the match is
20938 exact unless you include wildcards.
20941 Note that if an attribute isn't present at all, then the match will fail.
20942 For example, if a server doesn't support the Locality attribute, then no
20943 matter what you put in the Locality field (other than leaving it empty)
20944 the search will fail.
20947 This field, the Common Name field, is typically a person's full name.
20950 <H1>EDITING and NAVIGATION COMMANDS</H1>
20951 <!--chtml if pinemode="function_key"-->
20952 <PRE>
20953 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
20954 ^B (Left Arrow)    Back character       | ^D       Delete current character
20955 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
20956 ^P (Up Arrow)      Previous line        |
20957 ^N (Down Arrow)    Next line            | F9       Cut marked text or
20958 ^A                 Beginning of line    |            delete current line
20959 ^E                 End of line          | F10      Undelete line(s)
20960 F7                 Previous page        |
20961 F8                 Next page            |-------------------------------------
20962 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
20963 ----------------------------------------|
20964 EXIT COMMANDS    |  GENERAL COMMANDS    | F5    Restore previous search
20965 F2   Cancel      |   F1    Get help     |
20966 F3   Search      |   ^Z    Suspend      | ^L    Redraw Screen
20967 </PRE>
20968 <!--chtml else-->
20969 <PRE>
20970 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
20971 ^B (Left Arrow)    Back character       | ^D       Delete current character
20972 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
20973 ^P (Up Arrow)      Previous line        |
20974 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
20975 ^A                 Beginning of line    |            delete current line
20976 ^E                 End of line          | ^U       Undelete line(s)
20977 ^Y                 Previous page        |
20978 ^V                 Next page            |-------------------------------------
20979 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
20980 ----------------------------------------|
20981 EXIT COMMANDS    |  GENERAL COMMANDS    | ^R     Restore previous search
20982 ^C   Cancel      |   ^G    Get help     |
20983 ^X   Search      |   ^Z    Suspend      | ^L     Redraw Screen
20984 </PRE>
20985 <!--chtml endif-->
20986 <P><UL>
20987 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20988 </UL><P>
20989 &lt;End of help on this topic&gt;
20990 </BODY>
20991 </HTML>
20992 ======= h_composer_qserv_sn =======
20994 The Surname is usually the family name of a person.
20996 <End of help on this topic>
20997 ======= h_composer_qserv_gn =======
20999 This is the part of a person's name that isn't the surname or initials.
21001 <End of help on this topic>
21002 ======= h_composer_qserv_mail =======
21004 This is the email address of a person.
21006 <End of help on this topic>
21007 ======= h_composer_qserv_org =======
21009 This is the organization a person belongs to.
21011 <End of help on this topic>
21012 ======= h_composer_qserv_unit =======
21014 This is the organizational unit a person belongs to.
21016 <End of help on this topic>
21017 ======= h_composer_qserv_country =======
21019 This is the country a person belongs to.
21021 <End of help on this topic>
21022 ======= h_composer_qserv_state =======
21024 This is the state a person belongs to.
21026 <End of help on this topic>
21027 ======= h_composer_qserv_locality =======
21029 This is the locality a person belongs to.
21031 <End of help on this topic>
21032 ======= h_composer_qserv_custom =======
21034 This one is for advanced users only! If you put something in this field,
21035 then the rest of the fields are ignored.
21037 This field may be set to the string representation of an LDAP search
21038 filter (see RFC1960). Here are some examples:
21040 To search for an entry with a surname equal to "clinton" you could set
21041 the custom filter to:
21043      (sn=clinton)
21044     
21045 This is equivalent to putting "clinton" in the SurName field.
21046 To search for an entry that has a surname that begins with "clint" and
21047 has a givenname equal to "william" you could use:
21049      (&(sn=clint*)(givenname=william))
21050     
21051 This is equivalent to setting the SurName field to "clint*" and the
21052 GivenName field to "william".
21053 To search for an entry where either the common name OR the email address
21054 contains "abcde" you could use:
21056      (|(cn=*abcde*)(mail=*abcde*))
21058 That isn't equivalent to anything you can do by setting the other fields
21059 because of the OR.
21061 <End of help on this topic>
21062 ======= h_composer_qserv_qq =======
21064 This one is a little different from the rest of the categories.  It causes
21065 a search to be formed from the configured search filter that you filled
21066 in when you added the directory server to your configuration. It can also
21067 be combined with the other fields if you'd like.
21069 <End of help on this topic>
21070 ======= h_address_format =======
21071 <HTML>
21072 <HEAD>
21073 <TITLE>INTERNET EMAIL ADDRESS FORMAT</TITLE>
21074 </HEAD>
21075 <BODY>
21076 <H1>INTERNET EMAIL ADDRESS FORMAT</H1>
21078 A valid email address on the Internet has a username, an &quot;@&quot; sign, 
21079 and then a domain, with no spaces.  
21080 For example, jsmith@art.example.com might be the email address
21081 of a person  
21082 with the username &quot;jsmith&quot; who has an account in the domain
21083 &quot;art.example.com&quot;.  The number of dot-separated segments on the 
21084 right of the &quot;@&quot; sign can vary - a shorter example would be 
21085 isabelle@elsewhere.edu (the shortest possible form: here, only the 
21086 organization's domain is specified after the &quot;@&quot; sign); a longer 
21087 example would be 
21088  jsingh@shakti.edutech.example.com
21089 (here, the name of the host &quot;shakti&quot; in the domain 
21090 edutech.example.com is also specified).  
21091 <P>  
21092 If you do not know the exact email address of someone you want to write 
21093 to, ask them what it is using other means of communication than email; or 
21094 use the tools for 
21095 finding people's addresses that are available on the Internet.
21097 If you are sending to someone on the same system as you are, you can leave
21098 the &quot;@&quot; sign and all the information to its right off of the 
21099 address, and Alpine will fill it in automatically, 
21100 unless the feature 
21101 <A HREF="h_config_compose_rejects_unqual">&quot;<!--#echo var="FEAT_compose-rejects-unqualified-addrs"-->&quot;</A> is set in SETUP CONFIGURATION.
21104 When an email address you send a message to is not reachable -- either because 
21105 it is simply an incorrect address, or because email can temporarily not be 
21106 delivered to it due to a technical problem on the way to or at the recipient's 
21107 end -- you will almost always get an error notification email message back.
21109 If you encounter problems with, or have questions about, email delivery or
21110 email address syntax, contact your local network computing consultants.
21111 <P><UL>
21112 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21113 </UL>
21115 &lt;End of help on this topic&gt;
21116 </BODY>
21117 </HTML>
21118 ======= h_flag_user_flag =======
21119 <HTML>
21120 <HEAD>
21121 <TITLE>STATUS FLAG: User Defined Keyword</TITLE>
21122 </HEAD>
21123 <BODY>
21124 <H1>STATUS FLAG: User Defined Keyword</h1>
21126 This is a keyword that is defined for this folder.
21127 It was most likely defined by the owner of the folder.
21128 Alpine will not set or clear this flag on its own.
21130 <P><UL>
21131 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21132 </UL><P>
21133 &lt;End of help on this topic&gt;
21134 </BODY>
21135 </HTML>
21136 ======= h_flag_important =======
21137 <html>
21138 <title>STATUS FLAG: Important</title>
21139 <body>
21140 <h1>STATUS FLAG: Important</h1>
21143 The <EM>Important</EM> flag, indicated by an asterisk in Alpine's
21144 MESSAGE&nbsp;INDEX
21145 screen, can only be set by the user, and is intended to be used in
21146 whatever fashion makes sense to you.  You are the only one that can set or
21147 clear it. 
21150 &lt;End of help on this topic&gt;
21151 </BODY>
21152 </HTML>
21153 ======= h_flag_new =======
21154 <html>
21155 <title>STATUS FLAG: New</title>
21156 <body>
21157 <h1>STATUS FLAG: New</h1>
21160 The <EM>New</EM> flag, indicated by the letter 'N' in Alpine's
21161 MESSAGE&nbsp;INDEX screen,
21162 is automatically set when messages are delivered to your Inbox (or other
21163 folder specified outside of Alpine).  Likewise, it is cleared automatically
21164 the first time you read the message it is associated with.
21167 Sometimes it's helpful in prioritizing your mail.  For example, perhaps
21168 a message isn't weighty enough to assign it an <A HREF="h_flag_important">Important</A> flag, but
21169 you'd like to be reminded of it next time you read mail.  This can be done
21170 easily by <A HREF="h_common_flag">explicitly</A> resetting the <EM>New</EM> flag.
21174 &lt;End of help on this topic&gt;
21175 </BODY>
21176 </HTML>
21177 ======= h_flag_answered =======
21178 <html>
21179 <title>STATUS FLAG: Answered</title>
21180 <body>
21181 <h1>STATUS FLAG: Answered</h1>
21183 The <EM>Answered</EM> flag, indicated by the letter 'A' in Alpine's
21184 MESSAGE&nbsp;INDEX
21185 screen, is automatically set when you reply to a message.  This flag is not
21186 automatically cleared.
21189 &lt;End of help on this topic&gt;
21190 </BODY>
21191 </HTML>
21192 ======= h_flag_forwarded =======
21193 <html>
21194 <title>STATUS FLAG: Forwarded</title>
21195 <body>
21196 <h1>STATUS FLAG: Forwarded</h1>
21198 The <EM>Forwarded</EM> flag, indicated by the letter 'F' in Alpine's
21199 MESSAGE&nbsp;INDEX
21200 screen, is automatically set when you forward a message.  This flag is not
21201 automatically cleared.
21204 &lt;End of help on this topic&gt;
21205 </BODY>
21206 </HTML>
21207 ======= h_flag_deleted =======
21208 <html>
21209 <title>STATUS FLAG: Deleted</title>
21210 <body>
21211 <h1>STATUS FLAG: Deleted</h1>
21213 The <EM>Deleted</EM> flag, indicated by the letter 'D' in Alpine's
21214 MESSAGE&nbsp;INDEX
21215 screen, is set when you use the &quot;"D&nbsp;Delete&quot; command.
21216 It is cleared
21217 when you use the &quot;U&nbsp;Undelete&quot; command.
21220 Messages marked with this flag will be permanently removed from
21221 the folder when you issue the <A HREF="h_index_cmd_expunge">Expunge</A>
21222 command, or
21223 when you indicate acceptance of their removal upon leaving the folder.
21226 Note, there can be other actions implicit in the
21227 &quot;D&nbsp;Delete&quot; command,
21228 such as advancing to the next message, that may be momentarily undesirable.
21229 For this reason, it's sometimes useful to set or clear the <EM>Deleted</EM>
21230 flag <A HREF="h_common_flag">explicitly</A>.
21233 &lt;End of help on this topic&gt;
21234 </BODY>
21235 </HTML>
21236 ====== h_config_incoming_timeo ======
21237 <HTML>
21238 <HEAD>
21239 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></TITLE>
21240 </HEAD>
21241 <BODY>
21242 <H1>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></H1>
21244 This option has no effect unless the feature
21245 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
21246 is set, which in turn has no effect unless
21247 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
21248 is set.
21250 Sets the time in seconds that Alpine will
21251 attempt to open a network connection used for monitoring for Unseen
21252 messages in Incoming Folders. The default is 5.
21253 If a connection has not completed within this many seconds Alpine will
21254 give up and consider it a failed connection.
21256 <UL>   
21257 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21258 </UL><P>
21259 &lt;End of help on this topic&gt;
21260 </BODY>
21261 </HTML>
21262 ====== h_config_psleep ======
21263 <HTML>
21264 <HEAD>
21265 <TITLE>OPTION: <!--#echo var="VAR_mailcap-check-interval"--> (UNIX Alpine only)</TITLE>
21266 </HEAD>
21267 <BODY>
21268 <H1>OPTION: <!--#echo var="VAR_mailcap-check-interval"--> (UNIX Alpine only)</H1>
21271 In the good old days a mailcap viewer was used to examine an 
21272 attachment before saving it, and after viewing the attachment control 
21273 would return to the operating system when the viewer was closed. Therefore, 
21274 when the mailcap viewer returned control to the operating system, it 
21275 could be assumed that the user who opened the attachment was done
21276 examining it, and the copy of the attachment that was used, could be removed.
21279 However, today this assumption is not longer valid. Some viewers return 
21280 control to the operating system before they actually read the attachment
21281 to be examined. This causes Alpine to delete the attachment before it 
21282 is read by the viewer, causing the viewer to fail opening the attachment.
21285 In order to work around this problem, Alpine checks, after the viewer has 
21286 returned control to the operating system, if there is any process that is 
21287 using the attachment. This variable controls the number of seconds that 
21288 must elapse between checks. Once it is found that no process is using the 
21289 attachment, this is removed.
21292 The minimum value for this variable is 60 (checks will be made once per 
21293 minute), and the maximum value is 600 (checks will be made once every 10 
21294 minutes). The default value is 60.
21297 <UL>   
21298 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21299 </UL><P>
21300 &lt;End of help on this topic&gt;
21301 </BODY>
21302 </HTML>
21303 ====== h_config_incoming_interv ======
21304 <HTML>
21305 <HEAD>
21306 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval"--></TITLE>
21307 </HEAD>
21308 <BODY>
21309 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval"--></H1>
21311 This option has no effect unless the feature
21312 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
21313 is set, which in turn has no effect unless
21314 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
21315 is set.
21317 This option specifies, in seconds, how often Alpine will check
21318 for new mail and state changes in Incoming Folders when Incoming Folders
21319 Checking is turned on.
21320 The default is 3 minutes (180).
21321 This value applies only to folders that are local to the system that
21322 Alpine is running on or that are accessed using the IMAP protocol.
21323 The similar option
21324 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>
21325 applies to all other monitored folders.
21327 <UL>   
21328 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21329 </UL><P>
21330 &lt;End of help on this topic&gt;
21331 </BODY>
21332 </HTML>
21333 ====== h_config_incoming_second_interv ======
21334 <HTML>
21335 <HEAD>
21336 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></TITLE>
21337 </HEAD>
21338 <BODY>
21339 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></H1>
21341 This option has no effect unless the feature
21342 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
21343 is set, which in turn has no effect unless
21344 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
21345 is set.
21347 This option together with the option
21348 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
21349 specifies, in seconds, how often Alpine will check
21350 for new mail and state changes in Incoming Folders when Incoming Folders
21351 Checking is turned on.
21352 The default for this option is 3 minutes (180).
21353 For folders that are local to this system or
21354 that are accessed using the IMAP protocol
21355 the value of the option
21356 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
21357 is used.
21358 For all other monitored folders, the value of this option is used.
21360 The reason there are two separate options is because it is usually
21361 less expensive to check local and IMAP folders than it is to check
21362 other types, like POP or NNTP folders.
21363 You may want to set this secondary value to a higher number than
21364 the primary check interval.
21366 <UL>   
21367 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21368 </UL><P>
21369 &lt;End of help on this topic&gt;
21370 </BODY>
21371 </HTML>
21372 ====== h_config_incoming_list ======
21373 <HTML>
21374 <HEAD>
21375 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-list"--></TITLE>
21376 </HEAD>
21377 <BODY>
21378 <H1>OPTION: <!--#echo var="VAR_incoming-check-list"--></H1>
21380 This option has no effect unless the feature
21381 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
21382 is set, which in turn has no effect unless
21383 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
21384 is set.
21386 When monitoring the Incoming Message Folders for Unseen messages Alpine will
21387 normally monitor all Incoming Folders.
21388 You may use this option to restrict the list of monitored folders to a
21389 subset of all Incoming Folders.
21391 <UL>   
21392 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21393 </UL><P>
21394 &lt;End of help on this topic&gt;
21395 </BODY>
21396 </HTML>
21397 ====== h_config_pers_name ======
21398 <HTML>
21399 <HEAD>
21400 <TITLE>OPTION: <!--#echo var="VAR_personal-name"--></TITLE>
21401 </HEAD>
21402 <BODY>
21403 <H1>OPTION: <!--#echo var="VAR_personal-name"--></H1>
21405 This value is used to determine the full name part of the "From" address
21406 on messages you send.
21407 <!--chtml if pinemode="os_windows"-->
21408  PC-Alpine requires that this be set in order to properly construct the "From" address.
21409 <!--chtml else-->
21410  If unset, Unix Alpine will obtain your full name from
21411  the system password file. PC-Alpine, on the other hand, requires that this be set.
21412 <!--chtml endif-->
21414 If you want to change the value of what gets included in the From header
21415 in messages you send (other than just the Personal Name)
21416 look <A HREF="h_config_change_your_from">here</A> for a description.
21417 <P><UL>
21418 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21419 </UL><P>
21420 &lt;End of help on this topic&gt;
21421 </BODY>
21422 </HTML>
21423 ====== h_config_pruned_folders ======
21424 <html>
21425 <header>
21426 <title>OPTION: <!--#echo var="VAR_pruned-folders"--></title>
21427 </header>
21428 <body>
21429 <h1>OPTION: <!--#echo var="VAR_pruned-folders"--></h1>
21431 This variable allows you to define a list of one or more folders that
21432 Alpine will offer to prune for you in the same way it automatically offers
21433 to prune your "sent-mail" folder each month.
21434 Each folder in this list must be a folder in your default folder collection
21435 (the first folder collection if you have more than one), and it is just
21436 the relative name of the folder in the collection, not the fully-qualified name.
21437 It is similar to sent-mail.
21438 Instead of something like
21440 <CENTER><SAMP><!--#echo var="VAR_pruned-folders"-->={servername}mail/folder</SAMP></CENTER>
21442 the correct value to use would be
21444 <CENTER><SAMP>folder</SAMP></CENTER>
21446 There is an assumption here that your first collection is the folders in
21448 <CENTER><SAMP>{servername}mail</SAMP></CENTER>
21451 Once a month, for each folder listed, Alpine will offer to move
21452 the contents of the folder to a new folder of the same name but with
21453 the previous month's date appended.  Alpine will then look for any such
21454 date-appended folder names created for a previous month, and offer each
21455 one it finds for deletion.
21458 If you decline the first offer, no mail is moved and no new folder is
21459 created.
21462 The new folders will be created
21463 in your default folder collection.
21466 <UL>   
21467 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21468 </UL><P>
21469 &lt;End of help on this topic&gt;
21470 </body>
21471 </html>
21472 ====== h_config_upload_cmd ======
21473 <HTML>
21474 <HEAD>
21475 <TITLE>OPTION: <!--#echo var="VAR_upload-command"--></TITLE>
21476 </HEAD>
21477 <BODY>
21478 <H1>OPTION: <!--#echo var="VAR_upload-command"--></H1>
21480 This option affects the behavior of the Composer's &quot;Read File&quot; 
21481 (^R in the message body) and &quot;Attach File&quot; (^J in the header) 
21482 commands.  It specifies
21483 a Unix program name, and any necessary command line arguments, that Alpine can
21484 use to transfer files from your personal computer into messages that you are
21485 composing.<P>
21487 <B>Note:</B> this facility is intended for use with serial line transfer 
21488 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
21489 to work with TCP/IP file transfer programs such as ftp.<P>
21491 If a program is specified, the commands listed above are modified to offer a
21492 subcommand (^Y) to activate the transfer.  Obviously, the Unix program
21493 specified here must match the transfer program or protocol available on the
21494 personal computer.<P>
21496 Alpine expects to exchange uploaded data via a file on your Unix system.  When
21497 the specified upload program finishes, Alpine expects the uploaded data to be
21498 contained in this file.<P>
21500 When upload is invoked via the &quot;Read File&quot; subcommand, Alpine 
21501 generates a
21502 temporary file name that it will pass to the specified Unix program.  Alpine
21503 will read the resulting uploaded text from this file and then delete it when
21504 the upload command is finished.<P>
21506 When upload is invoked via the &quot;Attach File&quot; subcommand, Alpine will 
21507 prompt
21508 you for the name of the file that is to contain the uploaded information that
21509 it is to attach.  Alpine will attach this file to the composition, but will
21510 <B>not</B> delete this file after the upload command is finished.<P>
21512 The special token &quot;_FILE_&quot; may be included among the Unix program's 
21513 command
21514 line arguments.  Alpine will replace this symbol with the name of the file
21515 being used to exchange the uploaded information.  This token allows you to
21516 position the file name where it is required in the Unix program's command
21517 line arguments.<P>
21519 If the &quot;_FILE_&quot; token is not present in the specified command, the
21520 temporary file's name is automatically appended to the specified Unix
21521 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
21522 <B>last</B> command line argument.
21523 <P><UL>
21524 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21525 </UL><P>
21526 &lt;End of help on this topic&gt;
21527 </BODY>
21528 </HTML>
21529 ====== h_config_upload_prefix ======
21530 <HTML>
21531 <HEAD>
21532 <TITLE>OPTION: <!--#echo var="VAR_upload-command-prefix"--></TITLE>
21533 </HEAD>
21534 <BODY>
21535 <H1>OPTION: <!--#echo var="VAR_upload-command-prefix"--></H1>
21537 This option is used in conjunction with the <!--#echo var="VAR_upload-command"--> option.
21538 It defines text to be written to the terminal emulator (via standard output)
21539 immediately prior to starting upload command.  This is useful for
21540 integrated serial line file transfer agents that permit command passing
21541 (e.g., Kermit's APC method).<P>
21543 The special token &quot;_FILE_&quot; may be included in the string specification.
21544 That symbol will be replaced with the (Alpine-created) name of the temporary
21545 file in which Alpine will expect to find the uploaded file.
21546 <P><UL>
21547 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21548 </UL><P>
21549 &lt;End of help on this topic&gt;
21550 </BODY>
21551 </HTML>
21552 ====== h_config_download_cmd ======
21553 <HTML>
21554 <HEAD>
21555 <TITLE>OPTION: <!--#echo var="VAR_download-command"--></TITLE>
21556 </HEAD>
21557 <BODY>
21558 <H1>OPTION: <!--#echo var="VAR_download-command"--></H1>
21560 This option affects the behavior of the Export command.  It specifies a Unix
21561 program name, and any necessary command line arguments, that Alpine can use to
21562 transfer the exported message to your personal computer's disk.<P>
21563 Note: this facility is intended for use with serial line transfer 
21564 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
21565 to work with TCP/IP file transfer programs such as ftp.<P>
21566 If a program is specified, the Export command is modified to offer a
21567 subcommand (^V) to activate the transfer (in lieu of saving it to
21568  the machine where Alpine is running).  Obviously, the Unix program
21569 specified here must match the transfer program or protocol available on the
21570 personal computer.<P>
21572 When this subcommand is selected and before Alpine invokes the specified Unix
21573 program, Alpine will create a temporary file containing the text of the
21574 exported message.  Alpine uses this file to pass the exported message text to
21575 the specified Unix program.<P>
21577 The special token &quot;_FILE_&quot; may be included among the Unix program's command
21578 line arguments.  Alpine will replace this symbol with the temporary file's name
21579 before executing the Unix program.  This token allows you to position the
21580 file name where it is required in the Unix program's command line arguments.
21582 If the &quot;_FILE_&quot; token is not present in the specified command, the
21583 temporary file's name is automatically appended to the specified Unix
21584 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
21585 <B>last</B> command line argument.
21586 <P><UL>
21587 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21588 </UL><P>
21589 &lt;End of help on this topic&gt;
21590 </BODY>
21591 </HTML>
21592 ====== h_config_download_prefix ======
21593 <HTML>
21594 <HEAD>
21595 <TITLE>OPTION: <!--#echo var="VAR_download-command-prefix"--></TITLE>
21596 </HEAD>
21597 <BODY>
21598 <H1>OPTION: <!--#echo var="VAR_download-command-prefix"--></H1>
21600 This option is used in conjunction with the <!--#echo var="VAR_download-command"--> option.
21601 It defines text to be written to the terminal emulator (via standard output)
21602 immediately prior to starting the download command.  This is useful for
21603 integrated serial line file transfer agents that permit command passing
21604 (e.g., Kermit's APC method).
21606 The special token &quot;_FILE_&quot; may be included in the string 
21607 specification.
21608 That symbol will be replaced with the (Alpine-created) name of the temporary
21609 file into which Alpine will place the message to be downloaded.
21610 <P><UL>
21611 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21612 </UL><P>
21613 &lt;End of help on this topic&gt;
21614 </BODY>
21615 </HTML>
21616 ====== h_config_mailcap_path ======
21617 <HTML>
21618 <HEAD>
21619 <TITLE>OPTION: <!--#echo var="VAR_mailcap-search-path"--></TITLE>
21620 </HEAD>
21621 <BODY>
21622 <H1>OPTION: <!--#echo var="VAR_mailcap-search-path"--></H1>
21623 This variable is used to replace Alpine's default mailcap file search path.
21624 It takes one or more file names (full paths must be specified) in which to
21625 look for mail capability data.  The default search path can be found in this
21626 <A HREF="h_news_config">Alpine Configuration</A> help, near the bottom.
21627 If there is more than one file name listed, list members should be delimited
21628 by 
21629 <!--chtml if pinemode="os_windows"-->
21630 a semi-colon (;) under Windows; for example:<PRE>
21631         C:&#92;MYCONFIG&#92;MAILCAP.TXT;H:&#92;NETCONFIG&#92;MAILCAP.TXT
21632 </PRE>
21633 <!--chtml else-->
21634 a colon (:) under UNIX; for example:<PRE>
21635         ~/.mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap
21636 </PRE>
21637 <!--chtml endif-->
21638 <P><UL>
21639 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21640 </UL>
21642 &lt;End of help on this topic&gt;
21643 </BODY>
21644 </HTML>
21645 ====== h_config_mimetype_path ======
21646 <HTML>
21647 <HEAD>
21648 <TITLE>OPTION: <!--#echo var="VAR_mimetype-search-path"--></TITLE>
21649 </HEAD>
21650 <BODY>
21651 <H1>OPTION: <!--#echo var="VAR_mimetype-search-path"--></H1>
21653 This variable is used to replace Alpine's default mime.types file search path.
21654 It takes one or more file names (full paths must be specified) in which to
21655 look for file-name-extension to MIME type mapping data.  The default search
21656 path can be found in this
21657 <A HREF="h_news_config">Alpine Configuration</A> help.
21661 If there is more than one file name listed, list members should be delimited
21662 by a colon (:) under UNIX and a semi-colon (;) under Windows.
21664 &lt;End of help on this topic&gt;
21665 </BODY></HTML>
21666 ====== h_config_set_att_ansi ======
21667 <HTML><HEAD>
21668 <TITLE>OPTION: Set printer to attached ansi printer</TITLE>
21669 </HEAD>
21670 <BODY>
21671 <H1>OPTION: Set printer to attached ansi printer</H1>
21673 Type "S" to set your printer to "attached-to-ansi".<BR>
21674 It is OK to include "attached-to-ansi" in your personal list below.
21676 &lt;End of help on this topic&gt;
21677 </BODY></HTML>
21678 ====== h_config_set_att_ansi2 ======
21679 <HTML><HEAD>
21680 <TITLE>OPTION: Set printer to attached ansi printer (no formfeed)</TITLE>
21681 </HEAD>
21682 <BODY>
21683 <H1>OPTION: Set printer to attached ansi printer (no formfeed)</H1>
21685 Type "S" to set your printer to "attached-to-ansi-no-formfeed".<BR>
21686 It is OK to include "attached-to-ansi-no-formfeed" in your personal
21687 list below.
21691 This is the same as the "attached-to-ansi" option except that a
21692 formfeed character will not be appended to the end of the print job.
21693 If your printer already ejects the paper by itself at the end of the
21694 job, you may prefer the "no-formfeed" form of this printer so that you
21695 don't get an extra blank page between print jobs.
21698 &lt;End of help on this topic&gt;
21699 </BODY></HTML>
21700 ====== h_config_set_att_wyse ======
21701 <HTML><HEAD>
21702 <TITLE>OPTION: Set printer to attached Wyse60 printer</TITLE>
21703 </HEAD>
21704 <BODY>
21705 <H1>OPTION: Set printer to attached Wyse60 printer</H1>
21707 Type "S" to set your printer to "attached-to-wyse".<BR>
21708 It is OK to include "attached-to-wyse" in your personal list below.
21710 This is very similar to "attached-to-ansi".
21711 The only difference is in the control characters sent to turn the printer
21712 on and off.
21713 The ansi version of the printer uses ESC LEFT_BRACKET 5 i
21714 to turn on the printer and ESC LEFT_BRACKET 4 i
21715 to turn it off.
21716 The Wyse version uses Ctrl-R for on, and Ctrl-T for off.
21717 &lt;End of help on this topic&gt;
21718 </BODY></HTML>
21719 ====== h_config_set_att_wyse2 ======
21720 <HTML><HEAD>
21721 <TITLE>OPTION: Set printer to attached Wyse60 printer (no formfeed)</TITLE>
21722 </HEAD>
21723 <BODY>
21724 <H1>OPTION: Set printer to attached Wyse60 printer (no formfeed)</H1>
21726 Type "S" to set your printer to "attached-to-wyse-no-formfeed".<BR>
21727 It is OK to include "attached-to-wyse-no-formfeed" in your personal
21728 list below.
21732 This is the same as the "attached-to-wyse" option except that a
21733 formfeed character will not be appended to the end of the print job.
21734 If your printer already ejects the paper by itself at the end of the
21735 job, you may prefer the "no-formfeed" form of this printer so that you
21736 don't get an extra blank page between print jobs.
21739 &lt;End of help on this topic&gt;
21740 </BODY></HTML>
21741 ====== h_config_set_stand_print ======
21742 <HTML>
21743 <HEAD>
21744 <TITLE>OPTION: Set default printer</TITLE>
21745 </HEAD>
21746 <H1>OPTION: Set default printer</H1>
21747 <BODY>
21748 Move to the printer you want and type "S" to set it to be your
21749 default printer.  This list is not modifiable by you and has been
21750 set up by the system administrators.  If there is more than one printer
21751 listed in the Command List, you will be able to cycle through that
21752 whole list at the time you print, starting with your default.
21753 It is OK to include entries from this Standard list in your personal
21754 list below.
21756 &lt;End of help on this topic&gt;
21757 </BODY>
21758 </HTML>
21759 ====== h_config_set_custom_print ======
21760 <HTML>
21761 <HEAD>
21762 <TITLE>OPTION: Set default printer</TITLE>
21763 </HEAD>
21764 <H1>OPTION: Set default printer</H1>
21765 <BODY>
21766 You may add as many print commands as you want to your personal list.
21767 Specify one of them as your default printer by moving to the printer
21768 you want and typing "S".  If there is more than one printer listed
21769 in the Command List, you will be able to cycle through that list at
21770 the time you print, starting with your default.  It is OK to include
21771 entries from the Standard list above or to include the command
21772 "attached-to-ansi", "attached-to-ansi-no-formfeed", "attached-to-wyse", or
21773 "attached-to-wyse-no-formfeed" as one of the entries here.
21775 &lt;End of help on this topic&gt;
21776 </BODY>
21777 </HTML>
21778 ====== h_config_user_id =====
21779 <HTML>
21780 <HEAD>
21781 <TITLE>OPTION: <!--#echo var="VAR_user-id"--></TITLE>
21782 </HEAD>
21783 <BODY>
21784 <H1>OPTION: <!--#echo var="VAR_user-id"--></H1>
21786 This value is used as part of the "From" address on messages you send.
21787 It is also the default login name for remote IMAP server access.  Set this
21788 to the username part you want to appear on outgoing email.
21790 If you want to change the value of what gets included in the From header
21791 in messages you send (other than just the User ID)
21792 look <A HREF="h_config_change_your_from">here</A> for a description.
21794 <P><UL>   
21795 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21796 </UL><P>
21797 &lt;End of help on this topic&gt;
21798 </BODY>
21799 </HTML>
21800 ====== h_config_user_dom =====
21801 <HTML>
21802 <HEAD>
21803 <TITLE>OPTION: <!--#echo var="VAR_user-domain"--></TITLE>
21804 </HEAD>
21805 <BODY>
21806 <H1>OPTION: <!--#echo var="VAR_user-domain"--></H1>
21808 This value specifies the domain part (right-hand side) of your return
21809 address on outgoing email and is also used as the default domain for email
21810 composed to a local user.
21811 <!--chtml if pinemode="os_windows"-->
21812  This value is required for PC-Alpine. If you are unsure as to what this should be,
21813  contact your local help desk, system administrator, or Internet Service Provider.
21814 <!--chtml else-->
21815  If unset, Unix Alpine will obtain the domain from
21816  the system.  Often this value will be set for your whole site by the
21817  system administrator.<P>
21818 <!--chtml endif-->
21819 If you set this, see also the <A HREF="h_config_quell_local_lookup">
21820 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
21822 If you want to change the value of what gets included in the From header
21823 in messages you send (other than just the User Domain)
21824 look <A HREF="h_config_change_your_from">here</A> for a description.
21825 <P><UL>
21826 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21827 </UL><P>
21828 &lt;End of help on this topic&gt;
21829 </BODY>
21830 </HTML>
21831 ====== h_config_smtp_server =====
21832 <HTML>
21833 <HEAD>
21834 <TITLE>OPTION: <!--#echo var="VAR_smtp-server"--></TITLE>
21835 </HEAD>
21836 <BODY>
21837 <H1>OPTION: <!--#echo var="VAR_smtp-server"--></H1>
21838 This value specifies the name of one or more SMTP 
21839 (Simple Mail Transfer Protocol) servers for sending mail. 
21840 <!--chtml if pinemode="os_windows"-->
21841 You must have an SMTP server for use with PC-Alpine.
21842 SMTP servers are
21843 normally set up by a system administrator for use by all members of a given
21844 campus or department.
21845 Contact your local help desk to ask what SMTP
21846 servers you should use.  
21847 <!--chtml else-->
21848 Unix Alpine users may not need to set an SMTP server.
21849 Alpine will attempt to execute the program (usually sendmail) that is used
21850 to insert mail into the mail system.
21851 If this works for you, you may leave this option blank.
21852 If there is an SMTP server running on the Unix host you may be able to
21853 improve sending performance slightly by setting the SMTP server option
21854 to &quot;localhost&quot; or to the actual name of the Unix host.
21856 If the Unix host doesn't work the way Alpine was expecting you will need to
21857 set the value of this option.
21858 SMTP servers are
21859 normally set up by a system administrator for use by all members of a given
21860 campus or department.
21861 Contact your local help desk to ask what SMTP
21862 servers you should use.  
21863 <!--chtml endif-->
21865 Your SMTP server may offer SMTP AUTH authentication.
21866 It may even require it.
21867 If your SMTP server offers SMTP AUTH authentication you may specify a
21868 &quot;user&quot; name parameter to cause Alpine to attempt to authenticate.
21869 This parameter requires an associated value,
21870 the username identifier with which to establish the server
21871 connection.
21872 An example might be:
21875 <CENTER><SAMP>smtpserver.example.com/user=katie</SAMP></CENTER>
21878 If AUTH authentication is offered by the server, this will cause Alpine to
21879 attempt to use it.
21880 If AUTH authentication is not offered by the server, this will cause Alpine
21881 to fail sending with an error similar to:
21884 <CENTER><SAMP>Error: SMTP authentication not available</SAMP></CENTER>
21887 Another type of authentication that is used by some ISPs is called
21888 &quot;POP before SMTP&quot; or &quot;IMAP before SMTP&quot;,
21889 which means that you have to authenticate
21890 yourself to the POP or IMAP server by opening a mailbox before you
21891 can send mail.
21892 To do this, you usually only have to open your INBOX.
21895 You may tell Alpine to use the
21896 <A HREF="http://www.ietf.org/rfc/rfc2476.txt">Message Submission</A>
21897 port (587) instead of the SMTP port (25) by including the &quot;submit&quot;
21898 parameter
21899 in this option.
21900 At this time &quot;/submit&quot; is simply equivalent to specifying
21901 port 587, though it may imply more than that at some point in the future.
21902 Some ISPs are blocking port 25 in order to reduce the amount of spam
21903 being sent to their users.
21904 You may find that the submit option allows you to get around such a block.
21907 <CENTER><SAMP>smtpserver.example.com/submit</SAMP></CENTER>
21910 To specify any non-standard port number on the SMTP server you may follow
21911 the hostname with a colon followed by the portnumber.
21914 <CENTER><SAMP>smtpserver.example.com:12345</SAMP></CENTER>
21917 Normally, when a connection is made to the Smtp-Server Alpine will attempt
21918 to negotiate a secure (encrypted) session using Transport Layer Security (TLS).
21919 If that fails then a non-encrypted connection will be attempted instead.
21920 You may specify that a TLS connection is required if you wish.
21921 If you append &quot;/tls&quot; to the name then the connection will fail
21922 instead of falling back to a non-secure connection.
21925 <CENTER><SAMP>smtpserver.example.com/tls</SAMP></CENTER>
21929 For more details about server name possibilities see
21930 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
21933 <UL>
21934 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21935 </UL>
21937 &lt;End of help on this topic&gt;
21938 </BODY>
21939 </HTML>
21940 ====== h_config_nntp_server =====
21941 <HTML>
21942 <HEAD>
21943 <TITLE>OPTION: <!--#echo var="VAR_nntp-server"--></TITLE></HEAD>
21944 <BODY>
21945 <H1>OPTION: <!--#echo var="VAR_nntp-server"--></H1>
21947 This value specifies the name of one or more NNTP
21948 (Network News Transfer Protocol)
21949 servers for reading and posting USENET news.
21950 NNTP servers are normally
21951 set up by a system administrator for use by all members of a given campus
21952 or department.
21953 Contact your local help desk to ask what NNTP servers you should use.  
21954 <!--chtml if pinemode="os_windows"--><!--chtml else-->
21955 Often Unix Alpine users will find that this variable has been
21956 set for the whole system (and they don't have to worry about it).  
21957 <!--chtml endif-->
21958 When you define an NNTP server here, Alpine implicitly defines a news
21959 collection for you, assuming that server as the news server and assuming
21960 that you will use the NNTP protocol and a local newsrc configuration file
21961 for reading news.
21962 For more about reading news with Alpine, see
21963 <A HREF="h_reading_news">how to use Alpine to read news</A>.
21965 Your NNTP server may offer NNTP &quot;AUTHINFO SASL&quot;
21966 or &quot;AUTHINFO USER&quot; authentication.
21967 It may even require it.
21968 If your NNTP server does offer such authentication you may specify a user name
21969 parameter to cause Alpine to attempt to authenticate.
21970 The same is true for the server name in a folder collection that uses NNTP.
21971 This parameter requires an associated value,
21972 the username identifier with which to establish the server connection.
21973 An example might be:
21976 <CENTER><SAMP>nntpserver.example.com/user=katie</SAMP></CENTER>
21979 If authentication is offered by the server, this will cause Alpine to
21980 attempt to use it.
21981 If authentication is not offered by the server, this will cause Alpine
21982 to fail with an error similar to:
21985 <CENTER><SAMP>Error: NNTP authentication not available</SAMP></CENTER>
21987 For more details about the server name possibilities see
21988 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
21989 <P><UL>
21990 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21991 </UL><P>
21992 &lt;End of help on this topic&gt;
21993 </BODY>
21994 </HTML>
21995 ====== h_config_inbox_path =====
21996 <HTML>
21997 <HEAD>
21998 <TITLE>OPTION: <!--#echo var="VAR_inbox-path"--></TITLE>
21999 </HEAD>
22000 <BODY>
22001 <H1>OPTION: <!--#echo var="VAR_inbox-path"--></H1>
22003 This value overrides the default value of your INBOX name/path/location.
22004 <!--chtml if pinemode="os_windows"-->
22005 PC-Alpine users must specify an inbox path and it must be a folder on an
22006 IMAP server.  
22007 <!--chtml else-->
22008 Unix and VMS Alpine users will often find that this variable
22009 has been pre-configured by your system administrator.  
22010 <!--chtml endif-->
22011 You may be able to specify an alternate INBOX that is either a local folder 
22012 or a folder on an IMAP server.
22014 A typical remote <!--#echo var="VAR_inbox-path"--> entry would be: &#123;monet.art.example.com}INBOX
22015 where &quot;monet.art.example.com&quot; is replaced by the name of your IMAP
22016 mail server.
22018 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22019 details on the syntax of folder definitions.
22021 See <A HREF="h_info_on_mbox">Missing mail and the mbox driver</A> if your
22022 mail is disappearing.
22023 <P><UL>
22024 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22025 </UL><P>
22026 &lt;End of help on this topic&gt;
22027 </BODY>
22028 </HTML>
22029 ====== h_config_change_your_from =====
22030 <HTML>
22031 <HEAD>
22032 <TITLE>How to Change your From Address</TITLE>
22033 </HEAD>
22034 <BODY>
22035 <H1>How to Change your From Address</H1>
22037 If the From address that Alpine includes in mail that you send is not correct,
22038 you may want to configure a different default value for the From address.
22039 You may follow these directions to change the default:
22042 <UL>
22043   <LI> Go to the Main Alpine Menu
22044   <LI> From there type the Setup Command
22045   <LI> From there type the Config Command
22046 </UL>
22049 You've probably already seen this SETUP CONFIGURATION screen.
22050 If not, there are many options you may want to set here.
22051 To set the value of the From header you may use the
22052 <A href="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> option.
22053 Find it by scrolling down a few pages or use the WhereIs command to
22054 search for &quot;customized&quot;.
22055 You may want to read the help text associated with the option.
22057 To add a custom From header, type the Add command and enter the
22058 full header line, including the leading &quot;From:&nbsp;&quot;.
22059 For example:
22061 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
22063 Now exit the Setup command and try sending mail to yourself to see
22064 what the From line looks like.
22066 When you are in the composer you may edit the custom From line by typing
22067 Ctrl-R while your cursor is in the headers of the message and then moving
22068 to the From line and editing.
22069 If you want to leave the default value the same but add the possibility
22070 of being able to edit the header when you compose, add just the header
22071 name without a value.
22072 For example:
22074 <CENTER><SAMP>From:</SAMP></CENTER>
22076 If you change your From address you may also find it useful to add the
22077 changed From address to the
22078 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
22079 configuration option.
22081 <UL>   
22082 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22083 </UL><P>
22084 &lt;End of help on this topic&gt;
22085 </BODY>
22086 </HTML>
22087 ====== h_config_default_fcc =====
22088 <HTML>
22089 <HEAD>
22090 <TITLE>OPTION: <!--#echo var="VAR_default-fcc"--></TITLE>
22091 </HEAD>
22092 <BODY>
22093 <H1>OPTION: <!--#echo var="VAR_default-fcc"--></H1>
22095 This value specifies where a copy of outgoing mail should be saved.  If
22096 this is not a path name, it will be in the default collection for saves.
22097 Any valid folder specification, local or IMAP, is allowed.  This default
22098 folder carbon copy only applies when the 
22099 <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A> 
22100 is set to use the default folder.  
22101 <!--chtml if pinemode="os_windows"-->
22102 PC-Alpine default is &quot;SENTMAIL&quot; (normally stored as SENTMAIL.MTX)
22103 <!--chtml else-->
22104 Unix Alpine default
22105 is normally &quot;sent-mail&quot; in the default folder collection. 
22106 <!--chtml endif-->
22108 If you access your email through an IMAP server, especially if you often switch between Unix Alpine
22109 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on your
22110 IMAP server (remember that in order to later access this remote folder through Alpine, it
22111 must be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
22112 for more information). An example:<p>
22113 <CENTER><SAMP>{monet.art.example.com}mail/sent-mail</SAMP></CENTER>
22115 To suppress saving of outgoing mail, set: <!--#echo var="VAR_default-fcc"-->=&quot;&quot;
22117 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22118 details on the syntax of folder definitions.
22120 <UL>   
22121 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22122 </UL><P>
22123 &lt;End of help on this topic&gt;
22124 </BODY>
22125 </HTML>
22126 ====== h_config_def_save_folder =====
22127 <HTML>
22128 <HEAD>
22129 <TITLE>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></TITLE>
22130 </HEAD>
22131 <BODY>
22132 <H1>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></H1>
22134 This option determines the default folder name for save-message operations 
22135 (&quot;saves&quot;).
22137 If this is not a path name, it will be in the default collection for saves.
22138 Any valid folder specification, local or IMAP, is allowed.  This default
22139 folder only applies when the
22140 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
22141 doesn't override it.  
22142 <!--chtml if pinemode="os_windows"-->
22143 PC-Alpine default is &quot;SAVEMAIL&quot; (normally stored as SAVEMAIL.MTX).
22144 <!--chtml else-->
22145 Unix Alpine default
22146 is normally &quot;saved-messages&quot; in the default folder collection.
22147 <!--chtml endif-->
22148 If you access your email through an IMAP server, especially if you often switch between Unix
22149 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on an
22150 IMAP server (remember that in order to later access this remote folder through Alpine, it
22151 should be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
22152 for more information). An example:<p>
22153 <CENTER><SAMP>{monet.art.example.com}mail/saved-messages</SAMP></CENTER>
22155 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22156 details on the syntax of folder definitions.
22158 <UL>   
22159 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22160 </UL><P>
22161 &lt;End of help on this topic&gt;
22162 </BODY>
22163 </HTML>
22164 ====== h_config_postponed_folder =====
22165 <HTML>
22166 <HEAD>
22167 <TITLE>OPTION: <!--#echo var="VAR_postponed-folder"--></TITLE>
22168 </HEAD>
22169 <BODY>
22170 <H1>OPTION: <!--#echo var="VAR_postponed-folder"--></H1>
22172 This value overrides the default name for the folder where postponed
22173 messages are saved.  If this is not a path name, it will be in the default
22174 collection for message Saves.  Any valid folder specification, local or
22175 remote, is allowed. 
22176 PC-Alpine default
22177 is &quot;POSTPOND&quot; (stored as POSTPOND.MTX).
22178 The Unix Alpine default is normally &quot;postponed-msgs&quot;
22179 in the default collection. 
22181 Tip: If you are using different installations of (PC-)Alpine -- for example, PC-Alpine on your personal
22182 computer at home, and Unix Alpine on campus -- you can postpone a composition begun with one Alpine and
22183 resume it later with the other if you set this option to the <B>same folder on the same IMAP host</B>
22184 in all Alpine copies you use. 
22185 (Remember that in order to later access this remote folder through Alpine, it must be in a folder
22186 collection. See <A HREF="h_what_are_collections">Folder Collections Extensions Explained</a>
22187 for more information). An
22188 example:<p> 
22189 <CENTER><SAMP>{monet.art.example.com}mail/postponed-msgs</SAMP></CENTER>
22191 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22192 details on the syntax of folder definitions.
22194 <UL>   
22195 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22196 </UL><P>
22197 &lt;End of help on this topic&gt;
22198 </BODY>
22199 </HTML>
22200 ====== h_config_read_message_folder =====
22201 <HTML>
22202 <HEAD>
22203 <TITLE>OPTION: <!--#echo var="VAR_read-message-folder"--></TITLE>
22204 </HEAD>
22205 <BODY>
22206 <H1>OPTION: <!--#echo var="VAR_read-message-folder"--></H1>
22208 By virtue of specifying a folder name here, Alpine will be configured to
22209 save all messages that you have read during a session into the designated
22210 &quot;read messages&quot; folder.  This allows you to more easily distinguish
22211 between your really new email (in your INBOX) and those that you have
22212 already read.  Depending on how you define the 
22213 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
22214 setting, you may or may not be asked when you quit
22215 Alpine if you want read messages to be moved to this folder.  In either
22216 case, moving the messages means they will be deleted from your INBOX.
22218 If this is not a path name, it will be in the default collection for
22219 saves.  Any valid folder specification, local or remote (via IMAP), is
22220 allowed.  There is no default for the name of the read message folder.
22222 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22223 details on the syntax of folder definitions.
22225 <UL>   
22226 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22227 </UL><P>
22228 &lt;End of help on this topic&gt;
22229 </BODY>
22230 </HTML>
22231 ====== h_config_form_folder =====
22232 <HTML>
22233 <HEAD>
22234 <TITLE>OPTION: <!--#echo var="VAR_form-letter-folder"--></TITLE>
22235 </HEAD>
22236 <BODY>
22237 <H1>OPTION: <!--#echo var="VAR_form-letter-folder"--></H1>
22239 A &quot;<!--#echo var="VAR_form-letter-folder"-->&quot; is a mail folder that is intended to
22240 contain messages that you have composed and that are intended to be
22241 sent in their original form repeatedly.
22244 Setting this variable will alter Alpine's usual behavior when you
22245 execute the Compose command.  Normally, Alpine offers a chance to
22246 continue a postponed or interrupted message should one or the other
22247 exist.  When this variable is set to a folder name that exists, Alpine
22248 will also offer the chance to select a message from the folder to
22249 insert into the composer (much like when continuing a postponed message).
22250 The difference, however, is that Alpine will not automatically delete
22251 the selected message from the Form Letter Folder.
22253 Setting this variable will also affect Alpine's behavior when you
22254 Postpone a message from the composer.  Normally, Alpine simply stashes
22255 the message away in your
22256 &quot;<A HREF="h_config_postponed_folder"><!--#echo var="VAR_postponed-folder"--></A>&quot;.
22257 Regardless of the specified folder's existence, Alpine will ask which
22258 folder you intend the message to be stored in.  Choose the
22259 &quot;F&quot; option to store the message in your Form Letter Folder.
22260 This is the most common way to add a message to the folder.
22263 Another method of adding messages to the folder is via the Alpine
22264 composer's <SAMP>Fcc:</SAMP> field.  If you are sending a message that
22265 you expect to send in the same form again, you can enter the Form
22266 Letter Folder's name in this field.  Alpine, as usual, will copy the
22267 message as it's sent.  Note, when you later select this message from 
22268 your Form Letter Folder, it will have the same recipients as the original
22269 message.
22272 To delete a message from the Form Letter Folder, you can either select
22273 the folder from a suitable FOLDER LIST screen, or use the Delete
22274 command in the MESSAGE INDEX offered when selecting from the folder as
22275 part of the Compose command.  You can delete a Form Letter Folder just
22276 as any other folder from a suitable FOLDER LIST screen.
22279 You may find that the <A HREF="h_rules_roles">&quot;Roles&quot;</A>
22280 facility can be used
22281 to replace the Form Letter Folder.
22284 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22285 details on the syntax of folder definitions.
22288 <UL>   
22289 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22290 </UL><P>
22291 &lt;End of help on this topic&gt;
22292 </BODY>
22293 </HTML>
22294 ====== h_config_archived_folders =====
22295 <HTML>
22296 <HEAD>
22297 <TITLE>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></TITLE>
22298 </HEAD>
22299 <BODY>
22300 <H1>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></H1>
22302 This is like
22303 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>,
22304 only more general.  You may archive
22305 any of the folders in your incoming collection.  This is a list of folder
22306 pairs, with the first separated from the second in the pair by a space.
22307 The first folder in a pair is the folder you want to archive, and the
22308 second folder is the folder that read messages from the first should be
22309 moved to.  Depending on how you define the
22310 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
22311 setting, you may or may not be asked when you
22312 leave the first folder if you want read messages to be moved to the
22313 second folder.  In either case, moving the messages means they will be
22314 deleted from the first folder.
22316 The name of the first folder in each pair can be either the technical
22317 specification of the folder (like what appears in your configuration file)
22318 or (much easier) the nickname that you gave the folder when you made it
22319 an incoming folder.
22321 For example:<p>
22322 <CENTER><SAMP>{monet.art.example.com}inbox {monet.art.example.com}mail/inbox-archive</SAMP></CENTER>
22323 <p>or, using nicknames:<p>
22324 <CENTER><SAMP>inbox inbox-archive</SAMP></CENTER>
22326 If these are not path names, they will be in the default collection for
22327 saves. Any valid folder specification, local or remote (via IMAP), is
22328 allowed. There is no default.
22330 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22331 details on the syntax of folder definitions.
22333 <UL>   
22334 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22335 </UL><P>
22336 &lt;End of help on this topic&gt;
22337 </BODY>
22338 </HTML>
22339 ====== h_config_newsrc_path ======
22340 <HTML>
22341 <HEAD>
22342 <TITLE>OPTION: <!--#echo var="VAR_newsrc-path"--></TITLE>
22343 </HEAD>
22344 <BODY>
22345 <H1>OPTION: <!--#echo var="VAR_newsrc-path"--></H1>
22347 This option overrides the default name Alpine uses for your "newsrc" news
22348 status and subscription file.  If set, Alpine will take this value as the
22349 full pathname for the desired newsrc file.<P>
22351 If this option is <B>not</B> set, 
22352 <!--chtml if pinemode="os_windows"-->
22353 PC-Alpine looks first for $HOME&#92;NEWSRC (where $HOME defaults to the root
22354 of the current drive, e.g. &quot;C:&#92;&quot;) and then it looks in the same
22355 directory as your pinerc file for NEWSRC.
22356 <!--chtml else-->
22357 Unix Alpine looks for the file ~/.newsrc (that is, the file named .newsrc in 
22358 your account's home directory).
22359 <!--chtml endif-->
22360 <P><UL>
22361 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22362 </UL>
22364 &lt;End of help on this topic&gt;
22365 </BODY>
22366 </HTML>
22367 ====== h_config_literal_sig =====
22368 <HTML>
22369 <HEAD>
22370 <TITLE>OPTION: <!--#echo var="VAR_literal-signature"--></TITLE>
22371 </HEAD>
22372 <BODY>
22373 <H1>OPTION: <!--#echo var="VAR_literal-signature"--></H1>
22375 With this option your actual signature, as opposed to
22376 the name of a file containing your signature,
22377 is stored in the Alpine configuration file.
22378 If this is defined it takes precedence over the <!--#echo var="VAR_signature-file"--> option.
22381 This is simply a different way to store the signature.
22382 The signature is stored inside your Alpine configuration file instead of in
22383 a separate file.
22384 Tokens work the same way they do with the
22385 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A> so look there for
22386 help.
22389 The Setup/Signature command on Alpine's MAIN MENU will edit
22390 the &quot;<!--#echo var="VAR_literal-signature"-->&quot; by default.  However, if no
22391 &quot;<!--#echo var="VAR_literal-signature"-->&quot; is defined and the file named in the
22392 &quot;<!--#echo var="VAR_signature-file"-->&quot; option exists, then the latter will be used
22393 instead.
22396 The two character sequence &#92;n (backslash followed by
22397 the character n) will be used to signify a line-break in your signature.
22398 You don't have to enter the &#92;n, but it will be visible in the
22399 SETUP CONFIGURATION window after you are done editing the signature.
22402 <UL>   
22403 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22404 </UL><P>
22405 &lt;End of help on this topic&gt;
22406 </BODY>
22407 </HTML>
22408 ====== h_config_signature_file =====
22409 <HTML>
22410 <HEAD>
22411 <TITLE>OPTION: <!--#echo var="VAR_signature-file"--></TITLE>
22412 </HEAD>
22413 <BODY>
22414 <H1>OPTION: <!--#echo var="VAR_signature-file"--></H1>
22416 If a <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined,
22417 then this &quot;<!--#echo var="VAR_signature-file"-->&quot; option will be ignored.
22418 You can tell that that is the case because the value of the
22419 &quot;<!--#echo var="VAR_signature-file"-->&quot; will show up as
22421 <CENTER><SAMP>&lt;Ignored: using <!--#echo var="VAR_literal-signature"--> instead&gt;</SAMP></CENTER>
22423 You may either use all Literal Signatures (signatures stored in your
22424 configuration file) throughout Alpine, or all signature files.
22425 You can't mix the two.
22427 This is the name of a file that will be automatically inserted into
22428 outgoing messages.
22429 It typically contains information such as your
22430 name, email address and organizational affiliation.
22431 Alpine adds the
22432 signature into the message as soon as you enter the composer so you
22433 can choose to remove it or edit it on a message by message basis.
22434 Signature file placement in message replies is controlled by the
22435 &quot;<A HREF="h_config_sig_at_bottom"><!--#echo var="FEAT_signature-at-bottom"--></A>&quot;
22436 setting in the feature list.
22439 The default file name is
22440 <!--chtml if pinemode="os_windows"-->
22441 &quot;PINE.SIG&quot; in the same directory as your PINERC file if your
22442 PINERC file is a local file.
22443 If your PINERC file is remote, then it will be in the directory specified
22444 by the &quot;-aux local_directory&quot; command line option.
22445 <!--chtml else-->
22446 &quot;.signature&quot;.
22447 <!--chtml endif-->
22450 To create or edit your signature file choose Setup from the MAIN MENU
22451 and then select S for Signature (Main/Setup/Signature).  This puts you
22452 into the Signature Editor where you can enter a <EM>few</EM> lines of
22453 text containing your identity and affiliation.
22456 If the filename is followed by a vertical bar (|) then instead
22457 of reading the contents of the file the file is assumed to be a
22458 program that will produce the text to be used on its standard output.
22459 The program can't have any arguments and doesn't receive any input from Alpine,
22460 but the rest of the processing works as if the contents came from a file.
22463 Instead of storing the data in a local file, the
22464 signature data may be stored remotely in an IMAP folder.
22465 In order to do this, 
22466 you must use a remote name for the file.
22467 A remote <!--#echo var="VAR_signature-file"--> name might look like:
22469 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/signature</SAMP></CENTER>
22472 The syntax used here is the same as the syntax used for remote configuration
22473 files from the command line.
22474 Note that you may not access an existing signature file remotely,
22475 you have to create a new <EM>folder</EM> that contains the signature data.
22476 If the name you use here for the signature file is a remote name, then when
22477 you edit the file from the Setup/Signature command the data will be stored
22478 remotely in the folder.
22479 You aren't required to do anything special to create the folder, it
22480 gets created automatically if you use a remote name.
22483 Besides regular text, the signature file may also contain
22484 (or a signature program may produce) tokens that
22485 are replaced with text that usually depends on the message you are replying
22486 to or forwarding.
22487 For example, if the signature file contains the token
22489 <CENTER><SAMP>_DATE_</SAMP></CENTER>
22491 anywhere in the text, then that token is replaced by the date
22492 the message you are replying to or forwarding was sent.
22493 If it contains
22495 <CENTER><SAMP>_CURDATE_</SAMP></CENTER>
22497 that is replaced with the current date.
22498 The first is an example of a token that depends on the message you
22499 are replying to (or forwarding) and the second is an example which
22500 doesn't depend on anything other than the current date.
22501 You have to be a little careful with this facility since tokens that
22502 depend on the message you are replying to or forwarding will be replaced
22503 by nothing in the case where you are composing a new message from scratch.
22504 The use of <A HREF="h_rules_roles">&quot;roles&quot;</A> may help you
22505 in this respect.
22506 It allows you to use different signature files in different cases.
22509 The list of tokens available for use in the signature file is
22510 <A HREF="h_index_tokens">here</A>.
22513 Instead of, or along with the use of &quot;roles&quot; to give you
22514 different signature files in different situations, there is also
22515 a way to conditionally include text based
22516 on whether or not a token would result in specific replacement text.
22517 For example, you could include some text based on whether or not
22518 the _NEWS_ token would result in any newsgroups if it was used.
22519 This is explained in detail
22520 <A HREF="h_reply_token_conditionals">here</A>.
22521 This isn't for the faint of heart.
22523 In the very unlikely event that you want to include a literal token
22524 in the signature you must precede it with a backslash character.
22525 For example,
22527 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
22529 would produce something like
22531 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
22533 It is not possible to have a literal backslash followed by an expanded token.
22535 An alternate method for storing the signature data is available by using the
22536 <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> configuration option.
22537 This variable will be used by default.
22539 <UL>   
22540 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22541 </UL><P>
22542 &lt;End of help on this topic&gt;
22543 </BODY>
22544 </HTML>
22545 ====== h_config_init_cmd_list =====
22546 <HTML>
22547 <HEAD>
22548 <TITLE>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></TITLE>
22549 </HEAD>
22550 <BODY>
22551 <H1>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></H1>
22553 The initial keystroke--or command--list option lets you start Alpine at
22554 any place you like.
22555 Whatever keystrokes you specify here will be executed
22556 by Alpine upon startup as a macro.
22557 The words SPACE, TAB, DOWN, UP, LEFT, and
22558 RIGHT indicate the pressing of those keys.
22559 CR indicates the pressing of the RETURN key.
22560 F1 through F12 represent the function keys, and ^ followed
22561 by a character indicates that key pressed along with the control key (in
22562 other words, ^P means Ctrl-P).
22563 As a shortcut notation, an element of the list may be several characters
22564 surrounded by double-quotes (").
22565 That will be expanded into the individual keystrokes
22566 (excluding the double-quote characters).
22567 For example, the quoted-string
22569 <P><CENTER>"ABC"</CENTER>
22572 is interpreted the same as the three separate list members
22574 <P><CENTER>A and B and C</CENTER>
22577 which is also the same as
22579 <P><CENTER>A,B,C</CENTER>
22582 An example: To view message 1 on startup,
22583 you could use an <!--#echo var="VAR_initial-keystroke-list"--> equal to
22585 <P><CENTER>I,J,1,CR,V</CENTER>
22588 An equivalent version of this is
22590 <P><CENTER>"IJ1",CR,V</CENTER>
22593 Restrictions: You cannot pre-type into the composer with the initial
22594 keystroke list, and you cannot mix function key commands with letter
22595 commands.
22597 <P><UL>   
22598 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22599 </UL>
22601 &lt;End of help on this topic&gt;
22602 </BODY>
22603 </HTML>
22604 ====== h_config_comp_hdrs =====
22605 <html>
22606 <header>
22607 <title>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></title>
22608 </header>
22609 <body>
22610 <h1>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></h1>
22612 You can control which headers you want visible when composing outgoing
22613 email using this option.
22614 You can specify any of the regular set, any
22615 <A HREF="h_compose_richhdr">Rich Header</A>,
22616 or any <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
22617 that you have already defined.
22618 If you use this setting at all, you must specify all the
22619 headers you want to see, you can't just add to the regular header set.
22620 The default set is To:, Cc:, Attchmnt:, and Subject:.<p>
22622 Note that the "Newsgroups:" header will be abbreviated in the Composer
22623 display, but should be spelled out in full here.<p>
22624 <UL>   
22625 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22626 </UL><P>
22627 &lt;End of help on this topic&gt;
22628 </body>
22629 </html>
22630 ====== h_config_custom_hdrs =====
22631 <HTML>
22632 <HEAD>
22633 <TITLE>OPTION: <!--#echo var="VAR_customized-hdrs"--></TITLE>
22634 </HEAD>
22635 <BODY>
22636 <H1>OPTION: <!--#echo var="VAR_customized-hdrs"--></H1>
22638 You may add your own custom headers to outgoing messages.
22639 Each header you specify here must include the header tag 
22640 (<A HREF="h_composer_reply_to">Reply-To:</A>, Approved:, etc.)
22641 and may optionally include a value for that header.
22642 If you want to see these custom headers each time you compose a message,
22643 you must add them to your
22644 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> list, 
22645 otherwise they become part
22646 of the rich header set that you only see when you press the
22647 <A HREF="h_compose_richhdr">Rich Header</A>
22648 <!--chtml if pinemode="function_key"-->(F5)
22649 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
22650 (If you are looking for a way to change which headers are <EM>displayed</EM>
22651 when you view a message, take a look at the
22652 <A HREF="h_config_viewer_headers"><!--#echo var="VAR_viewer-hdrs"--></A>
22653 option instead.)
22654 Here's an example that shows how you might set your From address
22656 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
22658 and another showing how you might set a Reply-To address
22660 <CENTER><SAMP>Reply-To: user@example.com</SAMP></CENTER>
22662 You may also set non-standard header values here.
22663 For example, you could add
22665 <CENTER><SAMP>Organization: My Organization Name</SAMP></CENTER>
22667 or even
22669 <CENTER><SAMP>X-Favorite-Colors: Purple and Gold</SAMP></CENTER>
22671 If you include a value after the colon then that header will be included
22672 in your outgoing messages unless you delete it before sending.
22673 If a header in the <!--#echo var="VAR_customized-hdrs"--> list has only a tag but no value, then
22674 it will not be included in outgoing messages unless you edit a value
22675 in manually.
22676 For example, if
22678 <CENTER><SAMP>Reply-To:</SAMP></CENTER>
22680 is in the list, then the Reply-To header will be available for editing
22681 but won't be included unless a value is added while in the composer.
22683 It's actually a little more complicated than that.
22684 The values of headers that you set with the <!--#echo var="VAR_customized-hdrs"--> option are
22685 defaults.
22686 If the message you are about to compose already has a value for a header,
22687 that value is used instead of a value from your <!--#echo var="VAR_customized-hdrs"-->.
22688 For example, if you are Replying to a message the Subject field
22689 will already be filled in.
22690 In that case, if the <!--#echo var="VAR_customized-hdrs"--> list contains a Subject line, the
22691 custom subject will <EM>NOT</EM> be used.
22692 The subject derived from the subject of the message you are Replying
22693 to will be used instead.
22695 It is also possible to make header setting even more complicated and more
22696 automatic by using
22697 <A HREF="h_rules_roles">Roles</A>,
22698 but if all you want to do is set a default value for a header, you don't
22699 need to think about Roles.
22701 If you change your From address you may also find it useful to add the
22702 changed From address to the
22703 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
22704 configuration option.
22706 Limitation: Because commas are used to separate the list of
22707 <!--#echo var="VAR_customized-hdrs"-->, it is not possible to have the value of a
22708 header contain a comma.
22709 Nor is there currently an &quot;escape&quot; mechanism provided
22710 to make this work.
22711 <P><UL>
22712 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22713 </UL>
22715 &lt;End of help on this topic&gt;
22716 </BODY>
22717 </HTML>
22718 ====== h_config_viewer_headers =====
22719 <HTML>
22720 <HEAD>
22721 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdrs"--></TITLE>
22722 </HEAD>
22723 <BODY>
22724 <H1>OPTION: <!--#echo var="VAR_viewer-hdrs"--></H1>
22726 You may change the default list of headers that are viewed by listing
22727 the headers you want to view here.  If the headers in your
22728 &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list are present in the message, then they
22729 will be shown.  The order of the headers you list will be honored.  If
22730 the special value &quot;all-except&quot; is included as the first
22731 header in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list, then all headers in the
22732 message except those in the list will be shown.  The values are all
22733 case insensitive.
22736 Note that once you put anything in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list,
22737 then the original default headers are ignored.  So, if you just wanted
22738 to add the header Organization to the list, you would have to list
22739 Organization plus all of the other headers originally in the default
22740 list.  If you just included Organization and nothing else, then you
22741 would see only the Organization header, nothing else.
22744 The default list of headers includes:
22745 <UL>
22746   <LI>From
22747   <LI>Resent-From
22748   <LI>To
22749   <LI>Resent-To
22750   <LI>Cc
22751   <LI>Resent-cc
22752   <LI>Bcc
22753   <LI>Newsgroups
22754   <LI>Followup-To
22755   <LI>Date
22756   <LI>Resent-Date
22757   <LI>Subject
22758   <LI>Resent-Subject
22759   <LI>Reply-To
22760 </UL>
22763 If you are looking for a way to control which headers are included in
22764 outgoing mail and are visible or not in the composer, take a look at the
22765 options
22766 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
22767 and <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> instead of
22768 this option.
22770 <UL>   
22771 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22772 </UL><P>
22773 &lt;End of help on this topic&gt;
22774 </BODY>
22775 </HTML>
22776 ====== h_config_viewer_margin_left =====
22777 <HTML>
22778 <HEAD>
22779 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-left"--></TITLE>
22780 </HEAD>
22781 <BODY>
22782 <H1>OPTION: <!--#echo var="VAR_viewer-margin-left"--></H1>
22784 This variable controls the left-hand vertical margin's width in
22785 Alpine's Message Viewing screen.
22786 Its value is the number of space characters preceding each displayed line.
22787 For consistency with
22788 <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>,
22789 you may specify the column number to start in
22790 (column numbering begins with number 1)
22791 instead of the width of the margin by appending a lower case letter
22792 &quot;c&quot; to the number.
22793 For example, a value of &quot;2c&quot; means to start the text in column two,
22794 which is entirely equivalent to a value of &quot;1&quot;, which means to
22795 leave a margin of 1 space.
22797 The default is a left margin of 0 (zero).
22798 Misconfigurations (for example, negative values or values with starting
22799 left columns greater than the ending right column)
22800 are silently ignored.
22801 If the number of columns for text between the <!--#echo var="VAR_viewer-margin-left"--> and
22802 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
22803 instead.
22806 &lt;End of help on this topic&gt;
22807 </BODY>
22808 </HTML>
22809 ====== h_config_viewer_margin_right =====
22810 <HTML>
22811 <HEAD>
22812 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-right"--></TITLE>
22813 </HEAD>
22814 <BODY>
22815 <H1>OPTION: <!--#echo var="VAR_viewer-margin-right"--></H1>
22817 This variable controls the right-hand vertical margin's width in
22818 Alpine's Message Viewing screen.
22819 Its value is the number of space characters following each displayed line.
22820 You may specify the column number to end the text in
22821 (column numbering begins with number 1)
22822 instead of the width of the margin by appending a lower case letter
22823 &quot;c&quot; to the number.
22824 For example, a value of &quot;76c&quot; means to end the text in column 76.
22825 If the screen is 80 characters wide, this is equivalent to a value
22826 of &quot;4&quot;, which means to leave a margin of 4 spaces.
22827 However, if you use different size screens at different times, then these
22828 two values are not equivalent.
22830 The default right margin is 4.
22831 Misconfigurations (for example, negative values or values with starting
22832 left columns greater than the ending right column)
22833 are silently ignored.
22834 If the number of columns for text between the
22835 <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
22836 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
22837 instead.
22840 &lt;End of help on this topic&gt;
22841 </BODY>
22842 </HTML>
22843 ====== h_config_quote_suppression =====
22844 <HTML>
22845 <HEAD>
22846 <TITLE>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></TITLE>
22847 </HEAD>
22848 <BODY>
22849 <H1>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></H1>
22851 This option should be used with care.
22852 It will cause some of the quoted text to be eliminated from the
22853 display when viewing a message in the MESSAGE TEXT screen.
22854 For example, if you set the <!--#echo var="VAR_quote-suppression-threshold"--> to the
22855 value &quot;5&quot;,
22856 this will cause quoted text that is longer than five lines to be truncated.
22857 Quoted text of five or fewer consecutive lines will be displayed in its entirety.
22858 Quoted text of more than six lines will have the first five lines displayed
22859 followed by a line that looks something like
22861 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
22863 As a special case, if exactly one line of quoted text would be hidden, the
22864 entire quote will be shown instead.
22865 So for the above example, quoted text that is exactly six lines long will
22866 will be shown in its entirety.
22867 (In other words, instead of hiding a single line and adding a line
22868 that announces that one line was hidden, the line is just shown.)
22870 If the sender of a message has carefully chosen the quotes that he or she
22871 includes, hiding those quotes may change the meaning of the message.
22872 For that reason, Alpine requires that when you want to set the value of this
22873 variable to something less than four lines, you actually have to set it
22874 to the negative of that number.
22875 So if you want to set this option to &quot;3&quot;, you actually have to
22876 set it to &quot;-3&quot;.
22877 The only purpose of this is to get you to think about whether or not you
22878 really want to do this!
22879 If you want to delete all quoted text you set the value of this option
22880 to the special value &quot;-10&quot;.
22882 The legal values for this option are
22884 <TABLE>   
22885 <TR>
22886   <TD> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
22887   <TD> Default, don't hide anything </TD>
22888 </TR>
22889 <TR>
22890   <TD> &nbsp;-1,-2,-3&nbsp;&nbsp; </TD>
22891   <TD> Suppress quote lines past 1, 2, or 3 lines </TD>
22892 </TR>
22893 <TR>
22894   <TD> &nbsp;4,5,6,...&nbsp; </TD>
22895   <TD> Suppress if more than that many lines </TD>
22896 </TR>
22897 <TR>
22898   <TD> &nbsp;&nbsp;&nbsp;-10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
22899   <TD> Suppress all quoted lines </TD>
22900 </TR>
22901 </TABLE>
22903 If you set this option to a non-default value you may sometimes wish to
22904 view the quoted text that is not shown.
22905 When this is the case, the
22906 <A HREF="h_common_hdrmode">HdrMode Command</A>
22907 may be used to show the hidden text.
22908 Typing the &quot;H&quot; command once will show the hidden text.
22909 Typing a second &quot;H&quot; will also turn on Full Header mode.
22910 The presence or absence of the HdrMode command is determined by the
22911 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
22912 Feature-List option in your Alpine configuration, so you will want to
22913 be sure that is turned on if you use quote suppression.
22915 For the purposes of this option, a quote is a line that begins with the
22916 character &quot;&gt;&quot;.
22918 Quotes are only suppressed when displaying a message on the screen.
22919 The entire quote will be left intact when printing or forwarding or something
22920 similar.
22922 &lt;End of help on this topic&gt;
22923 </BODY>
22924 </HTML>
22925 ====== h_config_saved_msg_name_rule =====
22926 <HTML>
22927 <HEAD>
22928 <TITLE>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></TITLE>
22929 </HEAD>
22930 <BODY>
22931 <H1>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></H1>
22933 This option determines the default folder name when saving
22934 a message.
22937 The default option is &quot;default-folder&quot;, which is the folder
22938 called &quot;saved-messages&quot; in Unix Alpine and
22939 &quot;savemail&quot; in PC-Alpine.  To change the default folder, modify
22940 the Alpine option called
22941 <A HREF="h_config_def_save_folder">&quot;<!--#echo var="VAR_default-saved-msg-folder"-->&quot;</A>.
22944 Choosing any of the &quot;by-&quot; options cause Alpine to attempt to
22945 get the chosen option's value for the message being saved (or for the
22946 first message being saved if using an aggregrate save).
22947 For example, if &quot;by-from&quot; is chosen, Alpine attempts to get the
22948 value of who the message came from (i.e. the from address).
22949 Alpine then attempts to save the message to a folder matching that value.
22950 If &quot;by-from&quot; is chosen and no value is obtained, Alpine uses
22951 &quot;by-sender&quot;.
22952 The opposite is also true.
22953 If &quot;by-recipient&quot; is chosen and the message was posted to a
22954 newsgroup, Alpine will use the newsgroup name.
22955 If &quot;by-replyto&quot; is chosen and no value is obtained, Alpine uses
22956 &quot;by-from&quot;.
22959 If any of the &quot;by-realname&quot; options are chosen, Alpine will attempt
22960 to use the personal name part of the address instead of the mailbox part.
22961 If any of the &quot;by-nick&quot; options are chosen, the
22962 address is looked up in your address book and if found, the
22963 nickname for that entry is used.
22964 Only simple address book entries are checked, not distribution lists.
22965 Similarly, if any of the
22966 &quot;by-fcc&quot; options are chosen, the fcc from the corresponding
22967 address book entry is used.
22968 If by-realname, or the by-nick or by-fcc lookups result in no value,
22969 then if the chosen option ends with the &quot;then-from&quot;,
22970 &quot;then-sender&quot;, &quot;then-replyto&quot;,
22971 or &quot;then-recip&quot; suffix, Alpine
22972 reverts to the same behavior as &quot;by-from&quot;,
22973 &quot;by-sender&quot;, &quot;by-replyto&quot;, or &quot;by-recip&quot;
22974 depending on which option was specified.
22975 If the chosen option doesn't end with one of
22976 the &quot;then-&quot; suffixes, then Alpine reverts to the default
22977 folder when no match is found in the address book.
22980 Choosing the option called &quot;last-folder-used&quot;, causes Alpine
22981 to save to the folder that you saved to the last time you saved a
22982 message.  The first time you save a message in an Alpine session, Alpine
22983 attempts to save the message to the default folder.
22986 Here is an example to make some of the options clearer.
22987 If the message is From
22989 <CENTER><SAMP>Fred Flintstone &lt;flint@bedrock.org&gt;</SAMP></CENTER>
22991 and this rule is set to &quot;by-from&quot;, then the default folder offered
22992 in the save dialog would be &quot;flint&quot;.
22994 If this rule is set to &quot;by-realname-of-from&quot; then the default would
22995 be &quot;Fred Flintstone&quot;.
22997 If this rule is set to &quot;by-nick-of-from&quot; then Alpine will search
22998 for the address &quot;flint@bedrock.org&quot; in your address book.
22999 If an entry is found and it has a nickname associated with it, that nickname
23000 will be offered as the default folder.
23001 If not, the default saved message folder will be offered as the default.
23003 If this rule is set to &quot;by-fcc-of-from&quot; then Alpine will search
23004 for the address &quot;flint@bedrock.org&quot; in your address book.
23005 If an entry is found and it has an Fcc associated with it, that Fcc
23006 will be offered as the default folder.
23007 If not, the default saved message folder will be offered as the default.
23009 If this rule is set to &quot;by-nick-of-from-then-from&quot; then Alpine will search
23010 for the address &quot;flint@bedrock.org&quot; in your address book.
23011 If an entry is found and it has a nickname associated with it, that nickname
23012 will be offered as the default folder.
23013 If it is not found (or has no nickname) then the default offered will be
23014 the same as it would be for the &quot;by-from&quot; rule.
23015 That is, it would be &quot;flint&quot;
23017 <UL>   
23018 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23019 </UL><P>
23020 &lt;End of help on this topic&gt;
23021 </BODY>
23022 </HTML>
23023 ====== h_config_fcc_rule =====
23024 <HTML>
23025 <HEAD>
23026 <TITLE>OPTION: <!--#echo var="VAR_fcc-name-rule"--></TITLE>
23027 </HEAD>
23028 <BODY>
23029 <H1>OPTION: <!--#echo var="VAR_fcc-name-rule"--></H1>
23031 This option determines the default name for folder carbon copy. Choose
23032 one:
23034 <DL>
23035 <DT>default-fcc</DT>
23036 <DD>This is the normal default, the value of which is set in the
23037 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable as specified earlier in this
23038 configuration.
23039 </DD>
23041 <DT>last-fcc-used</DT>
23042 <DD> Causes Alpine to use the folder that was last
23043 used in the fcc field
23044 </DD>
23046 <DT>by-nickname</DT>
23047 <DD>Means that Alpine will use the nickname
23048 from your address book that matches the first address in the To line.
23049 If there is no match, it will use the value of the
23050 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable.
23051 </DD>
23053 <DT>by-recipient</DT>
23054 <DD>Means Alpine will form a folder name
23055 based on the left hand side of the first address in the To line.
23056 </DD>
23058 <DT>by-nick-then-recip</DT>
23059 <DD>Means that it will use the
23060 matching nickname from your address book if there is one, otherwise it
23061 will extract the recipient name from the address and use that (like
23062 by-recipient).
23063 </DD>
23065 <DT>current-folder</DT>
23066 <DD>Causes a copy to be written to
23067 the currently open folder, unless that is the INBOX.  In the case
23068 where the current folder is the INBOX, the &quot;<!--#echo var="VAR_default-fcc"-->&quot; is
23069 used instead.
23070 </DD>
23071 </DL>
23074 Note: Whatever the fcc specified by the rule here, it will be
23075 over-ridden by any fcc entries you have in your address book.
23078 <UL>   
23079 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23080 </UL><P>
23081 &lt;End of help on this topic&gt;
23082 </BODY>
23083 </HTML>
23084 ====== h_config_sort_key =====
23085 <HTML>
23086 <HEAD>
23087 <TITLE>OPTION: <!--#echo var="VAR_sort-key"--></TITLE>
23088 </HEAD>
23089 <BODY>
23090 <H1>OPTION: <!--#echo var="VAR_sort-key"--></H1>
23092 This option determines the order in which messages will be displayed in
23093 the MESSAGE INDEX screen.  Choose from:
23095 <UL>
23096  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
23097  <LI> <A HREF="h_index_sort_date">Date</A>
23098  <LI> <A HREF="h_index_sort_subj">Subject</A>
23099  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
23100  <LI> <A HREF="h_index_sort_thread">Thread</A>
23101  <LI> <A HREF="h_index_sort_from">From</A>
23102  <LI> <A HREF="h_index_sort_size">Size</A>
23103  <LI> <A HREF="h_index_sort_score">Score</A>
23104  <LI> <A HREF="h_index_sort_to">To</A>
23105  <LI> <A HREF="h_index_sort_cc">Cc</A>
23106 </UL>
23109 Each type of sort may also be reversed.
23110 Normal default is by &quot;Arrival&quot;.
23113 A possible point of confusion arises when you change the configuration
23114 of the <!--#echo var="VAR_sort-key"-->.
23115 The folder will normally be re-sorted when you go back to viewing the
23116 index.
23117 However, if you have manually sorted the folder with the
23118 Sort
23119 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
23120 command, then it will not be re-sorted until the next time it is opened.
23123 <UL>   
23124 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23125 </UL><P>
23126 &lt;End of help on this topic&gt;
23127 </BODY>
23128 </HTML>
23129 ====== h_config_other_startup =====
23130 <HTML>
23131 <HEAD>
23132 <TITLE>OPTION: Set Startup Rule</TITLE>
23133 </HEAD>
23134 <BODY>
23135 <H1>OPTION: Set Startup Rule</H1>
23137 This option determines which message will be the <EM>current message</EM> when
23138 the folder is first opened.
23139 It works the same way that the option
23140 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
23141 works, so look there for help.
23142 It may be used for any folder, not just incoming folders.
23145 <UL>   
23146 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23147 </UL><P>
23148 &lt;End of help on this topic&gt;
23149 </BODY>
23150 </HTML>
23151 ====== h_config_perfolder_sort =====
23152 <HTML>
23153 <HEAD>
23154 <TITLE>Set Sort Order</TITLE>
23155 </HEAD>
23156 <BODY>
23157 <H1>Set Sort Order</H1>
23159 This option determines the order in which messages will be displayed in
23160 the MESSAGE INDEX screen when the Current Folder Type set in the
23161 Pattern is a match. Choose from:
23163 <UL>
23164  <LI> <A HREF="h_index_sort_default">Default</A>
23165  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
23166  <LI> <A HREF="h_index_sort_date">Date</A>
23167  <LI> <A HREF="h_index_sort_subj">Subject</A>
23168  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
23169  <LI> <A HREF="h_index_sort_thread">Thread</A>
23170  <LI> <A HREF="h_index_sort_from">From</A>
23171  <LI> <A HREF="h_index_sort_size">Size</A>
23172  <LI> <A HREF="h_index_sort_score">Score</A>
23173  <LI> <A HREF="h_index_sort_to">To</A>
23174  <LI> <A HREF="h_index_sort_cc">Cc</A>
23175 </UL>
23178 Each type of sort may also be reversed.
23179 Normal default is by &quot;Arrival&quot;.
23182 A possible point of confusion arises when you change the configuration
23183 of the Sort Order for the currently open folder.
23184 The folder will normally be re-sorted when you go back to viewing the
23185 index.
23186 However, if you have manually sorted the folder with the
23187 Sort
23188 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
23189 command, then it will not be re-sorted until the next time it is opened.
23192 <UL>   
23193 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23194 </UL><P>
23195 &lt;End of help on this topic&gt;
23196 </BODY>
23197 </HTML>
23198 ====== h_config_fld_sort_rule =====
23199 <HTML>
23200 <HEAD>
23201 <TITLE>OPTION: <!--#echo var="VAR_folder-sort-rule"--></TITLE>
23202 </HEAD>
23203 <BODY>
23204 <H1>OPTION: <!--#echo var="VAR_folder-sort-rule"--></H1>
23206 This option controls the order in which folder list entries will be
23207 presented in the FOLDER LIST screen.  Choose one of the following:
23209 <DL>
23210 <DT>Alphabetical</DT>
23211 <DD>sort by alphabetical name independent of type
23212 </DD>
23214 <DT>Alpha-with-dirs-last</DT>
23215 <DD>sort by alphabetical name grouping directory entries
23216 to the end of the list
23217 </DD>
23219 <DT>Alpha-with-dirs-first</DT>
23220 <DD>sort by alphabetical name grouping directory entries
23221 to the start of the list
23222 </DD>
23223 </DL>
23225 The normal default is &quot;Alphabetical&quot;.
23228 <UL>   
23229 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23230 </UL><P>
23231 &lt;End of help on this topic&gt;
23232 </BODY>
23233 </HTML>
23234 ====== h_config_ab_sort_rule =====
23235 <HTML>
23236 <HEAD>
23237 <TITLE>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></TITLE>
23238 </HEAD>
23239 <BODY>
23240 <H1>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></H1>
23242 This option controls the order in which address book entries will be
23243 presented.  Choose one of the following:
23245 <DL>
23246 <DT>fullname</DT>
23247 <DD>use fullname field, lists mixed in
23248 </DD>
23250 <DT>fullname-with-lists-last</DT>
23251 <DD>use fullname field, but put lists at end
23252 </DD>
23254 <DT>nickname</DT>
23255 <DD>use nickname field, lists mixed in
23256 </DD>
23258 <DT>nickname-with-lists-last</DT>
23259 <DD>use nickname field, but put lists at end
23260 </DD>
23262 <DT>dont-sort</DT>
23263 <DD>don't change order of file
23264 </DD>
23265 </DL>
23268 The normal default is &quot;fullname-with-lists-last&quot;.
23269 If you use an address book from more than one computer and those
23270 computers sort the address book differently then the sort order
23271 will be the order where the last change to the address book was
23272 made.
23273 There are two reasons the sorting might be different on different
23274 systems.
23275 First, the <!--#echo var="VAR_addrbook-sort-rule"--></a> may be set differently in the two
23276 places.
23277 Second, the collation rules on the two computers may be different.
23278 For example, one system might ignore special characters while the other
23279 doesn't or one may sort upper and lower case letters together while
23280 the other doesn't.
23281 In any case, the order you see is the order on the system where the
23282 last change was made, for example by an address book edit or a
23283 Take Address command.
23286 <UL>   
23287 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23288 </UL><P>
23289 &lt;End of help on this topic&gt;
23290 </BODY>
23291 </HTML>
23292 ====== h_config_post_char_set =====
23293 <HTML>
23294 <HEAD>
23295 <TITLE>OPTION: <!--#echo var="VAR_posting-character-set"--></TITLE>
23296 </HEAD>
23297 <BODY>
23298 <H1>OPTION: <!--#echo var="VAR_posting-character-set"--></H1>
23300 The <!--#echo var="VAR_posting-character-set"--> configuration option is used
23301 when sending messages.
23305 When sending a message the text typed in the composer is
23306 labeled with the character set specified by this option.
23307 If the composed text is not fully representable in the 
23308 specified <!--#echo var="VAR_posting-character-set"-->, then it is labeled as &quot;UTF-8.&quot
23309 instead;
23312 Attachments are labeled with your
23313 <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>.
23316 Generally, there should be little need to set this option.
23317 If left unset, the
23318 default behavior is to label composed text as specifically as
23319 possible.  That is, if the composed text has no non-ASCII characters,
23320 it is labeled as &quot;US-ASCII.&quot; Similarly, if it is composed of
23321 only ISO-8859-15 characters, it is labeled as such.  Alpine will
23322 attempt to automatically detect a number of character sets including ISO-8859-15,
23323 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
23324 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, and EUC-KR.
23325 If the message contains a mix of character sets,
23326 it is labeled as &quot;UTF-8.&quot;
23330 This setting is provided to allow you to force a particular character set that
23331 Alpine does not automatically detect. For example, if a message is representable
23332 in more than one character set then Alpine may choose a different default
23333 than you want.
23334 Lastly, by setting this option explicitly to
23335 &quot;UTF-8&quot; all non-ASCII messages you send will be labeled as
23336 &quot;UTF-8&quot; instead of something more specific.
23339 In the Setup/Config screen you may choose from a list of all the
23340 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23343 The options
23344 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
23345 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
23346 are closely related.
23347 Setting the feature
23348 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
23349 should cause this option to be ignored.
23352 <UL>   
23353 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23354 </UL><P>
23355 &lt;End of help on this topic&gt;
23356 </BODY>
23357 </HTML>
23358 ====== h_config_unk_char_set =====
23359 <HTML>
23360 <HEAD>
23361 <TITLE>OPTION: <!--#echo var="VAR_unknown-character-set"--></TITLE>
23362 </HEAD>
23363 <BODY>
23364 <H1>OPTION: <!--#echo var="VAR_unknown-character-set"--></H1>
23366 The <!--#echo var="VAR_unknown-character-set"--> configuration option is used
23367 when reading or replying to messages.
23371 A text message should either be made up of all US-ASCII characters
23372 or it should contain a charset label which tells the software which
23373 character set encoding to use to interpret the message.
23374 Sometimes a malformed message may be unlabeled but contain non-ascii text.
23375 This message is outside of the standards so any attempt to read it could fail.
23376 When Alpine attempts to read such a message it will try to interpret the
23377 text in the character set you specify here.
23378 For example, if you have correspondents who send you unlabeled messages that
23379 are usually made up of characters from the WINDOWS-1251 character set, setting
23380 this <!--#echo var="VAR_unknown-character-set"--> to <CODE>WINDOWS-1251</CODE> will
23381 allow you to read those messages.
23382 Of course, if the unlabeled message is actually in some other character set,
23383 then you may see garbage on your screen.
23385 Instead of just unlabeled text, this option also affects text which is labeled
23386 with the charsets &quot;X-Unknown&quot;, &quot;MISSING_PARAMETER_VALUE&quot;
23387 or &quot;US-ASCII&quot;.
23390 In the Setup/Config screen you may choose from a list of all the
23391 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23394 <UL>   
23395 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23396 </UL><P>
23397 &lt;End of help on this topic&gt;
23398 </BODY>
23399 </HTML>
23400 ====== h_config_char_set =====
23401 <HTML>
23402 <HEAD>
23403 <TITLE>OPTION: Display Character Set</TITLE>
23404 </HEAD>
23405 <BODY>
23406 <H1>OPTION: Display Character Set</H1>
23408 The Display Character Set configuration option is used when viewing messages.
23410 Alpine uses Unicode characters internally and 
23411 it is a goal for Alpine to handle email in many different languages.
23412 Alpine will properly display only left-to-right character sets
23413 in a fixed-width font. Specifically, Alpine assumes that a fixed-width
23414 font is in use, in the sense that
23415 characters are assumed to take up zero, one, or two character cell
23416 widths from left to right on the screen. This is true even in PC-Alpine.
23419 Alpine recognizes some local character sets that are right-to-left
23420 (Arabic, Hebrew, and Thai) or not representable in a fixed-width font
23421 (Arabic) and properly converts texts in these character sets to/from
23422 Unicode; however, there are known display bugs with these character
23423 sets.
23426 There are three possible configuration character settings and some
23427 environment variable settings that can affect how Alpine
23428 handles international characters.
23429 The first two of these are only available in UNIX Alpine.
23430 The three configuration options are
23431 Display Character Set,
23432 Keyboard Character Set, and
23433 <!--#echo var="VAR_posting-character-set"-->.
23434 The Keyboard Character Set defaults to being the same value
23435 as the Display Character Set, and that is usually correct, because
23436 the keyboard almost always produces characters in the same character set
23437 as the display displays.
23438 The Display Character Set is the character set that Alpine
23439 will attempt to use when sending characters to the display.
23442 By default, the Display Character Set variable is not set and UNIX Alpine
23443 will attempt to get this information from the environment.
23444 In particular, the <CODE>nl_langinfo(CODESET)</CODE> call is used.
23445 This usually depends on the setting of the environment variables LANG or LC_CTYPE.
23446 An explicit configuration setting for Display Character Set will,
23447 of course, override any default setting.
23449 For PC-Alpine the Display Character Set
23450 and the Keyboard Character Set
23451 are always equivalent to <CODE>UTF-8</CODE> and this is not settable.
23454 It is probably best to use UNIX Alpine in a terminal emulator
23455 capable of displaying UTF-8 characters, since that will allow you to
23456 view just about any received text that is correctly formatted (note,
23457 however, the above comments about known index display bugs with certain
23458 character sets). You'll need to have an emulator that uses a UTF-8 font
23459 and you'll need to set up your environment to use a UTF-8 charmap. For
23460 example, on a Linux system you might include
23462 <CENTER> <CODE>setenv LANG en_US.UTF-8</CODE> </CENTER>
23465 or something similar in your UNIX startup files.
23466 You'd also have to select a UTF-8 font in your terminal emulator.
23469 The types of values that the character set variables may be set to are
23470 <CODE>UTF-8</CODE>, <CODE>ISO-8859-1</CODE>, or <CODE>EUC-JP</CODE>.
23471 The <CODE>ISO-2022</CODE> character sets are not supported for input or
23472 for display, but as a special case, <CODE>ISO-2022-JP</CODE> is supported
23473 for use only as a <!--#echo var="VAR_posting-character-set"-->.
23474 In the Setup/Config screen you may choose from a list of all the
23475 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23476 Here is a list of many of the possible character sets:
23479 <TABLE>
23480 <TR> <TD>UTF-8</TD> <TD>Unicode</TD> </TR>
23481 <TR> <TD>US-ASCII</TD> <TD>7 bit American English characters</TD> </TR>
23482 <TR> <TD>ISO-8859-1</TD> <TD>8 bit European "Latin 1" character set</TD> </TR>
23483 <TR> <TD>ISO-8859-2</TD> <TD>8 bit European "Latin 2" character set</TD> </TR>
23484 <TR> <TD>ISO-8859-3</TD> <TD>8 bit European "Latin 3" character set</TD> </TR>
23485 <TR> <TD>ISO-8859-4</TD> <TD>8 bit European "Latin 4" character set</TD> </TR>
23486 <TR> <TD>ISO-8859-5</TD> <TD>8 bit Latin and Cyrillic</TD> </TR>
23487 <TR> <TD>ISO-8859-6</TD> <TD>8 bit Latin and Arabic</TD> </TR>
23488 <TR> <TD>ISO-8859-7</TD> <TD>8 bit Latin and Greek</TD> </TR>
23489 <TR> <TD>ISO-8859-8</TD> <TD>8 bit Latin and Hebrew</TD> </TR>
23490 <TR> <TD>ISO-8859-9</TD> <TD>8 bit European "Latin 5" character set</TD> </TR>
23491 <TR> <TD>ISO-8859-10</TD> <TD>8 bit European "Latin 6" character set</TD> </TR>
23492 <TR> <TD>ISO-8859-11</TD> <TD>Latin and Thai</TD> </TR>
23493 <TR> <TD>ISO-8859-12</TD> <TD>Reserved</TD> </TR>
23494 <TR> <TD>ISO-8859-13</TD> <TD>8 bit European "Latin 7" character set</TD> </TR>
23495 <TR> <TD>ISO-8859-14</TD> <TD>8 bit European "Latin 8" character set</TD> </TR>
23496 <TR> <TD>ISO-8859-15</TD> <TD>8 bit European "Latin 9" character set</TD> </TR>
23497 <TR> <TD>ISO-8859-16</TD> <TD>8 bit European "Latin 10" character set</TD> </TR>
23498 <TR> <TD>KOI8-R</TD> <TD>8 bit Latin and Russian</TD> </TR>
23499 <TR> <TD>KOI8-U</TD> <TD>8 bit Latin and Ukranian</TD> </TR>
23500 <TR> <TD>WINDOWS-1251</TD> <TD>8 bit Latin and Russian</TD> </TR>
23501 <TR> <TD>TIS-620</TD> <TD>8 bit Latin and Thai</TD> </TR>
23502 <TR> <TD>VISCII</TD> <TD>8 bit Latin and Vietnamese</TD> </TR>
23503 <TR> <TD>GBK</TD> <TD>Latin and Chinese Simplified</TD> </TR>
23504 <TR> <TD>GB2312</TD> <TD>Latin and Chinese Simplified</TD> </TR>
23505 <TR> <TD>CN-GB</TD> <TD>Latin and Chinese Simplified</TD> </TR>
23506 <TR> <TD>BIG5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
23507 <TR> <TD>BIG-5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
23508 <TR> <TD>EUC-JP</TD> <TD>Latin and Japanese</TD> </TR>
23509 <TR> <TD>SHIFT-JIS</TD> <TD>Latin and Japanese</TD> </TR>
23510 <TR> <TD>EUC-KR</TD> <TD>Latin and Korean</TD> </TR>
23511 <TR> <TD>KSC5601</TD> <TD>Latin and Korean</TD> </TR>
23512 </TABLE>
23515 When reading incoming email, Alpine understands many different
23516 character sets and is able to convert the incoming mail into Unicode.
23517 The Unicode will be converted to the Display Character Set
23518 for display on your terminal.
23519 Characters typed at the keyboard will be converted from the
23520 Keyboard Character Set to Unicode for Alpine's internal
23521 use.
23522 You may find that you can read some malformed messages that do not
23523 contain a character set label by setting the option
23524 <A HREF="h_config_unk_char_set">&quot;<!--#echo var="VAR_unknown-character-set"-->&quot;</A>.
23527 The <!--#echo var="VAR_posting-character-set"--> is used when sending messages.
23528 The default behavior obtained by leaving this variable unset is usually
23529 what is wanted. In that default case, Alpine will attempt
23530 to label the message with the most specific character set from the
23531 rather arbitrary set
23533 US-ASCII, ISO-8859-15,
23534 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
23535 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, EUC-KR, and UTF-8.
23538 For example, if the message is made up of only US-ASCII characters, it
23539 will be labeled US-ASCII. Otherwise, if it is all ISO-8859-15 characters,
23540 that will be the label. If that doesn't work the same is tried for the
23541 remaining members of the list.
23544 It might make sense to set <!--#echo var="VAR_posting-character-set"--> to an
23545 explicit value instead.
23546 For example, if you usually send messages in Greek, setting this
23547 option to ISO-8859-7 will result in messages being labeled as
23548 US-ASCII if there are no non-ascii characters, ISO-8859-7 if there
23549 are only Greek characters, or UTF-8 if there are some characters
23550 that aren't representable in ISO-8859-7.
23551 Another possibility is to set this option explicitly to UTF-8.
23552 In that case
23553 Alpine labels only ascii messages as US-ASCII and all other
23554 messages as UTF-8.
23557 The options
23558 <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
23559 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
23560 are closely related to this option.
23561 Setting the feature
23562 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
23563 should cause this option to be ignored.
23566 When displaying a message, Alpine compares this setting to the character
23567 set specified in the message.  If not all of the
23568 characters in the message can be displayed using the Display Character Set
23569 then Alpine places an editorial
23570 comment in the displayed text (enclosed in square-brackets) indicating
23571 that some characters may not be displayed correctly.
23572 This comment may be eliminated by turning on the option
23573 <A HREF="h_config_quell_charset_warning"><!--#echo var="FEAT_quell-charset-warning"--></A>.
23576 <UL>   
23577 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23578 </UL><P>
23579 &lt;End of help on this topic&gt;
23580 </BODY>
23581 </HTML>
23582 ====== h_config_key_char_set =====
23583 <HTML>
23584 <HEAD>
23585 <TITLE>OPTION: Keyboard Character Set</TITLE>
23586 </HEAD>
23587 <BODY>
23588 <H1>OPTION: Keyboard Character Set</H1>
23590 UNIX Alpine only.
23592 The Keyboard Character Set identifies the character set of the characters
23593 coming from your keyboard.
23594 It defaults to having the same value as your
23595 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>,
23596 which in turn defaults to a value obtained from your environment.
23597 It is unlikely that you will need to use this option, because the keyboard
23598 almost always produces the same kind of characters as the display displays.
23601 This character set is also used when accessing files in your local
23602 file system.
23603 The names of the files are assumed to be in the same character set as
23604 what the keyboard produces, as well as the contents of the files.
23607 In the Setup/Config screen you may choose from a list of all the
23608 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23611 The options
23612 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
23613 and <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
23614 are closely related.
23615 Setting the feature
23616 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
23617 should cause this option to be ignored.
23620 <UL>   
23621 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23622 </UL><P>
23623 &lt;End of help on this topic&gt;
23624 </BODY>
23625 </HTML>
23626 ====== h_config_editor =====
23627 <HTML>
23628 <HEAD>
23629 <TITLE>OPTION: <!--#echo var="VAR_editor"--></TITLE>
23630 </HEAD>
23631 <BODY>
23632 <H1>OPTION: <!--#echo var="VAR_editor"--></H1>
23634 <!--#echo var="VAR_editor"--> specifies the program invoked by ^_ in the Composer. This is
23635 normally an alternative to Alpine's internal composer (Pico).  You could use
23636 this setting to specify an alternate editor to use occasionally or if you
23637 have a favorite editor and want to use it all the time (see the 
23638 <A HREF="h_config_alt_ed_now">&quot;<!--#echo var="FEAT_enable-alternate-editor-implicitly"-->&quot;</A> setting).  <P>
23639 If you specify multiple editors for this option, ^_ will invoke the first one 
23640 of those specified that exists and is executable.  When specifying a program 
23641 for use here, make sure that the format of the text it saves -- which, when 
23642 you exit it, will become the message body in Alpine -- is appropriate 
23643 for the body of an email message; avoid proprietary formats that may result in 
23644 a message body that the recipient of your message will be unable to decipher.
23646 <!--chtml if pinemode="os_windows"-->
23647 <!--chtml else-->
23648 If you are in doubt about what editors are available on your system, or which 
23649 of them may be appropriate for specification here, ask your local computing 
23650 support staff.  
23651 <!--chtml endif-->
23653 Note that if <a href="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></a> is
23654 unset, outgoing text will be set as flowed.  In most cases this will be fine,
23655 but if the editor has a &quot;flowed text&quot; mode, it would be best to
23656 use that.
23658 <P><UL>
23659 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23660 </UL>
23662 &lt;End of help on this topic&gt;
23663 </BODY>
23664 </HTML>
23665 ====== h_config_speller =====
23666 <HTML>
23667 <HEAD>
23668 <TITLE>OPTION: <!--#echo var="VAR_speller"--></TITLE>
23669 </HEAD>
23670 <BODY>
23671 <H1>OPTION: <!--#echo var="VAR_speller"--></H1>
23673 UNIX Alpine only.
23675 For PC-Alpine, you must install the aspell library code that you
23676 may get from
23677 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
23679 This option affects the behavior of the ^T (spell check) command in the
23680 Composer.  It specifies the program invoked by ^T in the Composer.
23681 By default, Alpine uses
23683 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
23685 if it knows where to find &quot;aspell&quot;.
23686 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
23687 then the command used is
23689 <CENTER><SAMP>ispell -l</SAMP></CENTER>
23691 Otherwise, the ancient &quot;spell&quot; command is used.
23693 If you specify a value for this command (with full pathname) then that is what
23694 will be used instead of any of the defaults.
23695 When invoking this
23696 spell-checking program, Alpine appends a tempfile name (where the message is
23697 passed) to the command line. Alpine expects the speller to correct the
23698 spelling in that file. When you exit from that program Alpine will read the
23699 tempfile back into the composer.
23701 Don't set this speller option to the standard Unix spell command.
23702 That won't work because spell works in a different way.
23705 <UL>   
23706 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23707 </UL><P>
23708 &lt;End of help on this topic&gt;
23709 </BODY>
23710 </HTML>
23711 ====== h_config_aspell_dictionary =====
23712 <HTML>
23713 <HEAD>
23714 <TITLE>OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></TITLE>
23715 </HEAD>
23716 <BODY>
23717 <H1>OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></H1>
23719 PC Alpine only.
23721 This option specifies a list of dictionaries you will use with
23722 aspell. A sample entry is &quot;en_US&quot; for american english, or
23723 &quot;en_GB&quot; for brittish english.
23726 <UL>   
23727 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23728 </UL><P>
23729 &lt;End of help on this topic&gt;
23730 </BODY>
23731 </HTML>
23732 ====== h_config_display_filters =====
23733 <HTML>
23734 <HEAD>
23735 <TITLE>OPTION: <!--#echo var="VAR_display-filters"--></TITLE>
23736 </HEAD>
23737 <BODY>
23738 <H1>OPTION: <!--#echo var="VAR_display-filters"--></H1>
23740 This option defines a list of text-filtering commands (programs or
23741 scripts) that may be used to filter text portions of received messages
23742 prior to their use (e.g., presentation in the &quot;MESSAGE TEXT&quot;
23743 display screen, exporting to a text file).  
23744 For security reasons, the full path name of the
23745 filter command must be specified.
23748 The command is executed and the message is piped into its standard input. 
23749 The standard output of the command is read back by Alpine.  The
23750 &quot;_TMPFILE_&quot; token (see below) overrides this default behavior. 
23752 <P> 
23753 The filter's use is based on the configured &quot;trigger&quot; string.  The
23754 format of a filter definition is:
23756 <P>   
23757 <CENTER>&lt;trigger&gt; &lt;command&gt; &lt;arguments&gt;</CENTER>
23760 You can specify as many filters as you wish, separating them with a comma.  
23761 Each filter can have only one trigger and command.  Thus, two trigger 
23762 strings that invoke the same command require separate filter 
23763 specifications. 
23765 <P> 
23766 The &quot;trigger&quot; is simply text that, if found in the message,
23767 will invoke the associated command.  If the trigger contains any space
23768 characters, it must be placed within quotes.  Likewise, should you
23769 wish a filter to be invoked unconditionally, define the trigger as the
23770 null string, &quot;&quot; (two consecutive double-quote characters).  If the
23771 trigger string is found anywhere in the text of the message the filter
23772 is invoked.  Placing the trigger text within the tokens defined below
23773 changes where within the text the trigger must be before considering
23774 it a match.
23776 <P>  
23777 Trigger Modifying Tokens:
23778 <DL>
23779 <DT>_CHARSET(<VAR>string</VAR>)_</DT>
23780 <DD>This token tells Alpine to invoke the supplied command
23781 if the text is in a character set matching <VAR>string</VAR>
23782 (e.g., ISO-8859-2 or ISO-2022-JP).
23783 </DD>
23786 <DT>_LEADING(<VAR>string</VAR>)_</DT>
23787 <DD>This token tells Alpine to invoke the supplied command
23788 if the enclosed <VAR>string</VAR> is found to be the first
23789 non-whitespace text.
23790 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
23791 the space character.
23792 </DD>
23794 <DT>_BEGINNING(<VAR>string</VAR>)_</DT>
23795 <DD>This token tells Alpine to invoke the supplied command
23796 if the enclosed <VAR>string</VAR> is found at the beginning
23797 of any line in the text.
23798 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
23799 the space character.
23800 </DD>
23801 </DL>
23804 The &quot;command&quot; and &quot;arguments&quot; portion is simply
23805 the command line to be invoked if the trigger string is found.  Below
23806 are tokens that Alpine will recognize and replace with special values
23807 when the command is actually invoked.
23810 Command Modifying Tokens:
23812 <DL>
23813 <DT>_TMPFILE_</DT>
23814 <DD>When the command is executed, this token is 
23815 replaced with the path and name of the temporary 
23816 file containing the text to be filtered.  Alpine 
23817 expects the filter to replace this data with the 
23818 filter's result.
23821 NOTE: Use of this token implies that the text to 
23822 be filtered is not piped into standard input of the 
23823 executed command and its standard output is ignored. 
23824 Alpine restores the tty modes before invoking the
23825 filter in case the filter interacts with the user
23826 via its own standard input and output.  
23827 </DD>
23828                         
23829 <DT>_RESULTFILE_</DT>
23830 <DD>When the command is executed, this token is 
23831 replaced with the path and name of a temporary 
23832 file intended to contain a status message from the 
23833 filter.  Alpine displays this in the message status 
23834 field. 
23835 </DD>
23837 <DT>_DATAFILE_</DT>
23838 <DD>When the command is executed, this token is 
23839 replaced with the path and name of a temporary 
23840 file that Alpine creates once per session and deletes 
23841 upon exit.  The file is intended to be used by the 
23842 filter to store state information between instances 
23843 of the filter.
23844 </DD>
23845    
23846 <DT>_PREPENDKEY_</DT>
23847 <DD>When the command is executed, this token indicates that a random
23848 number will be passed down the input stream before the message text.
23849 This number could be used as a session key.  It is sent in this way to
23850 improve security.  The number is unique to the current Alpine session
23851 and is only generated once per session.
23852 </DD>
23854 <DT>_SILENT_</DT>
23855 <DD>When the filter is executed, this token tells Alpine not to repaint
23856 the screen while the command is being executed. This can be used with 
23857 filters that do not interact with the user, and therefore repainting 
23858 the screen is not necessary. 
23859 </DD>
23860 </DL>
23863 The feature
23864 <A HREF="h_config_disable_reset_disp"><!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></A> is related.
23866 Performance caveat/considerations:
23867 <BR>
23868 Testing for the trigger and invoking the filter doesn't come for free.
23869 There is overhead associated with searching for the trigger string, testing
23870 for the filter's existence and actually piping the text through the filter.
23871 The impact can be reduced if the Trigger Modifying Tokens above are 
23872 employed.
23874 &lt;End of help on this topic&gt;
23875 </BODY>
23876 </HTML>
23877 ====== h_config_sending_filter =====
23878 <HTML>
23879 <HEAD>
23880 <TITLE>OPTION: <!--#echo var="VAR_sending-filters"--></TITLE>
23881 </HEAD>
23882 <BODY>
23883 <H1>OPTION: <!--#echo var="VAR_sending-filters"--></H1>
23884       
23885 This option defines a list of text-filtering commands (programs and
23886 scripts) that may be selectively invoked to process a message just before
23887 it is sent.  If set, the Composer's ^X (Send) command will allow you to
23888 select which filter (or none) to apply to the message before it is sent. 
23889 For security reasons, the full path of the filter program must be
23890 specified.
23893 Command Modifying Tokens:
23895 <DL>
23896 <DT>_RECIPIENTS_</DT>
23897 <DD>When the command is executed, this token is replaced 
23898 with the space delimited list of recipients of the 
23899 message being sent. 
23900 </DD>
23901         
23902 <DT>_TMPFILE_</DT>
23903 <DD>
23904 When the command is executed, this token is 
23905 replaced with the path and name of the temporary 
23906 file containing the text to be filtered.  Alpine 
23907 expects the filter to replace this data with the 
23908 filter's result.
23911 NOTE: Use of this token implies that the text to 
23912 be filtered is not piped into standard input of the 
23913 executed command and its standard output is ignored. 
23914 Alpine restores the tty modes before invoking the
23915 filter in case the filter interacts with the user
23916 via its own standard input and output.  
23917 </DD>
23918                         
23919 <DT>_RESULTFILE_</DT>
23920 <DD>When the command is executed, this token is 
23921 replaced with the path and name of a temporary 
23922 file intended to contain a status message from the 
23923 filter.  Alpine displays this in the message status 
23924 field. 
23925 </DD>
23927 <DT>_DATAFILE_</DT>
23928 <DD>When the command is executed, this token is replaced 
23929 in the command line with the path and name of a 
23930 temporary file that Alpine creates once per session 
23931 and deletes upon exit.  The file is intended to be 
23932 used by the filter to store state information between 
23933 instances of the filter.
23934 </DD>
23935    
23936 <DT>_PREPENDKEY_</DT>
23937 <DD>When the command is executed, this token indicates 
23938 that a random number will be passed down the input 
23939 stream before the message text.  This number could 
23940 be used as a session key.  It is sent in this way 
23941 to improve security.  The number is unique to the 
23942 current Alpine session and is only generated once per 
23943 session. 
23944 </DD>
23946 <DT>_INCLUDEALLHDRS_</DT>
23947 <DD>When the command is executed, this token indicates 
23948 that the headers of the message will be passed down the input stream
23949 before the message text.
23950 </DD>
23952 <DT>_MIMETYPE_</DT>
23953 <DD>When the command is executed, this token is replaced in the
23954 command name with a temporary file name used to accept any new MIME
23955 Content-Type information necessitated by the output of the filter.
23956 Upon the filter's exit, if the file contains new MIME type
23957 information, Alpine verifies its format and replaces the outgoing
23958 message's MIME type information with that contained in the file. This
23959 is basically a cheap way of sending something other than Text/Plain.
23960 </DD>
23961 </DL>
23963 <P>   
23964 NOTE: Only the body text, which is visible in the Composer, is piped
23965 through this filter.  Attachments are not sent to the filter.
23966 <P>   
23967 Sending filters are not used if the feature
23968 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set.
23970 <UL>   
23971 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23972 </UL><P>
23973 &lt;End of help on this topic&gt;
23974 </BODY>
23975 </HTML>
23976 ====== h_config_keywords =====
23977 <HTML>
23978 <HEAD>
23979 <TITLE>OPTION: <!--#echo var="VAR_keywords"--></TITLE>
23980 </HEAD>
23981 <BODY>
23982 <H1>OPTION: <!--#echo var="VAR_keywords"--></H1>
23984 You may define your own set of keywords and optionally set them on a
23985 message by message basis.
23986 These are similar to the &quot;Important&quot; flag which the user
23987 may set using the Flag command.
23988 The difference is that the Important flag is always present for each folder.
23989 User-defined keywords are chosen by the user.
23990 You may set up the list of possible keywords here, or you may add keywords
23991 from the Flag Details screen that you
23992 can get to after typing the
23993 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
23994 command.
23995 After the keywords have been defined,
23996 then you use the <A HREF="h_common_flag">Flag command</A>
23997 to set or clear the keywords in each message.
23998 The behavior of the flag command may be modified by using the
23999 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
24000 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
24003 Keywords may be used when Selecting messages (Select Keyword).
24004 Keywords may also be used in the Patterns of Rules (Filters, Indexcolors, etc).
24005 Filter Rules may be used to set keywords automatically.
24006 Keywords may be displayed as part of the Subject of a message by using
24007 the SUBJKEY or SUBJKEYINIT tokens in the
24008 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
24009 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
24010 option may be used to modify the display of keywords using
24011 SUBJKEY and SUBJKEYINIT slightly.
24012 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
24013 screen by using the KEY or KEYINIT tokens.
24014 It is also possible to color keywords in the index using the
24015 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
24016 Keywords are not supported by all mail servers.
24019 You may give keywords nicknames if you wish.
24020 If the keyword definition you type in contains a SPACE character, then the
24021 actual value of the keyword is everything after the last SPACE and the
24022 nickname for that keyword is everything before the last SPACE.
24023 For example, suppose you are trying to interoperate with another email program
24024 that uses a particular keyword with an unpleasant name.
24025 Maybe it uses a keyword called
24027 <CENTER><SAMP>VendorName.SoftwareName.08</SAMP></CENTER>
24029 but for you that keyword means that the message is work-related.
24030 You could define a keyword to have the value
24032 <CENTER><SAMP>Work VendorName.SoftwareName.08</SAMP></CENTER>
24034 and then you would use the name &quot;Work&quot; when dealing with
24035 that keyword in Alpine.
24036 If you defined it as
24038 <CENTER><SAMP>My Work VendorName.SoftwareName.08</SAMP></CENTER>
24040 the nickname would be everything before the last SPACE, that is the nickname
24041 would be &quot;My Work&quot;.
24043 Some commonly used keywords begin with dollar signs.
24044 This presents a slight complication, because the dollar sign is normally used
24045 to signify
24046 <A HREF="h_news_config">environment variable expansion</A>
24047 in the Alpine configuration.
24048 In order to specify a keyword that begins with a dollar sign you must
24049 precede the dollar sign with a second dollar sign to escape its special
24050 meaning.
24051 For example, if you want to include the keyword
24053 <CENTER><SAMP>$Label1</SAMP></CENTER>
24055 as one of your possible keywords, you must enter the text
24057 <CENTER><SAMP>$$Label1</SAMP></CENTER>
24060 instead.
24062 There are a couple limitations.
24063 First, not all servers support keywords.
24064 Second, some servers (including the IMAP server included with Alpine)
24065 have a per folder limit on the number of keywords that may be defined.
24066 This count commonly includes every keyword you have ever used in the
24067 folder, even if it is no longer being used.
24068 In other words, you can add keywords but you cannot remove them easily.
24069 If you have changed keywords over the life of a folder and find that
24070 you have reached such a limit, one possible solution might be to copy
24071 all of the messages to a newly created folder (using Alpine) and then
24072 delete the original and rename the new folder.
24073 The reason this might work is that only the keywords currently set in
24074 any of the messages will be used in the new folder, hopefully putting you
24075 under the limit.
24078 <UL>   
24079 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24080 </UL><P>
24081 &lt;End of help on this topic&gt;
24082 </BODY>
24083 </HTML>
24084 ====== h_config_alt_addresses =====
24085 <HTML>
24086 <HEAD>
24087 <TITLE>OPTION: <!--#echo var="VAR_alt-addresses"--></TITLE>
24088 </HEAD>
24089 <BODY>
24090 <H1>OPTION: <!--#echo var="VAR_alt-addresses"--></H1>
24092 This option provides a place for you to list alternate email addresses
24093 you may have.
24094 Each address in the list should be the actual email address part of an
24095 address, without the full name field or the angle brackets.
24096 For example:
24099 <CENTER><SAMP>user@example.com</SAMP></CENTER>
24102 The matching is case-insensitive, so this would match any of
24103 <SAMP>User@example.com</SAMP>, <SAMP>user@Example.Com</SAMP>, or
24104 <SAMP>USER@EXAMPLE.COM</SAMP> as well.
24107 If set, the option affects the behavior of the Reply
24108 command and the &quot;+&quot; symbol in the MESSAGE INDEX, which denotes that
24109 a message has been addressed specifically to you.
24112 In the default INDEX display
24113 the personal name (or email address) of
24114 the person listed in the message's &quot;From:&quot; header
24115 field is usually displayed except when that address is yours or one of your
24116 alternate addresses.
24117 In that case you will usually see the name of
24118 the first person specified in the
24119 message's &quot;To:&quot; header field
24120 with the prefix &quot;To: &quot; prepended.
24123 With respect to Reply, the reply-to-all option will exclude addresses
24124 listed here.
24127 The feature
24128 <A HREF="h_config_copy_to_to_from"><!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></A>
24129 is somewhat related to this option.
24132 In addition to a list of actual addresses,
24133 you may use regular expressions (as used with egrep with the ignore case flag)
24134 to describe the addresses you want to match.
24135 Alpine will somewhat arbitrarily interpret your entry as a regular
24136 expression if it contains any of the characters
24137 *, |, +, ?, {, [, ^, $, or &#92;.
24138 Otherwise, it will be treated literally.
24139 The feature
24140 <a href="h_config_disable_regex"><!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
24141 may be used to turn off regular expression processing regardless of whether or not
24142 special characters appear in the entry.
24145 A description of how regular expressions work is beyond the
24146 scope of this help text, but some examples follow.
24149 The entry
24152 <CENTER><SAMP>.*@example.com</SAMP></CENTER>
24155 in the <!--#echo var="VAR_alt-addresses"--> list would mean that any
24156 address with a domain name of <SAMP>example.com</SAMP> (such as
24157 <SAMP>fred@example.com</SAMP> or <SAMP>wilma@example.com</SAMP>) will be considered
24158 one of your alternate addresses.
24159 Strictly speaking, the dot in <SAMP>example.com</SAMP> ought to be escaped with
24160 a backslash, as in <SAMP>example&#92;.com</SAMP>, and a dollar sign anchor ought
24161 to come at the end of the expression to prevent a match of <SAMP>example.com.org</SAMP>.
24162 Complicating things further, the dollar sign
24163 is special in the Alpine configuration (it signifies environment variable expansion)
24164 so the dollar sign should be doubled or backslash escaped for Alpine's sake.
24165 Quotes around the whole expression will not escape the dollar sign successfully.
24166 So this example should look like
24169 <CENTER><SAMP>.*@example&#92;.com$$</SAMP></CENTER>
24173 The entry
24176 <CENTER><SAMP>^fred[0-9]*@example.com$$</SAMP></CENTER>
24179 would match
24180 <SAMP>fred3@example.com</SAMP> or <SAMP>fred17@example.com</SAMP> as well
24181 as <SAMP>fred@example.com</SAMP>.
24184 You could match all addresses that look like
24185 <SAMP>fred+stuff@example.com</SAMP> for any value of <SAMP>stuff</SAMP> with the
24186 entry
24189 <CENTER><SAMP>^fred&#92;+.*@example.com$$</SAMP></CENTER>
24192 Notice that you have to escape the plus sign with a backslash because plus
24193 is a special character in regular expressions.
24194 If you wanted to match plain <SAMP>fred</SAMP> as well as <SAMP>fred+stuff</SAMP>
24195 the expression
24198 <CENTER><SAMP>^fred(()|&#92;+.*)@example.com$$</SAMP></CENTER>
24201 would do it, but it would be easier to just add fred@example.com as a
24202 separate entry.
24205 One more example, a match of all first-level subdomains, is given by
24208 <CENTER><SAMP>^fred@[[:alnum:]_-]*&#92;.example&#92;.com$$</SAMP></CENTER>
24212 Because the regular expression matching is based on an old library
24213 (<SAMP>hs_regex</SAMP>) the regular expressions might not work exactly as you expect,
24214 but they should be close.
24217 <UL>   
24218 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24219 </UL><P>
24220 &lt;End of help on this topic&gt;
24221 </BODY>
24222 </HTML>
24223 ====== h_config_abook_formats =====
24224 <HTML>
24225 <HEAD>
24226 <TITLE>OPTION: <!--#echo var="VAR_addressbook-formats"--></TITLE>
24227 </HEAD>
24228 <BODY>
24229 <H1>OPTION: <!--#echo var="VAR_addressbook-formats"--></H1>
24231 This option specifies the format that address books are displayed in.
24232 Normally, address books are displayed with the nicknames in the first
24233 column, the fullnames in the second column, and addresses in the third
24234 column.  The system figures out reasonable defaults for the widths of
24235 the columns.  An address book may be given a different format by
24236 listing special tokens in the order you want them to display.  The
24237 possible tokens are NICKNAME, FULLNAME, ADDRESS, FCC, and COMMENT.
24238 So, for example, to get the default behavior you could list
24241 <CENTER><!--#echo var="VAR_addressbook-formats"-->=NICKNAME FULLNAME ADDRESS</CENTER>
24244 (You can also use the token DEFAULT to get the default behavior for
24245 an address book format.)
24248 The tokens are separated by spaces.  &quot;<!--#echo var="VAR_addressbook-formats"-->&quot;
24249 is a list, so if you have more than one address book you may have a
24250 separate format for each by putting its format at the corresponding
24251 location in the &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.
24255 Listed first are the personal address books, then the global address
24256 books.  So, if you have two personal address books and one global
24257 address book, you may have up to three formats in the
24258 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.  If
24259 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; doesn't have as many elements as there
24260 are address books, the last element is used repeatedly.
24264 Each of the tokens may also be optionally followed by parentheses with
24265 either a number or a percentage inside the parentheses.  For example,
24266 <SAMP>FULLNAME(13)</SAMP> means to allocate 13 characters of space to
24267 the fullnames column, <SAMP>FULLNAME(20%)</SAMP> means to allocate 20%
24268 of the available space (the screen width minus the space for
24269 inter-column spaces) to the fullnames column, while plain
24270 <SAMP>FULLNAME</SAMP> means the system will attempt to figure out a
24271 reasonable number of columns.
24274 There are always 2 spaces between every column, so if you use
24275 fixed column widths (like 13) you should remember to take that into
24276 account.
24279 <UL>   
24280 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24281 </UL><P>
24282 &lt;End of help on this topic&gt;
24283 </BODY>
24284 </HTML>
24285 ====== h_config_set_index_format =====
24286 <HTML>
24287 <HEAD>
24288 <TITLE>Set Index Format</TITLE>
24289 </HEAD>
24290 <BODY>
24291 <H1>Set Index Format</H1>
24293 This option is used to customize the content of lines in the
24294 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.
24295 This action works exactly like the regular
24296 &quot;<!--#echo var="VAR_index-format"-->&quot; option in the Setup/Config screen,
24297 except that you can have a folder-specific value for it if you specify it here.
24298 Consult the help for
24299 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
24300 for more information.
24303 <UL>   
24304 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24305 </UL><P>
24306 &lt;End of help on this topic&gt;
24307 </BODY>
24308 </HTML>
24309 ====== h_config_index_format =====
24310 <HTML>
24311 <HEAD>
24312 <TITLE>OPTION: <!--#echo var="VAR_index-format"--></TITLE>
24313 </HEAD>
24314 <BODY>
24315 <H1>OPTION: <!--#echo var="VAR_index-format"--></H1>
24317 This option is used to customize the content of lines in the
24318 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.  Each line is intended 
24319 to convey some amount of immediately relevant information about each 
24320 message in the current folder.
24323 Alpine provides a pre-defined set of informational fields with
24324 reasonable column widths automatically computed.  You can, however,
24325 replace this default set by listing special tokens in the order you
24326 want them displayed.
24329 The list of available tokens is
24330 <A HREF="h_index_tokens">here</A>.
24333 Spaces are used to separate listed tokens.  Additionally, you can
24334 specify how much of the screen's width the token's associated data
24335 should occupy on the index line by appending to the token a pair of
24336 parentheses enclosing either a number or percentage.  For example,
24337 &quot;SUBJECT(13)&quot; means to allocate 13 characters of space to the subject
24338 column, and &quot;SUBJECT(20%)&quot; means to
24339 allocate 20% of the available space
24340 to the subjects column, while plain &quot;SUBJECT&quot; means the system will
24341 attempt to figure out a reasonable amount of space.
24344 There is always one space between every pair of columns, so if you use fixed
24345 column widths (like 13) you should remember to take that into account.
24346 Several of the fields are virtually fixed-width, so it doesn't make
24347 much sense to specify the width for them.  The fields STATUS,
24348 FULLSTATUS, IMAPSTATUS, MSGNO, the DATE fields, SIZE,
24349 and DESCRIPSIZE all fall into that category.
24350 You <EM>may</EM> specify widths for those if you wish, but
24351 you're probably better off letting the system pick those widths.  <P>
24354 The default is equivalent to:
24357 <CENTER><SAMP>STATUS MSGNO SMARTDATETIME24 FROMORTO(33%) SIZENARROW SUBJKEY(67%)</SAMP></CENTER>
24360 This means that the four fields without percentages will be allocated
24361 first, and then 33% and 67% of the <EM>remaining</EM> space will go to
24362 the from and subject fields.  If one of those two fields is specified
24363 as a percentage and the other is left for the system to choose, then
24364 the percentage is taken as an absolute percentage of the screen, not
24365 of the space remaining after allocating the first four columns.  It
24366 doesn't usually make sense to do it that way.  If you leave off all
24367 the widths, then the subject and from fields (if both are present) are
24368 allocated space in a 2 to 1 ratio, which is almost exactly the same as
24369 the default.
24372 What you are most likely to do with this configuration option is to
24373 specify which fields appear at all, which order they appear in, and the
24374 percentage of screen that is used for the from and subject fields if you
24375 don't like the 2 to 1 default.
24378 If you want to retain the default format that Pine 4.64 had, use
24381 <CENTER><SAMP><!--#echo var="VAR_index-format"-->=STATUS MSGNO DATE FROMORTO(33%) SIZE SUBJKEY(67%)</SAMP></CENTER>
24383 <EM>and</EM> set the feature
24384 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>.
24385 <UL>   
24386 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24387 </UL><P>
24388 &lt;End of help on this topic&gt;
24389 </BODY>
24390 </HTML>
24391 ====== h_config_reply_intro =====
24392 <HTML>
24393 <HEAD>
24394 <TITLE>OPTION: <!--#echo var="VAR_reply-leadin"--></TITLE>
24395 </HEAD>
24396 <BODY>
24397 <H1>OPTION: <!--#echo var="VAR_reply-leadin"--></H1>
24399 This option is used to customize the content of the introduction line
24400 that is included when replying to a message and including the original
24401 message in the reply.
24402 The normal default (what you will get if you delete this variable) looks
24403 something like:
24405 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
24407 where the day of the week is only included if it is available in the
24408 original message.
24409 You can replace this default with text of your own.
24410 The text may contain tokens that are replaced with text
24411 that depends on the message you are replying to.
24412 For example, the default is equivalent to:
24414 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
24417 Since this variable includes regular text mixed with special tokens
24418 the tokens have to be surrounded by underscore characters.
24419 For example, to use the token &quot;<SAMP>PREFDATE</SAMP>&quot;
24420 you would need to use &quot;<SAMP>_PREFDATE_</SAMP>&quot;,
24421 not &quot;<SAMP>PREFDATE</SAMP>&quot;.
24423 The list of available tokens is
24424 <A HREF="h_index_tokens">here</A>.
24427 By default, the text is all on a single line and is followed by a blank line.
24428 If your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; turns out to be longer
24429 than 80 characters when replying to a particular message, it is shortened.
24430 However, if you use the token
24432 <CENTER><SAMP>_NEWLINE_</SAMP></CENTER>
24435 anywhere in the value, no end of line or blank line is appended, and no
24436 shortening is done.
24437 The _NEWLINE_ token may be used to get rid of the blank line following
24438 the text, to add more blank lines, or to form a multi-line
24439 &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
24440 To clarify how _NEWLINE_ works recall that the default value is:
24442 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
24445 That is equivalent to
24447 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE__NEWLINE_</SAMP></CENTER>
24450 In the former case, two newlines are added automatically because
24451 no _NEWLINE_ token appears in the value of the option (for backwards
24452 compatibility). In the latter case, the newlines are explicit.
24453 If you want to remove the blank line that follows the
24454 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; text use a single
24455 _NEWLINE_ token like
24457 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE_</SAMP></CENTER>
24460 Because of the backwards compatibility problem, it is not possible to
24461 remove all of the ends of lines, because then there will be no _NEWLINE_ tokens
24462 and that will cause the automatic adding of two newlines!
24463 If you want, you may embed newlines in the middle of the text, as well,
24464 producing a multi-line &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
24467 By default, no attempt is made to localize the date.
24468 If you prefer a localized form you may find that one of the tokens
24469 _PREFDATE_ or _PREFDATETIME_ is a satisfactory substitute.
24470 If you want more control one of the many other date tokens, such as _DATEISO_,
24471 might be better.
24474 For the adventurous, there is a way to conditionally include text based
24475 on whether or not a token would result in specific replacement text.
24476 For example, you could include some text based on whether or not
24477 the _NEWS_ token would result in any newsgroups if it was used.
24478 It's explained in detail
24479 <A HREF="h_reply_token_conditionals">here</A>.
24482 In the very unlikely event that you want to include a literal token
24483 in the introduction line you must precede it with a backslash character.
24484 For example,
24486 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
24488 would produce something like
24490 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
24492 It is not possible to have a literal backslash followed by an expanded token.
24494 <UL>   
24495 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24496 </UL><P>
24497 &lt;End of help on this topic&gt;
24498 </BODY>
24499 </HTML>
24500 ====== h_config_remote_abook_history =====
24501 <HTML>
24502 <HEAD>
24503 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-history"--></TITLE>
24504 </HEAD>
24505 <BODY>
24506 <H1>OPTION: <!--#echo var="VAR_remote-abook-history"--></H1>
24508 Sets how many extra copies of
24509 remote address book
24510 data will be kept in each remote address book folder.
24511 The default is three.
24512 These extra copies are simply old versions of the data. Each time a change
24513 is made a new copy of the address book data is appended to the folder. Old
24514 copies are trimmed, if possible, when Alpine exits.
24515 An old copy can be put back into use by
24516 deleting and expunging newer versions of the data from the folder.
24517 Don't delete the first message from the folder. It is a special header
24518 message for the remote address book and it must be there.
24519 This is to prevent regular folders from being used as remote address book
24520 folders and having their data destroyed.
24522 This option is also used to determine how many extra copies of remote
24523 Alpine configuration files are kept.
24525 <UL>   
24526 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24527 </UL><P>
24528 &lt;End of help on this topic&gt;
24529 </BODY>
24530 </HTML>
24531 ====== h_config_remote_abook_validity =====
24532 <HTML>
24533 <HEAD>
24534 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-validity"--></TITLE>
24535 </HEAD>
24536 <BODY>
24537 <H1>OPTION: <!--#echo var="VAR_remote-abook-validity"--></H1>
24539 Sets the minimum number of minutes that a
24540 remote address book will be considered up to date.
24541 Whenever an entry contained in a remote address book is used,
24542 if more than this many minutes have
24543 passed since the last check the remote server will be queried to see if the
24544 address book has changed.
24545 If it has changed, the local copy is updated.
24546 The default value is five minutes.
24547 The special value of -1 means never check.
24548 The special value of zero means only check when the address book is first
24549 opened.
24551 No matter what the value, the validity check is always done when the
24552 address book is about to be changed by the user.
24553 The check can be initiated manually by typing <EM>^L</EM> (Ctrl-L)
24554 while in the address book maintenance screen for the remote address book.
24556 <UL>   
24557 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24558 </UL><P>
24559 &lt;End of help on this topic&gt;
24560 </BODY>
24561 </HTML>
24562 ====== h_config_user_input_timeo =====
24563 <HTML>
24564 <HEAD>
24565 <TITLE>OPTION: <!--#echo var="VAR_user-input-timeout"--></TITLE>
24566 </HEAD>
24567 <BODY>
24568 <H1>OPTION: <!--#echo var="VAR_user-input-timeout"--></H1>
24570 If this is set to an integer greater than zero, then this is the number
24571 of <EM>hours</EM> to wait for user input before Alpine times out.
24572 If Alpine is
24573 in the midst of composing a message or is waiting for user response to
24574 a question, then it will not timeout.
24575 However, if Alpine is sitting idle waiting for
24576 the user to tell it what to do next and the user does not give any
24577 input for this many hours, Alpine will exit.
24578 No expunging or moving of read
24579 messages will take place.
24580 It will exit similarly to the way it would exit
24581 if it received a hangup signal.
24582 This may be useful for cleaning up unused Alpine sessions that have been
24583 forgotten by their owners.
24584 The Alpine developers envision system administrators
24585 setting this to a value of several hours (24?) so that it won't surprise
24586 a user who didn't want to be disconnected.
24588 <UL>   
24589 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24590 </UL><P>
24591 &lt;End of help on this topic&gt;
24592 </BODY>
24593 </HTML>
24594 ====== h_config_ssh_open_timeo =====
24595 <HTML>
24596 <HEAD>
24597 <TITLE>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></TITLE>
24598 </HEAD>
24599 <BODY>
24600 <H1>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></H1>
24602 Sets the time in seconds that Alpine will
24603 attempt to open a UNIX secure shell connection.
24604 The default is 15, the minimum non-zero value is 5,
24605 and the maximum is unlimited. If this is set to zero ssh connections
24606 will be completely disabled.
24608 <UL>   
24609 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24610 </UL><P>
24611 &lt;End of help on this topic&gt;
24612 </BODY>
24613 </HTML>
24614 ====== h_config_rsh_open_timeo =====
24615 <HTML>
24616 <HEAD>
24617 <TITLE>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></TITLE>
24618 </HEAD>
24619 <BODY>
24620 <H1>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></H1>
24622 Sets the time in seconds that Alpine will
24623 attempt to open a UNIX remote shell connection.
24624 The default is 15, the minimum non-zero value is 5,
24625 and the maximum is unlimited. If this is set to zero rsh connections
24626 will be completely disabled.
24627 This might be useful if rsh connections will never work in your environment
24628 but are causing delays due to firewalls or some other reason.
24630 <UL>   
24631 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24632 </UL><P>
24633 &lt;End of help on this topic&gt;
24634 </BODY>
24635 </HTML>
24636 ====== h_config_tcp_open_timeo =====
24637 <HTML>
24638 <HEAD>
24639 <TITLE>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></TITLE>
24640 </HEAD>
24641 <BODY>
24642 <H1>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></H1>
24644 Sets the time in seconds that Alpine will
24645 attempt to open a network connection. The default is 30, the minimum is 5,
24646 and the maximum is system defined (typically 75). If a connection has not
24647 completed within this many seconds Alpine will give up and consider it a
24648 failed connection.
24650 <UL>   
24651 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24652 </UL><P>
24653 &lt;End of help on this topic&gt;
24654 </BODY>
24655 </HTML>
24656 ====== h_config_tcp_readwarn_timeo =====
24657 <HTML>
24658 <HEAD>
24659 <TITLE>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></TITLE>
24660 </HEAD>
24661 <BODY>
24662 <H1>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></H1>
24664 Sets the time in seconds that Alpine will
24665 wait for a network read before warning you that things are moving slowly
24666 and possibly giving you the option to break the connection.
24667 The default is 15 seconds. The minimum is 5 seconds and the maximumn is
24668 1000 seconds.
24670 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
24672 <UL>   
24673 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24674 </UL><P>
24675 &lt;End of help on this topic&gt;
24676 </BODY>
24677 </HTML>
24678 ====== h_config_tcp_writewarn_timeo =====
24679 <HTML>
24680 <HEAD>
24681 <TITLE>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></TITLE>
24682 </HEAD>
24683 <BODY>
24684 <H1>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></H1>
24686 Sets the time in seconds that Alpine will
24687 wait for a network write before warning you that things are moving slowly
24688 and possibly giving you the option to break the connection.
24689 The default is 0 which means it is unset. If set to a non-zero value, the
24690 minimum is 5 and the maximum is 1000.
24692 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
24694 <UL>   
24695 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24696 </UL><P>
24697 &lt;End of help on this topic&gt;
24698 </BODY>
24699 </HTML>
24700 ====== h_config_tcp_query_timeo =====
24701 <HTML>
24702 <HEAD>
24703 <TITLE>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></TITLE>
24704 </HEAD>
24705 <BODY>
24706 <H1>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></H1>
24708 When Alpine times out a network read or write it will normally just display
24709 a message saying &quot;Still waiting&quot;.
24710 However, if enough time has elapsed since it started waiting it will offer
24711 to let you break the connection.
24712 That amount of time is set by this option, which defaults to 60 seconds,
24713 has a minimum of 5 seconds, and a maximum of 1000 seconds.
24715 <UL>   
24716 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24717 </UL><P>
24718 &lt;End of help on this topic&gt;
24719 </BODY>
24720 </HTML>
24721 ====== h_config_incoming_folders =====
24722 <HTML>
24723 <HEAD>
24724 <TITLE>OPTION: <!--#echo var="VAR_incoming-folders"--></TITLE>
24725 </HEAD>
24726 <BODY>
24727 <H1>OPTION: <!--#echo var="VAR_incoming-folders"--></H1>
24729 This is a list of one or more folders other than <EM>INBOX</EM> that
24730 may receive new messages.
24731 It is related to the
24732 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
24733 feature.
24734 This variable is normally manipulated with the Add, Delete, and Rename
24735 commands in the FOLDER LIST for the Incoming Message Folders collection.
24737 <UL>   
24738 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24739 </UL><P>
24740 &lt;End of help on this topic&gt;
24741 </BODY>
24742 </HTML>
24743 ====== h_config_folder_spec =====
24744 <HTML>
24745 <HEAD>
24746 <TITLE>OPTION: <!--#echo var="VAR_folder-collections"--></TITLE>
24747 </HEAD>
24748 <BODY>
24749 <H1>OPTION: <!--#echo var="VAR_folder-collections"--></H1>
24751 This is a list of one or more collections where saved mail is stored. 
24752 The first collection in this list is the default
24753 collection for <EM>Save</EM>s,
24754 including <A HREF="h_config_default_fcc"><!--#echo var="VAR_default-fcc"--></A>.
24756 This variable is normally manipulated using the Setup/collectionList screen.
24758 <UL>   
24759 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24760 </UL><P>
24761 &lt;End of help on this topic&gt;
24762 </BODY>
24763 </HTML>
24764 ====== h_config_news_spec =====
24765 <HTML>
24766 <HEAD>
24767 <TITLE>OPTION: <!--#echo var="VAR_news-collections"--></TITLE>
24768 </HEAD>
24769 <BODY>
24770 <H1>OPTION: <!--#echo var="VAR_news-collections"--></H1>
24772 This is a list of collections where news folders are located.
24774 This variable is normally manipulated using the Setup/collectionList screen.
24776 <UL>   
24777 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24778 </UL><P>
24779 &lt;End of help on this topic&gt;
24780 </BODY>
24781 </HTML>
24782 ====== h_config_address_book =====
24783 <HTML>
24784 <HEAD>
24785 <TITLE>OPTION: <!--#echo var="VAR_address-book"--></TITLE>
24786 </HEAD>
24787 <BODY>
24788 <H1>OPTION: <!--#echo var="VAR_address-book"--></H1>
24790 A list of personal address books.
24791 Each entry in the list is an
24792 optional nickname followed by a pathname or file name relative to the home
24793 directory.
24794 The nickname is separated from the rest of the line with whitespace.
24795 Instead of a local pathname or file name, a remote folder name can be given.
24796 This causes the address book to
24797 be a Remote address book.
24799 Use the Setup/AddressBook screen to modify this variable.
24801 <UL>   
24802 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24803 </UL><P>
24804 &lt;End of help on this topic&gt;
24805 </BODY>
24806 </HTML>
24807 ====== h_config_glob_addrbook =====
24808 <HTML>
24809 <HEAD>
24810 <TITLE>OPTION: <!--#echo var="VAR_global-address-book"--></TITLE>
24811 </HEAD>
24812 <BODY>
24813 <H1>OPTION: <!--#echo var="VAR_global-address-book"--></H1>
24815 A list of shared address books.  Each entry in the list is an
24816 optional nickname followed by a pathname or file name relative to the home
24817 directory.
24818 A SPACE character separates the nickname from the rest of the line.
24819 Instead of a local pathname or file name, a remote folder name can be given.
24820 This causes the address book to
24821 be a Remote address book.
24822 Global address books are
24823 defined to be ReadOnly.
24825 Use the Setup/AddressBook screen to modify this variable.
24827 <UL>   
24828 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24829 </UL><P>
24830 &lt;End of help on this topic&gt;
24831 </BODY>
24832 </HTML>
24833 ====== h_config_last_vers =====
24834 <HTML>
24835 <HEAD>
24836 <TITLE>OPTION: <!--#echo var="VAR_last-version-used"--></TITLE>
24837 </HEAD>
24838 <BODY>
24839 <H1>OPTION: <!--#echo var="VAR_last-version-used"--></H1>
24841 This is set automatically by Alpine. 
24842 It is used to keep track of the last version of Alpine that
24843 was run by the user.
24844 Whenever the version number increases, a new version message is printed out.
24845 This may not be set in the system-wide configuration files.
24847 <UL>   
24848 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24849 </UL><P>
24850 &lt;End of help on this topic&gt;
24851 </BODY>
24852 </HTML>
24853 ====== h_config_printer =====
24854 <HTML>
24855 <HEAD>
24856 <TITLE>OPTION: Printer</TITLE>
24857 </HEAD>
24858 <BODY>
24859 <H1>OPTION: Printer</H1>
24861 Your default printer selection.
24863 Use the Setup/Printer screen to modify this variable.
24865 <UL>   
24866 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24867 </UL><P>
24868 &lt;End of help on this topic&gt;
24869 </BODY>
24870 </HTML>
24871 ====== h_config_print_cat =====
24872 <HTML>
24873 <HEAD>
24874 <TITLE>OPTION: <!--#echo var="VAR_personal-print-category"--></TITLE>
24875 </HEAD>
24876 <BODY>
24877 <H1>OPTION: <!--#echo var="VAR_personal-print-category"--></H1>
24879 This is an internal Alpine variable.
24880 It will be equal to 1, 2, or 3 depending on whether the default printer is
24881 attached, standard, or a personal print command.
24883 Use the Setup/Printer screen to modify this variable.
24885 <UL>   
24886 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24887 </UL><P>
24888 &lt;End of help on this topic&gt;
24889 </BODY>
24890 </HTML>
24891 ====== h_config_print_command =====
24892 <HTML>
24893 <HEAD>
24894 <TITLE>OPTION: <!--#echo var="VAR_personal-print-command"--></TITLE>
24895 </HEAD>
24896 <BODY>
24897 <H1>OPTION: <!--#echo var="VAR_personal-print-command"--></H1>
24899 List of personal print commands.
24901 Use the Setup/Printer screen to modify this variable.
24903 <UL>   
24904 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24905 </UL><P>
24906 &lt;End of help on this topic&gt;
24907 </BODY>
24908 </HTML>
24909 ====== h_config_pat_old =====
24910 <HTML>
24911 <HEAD>
24912 <TITLE>OPTION: Patterns</TITLE>
24913 </HEAD>
24914 <BODY>
24915 <H1>OPTION: Patterns</H1>
24917 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by the
24918 options Patterns-Roles, Patterns-Filters, Patterns-Scores, Patterns-Indexcolors,
24919 and Patterns-Other.
24920 Patterns-Scores and Patterns-Filters have been replaced since then by
24921 Patterns-Scores2 and Patterns-Filters2.
24923 Use the Setup/Rules screens to modify these variable.
24925 <UL>   
24926 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24927 </UL><P>
24928 &lt;End of help on this topic&gt;
24929 </BODY>
24930 </HTML>
24931 ====== h_config_pat_roles =====
24932 <HTML>
24933 <HEAD>
24934 <TITLE>OPTION: <!--#echo var="VAR_patterns-roles"--></TITLE>
24935 </HEAD>
24936 <BODY>
24937 <H1>OPTION: <!--#echo var="VAR_patterns-roles"--></H1>
24939 List of rules used for roles.
24940 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by this and
24941 other options.
24943 Use the Setup/Rules/Roles screen to modify this variable.
24945 <UL>   
24946 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24947 </UL><P>
24948 &lt;End of help on this topic&gt;
24949 </BODY>
24950 </HTML>
24951 ====== h_config_pat_filts =====
24952 <HTML>
24953 <HEAD>
24954 <TITLE>OPTION: <!--#echo var="VAR_patterns-filters2"--></TITLE>
24955 </HEAD>
24956 <BODY>
24957 <H1>OPTION: <!--#echo var="VAR_patterns-filters2"--></H1>
24959 List of rules used for filters.
24961 Use the Setup/Rules/Filters screen to modify this variable.
24963 <UL>   
24964 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24965 </UL><P>
24966 &lt;End of help on this topic&gt;
24967 </BODY>
24968 </HTML>
24969 ====== h_config_pat_scores =====
24970 <HTML>
24971 <HEAD>
24972 <TITLE>OPTION: <!--#echo var="VAR_patterns-scores2"--></TITLE>
24973 </HEAD>
24974 <BODY>
24975 <H1>OPTION: <!--#echo var="VAR_patterns-scores2"--></H1>
24977 List of rules used for scoring.
24979 Use the Setup/Rules/SetScores screen to modify this variable.
24981 <UL>   
24982 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24983 </UL><P>
24984 &lt;End of help on this topic&gt;
24985 </BODY>
24986 </HTML>
24987 ====== h_config_pat_other =====
24988 <HTML>
24989 <HEAD>
24990 <TITLE>OPTION: <!--#echo var="VAR_patterns-other"--></TITLE>
24991 </HEAD>
24992 <BODY>
24993 <H1>OPTION: <!--#echo var="VAR_patterns-other"--></H1>
24995 List of rules used for miscellaneous configuration.
24997 Use the Setup/Rules/Other screen to modify this variable.
24999 <UL>   
25000 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25001 </UL><P>
25002 &lt;End of help on this topic&gt;
25003 </BODY>
25004 </HTML>
25005 ====== h_config_pat_incols =====
25006 <HTML>
25007 <HEAD>
25008 <TITLE>OPTION: patterns-indexcolors</TITLE>
25009 </HEAD>
25010 <BODY>
25011 <H1>OPTION: patterns-indexcolors</H1>
25013 List of rules used for coloring lines in the index.
25015 Use the Setup/Rules/Indexcolor screen to modify this variable.
25017 <UL>   
25018 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25019 </UL><P>
25020 &lt;End of help on this topic&gt;
25021 </BODY>
25022 </HTML>
25023 ====== h_config_pat_srch =====
25024 <HTML>
25025 <HEAD>
25026 <TITLE>OPTION: patterns-search</TITLE>
25027 </HEAD>
25028 <BODY>
25029 <H1>OPTION: patterns-search</H1>
25031 List of rules used only for searching with the Select command in the MESSAGE INDEX.
25033 Use the Setup/Rules/searCh screen to modify this variable.
25035 <UL>   
25036 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25037 </UL><P>
25038 &lt;End of help on this topic&gt;
25039 </BODY>
25040 </HTML>
25041 ====== h_config_font_name =====
25042 <HTML>
25043 <HEAD>
25044 <TITLE>OPTION: Font Name</TITLE>
25045 </HEAD>
25046 <BODY>
25047 <H1>OPTION: Font Name</H1>
25049 PC-Alpine only.
25051 Name of normal font.
25053 Use the pulldown Config menu to modify this variable.
25055 <UL>   
25056 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25057 </UL><P>
25058 &lt;End of help on this topic&gt;
25059 </BODY>
25060 </HTML>
25061 ====== h_config_font_size =====
25062 <HTML>
25063 <HEAD>
25064 <TITLE>OPTION: Font Size</TITLE>
25065 </HEAD>
25066 <BODY>
25067 <H1>OPTION: Font Size</H1>
25069 PC-Alpine only.
25071 Size of normal font.
25073 Use the pulldown Config menu to modify this variable.
25075 <UL>   
25076 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25077 </UL><P>
25078 &lt;End of help on this topic&gt;
25079 </BODY>
25080 </HTML>
25081 ====== h_config_font_style =====
25082 <HTML>
25083 <HEAD>
25084 <TITLE>OPTION: Font Style</TITLE>
25085 </HEAD>
25086 <BODY>
25087 <H1>OPTION: Font Style</H1>
25089 PC-Alpine only.
25091 Style of normal font.
25093 Use the pulldown Config menu to modify this variable.
25095 <UL>   
25096 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25097 </UL><P>
25098 &lt;End of help on this topic&gt;
25099 </BODY>
25100 </HTML>
25101 ====== h_config_font_char_set =====
25102 <HTML>
25103 <HEAD>
25104 <TITLE>OPTION: Font Character Set</TITLE>
25105 </HEAD>
25106 <BODY>
25107 <H1>OPTION: Font Character Set</H1>
25109 PC-Alpine only.
25111 Character set of normal font.
25113 Use the pulldown Config menu to modify this variable.
25115 <UL>   
25116 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25117 </UL><P>
25118 &lt;End of help on this topic&gt;
25119 </BODY>
25120 </HTML>
25121 ====== h_config_print_font_name =====
25122 <HTML>
25123 <HEAD>
25124 <TITLE>OPTION: Print-Font-Name</TITLE>
25125 </HEAD>
25126 <BODY>
25127 <H1>OPTION: Print-Font-Name</H1>
25129 PC-Alpine only.
25131 Name of printer font.
25133 Use the pulldown Config menu to modify this variable.
25135 <UL>   
25136 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25137 </UL><P>
25138 &lt;End of help on this topic&gt;
25139 </BODY>
25140 </HTML>
25141 ====== h_config_print_font_size =====
25142 <HTML>
25143 <HEAD>
25144 <TITLE>OPTION: Print-Font-Size</TITLE>
25145 </HEAD>
25146 <BODY>
25147 <H1>OPTION: Print-Font-Size</H1>
25149 PC-Alpine only.
25151 Size of printer font.
25153 Use the pulldown Config menu to modify this variable.
25155 <UL>   
25156 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25157 </UL><P>
25158 &lt;End of help on this topic&gt;
25159 </BODY>
25160 </HTML>
25161 ====== h_config_print_font_style =====
25162 <HTML>
25163 <HEAD>
25164 <TITLE>OPTION: Print-Font-Style</TITLE>
25165 </HEAD>
25166 <BODY>
25167 <H1>OPTION: Print-Font-Style</H1>
25169 PC-Alpine only.
25171 Style of printer font.
25173 Use the pulldown Config menu to modify this variable.
25175 <UL>   
25176 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25177 </UL><P>
25178 &lt;End of help on this topic&gt;
25179 </BODY>
25180 </HTML>
25181 ====== h_config_print_font_char_set =====
25182 <HTML>
25183 <HEAD>
25184 <TITLE>OPTION: Print-Font-Char-Set</TITLE>
25185 </HEAD>
25186 <BODY>
25187 <H1>OPTION: Print-Font-Char-Set</H1>
25189 PC-Alpine only.
25191 Character set of printer font.
25193 Use the pulldown Config menu to modify this variable.
25195 <UL>   
25196 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25197 </UL><P>
25198 &lt;End of help on this topic&gt;
25199 </BODY>
25200 </HTML>
25201 ====== h_config_window_position =====
25202 <HTML>
25203 <HEAD>
25204 <TITLE>OPTION: Window-Position</TITLE>
25205 </HEAD>
25206 <BODY>
25207 <H1>OPTION: Window-Position</H1>
25209 PC-Alpine only.
25211 Position on the screen of the Alpine window.
25213 Alpine normally maintains this variable itself, and it is set automatically. 
25214 This variable is provided to those who wish to use the same window position 
25215 across different machines from the same configuration.
25216 <A HREF="h_config_winpos_in_config"><!--#echo var="FEAT_store-window-position-in-config"--></A> 
25217 must also be set for this setting to be used.
25219 The format for this variable is of the form: <CODE>CxR+X+Y</CODE>, where
25220 C is the number of columns, R is the number of rows, and X and Y specify the
25221 top left corner of the window.
25223 <UL>   
25224 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25225 </UL><P>
25226 &lt;End of help on this topic&gt;
25227 </BODY>
25228 </HTML>
25229 ====== h_config_cursor_style =====
25230 <HTML>
25231 <HEAD>
25232 <TITLE>OPTION: Cursor Style</TITLE>
25233 </HEAD>
25234 <BODY>
25235 <H1>OPTION: Cursor Style</H1>
25237 PC-Alpine only.
25239 Cursor style.
25241 Use the pulldown Config menu to modify this variable.
25243 <UL>   
25244 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25245 </UL><P>
25246 &lt;End of help on this topic&gt;
25247 </BODY>
25248 </HTML>
25249 ====== h_config_ldap_servers =====
25250 <HTML>
25251 <HEAD>
25252 <TITLE>OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
25253 </HEAD>
25254 <BODY>
25255 <H1>OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
25257 List of LDAP servers and associated data.
25259 Use the Setup/Directory screen to modify this variable.
25261 <UL>   
25262 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25263 </UL><P>
25264 &lt;End of help on this topic&gt;
25265 </BODY>
25266 </HTML>
25267 ====== h_config_sendmail_path =====
25268 <HTML>
25269 <HEAD>
25270 <TITLE>OPTION: <!--#echo var="VAR_sendmail-path"--></TITLE>
25271 </HEAD>
25272 <BODY>
25273 <H1>OPTION: <!--#echo var="VAR_sendmail-path"--></H1>
25275 This names the path to an
25276 alternative program, and any necessary arguments, to be used in posting
25277 mail messages. See the Technical notes for more information.
25279 <UL>   
25280 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25281 </UL><P>
25282 &lt;End of help on this topic&gt;
25283 </BODY>
25284 </HTML>
25285 ====== h_config_oper_dir =====
25286 <HTML>
25287 <HEAD>
25288 <TITLE>OPTION: <!--#echo var="VAR_operating-dir"--></TITLE>
25289 </HEAD>
25290 <BODY>
25291 <H1>OPTION: <!--#echo var="VAR_operating-dir"--></H1>
25293 This names the root of the
25294 tree to which you are restricted when reading and writing folders and
25295 files. It is usually used in the system-wide,
25296 <EM>fixed</EM> configuration file.
25298 <UL>   
25299 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25300 </UL><P>
25301 &lt;End of help on this topic&gt;
25302 </BODY>
25303 </HTML>
25304 ====== h_config_rshpath =====
25305 <HTML>
25306 <HEAD>
25307 <TITLE>OPTION: <!--#echo var="VAR_rsh-path"--></TITLE>
25308 </HEAD>
25309 <BODY>
25310 <H1>OPTION: <!--#echo var="VAR_rsh-path"--></H1>
25312 Sets the name of the command used to open a UNIX remote shell
25313 connection. The default is typically <CODE>/usr/ucb/rsh</CODE>.
25315 <UL>   
25316 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25317 </UL><P>
25318 &lt;End of help on this topic&gt;
25319 </BODY>
25320 </HTML>
25321 ====== h_config_rshcmd =====
25322 <HTML>
25323 <HEAD>
25324 <TITLE>OPTION: <!--#echo var="VAR_rsh-command"--></TITLE>
25325 </HEAD>
25326 <BODY>
25327 <H1>OPTION: <!--#echo var="VAR_rsh-command"--></H1>
25329 Sets the format of the command used to
25330 open a UNIX remote shell connection. The default is
25331 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
25332 provided command. The first is for the command's pathname, the second is
25333 for the host to connnect to, the third is for the user to connect as, and
25334 the fourth is for the connection method (typically <CODE>imap</CODE>).
25336 <UL>   
25337 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25338 </UL><P>
25339 &lt;End of help on this topic&gt;
25340 </BODY>
25341 </HTML>
25342 ====== h_config_sshpath =====
25343 <HTML>
25344 <HEAD>
25345 <TITLE>OPTION: <!--#echo var="VAR_ssh-path"--></TITLE>
25346 </HEAD>
25347 <BODY>
25348 <H1>OPTION: <!--#echo var="VAR_ssh-path"--></H1>
25350 Sets the name of the command used to open a UNIX secure shell
25351 connection. The default is typically <CODE>/usr/bin/ssh</CODE>.
25353 <UL>   
25354 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25355 </UL><P>
25356 &lt;End of help on this topic&gt;
25357 </BODY>
25358 </HTML>
25359 ====== h_config_sshcmd =====
25360 <HTML>
25361 <HEAD>
25362 <TITLE>OPTION: <!--#echo var="VAR_ssh-command"--></TITLE>
25363 </HEAD>
25364 <BODY>
25365 <H1>OPTION: <!--#echo var="VAR_ssh-command"--></H1>
25367 Sets the format of the command used to
25368 open a UNIX secure shell connection. The default is
25369 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
25370 provided command. The first is for the command's pathname, the second is
25371 for the host to connnect to, the third is for the user to connect as, and
25372 the fourth is for the connection method (typically <CODE>imap</CODE>).
25374 <UL>   
25375 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25376 </UL><P>
25377 &lt;End of help on this topic&gt;
25378 </BODY>
25379 </HTML>
25380 ====== h_config_new_ver_quell =====
25381 <HTML>
25382 <HEAD>
25383 <TITLE>OPTION: <!--#echo var="VAR_new-version-threshold"--></TITLE>
25384 </HEAD>
25385 <BODY>
25386 <H1>OPTION: <!--#echo var="VAR_new-version-threshold"--></H1>
25388 When a new version of Alpine is run for the first time it offers a
25389 special explanatory screen to the user upon startup.  This option
25390 helps control when and if that special screen appears for users that
25391 have previously run Alpine.  It takes as its value an Alpine version
25392 number.  Alpine versions less than the specified value will supress this
25393 special screen while versions equal to or greater than that specified
25394 will behave normally.
25396 <UL>   
25397 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25398 </UL><P>
25399 &lt;End of help on this topic&gt;
25400 </BODY>
25401 </HTML>
25402 ====== h_config_disable_drivers =====
25403 <HTML>
25404 <HEAD>
25405 <TITLE>OPTION: <!--#echo var="VAR_disable-these-drivers"--></TITLE>
25406 </HEAD>
25407 <BODY>
25408 <H1>OPTION: <!--#echo var="VAR_disable-these-drivers"--></H1>
25410 This variable is a list of mail drivers that will be disabled.
25411 The candidates for disabling are listed below.
25412 There may be more in the future if you compile Alpine with
25413 a newer version of the c-client library.
25416 <UL>
25417 <LI> mbox
25418 <LI> mbx
25419 <LI> mh
25420 <LI> mmdf
25421 <LI> mtx
25422 <LI> mx
25423 <LI> news
25424 <LI> phile
25425 <LI> tenex
25426 <LI> unix
25427 </UL>
25430 The <EM>mbox</EM> driver enables the following behavior: if there is a
25431 file called <CODE>mbox</CODE>
25432 in your home directory, and if that file is either empty or in Unix mailbox
25433 format, then every time you open <EM>INBOX</EM> the <EM>mbox</EM> driver
25434 will automatically transfer mail from the system mail spool directory into the
25435 <CODE>mbox</CODE> file and
25436 delete it from the spool directory. If you disable the <EM>mbox</EM> driver,
25437 this will not happen.
25440 It is not recommended to disable the driver that supports the system default
25441 mailbox format. On most non-SCO systems, that driver is the
25442 <EM>unix</EM> driver.
25443 On most SCO systems, it is the <EM>mmdf</EM> driver.
25444 The system default driver may be
25445 configured to something else on your system; check with your system manager
25446 for additional information.
25449 It is most likely not very useful for you to disable any of the drivers other
25450 than possibly <EM>mbox</EM>.
25451 You could disable some of the others if you know for
25452 certain that you don't need them but the performance gain in doing so
25453 is very modest.
25455 <UL>   
25456 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25457 </UL><P>
25458 &lt;End of help on this topic&gt;
25459 </BODY>
25460 </HTML>
25461 ====== h_config_disable_auths =====
25462 <HTML>
25463 <HEAD>
25464 <TITLE>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></TITLE>
25465 </HEAD>
25466 <BODY>
25467 <H1>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></H1>
25469 This variable is a list of SASL (Simple Authentication and Security
25470 Layer) authenticators that will be disabled.
25471 SASL is a mechanism for
25472 authenticating to IMAP, POP3, SMTP, and other network servers.
25475 Alpine matches its list of supported authenticators with the server to
25476 determine the most secure authenticator that is supported by both.
25477 If no matching authenticators are found, Alpine will revert to plaintext
25478 login (or, in the case of SMTP, will be unable to authenticate at all).
25480 The candidates for disabling can be found <A HREF="X-Alpine-Config:">here</A>.
25483 Normally, you will not disable any authenticators.
25484 There are two exceptions:
25486 <OL>
25487 <LI> You use a broken server that advertises an authenticator,
25488 but does not actually implement it.
25489 <LI> You have a Kerberos-capable version of Alpine and the server is
25490 also Kerberos-capable, but you can not obtain Kerberos
25491 credentials on the server machine, thus you desire to disable
25492 GSSAPI (which in turn disables Alpine's Kerberos support).
25493 </OL>
25495 It is never necessary to disable authenticators, since Alpine will try
25496 other authenticators before giving up.
25497 However, disabling the relevant authenticator avoids annoying error messages.
25499 <UL>   
25500 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25501 </UL><P>
25502 &lt;End of help on this topic&gt;
25503 </BODY>
25504 </HTML>
25505 ====== h_config_abook_metafile =====
25506 <HTML>
25507 <HEAD>
25508 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></TITLE>
25509 </HEAD>
25510 <BODY>
25511 <H1>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></H1>
25513 This is usually set by Alpine and is the name of a file
25514 that contains data about
25515 remote address books and remote configuration files.
25517 <UL>   
25518 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25519 </UL><P>
25520 &lt;End of help on this topic&gt;
25521 </BODY>
25522 </HTML>
25523 ====== h_config_composer_wrap_column =====
25524 <HTML>
25525 <HEAD>
25526 <TITLE>OPTION: <!--#echo var="VAR_composer-wrap-column"--></TITLE>
25527 </HEAD>
25528 <BODY>
25529 <H1>OPTION: <!--#echo var="VAR_composer-wrap-column"--></H1>
25532 This option specifies an aspect of Alpine's Composer.  This gives the
25533 maximum width that auto-wrapped lines will have.  It's also the maximum
25534 width of lines justified using the <A HREF="h_compose_justify">^J
25535 Justify</A> command.  The normal default
25536 is &quot;74&quot;.  The largest allowed setting is normally &quot;80&quot;
25537 in order to
25538 prevent very long lines from being sent in outgoing mail.  When the mail
25539 is actually sent, trailing spaces will be stripped off of each line.
25542 <UL>   
25543 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25544 </UL><P>
25545 &lt;End of help on this topic&gt;
25546 </BODY>
25547 </HTML>
25548 ====== h_config_deadlets =====
25549 <HTML>
25550 <HEAD>
25551 <TITLE>OPTION: <!--#echo var="VAR_dead-letter-files"--></TITLE>
25552 </HEAD>
25553 <BODY>
25554 <H1>OPTION: <!--#echo var="VAR_dead-letter-files"--></H1>
25557 This option affects Alpine's behavior when you cancel a message being
25558 composed.  Alpine's usual behavior is to write the canceled message to
25559 a file named 
25560 <!--chtml if pinemode="os_windows"-->
25561 &quot;DEADLETR&quot;,
25562 <!--chtml else-->
25563 &quot;dead.letter&quot; in your home directory,
25564 <!--chtml endif-->
25565 overwriting any previous message.
25567 If you set this option to a value higher than one, then that many copies
25568 of dead letter files will be saved.
25569 For example, if you set this option to &quot;3&quot; then you may have
25570 files named
25571 <!--chtml if pinemode="os_windows"-->
25572 &quot;DEADLETR&quot;,
25573 &quot;DEADLETR2&quot;, and
25574 &quot;DEADLETR3&quot;.
25575 <!--chtml else-->
25576 &quot;dead.letter&quot;,
25577 &quot;dead.letter2&quot;, and
25578 &quot;dead.letter3&quot; in your home directory.
25579 <!--chtml endif-->
25580 In this example, the most recently cancelled message will be in
25581 <!--chtml if pinemode="os_windows"-->
25582 &quot;DEADLETR&quot;,
25583 <!--chtml else-->
25584 &quot;dead.letter&quot;,
25585 <!--chtml endif-->
25586 and the third most recently cancelled message will be in
25587 <!--chtml if pinemode="os_windows"-->
25588 &quot;DEADLETR3&quot;.
25589 <!--chtml else-->
25590 &quot;dead.letter3&quot;.
25591 <!--chtml endif-->
25592 The fourth most recently cancelled message will no longer be saved.
25595 If you set this option to zero, then NO record of canceled messages is
25596 maintained.
25598 If the feature
25599 <A HREF="h_config_quell_dead_letter"><!--#echo var="FEAT_quell-dead-letter-on-cancel"--></A>
25600 is set, that overrides whatever you set for this option.
25601 If this option had existed at the time, then the Quell feature would not
25602 have been added, but it is still there for backwards compatibility.
25603 So, in order for this option to have the desired effect, make sure the
25604 Quell feature is turned off.
25607 <UL>   
25608 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25609 </UL><P>
25610 &lt;End of help on this topic&gt;
25611 </BODY>
25612 </HTML>
25613 ====== h_config_maxremstream =====
25614 <HTML>
25615 <HEAD>
25616 <TITLE>OPTION: <!--#echo var="VAR_max-remote-connections"--></TITLE>
25617 </HEAD>
25618 <BODY>
25619 <H1>OPTION: <!--#echo var="VAR_max-remote-connections"--></H1>
25621 This option affects low-level behavior of Alpine.
25622 The default value for this option is <EM>3</EM>.
25623 If your INBOX is accessed using the IMAP protocol
25624 from an IMAP server, that connection is kept open throughout the
25625 duration of your Alpine session, independent of the value of this option.
25626 The same is true of any 
25627 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
25628 you have defined.
25629 This option controls Alpine's behavior when connecting to remote IMAP folders
25630 other than your INBOX or your <!--#echo var="VAR_stay-open-folders"-->.
25631 It specifies the maximum number of remote IMAP connections (other than
25632 those mentioned above) that Alpine will use for accessing the rest of your
25633 folders.
25634 If you set this option to zero, you will turn off most remote connection
25635 re-use.
25636 It's difficult to understand exactly what this option does, and it is usually
25637 fine to leave it set to its default value.
25638 It is probably more likely that you will be interested in setting the
25639 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A> option
25640 instead of changing the value of this option.
25641 A slightly longer explanation of what is going on with this option
25642 is given in the next paragraphs.
25645 There are some time costs involved in opening and closing remote IMAP 
25646 folders, the main costs being the time you have to wait for the connection
25647 to the server and the time for the folder to open.
25648 Opening a folder may involve not only the time the server takes to do its
25649 processing but time that Alpine uses to do filtering.
25650 These times can vary widely.
25651 They depend on how loaded the server is, how large
25652 the folder being opened is, and how you set up filtering, among other things.
25653 Once Alpine has opened a connection to a particular folder, it will attempt
25654 to keep that connection open in case you use it again.
25655 In order to do this,
25656 Alpine will attempt to use the <!--#echo var="VAR_max-remote-connections"--> (the value of
25657 this option) IMAP connections you have alloted for this purpose.
25659 For example, suppose the value of this option is set to &quot;2&quot;.
25660 If your INBOX is accessed on a remote server using the IMAP protocol, that
25661 doesn't count as one of the remote connections but it is always kept open.
25662 If you then open another IMAP folder, that would be your first
25663 remote connection counted as one of the <!--#echo var="VAR_max-remote-connections"--> connections.
25664 If you open a third folder the second will be left open, in case you
25665 return to it.
25666 You won't be able to tell it has been left open.
25667 It will appear to be closed when you leave the folder but the connection
25668 will remain in the background.
25669 Now suppose you go back to the second folder (the first folder after the
25670 INBOX).
25671 A connection to that folder is still open so you won't have to wait
25672 for the startup time to open it.
25673 Meanwhile, the connection to the third folder will be left behind.
25674 Now, if you open a fourth folder, you will bump into the
25675 <!--#echo var="VAR_max-remote-connections"--> limit, because this will be the third folder other
25676 than INBOX and you have the option set to &quot;2&quot;.
25677 The connection that is being used for
25678 the third folder will be re-used for this new fourth folder.
25679 If you go back to the third folder after this, it is no longer already
25680 connected when you get there.
25681 You'll still save some time since Alpine will re-use the connection to the
25682 fourth folder and you have already logged in on that connection,
25683 but the folder will have to be re-opened from scratch.
25685 If a folder is large and the startup cost is dominated by the time it takes
25686 to open that folder or to run filters on it, then it will pay to make the
25687 value of this option large enough to keep it open.
25688 On the other hand, if you only revisit a handful of folders or if
25689 the folders are small, then it might
25690 make more sense to keep this number small so that the reconnect
25691 time (the time to start up a new connection and authenticate)
25692 is eliminated instead.
25694 You may also need to consider the impact on the server.
25695 On the surface, a larger number here may cause a larger impact on the
25696 server, since you will have more connections open to the server.
25697 On the other hand, not only will <EM>you</EM> be avoiding the startup costs
25698 associated with reopening a folder, but the <EM>server</EM> will be
25699 avoiding those costs as well.
25701 When twenty five minutes pass without any active use of an IMAP connection
25702 being saved for possible re-use, that connection will be shut down,
25705 <UL>   
25706 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25707 </UL><P>
25708 &lt;End of help on this topic&gt;
25709 </BODY>
25710 </HTML>
25711 ====== h_config_permlocked =====
25712 <HTML>
25713 <HEAD>
25714 <TITLE>OPTION: <!--#echo var="VAR_stay-open-folders"--></TITLE>
25715 </HEAD>
25716 <BODY>
25717 <H1>OPTION: <!--#echo var="VAR_stay-open-folders"--></H1>
25719 This option affects low-level behavior of Alpine.
25720 There is no default value for this option.
25721 It is related to the options
25722 <A HREF="h_config_preopen_stayopens">&quot;<!--#echo var="FEAT_preopen-stayopen-folders"-->&quot;</A>,
25723 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>,
25724 and <A HREF="h_config_expunge_stayopens">&quot;<!--#echo var="FEAT_offer-expunge-of-stayopen-folders"-->&quot;</A>.
25727 Note: changes made to this list take effect the next time you open a
25728 folder in the list.
25731 This is a list of folders that will be permanently kept open once they
25732 are first opened.
25733 The names in this list may be either the nickname of an Incoming folder
25734 or the full technical specification of a folder.
25735 The folders in this list need not be remote IMAP folders, they could usefully
25736 be local folders, as well.
25737 If a folder in the list is a newsgroup or is not accessed either locally
25738 or via IMAP, then the entry will be ignored.
25739 For example, folders accessed via NNTP or POP3 will not be kept open, since
25740 the way that new mail is found with those protocols involves closing and
25741 reopening the connection.
25743 Once a Stay Open folder has been opened, new-mail checking will continue
25744 to happen on that folder for the rest of the Alpine session.
25745 Your INBOX is always implicitly included in this Stay-Open list and doesn't
25746 need to be added explicitly.
25748 Another difference that you may notice between a Stay Open folder and a
25749 non-Stay Open folder is which message is selected as the current message
25750 when you enter the folder index.
25751 Normally, the starting position for an incoming folder (which most Stay Open
25752 folders will likely be) is controlled by the
25753 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
25754 However, if a folder is a Stay Open folder, when you re-enter the folder
25755 after the first time the current message will be the same as it was when
25756 you left the folder.
25757 An exception is made if you use the TAB command to get to the folder.
25758 In that case, the message number will be incremented by one from what it
25759 was when you left the folder.
25761 The above special behavior is thought to be useful.
25762 However, it is special and different from what you might at first expect.
25763 The feature
25764 <A HREF="h_config_use_reg_start_for_stayopen"><!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></A>
25765 may be used to turn off this special treatment.
25767 If the message that was current when you left the folder no longer exists,
25768 then the regular startup rule will be used instead.
25771 <UL>   
25772 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25773 </UL><P>
25774 &lt;End of help on this topic&gt;
25775 </BODY>
25776 </HTML>
25777 ====== h_config_viewer_overlap =====
25778 <html>
25779 <header>
25780 <title>OPTION: <!--#echo var="VAR_viewer-overlap"--></title>
25781 </header>
25782 <body>
25783 <h1>OPTION: <!--#echo var="VAR_viewer-overlap"--></h1>
25785 This option specifies an aspect of Alpine's Message Viewing screen.  When
25786 the space bar is used to page forward in a message, the number of lines
25787 specified by the &quot;<!--#echo var="VAR_viewer-overlap"-->&quot; variable will be repeated from the
25788 bottom of the screen.  That is, if this was set to two lines, then the
25789 bottom two lines of the screen would be repeated on the top of the next
25790 screen.  The normal default value is "2".<p>
25791 <UL>   
25792 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25793 </UL><P>
25794 &lt;End of help on this topic&gt;
25795 </body>
25796 </html>
25797 ====== h_config_scroll_margin =====
25798 <HTML>
25799 <HEAD>
25800 <TITLE>OPTION: <!--#echo var="VAR_scroll-margin"--></TITLE>
25801 </HEAD>
25802 <BODY>
25803 <H1>OPTION: <!--#echo var="VAR_scroll-margin"--></H1>
25805 This option controls when Alpine's line-by-line scrolling occurs.
25806 Typically, when a selected item is at the top or bottom screen edge
25807 and the UP or DOWN (and Ctrl-P or Ctrl-N) keys are struck, the
25808 displayed items are scrolled down or up by a single line.
25811 This option allows you to tell Alpine the number of lines from the top and
25812 bottom screen edge that line-by-line paging should occcur.  For example,
25813 setting this value to one (1) will cause Alpine to scroll the display
25814 vertically when you move to select an item on the display's top or
25815 bottom edge.
25818 By default, this variable is zero, indicating that scrolling happens
25819 when you move up or down to select an item immediately off the display's
25820 top or bottom edge.
25823 <UL>   
25824 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25825 </UL><P>
25826 &lt;End of help on this topic&gt;
25827 </BODY>
25828 </HTML>
25829 ====== h_config_wordseps =====
25830 <HTML>
25831 <HEAD>
25832 <TITLE>OPTION: <!--#echo var="VAR_composer-word-separators"--></TITLE>
25833 </HEAD>
25834 <BODY>
25835 <H1>OPTION: <!--#echo var="VAR_composer-word-separators"--></H1>
25837 This option affects how a &quot;word&quot; is defined in the composer.
25838 The definition of a word is used when using the Forward Word and Backward
25839 Word commands in the composer, as well as when using the spell checker.
25840 Whitespace is always considered a word separator.
25841 Punctuation (like question marks, periods, commas, and so on) is always
25842 a word separator if it comes at the end of a word.
25843 By default, a punctuation character that is in the middle of a word does
25844 not break up that word as long as the character before and the character
25845 after it are both alphanumeric.
25846 If you add a character to this option it will be considered a
25847 word separator even when it occurs in the middle of an alphanumeric word.
25848 For example, if you want to skip through each part of an address instead
25849 of skipping the whole address at once you might want to include &quot;@&quot;
25850 and &quot;.&quot; in this list.
25851 If you want the word-skipper to stop on each part of a UNIX filename you
25852 could add &quot;/&quot; to the list.
25853 The equal sign and dash are other possibilities you might find helpful.
25855 <UL>   
25856 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25857 </UL><P>
25858 &lt;End of help on this topic&gt;
25859 </BODY>
25860 </HTML>
25861 ====== h_config_reply_indent_string =====
25862 <HTML>
25863 <HEAD>
25864 <TITLE>OPTION: <!--#echo var="VAR_reply-indent-string"--></TITLE>
25865 </HEAD>
25866 <BODY>
25867 <H1>OPTION: <!--#echo var="VAR_reply-indent-string"--></H1>
25869 This option specifies an aspect of Alpine's Reply command.
25870 When a message is replied to and the text of the message is included, the
25871 included text usually has the string &quot;&gt;&nbsp;&quot; prepended
25872 to each line indicating it is quoted text.
25873 (In case you haven't seen this before, &quot;string&quot; is a technical term
25874 that means chunk of text.)
25877 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
25878 in 1999 and its wide-spread adoption since then, you will usually be better off if you
25879 use one of the standard values,
25880 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot;, for this option.
25883 This option specifies a different value for that string.
25884 If you wish to use a string that begins or ends with a space,
25885 enclose the string in double quotes.
25888 Besides simple text, the prepended string can be based
25889 on the message being replied to.
25890 The following tokens are substituted for the message's corresponding value:
25892 <DL>
25893 <DT>_FROM_</DT>
25894 <DD>This token gets replaced with the message sender's &quot;username&quot;.
25895 If the name is longer than six characters, only the first six characters are
25896 used.
25897 </DD>
25899 <DT>_NICK_</DT>
25900 <DD>This token gets replaced with the nickname of the message sender's
25901 address as found in your addressbook.
25902 If no addressbook entry is found,
25903 Alpine replaces the characters &quot;_NICK_&quot; with nothing.
25904 If the nickname is longer than six characters, only the first six characters are
25905 used.
25906 </DD>
25908 <DT>_INIT_</DT>
25909 <DD>This token gets replaced with the initials of the sender of the message.
25910 </DD>
25912 </DL>
25914 NOTE: When the
25915 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
25916 feature is enabled, you are given the opportunity to edit the string, whether 
25917 it is the default or one automatically generated using the above tokens.
25919 If you change your <!--#echo var="VAR_reply-indent-string"-->
25920 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
25921 quoted text will not be flowed
25922 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
25923 when you reply.
25924 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
25925 set to the default value.
25927 <UL>   
25928 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25929 </UL><P>
25930 &lt;End of help on this topic&gt;
25931 </BODY>
25932 </HTML>
25933 ====== h_config_quote_replace_string =====
25934 <HTML>
25935 <HEAD>
25936 <TITLE>OPTION: <!--#echo var="VAR_quote-replace-string"--></TITLE>
25937 </HEAD>
25938 <BODY>
25939 <H1>OPTION: <!--#echo var="VAR_quote-replace-string"--></H1>
25941 This option specifies what string to use as a quote when <b>viewing</b> a
25942 message.  The standard way of quoting messages when replying is the string
25943 &quot;&gt;&nbsp;&quot; (quote space).
25944 With this variable set, viewing a message will
25945 replace occurrences of 
25946 &quot;&gt;&nbsp;&quot; and &quot;&gt;&quot; with the replacement string.
25947 This setting works best when
25948 <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
25949 or the equivalent setting in your correspondents' mail programs
25950 is set to the default
25951 &quot;&gt;&nbsp;&quot;, but it will also work fine with the
25952 <!--#echo var="VAR_reply-indent-string"--> set to &quot;&gt;&quot;.
25954 By default, this setting will only work on messages that are flowed, which is
25955 the default way of sending messages for many mail clients including
25956 Alpine.  Enable the feature
25957 <A HREF="h_config_quote_replace_noflow"><!--#echo var="FEAT_quote-replace-nonflowed"--></A>
25958 to also have quote-replacement performed on non-flowed messages.
25961 Setting this option will replace  &quot;&gt;&quot; and 
25962 &quot;&gt;&nbsp;&quot; with the new setting. This string may include trailing
25963 spaces. To preserve those spaces enclose the full string in double quotes.
25965 No padding to separate the text of the message from the quote string is
25966 added. This means that if you do not add trailing spaces to the value of
25967 this variable, text will be displayed right next to the quote string,
25968 which may be undesirable. This can be avoided by adding a new string
25969 separated by a space from your selection of quote string replacement. This
25970 last string will be used for padding. For example, setting this variable to 
25971 <br>&quot;&gt;&quot; &quot; &quot; has the effect of setting
25972 &quot;&gt;&quot; as the <!--#echo var="VAR_quote-replace-string"-->, with the text padded by
25973 a space from the last quote string to make it more readable.
25975 One possible setting for this variable could be
25976 &quot;&nbsp;&nbsp;&nbsp;&nbsp;&quot; (four spaces wrapped in quotes), which
25977 would have the effect of indenting each level of quoting four spaces and
25978 removing the &quot;&gt;&quot;'s.  Different levels of quoting could be made
25979 more discernible by setting colors for quoted text.
25981 Replying to or forwarding the viewed message will preserve the original
25982 formatting of the message, so quote-replacement will not be performed on
25983 messages that are being composed.
25985 <UL>   
25986 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25987 </UL><P>
25988 &lt;End of help on this topic&gt;
25989 </BODY>
25990 </HTML>
25991 ====== h_config_empty_hdr_msg =====
25992 <HTML>
25993 <HEAD>
25994 <TITLE>OPTION: <!--#echo var="VAR_empty-header-message"--></TITLE>
25995 </HEAD>
25996 <BODY>
25997 <H1>OPTION: <!--#echo var="VAR_empty-header-message"--></H1>
25999 When sending, if both the To and Cc fields are empty and you
26000 are sending the message to a Bcc,
26001 Alpine will put a special address in the To line.  The default value is:
26004 <CENTER><SAMP>undisclosed-recipients:&nbsp;;</SAMP></CENTER>
26007 The reason for this is to avoid embarrassment caused by some Internet
26008 mail transfer software that interprets a &quot;missing&quot;
26009 <SAMP>To:</SAMP> header as an error and replaces it with an
26010 <SAMP>Apparently-to:</SAMP> header that may contain the addresses you
26011 entered on the <SAMP>Bcc:</SAMP> line, defeating the purpose of the
26012 Bcc.  You may change the part of this message that comes before the
26013 &quot;:&nbsp;;&quot; by setting the &quot;<!--#echo var="VAR_empty-header-message"-->&quot;
26014 variable to something else.
26017 The normal default is &quot;undisclosed-recipients&quot;.
26020 <UL>   
26021 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26022 </UL><P>
26023 &lt;End of help on this topic&gt;
26024 </BODY>
26025 </HTML>
26026 ====== h_config_status_msg_delay =====
26027 <HTML>
26028 <HEAD>
26029 <TITLE>OPTION: <!--#echo var="VAR_status-message-delay"--></TITLE>
26030 </HEAD>
26031 <BODY>
26032 <H1>OPTION: <!--#echo var="VAR_status-message-delay"--></H1>
26034 This option has evolved over time, causing the possible values to be
26035 counter-intuitive.
26036 Read carefully before you set this option.
26037 First we explain what the option does, then there is a longer discussion
26038 following that.
26040 If this is set to zero, the default value, it has <EM>no</EM> effect.
26041 Positive and negative values serve two similar, but different purposes.
26043 If it is set to a positive number, it causes the cursor to move to the
26044 status line whenever a status message is printed and pause there for this
26045 many seconds.
26046 It will probably only be useful if the 
26047 <A HREF="h_config_show_cursor">&quot;<!--#echo var="FEAT_show-cursor"-->&quot;</A> feature is
26048 also turned on.
26049 Setting this option to a positive number can only be used to
26050 <EM>increase</EM> the status message delay.
26051 This may be useful for Braille displays, or other non-traditional displays.
26053 If it is set to a negative number the interpretation is a bit complicated.
26054 Negative numbers are used to <EM>decrease</EM> the amount of delay Alpine uses to
26055 allow you to read important status messages.
26056 Of course, this may cause you to miss some important messages.
26057 If you see a message flash by but miss what it says you can use the
26058 Journal command from the MAIN MENU to read it.
26059 If you set this option to a negative value, the delay will be
26060 no more than one second less than the absolute value
26061 of the value you set.
26062 So if you set it to -1, the delay will be no more than zero seconds, no
26063 delay at all.
26064 If you set it to -2, the delay will be no more than 1 second.
26065 And so on, -3 is 2 seconds, -4 is 3 seconds, ...
26066 If the delay that Alpine would have used by default is less than this delay,
26067 then the smaller delay set by Alpine will be used.
26068 Setting this option to a negative value can only reduce the amount of
26069 delay, never increase it.
26071 Here is a more detailed explanation.
26072 Status messages are the messages that show up spontaneously in the
26073 status message line, usually the third line from the bottom of the screen.
26074 By default, Alpine assigns each status message it produces a minimum
26075 display time.
26076 Some status messages have a minimum display time of zero.
26077 You can see an example of such a message by paging up in this help text
26078 until you reach the top of the screen.
26079 If you try to page past the top you will see the message
26081 <CENTER><SAMP>[Already at start of help text]</SAMP></CENTER>
26083 in the status line.
26084 If there is another more important use of the status message line this message
26085 might be replaced quickly, or it even might not be shown at all.
26086 However, if there is no reason to get rid of the message, it might stay
26087 there for several seconds while you read the help.
26088 An example where it is replaced immediately happens when you page up in
26089 the help text past the top of the screen, but then type the &quot;WhereIs&quot;
26090 command right after paging up.
26091 The message will disappear immediately without causing a delay (unless you
26092 have set this option to a positive value) to allow you to type input for
26093 the &quot;WhereIs&quot; command.
26094 Since it isn't a very important message, Alpine has set its minimum display
26095 time to zero seconds.
26097 Other messages have minimum display times of three or more seconds.
26098 These are usually error messages that Alpine thinks you ought to see.
26099 For example, it might be a message about a failed Save or a failed folder open.
26100 It is often the case that this minimum display time won't delay you in
26101 any way because the status message line is not needed for another reason.
26102 However, there are times when Alpine has to delay what it is doing in
26103 order to display a status message for the minimum display time.
26104 This happens when a message is being displayed and Alpine wants to ask
26105 for input from the keyboard.
26106 For example, when you Save a message you use the status message line.
26107 You get a prompt there asking for the name of the folder to save to.
26108 If there is a status message being displayed that has not
26109 yet displayed for its minimum
26110 time Alpine will display that status message surrounded with the characters
26111 &gt; and &lt; to show you that it is delaying.
26112 That might happen, for example, if you tried to save to a folder that
26113 caused an error, then followed that immediately with another Save command.
26114 You might find yourself waiting for a status message like
26116 <CENTER><SAMP>[&gt;Can't get write access to mailbox, access is readonly&lt;]</SAMP></CENTER>
26118 to finish displaying for three seconds.
26119 If that is something you find happening to you frequently, you may use
26120 negative values of this option to decrease or eliminate that delay, at
26121 the risk of missing the message.
26123 <UL>   
26124 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26125 </UL><P>
26126 &lt;End of help on this topic&gt;
26127 </BODY>
26128 </HTML>
26129 ====== h_config_active_msg_interval =====
26130 <HTML>
26131 <HEAD>
26132 <TITLE>OPTION: <!--#echo var="VAR_busy-cue-rate"--></TITLE>
26133 </HEAD>
26134 <BODY>
26135 <H1>OPTION: <!--#echo var="VAR_busy-cue-rate"--></H1>
26137 When Alpine is delayed for some reason it usually shows that
26138 something is happening with a small animated display in the status
26139 message line near the bottom of the screen.
26140 This option sets how frequently the characters (for example, a spinning bar)
26141 in the active status message lines are updated.
26142 At most, it can be set to be udpated 20 times per second. 
26145 Setting this value to zero will prevent display of the animations
26146 altogether.
26149 The option <A HREF="h_config_use_boring_spinner"><!--#echo var="FEAT_busy-cue-spinner-only"--></A>
26150 can be used to remove the randomness from this animated display.
26153 <UL>   
26154 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26155 </UL><P>
26156 &lt;End of help on this topic&gt;
26157 </BODY>
26158 </HTML>
26159 ====== h_config_mailchecknoncurr =====
26160 <HTML>
26161 <HEADER>
26162 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></TITLE>
26163 </HEADER>
26164 <BODY>
26165 <H1>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></H1>
26167 This option is closely related to the
26168 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
26169 option, as well as the
26170 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A> and
26171 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> options.
26172 If the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot; option is set to zero, then automatic
26173 new-mail checking is disabled and this option will have no effect.
26175 Normally this option is set to zero, which means that the value used will be
26176 the same as the value for the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;.
26177 If you set this option to a value different from zero
26178 (usually larger than the value for &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;)
26179 then that is the check interval that will be used
26180 for folders that are not the currently open folder or the INBOX.
26181 You may not even have any folders that are noncurrent and not the INBOX.
26182 If you do, it is likely that they are due to
26183 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
26184 you have configured.
26185 This option also affects the rate of mail checking done on cached
26186 connections to folders you previously had open but are no longer actively
26187 using.
26188 You aren't expected to understand that last sentence, but if you are interested
26189 take a look at
26190 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>
26191 and the related options.
26193 <UL>   
26194 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26195 </UL><P>
26196 &lt;End of help on this topic&gt;
26197 </BODY>
26198 </HTML>
26199 ====== h_config_fifopath =====
26200 <HTML>
26201 <HEADER>
26202 <TITLE>OPTION: NewMail FIFO Path</TITLE>
26203 </HEADER>
26204 <BODY>
26205 <H1>OPTION: NewMail FIFO Path</H1>
26207 This option is only available in UNIX Alpine.
26208 However, there is a very similar feature built in to PC-Alpine.
26209 In PC-Alpine's Config menu at the top of the screen
26210 is an option called &quot;New Mail Window&quot;.
26212 You may have Alpine create a FIFO special file (also called a named pipe) where
26213 it will send a one-line message each time a new message is received in
26214 the current folder, the INBOX, or any open
26215 <A HREF="h_config_permlocked"><!--#echo var="VAR_stay-open-folders"--></A>.
26216 To protect against two different Alpines both writing to the same FIFO, Alpine
26217 will only create the FIFO and write to it if it doesn't already exist.
26219 A possible way to use this option would be to have a separate window
26220 on your screen running the command
26222 <CENTER><SAMP>cat filename</SAMP></CENTER>
26224 where &quot;filename&quot; is the name of the file given for this option.
26225 Because the file won't exist until after you start Alpine, you must <EM>first</EM>
26226 start Alpine and <EM>then</EM> run the &quot;cat&quot; command.
26227 You may be tempted to use &quot;tail -f filename&quot; to view the new
26228 mail log.
26229 However, the common implementations of the tail command will not do what you
26230 are hoping.
26232 The width of the messages produced for the FIFO may be altered with the
26233 <A HREF="h_config_newmailwidth"><!--#echo var="VAR_newmail-window-width"--></A> option.
26235 On some systems, fifos may only be created in a local filesystem.
26236 In other words, they may not be in NFS filesystems.
26237 This requirement is not universal.
26238 If the system you are using supports it, it should work.
26239 (It is often the case that your home directory is in an NFS filesystem.
26240 If that is the case, you might try using a file in the &quot;/tmp&quot;
26241 filesystem, which is usually a local filesytem.)
26242 Even when it is possible to use an NFS-mounted filesystem as a place to name
26243 the fifo (for example, your home directory), it will still be the case that
26244 the reader (probably the &quot;cat&quot; command) and the
26245 writer (Alpine) of the fifo must be running on the same system.
26247 <UL>   
26248 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26249 </UL><P>
26250 &lt;End of help on this topic&gt;
26251 </BODY>
26252 </HTML>
26253 ====== h_config_newmailwidth =====
26254 <HTML>
26255 <HEADER>
26256 <TITLE>OPTION: <!--#echo var="VAR_newmail-window-width"--></TITLE>
26257 </HEADER>
26258 <BODY>
26259 <H1>OPTION: <!--#echo var="VAR_newmail-window-width"--></H1>
26261 For UNIX Alpine, this option is only useful if you have turned on the
26262 <A HREF="h_config_fifopath">NewMail FIFO Path</A> option.
26263 That option causes new mail messages to be sent to a fifo file.
26264 Those messages will be 80 characters wide by default.
26265 You can change the width of those messages by changing this option.
26266 For example, if you are reading those messages in another window you might
26267 want to set this width to the width of that other window.
26269 If you are using PC-Alpine, it has an option in the Config menu to turn
26270 on the &quot;New Mail Window&quot;.
26271 This present option also controls the width of that window.
26273 <UL>   
26274 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26275 </UL><P>
26276 &lt;End of help on this topic&gt;
26277 </BODY>
26278 </HTML>
26279 ====== h_config_mailcheck =====
26280 <HTML>
26281 <HEADER>
26282 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval"--></TITLE>
26283 </HEADER>
26284 <BODY>
26285 <H1>OPTION: <!--#echo var="VAR_mail-check-interval"--></H1>
26287 This option specifies, in seconds,
26288 how often Alpine will check for new mail.
26289 If set to zero, new-mail checking is disabled.
26290 (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
26291 current message is the last message of the folder.)
26292 There is a minimum value for this option, normally 15 seconds.
26293 The default value is normally 150 seconds.
26294 The higher you set this option, the easier it is on the server.
26296 There are some situations where automatic new-mail checking does not work.
26297 See the discussion about new-mail checking in
26298 <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
26300 The new-mail checking will not happen exactly at the frequency that you specify.
26301 For example, Alpine may elect to defer a non-INBOX mail check if you
26302 are busy typing.
26303 Or, it may check more frequently than you have specified if that is
26304 thought to be necessary to keep the server from closing the connection
26305 to the folder due to inactivity.
26306 If Alpine checks for new mail as a side effect of another command, it will reset
26307 the timer, so that new-mail checking may seem to happen irregularly instead of
26308 every X seconds like clockwork.
26310 If you are anxious to know about new mail as soon as possible, set the check
26311 interval low, and you'll know about the new mail by approximately
26312 that amount of time after it arrives.
26313 If you aren't so worried about knowing right away, set this option to a
26314 higher value.
26315 That will save the server some processing time and may save you some of
26316 the time you spend waiting for new-mail checks to happen if you are
26317 dealing with a slow server or slow network connection.
26319 If you suspect that new-mail checking is causing slow downs for you,
26320 you may want to look into the options
26321 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>,
26322 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> and
26323 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A>,
26324 which refine when mail checking is done.
26326 If the mailbox being checked uses a <A HREF="h_maildrop">Mail Drop</A> then
26327 there is a minimum time
26328 (<A HREF="h_config_maildropcheck">&quot;<!--#echo var="VAR_maildrop-check-minimum"-->&quot;</A>)
26329 between new-mail checks.
26330 Because of this minimum you may notice that new mail does not
26331 appear promptly when you expect it.
26332 The reason for this is to protect the server from over-zealous opening and
26333 closing of the Mail Drop folder, since that is a costly operation.
26335 <UL>   
26336 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26337 </UL><P>
26338 &lt;End of help on this topic&gt;
26339 </BODY>
26340 </HTML>
26341 ====== h_config_quell_checks_comp =====
26342 <HTML>
26343 <HEAD>
26344 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></TITLE>
26345 </HEAD>
26346 <BODY>
26347 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></H1>
26349 This option is closely related to the
26350 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
26351 option, the
26352 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
26353 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A>.
26355 If this option is set, then the normal new-mail checking that happens
26356 while you are composing will not happen for folders other than your
26357 INBOX (which depends on the setting
26358 of &quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;).
26360 You might want to set this option if you are experiencing delays while
26361 composing that you think might be related to the speed of the new-mail
26362 checks.
26364 Even with this option turned on, an occasional new-mail check may be done
26365 in order to keep the server from killing the connection to the folder.
26366 For example, IMAP servers may remove a connection to a folder if there
26367 has been no activity on the connection for 30 minutes or more.
26368 Instead of letting that happen, Alpine will check for new mail before the
26369 30 minutes is up even though you have turned on this feature to quell
26370 those checks.
26372 Besides new-mail checks, checkpoint operations on the folders
26373 will also be quelled when you set this option.
26374 The purpose of checkpointing is to write the changes to a folder out to
26375 disk periodically in order to avoid losing those changes when system or
26376 software problems occur.
26377 New-mail checking and checkpointing while you are not composing are not
26378 affected by this option.
26381 &lt;End of help on this topic&gt;
26382 </BODY>
26383 </HTML>
26384 ====== h_config_quell_checks_comp_inbox =====
26385 <HTML>
26386 <HEAD>
26387 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></TITLE>
26388 </HEAD>
26389 <BODY>
26390 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></H1>
26392 This option is closely related to the
26393 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
26394 option, the
26395 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
26396 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>.
26398 If this option is set, then the normal new-mail checking that happens
26399 while you are composing will not happen for your INBOX.
26400 Checking of other folders is controlled in a similar way with the
26401 &quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot; option.
26403 You might want to set this option if you are experiencing delays while
26404 composing that you think might be related to the speed of the new-mail
26405 checks.
26407 Even with this option turned on, an occasional new-mail check may be done
26408 in order to keep the server from killing the connection to the folder.
26409 For example, IMAP servers may remove a connection to a folder if there
26410 has been no activity on the connection for 30 minutes or more.
26411 Instead of letting that happen, Alpine will check for new mail before the
26412 30 minutes is up even though you have turned on this feature to quell
26413 those checks.
26415 Besides new-mail checks, checkpoint operations on the INBOX
26416 will also be quelled when you set this option.
26417 The purpose of checkpointing is to write the changes to a folder out to
26418 disk periodically in order to avoid losing those changes when system or
26419 software problems occur.
26420 New-mail checking and checkpointing while you are not composing are not
26421 affected by this option.
26423 &lt;End of help on this topic&gt;
26424 </BODY>
26425 </HTML>
26426 ====== h_config_maildropcheck =====
26427 <HTML>
26428 <HEADER>
26429 <TITLE>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></TITLE>
26430 </HEADER>
26431 <BODY>
26432 <H1>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></H1>
26434 New-mail checking for a
26435 <A HREF="h_maildrop">Mail Drop</A> is a little different from new
26436 mail checking for a regular folder.
26437 One of the differences is that the connection to the Mail Drop is not
26438 kept open and so the cost of checking
26439 (delay for you and additional load for the server) may be significant.
26440 Because of this additional cost we set a minimum time that
26441 must pass between checks.
26442 This minimum only applies to the automatic checking done by Alpine.
26443 If you force a check by typing ^L (Ctrl-L) or by typing the Next command when you are
26444 at the end of a folder index, then the check is done right away.
26446 This option specifies, in seconds, the <EM>minimum</EM> time between Mail Drop
26447 new-mail checks.
26448 You may want to set this minimum high in order to avoid experiencing some
26449 of the delays associated with the checks.
26450 Note that the time between checks is still controlled by the regular
26451 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option.
26452 When Alpine is about to do an automatic check for new mail (because
26453 the <!--#echo var="VAR_mail-check-interval"--> has expired) then if the time since the last
26454 new-mail check
26455 of any open Mail Drops has been greater than the <!--#echo var="VAR_maildrop-check-minimum"-->,
26456 the Mail Drop is checked for new mail as well.
26457 Therefore, it is only useful to set this option to a value that is higher
26458 than the <!--#echo var="VAR_mail-check-interval"-->.
26460 If this option is set to zero, automatic Mail Drop new-mail
26461 checking is disabled.
26462 There is a minimum value, normally 60 seconds.
26463 The default value is normally 60 seconds as well.
26464 This applies to the INBOX and to the currently open folder if that is
26465 different from the INBOX.
26468 <UL>   
26469 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26470 </UL><P>
26471 &lt;End of help on this topic&gt;
26472 </BODY>
26473 </HTML>
26474 ====== h_config_nntprange =====
26475 <HTML>
26476 <HEADER>
26477 <TITLE>OPTION: <!--#echo var="VAR_nntp-range"--></TITLE>
26478 </HEADER>
26479 <BODY>
26480 <H1>OPTION: <!--#echo var="VAR_nntp-range"--></H1>
26482 This option applies only to newsgroups accessed using the NNTP protocol.
26483 It does not, for example,
26484 apply to newsgroups accessed using an IMAP-to-NNTP proxy.
26487 When you open a connection to a News server using the NNTP protocol, you
26488 normally have access to all of the articles in each newsgroup.
26489 If a server keeps a large backlog of messages it may speed performance
26490 some to restrict attention to only the newer messages in a group.
26491 This option allows you to set how many article numbers should be checked
26492 when opening a newsgroup.
26493 You can think of &quot;<!--#echo var="VAR_nntp-range"-->&quot; as specifying the maximum number
26494 of messages you ever want to see.
26495 For example, if you only ever wanted to look at the last 500 messages in each
26496 newsgroup you could set this option to 500.
26497 In actuality, it isn't quite that.
26498 Instead, for performance reasons, it specifies the range of article
26499 numbers to be checked, beginning
26500 with the highest numbered article and going backwards from there.
26501 If there are messages that have been canceled or deleted
26502 their article numbers are still counted as part of the range.
26504 So, more precisely, setting the &quot;<!--#echo var="VAR_nntp-range"-->&quot; will cause article
26505 numbers
26506 <P><CENTER>last_article_number - <!--#echo var="VAR_nntp-range"--> + 1 through last_article_number</CENTER>
26508 to be considered when reading a newsgroup.
26509 The number of messages that show up in your index will be less than or equal
26510 to the value of &quot;<!--#echo var="VAR_nntp-range"-->&quot;.
26513 The purpose of this option is simply to speed up access when reading news.
26514 The speedup comes because Alpine can ignore all but the last <!--#echo var="VAR_nntp-range"--> article
26515 numbers, and can avoid downloading any information about the ignored articles.
26516 There is a cost you pay for this speedup.
26517 That cost is that there is no way for you to see those ignored articles.
26518 The articles that come before the range you specify are invisible to you and
26519 to Alpine, as if they did not exist at all.
26520 There is no way to see those messages using, for example, an unexclude command
26521 or something similar.
26522 The only way to see those articles is to set this option high enough (or
26523 set it to zero) and then to reopen the newsgroup.
26526 If this option is set to 0 (which is also the default),
26527 then the range is unlimited.
26528 This option applies globally to all NNTP servers and to all newsgroups
26529 on those servers.
26530 There is no way to set different values for different newsgroups or servers.
26533 <UL>   
26534 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26535 </UL><P>
26536 &lt;End of help on this topic&gt;
26537 </BODY>
26538 </HTML>
26539 ====== h_config_news_active =====
26540 <html>
26541 <header>
26542 <title>OPTION: <!--#echo var="VAR_news-active-file-path"--></title>
26543 </header>
26544 <body>
26545 <h1>OPTION: <!--#echo var="VAR_news-active-file-path"--></h1>
26547 This option tells Alpine where to look for the "active file" for newsgroups
26548 when accessing news locally, rather than via NNTP.  The default path is
26549 usually "/usr/lib/news/active".<p>
26550 <UL>   
26551 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26552 </UL><P>
26553 &lt;End of help on this topic&gt;
26554 </body>
26555 </html>
26556 ====== h_config_news_spool =====
26557 <html>
26558 <header>
26559 <title>OPTION: <!--#echo var="VAR_news-spool-directory"--></title>
26560 </header>
26561 <body>
26562 <h1>OPTION: <!--#echo var="VAR_news-spool-directory"--></h1>
26564 This option tells Alpine where to look for the "news spool" for newsgroups
26565 when accessing news locally, rather than via NNTP.  The default path is
26566 usually "/var/spool/news".<p>
26567 <UL>   
26568 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26569 </UL><P>
26570 &lt;End of help on this topic&gt;
26571 </body>
26572 </html>
26573 ====== h_config_image_viewer =====
26574 <html>
26575 <header>
26576 <title>OPTION: <!--#echo var="VAR_image-viewer"--></title>
26577 </header>
26578 <body>
26579 <h1>OPTION: <!--#echo var="VAR_image-viewer"--></h1>
26580 <body>
26581 This option specifies the program Alpine should call to view MIME
26582 attachments of type IMAGE (e.g. GIF or TIFF).  The Image Viewer setting is
26583 no longer needed, but remains for backward compatibility.  The more
26584 general method for associating external printing and viewing programs with
26585 specific MIME data types is to use the system's (or your personal)
26586 "mailcap" configuration file.<p>
26587 <UL>   
26588 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26589 </UL><P>
26590 &lt;End of help on this topic&gt;
26591 </body>
26592 </html>
26593 ====== h_config_domain_name =====
26594 <HTML>
26595 <HEAD>
26596 <TITLE>OPTION: <!--#echo var="VAR_use-only-domain-name"--></TITLE>
26597 </HEAD>
26598 <BODY>
26599 <H1>OPTION: <!--#echo var="VAR_use-only-domain-name"--></H1>
26601 This option is used only if the 
26602 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> option is <B>not</B> 
26603 set.  If set to &quot;Yes&quot; (and <!--#echo var="VAR_user-domain"--> is not used), then Alpine 
26604 strips the hostname from your return (&quot;From&quot;) address and when 
26605 completing unqualified addresses that you enter into the composer.
26607 If you set this, see also the <A HREF="h_config_quell_local_lookup">
26608 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
26611 <!--chtml if pinemode="os_windows"-->
26612 <P>This option is not applicable to PC-Alpine.
26613 <!--chtml else-->
26615 <!--chtml endif-->
26616 <UL>
26617 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26618 </UL>
26620 &lt;End of help on this topic&gt;
26621 </BODY>
26622 </HTML>
26623 ====== h_config_prune_date =====
26624 <HTML>
26625 <HEAD>
26626 <TITLE>OPTION: Last-Time-Prune Question</TITLE>
26627 </HEAD>
26628 <BODY>
26629 <H1>OPTION: Last-Time-Prune Question</H1>
26631 This value records the last time you were asked about deleting old
26632 sent-mail.
26633 It is set automatically by Alpine at the beginning of each month.
26634 In the past, if you wished to suppress the monthly sent-mail
26635 pruning feature, you could set this to a date in the future.
26636 This value is relative to the year 1900, so 
26637 to set this, for example, to October 2005, use 105.10.
26639 You can still do that if you wish, or you can use the
26640 <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option, which is probably
26641 a little more convenient to use.
26643 <UL>   
26644 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26645 </UL><P>
26646 &lt;End of help on this topic&gt;
26647 </BODY>
26648 </HTML>
26649 ====== h_config_goto_default =====
26650 <HTML>
26651 <HEAD>
26652 <TITLE>OPTION: <!--#echo var="VAR_goto-default-rule"--></TITLE>
26653 </HEAD>
26654 <BODY>
26655 <H1>OPTION: <!--#echo var="VAR_goto-default-rule"--></H1>
26657 This value affects Alpine's behavior when you use the Goto command.
26658 Alpine's usual behavior has two parts.  If your current folder is
26659 &quot;Inbox&quot;, Alpine will offer the last open folder as the
26660 default.  If the current folder is other than &quot;Inbox&quot;,
26661 &quot;Inbox&quot; is offered as the default.
26664 The available options include:
26666 <DL>
26668  <DT>folder-in-first-collection</DT>
26670  <DD> Alpine will offer the most recently visited folder in the default
26671 collection found in the &quot;Collection List&quot; screen as the default.
26672 </DD>
26674  <DT> inbox-or-folder-in-first-collection</DT>
26676  <DD> If the current folder is &quot;Inbox&quot;,
26677 Alpine will offer the most recently visited folder in the
26678 default collection found in the &quot;Collection List&quot; screen.
26679 If the current folder is other than &quot;Inbox&quot;,
26680 &quot;Inbox&quot; is offered as the default.
26681 </DD>
26683  <DT> inbox-or-folder-in-recent-collection</DT>
26685  <DD> This is Alpine's default behavior.
26686 If the current folder is &quot;Inbox&quot;,
26687 Alpine will offer the last open
26688 folder as the default.
26689 If the current folder is other than &quot;Inbox&quot;,
26690 &quot;Inbox&quot; is offered as the default.
26691 </DD>
26693  <DT> first-collection-with-inbox-default</DT>
26695  <DD> Instead of offering the most recently visited folder in the default
26696 collection, the default collection is offered but with &quot;Inbox&quot; as
26697 the default folder.
26698 If you type in a folder name it will be in the default collection.
26699 If you simply accept the default, however, your &quot;Inbox&quot; will be opened.
26700 </DD>
26702  <DT> most-recent-folder</DT>
26704  <DD> The last accepted value simply causes the most recently opened
26705 folder to be offered as the default regardless of the currently opened
26706 folder.
26707 </DD>
26708 </DL>
26711 NOTE: The default while a newsgroup is open remains the same; the last
26712 open newsgroup.
26715 <UL>   
26716 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26717 </UL><P>
26718 &lt;End of help on this topic&gt;
26719 </BODY>
26720 </HTML>
26721 ====== h_config_thread_lastreply_char =====
26722 <HTML>
26723 <HEAD>
26724 <TITLE>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></TITLE>
26725 </HEAD>
26726 <BODY>
26727 <H1>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></H1>
26729 The <!--#echo var="VAR_threading-lastreply-character"--> option has a small effect on the MESSAGE
26730 INDEX display when using a
26731 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
26732 of &quot;show-thread-structure&quot;, &quot;mutt-like&quot;, or
26733 &quot;show-structure-in-from&quot;; and sorting by Threads or OrderedSubject.
26734 The value of this option is a single character.
26735 This character is used instead of the vertical line character when there are
26736 no more replies directly to the parent of the current message.
26737 It can be used to &quot;round-off&quot; the bottom of the vertical line
26738 by setting it to a character such as a backslash (&#92;) or
26739 a backquote (&#96;).
26740 The default value of this option is the backslash character (&#92;).
26741 This option may not be set to the Empty Value.
26742 In that case, the default will be used instead.
26745 <UL>   
26746 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26747 </UL><P>
26748 &lt;End of help on this topic&gt;
26749 </BODY>
26750 </HTML>
26751 ====== h_config_thread_indicator_char =====
26752 <HTML>
26753 <HEAD>
26754 <TITLE>OPTION: <!--#echo var="VAR_threading-indicator-character"--></TITLE>
26755 </HEAD>
26756 <BODY>
26757 <H1>OPTION: <!--#echo var="VAR_threading-indicator-character"--></H1>
26759 The <!--#echo var="VAR_threading-indicator-character"--> option has a small effect on the MESSAGE
26760 INDEX display when using a
26761 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
26762 than &quot;none&quot; and sorting by Threads or OrderedSubject.
26763 The value of this option is a single character.
26764 This character is used to indicate that part of a thread (a conversation) is
26765 hidden beneath a message.
26766 The message could be expanded
26767 if desired with the &quot;/&quot; Collapse/Expand command.
26768 By default, the value of this option is the greater than sign (&gt;).
26770 If this option is set to the Empty Value, then the column (and the following
26771 blank column) will be deleted from the display.
26774 This option is closely related to the
26775 <A HREF="h_config_thread_exp_char"><!--#echo var="VAR_threading-expanded-character"--></A> option.
26776 Another similar option that affects the thread display is the
26777 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
26780 <UL>   
26781 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26782 </UL><P>
26783 &lt;End of help on this topic&gt;
26784 </BODY>
26785 </HTML>
26786 ====== h_config_thread_exp_char =====
26787 <HTML>
26788 <HEAD>
26789 <TITLE>OPTION: <!--#echo var="VAR_threading-expanded-character"--></TITLE>
26790 </HEAD>
26791 <BODY>
26792 <H1>OPTION: <!--#echo var="VAR_threading-expanded-character"--></H1>
26794 The <!--#echo var="VAR_threading-expanded-character"--> option has a small effect on the MESSAGE
26795 INDEX display when using a
26796 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
26797 than &quot;none&quot;.
26798 The value of this option is a single character.
26799 This character is used to indicate that part of a thread has been expanded
26800 and could be collapsed if desired with
26801 the &quot;/&quot; Collapse/Expand command.
26802 By default, the value of this option is a dot (.).
26804 If this option is set to the Empty Value, then the column (and the following
26805 blank column) will be deleted from the display.
26808 This option is closely related to the
26809 <A HREF="h_config_thread_indicator_char"><!--#echo var="VAR_threading-indicator-character"--></A> option.
26810 Another similar option that affects the thread display is the
26811 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
26814 <UL>   
26815 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26816 </UL><P>
26817 &lt;End of help on this topic&gt;
26818 </BODY>
26819 </HTML>
26820 ====== h_config_thread_index_style =====
26821 <HTML>
26822 <HEAD>
26823 <TITLE>OPTION: <!--#echo var="VAR_threading-index-style"--></TITLE>
26824 </HEAD>
26825 <BODY>
26826 <H1>OPTION: <!--#echo var="VAR_threading-index-style"--></H1>
26828 When a folder is sorted by Threads or OrderedSubject,
26829 this option will affect the INDEX displays.
26832 The possible values for this option are:
26834 <DL>
26835 <DT>regular-index-with-expanded-threads</DT>
26836 <DD>This is the default display.
26837 If the configuration option
26838 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
26839 is set to something other than &quot;none&quot;, then this setting
26840 will cause Alpine to start off with a MESSAGE INDEX with all of
26841 the threads expanded.
26842 That is, each message will have a line in the MESSAGE INDEX display.
26843 The Collapse/Expand command (/) may be used to manually collapse or
26844 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
26846 This setting affects the display when the folder is first threaded.
26847 The collapsed state may also be re-initialized by re-sorting the folder manually
26848 using the SortIndex command ($).
26849 After re-sorting the threads will once again all be expanded, even if you
26850 have previously collapsed some of them.
26852 If &quot;<!--#echo var="VAR_threading-display-style"-->&quot; is set to &quot;none&quot;, then
26853 the display will be the regular default Alpine MESSAGE INDEX, but sorted
26854 in a different order.
26855 </DD>
26857 <DT>regular-index-with-collapsed-threads</DT>
26858 <DD>If the configuration option
26859 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
26860 is set to something other than &quot;none&quot;, then this setting
26861 will cause Alpine to start out with all of the threads collapsed instead of
26862 starting out with all of the threads expanded.
26863 The Collapse/Expand command (/) may be used to manually collapse or
26864 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
26866 This setting affects the display when the folder is first threaded.
26867 The collapsed state may also be re-initialized by re-sorting the folder manually
26868 using the SortIndex command ($).
26869 After re-sorting the threads will once again all be collapsed, even if you
26870 have previously expanded some of them.
26871 </DD>
26873 <DT>separate-index-screen-always</DT>
26874 <DD>With this setting and the next, you will see an index of threads
26875 instead of an
26876 index of messages, provided you have sorted by Threads or OrderedSubject.
26878 The THREAD INDEX contains a '*' in the first column if any message in the thread
26879 is marked Important.
26880 If not, it contains a '+' if any message in the thread is to you.
26881 The second column is blank. The third column contains a 'D' if all of the
26882 messages in the thread are deleted.
26883 Otherwise, it contains an 'N' if any of the messages in the thread are New.
26885 When you view a particular thread from the THREAD INDEX you will be
26886 in the MESSAGE INDEX display
26887 but the index will only contain messages from the thread you are viewing.
26888 </DD>
26890 <DT>separate-index-screen-except-for-single-messages</DT>
26891 <DD>This is very similar to the option above.
26892 When you are in the THREAD INDEX, one of the available commands
26893 is &quot;ViewThd&quot;.
26894 With the setting &quot;separate-index-screen-always&quot; (the option above)
26895 when you view a particular thread you will be in the
26896 MESSAGE INDEX display and the index will only contain messages from
26897 the thread you are viewing.
26898 If the thread you are viewing consists of a single message, the MESSAGE INDEX
26899 will be an index with only one message in it.
26900 If you use this &quot;separate-index-screen-except-for-single-messages&quot;
26901 setting instead, then that index that contains a single message
26902 will be skipped and you will go directly from the THREAD INDEX into the
26903 MESSAGE TEXT screen.
26904 </DD>
26906 </DL>
26909 <UL>   
26910 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26911 </UL><P>
26912 &lt;End of help on this topic&gt;
26913 </BODY>
26914 </HTML>
26915 ====== h_config_thread_disp_style =====
26916 <HTML>
26917 <HEAD>
26918 <TITLE>OPTION: <!--#echo var="VAR_threading-display-style"--></TITLE>
26919 </HEAD>
26920 <BODY>
26921 <H1>OPTION: <!--#echo var="VAR_threading-display-style"--></H1>
26923 When a folder is sorted by Threads or OrderedSubject,
26924 this option will affect the MESSAGE INDEX display.
26925 By default, Alpine will display the MESSAGE INDEX in the
26926 &quot;show-thread-structure&quot; style if a folder is sorted
26927 by Threads or OrderedSubject.
26930 The possible values for this option are:
26932 <DL>
26933 <DT>none</DT>
26934 <DD>Regular index display.
26935 The same index line as would be displayed without threading is used.
26936 The only difference will be in the order of the messages.
26937 </DD>
26939 <DT>show-thread-structure</DT>
26940 <DD>Threaded Subjects will be indented and vertical bars and horizontal
26941 lines will be added to make it easier to see the relationships among
26942 the messages in a thread (a conversation).
26943 </DD>
26945 <DT>mutt-like</DT>
26946 <DD>This is the same as the option above except that the Subject
26947 is suppressed (is blank) if it matches the previous Subject in the thread.
26948 The name comes from the email client <A HREF="http://www.mutt.org/">Mutt</A>.
26949 Here is an example of what a mutt-like index might look like.
26950 In this example, the first column represents the message number, the
26951 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
26952 is set to &quot;regular-index-with-expanded-threads&quot;, and the
26953 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A>
26954 is set to a backslash:
26955 <PRE>
26956 &nbsp;&nbsp;&nbsp;1    Some topic
26957 &nbsp;&nbsp;&nbsp;&nbsp;2  . Subject           original message in thread
26958 &nbsp;&nbsp;&nbsp;&nbsp;3    |->               reply to 2
26959 &nbsp;&nbsp;&nbsp;&nbsp;4  . |->               another reply to 2
26960 &nbsp;&nbsp;&nbsp;&nbsp;5  . | &#92;->             reply to 4
26961 &nbsp;&nbsp;&nbsp;&nbsp;6  . |   &#92;->           reply to 5
26962 &nbsp;&nbsp;&nbsp;&nbsp;7    |     &#92;->         reply to 6
26963 &nbsp;&nbsp;&nbsp;&nbsp;8    |->               another reply to 2
26964 &nbsp;&nbsp;&nbsp;&nbsp;9  . |->New subject    another reply to 2 but with a New subject
26965 &nbsp;&nbsp;&nbsp;10    | |->             reply to 9
26966 &nbsp;&nbsp;&nbsp;11    | &#92;->             another reply to 9
26967 &nbsp;&nbsp;&nbsp;12    |   &#92;->           reply to 11
26968 &nbsp;&nbsp;&nbsp;13    &#92;->               final reply to 2
26969 &nbsp;&nbsp;&nbsp;14    Next topic
26970 </PRE>
26971 </DD>
26973 <DT>indent-subject-1</DT>
26974 <DD>Threaded Subjects will be indented one space per level of the conversation.
26975 The bars and lines that show up in the show-thread-structure display will
26976 not be there with this style.
26977 </DD>
26979 <DT>indent-subject-2</DT>
26980 <DD>Same as above but indent two spaces per level instead of one space.
26981 </DD>
26983 <DT>indent-from-1</DT>
26984 <DD>Similar to indent-subject-1, except that instead of indenting the
26985 Subject field one space the From field of a thread will be indented one
26986 space per level of the conversation.
26987 </DD>
26989 <DT>indent-from-2</DT>
26990 <DD>Same as above but indent two spaces per level instead of one space.
26991 </DD>
26993 <DT>show-structure-in-from</DT>
26994 <DD>The structure of the thread is illustrated with indenting, vertical bars,
26995 and horizontal lines just like with the show-thread-structure option, but
26996 the From field is used to show the relationships instead of the Subject field. 
26997 </DD>
26999 </DL>
27002 <UL>   
27003 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27004 </UL><P>
27005 &lt;End of help on this topic&gt;
27006 </BODY>
27007 </HTML>
27008 ====== h_config_pruning_rule =====
27009 <HTML>
27010 <HEAD>
27011 <TITLE>OPTION: <!--#echo var="VAR_pruning-rule"--></TITLE>
27012 </HEAD>
27013 <BODY>
27014 <H1>OPTION: <!--#echo var="VAR_pruning-rule"--></H1>
27016 By default, Alpine will ask at the beginning of each month whether or not
27017 you want to rename your sent-mail folder to a name like sent-mail-month-year.
27018 (See the feature <A HREF="h_config_prune_uses_iso"><!--#echo var="FEAT_prune-uses-yyyy-mm"--></A> to
27019 change the format of the folder to sent-mail-yyyy-mm.)
27020 It will also ask whether you would like to delete old sent-mail folders.
27021 If you have defined
27022 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>
27024 <A HREF="h_config_pruned_folders"><!--#echo var="VAR_pruned-folders"--></A>
27025 Alpine will also ask about pruning those folders.
27028 With this option you may provide an automatic answer to these questions.
27029 The default value is to ask you what you'd like to do.
27032 The six possible values for this option are:
27034 <DL>
27035 <DT>ask about rename, ask about deleting</DT>
27036 <DD>This is the default.
27037 Alpine will ask whether you want to rename the folders and whether you
27038 want to delete each of the old folders.
27039 </DD>
27041 <DT>ask about rename, don't delete</DT>
27042 <DD>Alpine will ask whether you want to rename the folders, but won't
27043 ask about or delete old folders.
27044 </DD>
27046 <DT>always rename, ask about deleting</DT>
27047 <DD>This means you want to always answer yes and have Alpine automatically
27048 rename the folder if possible.
27049 You will also be asked about deleting old folders.
27050 </DD>
27052 <DT>always rename, don't delete</DT>
27053 <DD>This means you want to always answer yes and have Alpine automatically
27054 rename the folder if possible.
27055 There will be no deleting of old folders.
27056 </DD>
27058 <DT>don't rename, ask about deleting</DT>
27059 <DD>This means you want to always answer no.
27060 Alpine will not rename the folder.
27061 You will be asked about deleting old folders.
27062 </DD>
27064 <DT>don't rename, don't delete</DT>
27065 <DD>This means you want to always answer no.
27066 Alpine will not rename the folder.
27067 There will be no deleting of old folders, either.
27068 </DD>
27069 </DL>
27072 <UL>   
27073 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27074 </UL><P>
27075 &lt;End of help on this topic&gt;
27076 </BODY>
27077 </HTML>
27078 ====== h_config_reopen_rule =====
27079 <HTML>
27080 <HEAD>
27081 <TITLE>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></TITLE>
27082 </HEAD>
27083 <BODY>
27084 <H1>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></H1>
27086 Alpine normally checks for new mail in the currently open folder
27087 and in the INBOX every few <A HREF="h_config_mailcheck">minutes</A>.
27090 There are some situations where automatic new-mail checking does not work.
27091 For example, if a mail folder is opened using the POP protocol or a newsgroup
27092 is being read using the NNTP protocol, then new-mail checking is disabled.
27095 It may be possible to check for new mail in these cases by reopening the
27096 folder.
27097 Alpine does not do this for you automatically, but you may do the commands
27098 manually to cause this to happen.
27099 You reopen by going back to the folder list screen from the message
27100 index screen with the &quot;&lt;&quot; command,
27101 and then going back into the message index screen with
27102 the &quot;&gt;&quot; command.
27103 (Actually, any method you would normally use to open a folder will work the
27104 same as the &quot;&lt;&quot; followed by &quot;&gt;&quot; method.
27105 For example, the GoTo Folder command will work, or you may use L to go to the
27106 Folder List screen and Carriage Return to reopen the folder.)
27109 There are some cases where Alpine knows that reopening the folder should
27110 be useful as a way to discover new mail.
27111 At the time of this writing, connections made using the POP protocol,
27112 news reading using the NNTP protocol, local news reading, and local
27113 ReadOnly folders that are in the traditional UNIX or the MMDF format all
27114 fall into this category.
27115 There are other cases where it <EM>may</EM> be a way to discover new mail, but Alpine
27116 has no way of knowing, so it might also just be an exercise in futility.
27117 All remote, ReadOnly folders other than those listed just above fall into this
27118 category.
27119 The setting of this option together with the type of folder
27120 controls how Alpine will react to the apparent attempt to reopen a folder.
27123 If you don't reopen, then you will just be back in
27124 the message index with no change.
27125 You left the index and came back, but the folder remained &quot;open&quot;
27126 the whole time.
27127 However, if you do reopen the folder, the folder is closed and then reopened.
27128 In this case, the current state of the open folder is lost.
27129 The New status, Important and Answered flags,
27130 selected state, Zoom state, collapsed or expanded state of threads,
27131 current message number,
27132 and any other temporary state is all lost when the reopen happens.
27133 For POP folders (but not NNTP newsgroups) the Deleted flags are also lost.
27136 In the possibilities listed below, the text says &quot;POP/NNTP&quot; in
27137 several places.
27138 That really implies the case where Alpine knows it is a good way to discover
27139 new mail, which is more than just POP and NNTP, but POP and NNTP are
27140 the cases of most interest.
27141 This option probably has more possible values than it deserves. They are:
27143 <DL>
27144 <DT>Always reopen</DT>
27145 <DD>Alpine will not ask whether you want to reopen but will just do the reopen
27146 whenever you type a command that implies a reopen, regardless of the
27147 access method.
27148 In other words, it is assumed you would always answer Yes if asked
27149 about reopening.
27150 </DD>
27152 <DT>Yes for POP/NNTP, Ask about other remote [Yes]</DT>
27153 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
27154 will ask you whether to reopen other remote folders,
27155 with a default answer of Yes.
27156 </DD>
27158 <DT>Yes for POP/NNTP, Ask about other remote [No]</DT>
27159 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
27160 will ask you whether to reopen other remote folders,
27161 with a default answer of No.
27162 </DD>
27164 <DT>Yes for POP/NNTP, No for other remote</DT>
27165 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, and
27166 will assume a No answer for all other remote folders.
27167 </DD>
27169 <DT>Always ask [Yes]</DT>
27170 <DD>Alpine will not differentiate based on access method.
27171 It will always ask for all remote folders, with a default answer of Yes.
27172 </DD>
27174 <DT>Always ask [No]</DT>
27175 <DD>Alpine will not differentiate based on access method.
27176 It will always ask for all remote folders, with a default answer of No.
27177 </DD>
27179 <DT>Ask about POP/NNTP [Yes], No for other remote</DT>
27180 <DD>Alpine will ask if the access method is POP or NNTP, with a default answer
27181 of Yes.
27182 It will never attempt to reopen other remote folders.
27183 </DD>
27185 <DT>Ask about POP/NNTP [No], No for other remote</DT>
27186 <DD>This is the default.
27187 Alpine will ask if the access method is POP or NNTP, with a default answer
27188 of No.
27189 It will never attempt to reopen other remote folders.
27190 </DD>
27192 <DT>Never reopen</DT>
27193 <DD>Alpine will never attempt to reopen already open folders.
27194 </DD>
27195 </DL>
27198 Remember, wherever it says POP or NNTP above it really means POP or NNTP or
27199 any of the other situations where it is likely that reopening is a good way
27200 to discover new mail.
27203 There is an alternative that may be of useful in some situations.
27204 Instead of manually checking for new mail you can set up a
27205 <A HREF="h_maildrop">Mail Drop</A>
27206 and automatically check for new mail.
27209 <UL>   
27210 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27211 </UL><P>
27212 &lt;End of help on this topic&gt;
27213 </BODY>
27214 </HTML>
27215 ====== h_config_inc_startup =====
27216 <HTML>
27217 <HEAD>
27218 <TITLE>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></TITLE>
27219 </HEAD>
27220 <BODY>
27221 <H1>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></H1>
27223 This value affects Alpine's behavior when opening the &quot;INBOX&quot; or 
27224 one of the &quot;INCOMING MESSAGE FOLDERS&quot;.
27225 It determines which message will be the <EM>current message</EM> when
27226 the folder is first opened.
27227 The default value is &quot;first-unseen&quot;.
27230 The seven possible values for this option are:
27232 <DL>
27233 <DT>first-unseen</DT>
27234 <DD>The current message is set to the first
27235 unseen message that has not been marked deleted, or the last message if
27236 all of the messages have been seen previously.
27237 Messages which have not been seen or which have been seen but re-marked
27238 as New are considered unseen messages.
27239 See the note at the bottom of this help about newsgroups.
27240 </DD>
27242 <DT>first-recent</DT>
27243 <DD>Similar to the default, but rather than starting on the first
27244 unseen message Alpine starts on the first <EM>recent</EM> message.
27245 A message is recent if it arrived since the last time the folder was
27246 open.  This value causes the current message to be set to the first
27247 recent message if there is one, otherwise to the last
27248 message in the folder.
27249 </DD>
27251 <DT>first-important</DT>
27252 <DD>This will result in the current message being set to the first
27253 message marked Important (but not Deleted).
27254 If no messages are marked Important, then it will be the last message.
27255 Messages are marked Important by <EM>you</EM>, not by the sender, using
27257 <A HREF="h_common_flag">Flag command</A>.
27258 Or they may be marked Important by an Alpine
27259 <A HREF="h_mainhelp_filtering">Filter</A>
27260 that you have set up.
27261 </DD>
27263 <DT>first-important-or-unseen</DT>
27264 <DD>This selects the first of the first unseen and the first important
27265 messages.
27266 </DD>
27268 <DT>first-important-or-recent</DT>
27269 <DD>This selects the first of the first recent and the first important
27270 messages.
27271 </DD>
27273 <DT>first</DT>
27274 <DD>Simply starts you on the <EM>first</EM> undeleted message in the folder.
27275 If all messages are deleted you start on the last message.
27276 </DD>
27278 <DT>last</DT>
27279 <DD>Simply starts you on the <EM>last</EM> undeleted message in the folder
27280 If all messages are deleted you start on the last message.
27281 </DD>
27282 </DL>
27285 NOTE:  For newsgroups in the incoming collection, &quot;first-unseen&quot; and
27286 &quot;first-recent&quot; are the same and are affected by whether or not the
27287 feature 
27288 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
27289 is turned on. 
27290 Also, there is no permanent storage in news for an Important flag.
27291 This means that no messages will be marked Important when a newsgroup is
27292 first opened.
27295 <UL>   
27296 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27297 </UL><P>
27298 &lt;End of help on this topic&gt;
27299 </BODY>
27300 </HTML>
27301 ====== h_config_browser =====
27302 <HTML>
27303 <HEAD>
27304 <TITLE>OPTION: <!--#echo var="VAR_url-viewers"--></TITLE>
27305 </HEAD>
27306 <BODY>
27307 <H1>OPTION: <!--#echo var="VAR_url-viewers"--></H1>
27308 <!--chtml if pinemode="os_windows"-->
27309 PC-Alpine users do not need to enter anything here, unless:<UL>
27310 <LI> they want to override, for use with Alpine, the application defined
27311 in the Windows operating system for handling URLs; or
27312 <LI> they are (planning on) using the same configuration file with 
27313 Unix Alpine.
27314 </UL>
27316 Note that if using a viewer that has a space in its path, you should
27317 use the DOS name for that directory or file. Example:
27318 <PRE>
27319 url-viewer=C:&#92;Progra~1&#92;mozilla&#92;mozilla.exe
27320 </PRE>
27321 <HR><P>
27322 <!--chtml endif-->
27323 This option affects Alpine's handling of URLs that are found in 
27324 messages you read.  Normally, only URLs Alpine can handle directly
27325 are automatically offered for selection in the &quot;Message
27326 Text&quot; screen.  When one or more applications
27327 capable of deciphering URLs on their command line are added here, Alpine
27328 will choose the first available to display URLs it cannot handle directly.
27329 A viewer's availability is based on its being specified with a <B>full
27330 directory path</B> and the evaluation of any optionally supplied
27331 parameters described below.
27334 Additionally, to support various connection methods and applications, each
27335 entry in this list can optionally begin with one or more of
27336 the following special tokens.  The allowed tokens include:
27339 <DL>
27340 <DT>_TEST(<VAR>test-string</VAR>)_</DT>
27341 <DD>
27342 The <VAR>test-string</VAR> is a shell command that Alpine will run to
27343 evaluate a viewer's availability.  The command specified by the test
27344 string is run and if its resulting exit status is non-zero, Alpine will
27345 not consider the associated viewer for use.
27346 </DD>
27348 <DT>_SCHEME(<VAR>scheme-list</VAR>)_</DT>
27349 <DD>
27350 The <VAR>scheme-list</VAR> is a list of one or more (comma-delimited)
27351 URL schemes that are to be used with the associated viewer.  This is
27352 the way to configure Alpine to recognize URLs other than the built-in set.
27354 It can also be used to override Alpine's built-in handlers.
27355 For example, you could specify &quot;news&quot; in the <VAR>scheme-list</VAR>,
27356 and Alpine would use (provided it passed all other criteria) the associated
27357 viewer when it encounterd a URL of the form &quot;news:comp.mail.pine&quot;.
27359 </DD>
27360 </DL>
27363 By default, Alpine will simply append a space character followed by the
27364 selected URL prior to launching the command in your specified SHELL.  You can
27365 optionally specify where in the command the selected URL should appear
27366 by using the &quot;_URL_&quot; token.  All occurrences found in the command
27367 will be replaced with the selected URL before the command is handed
27368 to the shell.  If such replacement occurs, the default appending of the
27369 selected URL does not take place.
27372 NOTE: If the viewer you specify has any command-line arguments,
27373 including the &quot;_URL_&quot; token, you will need to add a
27374 double-quote character before the command path and after the last
27375 argument (see the &quot;lynx&quot; example below).
27378 So, here are some example entries:
27379 <PRE>
27380 url-viewers = _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_  /usr/local/bin/netscape
27381               &quot;/usr/local/bin/lynx _URL_&quot;
27382               C:&#92;BIN&#92;NETSCAPE.BAT
27383 </PRE>
27385 This example shows that for the first viewer in the list to be used
27386 the environment variable &quot;DISPLAY&quot; must be defined.  If it
27387 is, then the path and file &quot;/usr/local/bin/netscape&quot; must exist.  
27388 If neither condition is met,
27389 then the path and file &quot;/usr/local/bin/lynx&quot; must exist.  
27390 If it does, then the &quot;_URL_&quot; token is replaced by the selected URL. 
27391 If the path to &quot;lynx&quot; is invalid,
27392 then the final path and file C:&#92;BIN&#92;NETSCAPE.BAT must exist.  
27393 Note that the last
27394 entry is a DOS/Windows path.  This is one way to support Alpine running
27395 on more than one architecture with the same configuration file.<P>
27397 <!--chtml if pinemode="os_windows"-->
27398 <!--chtml else-->
27399 Note that depending on the type of browser used and the method of 
27400 its invocation (such as whether it will open in a separate window) from
27401 the MESSAGE TEXT screen, the browser may &quot;supplant&quot; 
27402 the MESSAGE TEXT screen, and you will have to quit the browser to return to 
27403 it (for example, when using Lynx; to exit Lynx, use the &quot;Q&quot; command).
27404 In other words, launching the browser from Alpine may make Alpine 
27405 &quot;disappear&quot; (although it is still &quot;running&quot;)
27406 until you close the browser again.<P>  
27407 <UL><LI><A HREF="h_config_browser_xterm">Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
27408 environment: for advanced users and  systems administrators</A>
27409 </UL>
27410 <!--chtml endif-->
27411 <P>If you are unsure what browsers are available on your system or how to 
27412 specify them in Alpine's <!--#echo var="VAR_url-viewers"--> option for best usability, contact your 
27413 local computing support staff.
27414 <P><UL>
27415 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27416 </UL>
27418 &lt;End of help on this topic&gt;
27419 </BODY>
27420 </HTML>
27421 ====== h_config_history =====
27422 <HTML>
27423 <HEAD>
27424 <TITLE>OPTION: <!--#echo var="VAR_default-directories"--></TITLE>
27425 </HEAD>
27426 <BODY>
27427 <H1>OPTION: <!--#echo var="VAR_default-directories"--></H1>
27429 This option allows you to input a list of directories that Alpine will offer 
27430 for you to use when you are saving or exporting attachments. This is useful
27431 when navigating to specific directories becomes too tedious, or when you 
27432 need to do this on a daily basis, and want Alpine to remember this on a 
27433 permanent basis.
27435 The list of directories saved here can be accessed using the ^Y and ^V commands
27436 in the save prompt for attachments, or the export command.
27438 <P><UL>
27439 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27440 </UL>
27442 &lt;End of help on this topic&gt;
27443 </BODY>
27444 </HTML>
27445 ====== h_config_browser_xterm =====
27446 <HTML>
27447 <HEAD>
27448 <TITLE><!--#echo var="VAR_url-viewers"--> and X windows applications</TITLE>
27449 </HEAD>
27450 <BODY>
27451 <H1>Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
27452 environment: for advanced users and  systems administrators</H1>
27453 If you are using Alpine with an X-terminal (emulator) and want to define an 
27454 X windows-based application in <!--#echo var="VAR_url-viewers"-->, 
27455 you may want to do so in a manner that causes any <B>already</B> 
27456 invoked viewer application to be used for viewing URLs you select from Alpine 
27457 messages, and a <B>new</B> URL-viewer process to be 
27458 started <B>only</B> if the same application has <B>not already</B> 
27459 been launched -- for one reason, to avoid file-locking contentions among 
27460 multiple invocations of the same URL-viewer application.  
27461 (The example entries set in the help screen for the &quot;<!--#echo var="VAR_url-viewers"-->&quot; 
27462 option does not do this.)  A method of doing that would be:<OL>
27463 <LI> use 
27464 the _TEST(<VAR>test-string</VAR>)_ token in the <B>first</B> entry to 
27465 check (using commands appropriate for your Unix shell
27466 in place of <VAR>test-string</VAR>) for the presence of a 
27467 lockfile created by the URL-viewer application -- which implies that the 
27468 application is already running, though this is not foolproof. 
27469 Following that in the same <!--#echo var="VAR_url-viewers"--> entry, specify the 
27470 application with its appropriate command line option(s) to 
27471 show the URL selected from the Alpine message in an already open window of 
27472 that application, or perhaps in a new window of that application.  
27474 <LI> In the 
27475 <B>second</B> entry for the <!--#echo var="VAR_url-viewers"--> option, specify the same 
27476 application without those command line options, but this time using the 
27477 _TEST(...)_ token to check whether the environment variable &quot;DISPLAY&quot;
27478 is defined.
27479 <LI> If you will be using Alpine (with the same .pinerc file) outside of the X 
27480 windows environment (for instance, using VT-100 terminal emulation), you 
27481 may wish to specify a non-X windows URL-viewer application such as Lynx
27482 as the last entry.
27483 </OL><BR>
27484 How exactly you define your <!--#echo var="VAR_url-viewers"--> entries to do this will depend on 
27485 the command shell, the URL-viewer application(s), and possibly the specific 
27486 version of the latter, you are using.  
27488 Relevant command 
27489 line options for the Netscape browser for showing URLs (selected from Alpine) 
27490 when Netscape is already running are discussed in the document
27491 &quot;Remote Control of UNIX Netscape&quot; 
27492 found at the URL (as of 12 Aug. 1998):
27495 <CENTER><A HREF="http://home.netscape.com/newsref/std/x-remote.html">http://home.netscape.com/newsref/std/x-remote.html</A></CENTER>
27497 <P>(If the URL-viewer application is 
27498 <B>not</B> running on the same host as Alpine, but being launched from an 
27499 applications server, you may not be able to use the command line options for 
27500 using an existing invocation of the application in Alpine's <!--#echo var="VAR_url-viewers"--> entry.)
27502 <!--chtml if this-method="shown-to-work"-->
27503 An example using the Korn shell and the Netscape browser (first entry wrapped 
27504 because of its length, but should all appear on one line):
27506 url-viewers = _TEST("test -L /myhomedir/.netscape/lock")_ &quot;/usr/local/bin/netscape -remote 'openURL(_URL_,  new-window)' &amp;&quot;<BR>
27508 _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_ &quot;/usr/local/bin/netscape &amp;&quot;<BR>
27509               &quot;/usr/local/bin/lynx '_URL_'&quot;
27511 <!--chtml endif-->
27513 <UL>   
27514 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27515 </UL><P>
27516 &lt;End of help on this topic&gt;
27517 </BODY>
27518 </HTML>
27519 ====== h_config_enable_full_hdr =====
27520 <HTML>
27521 <HEAD>
27522 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></TITLE>
27523 </HEAD>
27524 <BODY>
27525 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></H1>
27527 This feature enables the &quot;H Full Headers&quot; command which toggles between
27528 the display of all headers in the message and the normal edited view of
27529 headers.  The Full Header command also controls which headers are included
27530 for Export, Pipe, Print, Forward, and Reply functions.  (For Reply, the
27531 Full Header mode will respect the
27532 <A HREF="h_config_include_header">&quot;Include-Headers-in-Reply&quot;</A>
27533 feature setting.)
27535 If Full Header mode is turned on and you Forward a message, you will
27536 be asked if you'd like to forward the message as an attachment, as opposed
27537 to including the text of the message in the body of your new message.
27539 If you have also turned on the
27540 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
27541 option then the Full Headers command actually rotates through three states
27542 instead of just two.
27543 The first is the normal view with long quotes suppressed.
27544 The second is the normal view but with the long quotes included.
27545 The last enables the display of all headers in the message.
27546 When using Export, Pipe, Print, Forward, or Reply the quotes are
27547 never suppressed, so the first two states are identical.
27549 Normally, the Header Mode will reset
27550 to the default behavior when moving to a new message.
27551 The mode can be made to persist from message to message by setting the feature
27552 <A HREF="h_config_quell_full_hdr_reset"><!--#echo var="FEAT_quell-full-header-auto-reset"--></A>.
27554 <UL>   
27555 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27556 </UL><P>
27557 &lt;End of help on this topic&gt;
27558 </BODY>
27559 </HTML>
27560 ====== h_config_enable_full_hdr_and_text =====
27561 <HTML>
27562 <HEAD>
27563 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></TITLE>
27564 </HEAD>
27565 <BODY>
27566 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></H1>
27568 This feature affects how the &quot;H Full Headers&quot; command displays
27569 message text.  If set, the raw message text will be displayed.  This
27570 especially affects MIME formatted email, where the entire MIME format
27571 will be displayed.  This feature similarly affects how messages are
27572 included for the Export, Pipe, Print, Forward, and Reply functions.
27574 When viewing a raw message that has attachments with this feature set,
27575 you will not be able to view attachments without first leaving full 
27576 headers mode.  This is because MIME parsing is not done on the raw message.
27578 <UL>   
27579 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27580 </UL><P>
27581 &lt;End of help on this topic&gt;
27582 </BODY>
27583 </HTML>
27584 ====== h_config_enable_pipe =====
27585 <HTML>
27586 <HEAD>
27587 <TITLE>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></TITLE>
27588 </HEAD>
27589 <BODY>
27590 <H1>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></H1>
27592 This feature enables the "| Pipe" command that sends the current message
27593 to the specified command for external processing.
27596 A short description of how the pipe command works is given
27597 <A HREF="h_pipe_command">here</A>.
27600 <UL>   
27601 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27602 </UL><P>
27603 &lt;End of help on this topic&gt;
27604 </BODY>
27605 </HTML>
27606 ====== h_config_quell_full_hdr_reset =====
27607 <HTML>
27608 <HEAD>
27609 <TITLE>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></TITLE>
27610 </HEAD>
27611 <BODY>
27612 <H1>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></H1>
27614 The <A HREF="h_common_hdrmode">HdrMode Command</A>
27615 normally resets to the default state when switching to a new message.
27616 For example, if you've used the &quot;H&quot; command to turn on Full
27617 Headers for a message you are viewing, and then you type the Next command
27618 to look at the next message, the full headers will no longer be shown.
27619 Setting this feature disables that reset.
27620 Instead, the Header Mode remains the same from message to message.
27623 The presence or absence of the HdrMode command is determined by the
27624 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
27625 Feature-List option.
27627 <UL>   
27628 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27629 </UL><P>
27630 &lt;End of help on this topic&gt;
27631 </BODY>
27632 </HTML>
27633 ====== h_config_enable_tab_complete =====
27634 <HTML>
27635 <HEAD>
27636 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></TITLE>
27637 </HEAD>
27638 <BODY>
27639 <H1>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></H1>
27641 This feature enables the TAB key when at a prompt for a filename. In this
27642 case, TAB will cause the partial name already entered to be automatically
27643 completed, provided the partial name is unambiguous.
27644 This feature is on by default.
27646 Similarly, this feature also enables TAB completion of address book
27647 nicknames when at a prompt for a nickname,
27648 or when typing in an address field in the composer.
27650 &lt;End of help on this topic&gt;
27651 </BODY>
27652 </HTML>
27653 ====== h_config_quit_wo_confirm =====
27654 <HTML>
27655 <HEAD>
27656 <TITLE>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></TITLE>
27657 </HEAD>
27658 <BODY>
27659 <H1>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></H1>
27661 This feature controls whether or not Alpine will ask for confirmation when a
27662 Quit command is received.
27664 &lt;End of help on this topic&gt;
27665 </BODY>
27666 </HTML>
27667 ====== h_config_quote_replace_noflow =====
27668 <HTML>
27669 <HEAD>
27670 <TITLE>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></TITLE>
27671 </HEAD>
27672 <BODY>
27673 <H1>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></H1>
27675 This feature, which is only active when
27676 <A HREF="h_config_quote_replace_string"><!--#echo var="VAR_quote-replace-string"--></A> is
27677 also set,
27678 enables quote-replacement on non-flowed messages.  It is off
27679 by default because a non-flowed message is more dependent on its format,
27680 and thus quote-replacement may cause less-than-pleasing results.
27681 Setting this feature will cause quote-replacement similar to that of flowed
27682 messages, but with the added possibility of long lines being wrapped
27683 into new lines if the Quote-Replacement-String is longer than the string
27684 it is replacing, which is &quot;&gt;&nbsp;&quot;.
27686 &lt;End of help on this topic&gt;
27687 </BODY>
27688 </HTML>
27689 ====== h_config_enable_jump =====
27690 <HTML>
27691 <HEAD>
27692 <TITLE>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></TITLE>
27693 </HEAD>
27694 <BODY>
27695 <H1>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></H1>
27697 When this feature is set you may enter a number (followed by RETURN)
27698 and jump to that message number, when in the MESSAGE INDEX or MESSAGE TEXT
27699 screens.  In other words, it obviates the need for typing the "J" for the
27700 Jump command.
27702 &lt;End of help on this topic&gt;
27703 </BODY>
27704 </HTML>
27705 ====== h_config_enable_alt_ed =====
27706 <HTML>
27707 <HEAD>
27708 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></TITLE>
27709 </HEAD>
27710 <BODY>
27711 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></H1>
27713 If this feature is set (the default), and the 
27714 <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
27715 <B>is not</B> set, entering
27716 the ^_ (Ctrl-underscore) key while composing a message will prompt you
27717 for the name of the editor you would like to use.
27719 If the environment variable $EDITOR is set, its value will be offered as
27720 a default.
27722 If the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
27723 <B>is</B> set, the ^_ key will activate the specified
27724 editor without prompting, in which case it is not necessary to
27725 set the &quot;<!--#echo var="FEAT_enable-alternate-editor-cmd"-->&quot; feature.  
27727 <UL>   
27728 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27729 </UL><P>
27730 &lt;End of help on this topic&gt;
27731 </BODY>
27732 </HTML>
27733 ====== h_config_alt_ed_now =====
27734 <HTML>
27735 <HEAD>
27736 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></TITLE>
27737 </HEAD>
27738 <BODY>
27739 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></H1>
27741 If this feature and the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A>
27742 variable are both set, Alpine will
27743 automatically activate the specified editor when the cursor is moved from
27744 the header of the message being composed into the message text.  For
27745 replies, the alternate editor will be activated immediately.  If this
27746 feature is set but the &quot;<!--#echo var="VAR_editor"-->&quot; variable is not set, then Alpine will
27747 automatically ask for the name of an alternate editor when the cursor
27748 is moved out of the header being composed, or if a reply is being done.
27750 <P><UL>
27751 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27752 </UL>
27754 &lt;End of help on this topic&gt;
27755 </BODY>
27756 </HTML>
27757 ====== h_config_enable_bounce =====
27758 <HTML>
27759 <HEAD>
27760 <TITLE>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></TITLE>
27761 </HEAD>
27762 <H1>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></H1>
27763 <BODY>
27765 Setting this feature enables the "B Bounce" command, which will prompt
27766 for an address and *remail* the message to the new recipient.  This command
27767 is used to re-direct messages that you have received in error, or need to
27768 be redirected for some other reason (e.g. list moderation).  The final
27769 recipient will see a header indicating that you have Resent the msg, but
27770 the message's From: header will show the original author of the message,
27771 and replies to it will go back to that author, and not to you.
27773 &lt;End of help on this topic&gt;
27774 </BODY>
27775 </HTML>
27776 ====== h_config_enable_agg_ops =====
27777 <HTML>
27778 <HEAD>
27779 <TITLE>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></TITLE>
27780 </HEAD>
27781 <BODY>
27782 <H1>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></H1>
27784 When this feature is set you may use the commands and subcommands that relate to
27785 performing operations on more than one message at a time.  We call these
27786 &quot;aggregate operations&quot;.  In particular, the 
27787 <!--chtml if pinemode="function_key"-->&quot;F5
27788 <!--chtml else-->&quot;;
27789 <!--chtml endif--> Select&quot;, 
27791 <!--chtml if pinemode="function_key"-->
27792 &quot;F6
27793 <!--chtml else-->
27794 &quot;A 
27795 <!--chtml endif-->
27796 Apply&quot;, and 
27797 <!--chtml if pinemode="function_key"-->
27798 &quot;F4
27799 <!--chtml else-->
27800 &quot;Z 
27801 <!--chtml endif-->
27802 Zoom&quot; commands are enabled by this feature.  Select is used to
27803 &quot;tag&quot; one or more messages meeting the specified criteria.  Apply can
27804 then be used to apply any message command to all of the selected/tagged
27805 messages.  Further, the Zoom command allows you to toggle the MESSAGE INDEX
27806 view between just those Selected and all messages in the folder.
27808 This feature also enables the 
27809 <!--chtml if pinemode="function_key"-->
27810 &quot;F7&quot; 
27811 <!--chtml else-->
27812 &quot;^X&quot; 
27813 <!--chtml endif-->
27815 subcommand in the MESSAGE INDEX 
27816 WhereIs command that causes all messages matching the WhereIs argument to 
27817 become selected; and the Select, Select Current, and ZoomMode commands in the
27818 <A HREF="h_folder_maint">FOLDER LIST screen</A>.
27820 Some related help topics are
27821 <UL>
27822 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
27823 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
27824 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
27825 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
27826 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
27827 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
27828 </UL>
27830 <UL>   
27831 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27832 </UL><P>
27833 &lt;End of help on this topic&gt;
27834 </BODY>
27835 </HTML>
27837 ====== h_config_enable_flag =====
27838 <HTML>
27839 <HEAD>
27840 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></TITLE>
27841 </HEAD>
27842 <BODY>
27843 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></H1>
27845 Setting this feature enables the
27846 <A HREF="h_common_flag">&quot;* Flag&quot;</A>
27847 command that allows you to
27848 manipulate the status flags associated with a message.  By default, Flag
27849 will set the "Important" flag, which results in an asterisk being
27850 displayed in column one of the MESSAGE INDEX for such messages.
27852 &lt;End of help on this topic&gt;
27853 </BODY>
27854 </HTML>
27855 ====== h_config_flag_screen_default =====
27856 <HTML>
27857 <HEAD>
27858 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></TITLE>
27859 </HEAD>
27860 <BODY>
27861 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></H1>
27863 The feature modifies the behavior of the
27864 <a href="h_common_flag">Flag</a>
27865 command (provided it too is
27866 <A HREF="h_config_enable_flag">enabled</A>).
27867 By default, when the "* Flag" command is selected,
27868 Alpine offers a prompt to set one of several flags and also offers the
27869 option of entering the detailed flag manipulation screen via the "^T"
27870 key. Enabling this feature causes Alpine to immediately enter the detailed
27871 flag screen rather than first offer the simple prompt.
27873 <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.
27875 &lt;End of help on this topic&gt;
27876 </BODY>
27877 </HTML>
27878 ====== h_config_flag_screen_kw_shortcut =====
27879 <HTML>
27880 <HEAD>
27881 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></TITLE>
27882 </HEAD>
27883 <BODY>
27884 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></H1>
27886 This feature modifies the behavior of the
27887 <a href="h_common_flag">Flag</a> command
27888 and the <A HREF="h_index_cmd_select">Select</A> command.
27889 This feature is set by default.
27890 When this feature is not set, when the "* Flag" command is selected,
27891 Alpine offers a prompt to set one of several flags and also offers the
27892 option of entering the detailed flag manipulation screen via the "^T"
27893 key.
27894 If you have
27895 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
27896 defined, then enabling this feature adds a shortcut way to set or unset
27897 keywords.
27898 You use &quot;*&quot; followed by the first letter of a keyword (or the nickname of
27899 a keyword if you've given it a nickname) and that will set the keyword.
27901 An example is easier to understand than the explanation.
27902 The flag command can always be used to set the system flags.
27903 For example, to set the Answered flag you would type
27905 <CENTER><SAMP>* A</SAMP></CENTER>
27907 Now suppose you have defined a keyword &quot;Work&quot; using the <!--#echo var="VAR_keywords"-->
27908 option in the Config screen.
27909 By default, to set a keyword like &quot;Work&quot; you would usually
27910 have to go to the Flag Details screen using
27911 the &quot;^T To Flag Details&quot; command.
27912 Instead, if you have enabled this feature, you may type
27914 <CENTER><SAMP>* W</SAMP></CENTER>
27916 to set the Work flag, or
27918 <CENTER><SAMP>* ! W</SAMP></CENTER>
27920 to unset it.
27921 Just like for the other flag setting commands, the case of the letter does
27922 not matter, so &quot;w&quot; or &quot;W&quot; both set the &quot;Work&quot;
27923 keyword.
27925 Notice that you can only use this trick for one keyword that begins
27926 with &quot;W&quot;.
27927 If you happen to have a &quot;Work&quot; keyword and another keyword that is
27928 &quot;WIFI&quot; the &quot;* W&quot; command will set the first one in
27929 your list of keywords.
27930 Also, there are five letters that are reserved for system
27931 flags and the NOT command.
27932 If you type &quot;* A&quot; it will always set the Answered flag, not
27933 your &quot;Aardvark&quot; keyword.
27934 In order to set the &quot;Aardvark&quot; keyword you'll still have to use
27935 the Flag Details screen.
27937 Because enabling the
27938 <A HREF="h_config_flag_screen_default"><!--#echo var="FEAT_enable-flag-screen-implicitly"--></A>
27939 option causes Alpine to skip directly to the Flag Details screen when the
27940 Flag command is used, 
27941 setting it will cause this feature to have no effect at all.
27943 Similarly, when Selecting by Keyword, setting this option will allow you
27944 to use Keyword initials instead of full keywords.
27946 &lt;End of help on this topic&gt;
27947 </BODY>
27948 </HTML>
27949 ====== h_config_can_suspend =====
27950 <HTML>
27951 <HEAD>
27952 <TITLE>FEATURE: <!--#echo var="FEAT_enable-suspend"--></TITLE>
27953 </HEAD>
27954 <BODY>
27955 <H1>FEATURE: <!--#echo var="FEAT_enable-suspend"--></H1>
27957 Setting this feature will allow you to type ^Z (Control Z) to 
27958 <!--chtml if pinemode="os_windows"-->
27959 minimize Alpine into its icon, bringing into focus whatever
27960 application is running behind the PC-Alpine window.
27961 <!--chtml else-->
27962 temporarily suspend Alpine.
27965 This does not exit Alpine, but puts it in the background to watch
27966 for new mail and such.  Normally, you type a command, such
27967 as &quot;fg&quot; at your system prompt to return to your Alpine session.
27970 The <A HREF="h_config_suspend_spawns"><!--#echo var="FEAT_use-subshell-for-suspend"--></A> feature
27971 adjusts whether Alpine is placed into the background of the shell its 
27972 running in or starts a news shell.
27973 <!--chtml endif-->
27976 <UL>   
27977 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27978 </UL><P>
27979 &lt;End of help on this topic&gt;
27980 </BODY>
27981 </HTML>
27982 ====== h_config_take_lastfirst ======
27983 <HTML>
27984 <HEAD>
27985 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></TITLE>
27986 </HEAD>
27987 <BODY>
27988 <H1>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></H1>
27990 Normally, when TakeAddr is used to copy an address from a message into
27991 an address book entry, Alpine will attempt to rewrite the full name of the
27992 address in the form
27995 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Last, First<P>
27997 instead of<P>
27999 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;First Last
28002 It does this because many people find it useful to sort by Last name
28003 instead of First name.  If this feature is set, then the TakeAddr command
28004 will not attempt to reverse the name in this manner.
28006 &lt;End of help on this topic&gt;
28007 </BODY></HTML>
28008 ====== h_config_disable_regex ======
28009 <HTML>
28010 <HEAD>
28011 <TITLE>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></TITLE>
28012 </HEAD>
28013 <BODY>
28014 <H1>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></H1>
28016 Normally, the
28017 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
28018 option is interpreted as a regular expression.
28019 One type of address that might cause trouble is an address that
28020 contains a plus sign.
28021 If you want to have an address with a plus as one of your
28022 <!--#echo var="VAR_alt-addresses"-->
28023 and you don't want to use regular expressions, then setting this
28024 feature will cause Alpine to treat the addresses you list literally instead.
28026 &lt;End of help on this topic&gt;
28027 </BODY></HTML>
28028 ====== h_config_take_fullname ======
28029 <HTML>
28030 <HEAD>
28031 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></TITLE>
28032 </HEAD>
28033 <BODY>
28034 <H1>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></H1>
28036 Normally, when TakeAddr is used to copy an address or addresses
28037 from a message into an address book entry, Alpine will try to preserve
28038 the full name associated with each address in the list of addresses.
28039 The reason for this is so that if the entry is a list or later becomes a
28040 list, then information about the individual addresses in the list
28041 is preserved.
28042 If you would rather just have the simple addresses in the list of addresses,
28043 set this feature. For example, with the default setting you might
28044 see something like this in the ADDRESS BOOK editor after you type TakeAddr
28046 <PRE>
28047  Nickname  : nick
28048  Fullname  : Bedrock Elders
28049  Fcc       :
28050  Comment   :
28051  Addresses : Fred Flintstone &lt;flint@bedrock.org&gt;,
28052              Barney Rubble &lt;rubble@bedrock.org&gt;
28053 </PRE>
28055 but with this feature set it would look like
28057 <PRE>
28058  Nickname  : nick
28059  Fullname  : Bedrock Elders
28060  Fcc       :
28061  Comment   :
28062  Addresses : flint@bedrock.org,
28063              rubble@bedrock.org
28064 </PRE>
28066 instead. Note the difference in the Addresses field.
28068 &lt;End of help on this topic&gt;
28069 </BODY></HTML>
28070 ====== h_config_print_from ======
28071 <HTML>
28072 <HEAD>
28073 <TITLE>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></TITLE>
28074 </HEAD>
28075 <BODY>
28076 <H1>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></H1>
28078 If this feature is set, then the Berkeley-mail style From line is included
28079 at the start of each message that is printed.  This line looks something
28080 like the following, with the address replaced by the address from the
28081 From line of the message being printed:
28083 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;From user@domain.somewhere.com Mon May 13
28084 14:11:06 1998
28086 &lt;End of help on this topic&gt;
28087 </BODY>
28088 </HTML>
28089 ====== h_config_expanded_distlists ======
28090 <HTML>
28091 <HEAD>
28092 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></TITLE>
28093 </HEAD>
28094 <BODY>
28095 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></H1>
28096 If this feature is set, then distribution lists in the address book
28097 screen will always be expanded automatically.
28099 &lt;End of help on this topic&gt;
28100 </BODY>
28101 </HTML>
28102 ====== h_config_compose_news_wo_conf ======
28103 <HTML>
28104 <HEAD>
28105 <TITLE>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></TITLE>
28106 </HEAD>
28107 <BODY>
28108 <H1>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></H1>
28109 This feature controls one aspect of Alpine's Composer.  If you enter the
28110 composer while reading a newsgroup, you will normally be prompted to
28111 determine whether you intend the new message to be posted to the current
28112 newsgroup or not.  If this feature is set, Alpine will not prompt you
28113 in this situation, and will assume that you do indeed wish to post
28114 to the newsgroup you are reading.
28116 &lt;End of help on this topic&gt;
28117 </BODY>
28118 </HTML>
28119 ====== h_config_compose_rejects_unqual ======
28120 <HTML>
28121 <HEAD>
28122 <TITLE>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></TITLE>
28123 </HEAD>
28124 <BODY>
28125 <H1>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></H1>
28127 This feature controls one aspect of the message composer; in particular,
28128 what happens when an unqualified name is entered into an address header.
28129 If set, unqualified names entered as addresses will be treated as errors
28130 unless they match an addressbook nickname.  Alpine will not attempt to turn
28131 them into complete addresses by adding your local domain.<P>
28133 A complete (fully qualified) address is one containing a username followed
28134 by an &quot;@&quot; (&quot;at&quot;) symbol, followed by a domain name (e.g.
28135 &quot;jsmith@example.com&quot;).  An unqualified name is one <B>without</B> 
28136 the &quot;@&quot; symbol and domain name (e.g. &quot;jsmith&quot;). 
28138 (See also <A HREF="h_address_format">Explanation of Address formats</A>.)
28142 When you enter a fully qualified address, Alpine does not interpret or
28143 modify it, but simply passes it on to the mail-transport-agent (MTA) for
28144 your system.  Alpine conforms to the Internet standards governing message
28145 headers and will not send an unqualifed name to the MTA.  Therefore, when
28146 you enter an unqualified name, Alpine will normally attempt to turn it into
28147 a fully qualified address, first by checking to see if you have entered a
28148 matching nickname in your addressbook, or failing that, by simply adding
28149 your own domain to the name entered.  So if your address is
28150 &quot;jsmith@example.com&quot; and you enter &quot;fred&quot;, then (assuming 
28151 &quot;fred&quot; is not a nickname in your addressbook), Alpine will turn 
28152 that into &quot;fred@example.com&quot;.<P>
28154 There are situations where it is not desirable for Alpine to interpret such
28155 unqualified names as valid (local) addresses.  For example, if &quot;fred&quot;
28156 turned out to be a typo (intended to be an addressbook nickname), but
28157 there actually was a &quot;fred&quot; in your local domain, the message might 
28158 be mis-delivered without your realizing it.  In order to reduce the likelihood
28159 of such accidents, setting this feature will cause Alpine to treat such
28160 addresses as errors, and require that you explicitly enter the full local
28161 address (e.g. &quot;fred@example.com&quot;) or correct the name so that it 
28162 matches an address book nickname.<P>
28164 Consider this a safety feature against mis-directed mail.
28166 <UL>   
28167 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28168 </UL><P>
28169 &lt;End of help on this topic&gt;
28170 </BODY>
28171 </HTML>
28172 ====== h_config_quell_local_lookup ======
28173 <HTML>
28174 <HEAD>
28175 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></TITLE>
28176 </HEAD>
28177 <BODY>
28178 <H1>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></H1>
28180 This feature controls an aspect of Alpine's Composer, and if needed, will
28181 usually be set by your system manager in Alpine's system-wide configuration
28182 file. Specifically, if this feature is set, Alpine will not attempt to look
28183 in the system password file to find a Full Name for the entered address.
28185 Normally, names you enter into address fields (e.g. To: or Cc:) are
28186 checked against your address book(s) to see if they match an address book
28187 nickname.  Failing that, (in Unix Alpine) the name is then checked against
28188 the Unix password file.  If the entered name matches a username in the
28189 system password file, Alpine extracts the corresponding Full Name information
28190 for that individual, and adds that to the address being entered.
28192 However, password file matching can have surprising (incorrect) results if
28193 other users of the system do not receive mail at the domain you are using.
28194 That is, if either the 
28195 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> or 
28196 <A HREF="h_config_domain_name">&quot;<!--#echo var="VAR_use-only-domain-name"-->&quot;</A>
28197 option
28198 is set such that the administrative domain of other users on the system
28199 isn't accurately reflected, Alpine should be told that a passwd file match
28200 is coincidental, and Full Name info will be incorrect.  For example, a
28201 personal name from the password file could get falsely paired with the
28202 entered name as it is turned into an address in the configured domain.
28204 If you are seeing this behavior, enabling this feature will prevent Unix
28205 Alpine from looking up names in the password file to find the Full Name
28206 for incomplete addresses you enter.<P>
28207 <UL>
28208 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28209 </UL>
28211 &lt;End of help on this topic&gt;
28212 </BODY>
28213 </HTML>
28214 ====== h_config_tab_checks_recent ======
28215 <HTML>
28216 <HEAD>
28217 <TITLE>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></TITLE>
28218 </HEAD>
28219 <BODY>
28220 <H1>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></H1>
28222 In a FOLDER LIST screen, the TAB key usually just changes which
28223 folder is highlighted.
28224 If this feature is set, then the TAB key will cause the number of
28225 recent messages and the total number of messages in the highlighted folder
28226 to be displayed instead.
28229 &lt;End of help on this topic&gt;
28230 </BODY>
28231 </HTML>
28232 ====== h_config_maildrops_preserve_state ======
28233 <HTML>
28234 <HEAD>
28235 <TITLE>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></TITLE>
28236 </HEAD>
28237 <BODY>
28238 <H1>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></H1>
28240 This feature affects the way <A HREF="h_maildrop">Mail Drops</A> work.
28241 Normally, when mail is moved from a Mail Drop folder to a destination
28242 folder, it is delivered as new mail.
28243 Any Seen/New, Answered, Important/Flagged state that has changed will be
28244 ignored.
28245 All of the mail will be considered unSeen, unAnswered, and unImportant after
28246 it is moved.
28248 If this feature is set, then the state changes that have been made
28249 to the messages in the Mail Drop folder will be preserved.
28251 In any case, messages that are already marked Deleted when the
28252 mail is to be moved from the Mail Drop will be ignored.
28254 &lt;End of help on this topic&gt;
28255 </BODY>
28256 </HTML>
28257 ====== h_config_preopen_stayopens ======
28258 <HTML>
28259 <HEAD>
28260 <TITLE>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></TITLE>
28261 </HEAD>
28262 <BODY>
28263 <H1>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></H1>
28265 This feature is related to the option
28266 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
28267 Normally, Stay Open folders are only opened on demand, when the user
28268 asks to open them.
28269 From then on they are kept open for the duration of the session.
28270 However, if this feature is set, then the Stay Open folders will all be
28271 opened at startup, at the same time that the INBOX is opened.
28274 &lt;End of help on this topic&gt;
28275 </BODY>
28276 </HTML>
28277 ====== h_config_expunge_inbox ======
28278 <HTML>
28279 <HEAD>
28280 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></TITLE>
28281 </HEAD>
28282 <BODY>
28283 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></H1>
28285 The INBOX is normally treated differently from regular folders in several
28286 ways.
28287 One of the differences is that the normal &quot;close&quot; sequence of
28288 events is deferred until Alpine is exited, instead of happening when you
28289 leave the INBOX to view another folder.
28290 The &quot;close&quot; sequence normally includes the Expunging
28291 of deleted messages
28292 (either automatically or after a prompt, controlled by the features
28293 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
28294 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
28295 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
28296 handling of the
28297 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>.
28300 If this feature is set the &quot;close&quot; sequence handling will take
28301 place every time you leave the INBOX.
28302 The INBOX will still be kept open, but the offer to Expunge and the archiving
28303 to the <!--#echo var="VAR_read-message-folder"-->
28304 will take place each time you leave the INBOX instead of only once at the
28305 end of the session.
28308 &lt;End of help on this topic&gt;
28309 </BODY>
28310 </HTML>
28311 ====== h_config_expunge_stayopens ======
28312 <HTML>
28313 <HEAD>
28314 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></TITLE>
28315 </HEAD>
28316 <BODY>
28317 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></H1>
28319 This feature is related to the option
28320 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
28321 Stay Open folders are treated differently from regular folders in several
28322 ways.
28323 One of the differences is that the normal &quot;close&quot; sequence of
28324 events is deferred until Alpine is exited, instead of happening when you
28325 leave the folder to view another folder.
28326 The &quot;close&quot; sequence normally includes the Expunging
28327 of deleted messages
28328 (either automatically or after a prompt, controlled by the features
28329 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
28330 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
28331 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
28332 handling of
28333 <A HREF="h_config_archived_folders"><!--#echo var="VAR_incoming-archive-folders"--></A>.
28336 If this feature is set the &quot;close&quot; sequence handling will take
28337 place when you leave the Stay Open folder.
28338 The folder will still be kept open, but the offer to Expunge and the archiving
28339 will take place each time you leave the folder instead of only once at the
28340 end of the session.
28341 This feature does not affect the INBOX, which will still only be processed
28342 when you exit Alpine.
28343 However, there is a similar feature that affects only the INBOX called
28344 <A HREF="h_config_expunge_inbox">&quot;<!--#echo var="FEAT_offer-expunge-of-inbox"-->&quot;</A>.
28347 &lt;End of help on this topic&gt;
28348 </BODY>
28349 </HTML>
28350 ====== h_config_preserve_start_stop ======
28351 <HTML>
28352 <HEAD>
28353 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></TITLE>
28354 </HEAD>
28355 <BODY>
28356 <H1>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></H1>
28358 This feature controls how special control key characters, typically
28359 Ctrl-S and Ctrl-Q, are interpreted when input to Alpine.  These characters
28360 are known as the "stop" and "start" characters and are sometimes used in
28361 communications paths to control data flow between devices that operate at
28362 different speeds.
28366 By default, Alpine turns the system's handling of these special characters
28367 off except during printing.  However, if you see Alpine reporting input errors
28368 such as:
28370 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[ Command "^Q" not defined for this screen.]
28372 and, at the same time, see your display become garbled, then it is likely
28373 that setting this option will solve the problem.  Be aware, though, that
28374 enabling this feature will also cause Alpine to ostensibly "hang" 
28375 whenever the Ctrl-S key combination is entered as the system is now
28376 interpreting such input as a "stop output" command.  To "start
28377 output"  again, simply type Ctrl-Q. 
28379 &lt;End of help on this topic&gt;
28380 </BODY>
28381 </HTML>
28382 ====== h_config_enable_incoming ======
28383 <HTML>
28384 <HEAD>
28385 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></TITLE>
28386 </HEAD>
28387 <BODY>
28388 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></H1>
28390 Alpine's Incoming Message Folders collection
28391 provides a convenient way to access multiple incoming folders.
28392 It is also useful if you have accounts on multiple computers.
28395 If set, this feature defines a pseudo-folder collection called
28396 &quot;INCOMING MESSAGE FOLDERS&quot;.  Initially, the only folder included
28397 in this collection will be your INBOX, which will no longer show up in
28398 your Default folder collection.
28401 You may add more folders to the Incoming Message Folders collection by
28402 using the
28403 <!--chtml if pinemode="function_key"-->
28404 &quot;F10
28405 <!--chtml else-->
28406 &quot;A
28407 <!--chtml endif-->
28408 Add&quot; command in the FOLDER LIST screen.  You will be prompted for
28409 the host the folder is stored on (which defaults to the same host used
28410 for your INBOX), a nickname, and the actual folder name.  Once a set
28411 of Incoming Message Folders are defined, the TAB key (in MESSAGE INDEX
28412 or MESSAGE TEXT screens) may be used to scan the folders for those
28413 with Recent messages.  If you add more folders to
28414 your <!--#echo var="VAR_incoming-folders"--> collection, turning this feature back off will have
28415 no effect.
28417 NOTE: Normally the software that actually delivers mail (the stuff that happens
28418 before Alpine is involved) is in a better position to do delivery filtering
28419 than is Alpine itself.
28420 If possible, you may want to look at programs such as
28421 &quot;filter&quot; or &quot;procmail&quot;, which are examples of delivery
28422 filtering programs.
28423 If you'd prefer to have Alpine do the filtering for you, you may set that
28425 Look <A HREF="h_rules_filter">here</A> for help with Alpine filtering.
28427 <UL>   
28428 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28429 </UL><P>
28430 &lt;End of help on this topic&gt;
28431 </BODY>
28432 </HTML>
28433 ====== h_config_enable_incoming_checking ======
28434 <HTML>
28435 <HEAD>
28436 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></TITLE>
28437 </HEAD>
28438 <BODY>
28439 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></H1>
28441 This feature is only operational if you have enabled the optional
28442 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> collection.
28443 If you do have Incoming Message Folders and you also set this feature,
28444 then the number of Unseen messages in each folder will be displayed
28445 in the FOLDER LIST screen for the Incoming Message Folders.
28446 The number of Unseen messages in a folder will be displayed in parentheses
28447 to the right of the name of each folder.
28448 If there are no Unseen messages in a folder then only the name
28449 is displayed, not a set of parentheses with zero inside them.
28450 A redraw command, Ctrl-L, can be used in the FOLDER LIST screen for
28451 the Incoming Message Folders to cause an immediate update.
28453 If a check for Unseen messages fails for a particular folder then Alpine
28454 will no longer attempt to check that folder for the duration of the
28455 session and this will be indicated by a question mark inside the
28456 parentheses.
28458 The features
28459 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>,
28460 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>,
28461 <A HREF="h_config_incoming_list"><!--#echo var="VAR_incoming-check-list"--></A>,
28462 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>,
28463 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>, and
28464 <A HREF="h_config_incoming_timeo"><!--#echo var="VAR_incoming-check-timeout"--></A>
28465 all affect how this feature behaves.
28467 <UL>   
28468 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28469 </UL><P>
28470 &lt;End of help on this topic&gt;
28471 </BODY>
28472 </HTML>
28473 ====== h_config_incoming_checking_total ======
28474 <HTML>
28475 <HEAD>
28476 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></TITLE>
28477 </HEAD>
28478 <BODY>
28479 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></H1>
28481 This option has no effect unless the feature
28482 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
28483 is set, which in turn has no effect unless
28484 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
28485 is set.
28487 When incoming folder checking is turned on the default is to display
28488 the number of unseen messages in each folder.
28489 More precisely, it is the number of undeleted unseen messages.
28490 Using this option you may also display the total number of messages
28491 in each folder.
28492 Instead of a single number representing the number of unseen messages
28493 you will get two numbers separated by a slash character.
28494 The first is the number of unseen messages and the second is the
28495 total number of messages.
28497 You may also use the recent message count instead of the unseen message
28498 count by turning on the feature
28499 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>.
28501 <UL>   
28502 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28503 </UL><P>
28504 &lt;End of help on this topic&gt;
28505 </BODY>
28506 </HTML>
28507 ====== h_config_incoming_checking_recent ======
28508 <HTML>
28509 <HEAD>
28510 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></TITLE>
28511 </HEAD>
28512 <BODY>
28513 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></H1>
28515 This option has no effect unless the feature
28516 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
28517 is set, which in turn has no effect unless
28518 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
28519 is set.
28521 When incoming folder checking is turned on the default is to display
28522 the number of unseen messages in each folder.
28523 More precisely, it is the number of undeleted unseen messages.
28524 Using this option you may display the number of recent messages instead
28525 of the number of unseen messages.
28526 A message is only counted as recent if this is the first session to
28527 see it, so the recent count might be less than the unseen count.
28528 The difference between the two would be accounted for by the unseen messages
28529 in the folder which were there previously but have not been looked at yet.
28531 If you simultaneously run more than one email client at a time
28532 (for example, you run more than one Alpine in parallel) then turning
28533 this feature on can cause some confusion.
28534 The confusion stems from the fact that each message is only considered to be
28535 recent in one session.
28536 That means that the counts of new messages may be different in the two
28537 Alpines running side by side, because each incoming message will only be
28538 counted as recent in one of the two sessions.
28540 You may also display the total number of messages
28541 in each folder by using the
28542 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
28543 option.
28545 <UL>   
28546 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28547 </UL><P>
28548 &lt;End of help on this topic&gt;
28549 </BODY>
28550 </HTML>
28551 ====== h_config_attach_in_reply ======
28552 <HTML>
28553 <HEAD>
28554 <TITLE>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></TITLE>
28555 </HEAD>
28556 <BODY>
28557 <H1>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></H1>
28559 This feature controls an aspect of Alpine's Reply command. If set, any MIME
28560 attachments that were part of the original message will automatically be
28561 included in the Reply.
28563 &lt;End of help on this topic&gt;
28564 </BODY>
28565 </HTML>
28566 ====== h_config_include_header =====
28567 <HTML>
28568 <HEAD>
28569 <TITLE>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></TITLE>
28570 </HEAD>
28571 <BODY>
28572 <H1>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></H1>
28574 This feature controls an aspect of Alpine's Reply command. If set, and the
28575 original message is being included in the reply, then headers from that
28576 message will also be part of the reply.
28578 &lt;End of help on this topic&gt;
28579 </HEAD>
28580 </HTML>
28581 ====== h_config_sig_at_bottom =====
28582 <HTML>
28583 <HEAD>        
28584 <TITLE>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></TITLE>
28585 </HEAD>
28586 <BODY>
28587 <H1>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></H1>
28589 This feature controls an aspect of Alpine's Reply command.  If this feature
28590 is set, and the original message is being included in the reply, then the
28591 contents of your signature file (if any) will be inserted after the included
28592 message.
28594 This feature does not affect the results of a Forward command.
28596 &lt;End of help on this topic&gt;
28597 </BODY>
28598 </HTML>
28599 ====== h_config_sigdashes =====
28600 <HTML>
28601 <HEAD>
28602 <TITLE>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></TITLE>
28603 </HEAD>
28604 <BODY>
28605 <H1>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></H1>
28607 This feature enables support for the common USENET news convention 
28608 of preceding a message signature with the special line consisting of 
28609 the three characters &quot;--&nbsp;&quot; (i.e., dash, dash, and space).
28612 When enabled and a
28613 &quot;<A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>&quot; exists,
28614 Alpine will insert the special line before including the file's text (unless
28615 the special line already exists somewhere in the file's text).
28618 In addition, when you Reply or Followup to a message containing one of
28619 these special lines and choose to include its text, Alpine will observe
28620 the convention of not including text beyond the special line in your
28621 reply.
28622 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
28623 mode is enabled and turned on, then Alpine <EM>will</EM>
28624 include the text beyond the special line regardless of the setting of
28625 this feature.
28628 See also &quot;<a href="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>&quot;
28629 for a related feature.
28632 <UL>   
28633 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28634 </UL><P>
28635 &lt;End of help on this topic&gt;
28636 </BODY>
28637 </HTML>
28638 ====== h_config_new_thread_blank_subject =====
28639 <HTML>
28640 <HEAD>
28641 <TITLE>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></TITLE>
28642 </HEAD>
28643 <BODY>
28644 <H1>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></H1>
28646 When this feature is enabled (the default) Alpine will create a new thread
28647 every time that the subject line becomes empty at any time during composition.
28650 This behavior is particularly useful in case you are replying to a message.
28651 Replying to a message causes the message to be in the same thread than the
28652 original message that is being replied to. However, many authors want to create
28653 a new message (in a different thread) while replying to a message, and they do
28654 this by changing the full subject, by first deleting the original subject and
28655 typing the new subject of the current message.
28658 Enabling this feature causes that any time that the subject is deleted, the 
28659 message being composed will be considered the first message of a new thread.
28662 <UL>   
28663 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28664 </UL><P>
28665 &lt;End of help on this topic&gt;
28666 </BODY>
28667 </HTML>
28668 ====== h_config_strip_sigdashes =====
28669 <HTML>
28670 <HEAD>
28671 <TITLE>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></TITLE>
28672 </HEAD>
28673 <BODY>
28674 <H1>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></H1>
28676 This feature doesn't do anything if the feature
28677 &quot;<A HREF="h_config_sigdashes"><!--#echo var="FEAT_enable-sigdashes"--></A>&quot; is turned on.
28678 However, if the &quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot; feature is not turned on,
28679 then turning on this feature enables support for the convention
28680 of not including text beyond the sigdashes line when Replying or Following
28681 up to a message and including the text of that message.
28682 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
28683 mode is enabled and turned on, then Alpine <EM>will</EM>
28684 include the text beyond the special line regardless of the setting of
28685 this feature.
28687 In other words, this is a way to turn on the signature stripping behavior
28688 without also turning on the dashes-adding behavior.
28690 <UL>   
28691 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28692 </UL><P>
28693 &lt;End of help on this topic&gt;
28694 </BODY>
28695 </HTML>
28696 ====== h_config_forward_as_attachment =====
28697 <HTML>
28698 <HEAD>
28699 <TITLE>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></TITLE>
28700 </HEAD>
28701 <BODY>
28702 <H1>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></H1>
28704 This feature affects the way forwarded message text is handled.  When set, rather than 
28705 include the text of the forwarded message below any additional text you provide in the
28706 composer, the forwarded message is attached in its entirety to the message you send.
28708 This is useful in that it keeps the text you provide in the composer distinct from the
28709 text of the forwarded message.  Similarly, it allows the recipient to 
28710 conveniently operate on the forwarded message.  For example, they might reply directly to
28711 the sender of the forwarded message, or process it as part of a spam report.
28712 <UL>   
28713 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28714 </UL><P>
28715 &lt;End of help on this topic&gt;
28716 </BODY>
28717 </HTML>
28718 ====== h_config_preserve_field =====
28719 <HTML>
28720 <HEAD>
28721 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></TITLE>
28722 </HEAD>
28723 <BODY>
28724 <H1>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></H1>
28726 This feature affects Alpine's behavior when one replies to a message. 
28727 When you receive a message, some or all of the recipients of the message 
28728 have been added to the To: and Cc: fields. If you reply to such message, 
28729 and this feature is disabled, then the original sender of the message is 
28730 added to the To: field, and all other recipients are added to the Cc: 
28731 field, while your address is added to the From: field.
28734 However, if this feature is enabled, then Alpine will preserve the 
28735 original fields as sent in the original message, so the Cc: and To: 
28736 fields will be preserved. The sender's address will be added to the To: 
28737 field, while your address is added to the From: field.
28740 The behavior of this feature is that replies to all messages will behave 
28741 in the way described above. If you only intend this to happen on a per 
28742 message basis, then keep this feature disabled, and when replying to a 
28743 message you will see a new option in the menu for the &quot;Reply to all 
28744 recipients?&quot; question. In this case, pressing &quot;p&quot; will 
28745 make Alpine toggle its question so you can preserve the To: and Cc: 
28746 fields for that message only.
28748 <UL>   
28749 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28750 </UL><P>
28751 &lt;End of help on this topic&gt;
28752 </BODY>
28753 </HTML>
28754 ====== h_config_sub_lists =====
28755 <HTML>
28756 <HEAD>
28757 <TITLE>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></TITLE>
28758 </HEAD>
28759 <BODY>
28760 <H1>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></H1>
28762 This feature affects the subcommands available when Saving, 
28763 or when Opening a new folder. If set, the subcommand ^X ListMatches will be
28764 available. This command allows you to type in a substring of the folder
28765 you are looking for and when you type ^X it will display all folders
28766 that contain that substring in their names.
28767 This feature is set by default.
28770 &lt;End of help on this topic&gt;
28771 </BODY>
28772 </HTML>
28773 ====== h_config_scramble_message_id =====
28774 <HTML>
28775 <HEAD>
28776 <TITLE>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></TITLE>
28777 </HEAD>
28778 <BODY>
28779 <H1>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></H1>
28781 Normally the Message-ID header that Alpine generates when sending a message
28782 contains the name of the computer from which the message is being sent.
28783 Some believe that this hostname could be used by spammers or could
28784 be used by others for nefarious purposes.
28785 If this feature is set, that name will be transformed with a simple
28786 Rot13 transformation.
28787 The result will still have the correct syntax for a Message-ID but the
28788 part of the MessageID that is often a domain name will not be an actual
28789 domain name because the letters will be scrambled.
28791 In addition, other information such as the name program, version, and
28792 a code for operating system used to build Alpine, will be encoded using
28793 the Rot13 transformation, except for the version number which will be
28794 encoded using a Rot5 transformation.
28796 It is possible (but unlikely?) that some spam detection
28797 software will use that as a reason to reject the mail as spam.
28798 It has also been reported that some spam detection software uses the
28799 fact that there are no dots after the &quot;@&quot; as a reason to reject
28800 messages.
28801 If your PC-Alpine Message-ID is using a name without a dot that is because
28802 that is what Windows thinks is your &quot;Full computer name&quot;.
28803 The method used to set this varies from one type of Windows to another but
28804 check under Settings -> Control Panel -> System and
28805 look for Network Identification or Computer Name or something similar.
28806 How to set it is beyond the scope of Alpine.
28809 &lt;End of help on this topic&gt;
28810 </BODY>
28811 </HTML>
28812 ====== h_downgrade_multipart_to_text =====
28813 <HTML>
28814 <HEAD>
28815 <TITLE>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></TITLE>
28816 </HEAD>
28817 <BODY>
28818 <H1>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></H1>
28821 This feature affects Alpine's behavior when sending mail.  Internet
28822 standards require Alpine to translate all non-ASCII characters in
28823 messages that it sends using MIME encoding.  This encoding can be
28824 ostensibly broken for recipients if any agent between Alpine and the
28825 recipient, such as an email list expander, appends text to the
28826 message, such as list information or advertising.  When sending such
28827 messages Alpine attempts to protect such encoding by placing extra
28828 MIME boundaries around the message text.
28830 These extra boundaries are invisible to recipients that 
28831 use MIME-aware email programs (the vast majority).  However, if
28832 you correspond with users of email programs that are not MIME-aware,
28833 or do not handle the extra boundaries gracefully, you can
28834 use this feature to prevent Alpine from including the extra
28835 MIME information.  Of course, it will increase the likelihood
28836 that non-ASCII text you send may appear corrupt to the recipient.
28838 &lt;End of help on this topic&gt;
28839 </BODY>
28840 </HTML>
28841 ====== h_config_show_sort =====
28842 <HTML>
28843 <HEAD>
28844 <TITLE>FEATURE: <!--#echo var="FEAT_show-sort"--></TITLE>
28845 </HEAD>
28846 <BODY>
28847 <H1>FEATURE: <!--#echo var="FEAT_show-sort"--></H1>
28849 If this feature is set and there is sufficient space on the screen,
28850 a short indication of the current sort order will be
28851 added in the titlebar (the top line on the screen), before the name
28852 of the folder.
28853 For example, with the default Arrival sort in effect,
28854 the display would have the characters
28856 <P><CENTER>[A]</CENTER><P>
28858 added between the title of the screen and the folder name.
28859 The letters are the same as the letters you may type to manually
28860 sort a folder with the SortIndex command ($).
28861 The letters in the table below are the ones that may show
28862 up in the titlebar line.
28864 <TABLE>   
28865 <TR> <TD> A </TD> <TD> <EM>A</EM>rrival        </TD> </TR>
28866 <TR> <TD> S </TD> <TD> <EM>S</EM>ubject        </TD> </TR>
28867 <TR> <TD> F </TD> <TD> <EM>F</EM>rom           </TD> </TR>
28868 <TR> <TD> T </TD> <TD> <EM>T</EM>o             </TD> </TR>
28869 <TR> <TD> C </TD> <TD> <EM>C</EM>c             </TD> </TR>
28870 <TR> <TD> D </TD> <TD> <EM>D</EM>ate           </TD> </TR>
28871 <TR> <TD> Z </TD> <TD> si<EM>Z</EM>e           </TD> </TR>
28872 <TR> <TD> O </TD> <TD> <EM>O</EM>rderedsubject </TD> </TR>
28873 <TR> <TD> E </TD> <TD> scor<EM>E</EM>          </TD> </TR>
28874 <TR> <TD> H </TD> <TD> t<EM>H</EM>read         </TD> </TR>
28875 </TABLE>
28877 If the sort order is Reversed, the letter above will be preceded by the letter
28878 &quot;R&quot;, for example
28880 <P><CENTER>[RS]</CENTER><P>
28882 means that a Reverse Subject sort is in effect.
28883 For the case where the sort is in Reverse Arrival order, the &quot;A&quot; is
28884 left out, and just an &quot;R&quot; is shown.
28886 <P><CENTER>[R]</CENTER>
28889 &lt;End of help on this topic&gt;
28890 </BODY>
28891 </HTML>
28892 ====== h_config_disable_reset_disp =====
28893 <HTML>
28894 <HEAD>
28895 <TITLE>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></TITLE>
28896 </HEAD>
28897 <BODY>
28898 <H1>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></H1>
28900 UNIX Alpine only.
28902 This feature affects Alpine's behavior when using
28903 <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>.
28904 Normally, before the display filter is run, the terminal mode is reset
28905 to what it was before you started Alpine.
28906 This may be necessary if the filter requires the use of the terminal.
28907 For example, it may need to interact with you.
28908 If you set this feature, then the terminal mode will not be reset.
28909 One thing that turning on this feature should fix is the coloring of
28910 <A HREF="h_config_quote_color">quoted text</A> in the message view, which
28911 breaks because the terminal reset resets the color state of the terminal.
28914 &lt;End of help on this topic&gt;
28915 </BODY>
28916 </HTML>
28917 ====== h_config_disable_sender =====
28918 <HTML>
28919 <HEAD>
28920 <TITLE>FEATURE: <!--#echo var="FEAT_disable-sender"--></TITLE>
28921 </HEAD>
28922 <BODY>
28923 <H1>FEATURE: <!--#echo var="FEAT_disable-sender"--></H1>
28925 This feature affects Alpine's generation of the &quot;Sender:&quot; or
28926 <A HREF="h_config_use_sender_not_x">&quot;X-X-Sender&quot;</A>
28927 header fields.
28928 By default, Alpine will generate such a header in situations where the
28929 username or domain are not the same as
28930 the &quot;From:&quot; header on the message.
28931 With this feature set,
28932 no &quot;Sender:&quot; or &quot;X-X-Sender&quot; header will be generated.
28933 This may be desirable on a system that is virtually hosting many domains,
28934 and the sysadmin has other methods available for tracking a message to
28935 its originator.
28937 See also <A HREF="h_config_allow_chg_from">&quot;<!--#echo var="FEAT_allow-changing-from"-->&quot;</A>.
28940 &lt;End of help on this topic&gt;
28941 </BODY>
28942 </HTML>
28943 ====== h_config_use_sender_not_x =====
28944 <HTML>
28945 <HEAD>
28946 <TITLE>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></TITLE>
28947 </HEAD>
28948 <BODY>
28949 <H1>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></H1>
28951 Normally Alpine adds a header line
28952 labeled &quot;X-X-Sender&quot;, if the sender is
28953 different from the From: line.
28954 The standard specifies that this header
28955 line should be labeled &quot;Sender&quot;, not &quot;X-X-Sender&quot;.
28956 Setting this feature causes
28957 &quot;Sender&quot; to be used instead of &quot;X-X-Sender&quot;.
28959 See also <A HREF="h_config_disable_sender">&quot;<!--#echo var="FEAT_disable-sender"-->&quot;</A>.
28962 &lt;End of help on this topic&gt;
28963 </BODY>
28964 </HTML>
28965 ====== h_config_use_fk =====
28966 <HTML>
28967 <HEAD>
28968 <TITLE>FEATURE: <!--#echo var="FEAT_use-function-keys"--></TITLE>
28969 </HEAD>
28970 <BODY>
28971 <H1>FEATURE: <!--#echo var="FEAT_use-function-keys"--></H1>
28973 This feature specifies that Alpine will respond to function keys instead of
28974 the normal single-letter commands. In this mode, the key menus at the
28975 bottom of each screen will show function key designations instead of the
28976 normal mnemonic key.
28979 &lt;End of help on this topic&gt;
28980 </BODY>
28981 </HTML>
28982 ====== h_config_cancel_confirm =====
28983 <HTML>
28984 <HEAD>
28985 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></TITLE>
28986 </HEAD>
28987 <BODY>
28988 <H1>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></H1>
28990 This feature affects what happens when you type ^C to cancel a composition.
28991 By default, if you attempt to cancel a composition by typing ^C, you will be
28992 asked to confirm the cancellation by typing a &quot;C&quot;
28993 for <EM>C</EM>onfirm.
28994 It logically ought to be a &quot;Y&quot; for <EM>Y</EM>es, but that is
28995 risky because the &quot;^C Y&quot; needed to cancel a message
28996 is close (on the keyboard) to the &quot;^X Y&quot; needed to send a message.
28998 If this feature is set the confirmation asked for
28999 will be a &quot;<EM>Y</EM>es&quot;
29000 instead of a &quot;<EM>C</EM>onfirm&quot; response.
29003 &lt;End of help on this topic&gt;
29004 </BODY>
29005 </HTML>
29006 ====== h_config_compose_maps_del =====
29007 <HTML>
29008 <HEAD>
29009 <TITLE>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></TITLE>
29010 </HEAD>
29011 <BODY>
29012 <H1>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></H1>
29014 This feature affects the behavior of the DELETE key.
29015 If set, Delete will be equivalent to ^D, and delete
29016 the current character.  Normally Alpine defines the Delete key
29017 to be equivalent to ^H, which deletes the <EM>previous</EM>
29018 character.
29021 &lt;End of help on this topic&gt;
29022 </BODY>
29023 </HTML>
29024 ====== h_config_compose_bg_post =====
29025 <HTML>
29026 <HEAD>
29027 <TITLE>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></TITLE>
29028 </HEAD>
29029 <BODY>
29030 <H1>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></H1>
29032 This feature affects the behavior of Alpine's mail sending.  If set, this
29033 feature enables a subcommand in the composer's "Send?" confirmation
29034 prompt.  The subcommand allows you to tell Alpine to handle the actual
29035 posting in the background.  While this feature usually allows posting
29036 to appear to happen very fast, it has no affect on the actual delivery
29037 time it takes a message to arrive at its destination.
29040 Please Note:
29041 <OL>
29042  <LI>This feature will have no effect if the feature
29043        <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A>
29044        is set.
29045  <LI>This feature isn't supported on all systems.  All DOS and Windows,
29046        as well as several Unix ports, do not recognize this feature.
29047  <LI>Error handling is significantly different when this feature is
29048         enabled.  Any message posting failure results in the message
29049         being appended to your &quot;Interrupted&quot; mail folder.  When you
29050         type the <A HREF="h_common_compose">C</A>ompose command,
29051         Alpine will notice this folder and
29052         offer to extract any messages contained.  Upon continuing a 
29053         failed message, Alpine will display the nature of the failure 
29054         in the status message line.
29055  <LI> <EM>WARNING</EM>: Under extreme conditions, it is possible
29056         for message data to
29057         get lost.  <EM>Do</EM> <EM>not</EM> enable this feature
29058         if you typically run close to any sort of disk-space limits or quotas.
29059 </OL>
29061 &lt;End of help on this topic&gt;
29062 </BODY>
29063 </HTML>
29064 ====== h_config_compose_dsn =====
29065 <HTML>
29066 <HEAD>
29067 <TITLE>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></TITLE>
29068 </HEAD>
29069 <BODY>
29070 <H1>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></H1>
29072 This feature affects the behavior of Alpine's mail sending.  If set, this
29073 feature enables a subcommand in the composer's &quot;Send?&quot; confirmation
29074 prompt.  The subcommand allows you to tell Alpine to request the type of
29075 Delivery Status Notification (DSN) that you would like.  Most users will
29076 be happy with the default, and need not enable this feature.
29078 If the feature
29079 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
29080 then this feature has no effect and the type of DSN is not selectable.
29083 Turning on this feature and then turning on the DSNOpts from the send
29084 prompt reveals four on-off toggles at the bottom of the screen.
29085 The &quot;X&quot; command toggles between NoErrRets and ErrRets.  NoErrRets requests
29086 that no notification be returned to you, even if there is a delivery
29087 failure.  The &quot;D&quot; key toggles between Delay and NoDelay.  This tells the
29088 server that you are willing (or not) to receive delay notifications, which
29089 happen when there is an unusual delay at some mail server (in that mail
29090 server's opinion).  The &quot;S&quot; key toggles between Success and NoSuccess.
29091 Success requests that you be sent a DSN message when the message is
29092 successfully delivered to the recipients mailbox.  Setting NoErrRets will
29093 automatically turn off Delay and Success notification, and will flip the
29094 toggles to show that.  Similarly, turning on Delay and/or Success will
29095 automatically toggle the &quot;X&quot; key to ErrRets.  The fourth command, the
29096 &quot;H&quot; key, toggles between RetHdrs and RetFull.  RetFull requests that
29097 the full message be returned in any failed DSN.  RetHdrs requests that
29098 only the headers be returned in any failed DSN.  Notice that this command
29099 applies only to failed delivery status reports.  For delay or success
29100 reports, the full message is never returned, only the headers are returned.
29103 If you don't enable the DSN feature or if you don't turn it on for a
29104 particular message, the default is that you will be notified about failures,
29105 you might be notified about delays, and you won't be notified about
29106 successes.  You will usually receive the full message back when there is
29107 a failure.
29110 If you turn on the DSNOpts the default is to return as much information as
29111 possible to you.  That is, by default, the Success and Delay options are
29112 turned on and the full message will be returned on failure.
29115 The sending prompt will display the current DSN request (if any) in a
29116 shorthand form.  It will be:
29118 <P><CENTER>[Never]</CENTER>
29121 if you have requested NoErrRets.  Otherwise, it will look something like:
29123 <P><CENTER>[FDS-Hdrs]</CENTER>
29126 The &quot;F&quot; will always be there, indicating that you will be notified
29127 of failures.  (Alpine doesn't provide a way to request no failure notification
29128 and at the same time request either success or delay notification.  The only
29129 way to request no failure notifications is to request no notifications at
29130 all with NoErrRets.)  The &quot;D&quot; and/or &quot;S&quot; will be present if you have
29131 requested Delay and/or Success notification.  If one of those is missing,
29132 that means you are requesting no notification of the corresponding type.
29133 After the dash it will say either Hdrs or Full.  Hdrs means to return only
29134 the headers and Full means to return the full message (applies to
29135 failure notifications only).
29138 NOTE: This feature relies on your system's mail transport agent or
29139 configured
29140 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
29141 having the negotiation mechanism introduced in
29142 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
29143 &quot;Delivery Status Notification&quot; (DSN).  If the mail tranport agent you
29144 are using doesn't support DSN, a short warning will be shown to you on
29145 the message line at the bottom of the screen after you send your message,
29146 but your message will have been sent anyway.
29149 Note that DSNs don't provide a mechanism to request read receipts.  That
29150 is, if you request notification on success you are notified when the
29151 message is delivered to the mailbox, not when the message is read.
29154 ESMTP allows for graceful migration to upgraded mail transfer agents, but
29155 it is possible that this feature might cause problems for some servers. 
29158 &lt;End of help on this topic&gt;
29159 </BODY>
29160 </HTML>
29161 ====== h_config_auto_zoom =====
29162 <HTML>
29163 <HEAD>
29164 <TITLE>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></TITLE>
29165 </HEAD>
29166 <BODY>
29167 <H1>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></H1>
29169 This feature affects the behavior of the Select command.
29170 If set, the select command will automatically perform a zoom
29171 after the select is complete.
29172 This feature is set by default.
29174 Some related help topics are
29175 <UL>
29176 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
29177 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
29178 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
29179 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
29180 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
29181 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
29182 </UL>
29185 &lt;End of help on this topic&gt;
29186 </BODY>
29187 </HTML>
29188 ====== h_config_auto_unzoom =====
29189 <HTML>
29190 <HEAD>
29191 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></TITLE>
29192 </HEAD>
29193 <BODY>
29194 <H1>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></H1>
29196 This feature affects the behavior of the Apply command.  If set, and if
29197 you are currently looking at a Zoomed Index view of selected messages,
29198 the Apply command will do the operation you specify, but then will
29199 implicitly do an &quot;UnZoom&quot;, so that you will automatically be back in
29200 the normal Index view after the Apply. 
29201 This feature is set by default.
29204 Some related help topics are
29205 <UL>
29206 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
29207 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
29208 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
29209 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
29210 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
29211 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
29212 </UL>
29214 &lt;End of help on this topic&gt;
29215 </BODY>
29216 </HTML>
29217 ====== h_config_auto_unselect =====
29218 <HTML>
29219 <HEAD>
29220 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></TITLE>
29221 </HEAD>
29222 <BODY>
29223 <H1>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></H1>
29225 This feature affects the behavior of the Apply command.  If set,
29226 the Apply command will do the operation you specify, but then will
29227 implicitly do an &quot;UnSelect All&quot;, so that you will automatically be back in
29228 the normal Index view after the Apply. 
29231 Some related help topics are
29232 <UL>
29233 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
29234 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
29235 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
29236 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
29237 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
29238 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
29239 </UL>
29241 &lt;End of help on this topic&gt;
29242 </BODY>
29243 </HTML>
29244 ====== h_config_fast_recent =====
29245 <HTML>
29246 <HEAD>
29247 <TITLE>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></TITLE>
29248 </HEAD>
29249 <BODY>
29250 <H1>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></H1>
29252 This feature controls the behavior of the TAB key when traversing folders
29253 in the optional 
29254 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
29255 collection or in optional <!--#echo var="VAR_news-collections"-->.
29258 When the TAB
29259 (<A HREF="h_common_nextnew">NextNew</A>)
29260 key is pressed, the default behavior is to
29261 explicitly examine the status of the folder for the number of recent
29262 messages (messages delivered since the last time it was viewed).
29263 Depending on the size and number of messages in the folder, this test
29264 can be time consuming.
29267 Enabling this feature will cause Alpine to only test for the existence of
29268 any recent messages rather than to obtain the count.  This is much faster
29269 in many cases.  The downside is that you're not given the number of recent
29270 messages when prompted to view the next folder.
29271 If the feature
29272 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
29273 is turned on, then the present feature will have no effect.
29276 <UL>   
29277 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29278 </UL><P>
29279 &lt;End of help on this topic&gt;
29280 </BODY>
29281 </HTML>
29282 ====== h_config_arrow_nav =====
29283 <HTML>
29284 <HEAD>
29285 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></TITLE>
29286 </HEAD>
29287 <BODY>
29288 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></H1>
29290 This feature controls the behavior of the left and right arrow keys.
29291 If set, the left and right arrow keys will operate like the usual
29292 navigation keys &lt; and &gt;.
29293 This feature is set by default.
29296 If you set this feature, and do not like the changed behavior of the up/down 
29297 arrow 
29298 keys when navigating through the FOLDER LIST screen -- 
29299 <B>first</B> from column to column, if more than one folder is 
29300 displayed per row, 
29301 and <B>then</B> from row to row -- you may either also wish to set the feature 
29302 &quot;<A HREF="h_config_relaxed_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></A>&quot;, 
29303 &quot;<A HREF="h_config_single_list"><!--#echo var="FEAT_single-column-folder-list"--></A>&quot;, or
29304 use the ^P/^N (instead of up/down arrow) keys to move up/down the list of 
29305 folders in each column.
29307 <UL>   
29308 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29309 </UL><P>
29310 &lt;End of help on this topic&gt;
29311 </BODY>
29312 </HTML>
29313 ====== h_config_relaxed_arrow_nav =====
29314 <HTML>
29315 <HEAD>
29316 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></TITLE>
29317 </HEAD>
29318 <BODY>
29319 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></H1>
29321 This feature controls the behavior of the left, right, up and down
29322 arrow keys in the FOLDER LIST screen when the &quot;<A
29323 HREF="h_config_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation"--></A>&quot; feature is
29324 set.
29325 This feature is set by default.
29329 When this feature is set, the left and right
29330 arrow keys in the FOLDER LIST screen
29331 move the highlight bar to the left or right, and the up and
29332 down arrows move it up or down.
29335 When the &quot;<!--#echo var="FEAT_enable-arrow-navigation"-->&quot; feature is set and this
29336 feature is not set;
29337 the left and right arrow keys in the Folder List screen strictly
29338 track the commands bound to the '&lt;' and '&gt;' keys, and the up
29339 and down arrow keys move the highlight bar to the previous and next
29340 folder or directory name.
29343 <UL>   
29344 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29345 </UL><P>
29346 &lt;End of help on this topic&gt;
29347 </BODY>
29348 </HTML>
29349 ====== h_config_alt_compose_menu =====
29350 <HTML>
29351 <HEAD>
29352 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></TITLE>
29353 </HEAD>
29354 <BODY>
29355 <H1>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></H1>
29357 This feature controls the menu that is displayed when Compose is selected.
29358 If set, a list of options will be presented, with each option representing
29359 the type of composition that could be used. This feature is most useful for
29360 users who want to avoid being prompted with each option separately, or who
29361 want to avoid the checking of remote postponed or form letter folders.
29362 The possible types of composition are:
29365 New, for starting a new composition. Note that if New is selected and roles
29366 are set, roles are checked for matches and applied according to the setting
29367 of the matching role.
29370 Interrupted, for continuing an interrupted composition. This option is only
29371 offered if an interrupted message folder is detected.
29374 Postponed, for continuing postponed compositions. This option is offered
29375 if a <!--#echo var="VAR_postponed-folder"--> is set in the config REGARDLESS OF whether or not
29376 the postponed folder actually exists. This option is especially handy
29377 for avoiding having to check for the existence of a remote postponed folder.
29380 Form, for using form letters. This option is offered if the <!--#echo var="VAR_form-letter-folder"-->
29381 is set in the config, and is not checked for existence for reasons similar
29382 to those explained by the postponed option.
29385 setRole, for selecting a role to apply to a composition.
29388 &lt;End of help on this topic&gt;
29389 </BODY>
29390 </HTML>
29391 ====== h_config_alt_role_menu =====
29392 <HTML>
29393 <HEAD>
29394 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></TITLE>
29395 </HEAD>
29396 <BODY>
29397 <H1>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></H1>
29399 Normally the <A HREF="h_common_role">Role Command</A> allows you to choose
29400 a role and compose a new message using that role.
29401 When this feature is set, the role command will first ask whether you want to
29402 Compose a new message, Forward the current message, Reply to the
29403 current message, or Bounce the current message.
29404 If you are not in the MESSAGE INDEX and are not viewing a message,
29405 then there is no current message and the question will be skipped.
29406 After you have chosen to Compose, Forward, Reply, or Bounce you will
29407 then choose the role to be used.
29409 When Bouncing the &quot;Set From&quot; address is used for the
29410 Resent-From header, the &quot;Set Fcc&quot; value is used for the Fcc
29411 provided that the option
29412 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A> is turned on,
29413 and the &quot;Use SMTP Server&quot; value is used for the SMTP server, if
29414 set.
29415 Other actions of the role are ignored when Bouncing.
29418 &lt;End of help on this topic&gt;
29419 </BODY>
29420 </HTML>
29421 ====== h_config_always_spell_check =====
29422 <HTML>
29423 <HEAD>
29424 <TITLE>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></TITLE>
29425 </HEAD>
29426 <BODY>
29427 <H1>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></H1>
29429 When this feature is set, every composed message will be spell-checked before
29430 being sent.
29432 &lt;End of help on this topic&gt;
29433 </BODY>
29434 </HTML>
29435 ====== h_config_quell_asterisks =====
29436 <HTML>
29437 <HEAD>
29438 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></TITLE>
29439 </HEAD>
29440 <BODY>
29441 <H1>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></H1>
29443 When you are running Alpine you will sometimes be asked for a password
29444 in a prompt on the third line from the bottom of the screen.
29445 Normally each password character you type will cause an asterisk to echo
29446 on the screen. That gives you some feedback to know that your typing is
29447 being recognized.
29448 There is a very slight security risk in doing it this way because someone
29449 watching over your shoulder might be able to see how many characters there
29450 are in your password.
29451 If you'd like to suppress the echoing of the asterisks set this feature.
29453 &lt;End of help on this topic&gt;
29454 </BODY>
29455 </HTML>
29456 ====== h_config_quell_flowed_text =====
29457 <HTML>
29458 <HEAD>
29459 <TITLE>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></TITLE>
29460 </HEAD>
29461 <BODY>
29462 <H1>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></H1>
29464 Alpine generates flowed text where possible.
29465 The method for generating flowed text is defined by
29466 <A HREF="http://www.ietf.org/rfc/rfc3676.txt">RFC 3676</A>,
29467 the benefit of doing so is
29468 to send message text that can properly be viewed both on normal width displays
29469 and on displays with smaller or larger than normal screen widths.
29470 With flowed text, a space at the end of a line tells the receiving mail
29471 client that the following line belongs to the same paragraph.
29472 Quoted text will also be affected, with only the innermost
29473 level of &quot;&gt;&quot; quoting being followed by a space.
29474 However, if you have changed the
29475 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
29476 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
29477 quoted text will not be flowed.
29478 For this reason, we recommend that you leave your
29479 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; set to the default.
29481 This feature turns off the generation of flowed text, as it might be
29482 desired to more tightly control how a message is displayed on the receiving end.
29484 If this feature is <EM>not</EM> set, you can control on a message by message
29485 basis whether or not flowed text is generated.
29486 You do this by typing ^V at the Send confirmation prompt that you get
29487 after typing ^X to send a message.
29488 ^V is a toggle that turns flowing off and back on if typed again.
29489 If for some reason flowing cannot be done on a particular message, then the
29490 ^V command will not be available.
29491 This would be the case, for example, if this feature was set, or if your
29492 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; was set to a non-default value.
29493 If the feature
29494 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
29495 then the opportunity to control on a message by message basis
29496 whether or not flowed text is generated is lost.
29498 When this feature is not set and you have typed ^V to turn off flowing,
29499 the Send confirmation prompt will change to look like
29501 <CENTER><SAMP>Send message (not flowed)?</SAMP></CENTER>
29503 <A HREF="h_config_strip_ws_before_send">&quot;<!--#echo var="FEAT_strip-whitespace-before-send"-->&quot;</A> will
29504 also turn off the sending of flowed text messages, but it differs in that
29505 it also trims all trailing white space from a message before sending it.
29507 If alternate editors are used extensively, be aware that a message will still
29508 be sent flowed if this feature is unset.  In most cases this will be fine,
29509 but if the editor has a &quot;flowed text&quot; mode, it would be best to
29510 use that.
29512 &lt;End of help on this topic&gt;
29513 </BODY>
29514 </HTML>
29515 ====== h_config_strip_ws_before_send =====
29516 <HTML>
29517 <HEAD>
29518 <TITLE>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></TITLE>
29519 </HEAD>
29520 <BODY>
29521 <H1>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></H1>
29523 By default, trailing whitespace is not stripped from
29524 a message before sending.  Trailing whitespace should have no effect on an
29525 email message, and in flowed text can aid in delimiting paragraphs.
29526 However, the old behavior of stripping trailing whitespace was in place
29527 to better deal with older clients that couldn't handle certain types of
29528 text encodings.  This feature restores the old behavior
29530 Trailing whitespace is of aid to flowed-text-formatted messages, which are
29531 generated by default but can be turned off via the
29532 <A HREF="h_config_quell_flowed_text">&quot;<!--#echo var="FEAT_quell-flowed-text"-->&quot;</A> feature.
29533 <!--#echo var="FEAT_strip-whitespace-before-send"--> also has the effect of turning off sending
29534 of flowed text.
29536 &lt;End of help on this topic&gt;
29537 </BODY>
29538 </HTML>
29539 ====== h_config_alt_reply_menu =====
29540 <HTML>
29541 <HEAD>
29542 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></TITLE>
29543 </HEAD>
29544 <BODY>
29545 <H1>FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></H1>
29547 Note that if this option is enabled, then the option
29548 <A HREF="h_config_auto_include_reply"><!--#echo var="FEAT_include-text-in-reply"--></A>
29549 is ignored. See below to understand why.
29551 When you reply to a message, a series of questions are asked that 
29552 determines how your reply will be handled by Alpine. This feature only 
29553 affects the result of the first question you are asked, and its purpose is 
29554 to set values that could override defaults set in Alpine's main 
29555 configuration screen. As a result, this menu allows you to configure even 
29556 more features than you would be able to do without this option. For 
29557 example, this menu always allows you to override or select a <A 
29558 HREF="h_rules_roles">Role</A> if you have defined one, or allows you to 
29559 override your indent string, regardless of if you have enabled 
29560 <A HREF="h_config_prefix_editing"><!--#echo var="FEAT_enable-reply-indent-string-editing"--></A>.
29561 The full list of options can be found below.
29563 Here is an example of how this option works. After you press Reply,
29564 if you see &quot;A Inc Attach&quot; in the menu, it means that 
29565 if you press &quot;A&quot;, then Alpine will include the attachments
29566 of the original message, and the default is not to include them. 
29567 Conversely, if you see &quot;A No Attach&quot; 
29568 then by pressing &quot;A&quot; Alpine will not include
29569 attachments in your reply, and the default is that Alpine will 
29570 include them in your reply. The value that you see when you 
29571 start your reply is controlled by the option
29572 <A HREF="h_config_attach_in_reply">
29573 <!--#echo var="FEAT_include-attachments-in-reply"-->
29574 </A>. If the feature is enabled, then Alpine will display 
29575 &quot;A No Attach&quot; to override the default behavior. You can
29576 toggle between the two values of this option by pressing &quot;A&quot;.
29577 Remember that the value that you see in the menu is the action that will 
29578 be done when you press the associated command.
29580 Below are your options:
29581 <OL>
29582 <LI><B>A</B>: This determines if Alpine will include or not the 
29583 attachments sent to you in the message that you are replying to. The default 
29584 is to use the value of the configuration option 
29585 <A HREF="h_config_attach_in_reply"><!--#echo var="FEAT_include-attachments-in-reply"--></A> and can be overriden by using this command.
29587 <LI><B>H</B>: This command determines if the headers of a message are
29588 included in the body of the message that is being replied to. By default 
29589 Alpine will use the value of the configuration option 
29590 <A HREF="h_config_include_header"><!--#echo var="FEAT_include-header-in-reply"--></A>. 
29591 Observe that by toggling this option to include headers, text will be toggled
29592 to be included by default.
29594 <LI><B>R</B>: Can be used to set a role different from the default.
29596 <LI><B>S</B>: Determines if Alpine will strip the signature from a 
29597 message. The default is to strip the signature when the message is not
29598 viewed in headers mode, and you either have enabled
29599 <A HREF="h_config_sigdashes"><!--#echo var="FEAT_enable-sigdashes"--></A> 
29601 <A HREF="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></A>.
29603 <LI><B>Ctrl-R</B>: Can be used to edit the 
29604 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>.
29605 </OL>
29607 In order to include the text of the original message in the reply
29608 you either need to press 'y' to include the original text, or 'n' to 
29609 exclude it from the reply. Pressing return will execute the default 
29610 action, which is to include text only if the option
29611 <A HREF="h_config_auto_include_reply"><!--#echo var="FEAT_include-text-in-reply"--></A>
29612 is enabled. However, notice that the default is to include text if you edit the 
29613 reply indent string or if you explicitly set through this menu that you
29614 want headers included in the reply message.
29617 &lt;End of help on this topic&gt;
29618 </BODY>
29619 </HTML>
29620 ====== h_config_del_from_dot =====
29621 <HTML>
29622 <HEAD>
29623 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></TITLE>
29624 </HEAD>
29625 <BODY>
29626 <H1>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></H1>
29628 This feature controls the behavior of the Ctrl-K command in the composer.
29629 If set, ^K will cut from the current cursor position to the end of the line,
29630 rather than cutting the entire line.
29633 &lt;End of help on this topic&gt;
29634 </BODY>
29635 </HTML>
29636 ====== h_config_print_index =====
29637 <HTML>
29638 <HEAD>
29639 <TITLE>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></TITLE>
29640 </HEAD>
29641 <BODY>
29642 <H1>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></H1>
29644 This feature controls the behavior of the Print command when in the
29645 MESSAGE INDEX screen.  If set, the print command will give you a prompt
29646 asking if you wish to print the message index, or the currently highlighted
29647 message. If not set, the message will be printed.
29650 &lt;End of help on this topic&gt;
29651 </BODY>
29652 </HTML>
29653 ====== h_config_allow_talk =====
29654 <HTML>
29655 <HEAD>
29656 <TITLE>FEATURE: <!--#echo var="FEAT_allow-talk"--></TITLE>
29657 </HEAD>
29658 <BODY>
29659 <H1>FEATURE: <!--#echo var="FEAT_allow-talk"--></H1>
29661 UNIX Alpine only.
29663 By default, permission for others to &quot;talk&quot; to your terminal is turned
29664 off when you are running Alpine.  When this feature is set, permission is
29665 instead turned on.  If enabled, you may see unexpected messages in the
29666 middle of your Alpine screen from someone attempting to contact you via the
29667 &quot;talk&quot; program.
29670 NOTE: The &quot;talk&quot; program has nothing to do with Alpine or email.  The 
29671 talk daemon on your system will attempt to print a message on your screen 
29672 when someone else is trying to contact you.  If you wish to see these
29673 messages while you are running Alpine, you should enable this feature.
29676 If you do enable this feature and see a &quot;talk&quot; message, you must 
29677 suspend or quit Alpine before you can respond.
29680 &lt;End of help on this topic&gt;
29681 </BODY>
29682 </HTML>
29683 ====== h_config_send_filter_dflt =====
29684 <HTML>
29685 <HEAD>
29686 <TITLE>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></TITLE>
29687 </HEAD>
29688 <BODY>
29689 <H1>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></H1>
29690 If you have <A HREF="h_config_sending_filter">&quot;<!--#echo var="VAR_sending-filters"-->&quot;</A> 
29691 configured, setting this feature will cause
29692 the first filter in the <!--#echo var="VAR_sending-filters"--> list to be offered as the default
29693 instead of unfiltered, the usual default.
29695 <UL>   
29696 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29697 </UL><P>
29698 &lt;End of help on this topic&gt;
29699 </BODY>
29700 </HTML>
29701 ====== h_config_custom_print =====
29702 <HTML>
29703 <HEAD>
29704 <TITLE>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></TITLE>
29705 </HEAD>
29706 <BODY>
29707 <H1>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></H1>
29709 When this feature is set, the print command will have an additional
29710 subcommand called "C CustomPrint".  If selected, you will have
29711 the opportunity to enter any system print command --instead of being 
29712 restricted to using those that have been previously configured in the 
29713 printer setup menu.
29716 &lt;End of help on this topic&gt;
29717 </BODY>
29718 </HTML>
29719 ====== h_config_enable_dot_files =====
29720 <HTML>
29721 <HEAD>
29722 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></TITLE>
29723 </HEAD>
29724 <BODY>
29725 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></H1>
29727 When this feature is set, files beginning with dot (".") will be
29728 visible in the file browser.  For example, you'll be able to select them
29729 when using the browser to add an attachment to a message.
29731 &lt;End of help on this topic&gt;
29732 </BODY>
29733 </HTML>
29734 ====== h_config_enable_dot_folders =====
29735 <HTML>
29736 <HEAD>        
29737 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></TITLE>
29738 </HEAD>
29739 <BODY>
29740 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></H1>
29742 When this feature is set, folders beginning with dot (".") may be added
29743 and viewed.
29745 &lt;End of help on this topic&gt;
29746 </BODY>
29747 </HTML>
29748 ====== h_config_ff_between_msgs =====
29749 <HTML>
29750 <HEAD>
29751 <TITLE>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></TITLE>
29752 </HEAD>
29753 <BODY>
29754 <H1>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></H1>
29756 Setting this feature causes a formfeed to be printed between messages when
29757 printing multiple messages (with Apply Print command).
29759 &lt;End of help on this topic&gt;
29760 </BODY>
29761 </HTML>
29762 ====== h_config_blank_keymenu =====
29763 <HTML>
29764 <HEAD>
29765 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></TITLE>
29766 </HEAD>
29767 <BODY>
29768 <H1>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></H1>
29770 If this feature is set the command key menu that normally appears on the
29771 bottom two lines of the screen will not usually be there.  Asking for
29772 help with ^G or ? will cause the key menu to appear instead of causing
29773 the help message to come up.  If you want to actually see the help text,
29774 another ^G or ? will show it to you.  After the key menu has popped
29775 up with the help key it will remain there for an O for Other command but
29776 disappear if any other command is typed.
29778 &lt;End of help on this topic&gt;
29779 </BODY>
29780 </HTML>
29781 ====== h_config_enable_mouse =====
29782 <HTML>
29783 <HEAD>
29784 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></TITLE>
29785 </HEAD>
29786 <BODY>
29787 <H1>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></H1>
29789 This feature controls whether or not an X terminal mouse can be used with
29790 Alpine.  If set, and the $DISPLAY variable indicates that an X terminal is
29791 being used, the left mouse button on the mouse can be used to select text
29792 or commands.
29793 Clicking on a command at the bottom of the screen will behave as if you had
29794 typed that command.
29795 Clicking on an index line will move the current message highlight to
29796 that line.
29797 Double-clicking on an index line will view the message.
29798 Double-clicking on a link will view the link.
29800 This type of mouse support will also work in some terminal emulators which are
29801 not actually X terminals, but which have extra code to support the xterm
29802 style mouse.
29803 For those emulators you not only need to turn this feature on but you also
29804 have to set the $DISPLAY environment variable even though it isn't needed
29805 for your terminal.
29806 That will cause Alpine to think that it is an xterm and to properly interpret the
29807 escape sequences sent by the mouse.
29809 Note: if this feature is set, the behavior of X terminal cut-and-paste is
29810 also modified.  It is sometimes possible to hold the shift key down while clicking
29811 left or middle mouse buttons for the normal xterm cut/paste operations. 
29812 There is also an Alpine command to toggle this mode on or off.
29813 The command is Ctrl-&#92; (Control-backslash).
29815 &lt;End of help on this topic&gt;
29816 </BODY>
29817 </HTML>
29818 ====== h_config_enable_xterm_newmail =====
29819 <HTML>
29820 <HEAD>        
29821 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></TITLE>
29822 </HEAD>
29823 <BODY>
29824 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></H1>
29826 This feature controls whether or not Alpine will attempt to announce new
29827 mail arrival when it is running in an X terminal window and that window
29828 is iconified.  If set, and the $DISPLAY variable indicates that an X
29829 terminal is being used, Alpine will send appropriate escape sequences to
29830 the X terminal to modify the label on Alpine's icon to indicate that new
29831 mail has arrived. Alpine will also modify the Alpine window's title to
29832 indicate new mail.
29833 See also <a href="h_config_enable_newmail_short_text"><!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>.
29835 &lt;End of help on this topic&gt;
29836 </BODY></HTML>
29837 ====== h_config_enable_newmail_short_text =====
29838 <HTML>
29839 <HEAD>        
29840 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></TITLE>
29841 </HEAD>
29842 <BODY>
29843 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></H1>
29845 This feature controls the text to be displayed in an icon in the event
29846 of a new message arrival.  Normally, the message will
29847 be the one that is displayed on the screen.  This feature shortens the
29848 message to a count of the number of new messages in brackets.  This may be
29849 more useful for those who use the window's title bar in the task bar as a
29850 new mail indicator.  This feature is only useful if the
29851 <A HREF="h_config_enable_xterm_newmail"><!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></A>
29852 feature is also set.  Like the <!--#echo var="FEAT_enable-newmail-in-xterm-icon"-->
29853 feature, this feature is only relevant when run in an xterm environment.
29855 &lt;End of help on this topic&gt;
29856 </BODY></HTML>
29857 ====== h_config_copy_to_to_from =====
29858 <HTML>
29859 <HEAD>
29860 <TITLE>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></TITLE>
29861 </HEAD>
29862 <BODY>
29863 <H1>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></H1>
29865 This feature affects the From address used when Replying to a message.
29866 It is probably only useful if you have some
29867 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
29868 defined.
29869 When enabled, it checks to see if any of the addresses in the To or Cc
29870 fields of the message you are replying to is one of your addresses.
29871 If it is, and there is only one of them, then that address is used as
29872 the From address in the message you are composing.
29873 In other words, you will be using a From address that is the same
29874 as the To address that was used to get the mail to you in the first place.
29877 If a role is being used and it has a From address defined, that From address will
29878 be used rather than the one derived from this feature.
29881 <UL>   
29882 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29883 </UL><P>
29884 &lt;End of help on this topic&gt;
29885 </BODY>
29886 </HTML>
29887 ====== h_config_prefix_editing =====
29888 <HTML>
29889 <HEAD>
29890 <TITLE>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></TITLE>
29891 </HEAD>
29892 <BODY>
29893 <H1>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></H1>
29895 This feature affects the Reply command's &quot;Include original message
29896 in Reply?&quot; prompt.  When enabled, it causes the
29897 &quot;Edit Indent String&quot; sub-command to appear which allows 
29898 you to edit the string Alpine would otherwise use to denote included 
29899 text from the message being replied to.<P>
29901 Thus, you can change Alpine's default message quote character (usually
29902 an angle bracket) on a per message basis. So you could change your quoted message to
29903 look, for example, like this:<p>
29905 <pre>On Tues, 26 Jan 1999, John Q. Smith wrote:
29907 John: I just wanted to say hello and to congratulate you
29908 John: on a job well done!</pre><p>
29910 The configuration option
29911 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
29912 may be used to change what appears as the default string to be edited.
29914 NOTE: Edited <!--#echo var="VAR_reply-indent-string"--> only apply to the message
29915 currently being replied to.
29917 If you change your <!--#echo var="VAR_reply-indent-string"-->
29918 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
29919 quoted text will not be flowed
29920 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
29921 when you reply.
29922 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
29923 set to the default value.
29925 <UL>   
29926 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29927 </UL><P>
29928 &lt;End of help on this topic&gt;
29929 </BODY>
29930 </HTML>
29931 ====== h_config_enable_search_and_repl =====
29932 <HTML>
29933 <HEAD>
29934 <TITLE>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></TITLE>
29935 </HEAD>
29936 <BODY>
29937 <H1>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></H1>
29939 This feature modifies the behavior of Alpine's composer.  Setting this
29940 feature causes Alpine to offer the "^R Replace" subcommand, which
29941 allows you to search and replace text strings in a message you are composing, 
29942 inside the "^W Where is" command.  
29946 To search and replace text, first enter the text to be replaced at the 
29947 "Search: " prompt.  Then, rather than pressing Enter to just search for that
29948 text, press ^R, which turns the prompt into 
29952 Search (to replace): 
29956 and then press Enter.  The cursor will highlight the first occurrence 
29957 of the text string you entered, and the prompt will show: 
29961 Replace "<your text string>" with : 
29965 where <your text string> is what you entered at the previous prompt;
29966 here, enter the replacement text.  To only replace the highlighted 
29967 occurrence, simply press Enter now; to replace all occurrences in the 
29968 message, press ^X (Repl All), then Enter.  You will then be asked to confirm 
29969 each replacement.
29973 The command ^R toggles between "Replace" and "Don't Replace"; its subcommand
29974 ^X toggles between "Replace All" and "Replace One."
29978 If you previously searched for text in a message, it will be offered for 
29979 re-use as part of the prompt, shown in [ ] brackets.
29982 &lt;End of help on this topic&gt;
29983 </BODY>
29984 </HTML>
29985 ====== h_config_enable_view_attach =====
29986 <HTML>
29987 <HEAD>
29988 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></TITLE>
29989 </HEAD>
29990 <BODY>
29991 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></H1>
29993 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29994 Setting this feature causes Alpine to present attachments in boldface.
29995 The first available attachment is displayed in inverse.  This is the
29996 "selected" attachment.  Pressing RETURN will cause Alpine to display
29997 the selected attachment.  Use the arrow keys to change which of the
29998 attachments displayed in boldface is the current selection.
30002 Speaking of arrow keys, the Up and Down Arrows will select the next
30003 and previous attachments if one is available on the screen for selection.
30004 Otherwise, they will simply adjust the viewed text one line up or down.
30008 Similarly, when selectable items are present in a message, the Ctrl-F key
30009 can be used to select the next item in the message independent of which
30010 portion of the viewed message is currently displayed. The Ctrl-B key can
30011 be used to select the previous item in the same way. 
30012 <P> 
30013 &lt;End of help on this topic&gt;
30014 </BODY>
30015 </HTML>
30016 ====== h_config_enable_y_print =====
30017 <HTML>
30018 <HEAD>
30019 <TITLE>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></TITLE>
30020 </HEAD>
30021 <BODY>
30022 <H1>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></H1>
30024 This feature modifies the behavior of Alpine's Print command.
30026 By default, Alpine's print command is available by pressing the "%" key.  
30027 (This command is a substantial change from Pine versions before 4.00 -- 
30028 where the print command was "Y" -- based on numerous complaints about 
30029 printing being invoked inadvertently, since Y also means "Yes.")  
30033 This feature is supplied to mitigate any disruption or anxiety users 
30034 might feel as a result of this change.  
30038 Enabling this feature will cause Alpine to recognize both the old
30039 command, "Y" for Prynt, as well the new "%" method for invoking
30040 printing.  Note, key menu labels are not changed as a result of
30041 enabling this feature.
30045 &lt;End of help on this topic&gt;
30046 </BODY>
30047 </HTML>
30048 ====== h_config_enable_lessthan_exit =====
30049 <HTML>
30050 <HEAD>
30051 <TITLE>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></TITLE>
30052 </HEAD>
30053 <BODY>
30054 <H1>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></H1>
30056 If this feature is set, then on screens where there is an Exit command
30057 but no < command, the < key will perform the same function as the Exit
30058 command.
30059 This feature is set by default.
30061 &lt;End of help on this topic&gt;
30062 </BODY>
30063 </HTML>
30064 ====== h_config_enable_view_url =====
30065 <HTML>
30066 <HEAD>
30067 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></TITLE>
30068 </HEAD>
30069 <BODY>
30070 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></H1>
30071 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
30072 When this feature is set (the default) Alpine will select possible URLs from the
30073 displayed text and display them in boldface for selection.
30075 The first available URL is displayed in inverse.  This is the
30076 &quot;selected&quot; URL.  Pressing RETURN will cause Alpine to display
30077 the selected URL via either built-in means as with mailto:, imap:,
30078 news:, and nntp:, or via an external application as defined
30079 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
30080 variable.
30082 Use the arrow keys to change which of the URLs displayed in boldface
30083 is the current selection.
30085 Speaking of arrow keys, the Up and Down Arrows will select the next
30086 and previous URL if one is available on the screen for selection (unless 
30087 you have set the feature 
30088 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
30089 Otherwise, they will simply adjust the viewed text one line up or down.
30091 Similarly, when selectable items are present in a message, the Ctrl-F
30092 key can be used to select the next item in the message independent
30093 of which portion of the viewed message is currently displayed. The
30094 Ctrl-B key can be used to select the previous item in the same way.
30096 <UL>   
30097 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30098 </UL><P>
30099 &lt;End of help on this topic&gt;
30100 </BODY>
30101 </HTML>
30102 ====== h_config_enable_view_web_host =====
30103 <HTML>
30104 <HEAD>
30105 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></TITLE>
30106 </HEAD>
30107 <BODY>
30108 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></H1>
30110 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
30111 When this feature is set (the default) Alpine will select possible web hostnames
30112 from the displayed text and display them in boldface for selection.  
30113 This can be useful when you receive messages referencing World Wide Web 
30114 sites without the use of complete URLs; for example, specifying only 
30115 &quot;www.patches.freeiz.com/alpine/&quot; (which will <B>not</B> become a 
30116 selectable 
30117 item by setting <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>) 
30118 rather than explicitly
30119 &quot;http://www.patches.freeiz.com/alpine/&quot;.  
30121 The first available hostname is displayed in inverse.  This is the
30122 &quot;selected&quot; hostname.  Pressing RETURN will cause Alpine to display
30123 the selected hostname via an external application as defined
30124 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
30125 variable.
30127 Use the arrow keys (unless you have set the feature 
30128 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
30129 to change which of the hostnames displayed in
30130 boldface is the current selection.
30132 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
30133 key can be used to select the next web hostname in the message independent
30134 of which portion of the viewed message is currently displayed. The
30135 Ctrl-B key can be used to select the previous web hostnames in the same way.
30137 <UL>   
30138 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30139 </UL><P>
30140 &lt;End of help on this topic&gt;
30141 </BODY>
30142 </HTML>
30143 ====== h_config_enable_view_addresses =====
30144 <HTML>
30145 <HEAD>
30146 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></TITLE>
30147 </HEAD>
30148 <BODY>
30149 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></H1>
30151 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
30152 Setting this feature causes Alpine to select possible email addresses
30153 from the displayed text and display them in boldface for selection.  
30156 The first available email address is displayed in inverse.  This is the
30157 &quot;selected&quot; address.  Pressing RETURN will cause Alpine to enter
30158 the message composition screen with the To: field filled in with the
30159 selected address.
30161 Use the arrow keys (unless you have set the feature 
30162 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
30163 to change which of the hostnames displayed in
30164 boldface is the current selection.
30166 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
30167 key can be used to select the next web hostname in the message independent
30168 of which portion of the viewed message is currently displayed. The
30169 Ctrl-B key can be used to select the previous web hostnames in the same way.
30171 <UL>   
30172 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30173 </UL><P>
30174 &lt;End of help on this topic&gt;
30175 </BODY>
30176 </HTML>
30177 ====== h_config_enable_view_arrows =====
30178 <HTML>
30179 <HEAD>
30180 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></TITLE>
30181 </HEAD>
30182 <BODY>
30183 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></H1>
30185 This feature modifies Up and Down arrow key behavior in Alpine's
30186 MESSAGE TEXT screen when selectable Attachments, URL's, or
30187 web-hostnames are presented. Alpine's usual behavior is to move to
30188 the next or previous selectable item if currently displayed or
30189 simply to adjust the screen view by one line.
30193 Setting this feature causes the UP and Down arrow key to behave as
30194 if no selectable items were present in the message.
30198 Note, the Ctrl-F (next selectable item) and Ctrl-B (previous selectable
30199 item) functionality is unchanged.
30202 &lt;End of help on this topic&gt;
30203 </BODY>
30204 <HTML>
30205 ====== h_config_quell_charset_warning =====
30206 <HTML>
30207 <HEAD>
30208 <TITLE>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></TITLE>
30209 </HEAD>
30210 <BODY>
30211 <H1>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></H1>
30213 By default, if the message you are viewing contains characters that are
30214 not representable in your
30215 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
30216 then Alpine will
30217 add a warning to the start of the displayed text.
30218 If this option is set, then that editorial message will be suppressed.
30220 Setting this feature also suppresses the comment about the character set
30221 in header lines.
30222 For example, when viewing a message you might see
30224 <CENTER><SAMP>From: &quot;[ISO-8859-2] Name&quot; &lt;address&gt;</SAMP></CENTER>
30226 in the From header if your Character-Set is something other than ISO-8859-2.
30227 If you set this feature, the comment about the character set will
30228 no longer be there.
30230 &lt;End of help on this topic&gt;
30231 </BODY>
30232 </HTML>
30233 ====== h_config_quell_host_after_url =====
30234 <HTML>
30235 <HEAD>
30236 <TITLE>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></TITLE>
30237 </HEAD>
30238 <BODY>
30239 <H1>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></H1>
30241 By default, links in HTML text are displayed with the host the link
30242 references appended, within square brackets, to the link text.  Alpine
30243 does this to help indicate where a link will take you, particularly when
30244 the link text might suggest a different destination.
30247 Setting this feature will prevent the server name from being appended
30248 to the displayed text.
30251 &lt;End of help on this topic&gt;
30252 </BODY>
30253 </HTML>
30254 ====== h_config_prefer_plain_text =====
30255 <HTML>
30256 <HEAD>
30257 <TITLE>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></TITLE>
30258 </HEAD>
30259 <BODY>
30260 <H1>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></H1>
30262 A message being viewed may contain alternate versions of the same content.
30263 Those alternate versions are supposed to be ordered by the sending software such that the
30264 first alternative is the least preferred and the last alternative is the
30265 most preferred. Alpine will normally display the most-preferred version that
30266 it knows how to display. This is most often encountered where the two
30267 alternate versions are a plain text version and an HTML version, with the
30268 HTML version listed last as the most preferred.
30270 If this option is set, then any plain text version will be preferred to
30271 all other versions.
30273 When viewing a message there is a command &quot;A TogglePreferPlain&quot;,
30274 which will temporarily change the sense of this option.
30275 If this option is set you will first see the plain text version of a
30276 message.
30277 If you then type the &quot;A&quot; command, you will see the most preferred version,
30278 most likely HTML, instead.
30279 Typing the &quot;A&quot; command a second time will switch it back.
30280 Alternatively, if the present option is not set you will originally see
30281 the most preferred version of the message and typing &quot;A&quot; will switch to
30282 the plain text version.
30284 &lt;End of help on this topic&gt;
30285 </BODY>
30286 </HTML>
30287 ====== h_config_pass_control =====
30288 <HTML>
30289 <HEAD>
30290 <TITLE>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></TITLE>
30291 </HEAD>
30292 <BODY>
30293 <H1>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></H1>
30295 It is probably not useful to set this option.
30296 This is a legacy option left behind &quot;just in case&quot;.
30297 Multi-byte characters that have an octet that has the same
30298 value as a control character are permitted through whether or not
30299 this option is turned on.
30301 This feature controls how certain characters contained in messages are
30302 displayed.
30303 If set, all characters in a message will be sent to the
30304 screen. Normally, control characters are displayed as shown below to
30305 avoid a garbled screen and to 
30306 avoid inadvertently changing terminal setup parameters.
30307 Control characters are usually displayed as two character sequences like
30308 <P><CENTER><SAMP> ^C </SAMP></CENTER><P>
30309 for Control-C,
30310 <P><CENTER><SAMP> ^[ </SAMP></CENTER><P>
30311 for ESCAPE,
30312 <P><CENTER><SAMP> ^? </SAMP></CENTER><P>
30313 for DELETE, and
30314 <P><CENTER><SAMP> ~E </SAMP></CENTER><P>
30315 for the character with value 133 (0x85).
30316 (The DEL character is displayed as ^?, regular control characters are displayed
30317 as the character ^ followed by the character obtained by adding the
30318 five low-order bits of the character to 0x40, and the C1
30319 control characters 0x80 - 0x9F are displayed as the character ~ followed by the
30320 character obtained by adding the
30321 five low-order bits of the character to 0x40.)
30322 Sometimes, in cases where changing a single control character into a
30323 two-character sequence would confuse Alpine's display routines,
30324 a question mark is substituted for the control character.
30326 If you wish to filter out regular control characters but pass the
30327 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
30328 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.
30330 &lt;End of help on this topic&gt;
30331 </BODY>
30332 </HTML>
30333 ====== h_config_pass_c1_control =====
30334 <HTML>
30335 <HEAD>
30336 <TITLE>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></TITLE>
30337 </HEAD>
30338 <BODY>
30339 <H1>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></H1>
30341 It is probably not useful to set this option.
30342 This is a legacy option left behind &quot;just in case&quot;.
30343 Multi-byte characters that have an octet that has the same
30344 value as a control character are permitted through whether or not
30345 this option is turned on.
30347 If the feature <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
30348 is set, then this feature has no effect.
30349 However, if you wish to filter out regular control characters but pass the
30350 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
30351 you may leave <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
30352 unset and set this feature.
30354 &lt;End of help on this topic&gt;
30355 </BODY>
30356 </HTML>
30357 ====== h_config_fcc_on_bounce =====
30358 <HTML>
30359 <HEAD>
30360 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></TITLE>
30361 </HEAD>
30362 <BODY>
30363 <H1>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></H1>
30365 This feature controls an aspect of Alpine's behavior when bouncing a
30366 message. If set, normal FCC ("File Carbon Copy") processing will be
30367 done, just as if you had composed a message to the address you are
30368 bouncing to.  If not set, no FCC of the message will be saved. 
30370 &lt;End of help on this topic&gt;
30371 </BODY>
30372 </HTML>
30373 ====== h_config_show_cursor =====
30374 <HTML>
30375 <HEAD>
30376 <TITLE>FEATURE: <!--#echo var="FEAT_show-cursor"--></TITLE>
30377 </HEAD>
30378 <BODY>
30379 <H1>FEATURE: <!--#echo var="FEAT_show-cursor"--></H1>
30381 This feature controls an aspect of Alpine's displays.  If set, the system
30382 cursor will move to convenient locations in the displays.  For example,
30383 to the beginning of the status field of the highlighted index line, or
30384 to the highlighted word after a successful WhereIs command.  It is intended
30385 to draw your attention to an "interesting" spot on the screen.
30387 &lt;End of help on this topic&gt;
30388 </BODY>
30389 </HTML>
30390 ====== h_config_sort_fcc_alpha =====
30391 <HTML>
30392 <HEAD>
30393 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></TITLE>
30394 </HEAD>
30395 <BODY>
30396 <H1>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></H1>
30398 This feature controls an aspect of Alpine's FOLDER LIST screen.
30399 If set, the default Fcc folder will be sorted alphabetically with the other
30400 folders instead of appearing right after the INBOX.
30402 &lt;End of help on this topic&gt;
30403 </BODY>
30404 </HTML>
30405 ====== h_config_sort_save_alpha =====
30406 <HTML>
30407 <HEAD>
30408 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></TITLE>
30409 </HEAD>
30410 <BODY>
30411 <H1>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></H1>
30413 This feature controls an aspect of Alpine's FOLDER LIST screen.
30414 If set, the default save folder will be sorted alphabetically with the other
30415 folders instead of appearing right after the INBOX (and default FCC folder).
30417 &lt;End of help on this topic&gt;
30418 </BODY>
30419 </HTML>
30420 ====== h_config_single_list =====
30421 <HTML>
30422 <HEAD>
30423 <TITLE>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></TITLE>
30424 </HEAD>
30425 <BODY>
30426 <H1>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></H1>
30428 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
30429 the folders will be listed one per line instead of several per line
30430 in the FOLDER LIST display.
30432 &lt;End of help on this topic&gt;
30433 </BODY>
30434 </HTML>
30435 ====== h_config_vertical_list =====
30436 <HTML>
30437 <HEAD>
30438 <TITLE>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></TITLE>
30439 </HEAD>
30440 <BODY>
30441 <H1>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></H1>
30443 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
30444 the folders will be listed alphabetically down the columns rather
30445 than across the columns as is the default.
30447 &lt;End of help on this topic&gt;
30448 </BODY>
30449 </HTML>
30450 ====== h_config_verbose_post =====
30451 <HTML>
30452 <HEAD>
30453 <TITLE>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></TITLE>
30454 </HEAD>
30455 <BODY>
30456 <H1>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></H1>
30457 This feature controls an aspect of Alpine's message sending.  When enabled,
30458 Alpine will send a VERB (i.e., VERBose) command early in the posting process
30459 intended to cause the SMTP server to provide a more detailed account of
30460 the transaction.  This feature is typically only useful to system
30461 administrators and other support personel as an aid in troublshooting
30462 problems.
30464 Note, this feature relies on a specific capability of the system's mail
30465 transport agent or configured 
30466 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>.  
30467 It is possible that this
30468 feature will cause problems for some tranport agents, and may result in
30469 sending failure.  In addition, as the verbose output comes from the mail
30470 transport agent, it is likely to vary from one system to another. 
30471 <P><UL>
30472 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30473 </UL><P>
30474 &lt;End of help on this topic&gt;
30475 </BODY>
30476 </HTML>
30477 ====== h_config_auto_reply_to =====
30478 <HTML>
30479 <HEAD>
30480 <TITLE>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></TITLE>
30481 </HEAD>
30482 <BODY>
30483 <H1>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></H1>
30485 This feature controls an aspect of Alpine's Reply command.  If set, Alpine
30486 will not prompt when a message being replied to contains a "Reply-To:"
30487 header value, but will simply use its value (as opposed to using the
30488 "From:" field's value).
30492 Note: Using the "Reply-To:" address is usually the preferred behavior,
30493 however, some mailing list managers choose to place the list's address in
30494 the "Reply-To:" field of any message sent out to the list.  In such
30495 cases, this feature makes it all too easy for personal replies to be
30496 inadvertently sent to the entire mail list, so be careful! 
30498 &lt;End of help on this topic&gt;
30499 </BODY>
30500 </HTML>
30501 ====== h_config_del_skips_del =====
30502 <HTML>
30503 <HEAD>
30504 <TITLE>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></TITLE>
30505 </HEAD>
30506 <BODY>
30507 <H1>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></H1>
30509 This feature controls an aspect of Alpine's Delete command.  If set, this
30510 feature will cause the Delete command to advance past following messages that
30511 are marked deleted.  In other words, pressing "D" will both mark the
30512 current message deleted and advance to the next message that is not marked
30513 deleted.
30514 This feature is set by default.
30516 &lt;End of help on this topic&gt;
30517 </BODY></HTML>
30518 ====== h_config_expunge_manually =====
30519 <HTML>
30520 <HEAD>
30521 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></TITLE>
30522 </HEAD>
30523 <BODY>
30524 <H1>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></H1>
30526 Normally, when you close a folder that contains deleted messages you are
30527 asked if you want to expunge those messages from the folder permanently.
30528 If this feature is set, you won't be asked and the deleted messages will
30529 remain in the folder.
30530 If you choose to set this feature you will have to expunge the
30531 messages manually using the eXpunge command, which you can use while
30532 in the MESSAGE INDEX screen.
30533 If you do not expunge deleted messages the size of your
30534 folder will continue to increase until you are out of disk space.
30536 <UL>   
30537 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30538 </UL><P>
30539 &lt;End of help on this topic&gt;
30540 </BODY>
30541 </HTML>
30542 ====== h_config_auto_expunge =====
30543 <HTML>
30544 <HEAD>
30545 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></TITLE>
30546 </HEAD>
30547 <BODY>
30548 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></H1>
30550 This features controls an aspect of Alpine's eXpunge command.  If set, you
30551 will <B>not</B> be prompted to confirm your intent before the expunge takes 
30552 place.
30553 Actually, this is only true for the INBOX folder and for folders in the
30554 Incoming Folders collection. See the feature
30555 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>.
30557 <UL>   
30558 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30559 </UL><P>
30560 &lt;End of help on this topic&gt;
30561 </BODY>
30562 </HTML>
30563 ====== h_config_full_auto_expunge =====
30564 <HTML>
30565 <HEAD>
30566 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></TITLE>
30567 </HEAD>
30568 <BODY>
30569 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></H1>
30571 This features controls an aspect of Alpine's eXpunge command.  If set, you
30572 will <B>not</B> be prompted to confirm your intent before the expunge 
30573 takes place.  This feature sets this behavior for all folders, unlike the
30574 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
30575 feature that works only for incoming folders.
30577 <UL>   
30578 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30579 </UL><P>
30580 &lt;End of help on this topic&gt;
30581 </BODY>
30582 </HTML>
30583 ====== h_config_auto_read_msgs =====
30584 <HTML>
30585 <HEAD>
30586 <TITLE>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></TITLE>
30587 </HEAD>
30588 <BODY>
30589 <H1>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></H1>
30590 This feature controls an aspect of Alpine's behavior upon quitting.  If set,
30591 and the 
30592 <A HREF="h_config_read_message_folder">&quot;<!--#echo var="VAR_read-message-folder"-->&quot;</A>
30593 option is also set, then Alpine will
30594 automatically transfer all read messages to the designated folder and mark
30595 them as deleted in the INBOX.  Messages in the INBOX marked with an 
30596 &quot;N&quot; (meaning New, or unseen) are not affected.
30598 <UL>   
30599 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30600 </UL><P>
30601 &lt;End of help on this topic&gt;
30602 </BODY>
30603 </HTML>
30604 ====== h_config_auto_fcc_only =====
30605 <HTML>
30606 <HEAD>
30607 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></TITLE>
30608 </HEAD>
30609 <BODY>
30610 <H1>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></H1>
30611 This features controls an aspect of Alpine's composer.
30612 The only time this feature will be used is if you attempt to send mail
30613 that has no recipients but does have an Fcc.
30614 Normally, Alpine will ask if you really mean to copy the message only to
30615 the Fcc.
30616 That is, it asks if you really meant to have no recipients.
30617 If this feature is set, you
30618 will <B>not</B> be prompted to confirm your intent to make only a copy
30619 of a message with no recipients.
30621 This feature is closely related to
30622 <A HREF="h_config_warn_if_no_to_or_cc"><!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></A>.
30623 The difference between this feature and that feature is that this feature
30624 considers a Bcc to be a recipient while that feature will ask for confirmation
30625 even if there is a Bcc when there is no To, Cc, or Newsgroup.
30626 The default values also differ. This feature defaults to asking the question
30627 and you have to turn it off.
30628 The <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--> feature defaults to not asking
30629 unless you turn it on.
30632 <UL>   
30633 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30634 </UL><P>
30635 &lt;End of help on this topic&gt;
30636 </BODY>
30637 </HTML>
30638 ====== h_config_mark_fcc_seen =====
30639 <HTML>
30640 <HEAD>
30641 <TITLE>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></TITLE>
30642 </HEAD>
30643 <BODY>
30644 <H1>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></H1>
30646 This features controls the way Fccs (File carbon copies) are
30647 made of the messages you send.
30650 Normally, when Alpine saves a copy of a message you sent as an Fcc, that
30651 copy will be marked as Unseen.
30652 When you look at the folder it was saved in the message will appear to
30653 be a New message until you read it.
30654 When this feature is enabled, the message will be marked as having
30655 been Seen.
30658 <UL>   
30659 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30660 </UL><P>
30661 &lt;End of help on this topic&gt;
30662 </BODY>
30663 </HTML>
30664 ====== h_config_no_fcc_attach =====
30665 <HTML>
30666 <HEAD>
30667 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></TITLE>
30668 </HEAD>
30669 <BODY>
30670 <H1>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></H1>
30672 This features controls the way Fcc's (File carbon copies) are
30673 made of the messages you send.
30676 Normally, Alpine saves an exact copy of your message as it was sent.
30677 When this feature is enabled, the &quot;body&quot; of the message
30678 you send (the text you type in the composer) is preserved in the 
30679 copy as before, however all attachments are replaced with text
30680 explaining what had been sent rather than the attachments themselves.
30683 This feature also affects Alpine's &quot;Send ?&quot; confirmation prompt
30684 in that a new &quot;^F Fcc Attchmnts&quot; option becomes available which
30685 allows you to interactively set whether or not attachments are saved
30686 to the Fcc'd copy.
30689 <UL>   
30690 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30691 </UL><P>
30692 &lt;End of help on this topic&gt;
30693 </BODY>
30694 </HTML>
30695 ====== h_config_read_in_newsrc_order =====
30696 <HTML>
30697 <HEAD>
30698 <TITLE>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></TITLE>
30699 </HEAD>
30700 <BODY>
30701 <H1>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></H1>
30703 This feature controls the order in which newsgroups will be presented.  If
30704 set, they will be presented in the same order as they occur in your 
30705 <!--chtml if pinemode="os_windows"-->
30706 &quot;NEWSRC&quot;
30707 <!--chtml else-->
30708 &quot;.newsrc&quot;
30709 <!--chtml endif-->
30710 file (the default location of which can be changed with the 
30711 <A HREF="h_config_newsrc_path">&quot;<!--#echo var="VAR_newsrc-path"-->&quot;</A> option).  
30713 If not set, the newsgroups will be presented in alphabetical order.
30715 <UL>   
30716 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30717 </UL><P>
30718 &lt;End of help on this topic&gt;
30719 </BODY>
30720 </HTML>
30721 ====== h_config_quell_tz_comment =====
30722 <HTML>
30723 <HEAD>
30724 <TITLE>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></TITLE>
30725 </HEAD>
30726 <BODY>
30727 <H1>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></H1>
30729 Normally, when Alpine generates a Date header for outgoing mail,
30730 it will try to include the symbolic timezone at the end of the
30731 header inside parentheses.
30732 The symbolic timezone is often three characters long, but on
30733 some operating systems, it may be longer.
30734 Apparently there are some SMTP servers in the world that will reject an
30735 incoming message if it has a Date header longer than about 80 characters.
30736 If this feature is set, the symbolic timezone normally generated by
30737 Alpine will not be included.
30738 You probably don't need to worry about this feature unless you run into
30739 the problem described above.
30742 &lt;End of help on this topic&gt;
30743 </BODY>
30744 </HTML>
30745 ====== h_config_post_wo_validation =====
30746 <HTML>
30747 <HEAD>
30748 <TITLE>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></TITLE>
30749 </HEAD>
30750 <BODY>
30751 <H1>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></H1>
30753 This feature controls whether the NNTP server is queried as newsgroups
30754 are entered for posting.  Validation over slow links (e.g. dialup using
30755 SLIP or PPP) can cause delays.  Set this feature to eliminate such delays.
30757 &lt;End of help on this topic&gt;
30758 </BODY>
30759 </HTML>
30760 ====== h_config_send_wo_confirm =====
30761 <HTML>
30762 <HEAD>
30763 <TITLE>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></TITLE>
30764 </HEAD>
30765 <BODY>
30766 <H1>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></H1>
30768 By default, when you send or post a message you will be asked to confirm
30769 with a question that looks something like:
30772 <CENTER><SAMP>Send message?</SAMP></CENTER>
30775 If this feature is set, you
30776 will <B>not</B> be prompted to confirm your intent to send
30777 and your message will be sent.
30779 If this feature is set it disables some possibilities and renders some
30780 other features meaningless.
30781 You will not be able to use
30782 <A HREF="h_config_sending_filter">Sending Filters</A>,
30783 Verbose sending mode,
30784 <A HREF="h_config_compose_bg_post">Background Sending</A>,
30785 <A HREF="h_config_compose_dsn">Delivery Status Notifications</A>,
30786 or ^V to turn off the generation of flowed text for this message.
30787 These options are normally available as suboptions in the Send prompt, but
30788 with no Send prompt the options are gone.
30791 A somewhat related feature is
30792 <A HREF="h_config_quell_post_prompt">&quot;<!--#echo var="FEAT_quell-extra-post-prompt"-->&quot;</A>,
30793 which may be used to eliminate the extra confirmation
30794 question when posting to a newsgroup.
30796 <UL>   
30797 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30798 </UL><P>
30799 &lt;End of help on this topic&gt;
30800 </BODY>
30801 </HTML>
30802 ====== h_config_quell_filtering_done_message =====
30803 <HTML>
30804 <HEAD>
30805 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></TITLE>
30806 </HEAD>
30807 <BODY>
30808 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></H1>
30810 If you use Filter Rules that move messages or set status of messages
30811 you sometimes see a message from Alpine that looks like
30814 <CENTER><SAMP>filtering done</SAMP></CENTER>
30817 If this feature is set, this message will be suppressed.
30818 If the feature
30819 <A HREF="h_config_quell_filtering_messages"><!--#echo var="FEAT_quell-filtering-messages"--></A>
30820 is set then this message will be suppressed regardless.
30823 <UL>   
30824 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30825 </UL><P>
30826 &lt;End of help on this topic&gt;
30827 </BODY>
30828 </HTML>
30829 ====== h_config_quell_filtering_messages =====
30830 <HTML>
30831 <HEAD>
30832 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></TITLE>
30833 </HEAD>
30834 <BODY>
30835 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></H1>
30837 If you use Filter Rules that move messages or set status of messages
30838 you sometimes see messages from Alpine that look like
30841 <CENTER><SAMP>&lt;filter name&gt;: Moving 2 filtered messages to &lt;folder name&gt;</SAMP></CENTER>
30847 <CENTER><SAMP>&lt;filter name&gt;: Setting flags in 5 messages</SAMP></CENTER>
30853 <CENTER><SAMP>Processing filter &lt;filter name&gt;</SAMP></CENTER>
30856 If this feature is set, these messages will be suppressed.
30857 The feature
30858 <A HREF="h_config_quell_filtering_done_message"><!--#echo var="FEAT_quell-filtering-done-message"--></A>
30859 is related.
30862 <UL>   
30863 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30864 </UL><P>
30865 &lt;End of help on this topic&gt;
30866 </BODY>
30867 </HTML>
30868 ====== h_config_quell_post_prompt =====
30869 <HTML>
30870 <HEAD>
30871 <TITLE>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></TITLE>
30872 </HEAD>
30873 <BODY>
30874 <H1>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></H1>
30876 By default, when you post a message to a newsgroup you are asked to confirm
30877 that you want to post with the question
30880 <CENTER><SAMP>Posted message may go to thousands of readers. Really post?</SAMP></CENTER>
30883 If this feature is set, you
30884 will <B>not</B> be prompted to confirm your intent to post to a newsgroup
30885 and your message will be posted.
30888 <UL>   
30889 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30890 </UL><P>
30891 &lt;End of help on this topic&gt;
30892 </BODY>
30893 </HTML>
30894 ====== h_config_check_mail_onquit =====
30895 <HTML>
30896 <HEAD>
30897 <TITLE>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></TITLE>
30898 </HEAD>
30899 <BODY>
30900 <H1>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></H1>
30902 If this feature is set, Alpine will check for new mail after you give the
30903 Quit command.
30904 If new mail has arrived since the previous check, you will be notified
30905 and given the choice of quitting or not quitting.
30907 <UL>   
30908 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30909 </UL><P>
30910 &lt;End of help on this topic&gt;
30911 </BODY>
30912 </HTML>
30913 ====== h_config_inbox_no_confirm =====
30914 <HTML>
30915 <HEAD>
30916 <TITLE>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></TITLE>
30917 </HEAD>
30918 <BODY>
30919 <H1>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></H1>
30921 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
30922 command and there are no more folders or newsgroups to visit, you are asked
30923 if you want to return to the INBOX.
30924 If this feature is set you will not be asked.
30925 It will be assumed that you do want to return to the INBOX.
30927 <UL>   
30928 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30929 </UL><P>
30930 &lt;End of help on this topic&gt;
30931 </BODY>
30932 </HTML>
30933 ====== h_config_dates_to_local =====
30934 <HTML>
30935 <HEAD>
30936 <TITLE>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></TITLE>
30937 </HEAD>
30938 <BODY>
30939 <H1>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></H1>
30941 Normally, the message dates that you see in the
30942 MESSAGE INDEX and MESSAGE VIEW are displayed in the timezone they were sent from.
30943 For example, if a message was sent to you from a few timezones to the east
30944 it might appear that it was sent from the future;
30945 or if it was sent from somewhere to the west it might appear
30946 as if it is from yesterday even though it was sent only a few minutes ago.
30947 If this feature is set an attempt will be made to convert the dates
30948 to your local timezone to be displayed.
30950 Note that this does not affect the results of Select by Date or of
30951 anything else other than these displayed dates.
30952 When viewing the message you may look at the original unconverted value of the Date
30953 header by using the <A HREF="h_common_hdrmode">HdrMode Command</A>.
30955 <UL>   
30956 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30957 </UL><P>
30958 &lt;End of help on this topic&gt;
30959 </BODY>
30960 </HTML>
30961 ====== h_config_tab_no_prompt =====
30962 <HTML>
30963 <HEAD>
30964 <TITLE>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></TITLE>
30965 </HEAD>
30966 <BODY>
30967 <H1>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></H1>
30969 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
30970 command and there is a problem checking a folder, you are asked
30971 whether you want to continue with the search in the following folder or not.
30972 This question gives you a chance to stop the NextNew processing.
30973 (The checking problem might be caused by the fact that the folder does not
30974 exist, or by an authentication problem, or by a server problem
30975 of some sort.)
30978 If this feature is set you will not be asked.
30979 It will be assumed that you do want to continue.
30981 <UL>   
30982 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30983 </UL><P>
30984 &lt;End of help on this topic&gt;
30985 </BODY>
30986 </HTML>
30987 ====== h_config_input_history =====
30988 <HTML>
30989 <HEAD>
30990 <TITLE>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></TITLE>
30991 </HEAD>
30992 <BODY>
30993 <H1>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></H1>
30995 Many of the prompts that ask for input in the status line near the
30996 bottom of the screen will respond to Up Arrow and Down Arrow
30997 with the history of previous entries.
30998 For example, in the MESSAGE INDEX screen when you use the WhereIs
30999 command the text you entered will be remembered and can be recalled
31000 by using the Up Arrow key.
31001 Another example, when saving a message the folders saved to will
31002 be remembered and can be recalled using the arrow keys.
31004 In the Save prompt, some users prefer that the Up and Down arrow keys
31005 be used for the Previous Collection and Next Collection commands
31006 instead of for a history of previous saves.
31007 If this option is set the Up and Down arrow keys will become synonyms for the
31008 Previous Collection and Next Collection (^P and ^N) commands in the
31009 prompt for the name of a folder to Save to or in the prompt for the
31010 name of a folder to GoTo.
31011 When this feature is not set (the default), ^P and ^N will change the
31012 collection and the arrow keys will show the history.
31014 <UL>   
31015 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31016 </UL><P>
31017 &lt;End of help on this topic&gt;
31018 </BODY>
31019 </HTML>
31020 ====== h_config_confirm_role =====
31021 <HTML>
31022 <HEAD>
31023 <TITLE>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></TITLE>
31024 </HEAD>
31025 <BODY>
31026 <H1>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></H1>
31028 If you have roles, when you Reply to or Forward a message, or Compose
31029 a new message, Alpine
31030 will search through your roles for one that matches.
31031 Normally, if no matches are found you will be placed into the composer
31032 with no opportunity to select a role.
31033 If this feature is set, then you will be asked to confirm that you don't
31034 want a role.
31035 This will give you the opportunity to select a role (with the ^T command).
31036 If you confirm no role with a Return, you will be placed in
31037 the composer with no role.
31038 You may also confirm with either an &quot;N&quot; or a &quot;Y&quot;.
31039 These behave the same as if you pressed the Return.
31040 (The &quot;N&quot; and &quot;Y&quot; answers are available because they
31041 match what you might type if there was a role match.)
31043 If you are using the alternate form of the Compose command called
31044 &quot;Role&quot;, then all of your roles will be available to you,
31045 independent of the value of this feauture and of the values set for all of
31046 Reply Use, Forward Use, and Compose Use.
31048 <UL>   
31049 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31050 </UL><P>
31051 &lt;End of help on this topic&gt;
31052 </BODY>
31053 </HTML>
31054 ====== h_config_news_cross_deletes =====
31055 <HTML>
31056 <HEAD>
31057 <TITLE>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></TITLE>
31058 </HEAD>
31059 <BODY>
31060 <H1>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></H1>
31062 This feature controls what Alpine does when you delete a message in a
31063 newsgroup that appears in more than one newsgroup.  Such a message
31064 is sometimes termed a &quot;crossposting&quot; in that it was posted
31065 across several newsgroups.
31068 Alpine's default behavior when you delete such a message is to remove
31069 only the copy in the current newsgroup from view when you use the
31070 &quot;Exclude&quot; command or the next time you visit the newsgroup.
31073 Enabling this feature causes Alpine to remove every occurrence of the
31074 message from all newsgroups it appears in and to which you are
31075 subscribed.
31078 NOTE: As currently implemented, enabling this feature may increase the
31079 time it takes the Expunge command and newsgroup closing to complete.
31082 <UL>   
31083 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31084 </UL><P>
31085 &lt;End of help on this topic&gt;
31086 </BODY>
31087 </HTML>
31088 ====== h_config_news_catchup =====
31089 <HTML>
31090 <HEAD>
31091 <TITLE>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></TITLE>
31092 </HEAD>
31093 <BODY>
31094 <H1>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></H1>
31096 This feature controls what Alpine does as it closes a newsgroup.
31097 When set, Alpine will offer to delete all messages from the newsgroup
31098 as you are quitting Alpine or opening a new folder.
31101 This feature is useful if you typically read all the interesting messages
31102 in a newsgroup each time you open it.  This feature saves you from
31103 having to delete each message in a newsgroup as you read it or from
31104 selecting all the messages and doing an
31105 <A HREF="h_config_enable_agg_ops">aggregate delete</A> before you
31106 move on to the next folder or newsgroup.
31109 <UL>   
31110 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31111 </UL><P>
31112 &lt;End of help on this topic&gt;
31113 </BODY>
31114 </HTML>
31115 ====== h_config_next_thrd_wo_confirm =====
31116 <HTML>
31117 <HEAD>
31118 <TITLE>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></TITLE>
31119 </HEAD>
31120 <BODY>
31121 <H1>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></H1>
31123 This feature controls an aspect of Alpine's Next and Prev commands in
31124 the case where you are using one of the
31125 &quot;separate-index-screen&quot; styles for the configuration option
31126 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
31127 and currently have the folder sorted by a Threaded or OrderedSubject sort.
31128 When you are Viewing a particular thread you have a
31129 MESSAGE INDEX of only the messages in that thread.
31130 If you press the Next command with the last message in the thread highlighted
31131 you will normally be asked if you want to &quot;View next thread?&quot;,
31132 assuming there is a next thread to view.
31133 If this feature is set it will be assumed that you always want to view the
31134 next thread and you won't be asked to confirm that.
31135 Similarly, if the first message of the thread is highlighted and you
31136 press the Prev command, this feature will prevent the question
31137 &quot;View previous thread&quot;.
31139 This feature only has an effect in the MESSAGE INDEX screen.
31140 If you then view a particular message from that screen and press the
31141 Next command, you will be sent to the next thread without being asked,
31142 independent of the setting of this feature.
31144 The feature
31145 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A> also has some similar effects.
31147 &lt;End of help on this topic&gt;
31148 </BODY>
31149 </HTML>
31150 ====== h_config_kw_braces =====
31151 <HTML>
31152 <HEAD>
31153 <TITLE>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></TITLE>
31154 </HEAD>
31155 <BODY>
31156 <H1>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></H1>
31158 This option controls a minor aspect of Alpine's MESSAGE INDEX and MESSAGE
31159 TEXT screens.
31160 If you have modified the
31161 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
31162 so that either the &quot;SUBJKEY&quot; or &quot;SUBJKEYINIT&quot; tokens
31163 are used to display keywords or their initials along with the Subject; then
31164 this option may be used to modify the resulting display slightly.
31165 By default, the keywords or initials displayed for these tokens will be
31166 surrounded with curly braces ({ and }) and a trailing space.
31167 For example, if keywords &quot;Work&quot; and &quot;Now&quot; are set for
31168 a message, the &quot;SUBJKEY&quot; token will normally look like
31170 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
31172 and the SUBJKEYINIT token would look like
31174 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
31176 The default character before the keywords is the left brace ({) and the
31177 default after the keywords is the right brace followed by a space (} ).
31179 This option allows you to change that.
31180 You should set it to two values separated by a space.
31181 The values may be quoted if they include space characters.
31182 So, for example, the default value could be specified explicitly by setting this
31183 option to
31185 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="{" "}&nbsp;"</SAMP></CENTER>
31187 The first part wouldn't need to be quoted (but it doesn't hurt).
31188 The second part does need the quotes because it includes a space character.
31189 If you wanted to change the braces to brackets you could use
31191 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="[" "]&nbsp;"</SAMP></CENTER>
31193 Inside the quotes you can use backslash quote to mean quote, so
31195 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="&#92;"" "&#92;" "</SAMP></CENTER>
31197 would produce
31199 <CENTER><SAMP>"Work Now" actual subject</SAMP></CENTER>
31201 It is also possible to color keywords in the index using the
31202 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
31204 It is not possible to change the fact that a space character is used to
31205 separate the keywords if more than one keyword is set for a message.
31206 It is also not possible to change the fact that there are no separators
31207 between the keyword initials if more than one keyword is set.
31209 &lt;End of help on this topic&gt;
31210 </BODY>
31211 </HTML>
31212 ====== h_config_opening_sep =====
31213 <HTML>
31214 <HEAD>
31215 <TITLE>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></TITLE>
31216 </HEAD>
31217 <BODY>
31218 <H1>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></H1>
31220 This option controls a minor aspect of Alpine's MESSAGE INDEX screen.
31221 With some setups the text of the subject is followed
31222 by the opening text of the message if there is any room available in the index line.
31223 If you have configured your
31224 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
31225 to include one of the Subject tokens that causes this behavior
31226 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), then this option may be used
31227 to modify what is displayed slightly.
31228 By default, the Subject is separated from the opening text of the message by
31229 the three characters space dash space;
31231 <CENTER><SAMP>&quot;&nbsp;-&nbsp;&quot;</SAMP></CENTER>
31233 Use this option to set it to something different.
31234 The value must be quoted if it includes any space characters.
31235 For example, the default value could be specified explicitly by setting this
31236 option to
31238 <CENTER><SAMP><!--#echo var="VAR_opening-text-separator-chars"-->="&nbsp;-&nbsp;"</SAMP></CENTER>
31240 &lt;End of help on this topic&gt;
31241 </BODY>
31242 </HTML>
31243 ====== h_config_select_wo_confirm =====
31244 <HTML>
31245 <HEAD>
31246 <TITLE>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></TITLE>
31247 </HEAD>
31248 <BODY>
31249 <H1>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></H1>
31251 This feature controls an aspect of Alpine's Save, Export, and Goto commands.
31252 These commands all take text input to specify the name of the folder or
31253 file to be used, but allow you to press ^T for a list of possible names.
31254 If set, the selected name will be used immediately, without further
31255 opportunity to confirm or edit the name.
31257 Some related help topics are
31258 <UL>
31259 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
31260 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
31261 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
31262 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
31263 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
31264 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>.
31265 </UL>
31267 &lt;End of help on this topic&gt;
31268 </BODY>
31269 </HTML>
31270 ====== h_config_save_part_wo_confirm =====
31271 <HTML>
31272 <HEAD>
31273 <TITLE>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></TITLE>
31274 </HEAD>
31275 <BODY>
31276 <H1>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></H1>
31278 This feature controls an aspect of Alpine's Save command.
31279 By default, when you Save a message that has some deleted parts, you will
31280 be asked to confirm that you want to Save with a prompt that looks like:
31282 <CENTER><SAMP>Saved copy will NOT include entire message!  Continue?</SAMP></CENTER>
31284 If this feature is set, you will not be asked.
31286 &lt;End of help on this topic&gt;
31287 </BODY>
31288 </HTML>
31289 ====== h_config_use_resentto =====
31290 <HTML>
31291 <HEAD>
31292 <TITLE>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></TITLE>
31293 </HEAD>
31294 <BODY>
31295 <H1>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></H1>
31297 This feature is turned off by default because turning it on causes problems
31298 with some deficient IMAP servers.
31299 In Alpine <A HREF="h_mainhelp_filtering">Filters</A> and other types of Rules, if the
31300 <A HREF="h_rule_patterns">Pattern</A>
31301 contains a To header pattern and this feature is turned on,
31302 then a check is made in the message to see
31303 if a Resent-To header is present, and that is used instead of the To header.
31304 If this feature is not turned on, then the regular To header will always
31305 be used.
31308 &lt;End of help on this topic&gt;
31309 </BODY>
31310 </HTML>
31311 ====== h_config_use_reg_start_for_stayopen =====
31312 <HTML>
31313 <HEAD>
31314 <TITLE>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></TITLE>
31315 </HEAD>
31316 <BODY>
31317 <H1>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></H1>
31319 This feature affects which message is selected as the current message
31320 when you enter a
31321 <A HREF="h_config_permlocked">Stay Open</A> folder.
31323 Normally, the starting position for an incoming folder (which most Stay Open
31324 folders will likely be) is controlled by the
31325 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
31326 However, if a folder is a Stay Open folder, when you re-enter the folder
31327 after the first time the current message will be the same as it was when
31328 you left the folder.
31329 An exception is made if you use the TAB command to get to the folder.
31330 In that case, the message number will be incremented by one from what it
31331 was when you left the folder.
31333 The above special behavior is thought to be useful.
31334 However, it is special and different from what you might at first expect.
31335 If this feature is set, then Stay Open folders will not be treated specially
31336 as far as the startup rule is concerned.
31339 &lt;End of help on this topic&gt;
31340 </BODY>
31341 </HTML>
31342 ====== h_config_use_current_dir =====
31343 <HTML>
31344 <HEAD>
31345 <TITLE>FEATURE: <!--#echo var="FEAT_use-current-dir"--></TITLE>
31346 </HEAD>
31347 <BODY>
31348 <H1>FEATURE: <!--#echo var="FEAT_use-current-dir"--></H1>
31350 This feature controls an aspect of several commands. 
31351 If set, your &quot;current working directory&quot; 
31352 <!--chtml if pinemode="running"-->
31353 (which, at least for your current Alpine &quot;session,&quot; 
31354 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
31355 <!--chtml endif-->
31356 will be used instead of your home directory 
31357 <!--chtml if pinemode="running"-->
31358 (which, in the present configuration of your system, is
31359  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
31360 <!--chtml endif-->
31361 for all of the following operations:<UL>
31362     <LI> Export in the MESSAGE INDEX and MESSAGE TEXT screens
31363     <LI> Attachment Save in the MESSAGE TEXT and ATTACHMENT TEXT screens
31364     <LI> <!--chtml if pinemode="function_key"-->F4
31365          <!--chtml else-->Ctrl-R
31366          <!--chtml endif--> file inclusion in the COMPOSER
31367     <LI> <!--chtml if pinemode="function_key"-->F5
31368          <!--chtml else-->Ctrl-J
31369          <!--chtml endif--> file attachment in the COMPOSER
31370 </UL>
31371 <!--chtml if pinemode="os_windows"-->
31373 If you are starting PC-Alpine from a desktop icon or the Start menu, 
31374 you can set the &quot;current drive&quot; 
31375 by specifying it in the &quot;Start in:&quot; 
31376 box found in the Shortcut tab of the Properties.  
31377 <!--chtml endif-->
31379 <UL>   
31380 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31381 </UL>
31384 &lt;End of help on this topic&gt;
31385 </BODY>
31386 </HTML>
31387 ====== h_config_save_wont_delete =====
31388 <HTML>
31389 <HEAD>
31390 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></TITLE>
31391 </HEAD>
31392 <BODY>
31393 <H1>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></H1>
31395 This feature controls one aspect of the Save command.  If set, Save will
31396 not mark the message &quot;deleted&quot; (its default behavior) after
31397 it has been copied to the designated folder.
31400 &lt;End of help on this topic&gt;
31401 </BODY>
31402 </HTML>
31403 ====== h_config_use_boring_spinner =====
31404 <HTML>
31405 <HEAD>
31406 <TITLE>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></TITLE>
31407 </HEAD>
31408 <BODY>
31409 <H1>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></H1>
31411 When Alpine is delayed for some reason it usually shows that
31412 something is happening with a small animated display in the status
31413 message line near the bottom of the screen.
31414 Setting this feature will cause that animation to be the same
31415 each time instead of having Alpine choose a random animation.
31416 You may turn the animation off altogether by setting the
31417 <A HREF="h_config_active_msg_interval"><!--#echo var="VAR_busy-cue-rate"--></A>
31418 option to zero.
31421 &lt;End of help on this topic&gt;
31422 </BODY>
31423 </HTML>
31424 ====== h_config_unsel_wont_advance =====
31425 <HTML>
31426 <HEAD>
31427 <TITLE>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></TITLE>
31428 </HEAD>
31429 <BODY>
31430 <H1>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></H1>
31432 This feature controls one aspect of the Unselect Current message command.
31433 Normally, when the Unselect current message command (:) is typed when the
31434 current message is selected, the message will be unselected and the next
31435 message will become the current message.
31436 If this feature is set, the cursor will not advance to the next message.
31437 Instead, the current message will remain the current message after
31438 unselecting.
31441 &lt;End of help on this topic&gt;
31442 </BODY>
31443 </HTML>
31444 ====== h_config_prune_uses_iso =====
31445 <HTML>
31446 <HEAD>
31447 <TITLE>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></TITLE>
31448 </HEAD>
31449 <BODY>
31450 <H1>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></H1>
31452 By default, Alpine asks monthly whether or not you would like to rename
31453 some folders to a new name containing the date.
31454 It also asks whether or not you would like to delete some old folders.
31455 See the <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option for an
31456 explanation.
31459 By default, the name used when renaming a folder looks like
31461 <CENTER><SAMP>&lt;foldername&gt;-&lt;month&gt;-&lt;year&gt;</SAMP></CENTER>
31463 For example, the first time you run Alpine in May of 2004,
31464 the folder &quot;sent-mail&quot; might be renamed to
31466 <CENTER><SAMP>sent-mail-apr-2004</SAMP></CENTER>
31468 If this feature is set, the name used will be of the form
31470 <CENTER><SAMP>&lt;foldername&gt;-&lt;yyyy&gt;-&lt;mm&gt;</SAMP></CENTER>
31472 where &quot;yyyy&quot; is the year and &quot;mm&quot; is the two-digit
31473 month (01, 02, ..., 12).
31474 For the April, 2004 example above, it would instead be
31476 <CENTER><SAMP>sent-mail-2004-04</SAMP></CENTER>
31478 because April is the 4th month of the year.
31479 A reason you might want to set this feature is so that the folders
31480 will sort in chronological order.
31483 &lt;End of help on this topic&gt;
31484 </BODY>
31485 </HTML>
31486 ====== h_config_save_advances =====
31487 <HTML>
31488 <HEAD>
31489 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-advance"--></TITLE>
31490 </HEAD>
31491 <BODY>
31492 <H1>FEATURE: <!--#echo var="FEAT_save-will-advance"--></H1>
31494 This feature controls one aspect of the Save command.  If set, Save will
31495 (in addition to copying the current message to the designated folder) also
31496 advance to the next message.
31499 &lt;End of help on this topic&gt;
31500 </BODY>
31501 </HTML>
31502 ====== h_config_force_arrow =====
31503 <HTML>
31504 <HEAD>
31505 <TITLE>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></TITLE>
31506 </HEAD>
31507 <BODY>
31508 <H1>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></H1>
31510 This feature affects Alpine's MESSAGE INDEX display routine.
31511 If set, the normal inverse-video cursor will be
31512 replaced by a simple &quot;arrow&quot; cursor, which normally occupies the
31513 second column of the index display.
31515 This is the same index cursor you get if you turn on
31516 <A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>, but the index
31517 line coloring will still be present if this feature is turned on and
31518 <!--#echo var="FEAT_assume-slow-link"--> is off.
31520 An alternative version of the Arrow cursor is available by including the
31521 <A HREF="h_config_index_arrow_color">ARROW</A>
31522 token in the
31523 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
31525 It ought to be the case that this feature also affects the ATTACHMENT INDEX,
31526 but that is not implemented.
31529 &lt;End of help on this topic&gt;
31530 </BODY>
31531 </HTML>
31532 ====== h_config_ignore_size =====
31533 <HTML>
31534 <HEAD>
31535 <TITLE>FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></TITLE>
31536 </HEAD>
31537 <BODY>
31538 <H1>FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></H1>
31540 When you have an account residing in an IMAP server, Alpine records the 
31541 size of each message as reported by the server. However, when Alpine saves 
31542 a message in such IMAP server, Alpine will compute the size of the message 
31543 independently, from the data it received. If these two numbers do not 
31544 match for a message, Alpine asks you if you still want to take the risk of 
31545 saving such message, since data corruption or loss of data could result 
31546 from this save.
31549 Sometimes the root of this problem is that the IMAP server does not 
31550 compute sizes correctly, and there will not be loss of information when 
31551 saving such message. Enabling this feature will make Alpine ignore such 
31552 error and continue saving the message without producing any warnings or 
31553 ever stopping the process, as if there had not been any error. This option 
31554 applies to all IMAP servers that you use, so if you enable this feature, 
31555 size discrepancy warnings will not be given for any IMAP server you 
31556 connect to.
31559 Example of a server where you could reproduce this problem is the Gmail 
31560 IMAP server. Another example can be found in some versions of the Exchange 
31561 server.
31564 It is recommended that this feature be disabled most of the time and only 
31565 enabled when you find a server which you can determine that has the above 
31566 mentioned defect, but be disabled again after making the save operation 
31567 succeed.
31570 &lt;End of help on this topic&gt;
31571 </BODY>
31572 </HTML>
31573 ====== h_config_force_low_speed =====
31574 <HTML>
31575 <HEAD>
31576 <TITLE>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></TITLE>
31577 </HEAD>
31578 <BODY>
31579 <H1>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></H1>
31581 UNIX Alpine only.
31583 This feature affects Alpine's display routines.  If set, the normal
31584 inverse-video cursor (used to highlight the current item in a list) will be
31585 replaced by an &quot;arrow&quot; cursor and other
31586 screen update optimizations for
31587 low-speed links (e.g. 2400 bps dialup connections) will be activated.
31588 One of the optimizations is that colored index lines (set up with Indexcolor
31589 Rules) will not be colored.
31590 If you are just turning this feature on because you like using
31591 the &quot;arrow&quot; cursor you may have an arrow cursor with index line
31592 coloring by turning this feature off and the
31593 <A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A> on.
31596 &lt;End of help on this topic&gt;
31597 </BODY>
31598 </HTML>
31599 ====== h_config_show_delay_cue =====
31600 <HTML>
31601 <HEAD>
31602 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></TITLE>
31603 </HEAD>
31604 <BODY>
31605 <H1>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></H1>
31607 If set, this feature will cause an asterisk to appear in the upper
31608 left-hand corner of the screen whenever Alpine checks for new mail.
31609 Two asterisks whenever Alpine saves (checkpoints) the state of the current
31610 mailbox to disk.
31612 <!--chtml if pinemode="os_windows"-->
31614 In addition, PC-Alpine will display a less-than symbol, '&lt;', when 
31615 it is trying to open a network connection (e.g, to open your INBOX
31616 on an IMAP
31617 server) or read from the network connection.  A greater-than symbol,
31618 will be displayed when PC-Alpine is trying to write to the network
31619 connection (e.g, sending a command to your IMAP server).
31620 <!--chtml endif-->
31623 &lt;End of help on this topic&gt;
31624 </BODY>
31625 </HTML>
31626 ====== h_config_color_style =====
31627 <HTML>
31628 <HEAD>
31629 <TITLE>OPTION: Color Style</TITLE>
31630 </HEAD>
31631 <BODY>
31632 <H1>OPTION: Color Style</H1>
31634 UNIX Alpine only.
31636 If the terminal or terminal emulator you are using is capable of displaying
31637 colors, this option controls whether or not color will be used in Alpine.
31638 If you turn color on and things are set up correctly,
31639 you should see color appear on the screen immmediately.
31640 Modern terminal emulators are usually capable of displaying colors.
31642 The available options include:
31645 <DL>
31646 <DT>no-color</DT>
31647 <DD>Don't use color.
31648 </DD>
31650 <DT>use-termdef</DT>
31651 <DD>In order to decide if your terminal is capable of color, Alpine looks in
31652 the terminal capabilities database, TERMINFO or TERMCAP, depending on
31653 how Alpine was compiled.
31654 This is a good option to choose if you switch between a color and a non-color
31655 terminal with the same Alpine configuration.
31656 Alpine will know to use color on the color terminal because it is described
31657 in the termcap entry, and Alpine will know to use black and white on the
31658 non-color terminal.
31659 The Alpine Technical Notes
31660 <CENTER><SAMP><A HREF="http://www.washington.edu/alpine/tech-notes/">http://www.washington.edu/alpine/tech-notes/</A></SAMP></CENTER>
31661 have more information on configuring a TERMCAP or TERMINFO
31662 entry for color Alpine.
31663 This is usually something a system administrator does.
31664 </DD>
31666 <DT>force-ansi-8color</DT>
31667 <DD>This is probably the setting that most people should use.
31668 Because setting up a termcap entry is confusing and because the
31669 terminal capabilities database is often not correctly configured for color,
31670 this choice and the next may be easier for you to use.
31671 If your terminal emulator responds to ANSI color escape sequences, which
31672 many do, this option will cause Alpine to believe your terminal will respond
31673 to the escape sequences that produce eight different foreground and background
31674 colors.
31675 The escape sequences used to set the foreground colors are
31677   <P><CENTER>ESC&nbsp;[&nbsp;3&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
31679 where the color_number is an ASCII digit between 0 and 7.
31680 The numbers 0 through 7 should correspond to the colors black, red, green,
31681 yellow, blue, magenta, cyan, and white.
31682 Some terminal emulators use a pre-ANSI scheme that swaps
31683 the colors blue and red and the colors yellow and cyan.
31684 This will cause the default colors to be different, but other than that
31685 things should work fine.
31686 There is also a 9th color available, the last one shown, which is the default
31687 color from the terminal emulator.
31688 When used as a background color some people refer to this color as
31689 &quot;transparent&quot;, which is why the letters &quot;TRAN&quot; are
31690 shown in the color swatch of the SETUP COLOR screen.
31691 The foreground transparent color is shown as
31692 the color of the &quot;TRAN&quot; text.
31693 (The transparent color will not work correctly in a PC-Alpine configuration.)
31694 The escape sequences used to set the background colors are the same
31695 as for the foreground colors except a &quot;4&quot; replaces the &quot;3&quot;.
31696 The escape sequences for foreground and background default colors (transparent)
31697 are 39m and 49m.
31699 Note: With the Tera Term terminal emulator this setting works well.
31700 You should also have the Tera Term &quot;Full color&quot; option turned OFF.
31701 You may find the &quot;Full color&quot; option in Tera Term's &quot;Setup&quot;
31702 menu, in the &quot;Window&quot; submenu.
31703 </DD>
31705 <DT>force-ansi-16color</DT>
31706 <DD>Many terminal emulators know about the same eight colors above
31707 plus eight more.
31708 This option attempts to use all 16 colors.
31709 The same escape sequences as for the eight-color terminal are used
31710 for the first eight colors.
31711 The escape sequences used to set foreground colors 8-15 are the same as
31712 for 0-7 except the &quot;3&quot; is replaced with a &quot;9&quot;.
31713 The background color sequences for colors 8-15 are the same as for 0-7
31714 except the &quot;4&quot; is replaced with &quot;10&quot;.
31715 You can tell if the 16 colors are working by turning on this option
31716 and then going into one of the color configuration screens, for example,
31717 the configuration screen for Normal Color.
31718 If you see 16 different colors to select from (plus a 17th for
31719 the transparent color), it's working.
31720 </DD>
31722 <DT>force-xterm-256color</DT>
31723 <DD>Some versions of xterm (and some other terminal emulators)
31724 have support for 256 colors.
31725 The escape sequences used to set the foreground colors are
31727   <P><CENTER>ESC&nbsp;[&nbsp;38&nbsp;;&nbsp;5&nbsp;;&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
31729 where the color_number is an ASCII digit between 0 and 255.
31730 Background colors are the same with the 38 replaced with a 48.
31731 The numbers 0 through 15 are probably similar to the 16 color version
31732 above, then comes a 6x6x6 color cube, followed by 24 colors of gray.
31733 The terminal default (transparent) color is the 257th color at the bottom.
31734 Some terminal emulators will misinterpret these escape sequences causing
31735 the terminal to blink or overstrike characters or to do something else
31736 undesirable.
31738 The PuTTY terminal emulator has an option called &quot;Allow terminal to
31739 use xterm 256-colour mode&quot; which allows PuTTY to work well with
31740 this 256-color setting.
31742 </DD>
31743 </DL>
31746 The normal default is &quot;no-color&quot;.
31749 Once you've turned on color you may set the
31750 colors of many objects on the screen individually.
31751 For example, you may add colors to the status letters on the MESSAGE
31752 INDEX page.
31753 Most categories of color that Alpine supports are configurable here.
31754 For example, &quot;Normal Color&quot;
31755 is the color used to display most of the text in Alpine, and
31756 &quot;Reverse Color&quot; is used to display highlighted text, such as the
31757 current message in the MESSAGE INDEX.
31759 Lines in the MESSAGE INDEX may also be colored.
31760 Use Setup Rules to get to the Indexcolor configuration screen.
31763 <UL>   
31764 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31765 </UL><P>
31766 &lt;End of help on this topic&gt;
31767 </BODY>
31768 </HTML>
31769 ====== h_config_disable_index_locale_dates =====
31770 <HTML>
31771 <HEAD>
31772 <TITLE>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></TITLE>
31773 </HEAD>
31774 <BODY>
31775 <H1>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></H1>
31777 This feature affects the display of dates in the MESSAGE INDEX.
31778 Normally an attempt is made to localize the dates
31779 used in the MESSAGE INDEX display to your locale.
31780 This is controlled with the
31781 LC_TIME locale setting on a UNIX system.
31782 On Windows the Regional Options control panel may be used to set the date format.
31783 At the programming level, Alpine is using the strftime routine
31784 to print the parts of a date.
31786 If this feature is set, dates are displayed in English and
31787 with the conventions of the United States.
31790 <UL>   
31791 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31792 </UL><P>
31793 &lt;End of help on this topic&gt;
31794 </BODY>
31795 </HTML>
31796 ====== h_config_auto_open_unread =====
31797 <HTML>
31798 <HEAD>
31799 <TITLE>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></TITLE>
31800 </HEAD>
31801 <BODY>
31802 <H1>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></H1>
31804 This feature controls the behavior of the TAB key when traversing folders
31805 in the optional 
31806 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
31807 collection or in optional <!--#echo var="VAR_news-collections"-->.
31809 When the TAB
31810 (<A HREF="h_common_nextnew">NextNew</A>)
31811 key is pressed, and there
31812 are no more unseen messages in the current (incoming message or news)
31813 folder, Alpine will search the list of folders in the current collection for
31814 one containing New or Recent (new since the last time the folder was
31815 opened) messages.
31816 This behavior may be modified slightly with the
31817 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
31818 feature that causes Alpine to look for Unseen messages instead of Recent
31819 messages.
31820 Normally, when such a folder is found, Alpine will ask
31821 whether you wish to open the folder.  If this feature is set, Alpine will
31822 automatically open the folder without prompting.
31824 This feature also affects some other similar situations.
31825 If you have a
31826 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
31827 that is equal to one of the &quot;separate-&quot; values, and you are
31828 viewing a thread; then when you type the NextNew command and are at the
31829 end of the current thread you will automatically go to the next thread
31830 if this feature is set.
31831 By default, you would be asked if you want to view the next thread.
31832 You will also be asked at times whether or not you want to view the next
31833 thread after you delete the last message in the thread.
31834 Setting this feature will also cause that question to be skipped.
31837 <UL>   
31838 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31839 </UL><P>
31840 &lt;End of help on this topic&gt;
31841 </BODY>
31842 </HTML>
31843 ====== h_config_auto_include_reply =====
31844 <HTML>
31845 <HEAD>
31846 <TITLE>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></TITLE>
31847 </HEAD>
31848 <BODY>
31849 <H1>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></H1>
31851 This feature controls an aspect of Alpine's Reply command.  Normally, Alpine
31852 will ask whether you wish to include the original message in your reply.
31853 If this feature is set and the feature
31854 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
31855 is <EM>not</EM> set, then the original message will be included in the reply
31856 automatically, without prompting.
31858 &lt;End of help on this topic&gt;
31859 </BODY>
31860 </HTML>
31861 ====== h_config_select_in_bold =====
31862 <HTML>
31863 <HEAD>
31864 <TITLE>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></TITLE>
31865 </HEAD>
31866 <BODY>
31867 <H1>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></H1>
31869 This feature controls an aspect of Alpine's 
31870 <A HREF="h_config_enable_agg_ops">&quot;aggregate operation&quot;</A>
31871 commands; in
31872 particular, the Select and WhereIs commands. Select and WhereIs (with the
31873 ^X subcommand) will search the current folder for messages meeting a
31874 specified criteria, and &quot;tag&quot; the resulting messages with an 
31875 &quot;X&quot; in the
31876 first column of the applicable lines in the MESSAGE INDEX.  If this feature
31877 is set, instead of using the &quot;X&quot; to denote a selected message, 
31878 Alpine will
31879 attempt to display those index lines in boldface. Whether this is
31880 preferable to the &quot;X&quot; will depend on personal taste and the type of
31881 terminal being used.
31883 <UL>   
31884 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31885 </UL><P>
31886 &lt;End of help on this topic&gt;
31887 </BODY>
31888 </HTML>
31889 ====== h_config_alt_auth =====
31890 <HTML>
31891 <HEAD>
31892 <TITLE>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></TITLE>
31893 </HEAD>
31894 <BODY>
31895 <H1>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></H1>
31897 This feature affects how Alpine connects to IMAP servers.
31898 It's utility has largely been overtaken by events,
31899 but it may still be useful in some circumstances.
31900 If you only connect to modern IMAP servers that support
31901 &quot;TLS&quot; you can ignore this feature.
31904 Details:
31907 By default, Alpine will attempt to connect to an IMAP server on the
31908 normal IMAP service port (143), and if the server offers &quot;Transport Layer
31909 Security&quot; (TLS) and Alpine has been compiled with encryption capability,
31910 then a secure (encrypted) session will be negotiated.
31913 With this feature enabled, before connecting on the normal IMAP port, Alpine
31914 will first attempt to connect to an alternate IMAP service port (993) used
31915 specifically for encrypted IMAP sessions via the Secure Sockets Layer
31916 (SSL) method.
31917 If the SSL attempt fails, Alpine will then try the default
31918 behavior described in the previous paragraph.
31921 TLS negotiation on the normal port is preferred, and supersedes the use of
31922 SSL on port 993, but older servers may not provide TLS support.
31923 This feature may be convenient when accessing IMAP servers that do not support
31924 TLS, but do support SSL connections on port 993.
31925 However, it is important to understand that with this feature enabled,
31926 Alpine will <EM>attempt</EM> to make a secure connection if that is possible,
31927 but it will proceed to make an insecure connection if that is the only
31928 option offered by the server, or if the Alpine in question has been built
31929 without encryption capability.
31932 Note that this feature specifies a per-user (or system-wide) default
31933 behavior, but host/folder specification flags may be used to control the
31934 behavior of any specific connection.
31935 This feature interacts with some of
31936 the possible host/folder path specification flags as follows:
31939 The <SAMP>/tls</SAMP> host flag, for example,
31942 <CENTER><SAMP>{foo.example.com/tls}INBOX</SAMP></CENTER>
31944 will over-ride this feature for the specified host by bypassing the
31945 SSL connection attempt.
31946 Moreover, with <SAMP>/tls</SAMP> specified,
31947 the connection attempt will fail if the
31948 service on port 143 does not offer TLS support.
31951 The <SAMP>/ssl</SAMP> host flag, for example,
31954 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
31956 will insist on an SSL connection for the specified host,
31957 and will fail if the SSL service on port 993 is not available.
31958 Alpine will not subsequently retry a connection
31959 on port 143 if <SAMP>/ssl</SAMP> is specified.
31962 <UL>   
31963 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31964 </UL><P>
31965 &lt;End of help on this topic&gt;
31966 </BODY>
31967 </HTML>
31968 ====== h_config_file_dir ======
31969 <HTML>
31970 <HEAD>
31971 <TITLE>OPTION: File Directory</TITLE>
31972 </HEAD>
31973 <BODY>
31974 <H1>OPTION: File Directory</H1>
31976 PC-Alpine only.
31978 This value affects the Composer's &quot;^J&nbsp;Attach&quot; command, 
31979 the Attachment Index Screen's &quot;S&nbsp;Save&quot; command, and the
31980 Message Index's &quot;E&nbsp;Export&quot; command.
31983 Normally, when a filename is supplied that lacks a leading &quot;path&quot;
31984 component, Alpine assumes the file exists in the user's home directory.
31985 Under Windows operating systems, this definition isn't always clear.  This 
31986 feature allows you to explictly set where Alpine should look for files
31987 without a leading path.
31990 NOTE: this feature's value is ignored if either 
31991 <A HREF="h_config_use_current_dir"><!--#echo var="FEAT_use-current-dir"--></A> feature
31992 is set or the PINERC has a value for the &quot;<!--#echo var="VAR_operating-dir"-->&quot; variable.
31995 <UL>   
31996 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31997 </UL><P>
31998 &lt;End of help on this topic&gt;
31999 </BODY>
32000 </HTML>
32001 ====== h_config_quote_all_froms =====
32002 <HTML>
32003 <HEAD>
32004 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></TITLE>
32005 </HEAD>
32006 <BODY>
32007 <H1>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></H1>
32009 This feature controls an aspect of the Save command (and also the way
32010 outgoing messages are saved to an FCC folder).  If set, Alpine will add
32011 a leading &quot;>&quot; character in front of message lines beginning with &quot;From&quot; 
32012 when they are saved to another folder, including lines syntactically
32013 distinguishable from the type of message separator line commonly used on
32014 Unix systems.
32017 The default behavior is that a &quot;>&quot; will be prepended only to lines
32018 beginning with &quot;From &quot; that might otherwise be confused with a message
32019 separator line on Unix systems.  If pine is the only mail program you use,
32020 this default is reasonable.  If another program you use has trouble
32021 displaying a message with an unquoted &quot;From &quot; saved by Alpine, you should
32022 enable this feature.  This feature only applies to the common Unix mailbox
32023 format that uses message separator lines beginning with &quot;From &quot;.  If
32024 Alpine has been configured to use a different mailbox format (possibly
32025 incompatible with other mail programs), then this issue does not arise,
32026 and the feature is irrelevant.
32029 &lt;End of help on this topic&gt;
32030 </BODY>
32031 </HTML>
32032 ====== h_config_normal_color =====
32033 <HTML>
32034 <HEAD>
32035 <TITLE>OPTION: Normal Color</TITLE>
32036 </HEAD>
32037 <BODY>
32038 <H1>OPTION: Normal Color</H1>
32040 Sets the color Alpine normally uses.
32041 The foreground color is the color of the actual character and the
32042 background color is the color of the area behind the character.
32043 By default this color is black characters on a white background.
32045 <A HREF="h_color_setup">Descriptions of the available commands</A>
32047 Look <A HREF="h_edit_nav_cmds">here</A>
32048 to see the available Editing and Navigation commands.
32050 &lt;End of help on this topic&gt;
32051 </BODY>
32052 </HTML>
32053 ====== h_config_reverse_color =====
32054 <HTML>
32055 <HEAD>
32056 <TITLE>OPTION: Reverse Color</TITLE>
32057 </HEAD>
32058 <BODY>
32059 <H1>OPTION: Reverse Color</H1>
32061 Sets the color Alpine uses for reverse video characters.
32062 The foreground color is the color of the actual character and the
32063 background color is the color of the area behind the character.
32065 <A HREF="h_color_setup">Descriptions of the available commands</A>
32067 Look <A HREF="h_edit_nav_cmds">here</A>
32068 to see the available Editing and Navigation commands.
32070 &lt;End of help on this topic&gt;
32071 </BODY>
32072 </HTML>
32073 ====== h_config_title_color =====
32074 <HTML>
32075 <HEAD>
32076 <TITLE>OPTION: Title Color</TITLE>
32077 </HEAD>
32078 <BODY>
32079 <H1>OPTION: Title Color</H1>
32081 Sets the color Alpine uses for the titlebar (the top line on the screen).
32082 The foreground color is the color of the actual character and the
32083 background color is the color of the area behind the character.
32084 By default, the Title Color is black characters on a yellow background.
32086 The actual titlebar color may be different from the Title Color if
32087 the option
32088 <A HREF="h_config_titlebar_color_style">&quot;<!--#echo var="VAR_titlebar-color-style"-->&quot;</A>
32089 is set to some value other than the default.
32090 It may also be different if the current folder is closed and the
32091 <A HREF="h_config_titleclosed_color">Title Closed Color</A>
32092 color is set to something different from the Title Color.
32094 <A HREF="h_color_setup">Descriptions of the available commands</A>
32096 Look <A HREF="h_edit_nav_cmds">here</A>
32097 to see the available Editing and Navigation commands.
32099 &lt;End of help on this topic&gt;
32100 </BODY>
32101 </HTML>
32102 ====== h_config_titleclosed_color =====
32103 <HTML>
32104 <HEAD>
32105 <TITLE>OPTION: Title Closed Color</TITLE>
32106 </HEAD>
32107 <BODY>
32108 <H1>OPTION: Title Closed Color</H1>
32110 Sets the color Alpine uses for the titlebar (the top line on the screen)
32111 when the current folder is closed.
32112 The foreground color is the color of the actual character and the
32113 background color is the color of the area behind the character.
32114 By default, the Title Color Closed Color is white characters on a red background.
32116 By setting this color to something noticeable you will be alerted to the
32117 fact that the current folder is closed, perhaps unexpectedly.
32119 &lt;End of help on this topic&gt;
32120 </BODY>
32121 </HTML>
32122 ====== h_config_status_color =====
32123 <HTML>
32124 <HEAD>
32125 <TITLE>OPTION: Status Color</TITLE>
32126 </HEAD>
32127 <BODY>
32128 <H1>OPTION: Status Color</H1>
32130 Sets the color Alpine uses for status messages written to the message
32131 line near the bottom of the screen.
32132 The foreground color is the color of the actual character and the
32133 background color is the color of the area behind the character.
32134 By default, the Status Color is the same as the Reverse Color.
32136 <A HREF="h_color_setup">Descriptions of the available commands</A>
32138 Look <A HREF="h_edit_nav_cmds">here</A>
32139 to see the available Editing and Navigation commands.
32141 &lt;End of help on this topic&gt;
32142 </BODY>
32143 </HTML>
32144 ====== h_config_index_opening_color =====
32145 <HTML>
32146 <HEAD>
32147 <TITLE>OPTION: Index Opening Color</TITLE>
32148 </HEAD>
32149 <BODY>
32150 <H1>OPTION: Index Opening Color</H1>
32152 With some setups the text of the subject is followed
32153 by the opening text of the message if there is any room available in the index line.
32154 If you have configured your
32155 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
32156 to include one of the Subject tokens that causes this behavior
32157 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), you may set the color of
32158 this opening text with this option.
32159 This coloring takes place for all but the current index line, and the Opening
32160 Color appears to be in front of any color from an Index Color Rule.
32162 By default the Index Opening Color is gray characters on a white background.
32165 <A HREF="h_color_setup">Descriptions of the available commands</A>
32167 Look <A HREF="h_edit_nav_cmds">here</A>
32168 to see the available Editing and Navigation commands.
32170 &lt;End of help on this topic&gt;
32171 </BODY>
32172 </HTML>
32173 ====== h_config_index_pri_color =====
32174 <HTML>
32175 <HEAD>
32176 <TITLE>OPTION: Index Priority Symbol Colors</TITLE>
32177 </HEAD>
32178 <BODY>
32179 <H1>OPTION: Index Priority Symbol Colors</H1>
32181 The X-Priority header is a non-standard header that is used in a
32182 somewhat standard way by many mail programs.
32183 Alpine expects the value of this header to be a digit with a value
32184 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
32185 Alpine can be made to display an indication of this priority in
32186 messages by use of one of the tokens
32187 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
32188 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
32189 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
32192 You may set the color used to draw these tokens by use of the colors
32193 Index High Priority Symbol Color and Index Low Priority Symbol Color.
32194 This coloring takes place for all but the current index line, and the Priority
32195 Color appears to be in front of any color from an Index Color Rule.
32196 If the priority has a value of 1 or 2 the High Priority color will be
32197 used,
32198 and if the value is 4 or 5 the Low Priority color will be used.
32200 If you don't set these colors the index line will be colored in the same color as
32201 the bulk of the index line.
32204 <A HREF="h_color_setup">Descriptions of the available commands</A>
32206 Look <A HREF="h_edit_nav_cmds">here</A>
32207 to see the available Editing and Navigation commands.
32209 &lt;End of help on this topic&gt;
32210 </BODY>
32211 </HTML>
32212 ====== h_config_index_subject_color =====
32213 <HTML>
32214 <HEAD>
32215 <TITLE>OPTION: Index Subject Color</TITLE>
32216 </HEAD>
32217 <BODY>
32218 <H1>OPTION: Index Subject Color</H1>
32220 You may set the color used to draw the Subject part of the index line.
32221 This coloring takes place for all but the current index line, and the Subject
32222 Color appears to be in front of any color from an Index Color Rule.
32224 If you don't set this color it will be colored in the same color as
32225 the bulk of the index line.
32228 <A HREF="h_color_setup">Descriptions of the available commands</A>
32230 Look <A HREF="h_edit_nav_cmds">here</A>
32231 to see the available Editing and Navigation commands.
32233 &lt;End of help on this topic&gt;
32234 </BODY>
32235 </HTML>
32236 ====== h_config_index_from_color =====
32237 <HTML>
32238 <HEAD>
32239 <TITLE>OPTION: Index From Color</TITLE>
32240 </HEAD>
32241 <BODY>
32242 <H1>OPTION: Index From Color</H1>
32244 You may set the color used to draw the From part of the index line.
32245 This coloring takes place for all but the current index line, and the From
32246 Color appears to be in front of any color from an Index Color Rule.
32248 If you don't set this color it will be colored in the same color as
32249 the bulk of the index line.
32252 <A HREF="h_color_setup">Descriptions of the available commands</A>
32254 Look <A HREF="h_edit_nav_cmds">here</A>
32255 to see the available Editing and Navigation commands.
32257 &lt;End of help on this topic&gt;
32258 </BODY>
32259 </HTML>
32260 ====== h_config_index_arrow_color =====
32261 <HTML>
32262 <HEAD>
32263 <TITLE>OPTION: Index Arrow Color</TITLE>
32264 </HEAD>
32265 <BODY>
32266 <H1>OPTION: Index Arrow Color</H1>
32268 If you have configured your
32269 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
32270 to include the &quot;ARROW&quot; token, you may set the color of
32271 the arrow displayed with this option.
32272 If you don't set the color it will be colored in the same color as
32273 the bulk of the index line.
32276 <A HREF="h_color_setup">Descriptions of the available commands</A>
32278 Look <A HREF="h_edit_nav_cmds">here</A>
32279 to see the available Editing and Navigation commands.
32281 &lt;End of help on this topic&gt;
32282 </BODY>
32283 </HTML>
32284 ====== h_config_index_color =====
32285 <HTML>
32286 <HEAD>
32287 <TITLE>OPTION: Index Colors</TITLE>
32288 </HEAD>
32289 <BODY>
32290 <H1>OPTION: Index Colors</H1>
32292 You may add color to the single character symbols that give the status
32293 of each message in the MESSAGE INDEX.
32294 By default the characters &quot;+&quot;, &quot;*&quot;, &quot;D&quot;,
32295 &quot;A&quot;, and &quot;N&quot; show up near the left hand side of the
32296 screen depending on whether the message is addressed to you, and whether
32297 the message is marked Important, is Deleted, is Answered, or is New.
32298 The color for each of those characters may be specified by setting the
32299 &quot;Index-to-me&quot; Symbol Color,
32300 the &quot;Index-important&quot; Symbol Color,
32301 the &quot;Index-deleted&quot; Symbol Color,
32302 the &quot;Index-answered&quot; Symbol Color,
32303 and the &quot;Index-new&quot; Symbol Color.
32304 There are also two other symbol colors called &quot;Index-recent&quot;
32305 and &quot;Index-unseen&quot;.
32306 These two colors will only be used if you have configured your
32307 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
32308 to include the &quot;IMAPSTATUS&quot; or &quot;SHORTIMAPSTATUS&quot; token.
32310 The default colors for these symbols are:
32311 <TABLE>
32312 <TR> <TD> &nbsp;&nbsp;Index-to-me&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> black on cyan </TD> </TR>
32313 <TR> <TD> &nbsp;&nbsp;Index-important </TD> <TD> white on bright red </TD> </TR>
32314 <TR> <TD> &nbsp;&nbsp;Index-deleted&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
32315 <TR> <TD> &nbsp;&nbsp;Index-answered&nbsp; </TD> <TD> bright red on yellow </TD> </TR>
32316 <TR> <TD> &nbsp;&nbsp;Index-new&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> white on magenta </TD> </TR>
32317 <TR> <TD> &nbsp;&nbsp;Index-recent&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
32318 <TR> <TD> &nbsp;&nbsp;Index-unseen&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
32319 </TABLE>
32321 Besides coloring the message status symbols, you may also color the
32322 entire index line.
32323 This is done by using the
32324 <A HREF="h_rules_incols">SETUP INDEX LINE COLORS</A> screen, which you
32325 may get to with the commands <EM>S</EM>etup/<EM>R</EM>ules/<EM>I</EM>ndexcolor.
32326 When the entire line is colored that color will be &quot;behind&quot; the
32327 status symbol colors talked about in the paragraph above.
32329 You may also color
32330 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
32331 in the index using the
32332 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>);
32333 the <A HREF="h_config_index_arrow_color">ARROW</A> cursor;
32334 the Subject using
32335 <A HREF="h_config_index_subject_color">Index Subject Color</A>;
32336 the From field using
32337 <A HREF="h_config_index_from_color">Index From Color</A>;
32338 and the
32339 <A HREF="h_config_index_opening_color">Index Opening</A> text.
32341 <A HREF="h_color_setup">Descriptions of the available commands</A>
32343 Look <A HREF="h_edit_nav_cmds">here</A>
32344 to see the available Editing and Navigation commands.
32346 &lt;End of help on this topic&gt;
32347 </BODY>
32348 </HTML>
32349 ====== h_config_metamsg_color =====
32350 <HTML>
32351 <HEAD>
32352 <TITLE>OPTION: Meta-Message Color</TITLE>
32353 </HEAD>
32354 <BODY>
32355 <H1>OPTION: Meta-Message Color</H1>
32357 Sets the color Alpine uses in the MESSAGE TEXT screen for messages to you
32358 that aren't part of the message itself.
32359 For example, an attachment that isn't shown might produce a meta
32360 message something like:
32362 <CENTER><SAMP> [ Part 2, &quot;comment&quot; Text/PLAIN (Name: &quot;file&quot;) ]</SAMP></CENTER>
32364 If you set the
32365 <A HREF="h_config_quote_suppression"><!--#echo var="VAR_quote-suppression-threshold"--></A>
32366 option you might see
32368 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
32370 Warnings about suspicious looking URLs in HTML will also be colored
32371 with this color.
32373 The foreground color is the color of the actual character and the
32374 background color is the color of the area behind the character.
32375 By default, the Meta-Message Color is black characters on a yellow background.
32377 <A HREF="h_color_setup">Descriptions of the available commands</A>
32379 Look <A HREF="h_edit_nav_cmds">here</A>
32380 to see the available Editing and Navigation commands.
32382 &lt;End of help on this topic&gt;
32383 </BODY>
32384 </HTML>
32385 ====== h_config_keylabel_color =====
32386 <HTML>
32387 <HEAD>
32388 <TITLE>OPTION: KeyLabel Color</TITLE>
32389 </HEAD>
32390 <BODY>
32391 <H1>OPTION: KeyLabel Color</H1>
32393 Sets the color Alpine uses for the labels of the keys in the two-line
32394 menu at the bottom of the screen.
32395 For example, some of the screens have a &quot;P PrevMsg&quot; command.
32396 This option sets the color used when displaying &quot;PrevMsg&quot;.
32397 The foreground color is the color of the actual character and the
32398 background color is the color of the area behind the character.
32399 By default, the KeyLabel Color is the same as the Normal Color.
32401 WARNING: Some terminal emulators have the property that the screen will scroll
32402 down one line whenever a character is written to the character cell in the
32403 lower right corner of the screen.
32404 Alpine can usually avoid writing a character in that corner of the screen.
32405 However, if you have defined a KeyLabel Color then Alpine does have to write
32406 a character in that cell in order to color the cell correctly.
32407 If you find that your display sometimes scrolls up a line this could be
32408 the problem.
32409 The most obvious symptom is probably that the titlebar at the top of the
32410 screen scrolls off the screen.
32411 Try setting KeyLabel Color to Default to see if that fixes the problem.
32413 <A HREF="h_color_setup">Descriptions of the available commands</A>
32415 Look <A HREF="h_edit_nav_cmds">here</A>
32416 to see the available Editing and Navigation commands.
32418 &lt;End of help on this topic&gt;
32419 </BODY>
32420 </HTML>
32421 ====== h_config_keyname_color =====
32422 <HTML>
32423 <HEAD>
32424 <TITLE>OPTION: KeyName Color</TITLE>
32425 </HEAD>
32426 <BODY>
32427 <H1>OPTION: KeyName Color</H1>
32429 Sets the color Alpine uses for the names of the keys in the two-line
32430 menu at the bottom of the screen.
32431 For example, some of the screens have a &quot;P PrevMsg&quot; command.
32432 This option sets the color used when displaying the &quot;P&quot;.
32433 The foreground color is the color of the actual character and the
32434 background color is the color of the area behind the character.
32435 By default, the KeyName Color is the same as the Reverse Color.
32437 <A HREF="h_color_setup">Descriptions of the available commands</A>
32439 Look <A HREF="h_edit_nav_cmds">here</A>
32440 to see the available Editing and Navigation commands.
32442 &lt;End of help on this topic&gt;
32443 </BODY>
32444 </HTML>
32445 ====== h_config_slctbl_color =====
32446 <HTML>
32447 <HEAD>
32448 <TITLE>OPTION: Selectable Item Color</TITLE>
32449 </HEAD>
32450 <BODY>
32451 <H1>OPTION: Selectable Item Color</H1>
32453 Sets the color Alpine uses for selectable items, such as URLs.
32454 The foreground color is the color of the actual character and the
32455 background color is the color of the area behind the character.
32456 By default, the Selectable Item Color is the same as the Normal Color,
32457 except that it is bold.
32459 <A HREF="h_color_setup">Descriptions of the available commands</A>
32461 Look <A HREF="h_edit_nav_cmds">here</A>
32462 to see the available Editing and Navigation commands.
32464 &lt;End of help on this topic&gt;
32465 </BODY>
32466 </HTML>
32467 ====== h_config_quote_color =====
32468 <HTML>
32469 <HEAD>
32470 <TITLE>OPTION: Quote Colors</TITLE>
32471 </HEAD>
32472 <BODY>
32473 <H1>OPTION: Quote Colors</H1>
32475 Sets the colors Alpine uses for coloring quoted text in the MESSAGE TEXT
32476 screen.
32477 If a line begins with a &gt; character (or space followed by &gt;)
32478 it is considered a quote.
32479 That line will be given the Quote1 Color (first level quote).
32480 If there is a second level of quoting then the Quote2 Color will be used.
32481 Alpine considers there to be a second level of quoting if that first &gt; is
32482 followed by another &gt; (or space followed by &gt;).
32483 If there are characters other than whitespace and &gt; signs, then it isn't
32484 considered another level of quoting.
32485 Similarly, if there is a third level of quoting the Quote3 Color will be
32486 used.
32487 If there are more levels after that the Quote Colors are re-used.
32488 If you define all three colors then it would repeat like Color1, Color2, Color3,
32489 Color1, Color2, Color3, ...
32490 If you only define the first two it would be
32491 Color1, Color2, Color1, Color2, ...
32492 If you define only the Quote1 Color, then the entire quote would be that
32493 color regardless of the quoting levels.
32494 By default, the Quote1 Color is black characters on a greenish-blue background;
32495 the Quote2 Color is black characters on a dull yellow background; and
32496 the Quote3 Color is black characters on a green background.
32498 <A HREF="h_color_setup">Descriptions of the available commands</A>
32500 Look <A HREF="h_edit_nav_cmds">here</A>
32501 to see the available Editing and Navigation commands.
32503 &lt;End of help on this topic&gt;
32504 </BODY>
32505 </HTML>
32506 ====== h_config_folder_color =====
32507 <HTML>
32508 <HEAD>
32509 <TITLE>OPTION: Folder Color</TITLE>
32510 </HEAD>
32511 <BODY>
32512 <H1>OPTION: Folder Color</H1>
32514 Sets the colors Alpine uses for coloring a folder in the FOLDER LIST
32515 screen. By default, the Folder Color is the normal text color.
32518 If you set a color for this feature, other than the normal color
32519 (the default), or a color for
32520 <A HREF="h_config_directory_color">Directory Color</A>, then directories
32521 will be colored according to the color specified in the
32522 <A HREF="h_config_directory_color">Directory Color</A> option. In this
32523 case, the color will be the only indication that the colored name
32524 refers to a directory. The normal behavior is that Alpine
32525 indicates that a name refers to a directory by appending a
32526 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
32527 the folder.
32530 If a folder is a directory, then the folder name will be painted
32531 according to the color defined by this variable, and a separator
32532 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added 
32533 to the name. That
32534 indicator will be painted according to the color defined in the
32535 <A HREF="h_config_directory_color">Directory Color</A> option.
32538 &lt;End of help on this topic&gt;
32539 </BODY>
32540 </HTML>
32541 ====== h_config_directory_color =====
32542 <HTML>
32543 <HEAD>
32544 <TITLE>OPTION: Directory Color</TITLE>
32545 </HEAD>
32546 <BODY>
32547 <H1>OPTION: Directory Color</H1>
32549 Sets the colors Alpine uses for coloring a directory in the FOLDER LIST
32550 screen. By default, the Folder Color is the normal text color.
32552 If you set a color for this feature, other than the normal color
32553 (the default), or a color for
32554 <A HREF="h_config_folder_color">Folder Color</A>, then folders
32555 will be colored according to the color specified in the
32556 <A HREF="h_config_folder_color">Folder Color</A> option. In this
32557 case, the color will be the only indication that the colored name
32558 refers to a directory. The normal behavior is that Alpine
32559 indicates that a name refers to a directory by appending a
32560 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
32561 the folder.
32563 If a folder is a directory, then the folder name will be painted
32564 according to the color defined by the option
32565 <A HREF="h_config_folder_color">Folder Color</A>, and the separator
32566 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added
32567 after the name. That
32568 indicator will be painted according to the color defined in this
32569 option.
32571 &lt;End of help on this topic&gt;
32572 </BODY>
32573 </HTML>
32574 ====== h_config_folder_list_color =====
32575 <HTML>
32576 <HEAD>
32577 <TITLE>OPTION: Folder-List Color</TITLE>
32578 </HEAD>
32579 <BODY>
32580 <H1>OPTION: Folder-List Color</H1>
32582 Sets the colors Alpine uses for coloring normal text in the FOLDER LIST
32583 screen. By default, the Folder-List Color is the normal text color.
32585 This text refers to the informative text that Alpine displays so you
32586 can recognize each collection. The color of the content of each collection
32587 is determined by the options <A HREF="h_config_folder_color">Folder Color</A>
32588 and <A HREF="h_config_directory_color">Directory Color</A>.
32590 Unlike the options
32591 <A HREF="h_config_folder_color">Folder Color</A>
32592 and <A HREF="h_config_directory_color">Directory Color</A>, configuring
32593 this option does not affect the way that Alpine reports folders,
32594 directories and folders that are directories.
32596 &lt;End of help on this topic&gt;
32597 </BODY>
32598 </HTML>
32599 ====== h_config_incunseen_color =====
32600 <HTML>
32601 <HEAD>
32602 <TITLE>OPTION: Incoming Unseen Color</TITLE>
32603 </HEAD>
32604 <BODY>
32605 <H1>OPTION: Incoming Unseen Color</H1>
32607 If the option
32608 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
32609 is turned on it is possible to highlight the folders that contain
32610 unseen messages by coloring them with this color.
32611 By default, this is the same as the Normal Color and no highlighting is done.
32613 Usually the &quot;current&quot; folder (the folder the cursor is on)
32614 is highlighted using reverse video.
32615 If the current folder is colored because it contains unseen messages then
32616 the color used to show that it is also the current folder is controlled
32617 by the
32618 <A HREF="h_config_index_color_style"><!--#echo var="VAR_current-indexline-style"--></A>
32619 feature at the top of the SETUP COLOR screen.
32621 <A HREF="h_color_setup">Descriptions of the available commands</A>
32623 Look <A HREF="h_edit_nav_cmds">here</A>
32624 to see the available Editing and Navigation commands.
32626 &lt;End of help on this topic&gt;
32627 </BODY>
32628 </HTML>
32629 ====== h_config_signature_color =====
32630 <HTML>
32631 <HEAD>
32632 <TITLE>OPTION: Signature Color</TITLE>
32633 </HEAD>
32634 <BODY>
32635 <H1>OPTION: Signature Color</H1>
32637 Sets the color Alpine uses for coloring the signature in the MESSAGE TEXT
32638 screen. According to USENET conventions, the signature is defined as the
32639 paragraph following the &quot;sigdashes&quot;, that is, the special line
32640 consisting of the three characters
32641 &quot;--&nbsp;&quot; (i.e., dash, dash, and space). Alpine allows for one
32642 empty line right after the sigdashes to be considered as part of the
32643 signature.
32644 By default, the Signature Color is blue characters on a white background.
32646 <A HREF="h_color_setup">Descriptions of the available commands</A>
32648 Look <A HREF="h_edit_nav_cmds">here</A>
32649 to see the available Editing and Navigation commands.
32651 &lt;End of help on this topic&gt;
32652 </BODY>
32653 </HTML>
32654 ====== h_config_prompt_color =====
32655 <HTML>
32656 <HEAD>
32657 <TITLE>OPTION: Prompt Color</TITLE>
32658 </HEAD>
32659 <BODY>
32660 <H1>OPTION: Prompt Color</H1>
32662 Sets the color Alpine uses for confirmation prompts and questions that
32663 appear in the status line near the bottom of the screen.
32664 The foreground color is the color of the actual character and the
32665 background color is the color of the area behind the character.
32666 By default, the Prompt Color is the same as the Reverse Color.
32668 <A HREF="h_color_setup">Descriptions of the available commands</A>
32670 Look <A HREF="h_edit_nav_cmds">here</A>
32671 to see the available Editing and Navigation commands.
32673 &lt;End of help on this topic&gt;
32674 </BODY>
32675 </HTML>
32676 ====== h_config_header_general_color =====
32677 <HTML>
32678 <HEAD>
32679 <TITLE>OPTION: Header General Color</TITLE>
32680 </HEAD>
32681 <BODY>
32682 <H1>OPTION: Header General Color</H1>
32684 Sets the color Alpine uses for the headers of a message in the MESSAGE TEXT
32685 screen.
32686 The foreground color is the color of the actual character and the
32687 background color is the color of the area behind the character.
32688 By default, this is the same as the Normal Color.
32690 It is also possible to set the colors for specific header fields, for
32691 example the Subject, using
32692 <A HREF="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></A>.
32693 If both a Header General Color and a specific Viewer Header Color are set
32694 the specific color will override the general color, as you would expect.
32696 <A HREF="h_color_setup">Descriptions of the available commands</A>
32698 Look <A HREF="h_edit_nav_cmds">here</A>
32699 to see the available Editing and Navigation commands.
32701 &lt;End of help on this topic&gt;
32702 </BODY>
32703 </HTML>
32704 ====== h_config_incol =====
32705 <HTML>
32706 <HEAD>
32707 <TITLE>Index Line Color</TITLE>
32708 </HEAD>
32709 <BODY>
32710 <H1>Index Line Color</H1>
32712 This option is used to set the color of a line in the index when the
32713 message for that line matches the Pattern.
32714 This colors the whole index line, except possibly the status letters,
32715 which may be colored separately using the
32716 <A HREF="h_color_setup">Setup Kolor</A> screen.
32717 The foreground color is the color of the actual characters and the
32718 background color is the color of the area behind the characters.
32720 <A HREF="h_color_setup">Descriptions of the available commands</A>
32722 Look <A HREF="h_edit_nav_cmds">here</A>
32723 to see the available Editing and Navigation commands.
32725 &lt;End of help on this topic&gt;
32726 </BODY>
32727 </HTML>
32728 ====== h_config_usetransparent_color =====
32729 <HTML>
32730 <HEAD>
32731 <TITLE>OPTION: Use Transparent Color</TITLE>
32732 </HEAD>
32733 <BODY>
32734 <H1>OPTION: Use Transparent Color</H1>
32736 This is a special color supported by some terminal emulators.
32737 It is intended to result in the default foreground or background color
32738 from the terminal emulator.
32739 This is the color the terminal was displaying characters in before you started Alpine.
32740 The reason it is called Transparent is because you could set the foreground color
32741 to some specific color, like Red, and then set the background color to the
32742 Transparent Color. If it works as expected, the background color from the terminal
32743 window in which Alpine is running will show through but with the Red characters
32744 in the foreground.
32746 <A HREF="h_color_setup">Descriptions of the available commands</A>
32748 Look <A HREF="h_edit_nav_cmds">here</A>
32749 to see the available Editing and Navigation commands.
32751 &lt;End of help on this topic&gt;
32752 </BODY>
32753 </HTML>
32754 ====== h_config_usenormal_color =====
32755 <HTML>
32756 <HEAD>
32757 <TITLE>OPTION: Use Normal Color</TITLE>
32758 </HEAD>
32759 <BODY>
32760 <H1>OPTION: Use Normal Color</H1>
32762 When you use this color value, the actual color used will be the same
32763 as the corresponding Normal Color.
32764 For example if your Normal Color is black on white and you set both
32765 the foreground and background colors here to use the Normal Color, you'll
32766 get black on white. If you later change the Normal Color to red on blue
32767 this color will also change to red on blue.
32769 <A HREF="h_color_setup">Descriptions of the available commands</A>
32771 Look <A HREF="h_edit_nav_cmds">here</A>
32772 to see the available Editing and Navigation commands.
32774 &lt;End of help on this topic&gt;
32775 </BODY>
32776 </HTML>
32777 ====== h_config_usenone_color =====
32778 <HTML>
32779 <HEAD>
32780 <TITLE>OPTION: Use None Color</TITLE>
32781 </HEAD>
32782 <BODY>
32783 <H1>OPTION: Use None Color</H1>
32785 This is a special color that simply means to leave the color alone.
32786 It is useful for Index symbols and for Keyword Colors used in the Subject
32787 field of an index line.
32788 The most likely use is to set an explicit foreground color and then set
32789 the background color to the None Color.
32790 That will cause the symbol or keyword to be drawn in the foreground color
32791 with a background equal to whatever color the rest of the index line is already
32792 drawn in.
32793 You will see no visible effect unless you have assigned Indexcolor Rules to
32794 color index lines or you have set an actual color for the Reverse Color.
32796 <A HREF="h_color_setup">Descriptions of the available commands</A>
32798 Look <A HREF="h_edit_nav_cmds">here</A>
32799 to see the available Editing and Navigation commands.
32801 &lt;End of help on this topic&gt;
32802 </BODY>
32803 </HTML>
32804 ====== h_config_dflt_color =====
32805 <HTML>
32806 <HEAD>
32807 <TITLE>OPTION: Default Color</TITLE>
32808 </HEAD>
32809 <BODY>
32810 <H1>OPTION: Default Color</H1>
32812 Setting default will cause the color to be the default color.
32813 Unsetting default is normally done by choosing a color, but in some cases
32814 you may want to declare the current default color to be your non-default
32815 choice.
32816 For example, the default Keyname Color is the same as the Reverse Color.
32817 Whenever the Reverse Color changes the Keyname Color will also change, unless
32818 you've changed it or unset the default box.
32820 <A HREF="h_color_setup">Descriptions of the available commands</A>
32822 Look <A HREF="h_edit_nav_cmds">here</A>
32823 to see the available Editing and Navigation commands.
32825 &lt;End of help on this topic&gt;
32826 </BODY>
32827 </HTML>
32828 ====== h_config_bold_slctbl =====
32829 <HTML>
32830 <HEAD>
32831 <TITLE>OPTION: Bold</TITLE>
32832 </HEAD>
32833 <BODY>
32834 <H1>OPTION: Bold</H1>
32836 The color for this particular section may have the Bold attribute turned
32837 on or off.
32838 Setting bold will cause the characters to be bold.
32840 <A HREF="h_color_setup">Descriptions of the available commands</A>
32842 Look <A HREF="h_edit_nav_cmds">here</A>
32843 to see the available Editing and Navigation commands.
32845 &lt;End of help on this topic&gt;
32846 </BODY>
32847 </HTML>
32848 ====== h_config_kw_color =====
32849 <HTML>
32850 <HEAD>
32851 <TITLE>OPTION: Keyword Colors</TITLE>
32852 </HEAD>
32853 <BODY>
32854 <H1>OPTION: Keyword Colors</H1>
32856 Sets the colors Alpine uses for Keyword fields in the MESSAGE INDEX screen.
32857 Keywords are displayed as part of the Subject by default.
32858 They are also displayed as part of the Subject if the tokens
32859 &quot;SUBJKEY&quot;, &quot;SUBJKEYTEXT&quot;, &quot;SUBJKEYINIT&quot;, or &quot;SUBJKEYINITTEXT&quot; are used in the
32860 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
32861 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
32862 screen by using the &quot;KEY&quot; or &quot;KEYINIT&quot; tokens.
32864 For example, you might have set up a Keyword
32865 &quot;Work&quot; using the
32866 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
32867 You could cause that Keyword to show up as a special color
32868 by setting up the Keyword Color using this option, and then including it
32869 in the MESSAGE INDEX screen using one of the tokens listed above in the
32870 <!--#echo var="VAR_index-format"-->.
32872 <A HREF="h_color_setup">Descriptions of the available commands</A>
32874 Look <A HREF="h_edit_nav_cmds">here</A>
32875 to see the available Editing and Navigation commands.
32877 &lt;End of help on this topic&gt;
32878 </BODY>
32879 </HTML>
32880 ====== h_config_customhdr_color =====
32881 <HTML>
32882 <HEAD>
32883 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></TITLE>
32884 </HEAD>
32885 <BODY>
32886 <H1>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></H1>
32888 Sets the colors Alpine uses for specific header fields in the MESSAGE TEXT screen.
32889 For example, you may set the color of the Subject header or the From header.
32890 The foreground color is the color of the actual character and the
32891 background color is the color of the area behind the character.
32893 In addition to setting the colors for particular headers (like the Subject)
32894 you may also set a color to be used for all headers unless overridden by a
32895 more specific Viewer Header Color.
32896 To do this use the
32897 <A HREF="h_config_header_general_color">Header General Color</A>.
32899 For Header Colors,
32900 there is an additional line on the
32901 screen labeled &quot;Pattern to match&quot;.
32902 If you leave that blank, then the whole field for that header will
32903 be colored.
32904 However, if you give a pattern to match, the coloring will only take place
32905 if there is a match for that pattern in the value of the field.
32906 For example, if you are working on a color for the Subject header and
32907 you fill in a pattern of &quot;important&quot;, then only Subjects that
32908 contain the word &quot;important&quot; will be colored.
32910 If the pattern you enter is a comma-separated list of patterns, then coloring
32911 happens if any of those patterns matches.
32913 <A HREF="h_color_setup">Descriptions of the available commands</A>
32915 Look <A HREF="h_edit_nav_cmds">here</A>
32916 to see the available Editing and Navigation commands.
32918 &lt;End of help on this topic&gt;
32919 </BODY>
32920 </HTML>
32921 ====== h_config_indextoken_color =====
32922 <HTML>
32923 <HEAD>
32924 <TITLE>OPTION: <!--#echo var="VAR_index-token-colors"--></TITLE>
32925 </HEAD>
32926 <BODY>
32927 <H1>OPTION: <!--#echo var="VAR_index-token-colors"--></H1>
32929 This option allows you to set up the color in which any token, not specified by the
32930 previous options, will be colored in the MESSAGE INDEX screen. 
32932 In order to use this option, you must press the &quot;I&quot; <B>IndxHdr</B> command, and add
32933 a token that can be used in the index format. 
32934 The list of available tokens is <A HREF="h_index_tokens">here</A>.
32936 If you fail to enter a valid token your entry will be ignored, and you will be asked to
32937 enter a new one. Once you have entered a valid token, a line will be added to the
32938 configuration screen that you can use to set up the colors in which that token will
32939 be painted. This is done in the same way that you configure colors for other
32940 variables.
32942 <A HREF="h_color_setup">Descriptions of the available commands</A>
32944 Look <A HREF="h_edit_nav_cmds">here</A>
32945 to see the available Editing and Navigation commands.
32947 &lt;End of help on this topic&gt;
32948 </BODY>
32949 </HTML>
32950 ====== h_config_customhdr_pattern =====
32951 <HTML>
32952 <HEAD>
32953 <TITLE>OPTION: Viewer Header Color Pattern</TITLE>
32954 </HEAD>
32955 <BODY>
32956 <H1>OPTION: Viewer Header Color Pattern</H1>
32958 If you leave this blank, then the whole field for the header will
32959 be colored.
32960 If you give a pattern to match, the coloring will only take place
32961 if there is a match for that pattern in the value of the field.
32962 For example, if you are working on a color for the Subject header and
32963 you fill in a pattern of &quot;important&quot;, then only Subjects that
32964 contain the word &quot;important&quot; will be colored.
32966 For address headers (like From and To) and for the Newsgroups header,
32967 a pattern match will cause only the matched addresses or newsgroups to be
32968 colored.
32969 If there is no pattern to match, then all of the addresses or newsgroups
32970 in the relevant header will be colored.
32972 The matching pattern may be a comma-separated list of patterns to match
32973 instead of a single pattern.
32974 For example, you could use the pattern &quot;important,urgent&quot; which would
32975 cause a match if either the word &quot;important&quot; or the word
32976 &quot;urgent&quot; appeared in the value of the header.
32977 You could list several comma-separated email addresses in the Header
32978 From Color pattern so that those addresses will be colored when any of
32979 them appear in the From header.
32981 To add a new matching pattern or change the existing pattern use the 
32982 <!--chtml if pinemode="function_key"-->
32983 &quot;F4&quot;
32984 <!--chtml else-->
32985 &quot;C&quot;
32986 <!--chtml endif-->
32987 &quot;Change&quot; command that is available when the &quot;Pattern to
32988 match&quot; line is highlighted.
32990 <!--chtml if pinemode="function_key"-->
32991 &quot;F10&quot;
32992 <!--chtml else-->
32993 &quot;D&quot;
32994 <!--chtml endif-->
32995 &quot;Delete&quot; command may be used to quickly remove all patterns
32996 for a particular header.
32998 &lt;End of help on this topic&gt;
32999 </BODY>
33000 </HTML>
33001 ====== h_color_setup =====
33002 <HTML>
33003 <HEAD>
33004 <TITLE>SETUP COLOR COMMANDS</TITLE>
33005 </HEAD>
33006 <BODY>
33007 <H1>SETUP COLOR COMMANDS</H1>
33008 <!--chtml if pinemode="function_key"-->
33009 <PRE>
33010 Available Commands -- Group 1
33011 -------------------------------
33012 F1  Display this help text
33013 F2  Show other available commands
33014 F3  Exit to MAIN MENU
33015 F4  Select the highlighted foreground or background color
33016 F5  Move to previous line
33017 F6  Move to next line
33018 F7  Previous page
33019 F8  Next page
33020 F9  Add a config section for a header field
33021 F10 Restore all default colors (for all sections)
33022 F11 Print color configuration screen
33023 F12 Whereis (search for word)
33025 Available Commands -- Group 2
33026 -------------------------------
33027 F1  Display this help text
33028 F2  Show other available commands
33029 F5  Delete config section for highlighted header field
33030 F6  Shuffle the order of Header Color sections
33031 </PRE>
33032 <!--chtml else-->
33033 <PRE>
33034 General commands
33035 -------------------------------------------------
33036  ?  Display this help text     E  Exit back to MAIN MENU
33037  P  Previous Line              N  Next Line
33038  -  Previous page             Spc (space bar) Next page
33039  W  WhereIs (search for word)  %  Print color configuration screen
33041 Color Setup Commands
33042 ------------------------------------------------
33043  *  Select the highlighted foreground or background color
33044  A  Add a config section for a header field
33045  D  Delete config section for highlighted header field
33046  R  Restore all default colors (for all sections)
33047  $  Shuffle the order of Header Color sections
33048 </PRE>
33049 <!--chtml endif-->
33051 <H2>Description of the Setup Color Screen</H2>
33053 From this screen you may turn on color and set the colors of
33054 various parts of the Alpine display.
33055 For help on turning on color move your cursor into the Color Style section
33056 at the top of the Setup Color screen and ask for help.
33059 There are several sections in the Setup Color Screen.
33060 At the top are some settings that handle the style of color used
33061 with your terminal emulator (UNIX only), and some settings that
33062 control how the current indexline and the titlebar are colored.
33063 After that comes a long section called GENERAL COLORS that allows
33064 you to set the color of many elements in the Alpine screens.
33065 For example, the color of the titlebar, status messages,
33066 selectable links, quotes and signatures in messages, and so on.
33067 After that is a section called INDEX COLORS that allows you to
33068 set the colors of various pieces of the displayed index lines in
33069 the MESSAGE INDEX screen.
33070 The next section is HEADER COLORS. This is for coloring headers of
33071 messages in the MESSAGE TEXT screen in just about any way you would like.
33072 Finally, the KEYWORD COLORS section allows you to highlight
33073 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
33074 in the MESSAGE INDEX screen.
33077 To change a color, highlight the color you want to change (for example,
33078 the Status Color) by moving
33079 the cursor into it.
33080 You may want to read the help text for the color to see a brief desription
33081 of what you are coloring.
33082 Then press &quot;C&quot; for Change to set the color to something new.
33083 That will put you into a screen with two columns of colors, one for
33084 the foreground color and one for the background color.
33085 The foreground color is just the color you want the actual characters
33086 to be and the background color is the color of the rest of the rectangle
33087 behind the characters.
33088 Select the foreground and background colors desired by using the Next and
33089 Prev keys to highlight the color, and the * command to select it.
33091 To set a color to its default value, set the X in the Default line at
33092 the bottom of the list of colors.
33095 The HEADER COLORS section is a little bit different from the others.
33096 Besides coloring the specific fields that Alpine knows about, you may also
33097 color specific header fields when viewing a message in the MESSAGE TEXT
33098 screen.
33099 For example, you may color the Subject header a particular color.
33100 There are a few commands for use with headers.
33101 The &quot;AddHeader&quot; command adds a section to the color
33102 configuration screen that allows you to set the color for that header.
33103 You'll be asked for the name of the header field you want to color.
33104 If you wanted to color the Subject, you would answer
33105 with the word &quot;subject&quot;.
33106 Once you've added a header field, the color setting works just like the
33107 other color fields, except that there is an additional line on the
33108 configuration screen labeled &quot;Pattern to match&quot;.
33109 If you leave that blank, then the whole field for that header will always
33110 be colored.
33111 However, if you give a pattern to match, the coloring will only take place
33112 if there is a match for that pattern in the value of the field.
33113 For example, if you are working on a color for the Subject header and
33114 you fill in a pattern of &quot;important&quot;, then only Subjects that
33115 contain the word &quot;important&quot; will be colored.
33117 The &quot;DeleteHdr&quot; command removes a header section from the
33118 configuration altogether.
33119 The &quot;Shuffle&quot; command changes the order of header sections.
33120 This is only necessary if you use header sections with pattern fields.
33121 For example, if you have two Subject sections, one with one pattern and
33122 another with another pattern, and the subject for a particular message
33123 happens to match both, then the color from the first match is used.
33126 The command &quot;RestoreDefs&quot; will restore all of the default colors.
33127 Each section will change to the default value used for that section when
33128 color is first enabled.
33129 When you restore all default colors the color settings for the Header Colors
33130 will be unset (since that's the default), but the header fields you've
33131 added will remain so that you may easily reset them.
33132 In order to get rid of them completely you'd have to use
33133 the &quot;DeleteHdr&quot; command.
33136 Remember that <A HREF="h_rules_incols">Index Line Colors</A>
33137 may be set with matching rules and that is configured separately from
33138 the rest of the color settings described here.
33139 It is configured in the Setup/Rules/Indexcolors section of the configuration screen
33140 instead of in the Setup/Kolor section.
33142 <P><UL>
33143 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33144 </UL><P>
33145 &lt;End of help on this topic&gt;
33146 </BODY>
33147 </HTML>
33148 ====== h_config_news_uses_recent ======
33149 <HTML>
33150 <HEAD>
33151 <TITLE>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></TITLE>
33152 </HEAD>
33153 <BODY>
33154 <H1>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></H1>
33156 This feature causes certain messages to be marked as "New" in the
33157 MESSAGE INDEX of newsgroups.
33158 This feature is set by default.
33162 When opening a newsgroup, Alpine will consult your "newsrc" file and
33163 determine the last message you have previously disposed of via the "D"
33164 key.  If this feature is set, any subsequent messages will be shown in the
33165 Index with an "N", and the first of these messages will be highlighted.
33166 Although this is only an approximation of true "New" or "Unseen"
33167 status, it provides a useful cue to distinguish more-or-less recent
33168 messages from those you have seen previously, but are not yet ready to
33169 mark deleted.
33173 Background: your "newsrc" file (used to store message status information
33174 for newsgroups) is only capable of storing a single flag, and Alpine uses
33175 this to record whether or not you are "done with" a message, as
33176 indicated by marking the message as "Deleted".  Unfortunately, this
33177 means that Alpine has no way to record exactly which messages you have
33178 previously seen, so it normally does not show the "N" status flag for
33179 any messages in a newsgroup. This feature enables a starting
33180 *approximation* of seen/unseen status that may be useful.
33182 &lt;End of help on this topic&gt;
33183 </BODY>
33184 </HTML>
33185 ====== h_config_expose_hidden_config =====
33186 <HTML>
33187 <HEAD>
33188 <TITLE>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></TITLE>
33189 </HEAD>
33190 <BODY>
33191 <H1>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></H1>
33193 If set, this causes configuration options and features that are normally
33194 hidden from view to be editable in the Setup/Config screen.
33197 The purpose of this feature is to allow you to change configuration
33198 features and variables that are normally hidden.
33199 This is particularly useful if you are using a remote configuration,
33200 where it is difficult to edit the contents manually, but it may also be used
33201 on a local pinerc configuration file.
33203 If set, several configuration variables and features that are normally
33204 hidden from view will show up in the Setup/Configuration screen.
33205 They will be at the bottom of the configuration screen.
33206 You can find them by searching for the words &quot;hidden configuration&quot;.
33209 Note that this is an advanced feature that should be used with care.
33210 The reason that this part of the configuration is normally hidden is because
33211 there is a significant potential for causing problems if you change these
33212 variables.
33213 If something breaks after a change try changing it back to see if that is
33214 what is causing the problem.
33215 There are also some variables that are normally hidden because they are
33216 manipulated through Alpine in other ways.
33217 For example, colors are normally set using the Setup/Kolors screen and
33218 the &quot;<!--#echo var="VAR_address-book"-->&quot; variable is normally set using
33219 the Setup/AddressBooks screen, so there is little reason to edit these directly.
33220 The &quot;<!--#echo var="VAR_incoming-folders"-->&quot; variable is normally changed by using
33221 the Add, Delete, and Rename commands in the FOLDER LIST screen,
33222 and the &quot;<!--#echo var="VAR_last-time-prune-questioned"-->&quot; variable is normally used
33223 internally by Alpine and not set directly by the user.
33225 <UL>   
33226 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33227 </UL><P>
33228 &lt;End of help on this topic&gt;
33229 </BODY>
33230 </HTML>
33231 ====== h_config_disable_signature_edit =====
33232 <HTML>
33233 <HEAD>
33234 <TITLE>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></TITLE>
33235 </HEAD>
33236 <BODY>
33237 <H1>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></H1>
33239 If set, this disables the editing of signature files from within
33240 the Setup/Config screen.
33242 <UL>   
33243 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33244 </UL><P>
33245 &lt;End of help on this topic&gt;
33246 </BODY>
33247 </HTML>
33248 ====== h_config_disable_roles_templateedit =====
33249 <HTML>
33250 <HEAD>
33251 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></TITLE>
33252 </HEAD>
33253 <BODY>
33254 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></H1>
33256 If set, this disables the editing of template files within the
33257 Role setup screen.
33259 <UL>   
33260 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33261 </UL><P>
33262 &lt;End of help on this topic&gt;
33263 </BODY>
33264 </HTML>
33265 ====== h_config_disable_roles_sigedit =====
33266 <HTML>
33267 <HEAD>
33268 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></TITLE>
33269 </HEAD>
33270 <BODY>
33271 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></H1>
33273 If set, this disables the editing of signature files within the
33274 Role setup screen.
33276 <UL>   
33277 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33278 </UL><P>
33279 &lt;End of help on this topic&gt;
33280 </BODY>
33281 </HTML>
33282 ====== h_config_disable_roles_setup =====
33283 <HTML>
33284 <HEAD>
33285 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></TITLE>
33286 </HEAD>
33287 <BODY>
33288 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></H1>
33290 If set, this disables the Setup/Rules/Roles command.
33292 <UL>   
33293 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33294 </UL><P>
33295 &lt;End of help on this topic&gt;
33296 </BODY>
33297 </HTML>
33298 ====== h_config_disable_pipes_in_templates =====
33299 <HTML>
33300 <HEAD>
33301 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></TITLE>
33302 </HEAD>
33303 <BODY>
33304 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></H1>
33306 By default, if a template file name is followed by a vertical bar (|) then
33307 that causes the file to be executed to produce the text for the template.
33308 If this feature is set, then this is not allowed.
33310 <UL>   
33311 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33312 </UL><P>
33313 &lt;End of help on this topic&gt;
33314 </BODY>
33315 </HTML>
33316 ====== h_config_disable_pipes_in_sigs =====
33317 <HTML>
33318 <HEAD>
33319 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></TITLE>
33320 </HEAD>
33321 <BODY>
33322 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></H1>
33324 By default, if a signature file name is followed by a vertical bar (|) then
33325 that causes the file to be executed to produce the text for the signature.
33326 If this feature is set, then this is not allowed.
33328 <UL>   
33329 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33330 </UL><P>
33331 &lt;End of help on this topic&gt;
33332 </BODY>
33333 </HTML>
33334 ====== h_config_disable_password_cmd =====
33335 <HTML>
33336 <HEAD>
33337 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></TITLE>
33338 </HEAD>
33339 <BODY>
33340 <H1>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></H1>
33342 If set, then the Setup/Newpassword command is disabled.
33344 <UL>   
33345 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33346 </UL><P>
33347 &lt;End of help on this topic&gt;
33348 </BODY>
33349 </HTML>
33350 ====== h_config_disable_password_caching =====
33351 <HTML>
33352 <HEAD>
33353 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></TITLE>
33354 </HEAD>
33355 <BODY>
33356 <H1>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></H1>
33358 Normally, loginname/password combinations are cached in Alpine so that
33359 you do not have to enter the same password more than once in a session.
33360 A disadvantage to this approach is that the password must be stored in
33361 the memory image of the running Alpine in order that it can be re-used.
33362 In the event that Alpine crashes and produces a core dump, and that core
33363 dump is readable by others, the loginname and password could be read
33364 from the core dump.
33366 If this feature is set, then the passwords will not be cached and you
33367 will have to retype the password whenever Alpine needs it.
33368 Even with this feature set there is still some chance that the core
33369 file will contain a password, so care should be taken to make the
33370 core files unreadable.
33372 NOTE: If PASSFILE caching is enabled, this does not disable it.
33373 That is a separate and independent feature.
33374 <UL>   
33375 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33376 </UL><P>
33377 &lt;End of help on this topic&gt;
33378 </BODY>
33379 </HTML>
33380 ====== h_config_disable_password_file_saving =====
33381 <HTML>
33382 <HEAD>
33383 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-file-saving"--></TITLE>
33384 </HEAD>
33385 <BODY>
33386 <H1>FEATURE: <!--#echo var="FEAT_disable-password-file-saving"--></H1>
33388 This feature changes the behavior of Alpine when a login name and password combination
33389 for a specific server is not found in the password file. The default behavior is that
33390 Alpine will ask the user if they wish to save this information in the password file for future
33391 use. It is assumed that if a user created a password file it is because they intend
33392 to use it, but in some instances a user might want to save some passwords and not others.
33393 In this case, enabling this feature will make Alpine not add any more passwords to the
33394 password file and will only use the passwords that it already saved. If you wish to allow
33395 Alpine to save more passwords in the password file, disable this feature.
33397 <UL>   
33398 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33399 </UL><P>
33400 &lt;End of help on this topic&gt;
33401 </BODY>
33402 </HTML>
33403 ====== h_config_disable_kb_lock =====
33404 <HTML>
33405 <HEAD>
33406 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></TITLE>
33407 </HEAD>
33408 <BODY>
33409 <H1>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></H1>
33411 If set, then the Keyboard Lock command is removed from the MAIN MENU.
33413 <UL>   
33414 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33415 </UL><P>
33416 &lt;End of help on this topic&gt;
33417 </BODY>
33418 </HTML>
33419 ====== h_config_disable_config_cmd =====
33420 <HTML>
33421 <HEAD>
33422 <TITLE>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></TITLE>
33423 </HEAD>
33424 <BODY>
33425 <H1>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></H1>
33427 If set, then the Setup/Config screen is disabled.
33429 <UL>   
33430 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33431 </UL><P>
33432 &lt;End of help on this topic&gt;
33433 </BODY>
33434 </HTML>
33435 ====== h_config_allow_chg_from =====
33436 <HTML>
33437 <HEAD>
33438 <TITLE>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></TITLE>
33439 </HEAD>
33440 <BODY>
33441 <H1>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></H1>
33443 This feature affects Alpine's handling of the &quot;From:&quot; header field
33444 in the "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" configuration
33445 option.
33447 If this feature is set then the From line can be changed just like
33448 all the other header fields that can be changed.
33449 This feature defaults to <EM>ON</EM>.
33451 Even with this feature turned ON (the default) you will not be able 
33452 to change the From header unless you add it to your list of
33453 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>.
33454 You may also want to change the
33455 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
33456 if you want the From header to always show up in the composer without
33457 having to type the Rich Headers command first.
33459 Note that many sites restrict the use of this feature in order to
33460 reduce the chance of falsified addresses and misdirected mail.
33461 If you want to change the value of what gets included in the From header
33462 in messages you send
33463 look <A HREF="h_config_change_your_from">here</A> for a description.
33465 <UL>   
33466 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33467 </UL><P>
33468 &lt;End of help on this topic&gt;
33469 </BODY>
33470 </HTML>
33471 ====== h_config_disable_collate =====
33472 <HTML>
33473 <HEAD>
33474 <TITLE>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></TITLE>
33475 </HEAD>
33476 <BODY>
33477 <H1>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></H1>
33479 This is a hard to understand feature that should only be used in rare cases.
33480 Normally, the C function call
33482 <CENTER><SAMP>setlocale(LC_COLLATE, &quot;&quot;)</SAMP></CENTER>
33484 is used by Alpine.
33485 If you want to try turning it off,
33486 setting this feature will turn it off.
33487 This part of the locale has to do with the sort order
33488 of characters in your locale.
33490 <UL>   
33491 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33492 </UL><P>
33493 &lt;End of help on this topic&gt;
33494 </BODY>
33495 </HTML>
33496 ====== h_config_quell_attach_extra_prompt =====
33497 <HTML>
33498 <HEAD>
33499 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></TITLE>
33500 </HEAD>
33501 <BODY>
33502 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></H1>
33504 By default, when you attempt to view an attachment externally
33505 from the &quot;Attachment View&quot; screen, you are asked if you
33506 really want to view the selected attachment.
33509 If this feature is set, you will <B>not</B> be prompted to confirm
33510 your selection.  Prior to Alpine and to Pine 4.50, the default behavior was to not
33511 prompt. This feature was added for those wanting to preserve that
33512 behavior (along with 
33513 <A HREF="h_config_quell_attach_ext_warn"><!--#echo var="FEAT_quell-attachment-extension-warn"--></A>).
33516 <UL>   
33517 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33518 </UL><P>
33519 &lt;End of help on this topic&gt;
33520 </BODY>
33521 </HTML>
33522 ====== h_config_quell_attach_ext_warn =====
33523 <HTML>
33524 <HEAD>
33525 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></TITLE>
33526 </HEAD>
33527 <BODY>
33528 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></H1>
33531 This feature suppresses the extra warning you can get when trying
33532 to view an attachment for which there is no mime-type match.  Turning
33533 on this feature will just run the program according to extension
33534 instead of first warning the user that it will run according to the
33535 file's extension.
33537 This feature can be used along side 
33538 <A HREF="h_config_quell_attach_extra_prompt"><!--#echo var="FEAT_quell-attachment-extra-prompt"--></A>
33539 to preserve the behavior exhibited in Pine versions prior to Pine 4.50.
33541 <UL>   
33542 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33543 </UL><P>
33544 &lt;End of help on this topic&gt;
33545 </BODY>
33546 </HTML>
33547 ====== h_config_mailcap_params =====
33548 <HTML>
33549 <HEAD>
33550 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></TITLE>
33551 </HEAD>
33552 <BODY>
33553 <H1>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></H1>
33555 If set, this will allow mailcap named parameter substitution to occur
33556 in mailcap entries.
33557 By default, this is turned off to prevent security problems that may occur
33558 with some incorrect mailcap configurations.
33559 For more information, see RFC1524 and look for "named parameters" in the
33560 text of the RFC.
33562 <UL>   
33563 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33564 </UL><P>
33565 &lt;End of help on this topic&gt;
33566 </BODY>
33567 </HTML>
33568 ====== h_config_disable_shared =====
33569 <HTML>
33570 <HEAD>
33571 <TITLE>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></TITLE>
33572 </HEAD>
33573 <BODY>
33574 <H1>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></H1>
33576 If this feature is set, the automatic search for namespaces &quot;ftp&quot;,
33577 &quot;imapshared&quot;, and &quot;imappublic&quot; by the underlying library
33578 will be disabled.
33579 The reason this feature exists is because there are some implementations
33580 of system password lookup routines that are very slow when presented with
33581 a long loginname that does not exist.
33582 This feature could be set to prevent the delay at startup time when the
33583 names above are searched for in the password file.
33585 <UL>   
33586 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33587 </UL><P>
33588 &lt;End of help on this topic&gt;
33589 </BODY>
33590 </HTML>
33591 ====== h_config_hide_nntp_path =====
33592 <HTML>
33593 <HEAD>
33594 <TITLE>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></TITLE>
33595 </HEAD>
33596 <BODY>
33597 <H1>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></H1>
33599 Normally the Path header that Alpine generates when posting to a newsgroup
33600 contains the name of the computer from which the message is being sent and
33601 the user name.
33602 Some believe that this information is used by spammers.
33603 If this feature is set, that information will be replaced with the text
33605 <CENTER><SAMP>not-for-mail</SAMP></CENTER>
33607 instead.
33609 It should be noted that many servers being connected to will still reveal
33610 the information that this feature attempts to protect.
33612 <UL>   
33613 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33614 </UL><P>
33615 &lt;End of help on this topic&gt;
33616 </BODY>
33617 </HTML>
33618 ====== h_config_no_bezerk_zone =====
33619 <HTML>
33620 <HEAD>
33621 <TITLE>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></TITLE>
33622 </HEAD>
33623 <BODY>
33624 <H1>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></H1>
33626 POSIX mandates a timezone in UNIX mailbox format folder delimiters
33627 (the line that begins with From <SPACE>).
33628 Some versions of Berkeley mail have trouble with this, and don't recognize
33629 the line as a message delimiter.
33630 If this feature is set, the timezone will be left off the delimiter line.
33632 <UL>   
33633 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33634 </UL><P>
33635 &lt;End of help on this topic&gt;
33636 </BODY>
33637 </HTML>
33638 ====== h_config_quell_domain_warn =====
33639 <HTML>
33640 <HEAD>
33641 <TITLE>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></TITLE>
33642 </HEAD>
33643 <BODY>
33644 <H1>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></H1>
33646 When your configuration is set up so that your domain name contains no dots,
33647 it is usually a configuration error.
33648 By default, Alpine will warn you about this when you start it up.
33649 You will see a warning message that looks like
33652 <CENTER><SAMP>Incomplete maildomain &quot;&lt;domain&gt;&quot;.</SAMP></CENTER>
33655 If this feature is set, the warning is turned off.
33657 <UL>   
33658 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33659 </UL><P>
33660 &lt;End of help on this topic&gt;
33661 </BODY>
33662 </HTML>
33663 ====== h_config_quell_imap_env =====
33664 <HTML>
33665 <HEAD>
33666 <TITLE>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></TITLE>
33667 </HEAD>
33668 <BODY>
33669 <H1>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></H1>
33671 In the MESSAGE INDEX screen, if the open folder is being accessed
33672 using IMAP, Alpine normally tries to paint the index lines on the screen
33673 as soon as the information arrives from the IMAP server.
33674 This means that the index information makes it onto the screen more quickly
33675 than it otherwise would.
33676 This sometimes results in behavior that bothers some users.
33677 For example, when paging to a new page of the index, it may be possible for
33678 the lines to be painted on the screen in a random order, rather than from
33679 top to bottom.
33682 Setting this feature causes Alpine to wait for all of the information
33683 to be gathered before it paints the index screen.
33684 Once it collects all of the information, the screen will be painted quickly
33685 from top to bottom.
33687 <UL>   
33688 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33689 </UL><P>
33690 &lt;End of help on this topic&gt;
33691 </BODY>
33692 </HTML>
33693 ====== h_config_quell_news_env =====
33694 <HTML>
33695 <HEAD>
33696 <TITLE>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></TITLE>
33697 </HEAD>
33698 <BODY>
33699 <H1>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></H1>
33701 In the MESSAGE INDEX screen, if the open folder is being accessed
33702 using NNTP (News), Alpine normally tries to paint the index lines on the screen
33703 as soon as the information arrives from the NNTP server.
33704 This means that the index information makes it onto the screen more quickly
33705 than it otherwise would.
33706 This sometimes results in behavior that bothers some users.
33707 For example, when paging to a new page of the index, it may be possible for
33708 the lines to be painted on the screen in a random order, rather than from
33709 top to bottom.
33712 Setting this feature causes Alpine to wait for all of the information
33713 to be gathered before it paints the index screen.
33714 Once it collects all of the information, the screen will be painted quickly
33715 from top to bottom.
33717 <UL>   
33718 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33719 </UL><P>
33720 &lt;End of help on this topic&gt;
33721 </BODY>
33722 </HTML>
33723 ====== h_config_quell_content_id =====
33724 <HTML>
33725 <HEAD>
33726 <TITLE>FEATURE: <!--#echo var="FEAT_quell-content-id"--></TITLE>
33727 </HEAD>
33728 <BODY>
33729 <H1>FEATURE: <!--#echo var="FEAT_quell-content-id"--></H1>
33731 This feature changes the behavior of Alpine when sending messages.
33732 It is intended to work around a bug in Microsoft's Outlook XP mail user
33733 agent.
33734 As of this writing, Microsoft has acknowledged the bug but
33735 has not added it to the Knowledge Base.
33736 We have been told that there will be a post-SP1 hotfix for Outlook XP.
33737 This particular bug has bug fix number OfficeQFE:4781.
33738 The nature of the bug is that messages with attachments that
33739 contain a Content-ID header (which standard Alpine attachments do)
33740 do not show the attachment indicator (a paperclip) when viewed with
33741 Outlook XP.
33742 So the user has no indication that the message contains an attachment.
33745 If this feature is set then Alpine will remove most Content-ID headers
33746 before sending a message.
33747 If an attachment is of type MESSAGE, then the existing Content-ID headers
33748 inside the message will be left intact.
33749 This would only happen with Alpine if a message was forwarded as an attachment
33750 or if a message with a message attached was forwarded.
33751 Similarly if an attachment of type MULTIPART/ALTERNATIVE is forwarded,
33752 the Content-ID headers of the alternative parts will not be removed.
33755 Because the Content-ID header is a standard part of MIME it is possible
33756 that setting this feature will break something.
33757 For example, if an attachment has a Content-ID header that is necessary
33758 for the correct functioning of that attachment, it is possible that Alpine
33759 may remove that header when the attachment is forwarded.
33760 However, it seems fairly safe at this time.
33763 <UL>   
33764 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33765 </UL><P>
33766 &lt;End of help on this topic&gt;
33767 </BODY>
33768 </HTML>
33769 ====== h_config_winpos_in_config =====
33770 <HTML>
33771 <HEAD>
33772 <TITLE>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></TITLE>
33773 </HEAD>
33774 <BODY>
33775 <H1>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></H1>
33777 PC-Alpine only.
33780 Normally, PC-Alpine will store its window size and position in the
33781 Windows Registry.
33782 This is convenient if you want to use the same remote
33783 configuration from more than one PC.
33784 If you use multiple configuration files to start PC-Alpine, you may want
33785 to store the window size and position in the configuration file instead
33786 of in the Registry.
33787 Setting this feature causes the value to be stored in 
33788 <A HREF="h_config_window_position">Window-Position</A>.
33791 <UL>   
33792 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33793 </UL><P>
33794 &lt;End of help on this topic&gt;
33795 </BODY>
33796 </HTML>
33797 ====== h_config_quell_ssl_largeblocks =====
33798 <HTML>
33799 <HEAD>
33800 <TITLE>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></TITLE>
33801 </HEAD>
33802 <BODY>
33803 <H1>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></H1>
33805 PC-Alpine only.
33807 This feature changes the behavior of fetching messages
33808 and attachments so that the message data is fetched in chunks no larger
33809 than 12K bytes.
33810 This works around a bug in Microsoft's SSL/TLS support.
33811 Some versions of Microsoft SSL are not able to read full-sized (16K)
33812 SSL/TLS packets.
33813 Some servers will send such packets and this will
33814 cause PC-Alpine to crash with the error
33817 <CENTER><SAMP>incomplete SecBuffer exceeds maximum buffer size</SAMP></CENTER>
33820 Microsoft is aware of the problem and has developed a hotfix for it, it is
33821 discussed in article 300562 in the Microsoft Knowledge Base.
33823 <UL>   
33824 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33825 </UL><P>
33826 &lt;End of help on this topic&gt;
33827 </BODY>
33828 </HTML>
33829 ====== h_config_quell_partial =====
33830 <HTML>
33831 <HEAD>
33832 <TITLE>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></TITLE>
33833 </HEAD>
33834 <BODY>
33835 <H1>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></H1>
33837 Partial fetching is a feature of the IMAP protocol.
33838 By default, Alpine
33839 will use partial fetching when copying the contents of a message or attachment
33840 from the IMAP server to Alpine.
33841 This means that the fetch will be done in many
33842 small chunks instead of one big chunk. The main benefit of this approach is
33843 that the fetch becomes interruptible. That is, the user can type <EM>^C</EM>
33844 to stop the fetch early. In some cases partial fetching may cause a performance
33845 problem so that the fetching of data takes significantly longer when partial
33846 fetching is used. Turning on this feature will turn off partial fetching.
33848 <UL>   
33849 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33850 </UL><P>
33851 &lt;End of help on this topic&gt;
33852 </BODY>
33853 </HTML>
33854 ====== h_config_quell_personal_name_prompt =====
33855 <HTML>
33856 <HEAD>
33857 <TITLE>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></TITLE>
33858 </HEAD>
33859 <BODY>
33860 <H1>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></H1>
33862 PC-Alpine only.  This feature quells the prompting for a 
33863 <A HREF="h_config_pers_name">personal name</A>.  This
33864 prompt normally happens before composing a message, and only happens when
33865 there is no personal name already set.
33867 <UL>   
33868 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33869 </UL><P>
33870 &lt;End of help on this topic&gt;
33871 </BODY>
33872 </HTML>
33873 ====== h_config_quell_user_id_prompt =====
33874 <HTML>
33875 <HEAD>
33876 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></TITLE>
33877 </HEAD>
33878 <BODY>
33879 <H1>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></H1>
33881 PC-Alpine only.  This feature quells the prompting for a 
33882 <A HREF="h_config_user_id"><!--#echo var="VAR_user-id"--></A>
33883 if the information can be obtained from the login name used
33884 to open the INBOX.  Normally, this prompt happens before composing
33885 a message, and only happens when there is no user-id already set
33886 in the configuration.
33888 With this feature set, composing a message is only possible after
33889 establishing a connection to the INBOX.
33891 <UL>   
33892 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33893 </UL><P>
33894 &lt;End of help on this topic&gt;
33895 </BODY>
33896 </HTML>
33897 ====== h_config_save_aggregates =====
33898 <HTML>
33899 <HEAD>
33900 <TITLE>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></TITLE>
33901 </HEAD>
33902 <BODY>
33903 <H1>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></H1>
33905 This feature will optimize an aggregate copy operation, if
33906 possible, by issuing a single IMAP <EM>COPY</EM> command with a
33907 list of the messages to be copied.
33908 This feature is set by default.
33909 This may reduce network traffic and elapsed time for the Save.
33910 <EM>However, many IMAP servers (including the UW IMAP server) do
33911 not preserve the order of messages when this optimization is applied.</EM>
33912 If this feature is not set, 
33913 Alpine will copy each message individually and the order of the messages
33914 will be preserved.
33916 <UL>   
33917 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33918 </UL><P>
33919 &lt;End of help on this topic&gt;
33920 </BODY>
33921 </HTML>
33922 ====== h_config_use_system_translation =====
33923 <HTML>
33924 <HEAD>
33925 <TITLE>FEATURE: Use System Translation</TITLE>
33926 </HEAD>
33927 <BODY>
33928 <H1>FEATURE: Use System Translation</H1>
33930 UNIX Alpine only.
33932 Alpine normally uses its own internal software to convert between the multi-byte
33933 representation of characters and the Unicode representation of those
33934 same characters.
33935 It converts from the multi-byte characters your keyboard produces to Unicode,
33936 and from Unicode to the multi-byte characters your display expects.
33937 Alpine also uses its own internal software to decide how much space on
33938 the screen a particular Unicode character will occupy.
33941 Setting this feature tells Alpine to use the system-supplied routines to
33942 perform these tasks instead.
33943 In particular there are three tasks and three system routines that will
33944 be used for these tasks.
33947 To convert from multi-byte to Unicode the routine
33950 <CENTER><SAMP>mbstowcs</SAMP></CENTER>
33953 is used.
33954 To convert from Unicode to multi-byte the routine
33957 <CENTER><SAMP>wcrtomb</SAMP></CENTER>
33960 is used.
33961 And to find the screen width a particular Unicode character will
33962 occupy the routine used is
33965 <CENTER><SAMP>wcwidth</SAMP></CENTER>
33968 This feature has been only lightly tested.
33969 The internal routines should normally be used unless you run into
33970 a problem that you think may be solved by using the system routines.
33971 Note that your environment needs to be set up for these
33972 routines to work correctly.
33973 In particular, the LANG or LC_CTYPE variable in your environment will
33974 need to be set.
33977 <UL>   
33978 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33979 </UL><P>
33980 &lt;End of help on this topic&gt;
33981 </BODY>
33982 </HTML>
33983 ====== h_config_suspend_spawns =====
33984 <HTML>
33985 <HEAD>
33986 <TITLE>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></TITLE>
33987 </HEAD>
33988 <BODY>
33989 <H1>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></H1>
33991 This feature affects Alpine's behavior when process suspension is enabled
33992 and then activated via the Ctrl-Z key.  Alpine suspension allows one to
33993 temporarily interact with the operating system command &quot;shell&quot; 
33994 without
33995 quitting Alpine, and then subsequently resume the still-active Alpine session.
33998 When the <A HREF="h_config_can_suspend">&quot;<!--#echo var="FEAT_enable-suspend"-->&quot;</A> feature
33999 is set and subsequently the Ctrl-Z key
34000 is pressed, Alpine will normally suspend itself and return temporary control
34001 to Alpine's parent shell process.  However, if this feature is set, Alpine
34002 will instead create an inferior subshell process.  This is useful when the
34003 parent process is not intended to be used interactively.  Examples include
34004 invoking Alpine via the -e argument of the Unix &quot;xterm&quot; program, 
34005 or via a menu system.<P>
34007 Note that one typically resumes a suspended Alpine by entering the Unix
34008 &quot;fg&quot; command, but if this feature is set, it will be necessary to
34009 enter the &quot;exit&quot; command instead.
34011 <UL>   
34012 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34013 </UL><P>
34014 &lt;End of help on this topic&gt;
34015 </BODY>
34016 </HTML>
34017 ====== h_config_8bit_smtp =====
34018 <HTML>
34019 <HEAD>
34020 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></TITLE>
34021 </HEAD>
34022 <BODY>
34023 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></H1>
34025 This feature affects Alpine's behavior when sending mail.
34026 By default, this feature is set.
34027 Internet standards
34028 require that all electronic mail messages traversing the global Internet
34029 consist of 7bit ASCII characters unless a pair of cooperating mail 
34030 transfer agents explicitly agree to allow 8bit messages.  In general, 
34031 then, exchanging messages in non-ASCII characters requires MIME encoding.
34033 However, there are now Internet standards that allow for unencoded 8bit
34034 exchange of messages between cooperating systems.  When this feature is set
34035 Alpine will try to negotiate unencoded 8bit transmission during the
34036 sending process.  Should the negotiation fail, Alpine will fall back to its
34037 ordinary encoding rules. 
34039 Note, this feature relies on your system's mail transport agent or
34040 configured <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
34041 having the negotiation mechanism introduced in
34042 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
34043 &quot;8BITMIME&quot;. 
34045 ESMTP allows for graceful migration to upgraded mail transfer agents, but
34046 it is possible that this feature might cause problems for some servers. 
34047 <P><UL>
34048 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34049 </UL>
34050 <P>&lt;End of help on this topic&gt;
34051 </BODY>
34052 </HTML>
34053 ====== h_config_8bit_nntp =====
34054 <HTML>
34055 <HEAD>
34056 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></TITLE>
34057 </HEAD>
34058 <BODY>
34059 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></H1>
34061 This feature affects Alpine's behavior when posting news.  
34065 The Internet standard for exchanging USENET news messages (RFC-1036)
34066 specifies that USENET messages should conform to Internet mail standards
34067 and contain only 7bit characters, but much of the news transport software
34068 in use today is capable of successfully sending messages containing 8bit
34069 characters.  Hence, many people believe that it is appropriate to send 8bit
34070 news messages without any MIME encoding.
34074 Moreover, there is no Internet standard for explicitly negotiating 8bit
34075 transfer, as there is for Internet email.  Therefore, Alpine provides the
34076 option of posting unencoded 8bit news messages, though not as the default.
34077 Setting this feature will turn OFF Alpine's MIME encoding of newsgroup
34078 postings that contain 8bit characters. 
34082 Note, articles may cross a path or pass through news transport software
34083 that is unsafe or even hostile to 8bit characters.  At best this will only
34084 cause the posting to become garbled.  The safest way to transmit 8bit
34085 characters is to leave Alpine's MIME encoding turned on, but recipients
34086 who lack MIME-aware tools are often annoyed when they receive MIME-encoded 
34087 messages.
34089 &lt;End of help on this topic&gt;
34090 </BODY>
34091 </HTML>
34092 ====== h_config_mark_for_cc =====
34093 <HTML>
34094 <HEAD>
34095 <TITLE>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></TITLE>
34096 </HEAD>
34097 <BODY>
34098 <H1>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></H1>
34100 This feature affects Alpine's MESSAGE INDEX display.
34101 By default, a '+' is displayed in the first column if the
34102 message is addressed directly to you.
34103 When this feature is set and the message is not addressed to you, then a
34104 '-' character is displayed if the message is instead Cc'd directly
34105 to you.
34108 <UL>   
34109 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34110 </UL><P>
34111 &lt;End of help on this topic&gt;
34112 </BODY>
34113 </HTML>
34114 ====== h_config_tab_uses_unseen =====
34115 <HTML>
34116 <HEAD>
34117 <TITLE>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></TITLE>
34118 </HEAD>
34119 <BODY>
34120 <H1>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></H1>
34122 This feature affects Alpine's behavior when using the TAB
34123 <A HREF="h_common_nextnew">NextNew Command</A>
34124 to move from one folder to the next.
34125 Alpine's usual behavior is to search for folders
34126 with <EM>Recent</EM> messages in them.
34127 Recent messages are messages that have arrived since the last time the
34128 folder was opened.
34131 Setting this feature causes Alpine to search for <EM>Unseen</EM>
34132 messages instead of Recent messages.
34133 Unseen messages remain Unseen until you view them (or flag then as Seen with
34134 the <A HREF="h_common_flag">Flag Command</A>).
34135 Setting this feature allows you to locate messages you have not read
34136 instead of only recently received messages.
34137 When this feature is set, the feature
34138 <A HREF="h_config_fast_recent">&quot;<!--#echo var="FEAT_enable-fast-recent-test"-->&quot;</A>
34139 will have no effect, so the checking may be slower.
34142 Another reason why you might want to use this feature is that Alpine sometimes
34143 opens folders implicitly behind the scenes, and this clears the
34144 Recent status of all messages in the folder.
34145 One example where this happens is when Saving or filtering a
34146 message to another folder.
34147 If that message has some <A HREF="h_config_keywords">keywords</A>
34148 set, then because of some shortcomings
34149 in the IMAP specification, the best way to ensure that those keywords are
34150 still set in the saved copy of the message is to open the folder and
34151 set the keywords explicitly.
34152 Because this clears the Recent status of all messages in that folder the
34153 folder will not be found by the NextNew command unless this feature is set.
34156 &lt;End of help on this topic&gt;
34157 </BODY>
34158 </HTML>
34159 ====== h_config_tab_new_only =====
34160 <HTML>
34161 <HEAD>
34162 <TITLE>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></TITLE>
34163 </HEAD>
34164 <BODY>
34165 <H1>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></H1>
34167 This feature affects Alpine's behavior when using the TAB key to move from
34168 one message to the next.  Alpine's usual behavior is to select the next
34169 unread message or message flagged as "Important".
34173 Setting this feature causes Alpine to skip the messages flagged as important,
34174 and select unread messages exclusively.  Tab behavior when there are no
34175 new messages left to select remains unchanged.
34177 &lt;End of help on this topic&gt;
34178 </BODY>
34179 </HTML>
34180 ====== h_config_warn_if_subj_blank =====
34181 <HTML>
34182 <HEAD>
34183 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></TITLE>
34184 </HEAD>
34185 <BODY>
34186 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></H1>
34188 This feature affects Alpine's behavior when you send a message being
34189 composed.
34190 If this option is set, Alpine will check to see if the message about to be sent
34191 has a subject or not.
34192 If not, you will be asked if you want to send the message anyway.
34195 <UL>   
34196 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34197 </UL><P>
34198 &lt;End of help on this topic&gt;
34199 </BODY>
34200 </HTML>
34201 ====== h_config_warn_if_fcc_blank =====
34202 <HTML>
34203 <HEAD>
34204 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></TITLE>
34205 </HEAD>
34206 <BODY>
34207 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></H1>
34209 This feature affects Alpine's behavior when you send a message being
34210 composed.
34211 If this option is set, Alpine will check to see if the message about to be sent
34212 has an Fcc or not.
34213 If not, you will be asked if you want to send the message anyway.
34216 <UL>   
34217 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34218 </UL><P>
34219 &lt;End of help on this topic&gt;
34220 </BODY>
34221 </HTML>
34222 ====== h_config_warn_if_no_to_or_cc =====
34223 <HTML>
34224 <HEAD>
34225 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></TITLE>
34226 </HEAD>
34227 <BODY>
34228 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></H1>
34230 This feature affects Alpine's behavior when you send a message being
34231 composed.
34232 If this option is set, Alpine will check to see if the message about to be sent
34233 has either a To address, a Cc address, or a Newsgroup.
34234 If none of these is set,
34235 you will be asked if you want to send the message anyway.
34238 This feature is closely related to
34239 <A HREF="h_config_auto_fcc_only"><!--#echo var="FEAT_fcc-only-without-confirm"--></A>.
34240 Alpine will normally ask if you want to copy a message only to the Fcc.
34241 This feature also applies to cases where there is a Bcc but still no To, Cc,
34242 or Newsgroup.
34243 If the <!--#echo var="FEAT_fcc-only-without-confirm"--> feature is set and you are sending a
34244 message with only an Fcc, then you won't be asked about sending with
34245 a blank To and Cc and Newsgroups header even if this feature is set.
34246 Similarly, if you have already been asked if you want to send to the Fcc
34247 only and you have answered Yes, then you won't be asked again about sending with
34248 blank To, Cc, and Newsgroups headers even if this feature is set.
34251 <UL>   
34252 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34253 </UL><P>
34254 &lt;End of help on this topic&gt;
34255 </BODY>
34256 </HTML>
34257 ====== h_config_quell_dead_letter =====
34258 <HTML>
34259 <HEAD>
34260 <TITLE>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></TITLE>
34261 </HEAD>
34262 <BODY>
34263 <H1>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></H1>
34265 This feature affects Alpine's behavior when you cancel a message being
34266 composed.  Alpine's usual behavior is to write the canceled message to
34267 a file named 
34268 <!--chtml if pinemode="os_windows"-->
34269 &quot;DEADLETR&quot;,
34270 <!--chtml else-->
34271 &quot;dead.letter&quot; in your home directory,
34272 <!--chtml endif-->
34273 overwriting any previous message. Under
34274 some conditions (some routine), this can introduce a noticeable delay.
34275 Setting this feature will cause Alpine NOT to write canceled compositions
34276 into the file.
34278 NOTE: Enabling this feature means NO record of canceled messages is
34279 maintained.
34281 This feature affects the newer option
34282 <A HREF="h_config_deadlets"><!--#echo var="VAR_dead-letter-files"--></A>, which specifies the
34283 number of dead letter files to keep around.
34284 If this feature is set, then the <!--#echo var="VAR_dead-letter-files"--> option has no effect.
34286 <UL>   
34287 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34288 </UL><P>
34289 &lt;End of help on this topic&gt;
34290 </BODY>
34291 </HTML>
34292 ====== h_config_quell_beeps =====
34293 <HTML>
34294 <HEAD>
34295 <TITLE>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></TITLE>
34296 </HEAD>
34297 <BODY>
34298 <H1>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></H1>
34300 This feature affects Alpine's behavior when it displays status message
34301 (e.g., Error complaints, New mail warnings, etc).  Setting this feature
34302 will not affect the display of such messages, but will cause those that
34303 emit a beep to become silent.
34306 <UL>   
34307 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34308 </UL><P>
34309 &lt;End of help on this topic&gt;
34310 </BODY>
34311 </HTML>
34312 ====== h_config_suppress_user_agent =====
34313 <HTML>
34314 <HEAD>
34315 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></TITLE>
34316 </HEAD>
34317 <BODY>
34318 <H1>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></H1>
34320 If this feature is set then Alpine will not generate a
34321 <CODE>User-Agent</CODE> header in outgoing messages.
34323 <UL>   
34324 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34325 </UL><P>
34326 &lt;End of help on this topic&gt;
34327 </BODY>
34328 </HTML>
34329 ====== h_config_quell_lock_failure_warnings =====
34330 <HTML>
34331 <HEAD>
34332 <TITLE>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></TITLE>
34333 </HEAD>
34334 <BODY>
34335 <H1>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></H1>
34337 This feature affects Alpine's behavior when it encounters a problem
34338 acquiring a mail folder lock.  Typically, a secondary file associated
34339 with the mail folder being opened is created as part of the locking
34340 process.  On some systems, such file creation has been administratively
34341 precluded by the system configuration.
34343 Alpine issues a warning when such failures occur, which can become bothersome
34344 if the system is configured to disallow such actions.  Setting this
34345 feature causes Alpine to remain silent when this part of lock creation fails.
34347 WARNING: systems that have been configured in a way that precludes locking
34348 introduce some risk of mail folder corruption when more than one program
34349 attempts to modify the mail folder.  This is most likely to occur to one's
34350 INBOX or other incoming message folder. 
34352 See also <A HREF="h_info_on_locking">&quot;What Systems Managers Need to Know about Alpine File Locking&quot;</A>.
34354 <UL>   
34355 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34356 </UL><P>
34357 &lt;End of help on this topic&gt;
34358 </BODY>
34359 </HTML>
34360 ====== h_config_enable_role_take ======
34361 <HTML>
34362 <HEAD>
34363 <TITLE>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></TITLE>
34364 </HEAD>
34365 <BODY>
34366 <H1>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></H1>
34368 Normally, the Take command takes addresses from a message and helps you
34369 put them into your Address Book.
34370 If you use Rules for Indexcolors, Roles, Filtering, or Scoring;
34371 you may find it useful
34372 to be able to Take information from a message's headers and put it into
34373 a new Rule.
34374 When this feature is set, you will be given an extra prompt that gives
34375 you the choice to Take into the Address Book or Take into a rule.
34376 <P><UL>
34377 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34378 </UL>
34380 &lt;End of help on this topic&gt;
34381 </BODY>
34382 </HTML>
34383 ====== h_config_enable_take_export ======
34384 <HTML>
34385 <HEAD>
34386 <TITLE>FEATURE: <!--#echo var="FEAT_enable-take-export"--></TITLE>
34387 </HEAD>
34388 <BODY>
34389 <H1>FEATURE: <!--#echo var="FEAT_enable-take-export"--></H1>
34391 Normally, the Take command takes addresses from a message and helps you
34392 put them into your Address Book.
34393 When this feature is set, you will be given an extra prompt that gives you
34394 the choice to Take addresses into a file instead of your Address
34395 Book.
34396 Only the user@domain_name part of the address is put in the file.
34397 <P><UL>
34398 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34399 </UL>
34401 &lt;End of help on this topic&gt;
34402 </BODY>
34403 </HTML>
34404 ====== h_config_quell_folder_internal_msg ======
34405 <HTML>
34406 <HEAD>
34407 <TITLE>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></TITLE>
34408 </HEAD>
34409 <BODY>
34410 <H1>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></H1>
34412 This feature determines whether or not Alpine will create 
34413 &quot;pseudo messages&quot; in folders that are in standard Unix or 
34414 MMDF format. <P> 
34416 Alpine will normally create these pseudo messages when they are not already
34417 present in a standard Unix or MMDF folder.  Their purpose is to record
34418 certain mailbox state data needed for correct IMAP and POP server
34419 operation, and also for Alpine to be able to mark messages as Answered when
34420 the Reply has been postponed.<P>
34422 Sites that do not use IMAP/POP for remote mail access, and that need to
34423 support mail tools that are adversely affected by the presence of the
34424 pseudo-messages (e.g. some mail notification tools) may enable this
34425 feature to tell Alpine not to create them.  Note that Alpine's 
34426 &quot;Answered&quot; flag
34427 capability will be adversely affected if this is done.<P>
34429 Note too that, even if this feature is enabled, Alpine will not remove
34430 pseudo-messages when it encounters them (e.g. those created by UW's imapd
34431 or ipopd servers.) This feature has no effect on folders that are not in
34432 standard Unix or MMDF format, as pseudo-messages are not needed in the
34433 other formats to record mailbox state information.
34434 <P><UL>
34435 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34436 </UL>
34438 &lt;End of help on this topic&gt;
34439 </BODY>
34440 </HTML>
34441 ====== h_config_mulnews_as_typed ======
34442 <HTML>
34443 <HEAD>
34444 <TITLE>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></TITLE>
34445 </HEAD>
34446 <BODY>
34447 <H1>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></H1>
34449 This feature will be of little use to most users.
34450 It has no effect unless the feature
34451 <A HREF="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></A>
34452 is set.
34454 When the <!--#echo var="FEAT_enable-multiple-newsrcs"--> feature is set
34455 then the setting of this feature may have an effect on the names of the
34456 newsrc files used.
34457 Normally, the name of the news server will be canonicalized before it is
34458 used in the newsrc file name.
34459 For example, if you type the news server name
34462 <CENTER><SAMP>servername</SAMP></CENTER>
34465 it is likely that the canonical name will be something like
34468 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
34471 Or it may be the case that
34474 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
34477 is really an alias (a DNS CNAME) for
34480 <CENTER><SAMP>othername.example.com</SAMP></CENTER>
34483 If this feature is not set, then the canonicalized names will be used.
34484 If this feature is set, then the name you typed in (or put in your
34485 configuration) will be used.
34487 <P><UL>
34488 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34489 </UL>
34491 &lt;End of help on this topic&gt;
34492 </BODY>
34493 </HTML>
34494 ====== h_config_quell_empty_dirs ======
34495 <HTML>
34496 <HEAD>
34497 <TITLE>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></TITLE>
34498 </HEAD>
34499 <BODY>
34500 <H1>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></H1>
34502 This feature causes Alpine to remove from the display any directories
34503 that do not contain at least one file or directory.  This can be useful
34504 to prevent overly cluttered folder lists when a collection is stored on
34505 a server that treats all names as both a folder and a directory.
34508 Note, enabling this feature can cause surprising behavior!  For example,
34509 you can still use Add to create a directory, but unless you immediately
34510 enter that directory and create a folder, that newly created directory
34511 may not be displayed next time you enter the folder list.
34514 The description above is not quite correct.
34515 Only directories which potentially may hold messages are hidden if empty.
34516 That is, a directory which is really just a directory and is not selectable
34517 as a folder will not be hidden.
34518 Such directories can occur on servers that treat most names as both a folder
34519 and a directory.
34520 These directories are typically created implicitly when a folder is created
34521 inside a directory that does not yet exist.
34524 <UL>   
34525 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34526 </UL><P>
34527 &lt;End of help on this topic&gt;
34528 </BODY>
34529 </HTML>
34530 ====== h_config_termcap_wins =====
34531 <HTML>
34532 <HEAD>
34533 <TITLE>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></TITLE>
34534 </HEAD>
34535 <BODY>
34536 <H1>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></H1>
34538 This feature may affect Alpine's low-level input routines.  Termcap (or
34539 terminfo, depending on how your copy of Alpine was compiled and linked)
34540 is the name of the database that describes terminal capabilities.  In
34541 particular, it describes the sequences of characters that various keys
34542 will emit.
34545 An example would be the Up Arrow key on the keyboard.  Up
34546 Arrow is not a distinct character on most Unix systems.  When you press
34547 the Up Arrow key a short sequence of characters are produced.  This
34548 sequence is supposed to be described in the termcap database by the
34549 &quot;ku&quot; capability (or by the &quot;kcuu1&quot; capability if you
34550 are using terminfo instead of termcap).
34553 By default, Alpine defines some terminal
34554 escape sequences that are commonly used.  For example, the sequence
34555 &quot;ESC&nbsp;O&nbsp;A&quot; is recognized as an Up Arrow key.  The sequence
34556 &quot;ESC&nbsp;[&nbsp;A&quot;
34557 is also recognized as an Up Arrow key.  These are chosen because common
34558 terminals like VT100's or ANSI standard terminals produce these
34559 sequences when you press the Up Arrow key.
34562 If your system's termcap
34563 (terminfo) database assigns some other function to the sequence
34564 &quot;ESC&nbsp;O&nbsp;A&quot;
34565 it is usually ignored by Alpine.  Also, if your termcap (terminfo)
34566 database assigns a sequence that doesn't begin with an escape
34567 character (<SAMP>ESC</SAMP>) it is usually ignored by Alpine.
34568 This usually works fine
34569 because most terminals emit the escape sequences that Alpine has defined
34570 by default.  We have also found that it is usually better to have these
34571 defaults take precedence over the definitions contained in the database
34572 because the defaults are more likely to be correct than the database.
34575 There are some terminals where this breaks down.  If you want Alpine to
34576 believe the definitions given in your termcap (terminfo) database in
34577 preference to the defaults the Alpine itself sets up, then you may turn
34578 this feature on.  Then, sequences of characters that are defined in
34579 both termcap (terminfo) and in Alpine's set of defaults will be
34580 interpreted the way that termcap (terminfo) says they should be
34581 interpreted.  Also, if your terminal capabilities database assigns a
34582 sequence that doesn't begin with escape, it will not be ignored.
34585 <UL>   
34586 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34587 </UL><P>
34588 &lt;End of help on this topic&gt;
34589 </BODY>
34590 </HTML>
34591 ====== h_config_cruise_mode =====
34592 <HTML>
34593 <HEAD>
34594 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></TITLE>
34595 </HEAD>
34596 <BODY>
34597 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></H1>
34599 This feature affects Alpine's behavior when you hit the
34600 &quot;Space&nbsp;Bar&quot; at
34601 the end of a displayed message.  Typically, Alpine complains that the end
34602 of the text has already been reached.  Setting this feature causes such
34603 keystrokes to be interpreted as if the &quot;Tab&quot; key had been hit, thus
34604 taking you to the next &quot;interesting&quot; message,
34605 or scanning ahead to the 
34606 next incoming folder with &quot;interesting&quot; messages.
34609 <UL>   
34610 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34611 </UL><P>
34612 &lt;End of help on this topic&gt;
34613 </BODY>
34614 </HTML>
34615 ====== h_config_cruise_mode_delete =====
34616 <HTML>
34617 <HEAD>
34618 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></TITLE>
34619 </HEAD>
34620 <BODY>
34621 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></H1>
34623 This feature modifies the behavior of Alpine's 
34624 <A HREF="h_config_cruise_mode">&quot;<!--#echo var="FEAT_enable-cruise-mode"-->&quot;</A> feature.  
34625 Setting this feature causes Alpine to implicitly delete read
34626 messages when it moves on to display the next &quot;interesting&quot; message.
34628 NOTE: Beware when enabling this feature AND the 
34629 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A> 
34630 feature.
34632 <UL>   
34633 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34634 </UL><P>
34635 &lt;End of help on this topic&gt;
34636 </BODY>
34637 </HTML>
34638 ====== h_config_slash_coll_entire =====
34639 <HTML>
34640 <HEAD>
34641 <TITLE>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></TITLE>
34642 </HEAD>
34643 <BODY>
34644 <H1>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></H1>
34646 The slash (/) command is available from the MESSAGE INDEX screen when
34647 the folder is sorted by either Threads or OrderedSubject, and the
34648 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
34649 is set to something other than &quot;none&quot;.
34650 Normally, the slash command Collapses or Expands the subthread that
34651 starts at the currently highlighted message, if any.
34652 If this option is set, then the slash command Collapses or Expands the
34653 <EM>entire</EM> current thread instead of just the subthread.
34654 The current thread is simply the top-level thread that contains the
34655 current message.
34658 <UL>   
34659 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34660 </UL><P>
34661 &lt;End of help on this topic&gt;
34662 </BODY>
34663 </HTML>
34664 ====== h_config_color_thrd_import =====
34665 <HTML>
34666 <HEAD>
34667 <TITLE>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></TITLE>
34668 </HEAD>
34669 <BODY>
34670 <H1>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></H1>
34672 This option affects only the THREAD INDEX screen.
34673 Whether or not you ever see a THREAD INDEX screen depends on the setting
34674 of the configuration option
34675 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
34676 and on the sort order of the index.
34679 If a message within a thread is flagged as Important
34680 and this option is set, then
34681 the entire line in the THREAD INDEX will be colored the color of the
34682 Index-important Symbol, which can be set using the
34683 <A HREF="h_color_setup">Setup Kolor</A> screen.
34686 <UL>   
34687 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34688 </UL><P>
34689 &lt;End of help on this topic&gt;
34690 </BODY>
34691 </HTML>
34692 ====== h_config_allow_goto =====
34693 <HTML>
34694 <HEAD>        
34695 <TITLE>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></TITLE>
34696 </HEAD>
34697 <BODY>
34698 <H1>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></H1>
34700 This feature modifies the behavior of Alpine's file browser.  Setting this
34701 feature causes Alpine to offer the "G Goto" command in the file browser.
34702 That is the default.
34706 The Goto command allows you to explicitly type in the desired directory.
34708 &lt;End of help on this topic&gt;
34709 </BODY></HTML>
34710 ====== h_config_add_ldap =====
34711 <HTML>
34712 <HEAD>
34713 <TITLE>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></TITLE>
34714 </HEAD>
34715 <BODY>
34716 <H1>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></H1>
34718 If both the Directory option
34719 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>  
34720 and this feature are set,
34721 then when an implicit directory lookup is done from the
34722 composer you will automatically be prompted to add the result of the
34723 directory lookup to your address book.
34725 <UL>   
34726 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34727 </UL><P>
34728 &lt;End of help on this topic&gt;
34729 </BODY>
34730 </HTML>
34731 ===== h_patterns_compat_behavior =====
34732 <HTML>
34733 <HEAD>
34734 <TITLE>Rules Behavior Changes in Pine 4.50</TITLE>
34735 </HEAD>
34736 <BODY>
34737 <H1>Rules Behavior Changes in Pine 4.50</H1>
34739 In Alpine, Rules that contain unrecognized elements
34740 are ignored.
34741 In most cases, the unrecognized elements will be something that was
34742 added as a new Rules feature in a later version of Alpine.
34743 In versions of Pine <EM>prior</EM> to 4.50, Pine did <EM>not</EM>
34744 ignore rules that contained unrecognized elements.
34745 For example, a new element of Rules that was added in Pine 4.50 is
34746 Age interval.
34747 Suppose you add an Indexcolor rule, using version Pine 4.50 or later, that colors
34748 all messages older than a week red.
34749 Now, if you run Pine 4.44 using that same configuration file, it will not
34750 recognize the Age interval and so will just ignore it.
34751 That means that all messages will match that rule so all messages will
34752 be colored red when using Pine version 4.44.
34755 This behavior was considered a bug so it is fixed in Alpine and Pine 4.50 and later.
34756 However, since the behavior still exists in versions prior to Pine 4.50 and
34757 since Filtering is a potentially destructive operation, another measure
34758 was taken to attempt to avoid unintentional Filtering of messages.
34759 The first time that you run Alpine or a Pine that is version 4.50 or greater,
34760 the rules in your Filters configuration variable (&quot;Patterns-Filters&quot;)
34761 will be copied to a new Filters configuration variable
34762 with a different name (&quot;Patterns-Filters2&quot;).
34763 From then on, Alpine will continue to use the new
34764 variable.
34765 Of course, Pine version 4.44 or lower will continue to use the old
34766 variable.
34767 That means that if you are using Alpine
34768 and also using a version of Pine that is older than 4.50, they will not
34769 share the configuration information about Filters.
34770 If you make a change in one version you won't see it in the other version.
34773 Since Scoring can be used to trigger Filtering, the same thing has been
34774 done for Score rules.
34775 The old configuration variable name is (&quot;Patterns-Scores&quot;)
34776 and the new name is (&quot;Patterns-Scores2&quot;).
34777 The same is not true of Role, Indexcolor, and Other rules that are
34778 thought to be less harmful when a mistake is made.
34781 &lt;End of help on this topic&gt;
34782 </BODY>
34783 </HTML>
34784 ======= h_config_filt_opts_sentdate =======
34785 <HTML>
34786 <HEAD>
34787 <TITLE>PATTERN FEATURE: Use-Date-Header-For-Age</TITLE>
34788 </HEAD>
34789 <BODY>
34790 <H1>PATTERN FEATURE: Use-Date-Header-For-Age</H1>
34792 By default, the Age interval of a Pattern uses a message's time of
34793 arrival to compute the age of the message.
34794 If this feature is set, the date in the message's Date header will
34795 be used instead.
34797 &lt;End of help on this topic&gt;
34798 </BODY>
34799 </HTML>
34800 ======= h_config_filt_opts_notdel =======
34801 <HTML>
34802 <HEAD>
34803 <TITLE>FILTER FEATURE: Move-Only-if-Not-Deleted</TITLE>
34804 </HEAD>
34805 <BODY>
34806 <H1>FILTER FEATURE: Move-Only-if-Not-Deleted</H1>
34808 If this option is set then a message will be moved into the
34809 specified folder only if it is not marked for deletion.
34810 This is useful if you have multiple Alpine sessions running
34811 simultaneously and you don't want messages to be filtered into a
34812 folder more than once.
34813 It is also useful if you want to filter
34814 only the &quot;undeleted&quot; messages in a newsgroup into a folder.
34815 This method is not foolproof.
34816 There may be cases where a message
34817 gets marked deleted and so it is never filtered into the folder.
34818 For example, if you deleted it in another Alpine session or another mail
34819 program that didn't use the filtering rule.
34821 This option has no effect if the Filter Action is not set to Move.
34823 &lt;End of help on this topic&gt;
34824 </BODY>
34825 </HTML>
34826 ======= h_config_filt_opts_nonterm =======
34827 <HTML>
34828 <HEAD>
34829 <TITLE>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</TITLE>
34830 </HEAD>
34831 <BODY>
34832 <H1>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</H1>
34834 If this option is set then this is a non-terminating rule.
34835 Usually, for each message, Alpine searches through the Filter Rules until
34836 a match is found and then it performs the action associated with that rule.
34837 Rules following the match are not considered.
34838 If this option is set then the search for matches will continue at the next
34839 rule.
34841 If a non-terminating rule matches then the actions associated with
34842 that rule, except for any implied deletion of the message, are performed
34843 before the match for the next rule is checked.
34844 For example, if the non-terminating rule sets the Important status, then that
34845 status will be set when the next rule is considered.
34846 However, if the non-terminating rule Moves the message, the message will
34847 actually be copied instead of copied and deleted so that it is still there
34848 for the next rule.
34849 A moved message is deleted after all the relevant rules have been checked.
34850 The name of the &quot;Move&quot; action is confusing in this case because
34851 a single message can be moved to more than one folder.
34852 It turns the Move into a Copy instead, but it is still followed by a deletion
34853 at the end.
34855 This option may be useful if you want to have a single message filtered to
34856 two different folders because it matches two different Patterns.
34857 For example, suppose you normally filter messages to a particular mailing
34858 list into one folder, and messages addressed directly to you into a second
34859 folder.
34860 If a message is sent to both you and the list (and you can tell that by
34861 looking at the headers of the message) this option may give you a convenient
34862 way to capture a copy to each folder.
34863 (It may also cause you to capture two copies to each folder,
34864 depending on whether your mail system delivers one or two copies of the
34865 message to you and on how the list works.)
34867 &lt;End of help on this topic&gt;
34868 </BODY>
34869 </HTML>
34870 ===== h_mainhelp_smime ======
34871 <HTML>
34872 <HEAD>
34873 <TITLE>S/MIME Overview</TITLE>
34874 </HEAD>
34875 <BODY>
34876 <H1>S/MIME Overview</H1>
34878 S/MIME is a standard for the public key encryption and signing of email.
34879 UNIX Alpine contains a basic implementation of S/MIME based on
34880 the <A HREF="http://www.openssl.org/">OpenSSL</A> libraries.
34881 To check if this version of Alpine supports S/MIME look at
34882 <A HREF="X-Alpine-Config:">Supported Options in this Alpine</A> and look
34883 for &quot;S/MIME&quot; under the &quot;Encryption&quot; heading.
34885 Some limitations:
34886 <UL>
34887    <LI> There is no PC-Alpine implementation.
34888    <LI> There is no provision for checking for CRLs
34889         (Certificate Revocation Lists) in Alpine.
34890    <LI> This built-in S/MIME implementation is not compatible with and does not help with PGP.
34891    <LI> There is no mechanism available for feeding either an entire incoming
34892         or an entire outgoing message to an external
34893         filter and using that external filter to do S/MIME or PGP processing.
34894    <LI> Because the implementation currently uses OpenSSL, there is only a very
34895         limited integration with the Mac OS Keychain (the storing and access of
34896         public certificates).
34897 </UL>
34899 The S/MIME configuration screen is reached by going to the Main Menu and typing
34900 the &quot;S&nbsp;Setup&quot; command followed by &quot;M&nbsp;S/MIME&quot;.
34903 <H2>S/MIME BASICS</H2>
34905 In order to digitally sign messages you send you must have a public/private key-pair.
34906 This may be obtained from a public Certificate Authority (CA) such as Thawte, Verisign, Comodo,
34907 or GoDaddy; or from a smaller CA such as a university which provides certificates for its
34908 users or a company which provides certificates for its workers.
34909 These certificates are bound to an email address, so the identity being verified is the
34910 email address not a person's name.
34912 Mail is signed by using the sender's private key, which only the owner of the private key
34913 has access to.
34914 The signature is verified using the signer's public key, which anyone can
34915 have access to.
34916 With Alpine, the first time you receive a signed message the public key of the
34917 sender will be stored for future use.
34920 Mail is encrypted using the recipient's public key and decrypted by
34921 the recipient with their private key.
34924 You need a key of your own in order to sign outgoing messages and to have others
34925 encrypt messages sent to you.
34926 You do not need a key of your own to verify signed messages sent by others or to
34927 encrypt messages sent to others.
34929 <H2>ALPINE S/MIME CERTIFICATE STORAGE</H2>
34931 By default UNIX Alpine stores the certificates it uses in a directory in your
34932 home directory.
34933 The directory name is
34935 <CENTER><SAMP>.alpine-smime</SAMP></CENTER>
34937 Within that directory are three subdirectories.
34938 Each of the three subdirectories contains files with PEM-encoded contents,
34939 the default format for OpenSSL.
34940 The &quot;<SAMP>public</SAMP>&quot; directory contains public certificates.
34941 The files within that directory have names that are email addresses with the
34942 suffix &quot;<SAMP>.crt</SAMP>&quot; appended.
34943 An example filename is
34945 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
34947 The &quot;<SAMP>private</SAMP>&quot; directory contains private keys, probably just one for
34948 your private key.
34949 These are also email addresses but with the suffix &quot;<SAMP>.key</SAMP>&quot; instead.
34950 The third directory is &quot;<SAMP>ca</SAMP>&quot; and it contains certificates for any Certificate
34951 Authorities that you want to trust but that aren't contained in the set of system CAs.
34952 Those files may have arbitrary names as long as they end with the
34953 suffix &quot;<SAMP>.crt</SAMP>&quot;.
34955 <H2>HOW TO SIGN AND ENCRYPT</H2>
34957 If you have a certificate you may sign outgoing messages.
34958 After typing the Ctrl-X command to send a message you will see the prompt
34960 <CENTER><SAMP>Send message?</SAMP></CENTER>
34962 Available subcommands include &quot;G&nbsp;Sign&quot; and &quot;E&nbsp;Encrypt&quot;.
34963 Typing the &quot;G&quot; command will change the prompt to
34965 <CENTER><SAMP>Send message (Signed)?</SAMP></CENTER>
34967 Typing the &quot;E&quot; command will change the prompt to
34969 <CENTER><SAMP>Send message (Encrypted)?</SAMP></CENTER>
34971 You may even type both to get
34973 <CENTER><SAMP>Send message (Encrypted, Signed)?</SAMP></CENTER>
34976 <H2>HOW TO READ SIGNED OR ENCRYPTED MESSAGES</H2>
34978 The reading of a signed message should not require any special action on
34979 your part.
34980 There should be an editorial addition at the start of the message which
34981 says either
34983 <CENTER><SAMP>This message was cryptographically signed.</SAMP></CENTER>
34987 <CENTER><SAMP>This message was cryptographically signed but the signature could not be verified.</SAMP></CENTER>
34989 If an encrypted message is sent to you the encrypted text will not
34990 be shown.
34991 You will have to type the &quot;Ctrl-D&nbsp;Decrypt&quot; command (from the screen where
34992 you are viewing the message) and supply your passphrase when asked.
34994 For a signed or encrypted message there is also a &quot;Ctrl-E&nbsp;Security&quot; command
34995 which gives you some information about the certificate used to sign or encrypt the message.
34997 <H2>MISCELLANEOUS</H2>
34999 If you have access to a private certificate in the PKCS12 format, which 
35000 would sometimes be in a file with a &quot;.p12&quot; extension, then you can 
35001 use the following commands to generate private keys, public and certificate
35002 authorities certificates. In the examples below, we assume that the 
35003 certificate in the p12 format is called &quot;certificate.p12&quot;, and 
35004 that your email address is &quot;your@address.com&quot;.
35007 In order to create a private key use the command
35009 <CENTER><SAMP>openssl pkcs12 -in certificate.p12 -out your@address.com.key</SAMP></CENTER>
35011 In order to create a public certificate use the command
35013 <CENTER><SAMP>
35014 openssl pkcs12 -in certificate.p12 -clcerts -nokeys -out your@address.com.crt
35015 </SAMP></CENTER>
35017 In order to create a certificate authority certificate use the command
35019 <CENTER><SAMP>
35020 openssl pkcs12 -in certificate.p12 -cacerts -nokeys -out certificate-ca.crt 
35021 </SAMP></CENTER>
35023 <P> If the previous command produces an empty file, it means that the 
35024 certificate authority was not included in the .p12 file, so you will have 
35025 to get it from some other sources. You will need these certificates, so 
35026 that you can validate correctly signatures.
35029 After you have exported these certificates and keys, you can  use the import 
35030 command in Alpine, from the S/MIME configuration screen,
35031 to import these certificates into Alpine. They will be available for use
35032 as soon as you import them.
35034 &lt;End of help on this topic&gt;
35035 </BODY>
35036 </HTML>
35037 ====== h_config_smime_pubcertdir =====
35038 <HTML>
35039 <HEAD>
35040 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></TITLE>
35041 </HEAD>
35042 <BODY>
35043 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></H1>
35045 UNIX Alpine only.
35047 If the option
35048 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
35049 is set then this option will have no effect.
35051 Normally, Public Certificates for use with S/MIME will be stored in the directory
35052 which is the value of this option.
35053 Those certificates will be stored in PEM format, one certificate per file.
35054 The name of the file for the certificate corresponding to
35056 <CENTER><SAMP>emailaddress</SAMP></CENTER>
35058 should be
35060 <CENTER><SAMP>emailaddress.crt</SAMP></CENTER>
35062 For example, a file for user@example.com would be in the file
35064 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
35066 in this directory.
35068 Use the Setup/SMIME screen to modify this variable.
35070 Typically, the public certificates that you have will come from S/MIME signed
35071 messages that are sent to you.
35072 Alpine will extract the public certificate from the signed message and store
35073 it in the certificates directory.
35074 These PEM format public certificates look something like:
35075 <PRE>
35076 -----BEGIN CERTIFICATE-----
35077 MIIFvTCCBKWgAwIBAgIQD4fYFHVI8T20yN4nus097DANBgkqhkiG9w0BAQUFADCB
35078 rjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2Ug
35079 Q2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExho
35081 2b9KGqDyMWW/rjNnmpjzjT2ObGM7lRA8lke4FLOLajhrz4ogO3b4DFfAAM1VSZH8
35082 D6sOwOLJZkLY8FRsfk63K+2EMzA2+qAzMKupgeTLqXIf
35083 -----END CERTIFICATE-----
35084 </PRE>
35086 <UL>   
35087 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35088 </UL><P>
35090 <UL>   
35091 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35092 </UL><P>
35093 &lt;End of help on this topic&gt;
35094 </BODY>
35095 </HTML>
35096 ====== h_config_smime_pubcertcon =====
35097 <HTML>
35098 <HEAD>
35099 <TITLE>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></TITLE>
35100 </HEAD>
35101 <BODY>
35102 <H1>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></H1>
35104 UNIX Alpine only.
35106 If this option is set it will be used instead of
35107 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
35109 This option gives you a way to store certificates remotely on an IMAP server
35110 instead of storing the certificates one per file locally.
35111 In order to do that you just give this option a remote folder name for a folder
35112 which does not yet exist.
35113 The name is similar to the name you might use for a remote configuration file.
35114 A remote folder name might look something like:
35116 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/publiccerts</SAMP></CENTER>
35119 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
35120 about the syntax of folder names.
35122 Use the Setup/SMIME screen to modify this variable.
35124 <UL>   
35125 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35126 </UL><P>
35128 <UL>   
35129 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35130 </UL><P>
35131 &lt;End of help on this topic&gt;
35132 </BODY>
35133 </HTML>
35134 ====== h_config_smime_privkeydir =====
35135 <HTML>
35136 <HEAD>
35137 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></TITLE>
35138 </HEAD>
35139 <BODY>
35140 <H1>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></H1>
35142 UNIX Alpine only.
35144 In order to sign outgoing S/MIME messages you will need a
35145 personal digital ID certificate.
35146 You will usually get such a certificate from a certificate authority such as
35147 Thawte or CAcert.
35148 (In order to encrypt outgoing messages you don't need a personal digital ID, you
35149 need the public certificate of the recipient instead.)
35150 If the option
35151 <A HREF="h_config_smime_privkeycon"><!--#echo var="VAR_smime-private-key-container"--></A>
35152 is set then this option will have no effect.
35154 Normally, Private Keys for use with S/MIME will be stored in the directory
35155 which is the value of this option.
35156 Those certificates will be stored in PEM format, one certificate per file.
35157 The name of the file for the certificate corresponding to your
35159 <CENTER><SAMP>emailaddress</SAMP></CENTER>
35161 should be
35163 <CENTER><SAMP>emailaddress.key</SAMP></CENTER>
35165 For example, if your address is user@example.com the name of the file would be
35167 <CENTER><SAMP>user@example.com.key</SAMP></CENTER>
35169 in this directory.
35171 Use the Setup/SMIME screen to modify this variable.
35173 Typically, the private key that you have will come from a Certificate
35174 Authority.
35175 The private key should be stored in a PEM format file that
35176 looks something like:
35177 <PRE>
35178 -----BEGIN RSA PRIVATE KEY-----
35179 Proc-Type: 4,ENCRYPTED
35180 DEK-Info: DES-EDE3-CBC,2CBD328FD84CF5C6
35182 YBEXYLgLU9NJoc1V+vJ6UvcF08RX54S6jXsmgL0b5HGkudG6fhnmHkH7+UCvM5NI
35183 SXO/F8iuZDfs1VGG0NyitkFZ0Zn2vfaGovBvm15gx24b2xnZDLRB7/bNZkurnK5k
35184 VjAjZ2xXn2hFp2GJwqRdmxYNqsKGu52B99oti5HUWuZ2GFRaWjn5hYOqeApZE2uA
35186 oSRqfI51UdSRt0tmGhHeTvybUVrHm9eKft8TTGf+qSBqzSc55CsmoVbRzw4Nfhix
35187 m+4TJybNGNfAgOctSkEyY/OCb49fRRQTCBZVIhzLGGmpYmkO55HbIA==
35188 -----END RSA PRIVATE KEY-----
35189 </PRE>
35191 <UL>   
35192 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35193 </UL><P>
35195 <UL>   
35196 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35197 </UL><P>
35198 &lt;End of help on this topic&gt;
35199 </BODY>
35200 </HTML>
35201 ====== h_config_smime_privkeycon =====
35202 <HTML>
35203 <HEAD>
35204 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-container"--></TITLE>
35205 </HEAD>
35206 <BODY>
35207 <H1>OPTION: <!--#echo var="VAR_smime-private-key-container"--></H1>
35209 UNIX Alpine only.
35211 If this option is set it will be used instead of
35212 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
35214 This option gives you a way to store keys remotely on an IMAP server
35215 instead of storing the keys one per file locally.
35216 In order to do that you just give this option a remote folder name for a folder
35217 which does not yet exist.
35218 The name is similar to the name you might use for a remote configuration file.
35219 A remote folder name might look something like:
35221 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/privatekeys</SAMP></CENTER>
35224 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
35225 about the syntax of folder names.
35227 Use the Setup/SMIME screen to modify this variable.
35229 <UL>   
35230 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35231 </UL><P>
35233 <UL>   
35234 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35235 </UL><P>
35236 &lt;End of help on this topic&gt;
35237 </BODY>
35238 </HTML>
35239 ====== h_config_smime_cacertdir =====
35240 <HTML>
35241 <HEAD>
35242 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></TITLE>
35243 </HEAD>
35244 <BODY>
35245 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></H1>
35247 UNIX Alpine only.
35249 If the option
35250 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>
35251 is set then this option will have no effect.
35253 CACert is a shorthand name for certification authority certificate.
35254 Normally Alpine will use the CACerts that are located in the standard system
35255 location for CACerts.
35256 It may be the case that one of your correspondents has a Digital ID which has
35257 been signed by a certificate authority that is not in the regular set of system certificate
35258 authorities.
35259 You may supplement the system list by adding further certificates of your own.
35260 These should  be stored in the directory
35261 which is the value of this option.
35262 The certificates will be stored in PEM format, one certificate per file.
35263 The names of the files can be anything ending in &quot;.crt&quot;.
35265 Use the Setup/SMIME screen to modify this variable.
35267 These PEM format CA certificates look very similar to your public
35268 certificates for particular email addresses
35269 (<A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>).
35271 <UL>   
35272 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35273 </UL><P>
35275 <UL>   
35276 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35277 </UL><P>
35278 &lt;End of help on this topic&gt;
35279 </BODY>
35280 </HTML>
35281 ====== h_config_smime_cacertcon =====
35282 <HTML>
35283 <HEAD>
35284 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></TITLE>
35285 </HEAD>
35286 <BODY>
35287 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></H1>
35289 UNIX Alpine only.
35291 If this option is set it will be used instead of
35292 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
35294 This option gives you a way to store certificates remotely on an IMAP server
35295 instead of storing the certificates one per file locally.
35296 In order to do that you just give this option a remote folder name for a folder
35297 which does not yet exist.
35298 The name is similar to the name you might use for a remote configuration file.
35299 A remote folder name might look something like:
35301 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/cacerts</SAMP></CENTER>
35304 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
35305 about the syntax of folder names.
35307 Use the Setup/SMIME screen to modify this variable.
35309 <UL>   
35310 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35311 </UL><P>
35313 <UL>   
35314 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35315 </UL><P>
35316 &lt;End of help on this topic&gt;
35317 </BODY>
35318 </HTML>
35319 ========== h_config_smime_sign_by_default ==========
35320 <HTML>
35321 <HEAD>
35322 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></TITLE>
35323 </HEAD>
35324 <BODY>
35325 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></H1>
35327 UNIX Alpine only.
35329 This feature only has an effect if your version of Alpine includes
35330 support for S/MIME.
35331 It affects Alpine's behavior when you send a message.
35332 If this option is set, the &quot;Sign&quot; option will default to ON when sending messages.
35334 Only the default value is affected.
35335 In any case, you may still toggle the Signing option on or off before sending
35336 with the &quot;G Sign&quot; command (provided you have a personal digital ID
35337 certificate).
35339 <UL>   
35340 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35341 </UL><P>
35344 <UL>   
35345 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35346 </UL><P>
35347 &lt;End of help on this topic&gt;
35348 </BODY>
35349 </HTML>
35350 ========== h_config_smime_use_cert_store ==========
35351 <HTML>
35352 <HEAD>
35353 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></TITLE>
35354 </HEAD>
35355 <BODY>
35356 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></H1>
35358 UNIX Alpine only.
35360 This feature only has an effect if your version of Alpine includes
35361 support for S/MIME.
35362 It affects Alpine's behavior when you validate a message, and should
35363 not be disabled, unless you are performing a test.
35365 There are two important aspects of validation: validation of the message
35366 (that is, the message was not modified after it was sent) 
35367 as well as validation of the identity of the sender. This option has to 
35368 do with the latter. 
35370 In order to validate that the message came from the sender in the message
35371 and not an impersonator, Alpine can 
35372 either use the certificates that come in the message, or the ones that 
35373 you have personally stored. If this feature is enabled (the default) then 
35374 Alpine will use certificates that you have already saved in your store 
35375 and not those that come in the message to validate the sender of the 
35376 message. In particular, the first time that you receive a signed message
35377 from a sender, and their certificate does not validate against your
35378 store, then you will be asked if you wish to save such certificate. If
35379 you do not wish to save the certificate, then Alpine will fail to validate
35380 the signature of the message. Otherwise, Alpine will proceed to validate
35381 the signature of the message. This behavior helps you prevent against impersonation, because 
35382 it is assumed that you trust the certificates that you have saved, and 
35383 might not trust those that came with the message that you are validating.
35385 <UL>   
35386 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35387 </UL><P>
35390 <UL>   
35391 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35392 </UL><P>
35393 &lt;End of help on this topic&gt;
35394 </BODY>
35395 </HTML>
35396 ========== h_config_smime_pubcerts_in_keychain ==========
35397 <HTML>
35398 <HEAD>
35399 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></TITLE>
35400 </HEAD>
35401 <BODY>
35402 <H1>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></H1>
35404 UNIX Alpine only.
35406 If this feature is set the Mac OS X default keychain will be used as the place
35407 to store public certificates instead of a
35408 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
35409 or a
35410 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
35412 <UL>   
35413 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35414 </UL><P>
35416 <UL>   
35417 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35418 </UL><P>
35419 &lt;End of help on this topic&gt;
35420 </BODY>
35421 </HTML>
35422 ========== h_config_smime_dont_do_smime ==========
35423 <HTML>
35424 <HEAD>
35425 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></TITLE>
35426 </HEAD>
35427 <BODY>
35428 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></H1>
35430 UNIX Alpine only.
35432 Setting this feature turns off all of Alpine's S/MIME support.
35433 You might want to set this if you are having trouble due to the S/MIME support.
35435 <UL>   
35436 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35437 </UL><P>
35440 <UL>   
35441 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35442 </UL><P>
35443 &lt;End of help on this topic&gt;
35444 </BODY>
35445 </HTML>
35446 ========== h_config_smime_encrypt_by_default ==========
35447 <HTML>
35448 <HEAD>
35449 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></TITLE>
35450 </HEAD>
35451 <BODY>
35452 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></H1>
35454 UNIX Alpine only.
35456 This feature only has an effect if your version of Alpine includes
35457 support for S/MIME.
35458 It affects Alpine's behavior when you send a message.
35459 If this option is set, the &quot;Encrypt&quot; option will default to ON when sending messages.
35461 Only the default value is affected.
35462 In any case, you may still toggle the Encrypt option on or off before sending
35463 with the &quot;E Encrypt&quot; command (provided you have a the public digital ID
35464 for the recipient).
35466 <UL>   
35467 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35468 </UL><P>
35471 <UL>   
35472 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35473 </UL><P>
35474 &lt;End of help on this topic&gt;
35475 </BODY>
35476 </HTML>
35477 ========== h_config_smime_remember_passphrase ==========
35478 <HTML>
35479 <HEAD>
35480 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></TITLE>
35481 </HEAD>
35482 <BODY>
35483 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></H1>
35485 UNIX Alpine only.
35487 This feature only has an effect if your version of Alpine includes
35488 support for S/MIME.
35489 If this option is set, you will only have to enter your passphrase for your private key
35490 once during an Alpine session.
35492 <UL>   
35493 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35494 </UL><P>
35497 <UL>   
35498 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35499 </UL><P>
35500 &lt;End of help on this topic&gt;
35501 </BODY>
35502 </HTML>
35503 ====== h_config_smime_transfer_pub_to_con =====
35504 <HTML>
35505 <HEAD>
35506 <TITLE>S/MIME: Transfer Public Certs to Container</TITLE>
35507 </HEAD>
35508 <BODY>
35509 <H1>S/MIME: Transfer Public Certs to Container</H1>
35511 UNIX Alpine only.
35513 The Transfer command will copy the public certificates in your configured
35514 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
35515 to the container in your configured
35516 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
35517 This might be useful if you decide to switch from using a cert directory to a cert
35518 container.
35520 Warning: Any previous contents in the container will be lost.
35522 <UL>   
35523 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35524 </UL><P>
35526 <UL>   
35527 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35528 </UL><P>
35529 &lt;End of help on this topic&gt;
35530 </BODY>
35531 </HTML>
35532 ====== h_config_smime_transfer_pub_to_dir =====
35533 <HTML>
35534 <HEAD>
35535 <TITLE>S/MIME: Transfer Public Certs to Directory</TITLE>
35536 </HEAD>
35537 <BODY>
35538 <H1>S/MIME: Transfer Public Certs to Directory</H1>
35540 UNIX Alpine only.
35542 The Transfer command will copy the public certificates in your configured
35543 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
35544 to the directory in your configured
35545 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
35546 This might be useful if you decide to switch from using a cert container to a cert
35547 directory.
35549 <UL>   
35550 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35551 </UL><P>
35553 <UL>   
35554 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35555 </UL><P>
35556 &lt;End of help on this topic&gt;
35557 </BODY>
35558 </HTML>
35559 ====== h_config_smime_transfer_priv_to_con =====
35560 <HTML>
35561 <HEAD>
35562 <TITLE>S/MIME: Transfer Private Keys to Container</TITLE>
35563 </HEAD>
35564 <BODY>
35565 <H1>S/MIME: Transfer Private Keys to Container</H1>
35567 UNIX Alpine only.
35569 The Transfer command will copy the private keys in your configured
35570 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
35571 to the container in your configured
35572 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
35573 This might be useful if you decide to switch from using a key directory to a key
35574 container.
35576 Warning: Any previous contents in the container will be lost.
35578 <UL>   
35579 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35580 </UL><P>
35582 <UL>   
35583 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35584 </UL><P>
35585 &lt;End of help on this topic&gt;
35586 </BODY>
35587 </HTML>
35588 ====== h_config_smime_transfer_priv_to_dir =====
35589 <HTML>
35590 <HEAD>
35591 <TITLE>S/MIME: Transfer Private Keys to Directory</TITLE>
35592 </HEAD>
35593 <BODY>
35594 <H1>S/MIME: Transfer Private Keys to Directory</H1>
35596 UNIX Alpine only.
35598 The Transfer command will copy the private keys in your configured
35599 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
35600 to the directory in your configured
35601 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
35602 This might be useful if you decide to switch from using a key container to a key
35603 directory.
35605 <UL>   
35606 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35607 </UL><P>
35609 <UL>   
35610 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35611 </UL><P>
35612 &lt;End of help on this topic&gt;
35613 </BODY>
35614 </HTML>
35615 ====== h_config_smime_transfer_cacert_to_con =====
35616 <HTML>
35617 <HEAD>
35618 <TITLE>S/MIME: Transfer CA Certs to Container</TITLE>
35619 </HEAD>
35620 <BODY>
35621 <H1>S/MIME: Transfer CA Certs to Container</H1>
35623 UNIX Alpine only.
35625 The Transfer command will copy the CA certificates in your configured
35626 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>
35627 to the container in your configured
35628 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
35629 This might be useful if you decide to switch from using a CA cert directory to a CA cert
35630 container.
35632 Warning: Any previous contents in the container will be lost.
35634 <UL>   
35635 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35636 </UL><P>
35638 <UL>   
35639 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35640 </UL><P>
35641 &lt;End of help on this topic&gt;
35642 </BODY>
35643 </HTML>
35644 ====== h_config_smime_transfer_cacert_to_dir =====
35645 <HTML>
35646 <HEAD>
35647 <TITLE>S/MIME: Transfer CA Certs to Directory</TITLE>
35648 </HEAD>
35649 <BODY>
35650 <H1>S/MIME: Transfer CA Certs to Directory</H1>
35652 UNIX Alpine only.
35654 The Transfer command will copy the CA certificates in your configured
35655 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
35656 to the directory in your configured
35657 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
35658 This might be useful if you decide to switch from using a CA cert container to a CA cert
35659 directory.
35661 <UL>   
35662 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35663 </UL><P>
35665 <UL>   
35666 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35667 </UL><P>
35668 &lt;End of help on this topic&gt;
35669 </BODY>
35670 </HTML>
35671 ====== h_config_smime_transfer_pubcon_to_key =====
35672 <HTML>
35673 <HEAD>
35674 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
35675 </HEAD>
35676 <BODY>
35677 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
35679 Mac OS X Alpine only.
35681 The Transfer command will copy the public certificates in your configured
35682 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
35683 to your default Mac OS X Keychain.
35684 This might be useful if you decide to switch from using a cert container to using
35685 the Keychain to store your public certs, which you may do by using the
35686 feature
35687 <A HREF="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></A>.
35689 <UL>   
35690 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35691 </UL><P>
35693 <UL>   
35694 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35695 </UL><P>
35696 &lt;End of help on this topic&gt;
35697 </BODY>
35698 </HTML>
35699 ====== h_config_smime_transfer_pubkey_to_con =====
35700 <HTML>
35701 <HEAD>
35702 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
35703 </HEAD>
35704 <BODY>
35705 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
35707 UNIX Alpine only.
35709 The Transfer command will copy the public certificates in your configured
35710 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
35711 to your default Mac OS X Keychain.
35712 This might be useful if you decide to switch from using a cert container to using
35713 the Keychain to store your public certs.
35715 <UL>   
35716 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35717 </UL><P>
35719 <UL>   
35720 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35721 </UL><P>
35722 &lt;End of help on this topic&gt;
35723 </BODY>
35724 </HTML>
35725 ====== h_config_smime_public_certificates =====
35726 <HTML>
35727 <HEAD>
35728 <TITLE>S/MIME: Manage Public Certificates</TITLE>
35729 </HEAD>
35730 <BODY>
35731 <H1>S/MIME: Manage Public Certificates</H1>
35733 UNIX Alpine only.
35735 This menu item allows you to manage your public certificates, this
35736 may include your own public certificate, but it normally includes
35737 certificates of people you correspond with. These certificates are
35738 saved by Alpine automatically when they are found in signed messages
35739 that you receive. This interface allows you to manage them, by
35740 giving you the option to delete them, or trust them (in the case
35741 of self-signed certificates).
35744 Please note that Alpine will not validate a message that was sent to you
35745 using a self-signed certificate, unless you decide to trust that certificate.
35746 Internally, a certificate is trusted by copying it to the
35747 <A HREF="h_config_smime_certificate_authorities">Certificate Authorities</A> 
35748 collection. If you decide that you want to stop trusting a self-signed
35749 certificate, you must delete such certificate from such collection.
35751 The <B>I</B> Import command available in this screen allows you to 
35752 import a command to this collection.
35754 <UL>   
35755 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35756 </UL><P>
35758 <UL>   
35759 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35760 </UL><P>
35761 &lt;End of help on this topic&gt;
35762 </BODY>
35763 </HTML>
35764 ====== h_config_smime_private_keys =====
35765 <HTML>
35766 <HEAD>
35767 <TITLE>S/MIME: Manage Private Keys</TITLE>
35768 </HEAD>
35769 <BODY>
35770 <H1>S/MIME: Manage Private Keys</H1>
35772 UNIX Alpine only.
35774 This option allows you to manage your private key. Normally a person has only
35775 one key, in the same way that a person only has one valid passport, or ID card,
35776 at any given time. This option allows you to manage private keys. You can
35777 delete them or import them. Additionally, you can view information
35778 about your public certificate, such as the issuer and the dates of validity
35779 of such certificate, among others.
35782 If you have more than one e-mail address for which you want to use the 
35783 same private key, you must add all those addresses to the private key at 
35784 the moment that the key is generated. When you receive a signed message using 
35785 a key generated for several e-mail addresses, Alpine will save a 
35786 certificate for each e-mail address included in such certificate.
35788 The <B>I</B> Import command available in this screen allows you to 
35789 import a command to this collection.
35791 <UL>   
35792 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35793 </UL><P>
35795 <UL>   
35796 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35797 </UL><P>
35798 &lt;End of help on this topic&gt;
35799 </BODY>
35800 </HTML>
35801 ====== h_config_smime_certificate_authorities =====
35802 <HTML>
35803 <HEAD>
35804 <TITLE>S/MIME: Manage Certificate Authorities</TITLE>
35805 </HEAD>
35806 <BODY>
35807 <H1>S/MIME: Manage Certificate Authorities</H1>
35809 UNIX Alpine only.
35811 This collection contains certificates that are needed to validate the 
35812 certificate of another person, and therefore contains certificates that 
35813 you trust. Typically a certificate is signed by another entity, called a 
35814 certificate authority. This option allows you to manage which certificates 
35815 you trust, allowing you to import them and to delete them or view information
35816 about each certificate, such as the issuer and the dates of validity
35817 of such certificate.
35819 The <B>I</B> Import command available in this screen allows you to 
35820 import a command to this collection.
35822 <UL>   
35823 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35824 </UL><P>
35826 <UL>   
35827 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35828 </UL><P>
35829 &lt;End of help on this topic&gt;
35830 </BODY>
35831 </HTML>
35832 ====== h_config_smime_password_file_certificates =====
35833 <HTML>
35834 <HEAD>
35835 <TITLE>S/MIME: Manage Password File Certificates</TITLE>
35836 </HEAD>
35837 <BODY>
35838 <H1>S/MIME: Manage Password File Certificates</H1>
35840 UNIX Alpine only.
35842 This option allows you to manage the certificates that are used to
35843 encrypt and decrypt your password file. This is useful in case you
35844 want to change the certificates used to encrypt your password file.
35846 In order to avoid unauthorized use of this option, you are asked to
35847 enter the password of the current private key used to encrypt your
35848 password file.
35850 Once you have entered your password for the current key, you enter a
35851 screen where you can import your new key, and see the information on your
35852 current key.
35854 To import a new key press &quot;RETURN&quot; and enter the location of
35855 the new key. You will be asked to enter the password of the new key. If
35856 this part of the process is successful, Alpine will search for the 
35857 certificate that matches that key. If your key is named 
35858 &quot;your_email@address.com.key&quot;, then Alpine will look for your
35859 certificate in the same directory in the file named
35860 &quot;your_email@address.com.crt&quot;, otherwise it will look for it
35861 as part of your key (that is, it will look to see if your certificate
35862 is in the file &quot;your_email@address.com.key&quot;), if all of this
35863 fails, Alpine will ask you to enter the location of the certificate
35864 that matches the key you unlocked. If a certificate is found, it will be 
35865 used, and in this case, the password file will be read, decrypted with the 
35866 old key and encrypted with the new key. Once this is done, the new key and 
35867 certificates are saved, and the old keys are permanently deleted.
35869 Alpine does not create a backup of your password file, or your old keys
35870 that will be replaced. If you need to keep old copies, you will have to do
35871 this operation outside Alpine.
35872 <UL>   
35873 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35874 </UL><P>
35876 <UL>   
35877 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35878 </UL><P>
35879 &lt;End of help on this topic&gt;
35880 </BODY>
35881 </HTML>
35882 ====== h_certificate_information =====
35883 <HTML>
35884 <HEAD>
35885 <TITLE>S/MIME: Certificate Information Screen</TITLE>
35886 </HEAD>
35887 <BODY>
35888 <H1>S/MIME: Certificate Information Screen</H1>
35890 UNIX Alpine only.
35892 The CERTIFICATE INFORMATION screen shows you information contained in a certificate
35893 such as its owner, e-mail address, issuer, and interval of validity, 
35894 among others.
35896 In the case of public certificates, this screen shows you if there was a
35897 failure when attempting to validate such message. If the certificate is
35898 self-signed, then the <B>T</B> Trust command will be available, which
35899 you can use to trust such certificate and make Alpine not fail validating 
35900 signatures signed with such certificate.
35902 You can also mark a certificate deleted, with the <B>D</B> command, or 
35903 remove the deleted mark with the <B>U</B> undelete command.
35905 In the case of your private key, Alpine shows you the information
35906 from your public key. Additionally, Alpine allows you to see public
35907 and private information about your key, with the <B>B</B> and
35908 <B>R</B> commands respectively.
35909 <UL>   
35910 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35911 </UL><P>
35913 <UL>   
35914 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35915 </UL><P>
35916 &lt;End of help on this topic&gt;
35917 </BODY>
35918 </HTML>
35919 ====== h_config_smime_manage_public_menu =====
35920 <HTML>
35921 <HEAD>
35922 <TITLE>S/MIME: Menu of Commands to Manage Public Certificates</TITLE>
35923 </HEAD>
35924 <BODY>
35925 <H1>S/MIME: Commands that Manage Public Certificates</H1>
35927 UNIX Alpine only.
35929 This screen allows you to manage your public certificates. 
35931 The format of this screen is as follows. There are five fields: The 
35932 leftmost field is normally empty, but it could contain the letter 
35933 &quot;D&quot; to indicate that that certificate has been marked for 
35934 deletion. The next field is the e-mail address of the owner of the 
35935 certificate, shown in its entirety. The third and fourth field are the 
35936 first and last day validity for that certificate, respectively. The date
35937 is displayed in the user's locale unless the option 
35938 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>
35939 is set. In this case, the month, day and year are represented by two
35940 digits, and the format used is mm/dd/yy. Finally, the fifth 
35941 field is what can be displayed of the MD5 hash of the certificate. You can 
35942 use any of the last three fields to distinguish between two certificates 
35943 for the same owner.
35945 Available commands in this screen and a short description of what they 
35946 do follows.
35947 <UL>
35948 <LI> <B>I</B> Imports a public certificate to this collection.
35949 <LI> <B>V</B> View information about a certificate such as the name of the person the
35950 certificate was issued to, its dates of validity, and validity status.
35951 <LI> <B>D</B> Marks a certificate deleted.
35952 <LI> <B>U</B> Removes the deletion mark on a certificate.
35953 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
35954 <LI> <B>T</B> This command is only available for self-signed certificates, and allows you to
35955 trust a certificate by copying it to the collection of trusted certificates.
35956 </UL>
35958 All commands provide feedback to let you know about their success or failure.
35960 <UL>   
35961 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35962 </UL><P>
35964 <UL>   
35965 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35966 </UL><P>
35967 &lt;End of help on this topic&gt;
35968 </BODY>
35969 </HTML>
35970 ====== h_config_smime_manage_private_menu =====
35971 <HTML>
35972 <HEAD>
35973 <TITLE>S/MIME: Menu of Commands to Manage Private Keys</TITLE>
35974 </HEAD>
35975 <BODY>
35976 <H1>S/MIME: Commands that Manage Private Keys</H1>
35978 UNIX Alpine only.
35980 This screen allows you to manage your private key.
35982 The format of this screen is as follows. There are five fields: The 
35983 leftmost field is normally empty, but it could contain the letter 
35984 &quot;D&quot; to indicate that that certificate has been marked for 
35985 deletion. The next field is the e-mail address of the owner of the 
35986 certificate, shown in its entirety. The third field is the first day of 
35987 validity for that certificate; the fourth field in the last day that that 
35988 certificate is valid, and the fifth field is what can be displayed of the 
35989 MD5 hash of the public certificate corresponding to this private key. You 
35990 can use any of the last three fields to distinguish between two 
35991 certificates for the same owner.
35993 Available commands and a short description of what they do follows.
35994 <UL>
35995 <LI> <B>I</B> Imports a new public key to this collection.
35996 <LI> <B>V</B> View information about the public certificate corresponding to this
35997 key.
35998 <LI> <B>D</B> Marks a key to be deleted.
35999 <LI> <B>U</B> Removes the deletion mark on a key.
36000 <LI> <B>X</B> Removes all keys marked deleted permanently (cannot be undone).
36001 Note that expunging a private key does not remove the public key, which must
36002 be removed separately.
36003 </UL>
36005 All commands provide feedback to let you know about their success or failure.
36007 <UL>   
36008 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36009 </UL><P>
36011 <UL>   
36012 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36013 </UL><P>
36014 &lt;End of help on this topic&gt;
36015 </BODY>
36016 </HTML>
36017 ====== h_config_smime_manage_cacerts_menu =====
36018 <HTML>
36019 <HEAD>
36020 <TITLE>S/MIME: Menu of Commands to Manage Certificate Authorities</TITLE>
36021 </HEAD>
36022 <BODY>
36023 <H1>S/MIME: Commands that Manage Certificate Authorities</H1>
36025 UNIX Alpine only.
36027 This screen allows you to manage your collection of certificates that you
36028 trust. 
36030 The format of this screen is as follows. There are five fields: The 
36031 leftmost field is normally empty, but it could contain the letter 
36032 &quot;D&quot; to indicate that that certificate has been marked for 
36033 deletion. The next field is the e-mail address of the owner of the 
36034 certificate, shown in its entirety. The third field is the first day of 
36035 validity for that certificate; the fourth field in the last day that that 
36036 certificate is valid, and the fifth field is what can be displayed of the 
36037 MD5 hash of the certificate. You can use any of the last three fields to 
36038 distinguish between two certificates for the same owner.
36040 Available commands and a short description of what they do follows.
36041 <UL>
36042 <LI> <B>I</B> Imports a trusted certificate to this collection. This is
36043 done by reading the certificate and validating it. Once a certificate
36044 is found to be valid, it is saved, adding the extension &quot;.crt&quot;
36045 to the certificate, if necessary.
36046 <LI> <B>V</B> View information about this certificate, such as its issuer 
36047 and validity dates.
36048 <LI> <B>D</B> Marks a certificate to be deleted.
36049 <LI> <B>U</B> Removes the deletion mark on a certificate.
36050 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
36051 </UL>
36053 All commands provide feedback to let you know about their success or failure.
36055 <UL>
36056 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36057 </UL><P>
36059 <UL>   
36060 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36061 </UL><P>
36062 &lt;End of help on this topic&gt;
36063 </BODY>
36064 </HTML>
36065 ====== h_config_lame_list_mode =====
36066 <HTML>
36067 <HEAD>
36068 <TITLE>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></TITLE>
36069 </HEAD>
36070 <BODY>
36071 <H1>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></H1>
36073 This feature modifies the method Alpine uses to ask your IMAP
36074 server for folder names to display in the FOLDER LIST screen.
36075 It is intended to compensate for a small set of IMAP servers that
36076 are programmed to ignore a part of the request, and thus respond
36077 to Alpine's query with nonsensical results.
36080 If you find that Alpine is erroneously displaying blank folder lists,
36081 try enabling this feature.
36084 NOTE: Enabling this feature has consequences for the Goto and Save
36085 commands.  Many servers allow access to folders outside the area
36086 reserved for your personal folders via some reserved character,
36087 typically '#' (sharp), '~' (tilde) or '/' (slash).  This mechanism
36088 allows, at the Goto and Save prompts, quick access to folders
36089 outside your personal folder collection without requiring a specific
36090 collection definition.  This behavior will generally not be available
36091 when this feature is enabled.
36094 <UL>   
36095 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36096 </UL><P>
36097 &lt;End of help on this topic&gt;
36098 </BODY>
36099 </HTML>
36100 ====== h_config_enable_mulnewsrcs =====
36101 <HTML>
36102 <HEAD>
36103 <TITLE>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></TITLE>
36104 </HEAD>
36105 <BODY>
36106 <H1>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></H1>
36108 This feature makes it so Alpine can use multiple newsrcs based on
36109 the news server being connected to, which allows for separate lists
36110 of subscribed-to newsgroups. When this feature is not set, there is only
36111 one list of newsgroups.
36113 Under this feature, the name of a newsrc is based on the news server.
36114 For example, if your <a href="h_config_newsrc_path"><!--#echo var="VAR_newsrc-path"--></a>
36115 is set to &quot;.newsrc&quot;, and the news server you are connecting to is
36116 news.example.com, then the newsrc to be used is .newsrc-news.example.com.
36117 Setting this feature for the first time will allow for the option of using
36118 your old newsrc the next time you read news.
36120 If this feature is set, then the feature
36121 <A HREF="h_config_mulnews_as_typed"><!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></A>
36122 also may affect the name of the newsrc file that is used.
36124 <UL>   
36125 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36126 </UL><P>
36127 &lt;End of help on this topic&gt;
36128 </BODY>
36129 </HTML>
36130 ======= h_ab_export_vcard =======
36131 <HTML>
36132 <HEAD>
36133 <TITLE>Address Book Export Format</TITLE>
36134 </HEAD>
36135 <BODY>
36136 <H1>Address Book Export Format</H1>
36138 You are exporting address book data from Alpine to a file outside of Alpine.
36139 You are being asked to choose the format of the export.
36140 Here are the choices:
36142 <DL>
36143 <DT><EM>A</EM>ddress List</DT>
36144 <DD>
36145 The addresses from the address book entries you are saving
36146 from will be saved one address per line.
36147 Address book lists (those with more than one address) will have
36148 all of their addresses saved separately.
36149 </DD>
36151 <DT><EM>V</EM>Card</DT>
36152 <DD>
36153 The entries will be saved in
36154 <A HREF="h_whatis_vcard">vCard</A> format.
36155 </DD>
36157 <DT><EM>T</EM>ab Separated</DT>
36158 <DD>
36159 The entries will be saved in tab-separated columns.
36160 There will be just 4 columns of data that correspond to Alpine's
36161 Nickname field, Full Name field, Address field, and Comment field.
36162 It might prove useful to Select only the Simple, non-List address book
36163 entries before Saving.
36164 </DD>
36166 <DT><EM>^C</EM> Cancel</DT>
36167 <DD>
36168 Cancel out of the Save.
36169 </DD>
36171 </DL>
36175 &lt;End of help on this topic&gt;
36176 </BODY>
36177 </HTML>
36178 ====== h_config_predict_nntp_server =====
36179 <HTML>
36180 <HEAD>
36181 <TITLE>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></TITLE>
36182 </HEAD>
36183 <BODY>
36184 <H1>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></H1>
36186 This feature allows Alpine to assume that the open NNTP server at the
36187 time of composition is the NNTP server to which the message should be
36188 posted.  This is especially recommended when there are multiple News
36189 collections.  If this feature is not set, Alpine will try to post to the first server in
36190 the <a href="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></a> variable.  Setting
36191 this feature also negates the need to add News collection servers to
36192 the <!--#echo var="VAR_nntp-server"--> variable.
36194 This feature can be especially handy when used in conjunction with
36195 <a href="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></a>.
36197 <UL>   
36198 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36199 </UL><P>
36200 &lt;End of help on this topic&gt;
36201 </BODY>
36202 </HTML>
36203 ====== h_config_nntp_search_uses_overview =====
36204 <HTML>
36205 <HEAD>
36206 <TITLE>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></TITLE>
36207 </HEAD>
36208 <BODY>
36209 <H1>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></H1>
36211 This feature should probably be turned on unless it causes trouble.
36212 The results of the NNTP overview command (XOVER) may be used to help
36213 with some searches in news groups.
36214 It should result in quicker response time.
36215 Turning this feature on apparently causes search results which are
36216 different from what you would get with the feature turned off on some
36217 servers.
36219 <UL>   
36220 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36221 </UL><P>
36222 &lt;End of help on this topic&gt;
36223 </BODY>
36224 </HTML>
36225 ====== h_config_thread_sorts_by_arrival =====
36226 <HTML>
36227 <HEAD>
36228 <TITLE>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></TITLE>
36229 </HEAD>
36230 <BODY>
36231 <H1>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></H1>
36233 This feature affects how a threading sort arranges threads.  The default way
36234 to arrange threads is by the date of the earliest message in the thread.
36235 This feature arranges threads by the last message to arrive in a thread.
36237 This feature causes old threads that get recent messages to sort to the bottom,
36238 where previously a message arrival to a thread would not rearrange the order of
36239 that thread.
36241 <UL>   
36242 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36243 </UL><P>
36244 &lt;End of help on this topic&gt;
36245 </BODY>
36246 </HTML>
36247 ====== h_config_textplain_int =====
36248 <HTML>
36249 <HEAD>
36250 <TITLE>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></TITLE>
36251 </HEAD>
36252 <BODY>
36253 <H1>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></H1>
36255 This feature modifies the method Alpine uses to display Text/Plain
36256 MIME attachments from the Attachment Index screen.  Normally, the
36257 &quot;View&quot; command searches for any externally defined (usually
36258 via the
36259 &quot;<A HREF="h_config_mailcap_path">Mailcap</A>&quot; file) viewer,
36260 and displays the selected text within that viewer.
36263 Enabling this feature causes Alpine to ignore any external viewer
36264 settings and always display text with Alpine's internal viewer.
36267 <UL>   
36268 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36269 </UL><P>
36270 &lt;End of help on this topic&gt;
36271 </BODY>
36272 </HTML>
36273 ====== h_config_wp_columns =====
36274 <HTML>
36275 <HEAD>
36276 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></TITLE>
36277 </HEAD>
36278 <BODY>
36279 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></H1>
36281 Web Alpine only.
36283 This configuration setting specifies the number of horizontal characters
36284 used to format various WebAlpine pages.  Smaller values will tend to reduce
36285 the amount of horizontal scrolling required to view pages within narrow
36286 browsers, such as those found on PDAs, and larger values will tend to 
36287 spread more information across the page.
36290 The Message List page uses the width to determine how many characters
36291 to assign each field.  Note, a smaller value may result in a disproportionate
36292 amount of blank space between fields on each line.  Similarly, a large
36293 value may result in cramped fields or horizontal scrolling.
36296 The Message View page uses this value to determine when to wrap lines
36297 in displayed message text.  Note, a smaller value may result in jagged
36298 right margins or confusing quoting.  A larger value may cause lines of text to
36299 run beyond the browser's right edge, requiring horizontal scrolling.
36302 <UL>   
36303 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36304 </UL><P>
36305 &lt;End of help on this topic&gt;
36306 </BODY>
36307 </HTML>
36308 ====== h_config_wp_state =====
36309 <HTML>
36310 <HEAD>
36311 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></TITLE>
36312 </HEAD>
36313 <BODY>
36314 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></H1>
36316 Web Alpine only.
36318 Various aspects of cross-session state.
36321 <UL>   
36322 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36323 </UL><P>
36324 &lt;End of help on this topic&gt;
36325 </BODY>
36326 </HTML>
36327 ====== h_config_wp_aggstate =====
36328 <HTML>
36329 <HEAD>
36330 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></TITLE>
36331 </HEAD>
36332 <BODY>
36333 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></H1>
36335 Web Alpine only.
36337 Aggregate operations tab state.
36340 <UL>   
36341 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36342 </UL><P>
36343 &lt;End of help on this topic&gt;
36344 </BODY>
36345 </HTML>
36346 ====== h_config_wp_indexlines =====
36347 <HTML>
36348 <HEAD>
36349 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></TITLE>
36350 </HEAD>
36351 <BODY>
36352 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></H1>
36354 Web Alpine only.
36356 Number of index lines in table.
36359 <UL>   
36360 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36361 </UL><P>
36362 &lt;End of help on this topic&gt;
36363 </BODY>
36364 </HTML>
36365 ====== h_config_wp_indexheight =====
36366 <HTML>
36367 <HEAD>
36368 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></TITLE>
36369 </HEAD>
36370 <BODY>
36371 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></H1>
36373 Web Alpine only.
36375 Index table row height.
36378 <UL>   
36379 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36380 </UL><P>
36381 &lt;End of help on this topic&gt;
36382 </BODY>
36383 </HTML>
36384 ====== h_config_rss_news =====
36385 <HTML>
36386 <HEAD>
36387 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss_news"--></TITLE>
36388 </HEAD>
36389 <BODY>
36390 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-news"--></H1>
36392 Web Alpine only.
36394 RSS News feed.
36397 <UL>   
36398 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36399 </UL><P>
36400 &lt;End of help on this topic&gt;
36401 </BODY>
36402 </HTML>
36403 ====== h_config_rss_weather =====
36404 <HTML>
36405 <HEAD>
36406 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></TITLE>
36407 </HEAD>
36408 <BODY>
36409 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></H1>
36411 Web Alpine only.
36413 RSS Weather feed.
36416 <UL>   
36417 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36418 </UL><P>
36419 &lt;End of help on this topic&gt;
36420 </BODY>
36421 </HTML>
36422 ====== h_config_send_confirms_only_expanded =====
36423 <HTML>
36424 <HEAD>
36425 <TITLE>FEATURE: send-confirms-only-expanded</TITLE>
36426 </HEAD>
36427 <BODY>
36428 <H1>FEATURE: send-confirms-only-expanded (Web Alpine Only)</H1>
36430 This Web Alpine option specifies whether or not a Send confirmations
36431 happens when a composed message is readied for sending or not.  The
36432 default behavior is to not confirm that the nicknames were expanded to
36433 the intended addresses.
36436 <UL>   
36437 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36438 </UL><P>
36439 &lt;End of help on this topic&gt;
36440 </BODY>
36441 </HTML>
36442 ====== h_config_enable_jump_command =====
36443 <HTML>
36444 <HEAD>
36445 <TITLE>FEATURE: enable-jump-command</TITLE>
36446 </HEAD>
36447 <BODY>
36448 <H1>FEATURE: enable-jump-command (Web Alpine Only)</H1>
36450 This Web Alpine option specifies whether or not a Jump command is
36451 offered in the Message List and Message View pages.  The command is
36452 implemented as an input field in the left column of the List and View
36453 screens. 
36456 When enabled and a number is entered in the input field while the
36457 Message List is displayed, the Message List is reframed with the
36458 specified message.  While viewing a message, the message associated
36459 with the specified message number is displayed.
36462 <UL>   
36463 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36464 </UL><P>
36465 &lt;End of help on this topic&gt;
36466 </BODY>
36467 </HTML>
36468 ====== h_config_enable_newmail_sound =====
36469 <HTML>
36470 <HEAD>
36471 <TITLE>FEATURE: enable-newmail-sound</TITLE>
36472 </HEAD>
36473 <BODY>
36474 <H1>FEATURE: enable-newmail-sound (Web Alpine Only)</H1>
36476 This Web Alpine option specifies whether or not a sound file is sent
36477 to the web browser along with the newmail notification message.
36481 <UL>   
36482 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36483 </UL><P>
36484 &lt;End of help on this topic&gt;
36485 </BODY>
36486 </HTML>
36487 ====== h_config_render_html_internally =====
36488 <HTML>
36489 <HEAD>
36490 <TITLE>FEATURE: render-html-internally</TITLE>
36491 </HEAD>
36492 <BODY>
36493 <H1>FEATURE: render-html-internally (Web Alpine Only)</H1>
36495 By default, Web Alpine will pass cleansed HTML text you receive in messages 
36496 to the browser for display (rendering).  This feature causes Web Alpine to convert 
36497 the HTML text into plain text in the same way Unix and PC-Alpine do.
36501 <UL>   
36502 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36503 </UL><P>
36504 &lt;End of help on this topic&gt;
36505 </BODY>
36506 </HTML>
36507 ====== h_config_role_undo =====
36508 Yes, remember changes and exit back to list of roles; No, discard changes
36509 made in this screen; ^C, cancel exit and stay in this config screen.
36510 ====== h_exit_editor =====
36511 S, save changes and exit from the editor; D, do not save changes but
36512 do exit from the editor; or ^C, cancel exit and stay in the editor.
36513 ====== h_config_undo =====
36514 Yes, save changes and exit; No, exit without saving any changes made since
36515 entering this CONFIGURATION screen; ^C, cancel exit and stay in config screen.
36516 ====== h_os_index_whereis =====
36517 Enter ^V or ^Y to go immediately to the last or first message in the index.
36518 Or, enter the match string followed by RETURN.
36519 ====== h_os_index_whereis_agg =====
36520 Enter ^V or ^Y to go immediately to the last or first message in the index,
36521 Or, enter the match string followed by RETURN (or ^X to select all matches).
36522 =========== h_oe_add_full ==================
36523 Type the full name of the person being added and press the RETURN key.
36524 Press ^C to cancel addition.
36525 =========== h_oe_add_nick ==================
36526 Type a short nickname and press RETURN.  A nickname is a short easy-to-
36527 remember word, name or initials like "joe", or "wcfields."  ^C to cancel.
36528 ========== h_oe_add_addr ================
36529 Type the e-mail address and press RETURN.
36530 Press ^C to cancel addition.
36531 ========== h_oe_crlst_full ==============
36532 Type a long name or description for the list that you are creating and
36533 press RETURN.  Press ^C to cancel creation of list.
36534 =========== h_oe_crlst_nick =============
36535 Type a nickname (short, easy-to-remember name or single word) for the list
36536 you are creating and press RETURN.  Press ^C to cancel.
36537 ========== h_oe_crlst_addr ==============
36538 Type an e-mail address, or a nickname already in the address book that you
36539 want to be part of this list and press RETURN.
36540 ========== h_oe_adlst_addr =============
36541 Type an e-mail address or a nickname already in the address book that you
36542 want to add to this list and press RETURN.
36543 ========== h_oe_editab_nick ============
36544 Change the nickname using the arrow keys and delete key.  Press RETURN
36545 when done.  Press ^C to cancel editing and leave the nickname as it was.
36546 ========== h_oe_editab_full ============
36547 Change the full name using the arrow keys and delete key.  Press RETURN
36548 when done.  Press ^C to cancel editing and leave the full name as it was.
36549 ========== h_oe_editab_addr ============
36550 Change the address using the arrow keys and delete key.  Press RETURN
36551 when done.  Press ^C to cancel editing and leave the address as it was.
36552 ========== h_oe_editab_fcc ============
36553 Change the fcc using the arrow keys and delete key.  Press RETURN when
36554 done.  Press ^C to cancel editing and leave the fcc as it was.
36555 ========== h_oe_editab_comment ============
36556 Change the comment field using the arrow keys and delete key.  Press RETURN
36557 when done.  Press ^C to cancel editing and leave the comment as it was.
36558 ====== h_ab_forward =====
36559 Yes, expand nicknames and qualify local names with your current domain name;
36560 No, leave nicknames and local names as is;  ^C, cancel.
36561 ========== h_ab_export ==========
36562 Type the name of a file to write the addresses into and
36563 press RETURN.  You may also specify an absolute path.  Use ^C to cancel.
36564 ========== h_ab_edit_a_field ==========
36565 Edit any of the fields of the currently selected entry by typing one of the
36566 letters at the bottom of the screen.  Press ^C to cancel edit.
36567 ====== h_ab_del_data_revert =====
36568 Press B to completely delete addrbook and revert to default, C to delete config
36569 and revert while leaving data, or D to only delete data (make it empty).
36570 ====== h_ab_del_data_modify =====
36571 Press B to completely delete addrbook, C to delete configuration while leaving
36572 data, or D to delete data (make it empty) but leave config. ^C to cancel.
36573 ====== h_ab_del_config_modify =====
36574 Yes, remove this address book from my configuration.
36575 No, make no changes now.
36576 ====== h_ab_del_config_revert =====
36577 Yes, remove this address book from my config and revert to default.
36578 No, make no changes now.
36579 ====== h_ab_del_default =====
36580 Yes, remove this default address book from my configuration.
36581 No, make no changes now.
36582 ====== h_ab_really_delete =====
36583 Yes, delete the actual contents of the address book, not just the 
36584 configuration.  No, don't delete the data after all, cancel and start over.
36585 ====== h_ab_del_ignore =====
36586 Press I to ignore all the default address books for this category.  Press R to
36587 remove this one address book and add the others to your personal list.
36588 ====== h_ab_del_dir_ignore =====
36589 Press I to ignore all the default directory servers for this category.
36590 Press R to remove this one server and add the others to your personal list.
36591 ====== h_ab_copy_dups =====
36592 Yes, overwrite the existing entry.
36593 No, skip duplicates but save the rest. Press ^C to cancel.
36594 ====== h_confirm_cancel =====
36595 Type C to Confirm that you want to abandon the message you are composing.
36596 Type N or ^C to cancel out of the cancel and keep composing.
36597 ====== h_ab_text_or_vcard =====
36598 Text, start composer with displayed text already included.
36599 VCard, start composer with address book entry attached as a vCard. ^C cancels.
36600 ====== h_ab_backup_or_ldap =====
36601 Backup, copy email address from entry and allow editing of it.
36602 LDAP, copy LDAP search criteria, do not allow editing of it. ^C cancels.
36603 ====== h_ldap_text_or_vcard =====
36604 Text: export displayed text for selected entry. Address: export only the
36605 email address. VCard: export entry in vCard format. ^C cancels.
36606 ====== h_ab_save_exp =====
36607 Save, save entry or entries to an address book.
36608 Export, save to file outside of pine. ^C cancels save.
36609 ====== h_ab_add =====
36610 A, add a brand new entry to this address book.
36611 E, edit the entry that is currently highlighted. ^C to cancel.
36612 ====== h_ab_shuf =====
36613 U, swap order of highlighted address book and the one above it.
36614 D, swap order of highlighted address book and the one below it. ^C to cancel.
36615 ====== h_ab_shuf_up =====
36616 U, swap order of highlighted address book and the one above it.
36617 Press ^C to cancel.
36618 ====== h_ab_shuf_down =====
36619 D, swap order of highlighted address book and the one below it.
36620 Press ^C to cancel.
36621 ====== h_folder_prop =====
36622 Count is # of messages in the folder, Unseen means messages that have not
36623 been read, New means messages that were Recently added to the folder.
36624 ====== h_role_shuf =====
36625 U, swap order of highlighted rule and the one above it.
36626 D, swap order of highlighted rule and the one below it. ^C to cancel.
36627 ====== h_role_shuf_up =====
36628 U, swap order of highlighted rule and the one above it.
36629 Press ^C to cancel.
36630 ====== h_role_shuf_down =====
36631 D, swap order of highlighted rule and the one below it.
36632 Press ^C to cancel.
36633 ====== h_incoming_shuf =====
36634 B, swap order of highlighted directory and the one before it.
36635 F, swap order of highlighted directory and the one after it. ^C to cancel.
36636 ====== h_incoming_shuf_up =====
36637 B, swap order of highlighted directory and the one before it.
36638 Press ^C to cancel.
36639 ====== h_incoming_shuf_down =====
36640 F, swap order of highlighted directory and the one after it.
36641 Press ^C to cancel.
36642 ====== h_dir_shuf =====
36643 U, swap order of highlighted directory and the one above it.
36644 D, swap order of highlighted directory and the one below it. ^C to cancel.
36645 ====== h_dir_shuf_up =====
36646 U, swap order of highlighted directory and the one above it.
36647 Press ^C to cancel.
36648 ====== h_dir_shuf_down =====
36649 D, swap order of highlighted directory and the one below it.
36650 Press ^C to cancel.
36651 ====== h_hdrcolor_shuf =====
36652 U, swap order of highlighted Header Color and the one above it.
36653 D, swap order of highlighted Header Color and the one below it. ^C to cancel.
36654 ====== h_hdrcolor_shuf_up =====
36655 U, swap order of highlighted Header Color and the one above it.
36656 Press ^C to cancel.
36657 ====== h_hdrcolor_shuf_down =====
36658 D, swap order of highlighted Header Color and the one below it.
36659 Press ^C to cancel.
36660 ========== h_oe_editab_al ============
36661 Change the address using the arrow keys and delete key.  Press RETURN
36662 when done.  Press ^C to cancel editing and leave the address as it was.
36663 ========== h_dir_comp_search ===============
36664 Type a string to look for just like you would in the composer. Your configured
36665 rules for the servers with the implicit flag set will be used.
36666 ========== h_oe_searchab ===============
36667 Type the word or name you want to search for and press RETURN.  If you press
36668 RETURN without entering anything the word in [] will be searched for.
36669 ========== h_oe_chooseabook ==========
36670 Choose the address book you want to save the new entry in.
36671 Use ^N or ^P to change address books.  ^C to cancel.
36672 ========== h_oe_takeaddr ==========
36673 Edit the e-mail address using the arrow and delete keys.  Press RETURN
36674 when done.  Press ^C to cancel adding this entry to the address book.
36675 ========== h_oe_take_replace ==========
36676 Press R to replace the old entry with this new data.  You will still have
36677 another chance to cancel.  N to enter another nickname.  ^C to cancel now.
36678 ========== h_oe_take_replace_or_add ==========
36679 Press R to replace the old entry.  Press A to add the selected addresses to
36680 the old existing list.  N to enter another nickname. ^C to cancel now.
36681 ========== h_oe_takename ==========
36682 Edit the full name to be correct using the arrow and delete keys.  Press RETURN
36683 when done.  Press ^C to cancel adding this entry to the address book.
36684 ========== h_oe_takenick ==========
36685 Type a nickname (short easy-to-remember name, initials or single word) for this
36686 entry in the address book and press RETURN.  Press ^C to cancel addition.
36687 ========== h_oe_jump ==========
36688 Type the message number you want to jump to and press RETURN.  The word "end"
36689 represents the last message. Press ^C to cancel jumping to another message.
36690 ========== h_oe_jump_thd ==========
36691 Type the thread number you want to jump to and press RETURN.  The word "end"
36692 represents the last thread. Press ^C to cancel jumping to another thread.
36693 ========== h_oe_debuglevel ==========
36694 Higher number shows more debugging details.
36695 Press ^C if you want to cancel the change.
36696 ========== h_oe_broach ==========
36697 Type the name of the folder you want to open and press RETURN.  Press ^P/^N
36698 to go to the previous/next collections in the list.  Press ^C to cancel goto.
36699 ========== h_oe_foldsearch ==========
36700 Type the text you want to search for in foldernames and press RETURN.  If you
36701 press RETURN without entering anything, any text in [] will be searched for.
36702 ========== h_oe_foldrename ==========
36703 Change the old name of the folder to the new name using the arrow and
36704 delete keys and press RETURN.  Press ^C to cancel rename.
36705 ========== h_oe_login ==========
36706 Enter your login name for the host you are opening the mailbox on.  Just press
36707 RETURN to use your login from this host as is, or edit it with delete key.
36708 ========== h_oe_passwd ==========
36709 Type your password for the host and login shown as part of the prompt.
36710 Press ^C to cancel opening folder.
36711 ========== h_oe_choosep ==========
36712 Enter the number associated with the printer you want to select.  Press ^C to
36713 cancel the printer selection.  The current selection is highlighted.
36714 ========== h_oe_customp ==========
36715 Type the name of the Unix print command and press RETURN.  Press ^C to
36716 cancel the printer selection.
36717 ========== h_oe_searchview ==========
36718 Type the word or name you want to search for and press RETURN.  If you press
36719 RETURN without entering anything the word in [] will be searched for.
36720 ========== h_oe_keylock ==========
36721 The keyboard is in use and locked by another user.  Only that user can
36722 unlock this keyboard by typing the password.
36723 ========== h_wt_expire ==========
36724 At the beginning of each month Alpine offers to rename your current sent-mail
36725 folder to one named for the month so you have a sent-mail folder for each month
36726 ========== h_wt_delete_old ==========
36727 It is the beginning of the month, and we need to conserve disk
36728 space.  Please delete any sent-mail that you do not need.
36729 ========== h_select_sort ==========
36730 Select the order for sorting the index by typing the capitalized letter.
36731 Arrival is by arrival in your mailbox; Date is by time/day message was sent.
36732 ========== h_no_F_arg ============
36733 Enter name of file to be opened.
36735 ========== h_sticky_personal_name ==========
36736 Type in your name as you want it to appear on outgoing email.  This entry
36737 will be saved into your Alpine configuration file.
36738 ========== h_sticky_inbox ============
36739 INBOX syntax is usually {complete.machine.name}INBOX
36740 This entry will be saved in your Alpine configuration file.
36741 ========== h_sticky_smtp ============
36742 The name of the computer on your campus that relays your outgoing email
36743 to the Internet.  This entry will be saved in your Alpine configuration file.
36744 ========== h_sticky_user_id ==========
36745 The username or login-id part of your email address.  This entry will be
36746 saved in your Alpine configuration file.
36747 ========== h_sticky_domain ==========
36748 The domain part of your email address, NOT the name of your PC.  This
36749 entry will be saved in your Alpine configuration file.
36750 ========== h_bounce =========
36751 Enter the address or nickname of the intended recipient.  Alpine will resend
36752 the message, which will retain the original author's From: address.
36753 ========== h_incoming_add_folder_nickname =========
36754 Enter an (optional) nickname that will be used in lieu of the actual
36755 host and folder names in the FOLDER LIST display.
36756 ========== h_anon_forward ==========
36757 Enter the address of your intended recipient, or ^C to cancel.
36758 Example: jsmith@somewhere.edu
36759 ========== h_news_subscribe ==========
36760 Enter the name of the newsgroup to which you wish to subscribe,
36761 or ^C to cancel.  Example: comp.mail.pine
36762 ========== h_pipe_msg ==========
36763 Enter the name of the Unix command to which you wish to send this
36764 message, or ^C to cancel.
36765 ========== h_pipe_attach ==========
36766 Enter the name of the Unix command to which you wish to send this
36767 attachment, or ^C to cancel.
36768 ========== h_select_by_num ==========
36769 Enter a list of message numbers (or number ranges), or ^C to cancel. "end" 
36770 is the last message. "." is the current message. Example: 1-.,7-9,11,19,35-end
36771 ========== h_select_by_thrdnum ==========
36772 Enter a list of message numbers (or number ranges), or ^C to cancel. "end" 
36773 is the last message. "." is the current message. Example: 1-.,7-9,11,19,35-end
36774 ========== h_select_txt_from ==========
36775 Messages with From: headers containing the entered string will be selected.
36776 ^C to cancel. ^G again to see original options.
36777 ========== h_select_txt_not_from ==========
36778 Messages without From: headers containing the entered string will be selected.
36779 ^C to cancel. ^G again to see original options.
36780 ========== h_select_txt_to ==========
36781 Messages with To: headers containing the entered string will be selected.
36782 ^C to cancel. ^G again to see original options.
36783 ========== h_select_txt_not_to ==========
36784 Messages without To: headers containing the entered string will be selected.
36785 ^C to cancel. ^G again to see original options.
36786 ========== h_select_txt_cc ==========
36787 Messages with Cc: headers containing the entered string will be selected.
36788 ^C to cancel. ^G again to see original options.
36789 ========== h_select_txt_not_cc ==========
36790 Messages without Cc: headers containing the entered string will be selected.
36791 ^C to cancel. ^G again to see original options.
36792 ========== h_select_txt_subj ==========
36793 Messages with Subject: headers containing the entered string will be selected.
36794 ^C to cancel.  ^X enters Subject: line of current message.
36795 ========== h_select_txt_not_subj ==========
36796 Messages without Subject headers containing the entered string will be selected.
36797 ^C to cancel.  ^X enters Subject: line of current message.
36798 ========== h_select_txt_all ==========
36799 All messages containing the entered string will be selected.  Headers and body,
36800 but not encoded attachments, will be compared.  Enter ^C to cancel.
36801 ========== h_select_txt_not_all ==========
36802 All messages that don't contain the entered string will be selected.  Headers
36803 and body, but not encoded attachments, will be compared.  Enter ^C to cancel.
36804 ========== h_select_txt_body ==========
36805 All messages containing the entered string will be selected. Body text, but
36806 not headers or encoded attachments, will be compared. ^C to cancel.
36807 ========== h_select_txt_not_body ==========
36808 All messages that don't contain the entered string will be selected. Body
36809 text, but not headers or encoded attachments, will be compared. ^C to cancel.
36810 ========== h_select_txt_recip ==========
36811 Messages with Cc: or To: headers containing the entered string will be selected.
36812 ^C to cancel. ^G again to see original options.
36813 ========== h_select_txt_not_recip ==========
36814 Messages without Cc: or To: headers containing the string will be selected.
36815 ^C to cancel. ^G again to see original options.
36816 ========== h_select_txt_partic ==========
36817 Messages with Cc, To, or From headers containing the string will be selected.
36818 ^C to cancel. ^G again to see original options.
36819 ========== h_select_txt_not_partic ==========
36820 Messages without Cc, To, or From headers containing the string will be selected.
36821 ^C to cancel. ^G again to see original options.
36822 ========== h_select_date ==========
36823 If typed, date may be in DD-MMM-YYYY format (04-Jul-2006) or in ISO format
36824 (2006-07-04). ^P/^N also changes default date. ^X enters date of current msg.
36825 ========== h_attach_index_whereis ==========
36826 Enter some text that appears in the Attachment Index entry for the desired
36827 attachment.  The first attachment containing that text will be highlighted.
36828 ========== h_kb_lock ==========
36829 Keystrokes entered here (up to a RETURN) comprise a password that must
36830 be entered again later in order to unlock the keyboard.
36831 ========== h_compose_default ==========
36832 N, compose a new message. R, set a role.
36833 ^C to cancel.
36834 ========== h_untranslatable ==========
36835 Send using UTF-8 character set; Send but replace untranslatable characters
36836 with question marks; return to the composer; or cancel message altogether.
36837 ========== h_compose_intrptd ==========
36838 N, compose a new msg. I, continue interrupted msg. R, set a role.
36839 ^C to cancel.
36840 ========== h_compose_postponed ==========
36841 N, compose a new message. P, continue postponed msg. R, set a role.
36842 ^C to cancel.
36843 ========== h_compose_intrptd_postponed ==========
36844 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
36845 R, set a role. ^C to cancel.
36846 ========== h_compose_form ==========
36847 N, compose a new message. F, use form letter. R, set a role.
36848 ^C to cancel.
36849 ========== h_compose_intrptd_form ==========
36850 N, compose a new msg. I, continue interrupted msg. F, use form letter.
36851 R, set a role. ^C to cancel.
36852 ========== h_compose_postponed_form ==========
36853 N, compose a new message. P, continue postponed msg. F, use form letter.
36854 R, set a role. ^C to cancel.
36855 ========== h_compose_intrptd_postponed_form ==========
36856 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
36857 F, use form letter. R, set a role. ^C to cancel.
36858 ========== h_config_context_del_except ==========
36859 If you delete the last exceptional collection you can only add it back by
36860 manually editing the exceptions config file.
36861 ========== h_config_whereis ==========
36862 To move quickly to a particular line, enter a search string or
36863 ^C to cancel.
36864 ========== h_config_edit_scorei ==========
36865 Enter interval in the form (min,max). -INF and INF may be used to represent
36866 -infinity and infinity. ^C to cancel change. RETURN to accept change.
36867 ========== h_config_add ==========
36868 Enter desired value; use normal editing keys to modify (e.g. ^K, ^D).  Just
36869 pressing RETURN sets the Empty Value (this turns off any global default).
36870 ========== h_config_add_custom_color ==========
36871 Enter a header fieldname. For example, "subject" or "from".
36873 ========== h_config_add_pat_hdr ==========
36874 Enter a header fieldname. For example, "reply-to" or "organization" or
36875 any fieldname you want that isn't included already.
36876 ========== h_config_print_opt_choice ==========
36877 You may edit either the initialization string (characters printed before
36878 printing starts) or the trailer string.  Choose one or ^C to cancel.
36879 ========== h_config_print_init ==========
36880 Enter a C-style string for this.  You may use common backslash escapes like
36881 \\n for newline, \\ooo for octal character, and \\xhh for hex character.
36882 ========== h_config_change ==========
36883 Edit the existing value using arrow keys, ^K to delete entire entry, ^D to
36884 delete current (highlighted) character, etc.  Enter ^C to cancel change.
36885 ========== h_config_replace_add ==========
36886 Replace ignores the current default, Add places the current default in your
36887 editing buffer as if you had typed it in.
36888 ========== h_config_insert_after ==========
36889 Enter a nickname for this print command.  (InsertBefore puts the new item
36890 before the current line, InsertAfter puts it after the current line.)
36891 ========== h_config_print_cmd ==========
36892 Enter command to be executed for the printer.  Use normal editing keys
36893 to modify, ^C to cancel, carriage return to accept current value.
36894 ========== h_config_role_del ==========
36895 Answering Yes will remove this rule completely from your rules list.
36896 ========== h_config_role_addfile ==========
36897 Type the name of a file to add to your configuration. You don't need to
36898 use a file, you may add rules directly (with Add) without using a file.
36899 ========== h_config_role_delfile ==========
36900 Answering Yes will remove this rule file completely from your rules list.
36901 The rules data file itself will not be removed.
36902 ========== h_config_print_del ==========
36903 Answering Yes will remove this printer completely from your printer list.
36904 ========== h_config_print_name_cmd ==========
36905 You may edit the Nickname of this printer, the Command to be executed when
36906 printing, or change the Options associated with this printer.
36907 ========== h_send_check_fcc ==========
36908 Yes, send message without an Fcc.
36909 No, return to composer.
36910 ========== h_send_check_subj ==========
36911 Yes, send message without a Subject.
36912 No, return to composer.
36913 ========== h_send_check_to_cc ==========
36914 Yes, send message without a To address, or a Cc address, or a Newsgroup.
36915 No, return to composer.
36916 ========== h_send_fcc_only ==========
36917 Yes, copy message to Fcc only and send to NO recipients.
36918 No, return to composer.
36919 ========== h_send_prompt ==========
36920 Yes, send the message.
36921 No or ^C, return to composer.
36922 ========== h_send_prompt_flowed ==========
36923 Yes, send the message.  No or ^C, return to composer.
36924 What's Flowed? See Do Not Send Flowed Text in config screen.
36925 ========== h_send_prompt_dsn ==========
36926 Yes, send the message.  No or ^C, return to composer.
36927 What's DSNOpts? See Enable Delivery Status Notification in config screen.
36928 ========== h_send_prompt_dsn_flowed ==========
36929 Yes, send the message.  No or ^C, return to composer. What's DSNOpts? See
36930 Enable Delivery Status Notification. What's Flowed? See Do Not Send Flowed Text.
36931 ========== h_role_confirm ==========
36932 Yes, use displayed role. No, compose without a role.
36933 ^C, cancel the message. ^T, select a role from your other eligible roles.
36934 ========== h_norole_confirm ==========
36935 Return, compose without a role.
36936 ^C, cancel the message. ^T, select a role from your eligible roles.
36937 ========== h_custom_print ==========
36938 Enter a Unix command that accepts its data on standard input.
36939 Alpine will display any information the command sends to standard output.
36940 ========== h_convert_abooks_and_sigs ==========
36941 You will be given the opportunity to convert address books and signature files
36942 to remote configurations.
36943 ========== h_convert_abooks ==========
36944 You will be given the opportunity to convert address books to remote
36945 configurations.
36946 ========== h_flag_keyword ==========
36947 Enter the name of the keyword you want to add for this folder.
36948 No spaces, parentheses, braces, percents or asterisks are allowed.
36949 ========== h_select_keyword ==========
36950 Enter the keyword you want to match, or use ^T to select a keyword from a list
36951 of possible keywords for this folder. Use ! to look for non-matches instead.
36952 ========== h_type_keyword ==========
36953 Enter the keyword you want to add. You may add a nickname in the next step.
36954 No spaces, parentheses, braces, percents or asterisks are allowed.
36955 ========== h_type_keyword_nickname ==========
36956 Enter an optional nickname for the keyword you want to add.
36957 Type Carriage return to use the keyword name instead of a nickname.
36958 ========== h_convert_sigs ==========
36959 You will be given the opportunity to convert signature files to remote
36960 configurations.
36961 ========== h_convert_abook ==========
36962 Yes is fairly safe. You will be ADDing a remote address book that is a copy
36963 of the current address book. The current abook won't be removed automatically.
36964 ========== h_convert_sig ==========
36965 Answering Yes copies the contents of the signature file into your Alpine
36966 configuration file. After that, the contents of the file will not be used.
36967 ========== h_save_addman ==========
36968 Enter the simple name of the folder you want to add. Carriage return to
36969 accept what you have typed so far. ^C to get back to SELECT FOLDER screen.
36970 ========== h_reopen_folder ==========
36971 Yes reopens the folder, as if you were starting over. This uncovers new mail.
36972 No leaves the folder index as it was without discovering new mail.
36973 ========== h_convert_pinerc_server ==========
36974 This is the name of the host (computer) where the remote Alpine configuration
36975 will be stored. This should be an IMAP server that you have permission to use.
36976 ========== h_convert_pinerc_folder ==========
36977 Enter the correct remote folder name. This folder is special and should
36978 contain only configuration data. It shouldn't contain other mail messages.
36979 ========== h_role_compose ==========
36980 Compose a New message, Reply to current message, Forward current message, or
36981 Bounce message. Then you will be asked to choose one of your Roles to be used.
36982 ========== h_role_aggregate ==========
36983 Compose a reply, or forward, or bounce the selected messages. Then you 
36984 will be asked to choose one of your Roles to be used for this operation.
36985 ========== h_save_size_changed ==========
36986 The reported size of a message is not the same as the actual size. Answer Yes
36987 to continue and hope for the best or No to Cancel the entire Save.
36988 ========== h_select_by_larger_size ==========
36989 Enter a number or ^C to cancel. All messages greater than this many characters
36990 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
36991 ========== h_select_by_smaller_size ==========
36992 Enter a number or ^C to cancel. All messages less than this many characters
36993 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
36994 ========== h_preserve_field ==========
36995 Use 'p' to toggle between preserving or not preserving the original To:
36996 and Cc: fields of the message. Enter ^C to cancel message.